/* Start Stats stack CSS code */.stacks_in_30731_page32stats, .stacks_in_30731_page32pagetitle{	display: none;}.stacks_in_30731_page32instructwrapper{	position: relative;	background: url("../files/newstatsbg.png") repeat-x;	height: 100px;	border: 4px solid #1C222B;	-webkit-border-radius: 4px;	-moz-border-radius: 4px;	border-radius: 4px;}.stacks_in_30731_page32instruct{	position: absolute;	text-align: center;	bottom: 10px;	left: 10px;	right: 10px;	color: #fff;	font-weight: bold;	font-family: Arial, Helvetica, sans-serif;} /* End if record mode */ /* End if admin mode *//* End Stats stack CSS code *//* Start Defender stack CSS code */#stacks_in_4847_page32{	-webkit-touch-callout: none;	-webkit-user-select: none;	-khtml-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;}.stacks_in_4847_page32edit{	background: rgba(0,0,0,0.1);	border-radius: 4px;}.stacks_in_4847_page32info{	background: #5A5A6C;	padding: 3px 10px 3px 10px;	margin: 10px 0px 20px 0px;	text-align: center;	color: #fff;	border-top-left-radius: 4px;	border-top-right-radius: 4px;}/* End Defender stack CSS code *//* Start dooMax stack CSS code */#stacks_in_31388_page32, .stacks_in_31388_page32MaxWidthContainer{	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	box-sizing: border-box;}     .stacks_in_31388_page32MaxWidthContainer{	    max-width: 960px;	}    .stacks_in_31388_page32MaxWidthContainer{		margin: 0 auto 0 auto;	}@media only screen and (max-width: 1024px) {	 	    .stacks_in_31388_page32MaxWidthContainer{		    max-width: 960px;		}										    .stacks_in_31388_page32MaxWidthContainer{			margin: 0 auto 0 auto;		}		}@media only screen and (max-width: 480px) {	 	    .stacks_in_31388_page32MaxWidthContainer{		    max-width: 960px;		}										    .stacks_in_31388_page32MaxWidthContainer{			margin: 0 auto 0 auto;		}		}/* End dooMax stack CSS code *//*
    _____  __     _____  _____  _____ 
   | __  ||  |   |     ||     ||     |
   | __ -||  |__ |  |  ||  |  || | | |
   |_____||_____||_____||_____||_|_|_|
                                   
    Version 1.0.1

*/







#stacks_in_p5988_n5223_page32 img {
  max-width: 100%;
  height: auto; }


#stacks_in_p5988_n5223_page32 .cd-slider-wrapper ol, 
#stacks_in_p5988_n5223_page32 .cd-slider-wrapper ul,
#stacks_in_p5988_n5223_page32 .cd-slider-wrapper li {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

#stacks_in_p5988_n5223_page32 * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#stacks_in_p5988_n5223_page32 img {
  max-width: 100%; 
  
  border-radius: 7px;
  
}

/* -------------------------------- 

Main Components 

-------------------------------- */


#stacks_in_p5988_n5223_page32 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#stacks_in_p5988_n5223_page32 .cd-single-item {
  position: relative;
 }

#stacks_in_p5988_n5223_page32 .cd-slider-wrapper {
  position: relative;
  z-index: 1;
  -webkit-transition: width 0.4s;
  -moz-transition: width 0.4s;
  transition: width 0.4s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: width; } 
  @media only screen and (min-width: 1024px) {
    #stacks_in_p5988_n5223_page32 .cd-slider-wrapper {
      width: 50%; 
      
    }
      #stacks_in_p5988_n5223_page32 .cd-slider-active .cd-slider-wrapper {
        width: 100%; } }

#stacks_in_p5988_n5223_page32 .cd-slider {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  #stacks_in_p5988_n5223_page32 .cd-slider::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none; }
  #stacks_in_p5988_n5223_page32 .cd-slider li {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s; }
    #stacks_in_p5988_n5223_page32 .cd-slider li img {
      display: block;
      width: 100%; }
    #stacks_in_p5988_n5223_page32 .cd-slider li.selected {
      position: relative;
      z-index: 2;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
    #stacks_in_p5988_n5223_page32 .cd-slider li.move-left {
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%); }
  @media only screen and (min-width: 1024px) {
    #stacks_in_p5988_n5223_page32 .cd-slider {
      cursor: pointer; }
      #stacks_in_p5988_n5223_page32 .cd-slider::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop'; }
      #stacks_in_p5988_n5223_page32 .cd-slider::after {
        /* slider cover layer - to indicate the image is clickable */
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        /* OVERLAY COLORS */
        background: rgba(81, 62, 93, 0.4) url("../files/bloom_images/cd-icon-zoom-black.svg") no-repeat center center;
        /* size of the icon */
        background-size: 48px;
        
        opacity: 0;
        
        z-index: 4;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s; }
      #stacks_in_p5988_n5223_page32 .cd-slider:hover::after {
        opacity: 1; }
      #stacks_in_p5988_n5223_page32 .cd-slider-active .cd-slider {
        cursor: auto; }
        #stacks_in_p5988_n5223_page32 .cd-slider-active .cd-slider::after {
          display: none; } }

@media only screen and (min-width: 1024px) {
  #stacks_in_p5988_n5223_page32 .cd-slider-navigation li, #stacks_in_p5988_n5223_page32 .cd-slider-pagination {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    -moz-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    transition: opacity 0.4s 0s, visibility 0s 0.4s; }
    #stacks_in_p5988_n5223_page32 .cd-slider-active .cd-slider-navigation li, #stacks_in_p5988_n5223_page32 .cd-slider-active .cd-slider-pagination {
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
      -moz-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
      transition: opacity 0.4s 0.4s, visibility 0s 0.4s; } }
#stacks_in_p5988_n5223_page32 .cd-slider-navigation li {
  position: absolute;
  z-index: 2;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  #stacks_in_p5988_n5223_page32 .cd-slider-navigation li:first-of-type {
    left: 10px; }
  #stacks_in_p5988_n5223_page32 .cd-slider-navigation li:last-of-type {
    right: 10px; }
  #stacks_in_p5988_n5223_page32 .cd-slider-navigation li a {
    display: block;
    width: 48px;
    height: 48px;
    background: url("../files/bloom_images/cd-icon-arrow-black.svg") no-repeat center center;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.2s 0s, visibility 0s 0s;
    transition: opacity 0.2s 0s, visibility 0s 0s;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }
    #stacks_in_p5988_n5223_page32 .cd-slider-navigation li a.inactive {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
      -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
      transition: opacity 0.2s 0s, visibility 0s 0.2s; }
    #stacks_in_p5988_n5223_page32 .cd-slider-navigation li a:hover {
      opacity: .7; }
  #stacks_in_p5988_n5223_page32 .cd-slider-navigation li:first-of-type a {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  @media only screen and (min-width: 1024px) {
    #stacks_in_p5988_n5223_page32 .cd-slider-navigation li:first-child {
      left: 30px; }
    #stacks_in_p5988_n5223_page32 .cd-slider-navigation li:last-child {
      right: 30px; } }

#stacks_in_p5988_n5223_page32 .cd-slider-pagination {
  /* you won't see this element in the html but it will be created using jQuery */
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden; }
  #stacks_in_p5988_n5223_page32 .cd-slider-pagination:after {
    content: "";
    display: table;
    clear: both; }
  #stacks_in_p5988_n5223_page32 .touch .cd-slider-pagination {
    visibility: hidden; }
  #stacks_in_p5988_n5223_page32 .cd-slider-pagination li {
    display: inline-block;
    float: left;
    margin: 0 5px !important; }
    #stacks_in_p5988_n5223_page32 .cd-slider-pagination li.selected a {
    
      background: #000000;
           }
  #stacks_in_p5988_n5223_page32 .cd-slider-pagination a {
    display: block;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    
    border: 1px solid #000000;
    /* fix a bug in IE9/10 - transparent anchor not clickable */
    background-color: rgba(0, 0, 0, 0);
    
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }

#stacks_in_p5988_n5223_page32 .cd-slider-wrapper .cd-close {
  display: none;
  position: absolute;
  z-index: 2;
  top: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  background: url("../files/bloom_images/cd-icon-close-black.svg") no-repeat center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.4s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.4s;
  transition: transform 0.3s 0s, visibility 0s 0.4s; }
  #stacks_in_p5988_n5223_page32 .cd-slider-active .cd-slider-wrapper .cd-close {
    visibility: visible;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
    -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
    transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s; }
  #stacks_in_p5988_n5223_page32 .cd-slider-active .cd-slider-wrapper .cd-close:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  @media only screen and (min-width: 1024px) {
    #stacks_in_p5988_n5223_page32 .cd-slider-wrapper .cd-close {
      display: block; } }

#stacks_in_p5988_n5223_page32 .cd-item-info {
  padding: 0; }

  @media only screen and (min-width: 1024px) {
    #stacks_in_p5988_n5223_page32 .cd-item-info {
      position: absolute;
      width: 50%;
      top: 0;
      padding: 0;
      margin: 0;
      
      right: 0; 
      padding-left: 30px; 
      
 } }

#stacks_in_p5988_n5223_page32 .cd-content p {
  width: 90%;
  max-width: 1024px;
  padding: 4em 0;
  margin: 0 auto;
  color: #afa8a0;
  line-height: 1.8; }





/* Start Liquid Columns stack CSS code */.stacks_in_p5988_n7823_page32relayInner img{	width: 100%;	height: auto;} .stacks_in_p5988_n7823_page32column { float:left; display:inline; }.stacks_in_p5988_n7823_page32one{	width: 10%;}.stacks_in_p5988_n7823_page32two{	width: 90%;}.stacks_in_p5988_n7823_page32three{	display: none;}.stacks_in_p5988_n7823_page32first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_p5988_n7823_page32middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_p5988_n7823_page32first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_p5988_n7823_page32middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_p5988_n7823_page32one{		width: 100%;	}		.stacks_in_p5988_n7823_page32two{		width: 100%;	}    }/* End Liquid Columns stack CSS code *//* Start dooHeader X stack CSS code */.stacks_in_p5988_n7830_page32x{	display: block !important;		text-align: left !important;		}@media (max-width:768px) {	.stacks_in_p5988_n7830_page32x{		text-align: left !important;	}}@media (max-width:480px) {	.stacks_in_p5988_n7830_page32x{		text-align: left !important;	}}/* End dooHeader X stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_p5988_n104665_page32shim{	padding-top: 1%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_p5988_n104666_page32shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code *//* Start True Download stack CSS code */#stacks_in_p5988_n20912_page32 iframe{height:0px;padding: 0px;margin: 0px;}#stacks_in_p5988_n20912_page32 img{display:block;margin: 0 0 0 0;}#stacks_in_p5988_n20912_page32 img:hover{cursor: pointer !important;}.stacks_in_p5988_n20912_page32loader{float: left;width: 35px;height: 35px;padding: 0 15px 30px 0;}.stacks_in_p5988_n20912_page32base{display: none;height: 0;padding: 0;margin: 0;}.stacks_in_p5988_n20912_page32response{display: none;width: 80%;border: 1px solid #60D667;background: #ffffff;padding: 10px;margin: 20px auto 20px 0px;color: #444444;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;min-height: 35px;}#stacks_in_p5988_n20912_page32current{	text-align: left;	padding: 4px 0px 4px 0;}/* End True Download stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_p5988_n5286_page32column { float:left; display:inline; }.stacks_in_p5988_n5286_page32one{	width: 60%;}.stacks_in_p5988_n5286_page32two{	width: 40%;}.stacks_in_p5988_n5286_page32three{	display: none;}.stacks_in_p5988_n5286_page32first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_p5988_n5286_page32middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_p5988_n5286_page32first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_p5988_n5286_page32middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_p5988_n5286_page32one{		width: 100%;	}		.stacks_in_p5988_n5286_page32two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_p5988_n5286_page32 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin: 10px 0px 0px 0px;
	padding:  10px;
}
/* Start Launcher stack CSS code */#stacks_in_pp5988_n104664_n94356_page32 img{	max-width: 100%;	height: auto;}.stacks_in_pp5988_n104664_n94356_page32lightbox{	cursor: pointer;}.stacks_in_pp5988_n104664_n94356_page32lightboxContents{	display: none;}.stacks_in_pp5988_n104664_n94356_page32launcherWrapper{	border: 6px solid #E24159;	-webkit-border-top-left-radius: 4px;	-webkit-border-top-right-radius: 4px;	-moz-border-radius-topleft: 4px;	-moz-border-radius-topright: 4px;	border-top-left-radius: 4px;	border-top-right-radius: 4px;}.stacks_in_pp5988_n104664_n94356_page32launcherWrapper a{	text-decoration: none;}.stacks_in_pp5988_n104664_n94356_page32help{	display: none;	border-left: 6px solid #E24159;	border-right: 6px solid #E24159;	background: #3398DB;	color: #fff;	padding: 20px;	font-size: 14px;	padding-left: 50px;		border-bottom: 6px solid #E24159;	}.stacks_in_pp5988_n104664_n94356_page32helpTitle{	font-size: 1.4em;	font-weight: bold;}.stacks_in_pp5988_n104664_n94356_page32launcherLabel{	display: block;	position: absolute;	top:0;	left: 0;	z-index: 1000001;}.stacks_in_pp5988_n104664_n94356_page32galleryLabel{	display: block;	position: absolute;	top:0;	left: 0;	z-index: 1000001;}.stacks_in_pp5988_n104664_n94356_page32helpLabel{	display: block;	position: absolute;	top:3px;	left: 0;	z-index: 1000001;}/* ------ venobox.css --------*/.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{    -webkit-backface-visibility: hidden;    -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}body{    -webkit-overflow-scrolling:touch;}/* ------- overlay: change here background color and opacity ----- */.vbox-overlay{    background: rgba(0,0,0,0.85);     width: 100%;    height: auto;    position: absolute;    top: 0;    left: 0;    z-index: 1000002;    overflow: hidden;    opacity: 0;    transition: opacity .25s ease-in-out;    -moz-transition: opacity .25s ease-in-out;    -webkit-transition: opacity .25s ease-in-out;}.relativo{    float: left;    width: 100%;    height: 100%;    display: block;    position: relative;}/* ----- preloader ----- */.vbox-preloader{    position:fixed;     width:36px;     height:36px;    left:50%;     top:50%;     margin-left:-18px;     margin-top:-18px;    background: url(../files/launcherAssets/preload.gif) center center no-repeat;    text-indent: -100px;    overflow: hidden;}/* ----- navigation ----- */.vbox-close{    cursor: pointer;    position: fixed;    top: -1px;    right: 0;    width: 46px;    height: 40px;    padding: 10px 20px 10px 0;    display: block;    background: url(../files/launcherAssets/close.gif) no-repeat #161617;    background-position:10px center;    color: #fff;    text-indent: -100px;    overflow: hidden;}.vbox-next, .vbox-prev{    cursor: pointer;    position: fixed;    top: 50%;    color: #fff;    width: 30px;    height: 30px;    margin-top: -15px;    text-indent: -100px;    overflow: hidden;}.vbox-prev{    left: 10px;    background: url(../files/launcherAssets/prev.gif) center center no-repeat;}.vbox-next{    right: 10px;    background: url(../files/launcherAssets/next.gif) center center no-repeat;}.vbox-title{    width: 100%;    height: 40px;    float: left;    text-align: center;    line-height: 28px;    font-size: 12px;    color: #fff;    padding: 6px 40px;    overflow: hidden;    background: #161617;    position: fixed;    display: none;    top: -1px;    left: 0;}.vbox-num{    cursor: pointer;    position: fixed;    top: -1px;    left: 0;    height: 40px;    display: block;    color: #fff;    overflow: hidden;    line-height: 28px;    font-size: 12px;    padding: 6px 10px;    background: #161617;    display: none;}/* ------- inline window ------ */.vbox-inline{    display: inline-block;    padding: 10px;    background: #fff;    text-align: left;    margin: 0 auto;    overflow: scroll;}/* ------- Video window ------ */.videoframe{    width: 420px;    padding: 10px;    background: #fff;    text-align: left;    margin: 0 auto;    overflow: scroll;}/* ------- Video & iFrames window ------ */.venoframe{    border: none;    width: 960px;    height: 720px;    overflow: scroll;}@media (max-width: 992px) {    .venoframe{        width: 640px;        height: 480px;    }}@media (max-width: 767px) {    .venoframe{        width: 420px;        height: 315px;    }}@media (max-width: 460px) {    .vbox-inline{        width: 100%;    }    .venoframe{        width: 100%;        height: 260px;    }}/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */.vbox-container{    position: relative;    background: #000;    width: 98%;    max-width: 1024px;    margin: 0 auto;}.stacks_in_pp5988_n104664_n94356_page32vbox-content{    text-align: center;    float: left;    width: 100%;    position: relative;    overflow: hidden;}.vbox-container img{    max-width: 100%;    height: auto;}.vwrap{    opacity: 1;    transition: opacity .25s ease-in-out;    -moz-transition: opacity .25s ease-in-out;    -webkit-transition: opacity .25s ease-in-out;    width: 100%;    float: left;    position: relative;    margin: 0;    padding: 0;    left: 0;    height: auto;    overflow: hidden;    z-index: 1000001;}/* End Launcher stack CSS code */
#stacks_in_pp5988_n104664_n86435_page32 {
	font-size: 65%;
}
/* Start Button Press stack CSS code */#stacks_in_p5988_n5293_page32{	text-align: center !important;}.stacks_in_p5988_n5293_page32dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:inherit;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #66FB60;	-webkit-box-shadow:inset 0px 1px 0px 0px #66FB60;	box-shadow:inset 0px 1px 0px 0px #66FB60;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #20B51A), color-stop(1, #029700) );	background:-moz-linear-gradient( center top, #20B51A 5%, #029700 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#20B51A', endColorstr='#029700');	background-color:#16AB10;	text-shadow:none;		text-shadow:1px -1px 0px #008300;			border:1px solid #008D00;	color:#FFFFFF;									font-size:110% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		padding: 10px 20px 10px 20px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_p5988_n5293_page32dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #008300;		-webkit-box-shadow:inset 0px 1px 0px 0px #008300;		box-shadow:inset 0px 1px 0px 0px #008300;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #029700), color-stop(1, #20B51A) );		background:-moz-linear-gradient( center top, #029700 5%, #20B51A 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#029700', endColorstr='#20B51A');		background-color:#16AB10;					color:;		}/* End Button Press stack CSS code */
#stacks_in_p5988_n5293_page32 {
	margin: 30px 0px 0px 0px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_31387_page32shim{	padding-top: 5%;}/* End Responsive Shim stack CSS code *//* Start dooMax stack CSS code */#stacks_in_p5989_n105990_page32, .stacks_in_p5989_n105990_page32MaxWidthContainer{	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	box-sizing: border-box;}     .stacks_in_p5989_n105990_page32MaxWidthContainer{	    max-width: 960px;	}    .stacks_in_p5989_n105990_page32MaxWidthContainer{		margin: 0 auto 0 auto;	}@media only screen and (max-width: 1024px) {	 	    .stacks_in_p5989_n105990_page32MaxWidthContainer{		    max-width: 960px;		}										    .stacks_in_p5989_n105990_page32MaxWidthContainer{			margin: 0 auto 0 auto;		}		}@media only screen and (max-width: 480px) {	 	    .stacks_in_p5989_n105990_page32MaxWidthContainer{		    max-width: 960px;		}										    .stacks_in_p5989_n105990_page32MaxWidthContainer{			margin: 0 auto 0 auto;		}		}/* End dooMax stack CSS code *//* Start dooHeader X stack CSS code */.stacks_in_p5989_n105987_page32x{	display: block !important;		text-align: left !important;		}@media (max-width:768px) {	.stacks_in_p5989_n105987_page32x{		text-align: left !important;	}}@media (max-width:480px) {	.stacks_in_p5989_n105987_page32x{		text-align: left !important;	}}/* End dooHeader X stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_p5989_n105989_page32shim{	padding-top: 1%;}/* End Responsive Shim stack CSS code *//* Start Launcher stack CSS code */#stacks_in_p5989_n5342_page32 img{	max-width: 100%;	height: auto;}.stacks_in_p5989_n5342_page32lightbox{	cursor: pointer;}.stacks_in_p5989_n5342_page32lightboxContents{	display: none;}.stacks_in_p5989_n5342_page32launcherWrapper{	border: 6px solid #E24159;	-webkit-border-top-left-radius: 4px;	-webkit-border-top-right-radius: 4px;	-moz-border-radius-topleft: 4px;	-moz-border-radius-topright: 4px;	border-top-left-radius: 4px;	border-top-right-radius: 4px;}.stacks_in_p5989_n5342_page32launcherWrapper a{	text-decoration: none;}.stacks_in_p5989_n5342_page32help{	display: none;	border-left: 6px solid #E24159;	border-right: 6px solid #E24159;	background: #3398DB;	color: #fff;	padding: 20px;	font-size: 14px;	padding-left: 50px;		border-bottom: 6px solid #E24159;	}.stacks_in_p5989_n5342_page32helpTitle{	font-size: 1.4em;	font-weight: bold;}.stacks_in_p5989_n5342_page32launcherLabel{	display: block;	position: absolute;	top:0;	left: 0;	z-index: 1000001;}.stacks_in_p5989_n5342_page32galleryLabel{	display: block;	position: absolute;	top:0;	left: 0;	z-index: 1000001;}.stacks_in_p5989_n5342_page32helpLabel{	display: block;	position: absolute;	top:3px;	left: 0;	z-index: 1000001;}/* ------ venobox.css --------*/.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{    -webkit-backface-visibility: hidden;    -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}body{    -webkit-overflow-scrolling:touch;}/* ------- overlay: change here background color and opacity ----- */.vbox-overlay{    background: rgba(0,0,0,0.85);     width: 100%;    height: auto;    position: absolute;    top: 0;    left: 0;    z-index: 1000002;    overflow: hidden;    opacity: 0;    transition: opacity .25s ease-in-out;    -moz-transition: opacity .25s ease-in-out;    -webkit-transition: opacity .25s ease-in-out;}.relativo{    float: left;    width: 100%;    height: 100%;    display: block;    position: relative;}/* ----- preloader ----- */.vbox-preloader{    position:fixed;     width:36px;     height:36px;    left:50%;     top:50%;     margin-left:-18px;     margin-top:-18px;    background: url(../files/launcherAssets/preload.gif) center center no-repeat;    text-indent: -100px;    overflow: hidden;}/* ----- navigation ----- */.vbox-close{    cursor: pointer;    position: fixed;    top: -1px;    right: 0;    width: 46px;    height: 40px;    padding: 10px 20px 10px 0;    display: block;    background: url(../files/launcherAssets/close.gif) no-repeat #161617;    background-position:10px center;    color: #fff;    text-indent: -100px;    overflow: hidden;}.vbox-next, .vbox-prev{    cursor: pointer;    position: fixed;    top: 50%;    color: #fff;    width: 30px;    height: 30px;    margin-top: -15px;    text-indent: -100px;    overflow: hidden;}.vbox-prev{    left: 10px;    background: url(../files/launcherAssets/prev.gif) center center no-repeat;}.vbox-next{    right: 10px;    background: url(../files/launcherAssets/next.gif) center center no-repeat;}.vbox-title{    width: 100%;    height: 40px;    float: left;    text-align: center;    line-height: 28px;    font-size: 12px;    color: #fff;    padding: 6px 40px;    overflow: hidden;    background: #161617;    position: fixed;    display: none;    top: -1px;    left: 0;}.vbox-num{    cursor: pointer;    position: fixed;    top: -1px;    left: 0;    height: 40px;    display: block;    color: #fff;    overflow: hidden;    line-height: 28px;    font-size: 12px;    padding: 6px 10px;    background: #161617;    display: none;}/* ------- inline window ------ */.vbox-inline{    display: inline-block;    padding: 10px;    background: #fff;    text-align: left;    margin: 0 auto;    overflow: scroll;}/* ------- Video window ------ */.videoframe{    width: 420px;    padding: 10px;    background: #fff;    text-align: left;    margin: 0 auto;    overflow: scroll;}/* ------- Video & iFrames window ------ */.venoframe{    border: none;    width: 960px;    height: 720px;    overflow: scroll;}@media (max-width: 992px) {    .venoframe{        width: 640px;        height: 480px;    }}@media (max-width: 767px) {    .venoframe{        width: 420px;        height: 315px;    }}@media (max-width: 460px) {    .vbox-inline{        width: 100%;    }    .venoframe{        width: 100%;        height: 260px;    }}/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */.vbox-container{    position: relative;    background: #000;    width: 98%;    max-width: 1024px;    margin: 0 auto;}.stacks_in_p5989_n5342_page32vbox-content{    text-align: center;    float: left;    width: 100%;    position: relative;    overflow: hidden;}.vbox-container img{    max-width: 100%;    height: auto;}.vwrap{    opacity: 1;    transition: opacity .25s ease-in-out;    -moz-transition: opacity .25s ease-in-out;    -webkit-transition: opacity .25s ease-in-out;    width: 100%;    float: left;    position: relative;    margin: 0;    padding: 0;    left: 0;    height: auto;    overflow: hidden;    z-index: 1000001;}/* End Launcher stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_p5989_n105984_page32shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code *//* Start dooMax stack CSS code */#stacks_in_p5989_n105985_page32, .stacks_in_p5989_n105985_page32MaxWidthContainer{	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	box-sizing: border-box;}     .stacks_in_p5989_n105985_page32MaxWidthContainer{	    max-width: 960px;	}    .stacks_in_p5989_n105985_page32MaxWidthContainer{		margin: 0 auto 0 auto;	}@media only screen and (max-width: 1024px) {	 	    .stacks_in_p5989_n105985_page32MaxWidthContainer{		    max-width: 960px;		}										    .stacks_in_p5989_n105985_page32MaxWidthContainer{			margin: 0 auto 0 auto;		}		}@media only screen and (max-width: 480px) {	 	    .stacks_in_p5989_n105985_page32MaxWidthContainer{		    max-width: 960px;		}										    .stacks_in_p5989_n105985_page32MaxWidthContainer{			margin: 0 auto 0 auto;		}		}/* End dooMax stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_p5989_n5394_page32column { float:left; display:inline; }.stacks_in_p5989_n5394_page32one{	width: 60%;}.stacks_in_p5989_n5394_page32two{	width: 40%;}.stacks_in_p5989_n5394_page32three{	display: none;}.stacks_in_p5989_n5394_page32first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_p5989_n5394_page32middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_p5989_n5394_page32first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_p5989_n5394_page32middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_p5989_n5394_page32one{		width: 100%;	}		.stacks_in_p5989_n5394_page32two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_p5989_n5394_page32 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin: 10px 0px 0px 0px;
	padding:  10px;
}
/* Start Launcher stack CSS code */#stacks_in_pp5989_n105992_n94356_page32 img{	max-width: 100%;	height: auto;}.stacks_in_pp5989_n105992_n94356_page32lightbox{	cursor: pointer;}.stacks_in_pp5989_n105992_n94356_page32lightboxContents{	display: none;}.stacks_in_pp5989_n105992_n94356_page32launcherWrapper{	border: 6px solid #E24159;	-webkit-border-top-left-radius: 4px;	-webkit-border-top-right-radius: 4px;	-moz-border-radius-topleft: 4px;	-moz-border-radius-topright: 4px;	border-top-left-radius: 4px;	border-top-right-radius: 4px;}.stacks_in_pp5989_n105992_n94356_page32launcherWrapper a{	text-decoration: none;}.stacks_in_pp5989_n105992_n94356_page32help{	display: none;	border-left: 6px solid #E24159;	border-right: 6px solid #E24159;	background: #3398DB;	color: #fff;	padding: 20px;	font-size: 14px;	padding-left: 50px;		border-bottom: 6px solid #E24159;	}.stacks_in_pp5989_n105992_n94356_page32helpTitle{	font-size: 1.4em;	font-weight: bold;}.stacks_in_pp5989_n105992_n94356_page32launcherLabel{	display: block;	position: absolute;	top:0;	left: 0;	z-index: 1000001;}.stacks_in_pp5989_n105992_n94356_page32galleryLabel{	display: block;	position: absolute;	top:0;	left: 0;	z-index: 1000001;}.stacks_in_pp5989_n105992_n94356_page32helpLabel{	display: block;	position: absolute;	top:3px;	left: 0;	z-index: 1000001;}/* ------ venobox.css --------*/.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{    -webkit-backface-visibility: hidden;    -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}body{    -webkit-overflow-scrolling:touch;}/* ------- overlay: change here background color and opacity ----- */.vbox-overlay{    background: rgba(0,0,0,0.85);     width: 100%;    height: auto;    position: absolute;    top: 0;    left: 0;    z-index: 1000002;    overflow: hidden;    opacity: 0;    transition: opacity .25s ease-in-out;    -moz-transition: opacity .25s ease-in-out;    -webkit-transition: opacity .25s ease-in-out;}.relativo{    float: left;    width: 100%;    height: 100%;    display: block;    position: relative;}/* ----- preloader ----- */.vbox-preloader{    position:fixed;     width:36px;     height:36px;    left:50%;     top:50%;     margin-left:-18px;     margin-top:-18px;    background: url(../files/launcherAssets/preload.gif) center center no-repeat;    text-indent: -100px;    overflow: hidden;}/* ----- navigation ----- */.vbox-close{    cursor: pointer;    position: fixed;    top: -1px;    right: 0;    width: 46px;    height: 40px;    padding: 10px 20px 10px 0;    display: block;    background: url(../files/launcherAssets/close.gif) no-repeat #161617;    background-position:10px center;    color: #fff;    text-indent: -100px;    overflow: hidden;}.vbox-next, .vbox-prev{    cursor: pointer;    position: fixed;    top: 50%;    color: #fff;    width: 30px;    height: 30px;    margin-top: -15px;    text-indent: -100px;    overflow: hidden;}.vbox-prev{    left: 10px;    background: url(../files/launcherAssets/prev.gif) center center no-repeat;}.vbox-next{    right: 10px;    background: url(../files/launcherAssets/next.gif) center center no-repeat;}.vbox-title{    width: 100%;    height: 40px;    float: left;    text-align: center;    line-height: 28px;    font-size: 12px;    color: #fff;    padding: 6px 40px;    overflow: hidden;    background: #161617;    position: fixed;    display: none;    top: -1px;    left: 0;}.vbox-num{    cursor: pointer;    position: fixed;    top: -1px;    left: 0;    height: 40px;    display: block;    color: #fff;    overflow: hidden;    line-height: 28px;    font-size: 12px;    padding: 6px 10px;    background: #161617;    display: none;}/* ------- inline window ------ */.vbox-inline{    display: inline-block;    padding: 10px;    background: #fff;    text-align: left;    margin: 0 auto;    overflow: scroll;}/* ------- Video window ------ */.videoframe{    width: 420px;    padding: 10px;    background: #fff;    text-align: left;    margin: 0 auto;    overflow: scroll;}/* ------- Video & iFrames window ------ */.venoframe{    border: none;    width: 960px;    height: 720px;    overflow: scroll;}@media (max-width: 992px) {    .venoframe{        width: 640px;        height: 480px;    }}@media (max-width: 767px) {    .venoframe{        width: 420px;        height: 315px;    }}@media (max-width: 460px) {    .vbox-inline{        width: 100%;    }    .venoframe{        width: 100%;        height: 260px;    }}/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */.vbox-container{    position: relative;    background: #000;    width: 98%;    max-width: 1024px;    margin: 0 auto;}.stacks_in_pp5989_n105992_n94356_page32vbox-content{    text-align: center;    float: left;    width: 100%;    position: relative;    overflow: hidden;}.vbox-container img{    max-width: 100%;    height: auto;}.vwrap{    opacity: 1;    transition: opacity .25s ease-in-out;    -moz-transition: opacity .25s ease-in-out;    -webkit-transition: opacity .25s ease-in-out;    width: 100%;    float: left;    position: relative;    margin: 0;    padding: 0;    left: 0;    height: auto;    overflow: hidden;    z-index: 1000001;}/* End Launcher stack CSS code */
#stacks_in_pp5989_n105992_n86435_page32 {
	font-size: 65%;
}
/* Start Button Press stack CSS code */#stacks_in_p5989_n5401_page32{	text-align: center !important;}.stacks_in_p5989_n5401_page32dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:inherit;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #66FB60;	-webkit-box-shadow:inset 0px 1px 0px 0px #66FB60;	box-shadow:inset 0px 1px 0px 0px #66FB60;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #20B51A), color-stop(1, #029700) );	background:-moz-linear-gradient( center top, #20B51A 5%, #029700 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#20B51A', endColorstr='#029700');	background-color:#16AB10;	text-shadow:none;			border:1px solid #008D00;	color:#FFFFFF;									font-size:110% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		padding: 10px 20px 10px 20px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_p5989_n5401_page32dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #008300;		-webkit-box-shadow:inset 0px 1px 0px 0px #008300;		box-shadow:inset 0px 1px 0px 0px #008300;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #029700), color-stop(1, #20B51A) );		background:-moz-linear-gradient( center top, #029700 5%, #20B51A 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#029700', endColorstr='#20B51A');		background-color:#16AB10;					color:;		}/* End Button Press stack CSS code */
#stacks_in_p5989_n5401_page32 {
	margin: 30px 0px 0px 0px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_4846_page32shim{	padding-top: 5%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_p5987_n742169_page32shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */#stacks_in_p5987_n587924_page32>.s3_row {
	margin: 0 -10px;
}

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








  


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




	#stacks_in_p5987_n587924_page32>.s3_row  {
		margin: -10px -10px;
	}
	#stacks_in_p5987_n587924_page32>.s3_row>.s3_column {
		padding: 10px 10px;
		width:50%;
	}



}



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


	#stacks_in_p5987_n587924_page32>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_p5987_n587924_page32>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}





}




  

#stacks_out_p5987_n587924_page32 {
	width: 90%;
	margin-right:0;
}

#stacks_in_p5987_n5151_page32 {
	font-size: 92%;
}

#stacks_in_p5987_n5174_page32 {
	font-size: 92%;
}
/* Start Responsive Shim stack CSS code */.stacks_in_p5987_n742197_page32shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Obscure Email stack CSS code */.stacks_in_p5987_n5177_page32topbar {	background-color: #3D82EA;	-moz-border-radius-topleft: 5px;	-webkit-border-top-left-radius: 5px;	border-top-left-radius: 5px;	-moz-border-radius-topright: 5px;	-webkit-border-top-right-radius: 5px;	border-top-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-bottom: none;	padding: 6px 3px 2px 10px;	min-height: 40px;	font-weight: bold;	font-size: 16px;	color: #ffffff;	}.stacks_in_p5987_n5177_page32mainarea {	background-color: #ffffff;	-moz-border-radius-bottomleft: 5px;	-webkit-border-bottom-left-radius: 5px;	border-bottom-left-radius: 5px;	-moz-border-radius-bottomright: 5px;	-webkit-border-bottom-right-radius: 5px;	border-bottom-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-top: none;	padding: 10px;}.stacks_in_p5987_n5177_page32small{font-weight: normal;font-size: 12px;}.stacks_in_p5987_n5177_page32centerbox {	background-color: #ffffff;	border: 1px solid #CDDACF;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	border-radius: 4px;	padding: 10px;	color: #333;}.stacks_in_p5987_n5177_page32centerbox b {	color: #DA0140;}/* End Obscure Email stack CSS code */