






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

#stacks_in_5 {
	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.en .rwml-translatable:lang(en) {
	display: inherit;
}



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































#rwml_switcher_links_stacks_in_8 {
	
	
	text-align: right;
}










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



#stacks_in_36_7 {
	border: solid rgba(17, 128, 64, 1.00);
	border-width:  2px;
	-moz-border-radius:  2px;
	-webkit-border-radius:  2px;
	border-radius:  2px;
}



#stacks_in_13 {
	
	
	
	
	
	 text-align: ;
}






#stacks_in_15 {
	
	
	
	
	
	 text-align: ;
}



/* @group Basics */

#videoPlayerContainerstacks_in_35 {
	position: relative;
	z-index: 1;
}

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

#videoPlayerVideostacks_in_35 {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 2;
}

/* @end */

/* @group Big Play Button */

#bigPlayButtonstacks_in_35 {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	z-index: 3;
	font-size: 75px;
	border: none;
	background: none;
	outline: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#bigPlayButtonstacks_in_35 [class^="fa fa-"] {
	cursor: pointer;
	color: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end */

/* @group Video Controls */

#videoPlayerControlsstacks_in_35 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
	overflow: hidden;
	margin: 0px;
	border-radius: 0px;
}

#videoPlayerControlsstacks_in_35 [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
}

/*  */

/*  */

/*  */

/*  */

/*  */
#videoPlayerControlsstacks_in_35 {
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	-o-transition: all 1000ms;
	-ms-transition: all 1000ms;
	transition: all 1000ms;
	max-height: 0px;
	opacity: 0;
}

#videoPlayerContainerstacks_in_35:hover #videoPlayerControlsstacks_in_35 {
	max-height: 60px;
	opacity: 1.00;
}
/*  */

/*  */

/*  */

#videoPlayerControlsFillstacks_in_35 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 1.00);
	opacity: 0.75;
	z-index: 1;
}

#videoPlayerControlsWrapperstacks_in_35 {
	display: flex;
	position: relative;
	z-index: 2;
}

#videoPlayerContainerstacks_in_35:hover #videoPlayerControlsstacks_in_35 {
	opacity: 1.00;
}

#videoPlayerControlsstacks_in_35 button {
	background: none;
	border: 0;
	outline: none;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	width: 60px;
	padding: 0;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	cursor: pointer;
}

button:hover {
	cursor: pointer;
}

#videoPlayerControlsstacks_in_35 #videoPlayerPlayPausestacks_in_35 {
	display: inline-block;
}

#videoPlayerControlsstacks_in_35 #videoPlayerFullScreenstacks_in_35 {
	display: inline-block;
}

/* @end */

/* @group Video Timing */

#videoPlayerVideoTimingstacks_in_35 {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	color: rgba(255, 255, 255, 1.00);
	width: auto;
	padding: 0 15px;
	font-size: 12px;
}

#videoPlayerCurrentTimestacks_in_35 {
	display: inline-block;
}

#videoPlayerDurationstacks_in_35 {
	display: inline-block;
}

/*  */

/*  */

/* @end */

/* @group Seek Bar */

#progressBarstacks_in_35 {
	flex: 1;
	padding-right: 10px;
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
	display: inline-block;
}

#videoPlayerSeekBarstacks_in_35[type=range] {
	-webkit-appearance: none;
	background: none;
	display: inline-block;
	width: 100%;
	height: 60px;
	line-height: 60px;
}

#videoPlayerSeekBarstacks_in_35[type=range]::-webkit-slider-runnable-track {
	height: 5px;
	background: #B3B3B3;
	border: none;
	border-radius: 3px;
}

#videoPlayerSeekBarstacks_in_35[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #FFFFFF;
	margin-top: -5px;
}

#videoPlayerSeekBarstacks_in_35[type=range]:focus {
	outline: none;
}

#videoPlayerSeekBarstacks_in_35[type=range]:focus::-webkit-slider-runnable-track {
	background: #B3B3B3;
}

#videoPlayerSeekBarstacks_in_35[type=range]::-moz-range-track {
	width: 100%;
	height: 5px;
	background: #B3B3B3;
	border: none;
	border-radius: 3px;
}

#videoPlayerSeekBarstacks_in_35[type=range]::-moz-range-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #FFFFFF;
}

#videoPlayerSeekBarstacks_in_35[type=range]::-ms-track {
	width: 100%;
	height: 5px;
	background: #B3B3B3;
	border: none;
	border-radius: 3px;
}

#videoPlayerSeekBarstacks_in_35[type=range]::-ms-fill-lower {
	background: #B3B3B3;
	border-radius: 10px;
}

#videoPlayerSeekBarstacks_in_35[type=range]::-ms-fill-upper {
	background: #B3B3B3;
	border-radius: 10px;
}

#videoPlayerSeekBarstacks_in_35[type=range]::-ms-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #FFFFFF;
}

#videoPlayerSeekBarstacks_in_35[type=range]:focus::-ms-fill-lower {
	background: #B3B3B3;
}

#videoPlayerSeekBarstacks_in_35[type=range]:focus::-ms-fill-upper {
	background: #B3B3B3;
}
/* @end */

/* @group Volume */

#volumestacks_in_35 {
	display: inline-block;
	max-width: 60px;
	width: 60px;
	line-height: 60px;
	height: 60px;
	transition: all ease-in-out 300ms;
	text-align: center;
	position: relative;
	overflow: hidden;
	font-size: 18px;
	vertical-align: middle;
}

#volumestacks_in_35 [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
}

#volumestacks_in_35:hover {
	max-width: 150px;
	width: 150px;
	padding: 0px 15px;
}

#volumeButtonstacks_in_35 {
	display: inline-block;
	max-width: 60px;
	width: 60px;
	line-height: 60px;
	height: 60px;
	color: rgba(255, 255, 255, 1.00);
}

#volumestacks_in_35:hover #volumeButtonstacks_in_35 {
	display: none;
}

#volumeMinstacks_in_35 {
	position: absolute;
	left: 10px;
	top: 0;
	height: 60px;
	line-height: 60px;
	color: rgba(255, 255, 255, 1.00);
}

#volumeMaxstacks_in_35 {
	position: absolute;
	right: 5px;
	top: 0;
	height: 60px;
	line-height: 60px;
	color: rgba(255, 255, 255, 1.00);
}

#volume-barstacks_in_35[type=range],
#volumeMinstacks_in_35,
#volumeMaxstacks_in_35 {
	display: none;
}

#volumeMinstacks_in_35,
#volumeMaxstacks_in_35 {
	cursor: pointer;
}

#volumestacks_in_35:hover #volume-barstacks_in_35,
#volumestacks_in_35:hover #volumeMinstacks_in_35,
#volumestacks_in_35:hover #volumeMaxstacks_in_35 {
	display: inline;
}

#volume-barstacks_in_35[type=range] {
	-webkit-appearance: none;
	background: none;
	width: 70%;
	text-align: center;
	line-height: 60px;
	height: 60px;
}

#volume-barstacks_in_35[type=range]::-webkit-slider-runnable-track {
	height: 5px;
	background: #B3B3B3;
	border: none;
	border-radius: 3px;
}

#volume-barstacks_in_35[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #FFFFFF;
	margin-top: -5px;
}

#volume-barstacks_in_35[type=range]:focus {
	outline: none;
}

#volume-barstacks_in_35[type=range]:focus::-webkit-slider-runnable-track {
	background: #B3B3B3;
}

#volume-barstacks_in_35[type=range]::-moz-range-track {
	width: 100%;
	height: 5px;
	background: #B3B3B3;
	border: none;
	border-radius: 3px;
}

#volume-barstacks_in_35[type=range]::-moz-range-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #FFFFFF;
}

#volume-barstacks_in_35[type=range]::-ms-track {
	width: 100%;
	height: 5px;
	background: #B3B3B3;
	border: none;
	border-radius: 3px;
}

#volume-barstacks_in_35[type=range]::-ms-fill-lower {
	background: #B3B3B3;
	border-radius: 10px;
}

#volume-barstacks_in_35[type=range]::-ms-fill-upper {
	background: #B3B3B3;
	border-radius: 10px;
}

#volume-barstacks_in_35[type=range]::-ms-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #FFFFFF;
}

#volume-barstacks_in_35[type=range]:focus::-ms-fill-lower {
	background: #B3B3B3;
}

#volume-barstacks_in_35[type=range]:focus::-ms-fill-upper {
	background: #B3B3B3;
}

/* @end */

/* @group Responsive Behavior */

@media screen and (max-width: 569px) {
	#videoPlayerControlsstacks_in_35 #videoPlayerFullScreenstacks_in_35,
	#videoPlayerControlsstacks_in_35 #volumestacks_in_35 {
		display: none;
	}
}

/* @end */

/* @group Edit Mode Styling */

/*  */

/* @end */


#stacks_in_23 {
	
	
	
	
	
	 text-align: ;
}






#stacks_in_25 {
	
	
	
	
	
	 text-align: ;
}




#stacks_in_37_7 {
	border: solid rgba(17, 128, 64, 1.00);
	border-width:  2px;
	-moz-border-radius:  2px;
	-webkit-border-radius:  2px;
	border-radius:  2px;
}
#stacks_in_41>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}








	#stacks_in_44 .button_icon,#stacks_in_44 .button_icon i {
		margin:0;
		padding:0;
		display:inline-block;
		font-weight:normal;
		height:32px;
		line-height:32px;
		font-size:19px;
	}
	


#stacks_in_44 .button_label {
	font: 500 16px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}


	#stacks_in_44 .button_icon {
		border-right: 1px solid rgba(0,0,0,0.2);
		float:left;
		padding-right:14px;
	}
	#stacks_in_44 .button_label {
		border-left: 1px solid rgba(255,255,255, 0.2);
		float:left;
		padding: 0px 7px 0px 14px;
	}




#stacks_in_44 .sweet_button_wrapper {
	text-align:left;

	
		height:32px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_44 .sweet_button_wrapper {
		
			height:28px;
		
	}

	
		#stacks_in_44 .button_icon,#stacks_in_44 .button_icon i {
			height:28px;
			line-height:2em;
			font-size:17px;
		}
		
	

	#stacks_in_44 .button_label {
		font: 500 14px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_44 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 14px;
	text-decoration:none;
	text-align:center;
	color:rgba(104, 70, 125, 1.00);
	border-style:solid;
	border-width:2px;
	border-color:rgba(0, 0, 0, 1.00);
	border-radius:38px;
	background:rgba(236, 215, 189, 1.00);
}
#stacks_in_44 a.sweet_button:visited {
	color:rgba(104, 70, 125, 1.00);
}

#stacks_in_44 a.sweet_button:hover {
	border-color:rgba(153, 153, 153, 1.00);
}







	#stacks_in_44 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_44 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_44 .sweet_button:hover {
	color:rgba(104, 70, 125, 1.00);
	background: rgba(255, 235, 209, 1.00);
}
#stacks_in_44 .sweet_button:active{
	background: rgba(216, 195, 169, 1.00);
}
#stacks_in_44 .sweet_button.clicked {
	background: rgba(38, 113, 45, 1.00);
	border-color:rgba(0, 0, 0, 1.00);
}
#stacks_in_44 .sweet_button.clicked:hover {
	background: rgba(58, 133, 65, 1.00);
	border-color:rgba(153, 153, 153, 1.00);
}
#stacks_in_44 .sweet_button.clicked:active{
	background: rgba(18, 93, 25, 1.00);
}










	#stacks_in_42 .button_icon,#stacks_in_42 .button_icon i {
		margin:0;
		padding:0;
		display:inline-block;
		font-weight:normal;
		height:32px;
		line-height:32px;
		font-size:19px;
	}
	


#stacks_in_42 .button_label {
	font: 500 16px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}




	#stacks_in_42 .button_icon {
		border-left: 1px solid rgba(0,0,0,0.2);
		float:right;
		padding-left:14px;
	}
	#stacks_in_42 .button_label {
		border-right: 1px solid rgba(255,255,255, 0.2);
		float:right;
		padding: 0px 14px 0px 7px;
	}


#stacks_in_42 .sweet_button_wrapper {
	text-align:right;

	
		height:32px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_42 .sweet_button_wrapper {
		
			height:28px;
		
	}

	
		#stacks_in_42 .button_icon,#stacks_in_42 .button_icon i {
			height:28px;
			line-height:2em;
			font-size:17px;
		}
		
	

	#stacks_in_42 .button_label {
		font: 500 14px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_42 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 14px;
	text-decoration:none;
	text-align:center;
	color:rgba(104, 70, 125, 1.00);
	border-style:solid;
	border-width:3px;
	border-color:rgba(0, 0, 0, 1.00);
	border-radius:38px;
	background:rgba(236, 215, 189, 1.00);
}
#stacks_in_42 a.sweet_button:visited {
	color:rgba(104, 70, 125, 1.00);
}

#stacks_in_42 a.sweet_button:hover {
	border-color:rgba(255, 255, 10, 1.00);
}







	#stacks_in_42 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_42 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_42 .sweet_button:hover {
	color:rgba(104, 70, 125, 1.00);
	background: rgba(255, 235, 209, 1.00);
}
#stacks_in_42 .sweet_button:active{
	background: rgba(216, 195, 169, 1.00);
}
#stacks_in_42 .sweet_button.clicked {
	background: rgba(38, 113, 45, 1.00);
	border-color:rgba(0, 0, 0, 1.00);
}
#stacks_in_42 .sweet_button.clicked:hover {
	background: rgba(58, 133, 65, 1.00);
	border-color:rgba(255, 255, 10, 1.00);
}
#stacks_in_42 .sweet_button.clicked:active{
	background: rgba(18, 93, 25, 1.00);
}





#stacks_in_42 .sweet_button.twotone {
	background: rgba(236, 215, 189, 1.00);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(+, %id=button_color), color-stop(50%, rgba(236, 215, 189, 1.00)));
	background: linear-gradient(top, rgba(255, 235, 209, 1.00) 50%, rgba(236, 215, 189, 1.00) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 235, 209, 1.00)', endColorstr='rgba(236, 215, 189, 1.00)',GradientType=0 );
}
#stacks_in_42 .sweet_button.twotone:hover {
	background: rgba(255, 235, 209, 1.00);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(+, %id=button_color), color-stop(+, %id=button_color));
	background: linear-gradient(top, rgba(255, 255, 229, 1.00) 50%, rgba(255, 235, 209, 1.00) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 229, 1.00)', endColorstr='rgba(255, 235, 209, 1.00)',GradientType=0 );
}
#stacks_in_42 .sweet_button.twotone:active{
	background: rgba(216, 195, 169, 1.00);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(+, %id=button_color), color-stop(50%, rgba(236, 215, 189, 1.00)));
	background: linear-gradient(top, rgba(255, 235, 209, 1.00) 50%, rgba(236, 215, 189, 1.00) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 235, 209, 1.00)', endColorstr='rgba(236, 215, 189, 1.00)',GradientType=0 );
}
#stacks_in_42 .sweet_button.twotone.clicked {
	background: rgba(38, 113, 45, 1.00);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(+, %id=click_color), color-stop(50%, rgba(38, 113, 45, 1.00)));
	background: linear-gradient(top, rgba(58, 133, 65, 1.00) 50%, rgba(38, 113, 45, 1.00) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(58, 133, 65, 1.00)', endColorstr='rgba(38, 113, 45, 1.00)',GradientType=0 );
}
#stacks_in_42 .sweet_button.twotone.clicked:hover {
	background: rgba(68, 143, 75, 1.00);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(+, %id=click_color), color-stop(+, %id=click_color));
	background: linear-gradient(top, rgba(78, 153, 85, 1.00) 50%, rgba(58, 133, 65, 1.00) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(78, 153, 85, 1.00)', endColorstr='rgba(58, 133, 65, 1.00)',GradientType=0 );
}
#stacks_in_42 .sweet_button.twotone.clicked:active{
	background: rgba(18, 93, 25, 1.00);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(+, %id=click_color), color-stop(50%, rgba(38, 113, 45, 1.00)));
	background: linear-gradient(top, rgba(58, 133, 65, 1.00) 50%, rgba(38, 113, 45, 1.00) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(58, 133, 65, 1.00)', endColorstr='rgba(38, 113, 45, 1.00)',GradientType=0 );
}



