/* RESET BROWSER DEFAULTS  - - - - - - - - - - - - - - - - - - - - - - - - - */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

/* tables still need cellspacing="0" in the markup */
	table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* end browser default reset code */

/* GENERAL  - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 0.8em;
  line-height: 150%;
  color: #000;
  background: #fff;
}

a {
  color: #000;
  text-decoration: underline;
}

strong a, a strong, b a, a b, .bold a, span.bold.black {
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

a:visited, a:active {
  color: #000;
}

p {
  margin: 0;
}

p+p, p+ul, ul+p, ul+ul {
  margin-top: 18px;
}

.column_right img:first-child, .column_left img:first-child {
  margin-top: 4px;
}

hr {
  background: none;
  border: 0;
  height: 31px;
}

.bold {
  font-weight: bold;
}

h1 {
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  margin: 0 1px 14px 1px;
}

h2, h3 {
  font-size: 1em;
  line-height: 120%;
  font-weight: bold;
}

h2 {
  margin: 0 -1px 19px 1px;
  padding-bottom: 1px;
  width: 98%;
  border-bottom: 1px solid black;
}

h3 {
  margin: 0 0 19px 1px;
}

p+h2, p+h3 {
  margin-top: 102px;
}

.black {
  color: #000;
}

.darkgrey, a.darkgrey, a.darkgrey:visited, a.darkgrey:active {
  color: #646464;
}

a.darkgrey, a.darkgrey:visited, a.darkgrey:active {
  text-decoration: underline;
}

.capitalize {
  text-transform: uppercase;
}

p+img, img+img {
  margin-top: 48px;
}

.content img, .detail img, .column_left img, .column_right img {
/*  margin-bottom: -2px;*/
  max-width: 300px;
}

.content li:before {
  content: "- ";
}

.content ul.life {
  padding-left: 0.5em;
  text-indent: -0.5em;
}


.content li.list_heading {
  font-weight: bold;
  color: #000000;
}

.content li.list_heading:before {
  content: "";
}

em {
  font-style: italic;
}

p.backLink {
  display: block;
  margin-top: 81px;
}

/* HEADLINES  - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h1, h2, h3, h4, h5, h6 {
}

h1 {
}

h2 {

}

h3 {

}

/* NAVIGATION  - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#nav {
  position: relative;
  margin-top: 54px;
  width: 870px;
  height: 114px;
}

#mnav {
  margin-top: -21px;
}

#mnav, #snav, #ssnav, #lnav {
  position: relative;
}

#nav ul {
  font-weight: bold;
  letter-spacing: 0.2px;
  line-height: 1.3em;
  display: block;
  clear: left;
  width: 870px;
}

#nav #lnav {
  margin: 6px 9px 0 0;
  float: right;
  width: auto;
  clear: none;
}

.nav+.nav li {
  margin-top: 6px;
}

ul.nav li {
  float: left;
}

ul.nav li+li {
  margin-left: 19px;
}

ul#lnav.nav li+li {
  margin-left: 12px;
}

#nav a {
  text-decoration: none;
}

ul.nav a {
  color: #cbcbcd;
}

ul.nav li.active a, ul.nav li a:hover {
  color: #97989c;
}

#snav li.active a, #snav li a:hover {
  color: #606163;
}

#ssnav li.active a, #ssnav li a:hover {
  color: #000;
}

/* BASIC LAYOUT - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#container {
  position: relative;
  width: 910px;
  margin: 0 auto;
  padding: 28px 0 0 40px;
}

#content_pos {
  position: absolute;
  left: 40px;
  top: 249px;
  text-align: left;
  clear: both;
  width: 866px;
}

.content {
  /*width: 704px;*/
  width: 866px;
  background: #ffffff;
  float: left;
}

#press-exhibition-container .content {
  width: 704px;
}

.content+.content {
}

.content_right {
  float: right;
  width: 157px;
  display: block;
  margin: 0 5px 50px 0;
}

.column_left {
  float: left;
  width: 300px;
  margin-bottom: 50px;
}

.column_image {
  font-size: 0.84em;
  line-height: 140%;
}

.column_image .image_wrapper {

}

.column_image .image_wrapper+.image_wrapper {
  margin-top: 48px;
}

.column_image img {
  display: block;
}

.column_right {
  float: left;
  /*width: 303px;*/
  min-width: 303px;
  max-width: 405px;
  margin: 0 0 50px 52px;
}

.detail .column_right {
  /*width: 514px;*/
  width: 405px;
}

.katalog_content .detail .column_right,
.edition_content .detail .column_right {
  width: 303px;
}

#logo {
  width: 647px;
  height: 69px;
  text-align: right;
  background: transparent url('p/logo.gif') no-repeat bottom left;
}

#container.news #logo {
  background-image: none;
}

#logo a {
  width: 647px;
  height: 69px;
  display: block;
  color: #a5a6aa;
}

/* EXHIBITIONS */

.exhibition_container {
  display: block;
  width: 910px;
}

.exhibition {
  float: left;
  margin: 4px 19px 44px 0;
}

.exhibition.last {
  margin-right: 0;
}

.exhibition p {
  width: 156px;
  margin-left: 1px;
}

.exhibition img, .exhibition .img {
  width: 157px;
  height: 233px;
  display: block;
  margin-bottom: 8px;
}

.exhibition .img {
  width: 135px;
  height: 219px;
  padding: 8px 11px 7px 10px;
}

.exhibition .img p {
  width: 135px;
  line-height: 120%;
}

/* DETAIL VIEW */

.detail {
  display: block;
  position: relative;
  clear: left;
}

.detail img {
  max-width: 300px;
}

/* NEWSLETTER */

.newsletter {
  display: block;
  clear: left;
  width: 705px;
}

.newsletter img {
  float: left;
  width: 157px;
/*  height: 233px;*/
  margin: 4px 0 57px 0;
}

.newsletter .archive_content {
  width: 455px;
  float: right;
  margin: 0 50px 61px 0;
}

#container.news {
  width: 693px;
}

#container.news #content_pos {
  top: 141px;
  width: 650px;
}

.news_browserlink {
  position: absolute;
  top: 0;
  right: 45px;
  font-size: 10px;
  margin-top: -3px;
}

/* NEWSLETTER REGISTRATION */

#newsletter_registration, #member_login, #popup_form {
  display: none;
  position: absolute;
  padding-top: 240px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:rgba(77,77,77,0.5);
  z-index: 504;
}

#popup_form {
  padding-top: 190px;
  position: fixed; 
}

#newsletter_registration.active, #member_login.active, #popup_form.active {
  display: block;
}

#newsletter_registration .inner, #member_login .inner, #popup_form .inner {
  width: 360px;
  position: relative;
  margin: 0 auto;
  border: 1px solid #777777;
  background: #ffffff;
  padding: 30px 30px 44px 30px;
}

#newsletter_registration input, #member_login input, #popup_form input {
  float: right;
  width: 235px;
}

#newsletter_registration label, #member_login label, #popup_form label {
  clear: right;
}

#newsletter_registration .info, #member_login .info, #popup_form .info {
  clear: both;
  font-size: 10px;
}

#popup_form input {
  width: 280px;
}

.form_submit {
  border: 0;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
  width: 75px;
  height: 16px;
  cursor: pointer;  
  font-size: 1em;
  clear: both;
  float: right;
  position: relative;
  top: 8px;
}

.close_button {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  right: 4px;
  background: transparent url('p/close.png') no-repeat top left;
  cursor: pointer;
}

.login_welcome {
  position: absolute;
  color: #646466;
  top: -110px;
  right: 0;
  font-size: 10px;
  width: 200px;
  text-align: right;
}

.login_welcome a:hover {
  color: #97989c;
}

#frmReset {
  display: none;
}

/* PRESS DISTRIBUTION FORM */

.press_distribution {
  margin-top: 30px;
  width: 350px;
}

.press_distribution label {
  clear: right;
  width: 140px;
}

.press_distribution input, .press_distribution select {
  float: right;
}

.press_distribution input {
  width: 190px;
}

p.f_opt.inactive, .hidden {
  display: none;
}

/* SHOP */

.overview {
  float: left;
  width: 333px;
  height: 209px;
  margin: 4px 19px 46px 0;
}

.overview_content {
  float: left;
  width: 157px;
  margin: -4px 0 0 19px;
}

.overview img {
  float: left;
  width: 157px;
  display: block;
}

.katalog_content, .edition_content, .presse_content {
  clear: left;
}


/* SEARCH */

select {
  cursor: pointer;
}

.styled-select {
  width: 94px;
  overflow: hidden;
  background: #979797 url('p/search_arrow.gif') no-repeat right;
  margin-bottom: 9px;
}

.styled-select select.search {
  border: 0;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  background: transparent;
  width: 113px;
  height: 19px;
  -webkit-appearance: none;
  -webkit-padding-start: 4px;
}

.search_submit {
  border: 0;
  background: transparent url('p/search.png') no-repeat top left;
  font-weight: bold;
  text-decoration: none;
  width: 17px;
  height: 17px;
  cursor: pointer;  
  font-size: 1px;
  line-height: 1px;
  color: transparent;
  float: right;
  position: relative;
  top: 3px;
  right: 3px;
}

.styled-select.year {
  width: 61px;
}

.styled-select.year.dark {
  position: relative;
  top: -43px;
  margin-bottom: -19px;
}

.styled-select.year select {
  width: 80px;
}

.styled-select.dark {
  background-color: #646466;
  position: relative;
  top: 9px;
}

.styled-select.dark select.search option {
  background-color: #646466;
}

.styled-select select.search:hover, .styled-select select.search:active {
  background: transparent;
  overflow: hidden;
}

.styled-select select.search option {
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #979797;
}

.search_input_outer {
  position: relative;
  top: 8px;
  border: 1px solid black;
  width: 154px;
  height: 23px;
}

input.search {
  font-size: 1em;
  /*border: 1px solid black;*/
  border: 0;
  width: 129px;
  height: 21px;
  margin-bottom: 7px;
  position: relative;
  left: 3px;
  color: #000000;
}

a.search {
  text-decoration: underline;
  font-weight: bold;
  font-size: 0.8em;
}

#nav .styled-select {
  margin-top: -1px;
}

/* SEARCH RESULTS */

.result_page {
  display: none;
}

.result_navigation {
  position: absolute;
  right: 5px;
  top: 120px;
  width: 157px;
}

.result_page_link {
  color: #646466;
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: inline-block;
  padding: 0 0 0 3px;
}

.result_page_link.active {
  color: #000000;
  font-weight: bold;
}

/* SUBSELECTION - Calendar/Alphabet/Categories */

#select {
  position: relative;
  top: -92px;
}

#subselect {
  width: 100%;
  clear: both;
  font-size: 13px;
  text-align: left;
  font-weight: bold;
  margin: 0 0 0 -3px;
  line-height: 14px;
  width: 910px;
  position: relative;
  top: -84px;
}

#subselect.single_line {
  height: 16px;
  margin: 0 0 0 -1px;
}

#subselect.single_line.alphabet {
  margin-top: -2px;
}

#subselect.single_line a {
  padding: 3px 3px 4px 3px;
  margin: -3px 8px 2px 2px;
}

#subselect a.alphabet_all {
  margin-left: 50px;
  padding-left: 6px;
  padding-right: 6px;
}

#subselect a span {
  width: 100%;
}

#select a {
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

#subselect a {
  float: left;
  /*height: 100%;*/
  display: block;
  padding: 2px 4px 5px 5px;
  margin: -2px 2px 0 1px;
  text-decoration: none;
}

#subselect .label {
  font-weight: bold;
  position: absolute;
  top: 57px;
  left: 4px;
}

#subselect a:hover, #subselect a.active {
  background-color: #646466;
  color: #fff;
}

a.offweek {
  color: #646466;
}

.post_calendar {
  margin-top: -0.8em;
}

.content.post_calendar {
  width: auto;
}

.content.post_calendar .column_right,
.content_right + .column_left.column_image + .column_right {
  width: 303px;
  min-width: 0;
  max-width: none;
}

/* MISC. OTHER */

.footer {
  clear: both;
  margin: 0 0 112px 0;
  padding-left: 2px;
  width: 683px;
  position: relative;
  top: 50px;
}

.footer.news {
  margin-top: 10px;
}

.footer_infotext {
  position: absolute;
  left: 197px;
  bottom: -30px;
  font-size: 10px;
}

a.movieMoreLink, a.movieLessLink {
  display: block;
  margin: 18px 0 0 0;
}

a.movieMoreLink {
  
}

a.movieLessLink {
}

div.movieMore {
  margin-top: 18px;
  display: none;
}

.extra_margin {
  margin-top: 128px;
}

/* MEMBER AREA */

.infobox_wrapper {
  border-top: 1px solid silver;
  display: block;
  width: 308px;
  position: relative;
  top: -10px;
  z-index: 302;
  margin: 11px 0 2px 0;
}

.infobox {
  width: 290px;
  padding: 8px;
  border: 1px solid silver;
}

.infobox_wrapper .infobox {
  border-top: 0;
}

.infobox_header {
  position: relative;
  z-index: 402;
  left: 9px;
  top: 11px;
  cursor: pointer;
  font-weight: bold;
  color: #646466;
  display: inline-block;
  background-color: #fff;
}

.infobox_header .arrow {
  width: 8px;
  height: 8px;
  margin: 0 2px 0 2px;
  display: inline-block;
  background: #fff url('p/arrows.gif') no-repeat top left;
}

.infobox_header.active .arrow {
  background-position: bottom left;
}

div.infobox_header::-selection {
  background: #fff;
}

div.infobox_header::-moz-selection {
  background: #fff;
}

div.infobox_header::-webkit-selection {
  background: #fff;
}

.infobox+.infobox, p+.infobox {
  margin-top: 0.8em;
}

.infobox ul {
  margin-left: 0.8em;
}

.infobox ul li:before {
  content: "";
}

.infobox ul li.info_header {
  color: #646466;
  font-weight: bold;
  margin: 18px 0 4px -6px;
}

.membership p+p {
  margin-top: 0.8em;
}

.membership input, .membership select {
  display: block;
  margin: 0 0 4px 0;
}

.membership input {
  width: 280px;
}

.red {
  color: #b20000;
}

.small, span.small, p.small {
  font-size: 11px;
  line-height: 12px;
  position: relative;
  top: -6px;
}

input.small {
  top: 0;
}

.member_profile {
  display: block;
  margin: 3em 0 0 1px;
}

.check {
  margin-top: 10px;
}

.check_backend {
  margin: 0 0 19px 140px;
}

.check li {
  line-height: 16px;
  padding: 2px 0 1px 0;
  width: 230px;
}

.check_backend li {
  width: 250px;
}

.check li+li {
  border-top: 1px solid #b2b2b2;
}

.check li label {
  display: inline;
  border-top: 0;
  font-weight: normal;
}

.check_backend li .label {
  text-decoration: none;
  color: red;
}

.check li input {
  height: 12px;
  width: 12px;
  float: right;
  margin: 0 0 0 12px;
  padding: 0;
  display: inline;
}

.frontend_edit_pic_wrapper {
  position: absolute;
  left: 375px;
  top: 0px;
}

.frontend_edit_pic_wrapper img {
  margin: 0 0 12px 0;
  padding: 0;
}

input.check_inline {
  margin: 0 0 0 12px;
  position: relative;
  top: 1px;
  width: auto;
  max-width: 16px;
  display: inline;
}

/* EMAIL FORM */

.email_form {
  
}

.email_form input {
  width: 300px;
}

/* ARCHIVE NAVIGATION */

.page_select {
  clear: both;
  font-weight: bold;
  /*width: 500px;*/
  width: 405px;
  display: inline-block;
  margin-top: 9px;
}

.page_select_bottom {
}

.page_select a {
  text-align: center;
  min-width: 17px;
  height: 17px;
  display: inline-block;
  padding: 0 1px 1px 1px;
  margin-left: 1px;
  text-decoration: none;
  font-size: 12px;
}

.page_select a span {
  position: relative;
  top: -2px;
}

.page_select a.noborder:hover {
  text-decoration: underline;
}

.page_select a {
  color: #979797;
  border: 1px solid transparent;
}

.page_select a.active {
  background-color: #979797;
  color: #fff;
}

.page_select a:hover {
  border: 1px solid #979797;
}

a.page_arrow {
  display: inline-block;
  position: relative;
  top: 1px;
  min-width: 15px;
  width: 15px;
  height: 15px;
  border: 1px solid transparent;
}

a.page_arrow_prev {
  background: transparent url('p/search_prev.png') no-repeat 1px 0;
}

a.page_arrow_next {
  background: transparent url('p/search_next.png') no-repeat 0 0;
}

a.page_arrow:hover  {
  border: 1px solid #979797;
  background-color: transparent;
}

/* NEWS & FORUM */

p.post {
  font-size: 12px;
  width: 528px;
}

p.post+p.post {
  margin-top: 24px;
}

span.postTitle {
  color: #000000;
  font-weight: bold;
  display: block;
  margin-bottom: -1px;
}

span.postTitle a {
  text-decoration: none;
  width: 100%;
  display: inline-block;
}

span.postInfo {
  padding-top: 2px;
  border-top: 1px solid #000000;
  display: block;
  color: #999999;
  font-size: 12px;
}

.comment {
  width: 528px;
  display: block;
  overflow: hidden;
  margin-bottom: 60px;
}

.comment+.comment {
  clear: both;
}

.comment .commentNumber {
  float: left;
  font-size: 12px;
}

.post+.commentBody, .newsGallery+.commentBody {
  margin-top: 1em;
  width: 528px;
}

.commentBody.newsDetail {
  margin-top: 2em;
}

.commentBody.newsOverview {
  margin-bottom: 35px;
}

.comment .commentBody {
  float: right;
  width: 425px;
}

.comment .commentBody span.postInfo {
  border-top: 0;
  padding-top: 0;
  margin-bottom: 0.66em;
}

a.forumBack {
  color: #999999;
  display: inline-block;
  margin-bottom: 35px;
}

a.forumButton, button.forumButton {
  display: inline-block;
  color: #ffffff;
  background-color: #999999;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 35px;
  padding: 0 5px 0 5px;
  border: 1px solid transparent;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  cursor: pointer;
  font-size: 13px;
}

a.forumButton.alternate {
  background-color: #ffffff;
  color: #999999;
  border: 1px solid #999999;
}

.commentBody+a.forumButton {
  margin-top: 35px;
}

.forumPageNav {
  margin-top: 66px;
}

.newPost {
  width: 528px;
}

.newPost input, .newPost textarea {
  display: block;
  width: 518px;
  border: 1px solid #cdcdcd;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
}

.newPost input:focus, .newPost textarea:focus {
  border: 1px solid #999999;
}

.newPost input {
  display: block;
  margin-bottom: 1em;
  padding: 3px 4px 3px 4px;
}

.newPost textarea {
  height: 210px;
  resize: vertical;
  margin-bottom: 35px;
  padding: 6px 4px 6px 4px;
}

.newPost .forumButton+.forumButton {
  float: right;
}

#popup_form .forumButton.alternate {
  float: right;
}

.newsGallery {
  margin: 1em 0 1em 0;
}

.newsGallery .morePhotos {
  display: block;
  margin-bottom: 35px;
}

.newsArchive li a {
  text-decoration: none;
}

.newsArchive li a:hover, .newsArchive li a.active {
  font-weight: bold;
}

/* CONTENT - MODULES  - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.editor_body {
  background: transparent url('p/editor_bg.png') top left repeat-y;
  width: 860px;
}

.editor_body_left {
  background: transparent url('p/editor_bg.png') top left repeat-y;
  width: 672px;
  overflow-x: hidden;
}

.editor_body_news {
  background: transparent url('p/editor_bg_news.png') top left repeat-y;
  width: 704px;
}

.editor_body_news .column_left {
  width: 201px;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
}

.editor_body_news .column_right {
  width: 455px;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
}

.editor_body_right {
  width: 157px;
}

.editor_body_single_column {
  width: 405px;
  max-width: 405px;
}

.editor_body_pressebild {
  width: 399px;
  max-width: 399px;
}

.editor_body_left .column_left {
  padding-right: 52px;
  min-height: 350px;
}

.editor_body_left .content .column_left, .editor_body_left .content .column_right {
  min-height: 0;
}

.editor_body_left .column_right {
  padding-right: 17px;
  margin-right: 0;
  margin-left: 0;
  min-height: 350px;
}

.editor_body_left .content .column_right {
  min-height: 0;
}

.editor_body_left .column_right {
  width: 300px;
  min-width: 0;
  max-width: none;
}

.editor_body img, .editor_body_left img, .editor_body_right img {
  max-width: 300px;
}

/* Social Media */

#facebook-link {
  position: absolute;
  top: -30px;
  right: -5px;
  display: block;
  background: blue;
  width: 40px;
  height: 30px;
  background: transparent url('p/facebook.png') no-repeat 5px -30px;
}

#facebook-link:hover {
  background-position: 5px 0;
}

#facebook-share {
  display: block;
  width: 55px;
  height: 24px;
  color: #fff;
  font-weight: bold;
  padding: 6px 0 6px 27px;
  margin: 14px 0 17px 0;
  cursor: pointer;
  text-decoration: none;
  font-size: 13px;
  line-height: 19px;
  background: transparent url('p/facebook_k-haus.png') no-repeat 0 5px;
}

@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min--moz-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  #facebook-share {
    background-image: url('p/facebook_k-haus@2x.png');
    background-size: 79px 20px;
  }
}

/* Slideshow - Thumbnails */

#slide-thumb-gallery-wrapper {
  margin-top: 2.5em;
}

.slide-thumb-gallery {
  margin-top: 0.5em;
}

.slide-thumb {
  display: inline-block;
  width: 90px;
  height: 59px;
  margin: 0 15px 10px 0;
}

.slide-thumb.last {
  margin-right: 0;
}

.slide-thumb img {
  display: block;
  width: 90px;
  height: 59px;
  margin: 0;
}

/* Slideshow - Royal Slider */

.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  background: #fff;
  color: #000;
}

.rsContent a {
  width: 100%;
  height: 100%;
}

.rsContent a .rsImg {
  max-width: 100%;
  max-height: 100%;
}

.royalSlider {
  clear: both;
  width: 320px;
  height: 456px;
  max-width: 100%;
  min-width: 100%;
  max-height: 456px;
  position: relative;
  direction: ltr;
  padding-bottom: 24px;
}

.rsDefault .rsGCaption {
  width: 100%;
  float: left;
  left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-align: center;
  background-color: transparent;
  color: #000;
  bottom: auto;
  top: 100%;
  padding: 2px 0 2px 0;
}

.royalSlider .rsSlide img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=45);
  opacity: 0.45;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.royalSlider .rsActiveSlide img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.rsDefault .rsBullets {
  background-color: #fff;
}

.rsDefault .rsBullet {
  padding: 6px 4px 6px 4px;
}

.rsDefault .rsBullet span {
  background-color: #bcbcbc;
  cursor: pointer;
}

.rsDefault .rsBullet.rsNavSelected span {
  background-color: #6f6f6f;
}

@media screen and (max-width: 770px) {
  .rsDefault .rsBullet {
    padding: 4px 3px 4px 3px;
  }
  .rsDefault .rsBullet span {
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 550px) {
  .rsDefault .rsBullet {
    padding: 3px 1px 3px 1px;
  }
  .rsDefault .rsBullet span {
    width: 6px;
    height: 6px;
  }
}

.rsDefault .rsArrowIcn {
  background-color: rgba(77, 77, 77, 0.75);
}

.rsDefault .rsArrowIcn:hover {
  background-color: rgba(77, 77, 77, 0.9);
}

.magnific-popup-slideshow {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  height: auto;
  max-height: 700px;
  max-width: 1000px;
  margin: 0 auto 0 auto;
  padding: 20px 20px 50px 20px;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.magnific-popup-slideshow .royalSlider {
  height: auto;
  max-height: 700px;
  padding-bottom: 20px;
}

.magnific-popup-slideshow button.mfp-close {
  top: -44px;
  background: transparent url("p/slideshow-close.png") no-repeat 0 0;
  color: transparent;
  font-size: 1px;
}

@media screen and (max-height: 790px) {
  .magnific-popup-slideshow button.mfp-close {
    top: 2px;
    background-position: 0 -40px;
  }
}
@media screen and (max-height: 790px) and (max-width: 770px) {
  .magnific-popup-slideshow button.mfp-close {
    background-position: 0 -120px;
  }
}
@media screen and (max-height: 790px) and (max-width: 550px) {
  .magnific-popup-slideshow button.mfp-close {
    background-position: 2px -161px;
  }
}

.magnific-popup-slideshow .rsDefault .rsGCaption {
  position: absolute;
  text-align: left;
  padding: 6px 20px 10px 20px;
  background: #fff;
  left: -20px;
  line-height: 140%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.rsDefault.rsHor .rsArrow .rsArrowIcn {
  height: 64px;
  margin-top: -32px;
  width: 44px;
  background-color: rgba(77, 77, 77, 0.66);
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  margin-left: -28px;
  background-position: -54px -47px;
}

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  margin-right: -28px;
  background-position: -62px -109px;
}

.captionDownload {
  margin-top: 1em;
}

.captionDownload a {
  margin-left: 16px;
}