/*
 *  Carousel Complete v1.1.0
 */
.stacks_in_167 .owl-stage-outer {
  height: auto !important;
}
.stacks_in_167 .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.stacks_in_167 .owl-animated-in {
  z-index: 0;
}
.stacks_in_167 .owl-animated-out {
  z-index: 1;
}
/*
.stacks_in_167 .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
*/
.stacks_in_167 .reverse-animation {
  -webkit-animation-direction: reverse; /* Chrome, Safari, Opera */
  animation-direction: reverse;
}


.stacks_in_167 .active {
  opacity: 1;
}
.stacks_in_167 .owl-animated-out {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
}
.stacks_in_167 .owl-animated-in {
  opacity: 1;
  transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
}
.stacks_in_167 .active.reverse-animation  {
  opacity: 1;
}
.stacks_in_167 .owl-animated-out.reverse-animation {
  opacity: 1;
}
.stacks_in_167 .owl-animated-in.reverse-animation {
  opacity: 1;
}

.stacks_in_167 .owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.stacks_in_167 .autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.stacks_in_167 {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.stacks_in_167 .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
/*
.stacks_in_167 .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
*/

.stacks_in_167 {
  max-width: 300px;
  margin: 0 auto;
}


.stacks_in_167 .owl-stage-outer{
  
    background: #CCCCCC;
    padding-bottom: 0px !important;
    margin-bottom: -4px;
  
  position: relative;
  overflow: hidden;

  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.stacks_in_167 .owl-controls .owl-nav .owl-prev,
.stacks_in_167 .owl-controls .owl-nav .owl-next,
.stacks_in_167 .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.stacks_in_167.owl-loaded {
  display: block;
}
.stacks_in_167.owl-loading {
  opacity: 0;
  display: block;
}
.stacks_in_167.owl-hidden {
  opacity: 0;
}
.stacks_in_167 .owl-refresh .owl-item {
  display: none;
}
.stacks_in_167 .owl-item {
  position: relative;
  box-sizing: border-box;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.stacks_in_167 .owl-item .item {
  padding-left: 0% !important;
  padding-right: 0% !important;
  box-sizing: border-box;
}
.stacks_in_167 .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.stacks_in_167.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.stacks_in_167 .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.stacks_in_167.owl-rtl {
  direction: rtl;
}
.stacks_in_167.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .stacks_in_167 {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.stacks_in_167 .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.stacks_in_167 .owl-item img {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.stacks_in_167 .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.stacks_in_167 .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../files/carScripts/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.stacks_in_167 .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.stacks_in_167 .owl-video-playing .owl-video-tn,
.stacks_in_167 .owl-video-playing .owl-video-play-icon {
  display: none;
}
.stacks_in_167 .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.stacks_in_167 .owl-video-frame {
  position: relative;
  z-index: 1;
}
.stacks_in_167 .item-video{

  overflow:hidden;
  position:relative;
}
.stacks_in_167 .owl-video-frame{
    width:100% !important;
    height: auto !important;
}
.stacks_in_167 .item{
  overflow:hidden;
}
.stacks_in_167 .owl-stage-outer{
  overflow:hidden;
  position:relative;
}
.stacks_in_167 .owl-stage{
}
/*img{height: 490px}*/
.stacks_in_167 .owl-controls {
  
}
.stacks_in_167 .owl-dots{
  margin:0 auto;
  width:100%;
  text-align: center;
  position:relative;
  z-index:99999;
}
.stacks_in_167 .owl-dot {
  background:#333333;
  width:20px;
  height:20px;
  display:inline-block;
  margin:10px;
  border-radius:20px;
}
.stacks_in_167 .owl-dot.active{
  background:#000000;
}

.stacks_in_167 .owl-prev, .stacks_in_167 .owl-next {
  width: 20px;
  height: 20px;
/*  background:white;*/
  float:left;
}
.stacks_in_167 .owl-prev{
  position:absolute;
  height: auto;
  left: 10px;
  top: 50%;
  margin-top: -21px;
}
.stacks_in_167 .owl-next{
  position:absolute;
  height: auto;
  right: 10px;
  top: 50%;
  margin-top: -21px;
}
.stacks_in_167 .owl-prev polygon, .stacks_in_167 .owl-prev path, .stacks_in_167 .owl-next polygon{
    fill:#333333;
}

.stacks_in_167 .item{
  position: relative;
}
.stacks_in_167 .caption{
  position:absolute;
  display:none;
  color:white;
  width: 100%;
  z-index:9999;
  text-align:center;
  left: 0;
}
.stacks_in_167 .visible{
  display:block;
}
.stacks_in_167 .waiting {
  pointer-events: none;
}




#stacks_out_167 {
	margin-left:0;
}


.stacks_in_168.item{
    width:100%;
    height:auto;
/*    min-height: 10px;*/
}

.stacks_in_168.item.VidH .owl-video-frame,
.stacks_in_168.item.VidH .owl-video-tn {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.stacks_in_168.item.VidH .owl-video-tn {
  background-size: cover !important;
}
.stacks_in_168.item.VidH .owl-video-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.stacks_in_168.item.VidH iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stacks_in_168.item img{
    width:100%;
    height:auto;
    display:inline-block;
}

.stacks_in_168 .eContent{
/*    display:  !important;*/
}

.stacks_in_168.item-video .owl-video-wrapper .owl-video-frame{
    max-height: 100%;
}
.stacks_in_168.item-video .owl-video-wrapper .owl-video-frame iframe{
/*
    width:100%;
     height: px !important;
    max-height: 100%;
*/
}

.more .stacks_in_168.item-video .owl-video-wrapper .owl-video-frame iframe{
/*    height:auto;*/
}
.stacks_in_168 .caption{
  top: 0
}


#stacks_out_168 {
	width: 80%;
	margin-left:0;
}

#stacks_in_171 {
	margin:  10px;
	padding:  10px;
}


.stacks_in_175.item{
    width:100%;
    height:auto;
/*    min-height: 10px;*/
}

.stacks_in_175.item.VidH .owl-video-frame,
.stacks_in_175.item.VidH .owl-video-tn {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.stacks_in_175.item.VidH .owl-video-tn {
  background-size: cover !important;
}
.stacks_in_175.item.VidH .owl-video-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.stacks_in_175.item.VidH iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stacks_in_175.item img{
    width:100%;
    height:auto;
    display:inline-block;
}

.stacks_in_175 .eContent{
/*    display:  !important;*/
}

.stacks_in_175.item-video .owl-video-wrapper .owl-video-frame{
    max-height: 100%;
}
.stacks_in_175.item-video .owl-video-wrapper .owl-video-frame iframe{
/*
    width:100%;
     height: px !important;
    max-height: 100%;
*/
}

.more .stacks_in_175.item-video .owl-video-wrapper .owl-video-frame iframe{
/*    height:auto;*/
}
.stacks_in_175 .caption{
  bottom: 0
}


#stacks_in_178 {
	margin:  10px;
	padding:  10px;
}


.stacks_in_182.item{
    width:100%;
    height:auto;
/*    min-height: 10px;*/
}

.stacks_in_182.item.VidH .owl-video-frame,
.stacks_in_182.item.VidH .owl-video-tn {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.stacks_in_182.item.VidH .owl-video-tn {
  background-size: cover !important;
}
.stacks_in_182.item.VidH .owl-video-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.stacks_in_182.item.VidH iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stacks_in_182.item img{
    width:100%;
    height:auto;
    display:inline-block;
}

.stacks_in_182 .eContent{
/*    display:  !important;*/
}

.stacks_in_182.item-video .owl-video-wrapper .owl-video-frame{
    max-height: 100%;
}
.stacks_in_182.item-video .owl-video-wrapper .owl-video-frame iframe{
/*
    width:100%;
     height: px !important;
    max-height: 100%;
*/
}

.more .stacks_in_182.item-video .owl-video-wrapper .owl-video-frame iframe{
/*    height:auto;*/
}
.stacks_in_182 .caption{
  bottom: 0
}


#stacks_in_185 {
	margin:  10px;
	padding:  10px;
}


.stacks_in_189.item{
    width:100%;
    height:auto;
/*    min-height: 10px;*/
}

.stacks_in_189.item.VidH .owl-video-frame,
.stacks_in_189.item.VidH .owl-video-tn {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.stacks_in_189.item.VidH .owl-video-tn {
  background-size: cover !important;
}
.stacks_in_189.item.VidH .owl-video-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.stacks_in_189.item.VidH iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stacks_in_189.item img{
    width:100%;
    height:auto;
    display:inline-block;
}

.stacks_in_189 .eContent{
/*    display:  !important;*/
}

.stacks_in_189.item-video .owl-video-wrapper .owl-video-frame{
    max-height: 100%;
}
.stacks_in_189.item-video .owl-video-wrapper .owl-video-frame iframe{
/*
    width:100%;
     height: px !important;
    max-height: 100%;
*/
}

.more .stacks_in_189.item-video .owl-video-wrapper .owl-video-frame iframe{
/*    height:auto;*/
}
.stacks_in_189 .caption{
  bottom: 0
}


#stacks_in_192 {
	margin:  10px;
	padding:  10px;
}


.stacks_in_196.item{
    width:100%;
    height:auto;
/*    min-height: 10px;*/
}

.stacks_in_196.item.VidH .owl-video-frame,
.stacks_in_196.item.VidH .owl-video-tn {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.stacks_in_196.item.VidH .owl-video-tn {
  background-size: cover !important;
}
.stacks_in_196.item.VidH .owl-video-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.stacks_in_196.item.VidH iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stacks_in_196.item img{
    width:100%;
    height:auto;
    display:inline-block;
}

.stacks_in_196 .eContent{
/*    display:  !important;*/
}

.stacks_in_196.item-video .owl-video-wrapper .owl-video-frame{
    max-height: 100%;
}
.stacks_in_196.item-video .owl-video-wrapper .owl-video-frame iframe{
/*
    width:100%;
     height: px !important;
    max-height: 100%;
*/
}

.more .stacks_in_196.item-video .owl-video-wrapper .owl-video-frame iframe{
/*    height:auto;*/
}
.stacks_in_196 .caption{
  bottom: 0
}


#stacks_in_199 {
	margin:  10px;
	padding:  10px;
}


.stacks_in_203.item{
    width:100%;
    height:auto;
/*    min-height: 10px;*/
}

.stacks_in_203.item.VidH .owl-video-frame,
.stacks_in_203.item.VidH .owl-video-tn {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.stacks_in_203.item.VidH .owl-video-tn {
  background-size: cover !important;
}
.stacks_in_203.item.VidH .owl-video-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.stacks_in_203.item.VidH iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stacks_in_203.item img{
    width:100%;
    height:auto;
    display:inline-block;
}

.stacks_in_203 .eContent{
/*    display:  !important;*/
}

.stacks_in_203.item-video .owl-video-wrapper .owl-video-frame{
    max-height: 100%;
}
.stacks_in_203.item-video .owl-video-wrapper .owl-video-frame iframe{
/*
    width:100%;
     height: px !important;
    max-height: 100%;
*/
}

.more .stacks_in_203.item-video .owl-video-wrapper .owl-video-frame iframe{
/*    height:auto;*/
}
.stacks_in_203 .caption{
  bottom: 0
}


#stacks_in_206 {
	margin:  10px;
	padding:  10px;
}


.stacks_in_210.item{
    width:100%;
    height:auto;
/*    min-height: 10px;*/
}

.stacks_in_210.item.VidH .owl-video-frame,
.stacks_in_210.item.VidH .owl-video-tn {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.stacks_in_210.item.VidH .owl-video-tn {
  background-size: cover !important;
}
.stacks_in_210.item.VidH .owl-video-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.stacks_in_210.item.VidH iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stacks_in_210.item img{
    width:100%;
    height:auto;
    display:inline-block;
}

.stacks_in_210 .eContent{
/*    display:  !important;*/
}

.stacks_in_210.item-video .owl-video-wrapper .owl-video-frame{
    max-height: 100%;
}
.stacks_in_210.item-video .owl-video-wrapper .owl-video-frame iframe{
/*
    width:100%;
     height: px !important;
    max-height: 100%;
*/
}

.more .stacks_in_210.item-video .owl-video-wrapper .owl-video-frame iframe{
/*    height:auto;*/
}
.stacks_in_210 .caption{
  bottom: 0
}


#stacks_in_213 {
	margin:  10px;
	padding:  10px;
}


.stacks_in_217.item{
    width:100%;
    height:auto;
/*    min-height: 10px;*/
}

.stacks_in_217.item.VidH .owl-video-frame,
.stacks_in_217.item.VidH .owl-video-tn {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.stacks_in_217.item.VidH .owl-video-tn {
  background-size: cover !important;
}
.stacks_in_217.item.VidH .owl-video-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.stacks_in_217.item.VidH iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stacks_in_217.item img{
    width:100%;
    height:auto;
    display:inline-block;
}

.stacks_in_217 .eContent{
/*    display:  !important;*/
}

.stacks_in_217.item-video .owl-video-wrapper .owl-video-frame{
    max-height: 100%;
}
.stacks_in_217.item-video .owl-video-wrapper .owl-video-frame iframe{
/*
    width:100%;
     height: px !important;
    max-height: 100%;
*/
}

.more .stacks_in_217.item-video .owl-video-wrapper .owl-video-frame iframe{
/*    height:auto;*/
}
.stacks_in_217 .caption{
  bottom: 0
}


#stacks_in_220 {
	margin:  10px;
	padding:  10px;
}


.stacks_in_224.item{
    width:100%;
    height:auto;
/*    min-height: 10px;*/
}

.stacks_in_224.item.VidH .owl-video-frame,
.stacks_in_224.item.VidH .owl-video-tn {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.stacks_in_224.item.VidH .owl-video-tn {
  background-size: cover !important;
}
.stacks_in_224.item.VidH .owl-video-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.stacks_in_224.item.VidH iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stacks_in_224.item img{
    width:100%;
    height:auto;
    display:inline-block;
}

.stacks_in_224 .eContent{
/*    display:  !important;*/
}

.stacks_in_224.item-video .owl-video-wrapper .owl-video-frame{
    max-height: 100%;
}
.stacks_in_224.item-video .owl-video-wrapper .owl-video-frame iframe{
/*
    width:100%;
     height: px !important;
    max-height: 100%;
*/
}

.more .stacks_in_224.item-video .owl-video-wrapper .owl-video-frame iframe{
/*    height:auto;*/
}
.stacks_in_224 .caption{
  bottom: 0
}


#stacks_in_227 {
	margin:  10px;
	padding:  10px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_6 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_6 {
		display: none !important;
	}
}
#stacks_in_165_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_165 a:link, #stacks_in_165 a:visited {
	 display:block; 
	 float:left; 
	
	position: relative;
	text-decoration:none;
}
#stacks_in_165 a:hover, #stacks_in_165 a:active {
	color:#FFFFFF;
}







#stacks_in_165 a:link, #stacks_in_165 a:visited {
	background-color:#FF0000;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0000), to(#BF0000));
	border:1px solid #BF0000;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_165 a:hover {
	background-color:#FF0000;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0000), to(#A50000));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_165 a:active {
	background-color:#FF0000;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}



#stacks_in_14>.s3_row {
	margin: 0 -10px;
}

#stacks_in_14>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_14>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_14>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {



}





#portholeStackstacks_in_11 {	
	width: 100%;
	padding-bottom: 100%;
	display: block;
	position: relative;
	z-index: 0;
}

#portholeStackstacks_in_11 *,
#portholeStackstacks_in_11 *:before,
#portholeStackstacks_in_11 *:after {	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#portholeFillstacks_in_11 {
	width: 100%;
	height: 100%;
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0.99;
	border: 0px solid #FF0000;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	box-shadow: inset 0 0 0 0 rgba(0,0,0, 0.4), inset 0 0 0 10px rgba(255,255,255,0.70), 0 1px 2px rgba(0,0,0,0.1);
}

#portholeStackstacks_in_11:hover #portholeFillstacks_in_11 {
	opacity: 0.99;
	border: 0px solid #0000FF;
	box-shadow: inset 0 0 0 0 rgba(0,0,0, 0.4), inset 0 0 0 10px rgba(255,255,255,0.30), 0 1px 2px rgba(0,0,0,0.1);
}

#portholeContentAbsolutestacks_in_11 {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	z-index: 3;
	width: 100%;
	display: block;
}

#portholeContentstacks_in_11 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	width: 75%;
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #ffffff;
}

#portholeContentLargestacks_in_11 {
	font-family: 'Droid Sans', sans-serif;
	line-height: 1.25em;
	font-weight: 400;
	color: #FFFFFF;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	z-index: 4;
	position: relative;
	opacity: 0.99;
	text-transform: none;
}

#portholeStackstacks_in_11:hover #portholeContentLargestacks_in_11 {
	color: #FFFFFF;
	opacity: 0.99;
}

/*  */
#portholeContentLargestacks_in_11 {
	font-size: 250%;
}

#portholeStackstacks_in_11:hover #portholeContentLargestacks_in_11 {
	font-size: 250%;
}
/*  */

/*  */

/*  */

#portholeContentSmallstacks_in_11 {
	font-family: 'Droid Sans', sans-serif;
	line-height: 1.25em;
	font-weight: 400;
	color: #FFFFFF;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	z-index: 4;
	position: relative;
	opacity: 0.99;
	text-transform: none;
}

#portholeStackstacks_in_11:hover #portholeContentSmallstacks_in_11 {
	color: #FFFFFF;
	opacity: 0.99;
}

/*  */
#portholeContentSmallstacks_in_11 {
	font-size: 150%;
}

#portholeStackstacks_in_11:hover #portholeContentSmallstacks_in_11 {
	font-size: 150%;
}
/*  */

/*  */

/*  */

/* Icons */

#portholeContentLargestacks_in_11 [class^="fa fa-"] {
	color: #FFFFFF;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

#portholeStackstacks_in_11:hover #portholeContentLargestacks_in_11 [class^="fa fa-"] {
	color: #FFFFFF;
}

#portholeContentSmallstacks_in_11 [class^="fa fa-"] {
	color: #FFFFFF;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

#portholeStackstacks_in_11:hover #portholeContentSmallstacks_in_11 [class^="fa fa-"] {
	color: #FFFFFF;
}

#portholeLinkstacks_in_11 a {
	display: block;
	border: none;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
	background: transparent;
}


















/* Warehoused image applied as a CSS background */
#portholeFillstacks_in_11 {
	background: url(https://static.realworks.nl/cms/904593/profielfotos/Image00001.jpg);
	background-size: 100% 100%;
	background-attachment: scroll;
}




@media print {
	#portholeFillstacks_in_11 {
		display: none;
	}
	
	#portholeStackstacks_in_11 {	
		padding-bottom: 0;
	}
	
	#portholeContentstacks_in_11 {
		width: 100%;
	}
	
	#portholeLinkstacks_in_11 a,
	#portholeContentAbsolutestacks_in_11 {
		position: relative;
		top: auto;
		left: auto;
	}
	
	#portholeContentSmallstacks_in_11,
	#portholeContentLargestacks_in_11 {
		font-size: 14pt;
		line-height: 1.50em;
		opacity: 1.00;
		color: #000000;
		text-align: left;
	}
}
#stacks_out_11 {
	margin-left:0;
}

#stacks_in_162 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_162 .pullquote:before, #stacks_in_162 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_162 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_162 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_162 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_162 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}#stacks_in_140_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_140 a:link, #stacks_in_140 a:visited {
	 display:block; 
	 float:left; 
	
	position: relative;
	text-decoration:none;
}
#stacks_in_140 a:hover, #stacks_in_140 a:active {
	color:#FFFFFF;
}







#stacks_in_140 a:link, #stacks_in_140 a:visited {
	background-color:#A0A0A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#A0A0A0), to(#606060));
	border:1px solid #606060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_140 a:hover {
	background-color:#ACACAC;
	background: -webkit-gradient(linear, left top, left bottom, from(#ACACAC), to(#535353));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_140 a:active {
	background-color:#A0A0A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_119 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_119 {
		display: none !important;
	}
}
#stacks_in_95>.s3_row {
	margin: 0 -10px;
}

#stacks_in_95>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_95>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_95>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {



}





#portholeStackstacks_in_96 {	
	width: 100%;
	padding-bottom: 100%;
	display: block;
	position: relative;
	z-index: 0;
}

#portholeStackstacks_in_96 *,
#portholeStackstacks_in_96 *:before,
#portholeStackstacks_in_96 *:after {	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#portholeFillstacks_in_96 {
	width: 100%;
	height: 100%;
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0.99;
	border: 0px solid #FF0000;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	box-shadow: inset 0 0 0 0 rgba(0,0,0, 0.4), inset 0 0 0 10px rgba(255,255,255,0.70), 0 1px 2px rgba(0,0,0,0.1);
}

#portholeStackstacks_in_96:hover #portholeFillstacks_in_96 {
	opacity: 0.99;
	border: 0px solid #0000FF;
	box-shadow: inset 0 0 0 0 rgba(0,0,0, 0.4), inset 0 0 0 10px rgba(255,255,255,0.30), 0 1px 2px rgba(0,0,0,0.1);
}

#portholeContentAbsolutestacks_in_96 {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	z-index: 3;
	width: 100%;
	display: block;
}

#portholeContentstacks_in_96 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	width: 75%;
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #ffffff;
}

#portholeContentLargestacks_in_96 {
	font-family: 'Droid Sans', sans-serif;
	line-height: 1.25em;
	font-weight: 400;
	color: #FFFFFF;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	z-index: 4;
	position: relative;
	opacity: 0.99;
	text-transform: none;
}

#portholeStackstacks_in_96:hover #portholeContentLargestacks_in_96 {
	color: #FFFFFF;
	opacity: 0.99;
}

/*  */
#portholeContentLargestacks_in_96 {
	font-size: 250%;
}

#portholeStackstacks_in_96:hover #portholeContentLargestacks_in_96 {
	font-size: 250%;
}
/*  */

/*  */

/*  */

#portholeContentSmallstacks_in_96 {
	font-family: 'Droid Sans', sans-serif;
	line-height: 1.25em;
	font-weight: 400;
	color: #FFFFFF;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	z-index: 4;
	position: relative;
	opacity: 0.99;
	text-transform: none;
}

#portholeStackstacks_in_96:hover #portholeContentSmallstacks_in_96 {
	color: #FFFFFF;
	opacity: 0.99;
}

/*  */
#portholeContentSmallstacks_in_96 {
	font-size: 150%;
}

#portholeStackstacks_in_96:hover #portholeContentSmallstacks_in_96 {
	font-size: 150%;
}
/*  */

/*  */

/*  */

/* Icons */

#portholeContentLargestacks_in_96 [class^="fa fa-"] {
	color: #FFFFFF;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

#portholeStackstacks_in_96:hover #portholeContentLargestacks_in_96 [class^="fa fa-"] {
	color: #FFFFFF;
}

#portholeContentSmallstacks_in_96 [class^="fa fa-"] {
	color: #FFFFFF;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

#portholeStackstacks_in_96:hover #portholeContentSmallstacks_in_96 [class^="fa fa-"] {
	color: #FFFFFF;
}

#portholeLinkstacks_in_96 a {
	display: block;
	border: none;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
	background: transparent;
}


















/* Warehoused image applied as a CSS background */
#portholeFillstacks_in_96 {
	background: url(https://static.realworks.nl/cms/904593/profielfotos/Image00008.jpg);
	background-size: 100% 100%;
	background-attachment: scroll;
}




@media print {
	#portholeFillstacks_in_96 {
		display: none;
	}
	
	#portholeStackstacks_in_96 {	
		padding-bottom: 0;
	}
	
	#portholeContentstacks_in_96 {
		width: 100%;
	}
	
	#portholeLinkstacks_in_96 a,
	#portholeContentAbsolutestacks_in_96 {
		position: relative;
		top: auto;
		left: auto;
	}
	
	#portholeContentSmallstacks_in_96,
	#portholeContentLargestacks_in_96 {
		font-size: 14pt;
		line-height: 1.50em;
		opacity: 1.00;
		color: #000000;
		text-align: left;
	}
}
#stacks_out_96 {
	margin-left:0;
}

.spacerStack {
	height: 80.00px;
}

#spacerStackstacks_in_146 {
	height: 80.00px;
}




















@media print {
	#spacerStackstacks_in_146 {
		display: none !important;
	}
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_128 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_128 {
		display: none !important;
	}
}
#stacks_in_144_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_144 a:link, #stacks_in_144 a:visited {
	 display:block; 
	 float:left; 
	
	position: relative;
	text-decoration:none;
}
#stacks_in_144 a:hover, #stacks_in_144 a:active {
	color:#FFFFFF;
}







#stacks_in_144 a:link, #stacks_in_144 a:visited {
	background-color:#A0A0A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#A0A0A0), to(#606060));
	border:1px solid #606060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_144 a:hover {
	background-color:#ACACAC;
	background: -webkit-gradient(linear, left top, left bottom, from(#ACACAC), to(#535353));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_144 a:active {
	background-color:#A0A0A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_120 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_120 {
		display: none !important;
	}
}
#stacks_in_83>.s3_row {
	margin: 0 -10px;
}

#stacks_in_83>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_83>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_83>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {



}





#portholeStackstacks_in_84 {	
	width: 100%;
	padding-bottom: 100%;
	display: block;
	position: relative;
	z-index: 0;
}

#portholeStackstacks_in_84 *,
#portholeStackstacks_in_84 *:before,
#portholeStackstacks_in_84 *:after {	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#portholeFillstacks_in_84 {
	width: 100%;
	height: 100%;
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0.99;
	border: 0px solid #FF0000;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	box-shadow: inset 0 0 0 0 rgba(0,0,0, 0.4), inset 0 0 0 10px rgba(255,255,255,0.70), 0 1px 2px rgba(0,0,0,0.1);
}

#portholeStackstacks_in_84:hover #portholeFillstacks_in_84 {
	opacity: 0.99;
	border: 0px solid #0000FF;
	box-shadow: inset 0 0 0 0 rgba(0,0,0, 0.4), inset 0 0 0 10px rgba(255,255,255,0.30), 0 1px 2px rgba(0,0,0,0.1);
}

#portholeContentAbsolutestacks_in_84 {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	z-index: 3;
	width: 100%;
	display: block;
}

#portholeContentstacks_in_84 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	width: 75%;
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #ffffff;
}

#portholeContentLargestacks_in_84 {
	font-family: 'Droid Sans', sans-serif;
	line-height: 1.25em;
	font-weight: 400;
	color: #FFFFFF;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	z-index: 4;
	position: relative;
	opacity: 0.99;
	text-transform: none;
}

#portholeStackstacks_in_84:hover #portholeContentLargestacks_in_84 {
	color: #FFFFFF;
	opacity: 0.99;
}

/*  */
#portholeContentLargestacks_in_84 {
	font-size: 250%;
}

#portholeStackstacks_in_84:hover #portholeContentLargestacks_in_84 {
	font-size: 250%;
}
/*  */

/*  */

/*  */

#portholeContentSmallstacks_in_84 {
	font-family: 'Droid Sans', sans-serif;
	line-height: 1.25em;
	font-weight: 400;
	color: #FFFFFF;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	z-index: 4;
	position: relative;
	opacity: 0.99;
	text-transform: none;
}

#portholeStackstacks_in_84:hover #portholeContentSmallstacks_in_84 {
	color: #FFFFFF;
	opacity: 0.99;
}

/*  */
#portholeContentSmallstacks_in_84 {
	font-size: 150%;
}

#portholeStackstacks_in_84:hover #portholeContentSmallstacks_in_84 {
	font-size: 150%;
}
/*  */

/*  */

/*  */

/* Icons */

#portholeContentLargestacks_in_84 [class^="fa fa-"] {
	color: #FFFFFF;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

#portholeStackstacks_in_84:hover #portholeContentLargestacks_in_84 [class^="fa fa-"] {
	color: #FFFFFF;
}

#portholeContentSmallstacks_in_84 [class^="fa fa-"] {
	color: #FFFFFF;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

#portholeStackstacks_in_84:hover #portholeContentSmallstacks_in_84 [class^="fa fa-"] {
	color: #FFFFFF;
}

#portholeLinkstacks_in_84 a {
	display: block;
	border: none;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
	background: transparent;
}


















/* Warehoused image applied as a CSS background */
#portholeFillstacks_in_84 {
	background: url(https://static.realworks.nl/cms/904593/profielfotos/Image00004.jpg);
	background-size: 100% 100%;
	background-attachment: scroll;
}




@media print {
	#portholeFillstacks_in_84 {
		display: none;
	}
	
	#portholeStackstacks_in_84 {	
		padding-bottom: 0;
	}
	
	#portholeContentstacks_in_84 {
		width: 100%;
	}
	
	#portholeLinkstacks_in_84 a,
	#portholeContentAbsolutestacks_in_84 {
		position: relative;
		top: auto;
		left: auto;
	}
	
	#portholeContentSmallstacks_in_84,
	#portholeContentLargestacks_in_84 {
		font-size: 14pt;
		line-height: 1.50em;
		opacity: 1.00;
		color: #000000;
		text-align: left;
	}
}
#stacks_out_84 {
	margin-left:0;
}

.spacerStack {
	height: 80.00px;
}

#spacerStackstacks_in_129 {
	height: 80.00px;
}




















@media print {
	#spacerStackstacks_in_129 {
		display: none !important;
	}
}
#stacks_in_148_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_148 a:link, #stacks_in_148 a:visited {
	 display:block; 
	 float:left; 
	
	position: relative;
	text-decoration:none;
}
#stacks_in_148 a:hover, #stacks_in_148 a:active {
	color:#FFFFFF;
}







#stacks_in_148 a:link, #stacks_in_148 a:visited {
	background-color:#A0A0A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#A0A0A0), to(#606060));
	border:1px solid #606060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_148 a:hover {
	background-color:#ACACAC;
	background: -webkit-gradient(linear, left top, left bottom, from(#ACACAC), to(#535353));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_148 a:active {
	background-color:#A0A0A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_121 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_121 {
		display: none !important;
	}
}
#stacks_in_71>.s3_row {
	margin: 0 -10px;
}

#stacks_in_71>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_71>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_71>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {



}





#portholeStackstacks_in_72 {	
	width: 100%;
	padding-bottom: 100%;
	display: block;
	position: relative;
	z-index: 0;
}

#portholeStackstacks_in_72 *,
#portholeStackstacks_in_72 *:before,
#portholeStackstacks_in_72 *:after {	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#portholeFillstacks_in_72 {
	width: 100%;
	height: 100%;
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0.99;
	border: 0px solid #FF0000;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	box-shadow: inset 0 0 0 0 rgba(0,0,0, 0.4), inset 0 0 0 10px rgba(255,255,255,0.70), 0 1px 2px rgba(0,0,0,0.1);
}

#portholeStackstacks_in_72:hover #portholeFillstacks_in_72 {
	opacity: 0.99;
	border: 0px solid #0000FF;
	box-shadow: inset 0 0 0 0 rgba(0,0,0, 0.4), inset 0 0 0 10px rgba(255,255,255,0.30), 0 1px 2px rgba(0,0,0,0.1);
}

#portholeContentAbsolutestacks_in_72 {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	z-index: 3;
	width: 100%;
	display: block;
}

#portholeContentstacks_in_72 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	width: 75%;
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #ffffff;
}

#portholeContentLargestacks_in_72 {
	font-family: 'Droid Sans', sans-serif;
	line-height: 1.25em;
	font-weight: 400;
	color: #FFFFFF;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	z-index: 4;
	position: relative;
	opacity: 0.99;
	text-transform: none;
}

#portholeStackstacks_in_72:hover #portholeContentLargestacks_in_72 {
	color: #FFFFFF;
	opacity: 0.99;
}

/*  */
#portholeContentLargestacks_in_72 {
	font-size: 250%;
}

#portholeStackstacks_in_72:hover #portholeContentLargestacks_in_72 {
	font-size: 250%;
}
/*  */

/*  */

/*  */

#portholeContentSmallstacks_in_72 {
	font-family: 'Droid Sans', sans-serif;
	line-height: 1.25em;
	font-weight: 400;
	color: #FFFFFF;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	z-index: 4;
	position: relative;
	opacity: 0.99;
	text-transform: none;
}

#portholeStackstacks_in_72:hover #portholeContentSmallstacks_in_72 {
	color: #FFFFFF;
	opacity: 0.99;
}

/*  */
#portholeContentSmallstacks_in_72 {
	font-size: 150%;
}

#portholeStackstacks_in_72:hover #portholeContentSmallstacks_in_72 {
	font-size: 150%;
}
/*  */

/*  */

/*  */

/* Icons */

#portholeContentLargestacks_in_72 [class^="fa fa-"] {
	color: #FFFFFF;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

#portholeStackstacks_in_72:hover #portholeContentLargestacks_in_72 [class^="fa fa-"] {
	color: #FFFFFF;
}

#portholeContentSmallstacks_in_72 [class^="fa fa-"] {
	color: #FFFFFF;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

#portholeStackstacks_in_72:hover #portholeContentSmallstacks_in_72 [class^="fa fa-"] {
	color: #FFFFFF;
}

#portholeLinkstacks_in_72 a {
	display: block;
	border: none;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
	background: transparent;
}


















/* Warehoused image applied as a CSS background */
#portholeFillstacks_in_72 {
	background: url(https://static.realworks.nl/cms/904593/profielfotos/Image00005.jpg);
	background-size: 100% 100%;
	background-attachment: scroll;
}




@media print {
	#portholeFillstacks_in_72 {
		display: none;
	}
	
	#portholeStackstacks_in_72 {	
		padding-bottom: 0;
	}
	
	#portholeContentstacks_in_72 {
		width: 100%;
	}
	
	#portholeLinkstacks_in_72 a,
	#portholeContentAbsolutestacks_in_72 {
		position: relative;
		top: auto;
		left: auto;
	}
	
	#portholeContentSmallstacks_in_72,
	#portholeContentLargestacks_in_72 {
		font-size: 14pt;
		line-height: 1.50em;
		opacity: 1.00;
		color: #000000;
		text-align: left;
	}
}
#stacks_out_72 {
	margin-left:0;
}

.spacerStack {
	height: 80.00px;
}

#spacerStackstacks_in_130 {
	height: 80.00px;
}




















@media print {
	#spacerStackstacks_in_130 {
		display: none !important;
	}
}
#stacks_in_150_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_150 a:link, #stacks_in_150 a:visited {
	 display:block; 
	 float:left; 
	
	position: relative;
	text-decoration:none;
}
#stacks_in_150 a:hover, #stacks_in_150 a:active {
	color:#FFFFFF;
}







#stacks_in_150 a:link, #stacks_in_150 a:visited {
	background-color:#A0A0A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#A0A0A0), to(#606060));
	border:1px solid #606060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_150 a:hover {
	background-color:#ACACAC;
	background: -webkit-gradient(linear, left top, left bottom, from(#ACACAC), to(#535353));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_150 a:active {
	background-color:#A0A0A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_122 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_122 {
		display: none !important;
	}
}
#stacks_in_59>.s3_row {
	margin: 0 -10px;
}

#stacks_in_59>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_59>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_59>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {



}





#portholeStackstacks_in_60 {	
	width: 100%;
	padding-bottom: 100%;
	display: block;
	position: relative;
	z-index: 0;
}

#portholeStackstacks_in_60 *,
#portholeStackstacks_in_60 *:before,
#portholeStackstacks_in_60 *:after {	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#portholeFillstacks_in_60 {
	width: 100%;
	height: 100%;
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0.99;
	border: 0px solid #FF0000;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	box-shadow: inset 0 0 0 0 rgba(0,0,0, 0.4), inset 0 0 0 10px rgba(255,255,255,0.70), 0 1px 2px rgba(0,0,0,0.1);
}

#portholeStackstacks_in_60:hover #portholeFillstacks_in_60 {
	opacity: 0.99;
	border: 0px solid #0000FF;
	box-shadow: inset 0 0 0 0 rgba(0,0,0, 0.4), inset 0 0 0 10px rgba(255,255,255,0.30), 0 1px 2px rgba(0,0,0,0.1);
}

#portholeContentAbsolutestacks_in_60 {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	z-index: 3;
	width: 100%;
	display: block;
}

#portholeContentstacks_in_60 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	width: 75%;
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #ffffff;
}

#portholeContentLargestacks_in_60 {
	font-family: 'Droid Sans', sans-serif;
	line-height: 1.25em;
	font-weight: 400;
	color: #FFFFFF;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	z-index: 4;
	position: relative;
	opacity: 0.99;
	text-transform: none;
}

#portholeStackstacks_in_60:hover #portholeContentLargestacks_in_60 {
	color: #FFFFFF;
	opacity: 0.99;
}

/*  */
#portholeContentLargestacks_in_60 {
	font-size: 250%;
}

#portholeStackstacks_in_60:hover #portholeContentLargestacks_in_60 {
	font-size: 250%;
}
/*  */

/*  */

/*  */

#portholeContentSmallstacks_in_60 {
	font-family: 'Droid Sans', sans-serif;
	line-height: 1.25em;
	font-weight: 400;
	color: #FFFFFF;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	z-index: 4;
	position: relative;
	opacity: 0.99;
	text-transform: none;
}

#portholeStackstacks_in_60:hover #portholeContentSmallstacks_in_60 {
	color: #FFFFFF;
	opacity: 0.99;
}

/*  */
#portholeContentSmallstacks_in_60 {
	font-size: 150%;
}

#portholeStackstacks_in_60:hover #portholeContentSmallstacks_in_60 {
	font-size: 150%;
}
/*  */

/*  */

/*  */

/* Icons */

#portholeContentLargestacks_in_60 [class^="fa fa-"] {
	color: #FFFFFF;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

#portholeStackstacks_in_60:hover #portholeContentLargestacks_in_60 [class^="fa fa-"] {
	color: #FFFFFF;
}

#portholeContentSmallstacks_in_60 [class^="fa fa-"] {
	color: #FFFFFF;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

#portholeStackstacks_in_60:hover #portholeContentSmallstacks_in_60 [class^="fa fa-"] {
	color: #FFFFFF;
}

#portholeLinkstacks_in_60 a {
	display: block;
	border: none;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
	background: transparent;
}


















/* Warehoused image applied as a CSS background */
#portholeFillstacks_in_60 {
	background: url(https://static.realworks.nl/cms/904593/profielfotos/Image00007.jpg);
	background-size: 100% 100%;
	background-attachment: scroll;
}




@media print {
	#portholeFillstacks_in_60 {
		display: none;
	}
	
	#portholeStackstacks_in_60 {	
		padding-bottom: 0;
	}
	
	#portholeContentstacks_in_60 {
		width: 100%;
	}
	
	#portholeLinkstacks_in_60 a,
	#portholeContentAbsolutestacks_in_60 {
		position: relative;
		top: auto;
		left: auto;
	}
	
	#portholeContentSmallstacks_in_60,
	#portholeContentLargestacks_in_60 {
		font-size: 14pt;
		line-height: 1.50em;
		opacity: 1.00;
		color: #000000;
		text-align: left;
	}
}
#stacks_out_60 {
	margin-left:0;
}

.spacerStack {
	height: 80.00px;
}

#spacerStackstacks_in_131 {
	height: 80.00px;
}




















@media print {
	#spacerStackstacks_in_131 {
		display: none !important;
	}
}
#stacks_in_152_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_152 a:link, #stacks_in_152 a:visited {
	 display:block; 
	 float:left; 
	
	position: relative;
	text-decoration:none;
}
#stacks_in_152 a:hover, #stacks_in_152 a:active {
	color:#FFFFFF;
}







#stacks_in_152 a:link, #stacks_in_152 a:visited {
	background-color:#A0A0A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#A0A0A0), to(#606060));
	border:1px solid #606060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_152 a:hover {
	background-color:#ACACAC;
	background: -webkit-gradient(linear, left top, left bottom, from(#ACACAC), to(#535353));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_152 a:active {
	background-color:#A0A0A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_123 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_123 {
		display: none !important;
	}
}
#stacks_in_47>.s3_row {
	margin: 0 -10px;
}

#stacks_in_47>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_47>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_47>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {



}





#portholeStackstacks_in_48 {	
	width: 100%;
	padding-bottom: 100%;
	display: block;
	position: relative;
	z-index: 0;
}

#portholeStackstacks_in_48 *,
#portholeStackstacks_in_48 *:before,
#portholeStackstacks_in_48 *:after {	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#portholeFillstacks_in_48 {
	width: 100%;
	height: 100%;
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0.99;
	border: 0px solid #FF0000;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	box-shadow: inset 0 0 0 0 rgba(0,0,0, 0.4), inset 0 0 0 10px rgba(255,255,255,0.70), 0 1px 2px rgba(0,0,0,0.1);
}

#portholeStackstacks_in_48:hover #portholeFillstacks_in_48 {
	opacity: 0.99;
	border: 0px solid #0000FF;
	box-shadow: inset 0 0 0 0 rgba(0,0,0, 0.4), inset 0 0 0 10px rgba(255,255,255,0.30), 0 1px 2px rgba(0,0,0,0.1);
}

#portholeContentAbsolutestacks_in_48 {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	z-index: 3;
	width: 100%;
	display: block;
}

#portholeContentstacks_in_48 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	width: 75%;
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #ffffff;
}

#portholeContentLargestacks_in_48 {
	font-family: 'Droid Sans', sans-serif;
	line-height: 1.25em;
	font-weight: 400;
	color: #FFFFFF;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	z-index: 4;
	position: relative;
	opacity: 0.99;
	text-transform: none;
}

#portholeStackstacks_in_48:hover #portholeContentLargestacks_in_48 {
	color: #FFFFFF;
	opacity: 0.99;
}

/*  */
#portholeContentLargestacks_in_48 {
	font-size: 250%;
}

#portholeStackstacks_in_48:hover #portholeContentLargestacks_in_48 {
	font-size: 250%;
}
/*  */

/*  */

/*  */

#portholeContentSmallstacks_in_48 {
	font-family: 'Droid Sans', sans-serif;
	line-height: 1.25em;
	font-weight: 400;
	color: #FFFFFF;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	z-index: 4;
	position: relative;
	opacity: 0.99;
	text-transform: none;
}

#portholeStackstacks_in_48:hover #portholeContentSmallstacks_in_48 {
	color: #FFFFFF;
	opacity: 0.99;
}

/*  */
#portholeContentSmallstacks_in_48 {
	font-size: 150%;
}

#portholeStackstacks_in_48:hover #portholeContentSmallstacks_in_48 {
	font-size: 150%;
}
/*  */

/*  */

/*  */

/* Icons */

#portholeContentLargestacks_in_48 [class^="fa fa-"] {
	color: #FFFFFF;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

#portholeStackstacks_in_48:hover #portholeContentLargestacks_in_48 [class^="fa fa-"] {
	color: #FFFFFF;
}

#portholeContentSmallstacks_in_48 [class^="fa fa-"] {
	color: #FFFFFF;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

#portholeStackstacks_in_48:hover #portholeContentSmallstacks_in_48 [class^="fa fa-"] {
	color: #FFFFFF;
}

#portholeLinkstacks_in_48 a {
	display: block;
	border: none;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
	background: transparent;
}


















/* Warehoused image applied as a CSS background */
#portholeFillstacks_in_48 {
	background: url(https://static.realworks.nl/cms/904593/profielfotos/Image00003.jpg);
	background-size: 100% 100%;
	background-attachment: scroll;
}




@media print {
	#portholeFillstacks_in_48 {
		display: none;
	}
	
	#portholeStackstacks_in_48 {	
		padding-bottom: 0;
	}
	
	#portholeContentstacks_in_48 {
		width: 100%;
	}
	
	#portholeLinkstacks_in_48 a,
	#portholeContentAbsolutestacks_in_48 {
		position: relative;
		top: auto;
		left: auto;
	}
	
	#portholeContentSmallstacks_in_48,
	#portholeContentLargestacks_in_48 {
		font-size: 14pt;
		line-height: 1.50em;
		opacity: 1.00;
		color: #000000;
		text-align: left;
	}
}
#stacks_out_48 {
	margin-left:0;
}

.spacerStack {
	height: 80.00px;
}

#spacerStackstacks_in_132 {
	height: 80.00px;
}




















@media print {
	#spacerStackstacks_in_132 {
		display: none !important;
	}
}
#stacks_in_154_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_154 a:link, #stacks_in_154 a:visited {
	 display:block; 
	 float:left; 
	
	position: relative;
	text-decoration:none;
}
#stacks_in_154 a:hover, #stacks_in_154 a:active {
	color:#FFFFFF;
}







#stacks_in_154 a:link, #stacks_in_154 a:visited {
	background-color:#A0A0A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#A0A0A0), to(#606060));
	border:1px solid #606060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_154 a:hover {
	background-color:#ACACAC;
	background: -webkit-gradient(linear, left top, left bottom, from(#ACACAC), to(#535353));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_154 a:active {
	background-color:#A0A0A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_124 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_124 {
		display: none !important;
	}
}
#stacks_in_107>.s3_row {
	margin: 0 -10px;
}

#stacks_in_107>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_107>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_107>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {



}





#portholeStackstacks_in_108 {	
	width: 100%;
	padding-bottom: 100%;
	display: block;
	position: relative;
	z-index: 0;
}

#portholeStackstacks_in_108 *,
#portholeStackstacks_in_108 *:before,
#portholeStackstacks_in_108 *:after {	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#portholeFillstacks_in_108 {
	width: 100%;
	height: 100%;
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0.99;
	border: 0px solid #FF0000;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	box-shadow: inset 0 0 0 0 rgba(0,0,0, 0.4), inset 0 0 0 10px rgba(255,255,255,0.70), 0 1px 2px rgba(0,0,0,0.1);
}

#portholeStackstacks_in_108:hover #portholeFillstacks_in_108 {
	opacity: 0.99;
	border: 0px solid #0000FF;
	box-shadow: inset 0 0 0 0 rgba(0,0,0, 0.4), inset 0 0 0 10px rgba(255,255,255,0.30), 0 1px 2px rgba(0,0,0,0.1);
}

#portholeContentAbsolutestacks_in_108 {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	z-index: 3;
	width: 100%;
	display: block;
}

#portholeContentstacks_in_108 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	width: 75%;
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #ffffff;
}

#portholeContentLargestacks_in_108 {
	font-family: 'Droid Sans', sans-serif;
	line-height: 1.25em;
	font-weight: 400;
	color: #FFFFFF;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	z-index: 4;
	position: relative;
	opacity: 0.99;
	text-transform: none;
}

#portholeStackstacks_in_108:hover #portholeContentLargestacks_in_108 {
	color: #FFFFFF;
	opacity: 0.99;
}

/*  */
#portholeContentLargestacks_in_108 {
	font-size: 250%;
}

#portholeStackstacks_in_108:hover #portholeContentLargestacks_in_108 {
	font-size: 250%;
}
/*  */

/*  */

/*  */

#portholeContentSmallstacks_in_108 {
	font-family: 'Droid Sans', sans-serif;
	line-height: 1.25em;
	font-weight: 400;
	color: #FFFFFF;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	z-index: 4;
	position: relative;
	opacity: 0.99;
	text-transform: none;
}

#portholeStackstacks_in_108:hover #portholeContentSmallstacks_in_108 {
	color: #FFFFFF;
	opacity: 0.99;
}

/*  */
#portholeContentSmallstacks_in_108 {
	font-size: 150%;
}

#portholeStackstacks_in_108:hover #portholeContentSmallstacks_in_108 {
	font-size: 150%;
}
/*  */

/*  */

/*  */

/* Icons */

#portholeContentLargestacks_in_108 [class^="fa fa-"] {
	color: #FFFFFF;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

#portholeStackstacks_in_108:hover #portholeContentLargestacks_in_108 [class^="fa fa-"] {
	color: #FFFFFF;
}

#portholeContentSmallstacks_in_108 [class^="fa fa-"] {
	color: #FFFFFF;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

#portholeStackstacks_in_108:hover #portholeContentSmallstacks_in_108 [class^="fa fa-"] {
	color: #FFFFFF;
}

#portholeLinkstacks_in_108 a {
	display: block;
	border: none;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
	background: transparent;
}


















/* Warehoused image applied as a CSS background */
#portholeFillstacks_in_108 {
	background: url(https://static.realworks.nl/cms/904593/profielfotos/Image00009.jpg);
	background-size: 100% 100%;
	background-attachment: scroll;
}




@media print {
	#portholeFillstacks_in_108 {
		display: none;
	}
	
	#portholeStackstacks_in_108 {	
		padding-bottom: 0;
	}
	
	#portholeContentstacks_in_108 {
		width: 100%;
	}
	
	#portholeLinkstacks_in_108 a,
	#portholeContentAbsolutestacks_in_108 {
		position: relative;
		top: auto;
		left: auto;
	}
	
	#portholeContentSmallstacks_in_108,
	#portholeContentLargestacks_in_108 {
		font-size: 14pt;
		line-height: 1.50em;
		opacity: 1.00;
		color: #000000;
		text-align: left;
	}
}
#stacks_out_108 {
	margin-left:0;
}

.spacerStack {
	height: 80.00px;
}

#spacerStackstacks_in_135 {
	height: 80.00px;
}




















@media print {
	#spacerStackstacks_in_135 {
		display: none !important;
	}
}
#stacks_in_156_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_156 a:link, #stacks_in_156 a:visited {
	 display:block; 
	 float:left; 
	
	position: relative;
	text-decoration:none;
}
#stacks_in_156 a:hover, #stacks_in_156 a:active {
	color:#FFFFFF;
}







#stacks_in_156 a:link, #stacks_in_156 a:visited {
	background-color:#A0A0A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#A0A0A0), to(#606060));
	border:1px solid #606060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_156 a:hover {
	background-color:#ACACAC;
	background: -webkit-gradient(linear, left top, left bottom, from(#ACACAC), to(#535353));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_156 a:active {
	background-color:#A0A0A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_125 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_125 {
		display: none !important;
	}
}
#stacks_in_23>.s3_row {
	margin: 0 -10px;
}

#stacks_in_23>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_23>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_23>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {



}





#portholeStackstacks_in_24 {	
	width: 100%;
	padding-bottom: 100%;
	display: block;
	position: relative;
	z-index: 0;
}

#portholeStackstacks_in_24 *,
#portholeStackstacks_in_24 *:before,
#portholeStackstacks_in_24 *:after {	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#portholeFillstacks_in_24 {
	width: 100%;
	height: 100%;
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0.99;
	border: 0px solid #FF0000;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	box-shadow: inset 0 0 0 0 rgba(0,0,0, 0.4), inset 0 0 0 10px rgba(255,255,255,0.70), 0 1px 2px rgba(0,0,0,0.1);
}

#portholeStackstacks_in_24:hover #portholeFillstacks_in_24 {
	opacity: 0.99;
	border: 0px solid #0000FF;
	box-shadow: inset 0 0 0 0 rgba(0,0,0, 0.4), inset 0 0 0 10px rgba(255,255,255,0.30), 0 1px 2px rgba(0,0,0,0.1);
}

#portholeContentAbsolutestacks_in_24 {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	z-index: 3;
	width: 100%;
	display: block;
}

#portholeContentstacks_in_24 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	width: 75%;
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #ffffff;
}

#portholeContentLargestacks_in_24 {
	font-family: 'Droid Sans', sans-serif;
	line-height: 1.25em;
	font-weight: 400;
	color: #FFFFFF;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	z-index: 4;
	position: relative;
	opacity: 0.99;
	text-transform: none;
}

#portholeStackstacks_in_24:hover #portholeContentLargestacks_in_24 {
	color: #FFFFFF;
	opacity: 0.99;
}

/*  */
#portholeContentLargestacks_in_24 {
	font-size: 250%;
}

#portholeStackstacks_in_24:hover #portholeContentLargestacks_in_24 {
	font-size: 250%;
}
/*  */

/*  */

/*  */

#portholeContentSmallstacks_in_24 {
	font-family: 'Droid Sans', sans-serif;
	line-height: 1.25em;
	font-weight: 400;
	color: #FFFFFF;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	z-index: 4;
	position: relative;
	opacity: 0.99;
	text-transform: none;
}

#portholeStackstacks_in_24:hover #portholeContentSmallstacks_in_24 {
	color: #FFFFFF;
	opacity: 0.99;
}

/*  */
#portholeContentSmallstacks_in_24 {
	font-size: 150%;
}

#portholeStackstacks_in_24:hover #portholeContentSmallstacks_in_24 {
	font-size: 150%;
}
/*  */

/*  */

/*  */

/* Icons */

#portholeContentLargestacks_in_24 [class^="fa fa-"] {
	color: #FFFFFF;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

#portholeStackstacks_in_24:hover #portholeContentLargestacks_in_24 [class^="fa fa-"] {
	color: #FFFFFF;
}

#portholeContentSmallstacks_in_24 [class^="fa fa-"] {
	color: #FFFFFF;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

#portholeStackstacks_in_24:hover #portholeContentSmallstacks_in_24 [class^="fa fa-"] {
	color: #FFFFFF;
}

#portholeLinkstacks_in_24 a {
	display: block;
	border: none;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
	background: transparent;
}


















/* Warehoused image applied as a CSS background */
#portholeFillstacks_in_24 {
	background: url(https://static.realworks.nl/cms/904593/profielfotos/Image00006.jpg);
	background-size: 100% 100%;
	background-attachment: scroll;
}




@media print {
	#portholeFillstacks_in_24 {
		display: none;
	}
	
	#portholeStackstacks_in_24 {	
		padding-bottom: 0;
	}
	
	#portholeContentstacks_in_24 {
		width: 100%;
	}
	
	#portholeLinkstacks_in_24 a,
	#portholeContentAbsolutestacks_in_24 {
		position: relative;
		top: auto;
		left: auto;
	}
	
	#portholeContentSmallstacks_in_24,
	#portholeContentLargestacks_in_24 {
		font-size: 14pt;
		line-height: 1.50em;
		opacity: 1.00;
		color: #000000;
		text-align: left;
	}
}
#stacks_out_24 {
	margin-left:0;
}

.spacerStack {
	height: 80.00px;
}

#spacerStackstacks_in_134 {
	height: 80.00px;
}




















@media print {
	#spacerStackstacks_in_134 {
		display: none !important;
	}
}
#stacks_in_158_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_158 a:link, #stacks_in_158 a:visited {
	 display:block; 
	 float:left; 
	
	position: relative;
	text-decoration:none;
}
#stacks_in_158 a:hover, #stacks_in_158 a:active {
	color:#FFFFFF;
}







#stacks_in_158 a:link, #stacks_in_158 a:visited {
	background-color:#A0A0A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#A0A0A0), to(#606060));
	border:1px solid #606060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_158 a:hover {
	background-color:#ACACAC;
	background: -webkit-gradient(linear, left top, left bottom, from(#ACACAC), to(#535353));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_158 a:active {
	background-color:#A0A0A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_126 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_126 {
		display: none !important;
	}
}
#stacks_in_35>.s3_row {
	margin: 0 -10px;
}

#stacks_in_35>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_35>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_35>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {



}





#portholeStackstacks_in_36 {	
	width: 100%;
	padding-bottom: 100%;
	display: block;
	position: relative;
	z-index: 0;
}

#portholeStackstacks_in_36 *,
#portholeStackstacks_in_36 *:before,
#portholeStackstacks_in_36 *:after {	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#portholeFillstacks_in_36 {
	width: 100%;
	height: 100%;
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0.99;
	border: 0px solid #FF0000;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	box-shadow: inset 0 0 0 0 rgba(0,0,0, 0.4), inset 0 0 0 10px rgba(255,255,255,0.70), 0 1px 2px rgba(0,0,0,0.1);
}

#portholeStackstacks_in_36:hover #portholeFillstacks_in_36 {
	opacity: 0.99;
	border: 0px solid #0000FF;
	box-shadow: inset 0 0 0 0 rgba(0,0,0, 0.4), inset 0 0 0 10px rgba(255,255,255,0.30), 0 1px 2px rgba(0,0,0,0.1);
}

#portholeContentAbsolutestacks_in_36 {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	z-index: 3;
	width: 100%;
	display: block;
}

#portholeContentstacks_in_36 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	width: 75%;
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #ffffff;
}

#portholeContentLargestacks_in_36 {
	font-family: 'Droid Sans', sans-serif;
	line-height: 1.25em;
	font-weight: 400;
	color: #FFFFFF;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	z-index: 4;
	position: relative;
	opacity: 0.99;
	text-transform: none;
}

#portholeStackstacks_in_36:hover #portholeContentLargestacks_in_36 {
	color: #FFFFFF;
	opacity: 0.99;
}

/*  */
#portholeContentLargestacks_in_36 {
	font-size: 250%;
}

#portholeStackstacks_in_36:hover #portholeContentLargestacks_in_36 {
	font-size: 250%;
}
/*  */

/*  */

/*  */

#portholeContentSmallstacks_in_36 {
	font-family: 'Droid Sans', sans-serif;
	line-height: 1.25em;
	font-weight: 400;
	color: #FFFFFF;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	z-index: 4;
	position: relative;
	opacity: 0.99;
	text-transform: none;
}

#portholeStackstacks_in_36:hover #portholeContentSmallstacks_in_36 {
	color: #FFFFFF;
	opacity: 0.99;
}

/*  */
#portholeContentSmallstacks_in_36 {
	font-size: 150%;
}

#portholeStackstacks_in_36:hover #portholeContentSmallstacks_in_36 {
	font-size: 150%;
}
/*  */

/*  */

/*  */

/* Icons */

#portholeContentLargestacks_in_36 [class^="fa fa-"] {
	color: #FFFFFF;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

#portholeStackstacks_in_36:hover #portholeContentLargestacks_in_36 [class^="fa fa-"] {
	color: #FFFFFF;
}

#portholeContentSmallstacks_in_36 [class^="fa fa-"] {
	color: #FFFFFF;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

#portholeStackstacks_in_36:hover #portholeContentSmallstacks_in_36 [class^="fa fa-"] {
	color: #FFFFFF;
}

#portholeLinkstacks_in_36 a {
	display: block;
	border: none;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
	background: transparent;
}


















/* Warehoused image applied as a CSS background */
#portholeFillstacks_in_36 {
	background: url(https://static.realworks.nl/cms/904593/profielfotos/Image00002.jpg);
	background-size: 100% 100%;
	background-attachment: scroll;
}




@media print {
	#portholeFillstacks_in_36 {
		display: none;
	}
	
	#portholeStackstacks_in_36 {	
		padding-bottom: 0;
	}
	
	#portholeContentstacks_in_36 {
		width: 100%;
	}
	
	#portholeLinkstacks_in_36 a,
	#portholeContentAbsolutestacks_in_36 {
		position: relative;
		top: auto;
		left: auto;
	}
	
	#portholeContentSmallstacks_in_36,
	#portholeContentLargestacks_in_36 {
		font-size: 14pt;
		line-height: 1.50em;
		opacity: 1.00;
		color: #000000;
		text-align: left;
	}
}
#stacks_out_36 {
	margin-left:0;
}

.spacerStack {
	height: 80.00px;
}

#spacerStackstacks_in_133 {
	height: 80.00px;
}




















@media print {
	#spacerStackstacks_in_133 {
		display: none !important;
	}
}
#stacks_in_160_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_160 a:link, #stacks_in_160 a:visited {
	 display:block; 
	 float:left; 
	
	position: relative;
	text-decoration:none;
}
#stacks_in_160 a:hover, #stacks_in_160 a:active {
	color:#FFFFFF;
}







#stacks_in_160 a:link, #stacks_in_160 a:visited {
	background-color:#A0A0A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#A0A0A0), to(#606060));
	border:1px solid #606060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_160 a:hover {
	background-color:#ACACAC;
	background: -webkit-gradient(linear, left top, left bottom, from(#ACACAC), to(#535353));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_160 a:active {
	background-color:#A0A0A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}



