html.uwpPageLocked {
	overflow: hidden;
}

a:focus {
	outline: none !important;
	box-shadow: none;
	*/
}
.uwpHidden {
	display: none;
}

.modal.fade {display: none;}

body.page-template-static-personalise .page-header {
	margin: 20px 0 0;
	border-bottom: 0;
}

body.page-template-static-personalise .page-header h1 {
	margin: 0.5em 0;
}

#cswrap {
	border-bottom: 1px solid #ccc;
	margin: 0 0 30px 0;
}

#cs {
	display: table;
	margin: 0 auto;
	border-right: 1px solid #ccc;
}

#cs > div {
	display: table-cell;
	height: 40px;
	text-align: center;
	width: 100px;
	vertical-align: middle;
	border-left: 1px solid #ccc;
	position: relative;	
	cursor: pointer;
	text-transform:capitalize;
}

#cs > div.active:after{
	border-bottom: 3px solid #333;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
	display: table
}

#cdNav {
/*	display: none;*/
	text-align: right;
}

#content #cdNav .prev {
	background-color: #ccc;
}

#content #cdNav .uwpHidden {
	display: none;
}

/* === Canvas ======================================================= */

#cardcanvas {
	box-shadow: 0 5px 15px #888;
}


.card {
	position: relative
}

.card .cardoverlay {
	background: #000;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 15px;
	display: none;
	color: #fff;
}

.card .cardoverlay .oContent {
	position: relative;
	top: 50%;
  transform: translateY(-50%);
	text-align: center;
	opacity: 1;
}
.card .cardoverlay .oContent .title {
	font-size: 2em;
	margin: 1em 0;
	
}


/* ##########
	SideBar
##########  */

.sidebar .dialog {
	border: 1px solid #ccc;
	padding: 15px;
}
.sidebar .dialog h2 {
	font-size: 1.2em;
	margin-top: 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
	line-height: initial;
	padding-bottom: 0.25em;
}
.sidebar .dialog h3 {
	font-size: 1.1em;
	margin: 0;
	font-weight:normal;
}

.sidebar .dialog .warning {
	display: none;
}

#cardLayers {
	margin: 0;
	padding: 0;
	border-top: 1px solid #ccc;
}
#cardLayers>li {
	text-decoration: none;
	display: block;
	position: relative;
	padding: 0;
	margin: 1em 0 0 0;
	color: #0073aa;
	line-height: 18px;
	font-size: 14px;
	text-decoration: none;
	
}

#cardLayers>li.picture{
cursor: pointer;
}

#cardLayers>li textarea {
	width: 100%;
	overflow: hidden;
	resize: none;
	border: 1px solid #666;
}
#cardLayers .cardLayersitem .uwpTextArea {
	margin-bottom: 0;
}
#cardLayers .cardLayersitem.picture {
	color: #000;
	font-weight: bold;
}
#cardLayers .cardLayersitem.picture span {
	font-size: 1.5em;
	color: #fff;
	padding: 5px;
	background-color: #93CBBF;
	width: 32px;
	height: 32px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	background-size: cover;
}

#cardLayers .cardLayersitem.picture.picset span:before{
	content: "";
}


/* ##########
	uwpToolbar
##########  */

.uwpToolbar {
	/*	display:none;*/
	-webkit-user-select: none;
	/* Chrome/Safari */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE10+ */
}
.uwpToolbar .row {
	padding-bottom: 0.5em;
	margin: 0;
}
.uwpToolbar .row>div {
	float: left;
}
.uwpToolbar>.row>div.uwpToolSep {
	background: none;
	width: 10px;
	display: block;
	height: 20px;
}
.uwpToolbar .row>div>span, .uwpToolbar .row>div.uwpToolGroup span, .uwpToolbar .row>div.uwpToolBlock span {
	line-height: inherit;
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	-webkit-transition: opacity 200ms ease-out;
	transition: opacity 200ms ease-out;
	opacity: 0.8;
	font-size: 16px;
}
.uwpToolbar .row .uwpToolButton {
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	padding: 3px;
	text-align: right;
	float: left;
	line-height: 20px;
	position: relative;
	background: #93CBBF;
	border: 1px solid transparent;
	margin-right: 5px
}


.uwpToolbar .row .uwpToolButton.disabled {
	background-color: #ccc;
}
.uwpToolbar>.row textarea {
	width: 100%;
	margin: 0;
}
.uwpToolbar>.row textarea:focus {
	border: 1px solid #666;
}
.uwpToolBlock .title {
	font-size: 14px;
	margin-bottom: 0;
}
.uwpToolbar>.row div.uwpActive {
	color: #fff;
	background: #6E978E;
}


/* === Fill Panel =================================================== */

.uwpToolbar .uwp-current-fill {
	box-sizing: border-box;
	border: 1px solid #fff;
	height: 20px;
	opacity: 1 !important;
}

/* === Upload Panel ================================================= */

#content #photoUpload .button {
	padding: 20px 0 0 0;
	margin: 0;
	width: 100%;
	text-align: center;
	cursor: pointer;
	height: 100px;
}
#photoUpload .button span {
	display: block;
	margin: 0 auto;
	font-size: 2.5em;
	width: 100%;
}
.uwpPanel-upload {
	width: 280px;
}
#uwpUploadZone {
	display: none;
}
#uwpUploadZone .dropzone {
	height: 100px;
	border: 1px dashed rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	background: white;
	padding: 10px;
	min-height: 100px;
}
#uwpUploadZone .dz-message {
	line-height: 80px;
	margin: 0;
}
#uwpUploadZone .dropzone .dz-preview {
	position: relative;

	display: inline-block;
	vertical-align: top;
	margin: 16px;
	min-height: 80px;
}
#uwpUploadZone .dropzone .dz-preview .dz-image {
	height: 80px;
	width: 80px;
	border-radius: 0;
}
#uwpUploadZone .dropzone .dz-preview {
	margin: 0px;
}
#uwpUploadZone .dropzone .dz-preview .dz-details {
	padding: 5px;
	line-height: 100%;
}
#uwpUploadZone .dropzone .dz-preview .dz-details .dz-size, #uwpUploadZone .dropzone .dz-preview .dz-remove {
	font-size: 12px;
}
#uwpUploadZone .dropzone .dz-preview .dz-progress {
	width: 80%;
	margin-left: 10%;
	margin-top: 15px;
	left: 0;
}
#uwpUploadZone .dz-remove {
	display: none;
}
#uwpUploadZone .dropzone .dz-preview .dz-progress .dz-upload {
	background: #93CBBF;
	background: linear-gradient(to bottom, #93CBBF, #444);
}
#uwpPersonalPhotos {
	max-height: 84px;
	margin-top: 5px;
	overflow-y: auto
}
#uwpPersonalPhotos .uwpPersonalPhoto {
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-block;
	float: left;
	cursor: pointer
}
.uwpUploadPhoto.btn {
	background: #93CBBF;
	color: #fff;
	text-shadow: none;
	vertical-align: middle;
	border: 0;
}
#uwpUploadZone .dzClose {
	position: absolute;
	top: 16px;
	right: 15px;
	color: #fff;
	background: #E81123;
	width: 24px;
	height: 24px;
	text-align: center;
	padding-top: 0px;
	cursor: pointer;
	vertical-align: middle;
}

/* === Slider ======================================================= */

.uwpSlider {
	overflow: hidden;
	position: relative;
	margin: 0 25px;
}
.uwpSlider ul {
	margin: 0;
	padding: 0;
	height: 50px;
}
.uwpSlider ul li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	text-align: center;
	line-height: 50px;
}
.uwpSliderControls {
	position: absolute;
	top: 0;
	width: 100%;
}
.uwpSliderControls>a {
	opacity: .9;
	filter: 'alpha(opacity=$opacity * 100)';
	width: 18px;
	height: 50px;
	display: block;
	position: absolute;
	cursor: pointer;
	color: #666;
	text-decoration: none;
	outline: 0;
	line-height: 50px;
	border: 0px !important;
	font-family: "FontAwesome";
	font-size: 22px;
	text-align: center;
}
.uwpRow {
	position: relative;
}
.uwpSliderControls .next-slide:before {
	content: '\f054'
}
.uwpSliderControls .prev-slide:before {
	content: '\f053'
}
.uwpSliderControls .next-slide {
	right: 0;
}


.disable_block {
    display: block;
    background: rgba(255,255,255,0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    cursor: not-allowed;
}

/* == Filters == */




#filters {
	height: 50px;
}
#filters .uwpFilter {
	cursor: pointer
}
#filters .uwpFilter img, #filters .uwpFilter {
	width: 50px;
	height: auto;
	display: block;
}

/*== myPhotos ==*/

#myPhotos {
	height: 80px;
}
#myPhotos img {
	height: 80px;
	width: auto;
	max-width: initial;
}

#myPhotos .uwpLoading img {
	opacity: 0.2;
	cursor: not-allowed;
}

#myPhotos .uwpPersonalPhoto{
	cursor: pointer;
	
}
#myPhotos .uwpSliderControls>a {
	height: 80px;
	line-height: 80px;
}
#myPhotos p.message {
	text-align: center;
	height: 80px;
	line-height: 80px;
	border: 1px dashed #ccc;
	border-radius: 5px;
}

/* === uwpPanel ===================================================== */

.uwpPanel>.uwpSubPanel {
	background: #fff;
	color: rgba(0, 0, 0, .8);
	border: 1px solid #ccc;
	display: none;
	position: absolute;
	left: -8px;
	top: 28px;
	box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .2);
	border-radius: 3px;
	padding: 10px;
	max-width: none;
	margin-top: -1px;
  z-index: 9999;
}
.uwpPanel.uwpActive>.uwpSubPanel {
	display: block;
}

/* === Dropdown ===================================================== */

.uwpDropdown {
	width: auto;
	background: #93CBBF;
	position: relative;
	color: #fff;
}


.uwpDropdown input::-webkit-input-placeholder,
.uwpDropdown input::-moz-placeholder,
.uwpDropdown input:-moz-placeholder,
.uwpDropdown input:-ms-input-placeholder
{
	color:#BEE0D9;
}

input.uwpDropdown-current {
	width: 120px;
	text-align: left;
	cursor: text;
	padding: 0 20px 0 5px;
	font-size: 13px;
	background: transparent;
}
.uwpDropdown input {
	width: 35px;
	height: 30px;
	padding: 0 5px;
	line-height: 1;
	color: #fff;
	font-size: 13px;
	background: #fff;
	border: 0;
	text-align: left;
	border-radius: 2px;
	vertical-align: top;
	background: transparent;
	margin-bottom: 0;
}

.uwpDropdown>.uwpDropdown-list {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	padding: 5px 0;
	z-index: 100;
	max-height: 200px;
	overflow: auto;
	overflow-x: hidden;
	box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .2);
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	/* transform: translateY(100%); */
	color: #666;
	border: 1px solid #ccc;
}
.uwpDropdown.uwpActive>.uwpDropdown-list {
	display: block!important;
}
.uwpDropdown>.uwpDropdown-arrow {
	position: absolute;
	right: 0px;
	top: 6px;
	text-align: center;
	width: 20px;
	height: 20px;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.uwpDropdown-list>.uwp-item {
	display: block;
	padding: 6px 5px;
	line-height: 14px;
	cursor: pointer;
	color: rgba(66, 66, 66, .92);
	font-size: 13px;
}
.uwpDropdown-list>.uwp-item.uwpActive {
	background: #93CBBF;
}
.uwpDropdown.uwpTool-font-family input.uwpDropdown-current {
	width: 180px;
}
.uwpDropdown.uwpTool-text-size input.uwpDropdown-current {
	width: 45px;
}
.uwpToolbar>.row>div.uwpDropdown.uwpTool-font-family.uwpActive, .uwpToolbar>.row>div.uwpDropdown.uwpTool-text-size.uwpActive {
	background: #6E978E;
	border: 0;
}
.uwpDropdown.uwpTool-font-family .uwp-item {
	font-size: 16px;
	text-align: left;
}
.uwpDropdown-list>.uwp-item:hover {
	background: #eee;
}

/**
	INPUTS
**/

input[type=range] {
	-webkit-appearance: none;
	width: 100%;
	margin: 7.5px 0;
	background: #ededed;
}
input[type=range]:focus {
	outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 8px;
	cursor: pointer;
	box-shadow: 0.8px 0.8px 0px rgba(0, 0, 0, 0), 0px 0px 0.8px rgba(13, 13, 13, 0);
	background: #ffffff;
	border-radius: 1px;
	border: 1px solid #d3d3d3;
}
input[type=range]::-webkit-slider-thumb {
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	border: 0px solid rgba(0, 0, 0, 0);
	height: 19px;
	width: 13px;
	border-radius: 3px;
	background: #6e978e;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -6.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
	background: #ffffff;
}
input[type=range]::-moz-range-track {
	width: 100%;
	height: 8px;
	cursor: pointer;
	box-shadow: 0.8px 0.8px 0px rgba(0, 0, 0, 0), 0px 0px 0.8px rgba(13, 13, 13, 0);
	background: #ffffff;
	border-radius: 1px;
	border: 1px solid #d3d3d3;
}
input[type=range]::-moz-range-thumb {
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	border: 0px solid rgba(0, 0, 0, 0);
	height: 19px;
	width: 13px;
	border-radius: 3px;
	background: #6e978e;
	cursor: pointer;
}
input[type=range]::-ms-track {
	width: 100%;
	height: 8px;
	cursor: pointer;
	background: transparent;
	border-color: transparent;
	color: transparent;
}
input[type=range]::-ms-fill-lower {
	background: #ffffff;
	border: 1px solid #d3d3d3;
	border-radius: 2px;
	box-shadow: 0.8px 0.8px 0px rgba(0, 0, 0, 0), 0px 0px 0.8px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-fill-upper {
	background: #ffffff;
	border: 1px solid #d3d3d3;
	border-radius: 2px;
	box-shadow: 0.8px 0.8px 0px rgba(0, 0, 0, 0), 0px 0px 0.8px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-thumb {
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	border: 0px solid rgba(0, 0, 0, 0);
	height: 19px;
	width: 13px;
	border-radius: 3px;
	background: #6e978e;
	cursor: pointer;
	height: 8px;
}
input[type=range]:focus::-ms-fill-lower {
	background: #ffffff;
}
input[type=range]:focus::-ms-fill-upper {
	background: #ffffff;
}

/* === Dialog CMD Buttons =========================================== */

#content .dialog .button {
	text-align: right;
	margin-top: 10px;
	padding-top: 10px;
}

#content .commandbar {
	text-align: right;
	margin-top:20px;
  padding-top: 0;
}

#content .commandbar .button, #content .commandbar .sep {
	margin: 0;
	padding: 5px 20px;
	display: inline-block;
	float: none !important;
}
#content .commandbar .sep {
	padding: 5px 0;
}
.button {
	cursor: pointer;
}
#content .commandbar .button.sm {
	padding: 5px 5px;
}



/* === modal ======================================================== */

body.modal-open {
	overflow: hidden;
}

#content .modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

#content .modal .modal-footer .button {
	margin: 0;
	border: 0;
}

#modalSI .modal-body  {
	max-height: 300px;
	overflow: hidden;
	min-height: 300px;
}

#modalSI .modal-body .uwpScrollArea{
	overflow-y: scroll;
	height: 230px;
	margin-top: 10px;
}


/*
 FACEBOOK
*/

#smfb .facebook-albums,#smfb .uwpScrollArea {
	display: none;
}

#smfb.facebookLoggedIn .fpd-facebook-login {
	display: none;
}

#smfb #uwpDDFB.uwpDropdown input{
	width: 100%
}

#uwpDDFB.uwpDropdown input.uwpOnLoading {
	
}


#smfb.facebookLoggedIn .facebook-albums, #smfb.facebookLoggedIn .facebook-albums .uwpScrollArea{
	display: block;
}

.photogrid>.uwp-item {
	cursor: pointer;
	width: 33.33333333333333%;
	height: 100px;
	max-height: 150px;
	display: block;
	position: relative;
	float: left;
	overflow: hidden;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.photogrid>.uwp-item.uwpHidden {
	display:none;
}
.photogrid>.uwp-item>picture {
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


.photogrid>.uwp-item>picture.uwpLoading {
	background-size: initial;
}


/* === scrollbar ==================================================== */

.scrollbar {
height: 100%;
position: relative;
}
.scrollbar__container {
height: 100%;
width: 100%;
overflow: hidden;
}
.scrollbar__track {
position: absolute;
right: 0;
top: 0;
height: 100%;
}
.scrollbar__handle {
width: 100%;
min-height: 10px;
position: absolute;
top: 0;
}
/* scrollbar width */
.scrollbar {
padding-right: 15px;
}
.scrollbar__track {
width: 10px;
}
/* scrollbar style */
.scrollbar__handle {
background-color: gray;
opacity: 0;
}
.scrollbar:hover .scrollbar__handle {
opacity: 0.5;
-webkit-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
-ms-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
transition: opacity 0.5s;
}
.scrollbar .scrollbar__handle:hover,  .scrollbar_state_move .scrollbar__handle {
opacity: 1;
}
.scrollbar__track {
background-color: #eee;
}
/* MOBILE */
.scrollbar_mode_mobile .scrollbar__container {
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}


/* === icons ======================================================== */

[class^=uwpIcon-], [class*=" uwpIcon-"] {
	font-family: UWPFont!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 22px;
}
.uwpIcon-transform:before {
	content: "\e428";
}
.uwpIcon-reset:before {
	content: "\e8b3";
}
.uwpIcon-alignment:before {
	content: "\e22f";
}
.uwpIcon-align-left:before {
	content: "\e906";
}
.uwpIcon-align-right:before {
	content: "\e908";
}
.uwpIcon-align-bottom:before {
	content: "\e907";
}
.uwpIcon-align-top:before {
	content: "\e905";
}
.uwpIcon-format-bold:before {
	content: "\e238";
}
.uwpIcon-format-italic:before {
	content: "\e23f";
}
.uwpIcon-format-size:before {
	content: "\e245";
}
.uwpIcon-format-line-spacing:before {
	content: "\e240";
}
.uwpIcon-format-align-left:before {
	content: "\e236";
}
.uwpIcon-format-align-right:before {
	content: "\e237";
}
.uwpIcon-format-align-center:before {
	content: "\e234";
}
.uwpIcon-arrow-dropdown:before {
	content: "\e5c5";
}
.uwpIcon-scaleX:before {
	content: "\e909";
}
.uwpIcon-rotate-right:before {
	content: "\e41a";
}
.uwpIcon-image:before {
	content: "\f03e";
}
.uwpIcon-magic:before {
	content: "\f0d0";
}
.uwpIcon-rotateleft:before {
	content: "\f0e2";
}
.uwpIcon-rotateright:before {
	content: "\f01e";
}
.uwpIcon-zoomin:before {
	content: "\f00e";
}
.uwpIcon-zoomout:before {
	content: "\f010";
}
.uwpIcon-left:before {
	content: "\f060";
}
.uwpIcon-right:before {
	content: "\f061";
}
.uwpIcon-up:before {
	content: "\f062";
}
.uwpIcon-down:before {
	content: "\f063";
}
.uwpIcon-photo:before {
	content: "\f03e";
}
.uwpIcon-desktop:before {
	content: "\f108";
}
.uwpIcon-facebook:before {
	content: "\f082";
}

.uwpIcon-heartoutline:before {
	content: "\f08a";
}
.uwpIcon-heartsolid:before {
	content: "\f004";
}

.uwpIcon-shopping_cart:before {
		content: "\e8cc";
}

.uwpIcon-remove_shopping_cart:before{ 
	content: "\e928";
}

.uwpIcon-signin:before {
		content: "\f090";
}

.uwpIcon-signout:before{ 
	content: "\f08b";
}


.uwpIcon-newaccount:before{ 
	content: "\e7fe";
}

.uwpIcon-paint-brush:before {
	content: "\f1fc";
}

.uwpIcon-undo:before{
	content: "\f0e2";
}

.uwpIcon-warning:before {
	content: "\e90a";
}


.uwpLoading
{
	background-repeat: no-repeat;
	background-image: url(data:image/gif;base64,R0lGODlhIAAgALMAAOLi4tbW1sXFxbm5ubW1tZiYmICAgFJSUjU1NR0dHQAAAP///wAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBQALACwAAAAAIAAgAAAE53DJSWlRperNZ1JJFQCdRhiVolICQZQUkCQHpSoT4A4wNScvyW0ycAV6E8MMMRkuAjskBTFDLZwuAkkqIfxIQyhBQBFvFwQEIjM5VDW6XNE4KagRh6Agwe60smQUB3d4Rz1ZBANnFASDd0hihh12CEE9kjAAVlycXIg7AAIFBqSlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YAvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gvqXGLDaC457D1zZ/V/nmOM82XiHQDYKhKP1oZmADdEAAAh+QQFBQALACwAAAAAGAAXAAAEcXDJSWsiNeuJEqpGsYlUYlKIomjIV55SoSZs+9JSohpa0R4TE84w2ywOLZJwEVApSJuWa3lQuZgGw6Biy8gEk0E2G5AEEBgjhTAOAdSbQJsH34gN4Loxre/DAQMEgoN+C4GDhH6AiIKFjo+QkZJGeXoRACH5BAUFAAsALAAAAAAeAA4AAAR1cMlJKUE16y0POhnBUcFQISh1JMk4GYY4oZhEsLULG8GcSgiWazLY+XK44aQAMy1oCwArIZsAOAHjM2VggV4KRSFKGPSWsCqlJSkkwgrDIkCoD65Rg2AkQMAVOQJ1dXtKf1QVAAODTjphcht0BGdDB5RYShwRACH5BAUFAAsALAcAAAAZABEAAARncMm5hBE0611Myd+2AEFmnBmCiASBTadBqeLSEgCMSocaaoHWQCdbFFSH2mLQKi1iEtVKCbhJoAtaJpEgUARNDQHhHHMTYmftcE4klZv2FM7h0uGG3H3P1yj+gAk/e4CFCn0LhgqCEQAh+QQFBQALACwOAAAAEgAYAAAEZTCUsKq9mBS8BuVLIV6FYYDhWAXmCYpb1Q4oXA0tmsbt944EU6xSQCBQAgPAcjAihiCK86irTA/VixGa7Xq7ibCYqhObE9VzAkH4fg2+rkGhcHXp9AQXJEDgFWRVBQl4dllzCm0RACH5BAUFAAsALA4AAAASAB4AAAR/EAywqr14kYFFtkR4EUXxaaJVEmfIVmThfW4llGab4ics3oVXZWAwBD4BYaBY5PQABaYh15MaexZBE4sRcr9YhHh88GbGaEQ4XQa7KxR3IZF40+kIM/JwTxxOBgozBAh3HwcKCmoXhR8AiQpUXIEKdW4JiQZuBJBvCIlxYFMfEQAh+QQFBQALACwPAAEAEQAfAAAEe3DJuQKgGAtCsgecJ3KBSAXcYFIcca0VJ5zcS9kLMLSlubUzU4swwHlQhB6ssmyaDNBoIeiJWg3P69TJbRIQiEITDD44yQhRIUE5kMUUQyJhnhTAEoVeMk90PHoKE3NpgHsSCHMigRR9hoITB4oZjBh/GAkKbE0FCnBLEQAh+QQFBQALACwIAA4AGAASAAAEbHDJSesiOA9g+8zg4Hkgto1oihIqKhiG2FpwHcwUUNRGMROI2yLAky0ECkMHgagMYMIFQqE4LBJYCbM5KlAVHGxCUmBaPQmq8pqVHJg+GnUsEVO2nbQizqZPmB1UXHVtE3wVOxUICYM4H34qEQAh+QQFBQALACwCABIAHQAOAAAEeHDJSatd4dJwtA0EkV2GohgeNYTEAFBEYpopJbCEICGzgugegeG1AKxCgZIpUZAEmBaCwdCcBFaAggk1OSQSKIRYMjWMLMRJ7LsbLwbl2gTBbiMmhelAvvje7VZxNXQJBHNuEnlcKV8dh38TA2cehhUHCI58cpA1EQAh+QQFBQALACwAAA8AGQARAAAEZ7AkReu6OOtbu9pgJnlfaJ7oCRgpmiRFCyLvK2dHnRxoQGw1xO8i3PgIggzBpkEgLobohUAFoJzPRZS1OA5OB2dMK70MqIFQwcmDlhcA6nCWdXMvAmqIndlqAlZqGgUGYzcaAgZJGxEAIfkEBQUACwAsAAAIABIAGAAABFxwEaXMujhnQ1UqWnghnYIIolYkZRpylRsGlmzfeK7vvF4giNwBCLwRgwHZD3jAAAwoERCEKRgMBAkhm6JdL1uu6GoYgLepARkTTpGTZ7HmKm+LAvLFgGDOAQYAEQAh+QQJBQALACwAAAAAIAAgAAAEg3DJSau9OOtdi+FgpShIaI4KYYLGmKxgMn6wVqBBPSUlhYwHnSRBRKgWAgVNeCASDzlhhYBwvqQXYgF7AXC/GsIBQS5/y+geVpxWg99huGRgMAjegboe7NEXvFx0dQV3EgSAOnkGAxQCBARRYACPR28Dj5FfAY+McJeHco+FcACZclgRADs=);
	background-position: center;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}


/* === fonts ======================================================== */

@font-face {
	font-family: 'UWPFont';
	src: url('../fonts/UWPFont.eot');
	src: url('../fonts/UWPFont.eot') format('embedded-opentype'), url('../fonts/UWPFont.ttf') format('truetype'), url('../fonts/UWPFont.woff') format('woff'), url('../fonts/UWPFont.svg') format('svg');
	font-weight: 400;
	font-style: normal
}
[class^=uwp-icon-], [class*=" uwp-icon-"] {
	font-family: UWPFont!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}

/* start commented backslash hack \*/

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* close commented backslash hack */


/***
Spectrum Colorpicker v1.8.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/

.sp-container {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/* https://github.com/bgrins/spectrum/issues/40 */
	z-index: 9999994;
	overflow: hidden;
}
.sp-container.sp-flat {
	position: relative;
}

/* Fix for * { box-sizing: border-box; } */

.sp-container, .sp-container * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */

.sp-top {
	position: relative;
	width: 100%;
	display: inline-block;
}
.sp-top-inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.sp-color {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 20%;
}
.sp-hue {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 84%;
	height: 100%;
}
.sp-clear-enabled .sp-hue {
	top: 33px;
	height: 77.5%;
}
.sp-fill {
	padding-top: 80%;
}
.sp-sat, .sp-val {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.sp-alpha-enabled .sp-top {
	margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
	display: block;
}
.sp-alpha-handle {
	position: absolute;
	top: -4px;
	bottom: -4px;
	width: 6px;
	left: 50%;
	cursor: pointer;
	border: 1px solid black;
	background: white;
	opacity: .8;
}
.sp-alpha {
	display: none;
	position: absolute;
	bottom: -14px;
	right: 0;
	left: 0;
	height: 8px;
}
.sp-alpha-inner {
	border: solid 1px #333;
}
.sp-clear {
	display: none;
}
.sp-clear.sp-clear-display {
	background-position: center;
}
.sp-clear-enabled .sp-clear {
	display: block;
	position: absolute;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 84%;
	height: 28px;
}

/* Don't allow text selection */

.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button {
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	user-select: none;
}
.sp-container.sp-input-disabled .sp-input-container {
	display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
	display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
	display: none;
}
.sp-palette-only .sp-picker-container {
	display: none;
}
.sp-palette-disabled .sp-palette-container {
	display: none;
}
.sp-initial-disabled .sp-initial {
	display: none;
}

/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */

.sp-sat {
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
	background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
	background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
	background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
	background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
	background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
	filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
	background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
	background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
	background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
	background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
	background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
	background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}
.sp-hue {
	background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
	background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
	background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
	background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
	background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
Generate 6 divs, line them up, and do two color gradients for each.
Yes, really.
*/

.sp-1 {
	height: 17%;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
	height: 16%;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
	height: 17%;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
	height: 17%;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
	height: 16%;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
	height: 17%;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}
.sp-hidden {
	display: none !important;
}

/* Clearfix hack */

.sp-cf:before, .sp-cf:after {
	content: "";
	display: table;
}
.sp-cf:after {
	clear: both;
}
.sp-cf {
	*zoom: 1;
}

/* Mobile devices, make hue slider bigger so it is easier to slide */

@media (max-device-width: 480px) {
	.sp-color {
		right: 40%;
	}
	.sp-hue {
		left: 63%;
	}
	.sp-fill {
		padding-top: 60%;
	}
}
.sp-dragger {
	border-radius: 5px;
	height: 5px;
	width: 5px;
	border: 1px solid #fff;
	background: #000;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
}
.sp-slider {
	position: absolute;
	top: 0;
	cursor: pointer;
	height: 3px;
	left: -1px;
	right: -1px;
	border: 1px solid #000;
	background: white;
	opacity: .8;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/

.sp-container {
	border-radius: 0;
	background-color: #ECECEC;
	border: solid 1px #f0c49B;
	padding: 0;
}
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.sp-top {
	margin-bottom: 3px;
}
.sp-color, .sp-hue, .sp-clear {
	border: solid 1px #666;
}

/* Input */

.sp-input-container {
	float: right;
	width: 100px;
	margin-bottom: 4px;
}
.sp-initial-disabled .sp-input-container {
	width: 100%;
}
.sp-input {
	font-size: 12px !important;
	border: 1px inset;
	padding: 4px 5px;
	margin: 0;
	width: 100%;
	background: transparent;
	border-radius: 3px;
	color: #222;
}
.sp-input:focus {
	border: 1px solid orange;
}
.sp-input.sp-validation-error {
	border: 1px solid red;
	background: #fdd;
}
.sp-picker-container, .sp-palette-container {
	float: left;
	position: relative;
	padding: 10px;
	padding-bottom: 300px;
	margin-bottom: -290px;
}
.sp-picker-container {
	width: 172px;
	border-left: solid 1px #fff;
}

/* Palettes */

.sp-palette-container {
	border-right: solid 1px #ccc;
}
.sp-palette-only .sp-palette-container {
	border: 0;
}
.sp-palette .sp-thumb-el {
	display: block;
	position: relative;
	float: left;
	width: 24px;
	height: 15px;
	margin: 3px;
	cursor: pointer;
	border: solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
	border-color: orange;
}
.sp-thumb-el {
	position: relative;
}

/* Initial */

.sp-initial {
	float: left;
	border: solid 1px #333;
}
.sp-initial span {
	width: 30px;
	height: 25px;
	border: none;
	display: block;
	float: left;
	margin: 0;
}
.sp-initial .sp-clear-display {
	background-position: center;
}

/* Buttons */

.sp-palette-button-container, .sp-button-container {
	float: right;
}

/* Replacer (the little preview div that shows up instead of the <input>) */

.sp-replacer {
	margin: 0;
	overflow: hidden;
	cursor: pointer;
	padding: 4px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	border: solid 1px #91765d;
	background: #eee;
	color: #333;
	vertical-align: middle;
}
.sp-replacer:hover, .sp-replacer.sp-active {
	border-color: #F0C49B;
	color: #111;
}
.sp-replacer.sp-disabled {
	cursor: default;
	border-color: silver;
	color: silver;
}
.sp-dd {
	padding: 2px 0;
	height: 16px;
	line-height: 16px;
	float: left;
	font-size: 10px;
}
.sp-preview {
	position: relative;
	width: 25px;
	height: 20px;
	border: solid 1px #222;
	margin-right: 5px;
	float: left;
	z-index: 0;
}
.sp-palette {
	*width: 220px;
	max-width: 220px;
}
.sp-palette .sp-thumb-el {
	width: 16px;
	height: 16px;
	margin: 2px 1px;
	border: solid 1px #d0d0d0;
}
.sp-container {
	padding-bottom: 0;
}

/* Buttons: http://hellohappy.org/css3-buttons/ */

.sp-container button {
	background-color: #eeeeee;
	background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
	background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
	border: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
	border-radius: 3px;
	color: #333;
	font-size: 14px;
	line-height: 1;
	padding: 5px 4px;
	text-align: center;
	text-shadow: 0 1px 0 #eee;
	vertical-align: middle;
}
.sp-container button:hover {
	background-color: #dddddd;
	background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
	background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
	background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
	background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
	background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
	border: 1px solid #bbb;
	border-bottom: 1px solid #999;
	cursor: pointer;
	text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
	border: 1px solid #aaa;
	border-bottom: 1px solid #888;
	-webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
	-moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
	-ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
	-o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
	box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel {
	font-size: 11px;
	color: #d93f3f !important;
	margin: 0;
	padding: 2px;
	margin-right: 5px;
	vertical-align: middle;
	text-decoration: none;
}
.sp-cancel:hover {
	color: #d93f3f !important;
	text-decoration: underline;
}
.sp-palette span:hover, .sp-palette span.sp-thumb-active {
	border-color: #000;
}
.sp-preview, .sp-alpha, .sp-thumb-el {
	position: relative;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.sp-palette .sp-thumb-inner {
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}
.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}
.sp-clear-display {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}