@charset "UTF-8";

html {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}
html.overflow-hidden {
  overflow-y: hidden;
  overflow-x: hidden;
}
body {
  width: 100%;
  height: 100%;
  background-color: #3c3c3c;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #bbb;  
}
body.overflow-hidden {
  overflow-y: hidden;
  overflow-x: hidden;
}

/* HTML 5 --------------------------------------------------------------------------------------- */
header, footer, nav, section, article, figure, figcaption, aside {
  display: block;
}

/* Fonts ---------------------------------------------------------------------------------------- */
@font-face {
  font-family: 'Fontello';
  src: url('../fonts/fontello.eot?892025');
  src: url('../fonts/fontello.eot?892025#iefix')    format('embedded-opentype'),
       url('../fonts/fontello.woff?892025')         format('woff'),
       url('../fonts/fontello.ttf?892025')          format('truetype'),
       url('../fonts/fontello.svg?892025#fontello') format('svg');
  font-weight: normal;
  font-style:  normal;
}

/* General -------------------------------------------------------------------------------------- */
* {
  padding: 0;
  border: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  font-size: 14px;
}
a {
  text-decoration: none;
  color: #fff;
}
a:hover,
a:active,
a:focus {
  color: #d34e20;
}
ul {
  list-style-type: none;
}
strong {
  font-weight: 700;
}
table {
  font-size: 14px;
  border-collapse: collapse;  
}
table th,
table td {
  font-weight: 300;
  text-align: left;
  vertical-align: top;
}
address {
  font-style: normal;
}
em {
  font-style: italic;
}
i {
  font-weight: 300;
  font-style: normal;
}
label {
  cursor: pointer;
}
input,
select,
textarea,
button {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  outline: none;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media only screen and (max-device-width: 480px) {
  select {
    font-size: 16px;
  }
}
select,
button {
  cursor: pointer;
}
textarea {
  overflow-y: auto;
  resize: none;
}

.invisible {
  display: none !important;
}

select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input.text,
input.captcha,
input.submit,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input:required {
  box-shadow: none;
}
input:invalid {
  box-shadow: none;
}
:not(output):-moz-ui-invalid {
  box-shadow: none;
}
input[type=text] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type=email] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type=tel] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type=password] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type=search] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}
input[type=date] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=date]::-webkit-calendar-picker-indicator,
input[type=date]::-webkit-clear-button {
  display: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

/* Page container ------------------------------------------------------------------------------- */
#page_container1 {
  padding: 0 0 40px 0;
}
#page_container2 {
  width: 980px;
  text-align: left;
  padding: 0 5px 0 5px;
  margin: 0 auto 0 auto;
}
#page_container3 {
  width: 980px;
  background-color: #000;
  -moz-box-shadow:    0 0 40px #000;
  -webkit-box-shadow: 0 0 40px #000;
  box-shadow:         0 0 40px #000;
}

/* Header --------------------------------------------------------------------------------------- */

#header {
  position: relative;
}

/* Logo */
#logo {
  width: 980px;
  height: 155px;
  text-align: center;
}
#logo a {
  width: 151px;
  height: 98px;
  display: inline-block;
  background-image: url('../images/logo_plijnaar.png');
  background-repeat: no-repeat;
  background-position: center center;
  margin: 24px 0 0 0;
}
.svg #logo a {
  background-image: url('../images/logo_plijnaar.svg');
  background-size: cover;
}
#logo a:hover,
#logo a:active,
#logo a:focus {
  background-image: url('../images/logo_plijnaar_hover.png');
}
.svg #logo a:hover,
.svg #logo a:active,
.svg #logo a:focus {
  background-image: url('../images/logo_plijnaar_hover.svg');
}
#logo span {
  display: none;
}

/* Languages */
#languages {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 0;
  line-height: 0;
}
#languages ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#languages ul li {
  display: inline-block;
  padding: 0 24px 0 0;
  margin: 0;
}
#languages ul li.last {
  padding: 0;
}
#languages a,
#languages span {
  width: 30px;
  height: 24px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -99999px;
}

     #languages .lang-en a,
     #languages .lang-en span {
  background-image: url('../images/flags/uk.png');
}
.svg #languages .lang-en a,
.svg #languages .lang-en span {
  background-image: url('../images/flags/uk.svg');
}

     #languages .lang-nl a,
     #languages .lang-nl span {
  background-image: url('../images/flags/nl.png');
}
.svg #languages .lang-nl a,
.svg #languages .lang-nl span {
  background-image: url('../images/flags/nl.svg');
}

/* Menu ----------------------------------------------------------------------------------------- */
#menu_container {
  width: 100%;
}
#menu_container.top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

/* Menu header */
#menu_header {
  display: none;
}

/* Menu placeholder */
#menu_placeholder {
  width: 100%;
  height: 52px;
  display: none;
}

/* Menu */
#menu {
  width: 980px;
  height: 32px;
  position: relative;
  background-color: #d34e20;
  font-size: 0;
  line-height: 0;
  text-align: center;
  color: #fff;
  padding: 18px 0 0 0;
  border-bottom: 2px solid #fff;
  margin: 0 auto 0 auto;
}
#menu ul {
  display: inline-block;
  text-transform: uppercase;
}
#menu li {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  padding: 0;
  border-right: 1px solid #fff;
}
#menu li.last {
  border-right: 0;
}
#menu a,
#menu span {
  display: block;
  letter-spacing: 3px;
  padding: 0 22px 0 22px;
}
#menu a {
  cursor: pointer;
}
#menu a:hover,
#menu a:active,
#menu a:focus,
#menu li.active a,
#menu li.active span,
#menu li.trail  a,
#menu li.trail  span {
  color: #000;
}
#menu li.active a,
#menu li.active span,
#menu li.trail  a,
#menu li.trail  span {
  font-weight: 700;
}
#menu li.first a,
#menu li.first span {
  padding-left: 0;
}
#menu li.last a,
#menu li.last span {
  padding-right: 0;
}

/* Menu popup */
#menu #menu_popup_container {
  width: 900px;
  display: none;
  position: absolute;
  top: 32px;
  left: 40px;
  z-index: 999;
  text-align: left;
  padding: 20px 0 0 0;
}
#menu #menu_popup {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom: 2px solid #fff;
}
#menu #menu_popup2 {
  padding: 40px 0 30px 0;
  border-left:  1px solid #fff;
  border-right: 1px solid #fff;
}
#menu #albums_column1,
#menu #albums_column2,
#menu #albums_column3 {
  float: left;
}
#menu #menu_popup ul {
  display: block;
  text-transform: uppercase;
}
#menu #menu_popup li {
  display: block;
  padding: 0 0 10px 0;
  border: 0;
}
#menu #menu_popup a,
#menu #menu_popup span {
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  padding: 0 22px 0 22px;
}
#menu #menu_popup a:hover,
#menu #menu_popup a:active,
#menu #menu_popup a:focus,
#menu #menu_popup li.active a,
#menu #menu_popup li.active span,
#menu #menu_popup li.trail  a,
#menu #menu_popup li.trail  span {
  color: #d34e20;
}
#menu #menu_popup li.active a,
#menu #menu_popup li.active span,
#menu #menu_popup li.trail  a,
#menu #menu_popup li.trail  span {
  font-weight: 700;
}

/* Slideshow ------------------------------------------------------------------------------------ */
#slideshow_container {
  width: 980px;
  height: 450px;
  position: relative;
  background-color: #2b2b2b;
  overflow: hidden;
}
#slideshow {
  width: 980px;
  height: 450px;
  overflow: hidden;
}

/* Slide */
#slideshow .slide {
  width: 980px;
  height: 450px;
  position: relative;
}
#slideshow .slide img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#slideshow .slide_caption {
  width: 920px;
  height: 32px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  line-height: 14px;
  color: #fff;
  padding: 18px 30px 0 30px;
  border-top: 2px solid #d34e20;
}
#slideshow .album_name {
  display: inline-block;
}
#slideshow .album_view {
  display: inline-block;
  padding: 0 0 0 15px;
  border-left: 1px solid #fff;
  margin: 0 0 0 15px;
}
#slideshow .album_view a {
  text-transform: lowercase;
  border-bottom: 1px solid #d34e20;
}

/* Pager */
#slideshow_container .bx-pager {
  position: absolute;
  bottom: 17px;
  right: 30px;
  z-index: 100;
  font-size: 0;
  line-height: 0;
}
#slideshow_container .bx-pager .bx-pager-item {
  float: left;
  padding: 0 0 0 10px;
}
#slideshow_container .bx-pager .bx-pager-item a {
  width: 12px;
  height: 12px;
  display: block;
  text-indent: -99999px;
  border: 2px solid #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius:    12px;
  border-radius:         12px;
}
#slideshow_container .bx-pager .bx-pager-item a:hover,
#slideshow_container .bx-pager .bx-pager-item a:active,
#slideshow_container .bx-pager .bx-pager-item a:focus {
  background-color: #000;
}
#slideshow_container .bx-pager .bx-pager-item a.active {
  background-color: #d34e20;
}

/* Content -------------------------------------------------------------------------------------- */
#content {
  text-align: center;
  padding: 70px 0 40px 0;
}

/* General */
#content h1 {
  font-size: 33px;
  line-height: 38px;
  color: #fff;
  margin: 0 0 35px 0;
}
#content h2 {
  font-size: 23px;
  line-height: 28px;
  color: #d34e20;
  margin: 40px 0 25px 0;
}
#content h3 {
  font-size: 18px;
  line-height: 23px;
  color: #d34e20;
  margin: 0 0 25px 0;
}
#content p {
  line-height: 25px;
  margin: 0 0 25px 0;
}
#content p a {
  border-bottom: 1px solid #444;
}
#content p a:hover,
#content p a:active,
#content p a:focus {
  border-bottom-color: #d34e20;
}
#content strong {
  font-weight: 600;
  color: #fff;
}
#content ul {
  line-height: 25px;
  margin: 0 0 25px 0;
}
#content ol {
  line-height: 25px;
  margin: 0 0 25px 0;
}

/* Introduction */
#introduction {
  padding: 0 100px 5px 100px;
}
#introduction p {
  font-size: 15px;
}
#introduction ol {
  list-style-position: inside;
}

/* More button */
#content a.more {
  height: 32px;
  display: inline-block;
  line-height: 30px;
  text-transform: lowercase;
  text-align: center;
  color: #bbb;
  padding: 0 30px 0 30px;
  border: 2px solid #444;
  -webkit-border-radius: 32px;
  -moz-border-radius:    32px;
  border-radius:         32px;
  margin: 10px 0 20px 0;
}
#content a.more:hover,
#content a.more:active,
#content a.more:focus {
  color: #fff;
  border-color: #888;
}

/* Link list */
#content .linklist ul {
  margin: 0 0 22px 0;
}
#content .linklist li {
  padding: 0 0 3px 0;
}
#content .linklist li a {
  display: inline-block;
  position: relative;
  padding: 0 15px 0 0;
  border-bottom: 1px solid #444;
}
#content .linklist li a:hover,
#content .linklist li a:active,
#content .linklist li a:focus {
  border-color: #d34e20;
}
#content .linklist li a:after {
  position: absolute;
  top: 2px;
  right: 0;
  font-family: 'Fontello', 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: normal;
  content: '\e803';
}

/* Albums */
#content .albums {
  width: 964px;
  padding: 16px 0 10px 16px;
}
#content .albums.center {
  padding-left: 0;
}
#content .albums .album {
  float: left;
  padding: 0 0 18px 18px;
}
#content .albums.center .album {
  float: none;
  padding-left: 0;
}
#content .albums .album a {
  width: 288px;
  height: 214px;
  display: block;
  position: relative;
  cursor: pointer;
  border: 2px solid #aaa;
}
#content .albums.center .album a {
  margin: 0 auto 0 auto;
}

#content .albums a.video:before {
  width: 45px;
  height: 70px;
  display: block;
  position: absolute;
  top: 43px;
  left: 106px;
  z-index: 15;
  background-color: rgba(0, 0, 0, 0.35);
  font-family: 'Fontello', 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 70px;
  text-align: left;
  content: '\e83a';
  padding: 0 0 0 25px;
  border: 3px solid #fff;
  -webkit-border-radius: 70px;
  -moz-border-radius:    70px;
  border-radius:         70px;
}

#content .albums .album img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#content .albums .album .album_caption {
  width: 288px;
  height: 33px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  font-weight: 600;
  line-height: 14px;
  padding: 17px 0 0 0;
  border-top: 2px solid #d34e20;
}
#content .albums .album a:hover,
#content .albums .album a:active,
#content .albums .album a:focus {
  color: #fff;
  border-color: #fff;
}

/* Album */
#content .album_container {
  font-size: 0;
  line-height: 0;
  padding: 8px 0 28px 34px;
}
#content .album_container ul {
  line-height: 0;
  padding: 0;
  margin: 0;
}
#content .album_container li {
  float: left;
  padding: 17px 17px 0 0;
  margin: 0;
}
#content .album_container a {
  width: 211px;
  height: 158px;
  display: block;
  background-color: #2b2b2b;
  text-align: center;
  border: 2px solid #ccc;
}
#content .album_container img {
  border: 0;
}
#content .album_container a:hover,
#content .album_container a:active,
#content .album_container a:focus {
  border-color: #fff;
}

/* Latest --------------------------------------------------------------------------------------- */
#latest {
  width: 980px;
  height: 298px;
  position: relative;
  background-color: #2b2b2b;
}

#latest_album,
#latest_video,
#latest_comingsoon {
  width: 292px;
  height: 218px;
  position: absolute;
  top: 40px;
}
#latest_album {
  left: 30px;
}
#latest_video {
  left: 344px;
}
#latest_comingsoon {
  right: 30px;
}

#latest a {
  width: 288px;
  height: 214px;
  display: block;
  position: relative;
  cursor: pointer;
  border: 2px solid #aaa;
}
#latest a:hover,
#latest a:active,
#latest a:focus {
  color: #fff;
  border-color: #fff;
}
#latest_video      a:before,
#latest_comingsoon a:before {
  width: 45px;
  height: 70px;
  display: block;
  position: absolute;
  top: 43px;
  left: 106px;
  z-index: 15;
  background-color: rgba(0, 0, 0, 0.35);
  font-family: 'Fontello', 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 70px;
  text-align: left;
  content: '\e83a';
  padding: 0 0 0 25px;
  border: 3px solid #fff;
  -webkit-border-radius: 70px;
  -moz-border-radius:    70px;
  border-radius:         70px;
}
#latest img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
#latest .latest_caption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 288px;
  height: 33px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  line-height: 14px;
  text-align: center;
  padding: 17px 0 0 0;
  border-top: 2px solid #d34e20;
}
#latest_comingsoon .latest_caption {
  
}
#latest .latest_caption strong {
  font-weight: 700;
  margin: 0 5px 0 0;
}

/* Footer --------------------------------------------------------------------------------------- */
#footer {
  width: 980px;
  height: 75px;
  position: relative;
}
#footer.sub {
  border-top: 2px solid #2b2b2b;
}

#footer a {
  color: #bbb;
}
#footer a:hover,
#footer a:active,
#footer a:focus {
  color: #fff;
}

/* Copyright */
#copyright {
  position: absolute;
  top: 28px;
  left: 30px;
  line-height: 14px;
}
#copyright ul {
  
}
#copyright li {
  float: left;
  padding: 0 15px 0 15px;
  border-right: 1px solid #444;
}
#copyright li.first {
  padding-left: 0;
}
#copyright li.last {
  padding-right: 0;
  border-right: 0;
}

/* Credits */
#credits {
  position: absolute;
  top: 28px;
  right: 30px;
  line-height: 14px;
}

/* Popup ---------------------------------------------------------------------------------------- */
#popup_bg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; /* 6 */
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  cursor: pointer;  
}

#popup_container {
  display: none;
  width: 90%;
  height: 80%;
  position: fixed;
  z-index: 9999999; /* 7 */
  top: 10%;
  left: 5%;
  background-color: #000;
  text-align: left;
  color: #fff;
  border: 4px solid #fff;  
  margin: 0;  
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;  
  -moz-box-shadow:    4px 4px 8px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.7);
  box-shadow:         4px 4px 8px rgba(0, 0, 0, 0.7);
}

#popup {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

#popup_loading {
  width: 100%;
  height: 22px;
  position: absolute;
  top: 48%;
  left: 0;
  z-index: 9999999999; /* 10 */
  display: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

#popup_content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999999; /* 9 */
  overflow: hidden;
}
#popup_content iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0;
}
#popup_content #popup_image {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #2b2b2b;
  color: #fff;
}
#popup_content #popup_image.horizontal {
  background-size:         cover;
  -webkit-background-size: cover;
  -moz-background-size:    cover;
  -o-background-size:      cover;  
  
  background-size:         contain;
  -webkit-background-size: contain;
  -moz-background-size:    contain;
  -o-background-size:      contain;  
}
#popup_content #popup_image.vertical {
  background-size:         contain;
  -webkit-background-size: contain;
  -moz-background-size:    contain;
  -o-background-size:      contain;
}

#popup_close,
#popup_left  a,
#popup_right a {
  width: 40px;
  height: 40px;
  display: block;
  background-color: #fff;
  position: absolute;
  font-family: 'fontello', Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  color: #999;
  cursor: pointer;
  -webkit-border-radius: 40px;
  -moz-border-radius:    40px;
  border-radius:         40px;
}
#popup_close {
  top: -20px;
  right: -20px;
  z-index: 9999999999; /* 10 */
}
#popup_close:before {
  content: '\e816';
}
#popup_left a {
  top: 46%;
  left: 10%;
  display: none;
}
.touch #popup_left a {
  display: block;
}
#popup_left a:before {
  content: '\e820';
}
#popup_right a {
  top: 46%;
  right: 10%;
  display: none;
}
.touch #popup_right a {
  display: block;
}
#popup_right a:before {
  content: '\e82d';
}
#popup_close:hover,
#popup_left:hover  a,
#popup_right:hover a {
  color: #d34e20;
}
.touch #popup_close:hover,
.touch #popup_left:hover  a,
.touch #popup_right:hover a {
  color: #999;
}

#popup_title_above,
#popup_title_below {
  height: 22px;
  position: absolute;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #fff;
}
#popup_title_above {
  width: 100%;
  top: -40px;
  left: 0;
}
#popup_title_below {
  bottom: -40px;
  left: -4px;
}
#popup_title_below span.counter,
#popup_title_below span.description {
  position: absolute;
  top: 0;
  white-space: nowrap;
}
#popup_title_below span.counter {
  left: 0;
  color: #999;
}
#popup_title_below span.description {
  top: 0;
  left: 150px;
}

#popup_left,
#popup_right {
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 9999999999; /* 10 */
  /* background-color: rgba(25, 50, 100, 0.5); */
  cursor: pointer;
}
#popup_left {
  left: 0;
}
#popup_right {
  right: 0;
}
#popup_left  a span,
#popup_right a span {
  display: none;
}
#popup_left:hover  a,
#popup_right:hover a {
  display: block;
}
#popup_left.invisible:hover  a,
#popup_right.invisible:hover a {
  display: none;
}

#popup_slideshow,
#popup_fullscreen {
  position: absolute;
  z-index: 9999999999; /* 10 */
  height: 30px;
  background-color: #666;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  color: #ccc;
  cursor: pointer;
  padding: 0 15px 0 33px;
  -webkit-border-radius: 30px;
  -moz-border-radius:    30px;
  border-radius:         30px;
}
#popup_slideshow {
  bottom: -44px;
  right: -4px;
  display: block;
}
#popup_fullscreen {
  top: -44px;
  left: -4px;
  display: none;
}
#popup_slideshow  i,
#popup_fullscreen i {
  position: absolute;
  top: 0;
  font-family: 'Fontello', 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: normal;
}
#popup_slideshow i {
  left: 15px;
}
#popup_fullscreen i {
  left: 12px;
}
#popup_slideshow.play i:before {
  content: '\e83a';
}
#popup_slideshow.pause i:before {
  content: '\e83b';
}
#popup_fullscreen i:before {
  content: '\e83e';
}
#popup_slideshow:hover,
#popup_fullscreen:hover {
  background-color: #fff;
  color: #000;
}
.touch #popup_slideshow:hover,
.touch #popup_fullscreen:hover {
  background-color: #666;
  color: #ccc;
}

/* Clearing <div> ------------------------------------------------------------------------------- */
.clear {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}