@charset "UTF-8";

/*
	CBSi ESN Skybox 2.0 styles
	version: 2.1.8
*/

html, body, #container {
	width: 100%;
	height: 100%;
}

body, body * {
	display: block;
	position: absolute;
	box-sizing: border-box;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background-image: none;
	background-color: transparent;
	background-size: cover;
	border: 0 none;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
}

::selection {
	color: transparent;
	background: transparent;
}

::-moz-selection {
	color: transparent;
	background: transparent;
}

#scrollSlider {
	position: absolute;
	top: auto;
	bottom: 100px;
	left: 50%;
	width: 500px;
	max-width: 90%;
	height: 50px;
	transform: translateX(-50%);
}

.debug #wrap {
	position: relative;
}

#wrap {
	width: 100%;
	overflow: hidden;
}

#container {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

#container.expanded.portrait.small {
	 background-color: rgb(0, 0, 0);
}

#container.collapsed.medium, #container.collapsed.large {
	width: 100% !important;
}

#image_expanded, #image_parallax, #image_collapsed  {
	width: 100%;
	height: 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#image_parallax {
	background-position: 0 50%;
}

.collapsed #image_collapsed {
	transition: opacity 0.2s;
}

.expanded #image_collapsed {
	opacity: 0;
	transition: none;
}

.small #image_collapsed {
	background-size: contain;
	background-position: 50% 50%;
}

.portrait.medium #image_collapsed {
	background-size: auto 100%;
}

.expanded #image_expanded, .expanded #image_parallax, .collapsed #image_collapsed {
	opacity: 1;
}

.portrait.small #image_expanded, .portrait.small #image_parallax {
	opacity: 0;
}

#video_wrap {
	background-repeat: no-repeat;
}

#video_wrap, video {
	opacity: 0;
	transition: opacity 0.5s;
}

.collapsed #video_wrap {
	top: 0;
	height: 100%;
}

video {
	position: relative;
	height: 100% !important;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	border: 2px solid transparent;
}

.static video {
	display: none;
}

.white video {
	background-color: rgba(255, 255, 255, 0.1);
}

.auto #video_wrap, .auto #video_auto.enabled, .user #video_wrap, .user #video_user.enabled {
	opacity: 1;
}

.auto #video_user {
	display: none;
}

.user #video_auto {
	display: none;
}

.portrait.small #video_wrap {
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
}

.portrait.small.auto.playing #video_wrap, .portrait.small.user.playing #video_wrap {
	background-image: none;
}

.portrait.small video {
	position: fixed;
	width: 100%;
	height: auto !important;
	border: none;
	background-color: transparent;
	box-shadow: none;
	opacity: 0 !important;
}

.portrait.small.playing video {
	opacity: 1 !important;
}

.collapsed.small #video_wrap {
	display: none !important;
}

#container.expanded.portrait.small.static #video_wrap {
	opacity: 1;
}

.auto-played #video_ui.auto, .user-played #video_ui.user {
	display: block !important;
}

#video_overlay {
	width: 100%;
	height: 100%;
}

.exits #video_overlay {
	cursor: pointer;
}

#video_ui {
	left: 50%;
	height: 100%;
	overflow: visible;
}

.collapsed #video_ui {
    left: 65%;
    padding-left: 20px;
}

.portrait.medium.collapsed #video_ui {
	left: 75%;
}

.static #video_ui {
	display: none;
}

#exit {
	display: none;
}

.exits #exit {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.collapsed video {
	border-width: 0 2px;
}

.button {
	display: none;
	border-width: 2px;
	border-style: solid;
	border-color: rgb(0, 0, 0);
	border-radius: 50%;
	opacity: 0.6;
	cursor: pointer;
	transition: opacity 0.4s;
	overflow: hidden;
}

.button:hover {
	opacity: 0.9;
	transition: opacity 0.2s;
}

.touch .button, .touch .button:hover {
	opacity: 0.7;
}

.shadow .button {
    background-color: rgba(255, 255, 255, 0.6);
}

.shadow.white .button {
    background-color: rgba(0, 0, 0, 0.6);
}

.button::before {
    display: block;
    width: 100%;
    height: 100%;
	box-sizing: border-box;
}

.white .button {
	border-color: rgb(255, 255 ,255);
}

.collapsed .button {
    left: auto;
    right: auto;
	top: 50% !important;
	bottom: auto !important;
	-webkit-transform: translateY(-50%) !important;
	    -ms-transform: translateY(-50%) !important;
	        transform: translateY(-50%) !important;
}

#btn_togglePlay {
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	border-width: 4px;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.touch #btn_togglePlay {
	display: block;
}

.auto.auto-played #btn_togglePlay, .user.user-played #btn_togglePlay {
	display: block;
	top: auto;
	bottom: 15px;
	width: 30px;
	height: 30px;
	border-width: 2px;
	-webkit-transform: translateX(-33px);
	    -ms-transform: translateX(-33px);
	        transform: translateX(-33px);
}

.touch.auto.auto-played #btn_togglePlay, .touch.user.user-played #btn_togglePlay, .collapsed.touch #btn_togglePlay {
	width: 40px;
	height: 40px;
	border-width: 2px;
	-webkit-transform: translateX(-45px);
	    -ms-transform: translateX(-45px);
	        transform: translateX(-45px);
}

#btn_togglePlay::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' xml:space='preserve' style='enable-background:new 0 0 32 32; fill:rgb(0, 0, 0);'%3E%3Cg%3E%3Cpath d='M9.1,26.7c-0.5,0.3-0.8,0-0.8-0.5V5.4c0-0.5,0.4-0.7,0.8-0.5l18.8,10.4c0.5,0.3,0.5,0.6,0,0.9L9.1,26.7z'/%3E%3C/g%3E%3C/svg%3E");
	padding: 2px;
}

.white #btn_togglePlay::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' xml:space='preserve' style='enable-background:new 0 0 32 32; fill:rgb(255, 255, 255);'%3E%3Cg%3E%3Cpath d='M9.1,26.7c-0.5,0.3-0.8,0-0.8-0.5V5.4c0-0.5,0.4-0.7,0.8-0.5l18.8,10.4c0.5,0.3,0.5,0.6,0,0.9L9.1,26.7z'/%3E%3C/g%3E%3C/svg%3E");
}

.playing #btn_togglePlay::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' xml:space='preserve' style='enable-background:new 0 0 32 32; fill:rgb(0, 0, 0);'%3E%3Cg%3E%3Cpath d='M14.5,24.3c0,0.5-0.4,0.7-0.7,0.7h-6C7.4,25,7,24.6,7,24.3V7.7C7,7.4,7.4,7,7.7,7h6.1c0.4,0,0.7,0.4,0.7,0.7V24.3z M25,24.3c0,0.5-0.4,0.7-0.7,0.7h-6c-0.5,0-0.7-0.4-0.7-0.7V7.7c0-0.4,0.3-0.7,0.7-0.7h6C24.6,7,25,7.4,25,7.7V24.3z'/%3E%3C/g%3E%3C/svg%3E");
}

.white.playing #btn_togglePlay::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' xml:space='preserve' style='enable-background:new 0 0 32 32; fill:rgb(255, 255, 255);'%3E%3Cg%3E%3Cpath d='M14.5,24.3c0,0.5-0.4,0.7-0.7,0.7h-6C7.4,25,7,24.6,7,24.3V7.7C7,7.4,7.4,7,7.7,7h6.1c0.4,0,0.7,0.4,0.7,0.7V24.3z M25,24.3c0,0.5-0.4,0.7-0.7,0.7h-6c-0.5,0-0.7-0.4-0.7-0.7V7.7c0-0.4,0.3-0.7,0.7-0.7h6C24.6,7,25,7.4,25,7.7V24.3z'/%3E%3C/g%3E%3C/svg%3E");
}

.ended #btn_togglePlay::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' xml:space='preserve' style='enable-background:new 0 0 32 32; fill:rgb(0, 0, 0);'%3E%3Cg%3E%3Cpath d='M16,26.2c-3.3,0-6.4-1.4-8.5-4c-0.1-0.2-0.1-0.4,0-0.7l2-2c0.1-0.1,0.2-0.1,0.3-0.1c0.1,0,0.2,0.1,0.3,0.2 c1.4,1.9,3.5,2.9,5.8,2.9c4.1,0,7.4-3.3,7.4-7.4S20.1,7.8,16,7.8c-1.9,0-3.6,0.8-4.9,2l2,2c0.2,0.2,0.3,0.7,0.2,1 c-0.1,0.3-0.4,0.6-0.9,0.6H5.9C5.4,13.3,5,13,5,12.4V6.1c0-0.4,0.2-0.8,0.6-0.9c0.3-0.1,0.8-0.1,1,0.2l1.9,1.9c2-2,4.7-3.1,7.6-3.1 c6,0,11,4.9,11,11S22,26.2,16,26.2z'/%3E%3C/g%3E%3C/svg%3E");
	padding: 3px 2px 2px 2px;
}

.white.ended #btn_togglePlay::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' xml:space='preserve' style='enable-background:new 0 0 32 32; fill:rgb(255, 255, 255);'%3E%3Cg%3E%3Cpath d='M16,26.2c-3.3,0-6.4-1.4-8.5-4c-0.1-0.2-0.1-0.4,0-0.7l2-2c0.1-0.1,0.2-0.1,0.3-0.1c0.1,0,0.2,0.1,0.3,0.2 c1.4,1.9,3.5,2.9,5.8,2.9c4.1,0,7.4-3.3,7.4-7.4S20.1,7.8,16,7.8c-1.9,0-3.6,0.8-4.9,2l2,2c0.2,0.2,0.3,0.7,0.2,1 c-0.1,0.3-0.4,0.6-0.9,0.6H5.9C5.4,13.3,5,13,5,12.4V6.1c0-0.4,0.2-0.8,0.6-0.9c0.3-0.1,0.8-0.1,1,0.2l1.9,1.9c2-2,4.7-3.1,7.6-3.1 c6,0,11,4.9,11,11S22,26.2,16,26.2z'/%3E%3C/g%3E%3C/svg%3E");
}

#btn_toggleMute {
	top: auto;
	left: auto;
	right: 50%;
	bottom: 15px;
	width: 30px;
	height: 30px;
	-webkit-transform: translateX(33px);
	    -ms-transform: translateX(33px);
	        transform: translateX(33px);
}

#container.auto.auto-played #btn_toggleMute, #container.user.user-played #btn_toggleMute {
	display: block;
}

#container.manual.collapsed #btn_toggleMute {
	display: none !important;
}

#container.touch.auto.auto-played #btn_toggleMute, #container.touch.user.user-played #btn_toggleMute {
	width: 40px;
	height: 40px;
	-webkit-transform: translateX(45px);
	    -ms-transform: translateX(45px);
	        transform: translateX(45px);
}

#container.collapsed #btn_toggleMute {
	left: 50px  !important;
}

#container.touch.collapsed #btn_toggleMute {
	left: 60px  !important;
}

#btn_toggleMute::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' xml:space='preserve' style='enable-background:new 0 0 32 32; fill:rgb(0, 0, 0);'%3E%3Cpath d='M15,23.9c0,0.5-0.4,0.9-0.9,0.9c-0.2,0-0.4-0.1-0.6-0.3l-4.8-4.8H4.9c-0.5,0-0.9-0.4-0.9-0.9v-5.5c0-0.5,0.4-0.9,0.9-0.9 h3.8l4.8-4.8c0.2-0.2,0.4-0.3,0.6-0.3c0.5,0,0.9,0.4,0.9,0.9V23.9z'/%3E%3Cpath d='M18.4,19.4c-0.1,0.1-0.2,0.1-0.4,0.1c-0.5,0-0.9-0.4-0.9-0.9c0-1.1,1.7-0.8,1.7-2.5c0-1.7-1.7-1.4-1.7-2.5 c0-0.5,0.4-0.9,0.9-0.9c0.1,0,0.2,0,0.4,0.1c1.4,0.5,2.2,1.9,2.2,3.4C20.6,17.5,19.7,18.9,18.4,19.4z'/%3E%3Cpath d='M19.8,22.8c-0.1,0-0.2,0.1-0.4,0.1c-0.5,0-0.9-0.4-0.9-0.9c0-0.4,0.2-0.7,0.6-0.9c0.4-0.2,0.7-0.4,1.1-0.6 c1.4-1,2.3-2.7,2.3-4.5s-0.8-3.4-2.3-4.5c-0.3-0.3-0.7-0.4-1.1-0.6c-0.3-0.2-0.6-0.4-0.6-0.9c0-0.5,0.4-0.9,0.9-0.9 c0.1,0,0.3,0,0.4,0.1c2.7,1.1,4.5,3.9,4.5,6.8S22.5,21.7,19.8,22.8z'/%3E%3Cpath d='M21.3,26.2c-0.1,0-0.2,0.1-0.4,0.1c-0.5,0-0.9-0.4-0.9-0.9c0-0.4,0.2-0.6,0.6-0.9c0.2-0.1,0.4-0.2,0.6-0.3 c0.4-0.2,0.8-0.5,1.2-0.7c2.4-1.7,3.8-4.5,3.8-7.4s-1.4-5.7-3.8-7.4c-0.4-0.3-0.8-0.5-1.2-0.7c-0.2-0.1-0.4-0.2-0.6-0.3 C20.2,7.4,20,7.1,20,6.7c0-0.5,0.4-0.9,0.9-0.9c0.1,0,0.3,0,0.4,0.1c4.1,1.7,6.7,5.8,6.7,10.2S25.4,24.5,21.3,26.2z'/%3E%3C/svg%3E");
	padding: 1px;
}

.white #btn_toggleMute::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' xml:space='preserve' style='enable-background:new 0 0 32 32; fill:rgb(255, 255, 255);'%3E%3Cpath d='M15,23.9c0,0.5-0.4,0.9-0.9,0.9c-0.2,0-0.4-0.1-0.6-0.3l-4.8-4.8H4.9c-0.5,0-0.9-0.4-0.9-0.9v-5.5c0-0.5,0.4-0.9,0.9-0.9 h3.8l4.8-4.8c0.2-0.2,0.4-0.3,0.6-0.3c0.5,0,0.9,0.4,0.9,0.9V23.9z'/%3E%3Cpath d='M18.4,19.4c-0.1,0.1-0.2,0.1-0.4,0.1c-0.5,0-0.9-0.4-0.9-0.9c0-1.1,1.7-0.8,1.7-2.5c0-1.7-1.7-1.4-1.7-2.5 c0-0.5,0.4-0.9,0.9-0.9c0.1,0,0.2,0,0.4,0.1c1.4,0.5,2.2,1.9,2.2,3.4C20.6,17.5,19.7,18.9,18.4,19.4z'/%3E%3Cpath d='M19.8,22.8c-0.1,0-0.2,0.1-0.4,0.1c-0.5,0-0.9-0.4-0.9-0.9c0-0.4,0.2-0.7,0.6-0.9c0.4-0.2,0.7-0.4,1.1-0.6 c1.4-1,2.3-2.7,2.3-4.5s-0.8-3.4-2.3-4.5c-0.3-0.3-0.7-0.4-1.1-0.6c-0.3-0.2-0.6-0.4-0.6-0.9c0-0.5,0.4-0.9,0.9-0.9 c0.1,0,0.3,0,0.4,0.1c2.7,1.1,4.5,3.9,4.5,6.8S22.5,21.7,19.8,22.8z'/%3E%3Cpath d='M21.3,26.2c-0.1,0-0.2,0.1-0.4,0.1c-0.5,0-0.9-0.4-0.9-0.9c0-0.4,0.2-0.6,0.6-0.9c0.2-0.1,0.4-0.2,0.6-0.3 c0.4-0.2,0.8-0.5,1.2-0.7c2.4-1.7,3.8-4.5,3.8-7.4s-1.4-5.7-3.8-7.4c-0.4-0.3-0.8-0.5-1.2-0.7c-0.2-0.1-0.4-0.2-0.6-0.3 C20.2,7.4,20,7.1,20,6.7c0-0.5,0.4-0.9,0.9-0.9c0.1,0,0.3,0,0.4,0.1c4.1,1.7,6.7,5.8,6.7,10.2S25.4,24.5,21.3,26.2z'/%3E%3C/svg%3E");
}

.muted #btn_toggleMute::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' xml:space='preserve' style='enable-background:new 0 0 32 32; fill:rgb(0, 0, 0);'%3E%3Cpath d='M15,23.9c0,0.5-0.4,0.9-0.9,0.9c-0.2,0-0.4-0.1-0.6-0.3l-4.8-4.8H4.9c-0.5,0-0.9-0.4-0.9-0.9v-5.5c0-0.5,0.4-0.9,0.9-0.9 h3.8l4.8-4.8c0.2-0.2,0.4-0.3,0.6-0.3c0.5,0,0.9,0.4,0.9,0.9V23.9z'/%3E%3Cg%3E%3Cpath d='M25.7,21.3c-0.2,0.2-0.5,0.2-0.6,0l-2.5-2.5l-2.5,2.5c-0.2,0.2-0.5,0.2-0.6,0l-2.2-2.2c-0.2-0.2-0.2-0.5,0-0.6l2.6-2.4 l-2.5-2.5c-0.2-0.2-0.2-0.5,0-0.6l2.2-2.2c0.2-0.2,0.5-0.2,0.6,0l2.5,2.6l2.5-2.5c0.2-0.2,0.5-0.2,0.6,0l2.2,2.2 c0.2,0.2,0.2,0.5,0,0.6L25.4,16l2.5,2.5c0.2,0.2,0.2,0.5,0,0.6L25.7,21.3z'/%3E%3C/g%3E%3C/svg%3E");
}

.white.muted #btn_toggleMute::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' xml:space='preserve' style='enable-background:new 0 0 32 32; fill:rgb(255, 255, 255);'%3E%3Cpath d='M15,23.9c0,0.5-0.4,0.9-0.9,0.9c-0.2,0-0.4-0.1-0.6-0.3l-4.8-4.8H4.9c-0.5,0-0.9-0.4-0.9-0.9v-5.5c0-0.5,0.4-0.9,0.9-0.9 h3.8l4.8-4.8c0.2-0.2,0.4-0.3,0.6-0.3c0.5,0,0.9,0.4,0.9,0.9V23.9z'/%3E%3Cg%3E%3Cpath d='M25.7,21.3c-0.2,0.2-0.5,0.2-0.6,0l-2.5-2.5l-2.5,2.5c-0.2,0.2-0.5,0.2-0.6,0l-2.2-2.2c-0.2-0.2-0.2-0.5,0-0.6l2.6-2.4 l-2.5-2.5c-0.2-0.2-0.2-0.5,0-0.6l2.2-2.2c0.2-0.2,0.5-0.2,0.6,0l2.5,2.6l2.5-2.5c0.2-0.2,0.5-0.2,0.6,0l2.2,2.2 c0.2,0.2,0.2,0.5,0,0.6L25.4,16l2.5,2.5c0.2,0.2,0.2,0.5,0,0.6L25.7,21.3z'/%3E%3C/g%3E%3C/svg%3E");
}

#btn_toggleExpand {
	display: none;
	left: 50px;
	width: 30px;
	height: 30px;
}

.manual #btn_toggleExpand {
	display: block;
}

.touch #btn_toggleExpand {
	width: 40px;
	height: 40px;
	left: 60px;
}

.manual.collapsed.small #btn_toggleExpand, .static.collapsed #btn_toggleExpand{
	left: auto;
	top: 5px !important;
	right: 5px;
	-webkit-transform: none !important;;
		-ms-transform: none !important;;
			transform: none !important;;
}

.manual.expanded #btn_toggleExpand, .static.expanded #btn_toggleExpand {
	position: fixed;
	top: 5px;
	left: auto;
	right: 5px;
}

#btn_toggleExpand::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' xml:space='preserve' style='enable-background:new 0 0 32 32; fill:rgb(0, 0, 0);'%3E%3Cg%3E%3Cpath d='M16.6,24.5c-0.4,0.4-1,0.4-1.3,0l-11.1-11c-0.4-0.4-0.4-1,0-1.4l2.5-2.5c0.4-0.4,1-0.4,1.3,0l7.9,7.9l7.9-7.9 c0.4-0.4,1-0.4,1.3,0l2.5,2.5c0.4,0.4,0.4,1,0,1.4L16.6,24.5z'/%3E%3C/g%3E%3C/svg%3E");
	padding: 1px;
}

.white #btn_toggleExpand::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' xml:space='preserve' style='enable-background:new 0 0 32 32; fill:rgb(255, 255, 255);'%3E%3Cg%3E%3Cpath d='M16.6,24.5c-0.4,0.4-1,0.4-1.3,0l-11.1-11c-0.4-0.4-0.4-1,0-1.4l2.5-2.5c0.4-0.4,1-0.4,1.3,0l7.9,7.9l7.9-7.9 c0.4-0.4,1-0.4,1.3,0l2.5,2.5c0.4,0.4,0.4,1,0,1.4L16.6,24.5z'/%3E%3C/g%3E%3C/svg%3E");
}

.expanded #btn_toggleExpand::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' xml:space='preserve' style='enable-background:new 0 0 32 32; fill:rgb(0, 0, 0);'%3E%3Cg%3E%3Cpath d='M29,8.3c0-0.5-0.2-0.9-0.7-1.4l-3.1-3.1c-0.2-0.5-0.9-0.7-1.4-0.7c-0.5,0-0.9,0.2-1.4,0.7L16,10.2L9.6,3.9 C9.4,3.4,8.7,3.1,8.2,3.1c-0.5,0-0.9,0.2-1.4,0.7L3.7,6.9C3.3,7.2,3,7.9,3,8.3s0.2,0.9,0.7,1.4l6.4,6.4l-6.4,6.4 C3.3,22.8,3,23.5,3,23.9c0,0.5,0.2,0.9,0.7,1.4l3.1,2.8c0.2,0.5,0.9,0.7,1.4,0.7c0.5,0,0.9-0.2,1.4-0.7l6.4-6.4l6.6,6.4 c0.2,0.5,0.9,0.7,1.4,0.7c0.5,0,0.9-0.2,1.4-0.7l2.8-3.1c0.5-0.2,0.7-0.9,0.7-1.4s-0.2-0.9-0.7-1.4l-6.4-6.4l6.4-6.1 C28.8,9.5,29,8.8,29,8.3z'/%3E%3C/g%3E%3C/svg%3E");
	padding: 4px;
}

.white.expanded #btn_toggleExpand::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' xml:space='preserve' style='enable-background:new 0 0 32 32; fill:rgb(255, 255, 255);'%3E%3Cg%3E%3Cpath d='M29,8.3c0-0.5-0.2-0.9-0.7-1.4l-3.1-3.1c-0.2-0.5-0.9-0.7-1.4-0.7c-0.5,0-0.9,0.2-1.4,0.7L16,10.2L9.6,3.9 C9.4,3.4,8.7,3.1,8.2,3.1c-0.5,0-0.9,0.2-1.4,0.7L3.7,6.9C3.3,7.2,3,7.9,3,8.3s0.2,0.9,0.7,1.4l6.4,6.4l-6.4,6.4 C3.3,22.8,3,23.5,3,23.9c0,0.5,0.2,0.9,0.7,1.4l3.1,2.8c0.2,0.5,0.9,0.7,1.4,0.7c0.5,0,0.9-0.2,1.4-0.7l6.4-6.4l6.6,6.4 c0.2,0.5,0.9,0.7,1.4,0.7c0.5,0,0.9-0.2,1.4-0.7l2.8-3.1c0.5-0.2,0.7-0.9,0.7-1.4s-0.2-0.9-0.7-1.4l-6.4-6.4l6.4-6.1 C28.8,9.5,29,8.8,29,8.3z'/%3E%3C/g%3E%3C/svg%3E");
}

