






.rwml-menu-imported {
	display: none;
}

#stacks_in_23_6 {
	display: none !important;
}


/* Start by hiding all translatable items. This class is applied via jQuery in the scripts-global.js file */
.rwml-translatable {
	display: none;
}


/* If the content with a selector of '.rwml-translatable' is equal to the body class and language attribute, display it */
body.es .rwml-translatable:lang(es) {
	display: inherit;
}



/* If the content with a selector of '.rwml-translatable' is equal to the body class and language attribute, display it */
body.en .rwml-translatable:lang(en) {
	display: inherit;
}

























#rwml_switcher_button_group_stacks_in_23_12 {
	padding: 0;
	margin: 0;
	list-style: none;
	
	
	justify-content: center;
	
	
	
	display: flex;
}

#rwml_switcher_button_group_stacks_in_23_12 li {
	overflow: hidden;
}

#rwml_switcher_button_group_stacks_in_23_12 li:last-child {
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
}

#rwml_switcher_button_group_stacks_in_23_12 li:first-child {
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
}

#rwml_switcher_button_group_stacks_in_23_12 a {
	display: inline-block;
	padding: 4px 22px;
	font-size: 14px;
	line-height: 1.5;
	color: rgba(213, 212, 215, 0.61);
	background-color: rgba(26, 28, 30, 1.00);
	border: 1px solid rgba(19, 20, 22, 1.00);
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	transition: all 300ms ease-in-out;
}

#rwml_switcher_button_group_stacks_in_23_12 a:hover {
	color: rgba(9, 8, 59, 1.00);
	background-color: rgba(230, 230, 230, 1.00);
	border-color: rgba(208, 190, 172, 1.00);
	text-decoration: none;
}

#rwml_switcher_button_group_stacks_in_23_12 a:active,
#rwml_switcher_button_group_stacks_in_23_12 a.button_active {
	color: rgba(255, 253, 248, 1.00);
	background-color: rgba(191, 0, 0, 1.00);
	border-color: rgba(100, 0, 0, 1.00);
}

#rwml_switcher_button_group_stacks_in_23_12 a.button_active {
	pointer-events: none;
}



















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






#stacks_in_23_4 {
	display: none;
}

#rwml-menu, .rwml-menu {
	display: none !important;
}







#stacks_in_14 {
	display: none;
}

#rwml-menu, .rwml-menu {
	display: none !important;
}

/*
 *  Carousel Complete v1.1.0
 */
.stacks_in_24 .owl-stage-outer {
  height: auto !important;
}
.stacks_in_24 .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.stacks_in_24 .owl-animated-in {
  z-index: 0;
}
.stacks_in_24 .owl-animated-out {
  z-index: 1;
}
/*
.stacks_in_24 .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_24 .reverse-animation {
  -webkit-animation-direction: reverse; /* Chrome, Safari, Opera */
  animation-direction: reverse;
}


.stacks_in_24 .active {
  opacity: 1;
}
.stacks_in_24 .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_24 .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_24 .active.reverse-animation  {
  opacity: 1;
}
.stacks_in_24 .owl-animated-out.reverse-animation {
  opacity: 1;
}
.stacks_in_24 .owl-animated-in.reverse-animation {
  opacity: 1;
}

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.stacks_in_24 .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_24 {
  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_24 .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
/*
.stacks_in_24 .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
*/

.stacks_in_24 {
  max-width: 960px;
  margin: 0 auto;
}


.stacks_in_24 .owl-stage-outer{
  
  position: relative;
  overflow: hidden;

  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.stacks_in_24 .owl-controls .owl-nav .owl-prev,
.stacks_in_24 .owl-controls .owl-nav .owl-next,
.stacks_in_24 .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_24.owl-loaded {
  display: block;
}
.stacks_in_24.owl-loading {
  opacity: 0;
  display: block;
}
.stacks_in_24.owl-hidden {
  opacity: 0;
}
.stacks_in_24 .owl-refresh .owl-item {
  display: none;
}
.stacks_in_24 .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_24 .owl-item .item {
  padding-left: 0% !important;
  padding-right: 0% !important;
  box-sizing: border-box;
}
.stacks_in_24 .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.stacks_in_24.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.stacks_in_24 .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.stacks_in_24.owl-rtl {
  direction: rtl;
}
.stacks_in_24.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .stacks_in_24 {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.stacks_in_24 .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_24 .owl-item img {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.stacks_in_24 .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.stacks_in_24 .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_24 .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_24 .owl-video-playing .owl-video-tn,
.stacks_in_24 .owl-video-playing .owl-video-play-icon {
  display: none;
}
.stacks_in_24 .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_24 .owl-video-frame {
  position: relative;
  z-index: 1;
}
.stacks_in_24 .item-video{

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

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

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





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

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

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

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

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

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


#stacks_in_53 {
	font-size: 149%;
}


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

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

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

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

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

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


#stacks_in_58 {
	font-size: 150%;
}


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

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

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

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

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

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


#stacks_in_63 {
	font-size: 149%;
}


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

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

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

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

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

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


#stacks_in_68 {
	font-size: 149%;
}
#backtop0 {
position: fixed;  z-index: 9999999; outline: none; overflow: hidden;
text-align: center; cursor: pointer; transition: all 600ms linear; 
display: none; 
left: auto; right: 2%; top: auto; bottom: 2%;
 
color: rgba(242, 242, 242, 1.00);
background-color: rgba(0, 0, 0, 1.00);
height: 60px;
width: 60px;
line-height: 60px;
font-size: 20px;
border-radius: 2px;
 
/*customcss;*/
}

#backtop0:hover {
background-color: rgba(206, 0, 0, 1.00);
color: rgba(251, 251, 251, 1.00);

/*customcss;*/
}

#backtop0.mcOut {
opacity: 0;
}

@media screen and (max-width: 480px) {
#backtop0 {
 
height: 60px;
width: 60px;
line-height: 60px;
font-size: 20px;
 
/*customcss;*/
}}