/********************************************************************************************/
/********************************************************************************************/
/*******************************       IPHONE 4 (RETINA)       ******************************/
/********************************************************************************************/
/********************************************************************************************/

/***** TOOLBAR COMPONENTS *****/

/* TYPE = TOOLBAR */
.type-toolbar-retina .inner{
	width: 100%; height: 100%;
	background-image: -moz-linear-gradient(center top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.25) 49%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.25) 49%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%); 
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.25) 49%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
}

/* TYPE = HEADER */
.type-header-retina .inner{
	width: 100%; height: 100%;
	background-image: -moz-linear-gradient(center top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.25) 49%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.25) 49%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%); 
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.25) 49%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
}

/* TYPE = TABBAR */
.type-tabbar-retina ul {
	text-align: center;
    display: block;
    height: 96px;
    margin: 0;
    padding: 0;
    width: 100%;
}

.type-tabbar-retina ul li {
	display: inline-block;
	float: left;
	m1ax-width: 120px;
	margin: 0;
	height: 96px;
	position: relative;
}
.type-tabbar-retina ul li label {
	color: #CCCCCC;
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 96px;
}

.type-tabbar-retina ul li input { display: none; }


.type-tabbar-retina ul li input:checked + label {
	color: #FFFFFF;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
	-moz-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12px; 
}

.type-tabbar-retina ul li em {
	background: no-repeat center center;
	background-size: contain;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	display: inline-block;
	o!verflow: hidden;
	p!osition: absolute; b!ottom: 33px;
	width: 100%; 
	height: 40px;
	margin-top: 15px;
}

.type-tabbar-retina ul li em img {
	visibility: hidden;
	f!loat: left;
	max-width: 50px;
	max-height: 40px;
}

.type-tabbar-retina.large-icons ul li em {
	margin-top: 9px; 
	height: 56px
}

.type-tabbar-retina .caption {
	position: absolute; left: 0; right: 0; bottom: 0;
}

.type-tabbar-retina.large-icons ul li em img {
	max-width: 70px;
	max-height: 55px;	
}
/***** /TOOLBAR COMPONENTS *****/


/***** BUTTON COMPONENTS *****/

/* TYPE = BUTTON2 */
.type-button-retina .button-content {
	border-width: 2px 2px 2px 0;
	border-style: solid;
	border-color: #333;
	text-align: center;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	position: absolute;
	background-image: -moz-linear-gradient(center top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.25) 49%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.25) 49%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0) 100%); 
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.25) 49%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0) 100%);
	
}

.type-button-retina .button-content > span {
	display: block;
	padding: 0 16px;
}

.type-button-retina .button-arrow {
	position: absolute;
}

.type-button-retina .button-arrow > div {
	-moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg);
	filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)"; /* IE8 */
	border: 1px solid #333;
	-moz-border-radius: 2px 6px; -webkit-border-radius: 2px 6px; border-radius: 2px 6px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	position: absolute;
	background-image: -moz-linear-gradient(-45deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.25) 49%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.25) 49%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0) 100%); 
	background-image: linear-gradient(135deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.25) 49%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0) 100%);
	
}

.type-button-retina.type-button-retina-no-gradient .button-content, .type-button-retina.type-button-retina-no-gradient .button-arrow > div {
	background-image: none;	
}

/* TYPE = FULLWIDTHBUTTON */

.type-fullwidthbutton-retina .inner-btn {
	height: 100%;
	text-align: center;
	border: 6px solid #333;
	-moz-border-radius: 20px; -webkit-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.5);
	position:relative;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}


/* TYPE = BUTTONGROUP */
.type-buttongroup-retina .button-content {
	border-width: 2px;
	border-style: solid;
	text-align: center;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	position: absolute;
	
	text-shadow: 0px -1px 2px rgba(33, 33, 33, 1);
	
	background-image: -moz-linear-gradient(center top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.25) 49%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.25) 49%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0) 100%); 
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.25) 49%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0) 100%);
}

.type-buttongroup-retina.type-buttongroup-retina-no-gradient .button-content {
	background-image: none;	
}

.type-buttongroup-retina .button-content > span {
	position: relative;
	height: 100%;
	display: inline-block;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) inset; -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) inset; -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) inset; box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) inset;
}

.type-buttongroup-retina .button-content span img {
	vertical-align: middle;	
}

/* TYPE = SEGMENTEDCONTROL*/
.type-segmentedcontrol-retina input { display: none; }
.type-segmentedcontrol-retina .label-container { 
	list-style: none; 
	margin: 0; padding: 0; 
	border: 2px solid #ccc; 
	background: white; display: table; 
	width: 100%; 
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;	
}

.type-segmentedcontrol-retina.style-plain .label-container { border-width: 0; }

.type-segmentedcontrol-retina label {
	cursor: pointer;
	display: block;
	border-top-width: 2px;
	border-width: 0 0 0 2px;
	border-style: solid;
	text-align: center;
	position: relative;
}
.type-segmentedcontrol-retina li:first-child label { border-left-width: 0px; }

.type-segmentedcontrol-retina .label-container > li { display: table-cell; padding: 0; margin: 0; }

.type-segmentedcontrol-retina input:checked + label { 
	background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 60%, rgba(255,255,255,0.2) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.2)), color-stop(0.6, rgba(0,0,0,0)), color-stop(1,rgba(255,255,255,0.2)));
	-moz-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.4) inset; -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.4) inset; -o-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.4) inset; box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.4) inset;
	text-shadow: 0px 1px 0 rgba(0,0,0,0.5); 
}
.type-segmentedcontrol-retina.style-bezeled input:checked + label {
	background-image: -moz-linear-gradient(center top, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.2) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0.1)), color-stop(0.4, rgba(0,0,0,0)), color-stop(1,rgba(0,0,0,0.2)));
	-moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; box-shadow: none; 
	text-shadow: 0px -1px 0 rgba(0,0,0,0.5); 
} 

.type-segmentedcontrol-retina label { 
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-image: -moz-linear-gradient(center top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.25) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0)), color-stop(0.6, rgba(0,0,0,0.1)), color-stop(1,rgba(0,0,0,0.25)));
}

.type-segmentedcontrol-retina.style-bar label {
	text-shadow: 0px -1px 2px rgba(33, 33, 33, 1);
	-moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; box-shadow: none;
	background-image: none;
}

.type-segmentedcontrol-retina.style-bar .label-container {
	background-image: -moz-linear-gradient(center top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.25) 49%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.25) 49%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0) 100%); 
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.25) 49%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0) 100%);
}
	

/* TYPE = PAGECONTROLLER */
.type-pagecontroller-retina {
	text-align: center;
}

.type-pagecontroller-retina ul {
	padding: 0;
	margin: 0;		
}

.type-pagecontroller-retina li {
	display: inline;
	padding: 0;
	margin: 0;	
}

.type-pagecontroller-retina input {
	display: none;
}

.type-pagecontroller-retina .page {
	position: relative;
	display: inline-block;
	background-image: -moz-linear-gradient(center bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0,0,0,0.2)), color-stop(1, rgba(0,0,0,0)));
}
.type-pagecontroller-retina li:last-child .page{
	margin-right: 0!important;
}

.type-pagecontroller-retina.box.current-component .dynamic-property:before {
	top: -2px; left: -2px; right: -2px; bottom: -2px;
}
 
.type-pagecontroller-retina.box.current-component .dynamic-property .dynamic-property-actions {
	bottom: -4px!important;
    margin-right: -10px;
}



/***** /BUTTON COMPONENTS *****/

/***** FORM COMPONENTS *****/

/* TYPE = TEXTFIELD */
.type-textfield-retina input, .type-textfield-retina .faux-input {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	height: 100%; width: 100%;
	padding: 0 16px; border: medium none;
}

.type-textfield-retina .faux-input:empty, .type-textfield-retina .faux-input.placeholder-input {
	display: none;
}

.type-textfield-retina .faux-input:empty + .faux-input.placeholder-input {
	display: block;
}

.type-textfield-retina.box.current-component [data-editableProperty] textarea {
	height: 100%!important;
}

.type-textfield-retina-password.type-textfield-retina .faux-input:not(.placeholder-input), .type-textfield-retina-password.type-textfield-retina.box.current-component [data-editableProperty] textarea{
	-webkit-text-security: disc;
}

/* TYPE = RADIO */
.type-radio-retina input {
	display: none;
}

.type-radio-retina label {
	cursor: pointer;
	display: block; width: 100%; height: 100%; position: absolute;
	background-image: -moz-linear-gradient(center top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0.3)), color-stop(0.5, rgba(255,255,255,0.4)), color-stop(1, rgba(255,255,255,0.05)));
	-moz-border-radius: 100%; -webkit-border-radius: 1000px; -o-border-radius: 100%; border-radius: 100%;
}

.type-radio-retina input:checked + label {
	background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.6)), color-stop(1, rgba(0,0,0,0.05))); 
}

.type-radio-retina input:checked + label span {
	width: 50%; height: 50%; margin: 25% 0 0 25%; display: block;
	-moz-border-radius: 100%; -webkit-border-radius: 1000px; -o-border-radius: 100%; border-radius: 100%;
	background-image: -moz-linear-gradient(center top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.3) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0.4)), color-stop(0.5, rgba(255,255,255,0.5)), color-stop(1, rgba(255,255,255,0.3))); 
}
	
/* TYPE = CHECKBOX */
.type-checkbox-retina label {
	cursor: pointer;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px;
	background-image: -moz-linear-gradient(center top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0.05) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0.3)), color-stop(0.5, rgba(255,255,255,0.4)), color-stop(1, rgba(255,255,255,0.05))); 
}

.type-checkbox-retina input:checked + label {
	background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.05) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.6)), color-stop(1, rgba(0,0,0,0.05))); 
}

.type-checkbox-retina label span {
	display: none;
	position: absolute; margin-top: -20%; width: 100%; text-align: center; 
}

.type-checkbox-retina input:checked + label span {
	display: block;
}

/* TYPE = CHECKBOXLIST*/
.type-checkboxlist-retina input { display: none; }

.type-checkboxlist-retina .label-container { 
	border: 2px solid #ccc; 
	background: white; 
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	text-align: center;
}

.type-checkboxlist-retina label {
	cursor: pointer;
	display: block;
	border-top-width: 2px;
	border-width: 2px 0 0 0;
	border-style: solid;
	padding: 0 20px;
}
.type-checkboxlist-retina span:first-child label { border-top-width: 0px; }

.type-checkboxlist-retina label.active, .type-checkboxlist-retina .horizontal label.active { display: none; }

.type-checkboxlist-retina .label-container.horizontal { display: table; width: 100%;  }
.type-checkboxlist-retina .label-container.horizontal > span { display: table-cell; }
.type-checkboxlist-retina .horizontal label { display: block; border-top-width: 0px; border-left-width: 1px }
.type-checkboxlist-retina .horizontal span:first-child label { border-left: 0px; }

.type-checkboxlist-retina label .checkmark { visibility: hidden; }
.type-checkboxlist-retina input:checked + label .checkmark { visibility: visible; }

/* TYPE = FLIPSWITCH */
.type-flipswitch-retina input {
	display: none;
}

.type-flipswitch-retina label {
	display: block; overflow: hidden;
	border: 2px solid #666666;  
	height: 100%;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	-moz-border-radius: 8px; -webkit-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px;
}

.type-flipswitch-retina .flipswitch-inner {
	cursor: pointer;
	display: block; width: 210%; height: 100%;
	margin-left: -100%;
	-moz-transition: margin 0.3s ease-in; -webkit-transition: margin 0.3s ease-in; transition: margin 0.3s ease-in;
}

.type-flipswitch-retina .activelabel, .type-flipswitch-retina .inactivelabel {
	font-size: 32px;
	display: block; float: left; vertical-align: middle; width: 100%; height: 100%; text-align: center;
	font-weight: bold;
	background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 40%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.2)), color-stop(0.5, rgba(0,0,0,0)));
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.3) inset; -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.3) inset; -o-box-shadow: 0px 1px 4px rgba(0,0,0,0.3) inset; box-shadow: 0px 1px 4px rgba(0,0,0,0.3) inset;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.type-flipswitch-retina .switch {
	display: block; width: 40%; height: 100%;
	position: absolute; top: 0; right: 100%;
	-moz-border-radius: 8px; -webkit-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px;
	background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.2)), color-stop(1, rgba(0,0,0,0)));
	border: 2px solid #666666;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	-moz-box-shadow: 1px 0 4px rgba(0,0,0,0.3); -webkit-box-shadow: -1px 0 4px rgba(0,0,0,0.3); -o-box-shadow: 1px 0 4px rgba(0,0,0,0.3); box-shadow: 1px 0 4px rgba(0,0,0,0.3);
	-moz-transition: right 0.3s ease-in; -webkit-transition: right 0.3s ease-in; transition: right 0.3s ease-in; 
}


.type-flipswitch-retina.flipswitch-ios5 .activelabel, .type-flipswitch-retina.flipswitch-ios5 .inactivelabel {
	background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.05) 50%, rgba(255,255,255,0.05) 50%, rgba(255,255,255,0.25) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.15)), color-stop(0.5, rgba(0,0,0,0.05)), color-stop(0.5, rgba(255,255,255,0.05)), color-stop(1, rgba(255,255,255,0.25)));
	-moz-box-shadow: 0px 4px 4px rgba(0,0,0,0.3) inset; -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.3) inset; -o-box-shadow: 0px 4px 4px rgba(0,0,0,0.3) inset; box-shadow: 0px 4px 4px rgba(0,0,0,0.3) inset;
}
.type-flipswitch-retina.flipswitch-ios5 .switch {
	-moz-border-radius: 50%; -webkit-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%;
}

.type-flipswitch-retina input:checked + label .flipswitch-inner {
	margin-left: 0;
}

.type-flipswitch-retina input:checked + label .switch { 
	right: -2px!important;
	-moz-box-shadow: -1px 0 4px rgba(0,0,0,0.3); -webkit-box-shadow: -1px 0 4px rgba(0,0,0,0.3); -o-box-shadow: -1px 0 4px rgba(0,0,0,0.3); box-shadow: -1px 0 4px rgba(0,0,0,0.3);
}

/* TYPE = TEXTAREA */
.type-textarea-retina > textarea, .type-textarea-retina .faux-input {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	height: 100%; width: 100%;
	padding: 16px;
	resize: none;
	border: medium none;
}

.type-textarea-retina .faux-input:empty, .type-textarea-retina .faux-input.placeholder-input {
	display: none;
}

.type-textarea-retina .faux-input:empty + .faux-input.placeholder-input {
	display: block;
}

/* TYPE = SLIDER  */
.type-slider-retina .slider-bar, .type-slider-retina .slider-bar-filled {
	background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 40%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.2)), color-stop(0.5, rgba(0,0,0,0)));
	-moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px;
}

.type-slider-retina.type-slider-vertical .slider-bar, .type-slider-retina.type-slider-vertical .slider-bar-filled {
	background-image: -moz-linear-gradient(left center, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 40%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.2)), color-stop(0.5, rgba(0,0,0,0))); background-image: linear-gradient(left center, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 40%);
}

.type-slider-retina .slider-bar {
	width: 100%; height: 6px;
	position: absolute; top: 0;
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.3) inset; -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.3) inset; -o-box-shadow: 0px 1px 4px rgba(0,0,0,0.3) inset; box-shadow: 0px 1px 4px rgba(0,0,0,0.3) inset;
}

.type-slider-retina.type-slider-vertical .slider-bar-filled {
	position: absolute; bottom: 0;	
}

.type-slider-retina.type-slider-vertical .slider-bar {
	height: 100%; width: 6px;
	position: absolute; top: auto; left: 0;
}
.type-slider-retina .slider-bar-filled {
	height: 100%;
	width: 0px;
	-moz-box-shadow: 0px -1px 4px rgba(0,0,0,0.3) inset; -webkit-box-shadow: 0px -1px 4px rgba(0,0,0,0.3) inset; -o-box-shadow: 0px -1px 4px rgba(0,0,0,0.3) inset; box-shadow: 0px -1px 4px rgba(0,0,0,0.3) inset;
}

.type-slider-retina.type-slider-vertical .slider-bar-filled {
	height: 0px; width: 100%;	
}

.type-slider-retina .slider-button {
	width: 20px; height: 20px;
	background: #ccc;
	display: block;
	position: absolute;
	background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.2)), color-stop(1, rgba(0,0,0,0)));
	border: 2px solid #bbb;
}

/* TYPE = PICKER */
.type-picker-retina .outer {	
	height: 100%;
	font-size: 32px;
	background-color: #333;
	background-image: -moz-linear-gradient(center top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.1) 50%, rgba(0,0,0,0) 51%);
	background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, rgba(255,255,255,0.3)), color-stop(0.5, rgba(255,255,255,0.1)), color-stop(0.51, rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(center top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.1) 50%, rgba(0,0,0,0) 51%);
}

.type-picker-retina .inner {
	height: 100%;
    overflow: hidden;
    position: relative;
    border: 14px solid transparent;
    background: white;
    background-clip: content-box; -webkit-background-clip: content-box;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    background-image: -moz-linear-gradient(center top, rgba(100,100,100,0.5) 0%, rgba(255,255,255,0) 45%, rgba(255,255,255,0) 55%, rgba(100,100,100,0.5) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(100,100,100,0.5)), color-stop(0.45, rgba(255,255,255,0)), color-stop(0.55, rgba(255,255,255,0)), color-stop(1,rgba(100,100,100,0.5)));
    background-image: -webkit-linear-gradient(center top, rgba(100,100,100,0.5) 0%, rgba(255,255,255,0) 45%, rgba(255,255,255,0) 55%, rgba(100,100,100,0.5) 100%);
	box-shadow: 0 3px 20px #000000 inset, 0 -3px 20px #000000 inset; -webkit-box-shadow: 0 3px 20px #000000 inset, 0 -3px 20px #000000 inset;
	-moz-border-radius: 24px; 
}

.player .type-picker-retina ul {
	-webkit-perspective: 1000;
	margin: 0;
	right: 0;
}

.type-picker-retina .inner ul li {
	height: 64px;
	line-height: 64px;
	padding: 0 40px;
}

.type-picker-retina .inner ul input {
	display: none;
}

.type-picker-retina .inner ul label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
}

.type-picker-retina .inner ul input:checked + label {
	color: #2A3666;
}

.type-picker-retina .inner ul input + label span {
	visibility: hidden;
	float: left;
	display: inline-block;
	padding: 0 20px 0 0;
}

.type-picker-retina .inner ul input:checked + label span {
	visibility: visible;
}

.type-picker-retina .bar {
	height: 64px;
	width: 100%;
	position: absolute;
	top: 50%;
	margin: -32px 0 auto;
	background: #8E8AB1;
	background-image: -moz-linear-gradient(center top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.2) 50%, rgba(0,0,0,0) 51%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0.3)), color-stop(0.5, rgba(255,255,255,0.1)), color-stop(0.51, rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(center top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.1) 50%, rgba(0,0,0,0) 51%);
	opacity: 0.5;
	border: 2px solid #000;
	border-width: 2px 0;
	pointer-events: none;
}

/***** /FORM COMPONENTS *****/


/***** LIST COMPONENTS *****/

/* TYPE = LIST */
.type-list-retina .label-container { border: 2px solid #ccc; list-style: none; padding: 0; margin: 0;}
.type-list-retina li {
	padding: 0; margin: 0;
	display: block;
	border-top-width: 2px;
	border-width: 2px 0 0 0;
	border-style: solid;
	clear: both;
	position: relative;
}
.type-list-retina li:first-child { border-top-width: 0px!important; }

.type-list-retina input { display: none; }
.type-list-retina label {	width: 100%; height: 100%; display: block;
	padding: 0 20px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.type-list-retina label .checkmark { visibility: hidden; }
.type-list-retina input:checked + label .checkmark { visibility: visible; }

.type-list-retina .subtitle { display: block; }

.type-list-retina .va-outer { position: relative; float: right; }
.type-list-retina .va-outer.text { float: none; overflow: visible; height: 100%;}

.type-list-retina .va-inner { display: table-cell; vertical-align: middle; line-height: normal; }
.type-list-retina .badge { 
	float: right;
	padding: 2px 10px;
	min-width: 20px;
	text-align: center; 
	margin-left: 20px;
	-moz-border-radius: 40px; -webkit-border-radius: 40px; border-radius: 40px; 
}

.type-list-retina .badge.glass {
	box-shadow: 0 0 4px #333333;
	border: 4px solid #ffffff;
	background-image: -moz-linear-gradient(center top, rgba(255,255,255,0.5) 0%, transparent 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0.5)), color-stop(1, transparent)));
}

/***** /LIST COMPONENTS *****/

/***** OTHER COMPONENTS *****/

/* TYPE-POPOVER */

.type-popover-retina .popover-tooltip {
	width: 50px;
	height: 50px;
	margin: 10px;
	position: absolute;
	-moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg);
	filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)"; /* IE8 */
}

.type-popover-retina .popover-tooltip-top.popover-tooltip-with-header {
	background-image: -moz-linear-gradient(-45deg, rgba(255,255,255,0.5), rgba(255,255,255,0.3) 40%);
	background-image: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.3) 40%); 
	background-image: linear-gradient(135deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.3) 40%);
}

.type-popover-retina .popover-tooltip-top.popover-tooltip-no-header {
	background-image: -moz-linear-gradient(-45deg, rgba(255,255,255,0.3), rgba(255,255,255,0) 40%);
	background-image: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 40%); 
	background-image: linear-gradient(135deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 40%);
}

.type-popover-retina .popover-tooltip-bottom {
	background-image: -moz-linear-gradient(135deg, rgba(255,255,255,0.3), rgba(255,255,255,0) 40%);
	background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 40%); 
	background-image: linear-gradient(-45deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 40%);
}

.type-popover-retina .popover-tooltip-left {
	background-image: -moz-linear-gradient(45deg, rgba(255,255,255,0.3), rgba(255,255,255,0) 40%);
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 40%); 
	background-image: linear-gradient(45deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 40%);
}

.type-popover-retina .popover-tooltip-right {
	background-image: -moz-linear-gradient(-135deg, rgba(255,255,255,0.3), rgba(255,255,255,0) 40%);
	background-image: -webkit-linear-gradient(-135deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 40%); 
	background-image: linear-gradient(225deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 40%);
}

.type-popover-retina .popover-content {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.type-popover-retina .popover-header {
	background-image: -moz-linear-gradient(center top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.1) 49%, rgba(255,255,255,0) 50%);
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.1) 49%, rgba(255,255,255,0.0) 50%); 
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.1) 49%, rgba(255,255,255,0.0) 50%);
}

	
/* TYPE = ALERT */
.type-alert-retina .alert-inner {
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	position: absolute;
	-moz-box-shadow: 0 8px 12px #333333; -webkit-box-shadow: 0 8px 12px #333333; -o-box-shadow: 0 8px 12px #333333; box-shadow: 0 8px 12px #333333;
	font-size: 32px;
}

.type-alert-retina .alert-title {
	display: block;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	margin: 20px 0;
}

.type-alert-retina .alert-text {
	display: block;
	text-align: center;
	color: #FFFFFF;
	margin: 20px 0;
}

.type-alert-retina .buttons {
	position: absolute;
	width: 100%;
	bottom: 0px;
}

.type-alert-retina .buttons > span {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	display: inline-block;
	-moz-background-clip: content-box;
	color: #FFFFFF;
	font-weight: bold;
	position: relative;
	margin-bottom: 14px;
}

.type-alert-retina .buttons > span > span {
	padding: 14px 0;
	margin-bottom: 0;
	width: 100%;
	text-align: center;
	text-shadow: -1px -1px 0px #666;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	display: block; 
}

.type-alert-retina .buttons > span:first-child {
	border-left-width: 8px;
}

.type-alert-retina .buttons > span:last-child {
	border-right-width: 8px;
}

.type-alert-retina .dynamic-property:before {
	left: -2px!important; right: -2px!important; top: -2px!important; bottom: -2px!important;
}

/*TYPE = ACTIONSHEET */
.type-actionsheet-retina .actionsheet-inner {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	height: 100%; 	
}

.type-actionsheet-retina .actionsheet-button {
	text-align: center;
	padding: 18px 0;
	margin: 20px 0;
	border: 6px solid #333;
	-moz-border-radius: 20px; -webkit-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.5);
	position:relative;
	font-weight: bold; font-size: 32px;
}

.type-actionsheet-retina .actionsheet-button:first-child {
	margin-top: 0;
}

/* TYPE = PROGRESSVIEW  */
.type-progressview-retina .slider-bar, .type-progressview-retina .slider-bar-filled {
	background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 40%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.2)), color-stop(0.5, rgba(0,0,0,0)));
	-moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px;
}

.type-progressview-retina .slider-bar {
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.3) inset; -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.3) inset; -o-box-shadow: 0px 1px 4px rgba(0,0,0,0.3) inset; box-shadow: 0px 1px 4px rgba(0,0,0,0.3) inset;
	width: 100%;
}

.type-progressview-retina .slider-bar-filled {
		-moz-box-shadow: 0px -2px 4px rgba(0,0,0,0.3) inset; -webkit-box-shadow: 0px -2px 4px rgba(0,0,0,0.3) inset; -o-box-shadow: 0px -2px 4px rgba(0,0,0,0.3) inset; box-shadow: 0px -2px 4px rgba(0,0,0,0.3) inset;
		height: 100%; width: 0px;
}
/***** /OTHER COMPONENTS *****/