@import "spin-v-1.02.css";

.ui-mobile [data-role=page], .ui-mobile [data-role=dialog], .ui-page {
	display: block;
	opacity: 0;
	padding-top: 50px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
ul {
	margin: 0;
	padding: 0;
}
.ui-page.ui-page-active {
	display: block;
	opacity: 0;
	padding: 50px 0 0 0;
	z-index: 999;
}
.key-opened .ui-page {
	padding-top: 0 !important;
}
.ui-navbar {
	overflow: visible;
}
.ui-popup-screen {
	background-color: transparent;
	overflow: hidden;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 999999;
	position: fixed;
}
.ui-popup-container .ui-header {
	background: none !important;
	text-shadow: none !important;
	color: #000 !important;
	background-size: 100%;
}
.ui-popup-container, .ui-popup {
	background-color: #ffffff;
	background-color: rgba(255,255,255,1);
}
.ui-page-theme-b .ui-body-inherit {
	background-color: #ffffff;
}
.ui-listview>li {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.ui-listview .ui-bar-b {
	color: #404040;
	border-bottom: 2px solid rgba(0,0,0,0.2);
	text-transform: uppercase;
}
.ui-input-search.ui-page-theme-b {
	background: transparent;
}

.ui-btn-up-b .ui-btn-inner,.ui-btn-up-b .ui-btn-text .ui-link-inherit {
	color: #404040;
}
.ui-page-theme-b .ui-btn-inner.ui-li,.ui-page-theme-b .ui-li-has-thumb   {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.ui-page-theme-b .ui-panel-open .ui-body-inherit,
html .ui-body-b .ui-panel-open .ui-body-inherit {
	background: transparent !important;
	color: #ffffff !important;
}
.ui-page-theme-b .ui-panel-open .ui-btn {
	color: rgba(255,255,255,0.8);
}
.ui-page-theme-b .ui-panel-open {
	box-shadow: inset -20px 0 20px -20px rgba(0,0,0,0.2);
}
.ui-page-theme-b .ui-panel-inner ul.ui-listview li {
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.ui-body-b, .ui-page-theme-b .ui-body-inherit, html .ui-bar-b .ui-body-inherit, html .ui-body-b .ui-body-inherit, html body .ui-group-theme-b .ui-body-inherit, html .ui-panel-page-container-b {

	border-color: transparent;
	color: #404040;
	text-shadow: 0 0px 0 #111;	
}
progress::-webkit-progress-bar {
    background: rgba(0,0,0,0.3);
}
.ui-btn-hover-b .ui-btn-inner,.ui-btn-hover-b .ui-btn-text .ui-link-inherit {
	color: #404040;
}
.ui-header .ui-btn-down-b .ui-btn-inner {
	background: transparent;	
}
.ui-listview-filter.ui-bar-b {
	border-bottom: 0px;	
}
.ui-input-search.ui-page-theme-b {
	background: transparent;
	color: rgba(255,255,255,0.8);
}
.ui-input-text.ui-page-theme-b,.ui-input-text.ui-page-theme-b::-webkit-input-placeholder {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #404040;
}
.ui-page-theme-b .ui-li-static {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.ui-page-theme-b form .ui-btn,.ui-page-theme-b form .ui-mini.ui-checkbox-off,.ui-page-theme-b form .ui-mini.ui-radio-off {
	background-color: rgba(0,0,0,0.1);
	border-top: 0px solid rgba(255,255,255,0.6);
	border-bottom: 0px solid rgba(255,255,255,0.3);
	border-right: 0px solid rgba(255,255,255,1);
	font-weight: 400;
}
.ui-page-theme-b form .ui-checkbox-off,.ui-page-theme-b form .ui-checkbox-on,.ui-page-theme-b form .ui-radio-off,.ui-page-theme-b form .ui-radio-on {
	background: transparent;
	border-top: 0px solid rgba(255,255,255,0.6);
	border-bottom: 0px solid rgba(255,255,255,0.3);
	border-right: 0px solid rgba(255,255,255,1);
}
.ui-page-theme-b .ui-controlgroup-controls .ui-btn {
	background-color: rgba(0,0,0,0.05);
	margin-right: 1px;
}
.ui-page-theme-b form .ui-mini.ui-checkbox-on,.ui-page-theme-b form .ui-mini.ui-radio-on {
	box-shadow: none;
}
.ui-popup.ui-page-theme-b,.ui-dialog.ui-page-theme-b,, .ui-popup .ui-content {
	background: linear-gradient(to bottom, rgb(255,255,255) 0%,rgb(255,255,255) 100%);
}
.ui-popup.ui-page-theme-b {
	background: -webkit-linear-gradient(top, rgb(255,255,255) 0%,rgb(255,255,255) 100%) !important;
}
.ui-page-theme-b div.ui-input-text {
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
.ui-page-theme-b textarea.ui-input-text {
	border: 1px solid rgba(0,0,0,0.3);
}
.ui-slider.ui-slider-switch.ui-btn-down-b,.ui-slider-label.ui-btn-down-b {
	box-shadow: none !important;
}
.ui-page-theme-b .ui-input-search {
	padding-left: 15px;
}
.ui-page-theme-b .ui-flipswitch.ui-bar-inherit {
	background-color: rgba(0,0,0,0.05);
	height: 32px;
	overflow-y: hidden;
}
.ui-page-theme-b .ui-flipswitch .ui-btn.ui-flipswitch-on{
	border: 0px solid #ffffff;
}
@-webkit-keyframes fading {
	0% {
		opacity: 0.2;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0.2;
	}
}
.ui-page-theme-b .loadingItem {
	-webkit-animation: fading 2s infinite;
}
.ui-page-theme-b .table-stroke tr:nth-child(even) {
	background-color: rgba(125,125,125,0.05);
}
.ui-page-theme-b .ui-dialog-contain .ui-header,.ui-page-theme-b .ui-popup .ui-header {
	box-shadow: none;
	text-align: center;
	min-height: 30px;
	border: none;
	background: none;
	color: #404040;
}
.ui-page-theme-b .ui-dialog-contain.ui-overlay-shadow,.ui-page-theme-b .ui-popup-contain.ui-overlay-shadow {
	box-shadow: 0px 0px 0px rgba(0,0,0,0.5);
}
.ui-overlay-b {
	background-color: rgba(255,255,255,0.5);
}
.ui-collapsible-content.ui-page-theme-b {
	background: transparent;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
.ui-page-theme-b .ui-collapsible-inset,.ui-page-theme-b .ui-collapsible {
	margin: auto;
	z-index: 1;
}
.ui-page-theme-b .ui-dialog-contain .ui-title {
	margin: 0px;
	padding: 15px;	
	font-weight: 300;
}
.ui-page-theme-b .ui-popup .ui-title {
	font-size: 14px;
	padding: 10px 0px;
	line-height: 14px;
	text-align: center;
	margin: 5px 40px;
}
.ui-page-theme-b .ui-dialog-contain strong,.ui-page-theme-b .ui-popup strong {
	font-weight: 300;
}
.ui-content hr {
	margin: 15px 0px 15px 0px;
	border-top: 0px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.ui-slider-track {
	background-color: #FFFFFF !important;
	background-color: rgba(0,0,0,0.2) !important;
	max-height: 2px;
}
.ui-slider-handle.ui-btn {
	background: transparent;
}
.ui-slider-inneroffset .ui-slider-handle .ui-btn-inner {
	background-color: #c7c7c7;
}
.message {
	text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
}
.message.error {
	background-color: #FF7979;
}
.message.warning {
	background-color: #FF9900;
	font-size: 12px;
	text-shadow: none;
	display: none;
	line-height: 30px;
	font-weight: bold;
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  
{ 
	.message.warning {
		font-size: 20px;
		line-height: 30px;
	}
}
.message.success {
	background-color: #B6DB49;
}
.message.info {
	background-color: #6DCAEC;
}
.message a {
	color: #404040 !important;
	text-decoration: underline;
}
code,pre {
	background-color: rgba(0,0,0,0.1);
	text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
	padding: 3px;
}
.nativeDroidCards {
	background-color: rgba(125,125,125,0.05);
}
.nativeDroidCards > li {
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.05);
	background-color: #FFFFFF;
}
.nativeDroidCards table td,.nativeDroidCards a {
	border-top: 1px solid rgba(0,0,0,0.05);
}
.nativeDroidCards > li[data-cards-type="weather"] .week li {
	border-right: 1px solid rgba(0,0,0,0.05);
}
.ui-footer.ui-bar-b {
	border-bottom: 0px solid rgba(0,0,0,0.1);
	border-top: 1px solid rgba(0,0,0,0.3);
}
@media all and (min-width: 768px){

	.ui-page-theme-b .showastabs.ui-listview {
		border-bottom: 1px solid rgba(0,0,0,0.1);
		background-color: rgba(0,0,0,0.05);
	}
	
	.ui-dialog-contain .ui-page-theme-b .showastabs.ui-listview, .ui-popup .ui-page-theme-b .showastabs.ui-listview {
		border-top: 1px solid rgba(0,0,0,0.1);
	}
	
	.ui-dialog-contain .ui-page-theme-b .showastabs.ui-listview.center li,.ui-popup .ui-page-theme-b .showastabs.ui-listview.center li {
		border-right: 1px solid rgba(0,0,0,0.1);
	}

	.ui-dialog-contain .ui-page-theme-b .showastabs.ui-listview.center li:last-child,.ui-popup .ui-page-theme-b .showastabs.ui-listview.center li:last-child {
		border-right: 0px solid rgba(0,0,0,0.1);
	}

}
progress::-webkit-progress-bar {
	background: rgba(0,0,0,0.1);
}
progress {
	background: rgba(0,0,0,0.1);
}
/* by darby */
* {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: normal;
}
.clear, .clean {
	clear:both;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	background: none;
}
.ui-page {
	-webkit-backface-visibility: hidden;
}
.ui-page.main-wrapper {
	overflow: hidden;
	opacity: 0;
}
.ui-page.main-wrapper .overlay { 
	background-color: #000000;
	opacity: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.black-overlay {
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 0;
}
.ui-footer {
	height: 50px;
}
.main-wrapper .ui-footer {
	height: auto;
}
.ui-header, .ui-footer {
	border: none;
}
body, body.ui-overlay-b, .ui-page {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}
.main-wrapper.bg-contain {
	background-size: contain;
	background-position: center center;
}
.main-wrapper .header {
	background-repeat: no-repeat;
	background: transparent;
}
.main-wrapper .header a.ui-link.ui-btn-left {
	font-size: 30px;
	padding: 0 13px;
	display: none;
	line-height: 48px;
}
.main-wrapper .header .ui-btn-left:hover, .main-wrapper .header .ui-btn-left:active {
	font-size: 30px;
	padding: 0 15px 0 0;
}
.header .ui-btn-left {
	line-height: 50px;
	padding: 0 10px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.header .ui-btn-right {
	line-height: 50px;
	padding: 0 10px;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.header .header-tint {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 0;
}
.main-wrapper .footer {
	border: none;
	background: none;
}
.main-wrapper .footer.top {
	top: 0;
	bottom: initial;
}
.main-wrapper .footer.bottom {
	top: initial;
	bottom: 0;
}
.main-wrapper .footer .footer-inner ul li {
	position: initial;
}
.main-wrapper .footer .footer-inner ul li a {
	width: 100%;
	height: 100%;
}
.main-wrapper .footer.bottom .footer-inner ul li a, .main-wrapper .footer.top .footer-inner ul li a {	
	height: 80px;
}
.main-wrapper.ui-page .footer li a i {
	top: 50%;
	position: relative;
	margin-top: -27px;
}
.main-wrapper .footer .footer-inner ul li a span {
	margin: 0 5px;
	display: block;
	position: relative;
	top: 50%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.main-wrapper .footer.left {
	left: 0;
	top: 0;
	bottom: initial;
	right: initial;
	width: 80px;
	height: 100%;
}
.main-wrapper .footer.left.panel {
	width: 250px;
	min-height: 100%;
	-webkit-box-shadow: 5px 2px 30px 5px #222;
	-moz-box-shadow: 5px 2px 30px 5px #222;
	box-shadow: 5px 2px 30px 5px #222;
	padding-left: 2px;
	left: -270px;
	overflow: hidden;
	border-right: 1px solid #888;
	z-index: 999999;
	background-color: #fff;
}

.main-wrapper .footer.left.panel.list{
	width: 220px;
}
.main-wrapper .footer.left.panel .ui-navbar {
	height: auto;
	max-height: 100%;
	margin-top: 75px;
	overflow: hidden;
	z-index: 999;
	position: relative;
}
.main-wrapper .footer.left.panel ul {
	width: 100%;
	height: auto;
	z-index: 1000 !important;
}
.main-wrapper .footer.left.panel ul li {
	width: 120px;
	height: 120px;
	float: left;
	margin: 2px;
}
.main-wrapper .footer .footer-inner ul > div, .main-wrapper .footer .footer-inner ul > div li {
	clear: none;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}
.main-wrapper .footer.left.panel.list .footer-inner .footer-tint {
	display: none;
}
.main-wrapper .footer.right {
	right: 0;
	top: 0;
	bottom: initial;
	left: initial;
	width: 80px;
	height: 100%;
}
.main-wrapper .footer.left ul > div, .main-wrapper .footer.right ul > div {
	width: 100%;
}
.main-wrapper .footer.left li, .main-wrapper .footer.right li {
	width: 100%;
	float: none;
}
.main-wrapper .footer.left ul, .main-wrapper .footer.right ul {
	width: 100%;
}
.main-wrapper .footer .footer-tint {
	width: 100%;
	height: 100%;
	position: absolute;
}
.main-wrapper .footer .ui-navbar {
	height: 100%;
	width: 100%;
}
.main-wrapper .footer ul {
	max-width: initial;
}
.main-wrapper .footer ul div {
	border: none;
}
.main-wrapper .footer li {
	display: block;
	position: relative;
	border: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 80px;
	clear: none;
	float: left;
	opacity: 1;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.main-wrapper .footer ul > li, .main-wrapper .footer ul > div:first-child > li {
	opacity: 0;
}
.main-wrapper .footer.left li, .main-wrapper .footer.right li {
	min-height: initial;
}
.main-wrapper .footer li a {
	display: block;
	position: absolute;
	padding: 0;
	width: 90%;
	top: 50%;
	left: 50%;
	z-index: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.main-wrapper .footer li .ui-link {
	z-index: 999;
	border: none;
	background: transparent;
}
.main-wrapper .footer li .ui-link:hover, .main-wrapper .footer li .ui-btn:hover, .main-wrapper .footer li .ui-link:active {
	background-color: initial;
	color: initial;
	border: none;
}
.main-wrapper .footer li .footer-tint {
	z-index: 1;
}
.main-wrapper .footer li a span {
	font-size: 11px;
}
.main-wrapper .footer li a i {
	width: 38px;
	height: 38px;
	padding: 0;
	margin: 0 auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.main-wrapper .footer.panel.tiles li a i {
	width: 45px;
	height: 45px;
	background-size: cover;
}

.main-wrapper.ui-page .footer.panel.tiles li a i {
	margin-top: -38px;
}

.main-wrapper .footer.panel.tiles li a span {
	font-size: 13px;
	margin-top: 12px;
}

.main-wrapper .footer.panel.list li a i {
	width: 32px;
	height: 32px;
	background-size: 32px 32px;
}

.main-wrapper .footer.panel.list li a span {
	font-size: 18px;
}

.main-wrapper .footer .navsearch {
	border: none;
	background: inherit;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 99999;
	padding-top: 20px;
	display: none;
}

.main-wrapper .footer.panel .navsearch {
	display: block;
	background: none;
}

.main-wrapper .footer .navsearch div.ui-input-text {
	background: rgba(0,0,0,0.3);
	margin: 5px 5px 15px;
	padding: 0px 5px;
	border-radius: 5px;
	border: none;
	color: #fff;
}

.main-wrapper .footer .navsearch div.ui-input-text input{
	padding-left: 30px;
}

.main-wrapper .footer .navsearch i{
	position: absolute;
    left: 12px;
    top: 35px;
}

.main-wrapper .footer.panel .navsearch input::-webkit-input-placeholder {
   color: white;
}

.main-wrapper .footer.panel .navsearch input:-moz-placeholder { /* Firefox 18- */
   color: white;  
}

.main-wrapper .footer.panel .navsearch input::-moz-placeholder {  /* Firefox 19+ */
   color: white;  
}

.main-wrapper .footer.panel .navsearch input:-ms-input-placeholder {  
   color: white;  
}

.main-wrapper .footer .navsearch .ui-input-text:before, .main-wrapper .footer .navsearch .ui-input-text:after {
	display: none;
}

.main-wrapper .footer .footer-inner ul li.last {
	display: none;
}

.main-wrapper .footer .footer-inner ul.no-result li.last {
	display: block;
    width: 100%;
    text-align: center;
    float: none;
    padding: 0px;
    margin: 0px;
    height: auto;
    border: 0px !important;
}

.main-wrapper .footer.left.panel.list ul li {
	width: 100%;
	height: auto;
	float: none;
	margin: 0;
	border-bottom: 1px solid #CCCCCC;
	min-height: 55px;
}

.main-wrapper .footer.left.panel.list ul li a {
	padding: 11px 0;
	width: inherit;
	height: inherit;
}

.main-wrapper .footer.left.panel.list ul li a i {
	float: left;
	margin: 0 20px 0 10px;
	top: 0;
}

.main-wrapper .footer.left.panel.list ul li a span {
	line-height: 32px;
	float: left;
	text-overflow: ellipsis;
	max-width: 65%;
	overflow: hidden;
}

.main-wrapper .footer.left.panel.tiles ul li a {
	width: 100%;
	height: 100%;
}

.main-wrapper a.ui-link.ui-btn:hover, .main-wrapper a.ui-link.ui-btn:active {
	opacity: 0.8;
}

.main-wrapper .footer.left.panel ul li, .main-wrapper .footer.left.panel ul li a {
	opacity: 1;
}

.ui-page.main-wrapper .footer.panel > .footer-tint {
	/*opacity: 0.9;*/
}

.main-wrapper .footer.left.panel > .footer-tint {
	-webkit-filter: blur(70px);
    -moz-filter: blur(70px);
    -ms-filter: blur(70px);
    -o-filter: blur(70px);
    filter: blur(70px);
	background-size: 100% 100%;
	opacity: 0.8;
	width: 100%;
	display: block;
	height: 100%;
	margin: -5px -10px -10px -5px;
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.extra-btns {
	position: fixed;
	bottom: 100px;
	width: 100%;
}

.extra-btns.ui-responsive ul li {
	width: 80px;
	border-radius: 5px;
	font-size: 13px;
	opacity: 0;
}

.extra-btns.ui-responsive ul li a.ui-btn {
	font-size: 11px !important;
	border: none;
	color: inherit;
	background-color: inherit;
	border: none;
	margin: 0;
	border-radius: 5px;
}

.ui-popup-container, .ui-popup-container .ui-popup {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	text-align: center;
}

.ui-popup-container .ui-popup .ui-content {
	background: none;
	padding: 10px 30px;
}

.ui-popup .ui-content p {
	padding: 5px 15px;
}

.ui-popup-container {
	max-height: 60%;	
	z-index: 999999999 !important;
}

.ui-page .ui-dialog-contain {
	margin: 0;
	width: 100%;
}

.ui-page .ui-content {
	overflow-y: visible;
	overflow-x: hidden;
	margin: 0px;
	position: relative;
	z-index: 1 !important
}

.ui-page .ui-content ul li {
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}

.ui-page .ui-content ul li a {
	border: none;
	padding: 10px 5px;
}

.ui-page .ui-content ul li a i:not(.fa-chevron-right) {
	width: 35px;
	height: 35px;
	background-size: 35px 35px;
	background-position: center center;
	float: left;
	margin: 0 7px;
}

.ui-page .ui-content ul li a i.fa-chevron-right {
	line-height: 0 !important;
	right: 10px;
	position: absolute;
	top: 50%;
	margin-top: 0;
	height: 0;
}

.ui-page .ui-content ul li a span, .ui-page .ui-content ul li a div.desc {
	max-width: calc(100% - 70px);
	float: left;
	/*line-height: 35px;*/
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	position: relative;
}

.ui-page .ui-content ul li a div.desc {
	position: relative;
    top: 7px;
    line-height: 15px;
}

.ui-page .ui-content ul li a div.desc span {
	max-width: none;
}

.ui-header {
	text-align: center;
	line-height: 50px;
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center center;
	/*background-size: 100% auto;
    background-position: 50%;*/

	-moz-box-shadow:    0px 0px 10px #333;
	-webkit-box-shadow: 0px 0px 10px #333;
	box-shadow:         0px 0px 10px #333;
	background-color: #fff;
}

.dialog-page {
	z-index: 9999999;
	overflow: hidden;
}

.dialog-page li.oddrow a, .dialog-page li.evenrow a, .dialog-page li.oddrow a:hover, .dialog-page li.evenrow a:hover, .dialog-page li.oddrow a:active, .dialog-page li.evenrow a:active {
	text-shadow: initial;
}
.fake-background {
	position: fixed;
	background: none;
	bottom: 0;
	width: 100% !important;
	height: 100%;
}
.background {
	position: fixed;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.background.hidden {
	display: none !important;
}
body > .background.blur:after {
	content: ' ';
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.3);
}
.map-page #results {
	display: none;
}

.map-page .ui-listview {
	background: rgba(255, 255, 255, 0.4);
	padding: 10px;	
}

.map-page table {
	width: 100%;
}

.location-list-page ul li a i.fa-map-marker {
	font-size: 40px;
}
.distance {
	text-align: left;
	padding-left: 15px;
	font-size: 12px;
	margin-top: 7px;
}
.location-list-page .header-image {
	float: left;
	width: 50px;
	height: 50px;
	background-size: 100% auto;
	border-radius: 5px;
}
.location-list-page #popupLocation {
	height: 90%;	
}
.ui-listview .ui-collapsible {
	padding: 5px 0;
}
.ui-page .opening-hours-wrapper ul li {
	width: auto;
}
.ui-page .ui-content ul li.ui-collapsible, .ui-page .ui-content .comments-wrapper .ui-listview li:not(.ui-collapsible) {	
	width: auto;
}
.ui-page .ui-content .comments-wrapper .ui-listview li:not(.ui-collapsible) {
	font-size: 14px;
	border: none;
}

.ui-page.infodetail-page .ui-content .comments-wrapper .ui-listview li:not(.ui-collapsible) {
	width: 100%;
}

.ui-page .ui-content .comments-wrapper a.ui-link.ui-btn {
	text-align: center;
	padding: 5px 10px;
}
.ui-page.location-page .map-wrapper .header-image {
	height: 200px; /* */
	background-size: cover;
	background-position: 50%;
}
.location-page .ui-footer a.ui-link {
	padding: 6px;
	font-size: 12px;
}

.location-page .ui-footer a.ui-link i {
	margin: 3px;
	font-size: 150%;
}

.ui-page.location-page .description-wrapper {
	padding-top: 10px;
}

.ui-page.location-page .description-wrapper .scroll-wrapper {
	max-height: 150px;
}

.ui-page.location-page .description-wrapper .ui-icon-minus:after {
	background: none;
}

.ui-page.location-page .description-wrapper .ui-listview li {
	padding: 0px;
}

.map-overlay {	
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 5px 0;
	font-size: 12px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.map-wrapper {
	position: relative;
}

.ui-page.location-page .image-wrapper div {
	text-align: center;
	width: 50%;
}

.ui-page.location-page .image-wrapper div a {
	border-radius: 5px;
	background-size: cover;
}

.image-wrapper a {
	width: 145px;
	height: 70px;
	display: block;
	margin: auto;
	background-size: 100% auto;
	background-position: 50%;
	background-repeat: no-repeat;
}

.location-wrapper {
	padding: 10px;
}

.ui-page iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.ui-header.ui-fixed-hidden {
	padding: 0;
	top: 0;
}

.ui-fixed-hidden {
	padding: 0 !important;
}
.comment-page .ui-content {
	padding: 10px;
}

.comment-page .ui-content label {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}

.comment-page .ui-content textarea {
	float: none;
	background: #fff;
	height: 100px !important;
	width: 100%;
}

.user-profile-image {
	width: 52px;
	height: 52px;
	line-height: 1;
}

.user-profile-image img {
	border-radius: 50px !important;
	border: 1px solid #888;
	width: 100%;
	height: 100%;
}

.comment-content {
	margin-left: 60px;
}

.comment-content .comment-info {
	height: 30px;
}

.comment-content > div {
	white-space: normal;
}

h2.ui-collapsible-heading {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

h2.ui-collapsible-heading a.ui-btn {
	padding: 7px 5px;
}

.ui-page .ui-content .comments-wrapper .submit-wrapper {
	text-align: center;
	padding: 15px 0;
}

.ui-page .ui-content .comments-wrapper .submit-wrapper a {
	display: initial;
	padding: 7px 50px;
	border-radius: 5px;
	font-size: 14px;
}

.text-center {
	text-align: center;
}

.gm-login-iframe {
	display: none;
}

textarea {
	overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
}
#popupComment .comment {
	height: 130px !important;
	font-size: 14px;
	background-color: rgba(255, 255, 255, 0.8);
}
#popupComment .post-button {
	height: 30px;
}
.ui-footer-fixed {
	position: fixed !important;
}

.infodetail-page ul.ui-tabs-nav li {
	width: 50%;
}

.infodetail-page .ui-content .description {
	padding: 1px 0;
}

.infodetail-page .ui-content .ui-navbar > .description {
	padding: 10px;
}

.ui-content .ui-tabs .ui-tabs-nav li {
	opacity: 0.7;
}
.ui-content .ui-tabs .ui-tabs-nav li.ui-tabs-active {
	opacity: 1;
}
.ui-content .ui-tabs li a.ui-btn {
	padding: 12px 0;
}

.infodetail-page .submit-wrapper a.ui-link.ui-btn {
	font-size: 14px;
	border-radius: 5px;
	line-height: 14px;
	border: none !important;
}

.infodetail-page .submit-wrapper .left {
	padding: 13px;
}

.infodetail-page .sub-header {
	height: 130px;
	top: 50px;
}

.infodetail-page .sub-header div {
	width: 100%;
	height: 100%;
	position: relative;
	background-size: cover;
}

.infodetail-page .ui-tabs {
	padding: 0;
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  
{ 
	.infodetail-page .sub-header {
		height: 400px;
	}
}

.ui-page .ui-content ul.wide li a {
	font-size: 14px;
}

.ui-page .ui-content ul.wide li a i:not(.fa-chevron-right) {
	width: 70px;
	height: 70px;
	background-size: 70px 70px;
}
.ui-page .ui-content ul.wide li a span {
	max-width: 60%;
	line-height: 70px;
}
.ui-page .ui-content ul.wide li a i.fa-chevron-right {
	line-height: 70px;
}

.ui-content ul.evenodd, .ui-content ul.evenodd li {
	width: 100%;
}

ul li.section {
	padding: 10px;
}

span.comment-char-limit {
	position: absolute;
	top: 33px;
	left: 30px;
	font-size: 12px;
}

.ui-page .ui-content ul li a span.count {
	float: right;
	margin-right: 22px;
}

.gallery-wrapper {
	text-align: center;
	line-height: 80px;
	width: 100%;
}

.gallery-wrapper figure {
	display: block;
	float: left;
	margin: 2px;
	position: relative;
}

.gallery-wrapper figure a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.gallery-wrapper figcaption {
	display: none;
}

div.ps-document-overlay {
	height: 100% !important;
}

div.ps-toolbar {
	top: 0 !important;
}

div.ps-caption {
	position: fixed !important;
	bottom: 0 !important;
	top: initial !important;
	max-height: 200px;
	overflow: auto !important;
	-webkit-overflow-scrolling: touch;
}

div.ps-caption-content {
	display: block !important;
	text-align: left;	
}

.ps-toolbar {
	display: none !important;
}

.ui-page .ui-header a.ui-link, .ui-page .ui-header a.ui-link:hover, .ui-page .ui-header a.ui-link:active {
	background: none !important;
}

.ui-page .ui-header a.ui-link i.ion-ios, 
.ui-page .ui-header a.ui-link:hover i.ion-ios, 
.ui-page .ui-header a.ui-link:active i.ion-ios {
	font-size: 30px;
}

#popupSocial-popup {
	width: 225px;
	background: none;
}

.ui-popup-container {
	position: fixed !important;
}

.post-button {
	padding: 5px;
}

.mailinglist-page .sub-header {
	height: 180px;
	top: 10px;
	z-index: 999999;
}
/*
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  
{ 
	.mailinglist-page .background {
		left: 50px;
	}
}
*/
.mailinglist-page .form-wrapper form li {
	padding: 0;
	width: 100%;
	border: none;
}

.mailinglist-page .form-wrapper form li .ui-field-contain {
	margin: 10px;
	background: rgba(255,255,255,0.7);
	padding: 5px 7px;
	border-radius: 5px;
	height: 30px;
}

.mailinglist-page .form-wrapper form li .ui-field-contain label {
	float: left;
	width: 85px;
	line-height: 30px;
	margin: 0;
	color: #000;
	font-size: 14px;
}

.mailinglist-page .form-wrapper form li .ui-field-contain div.ui-input-text, .mailinglist-page .form-wrapper form li .ui-field-contain div.ui-checkbox {
	float: none;
	margin: 0 0 0 90px;
	padding: 0;
	width: auto;
}

.mailinglist-page .form-wrapper form li .ui-field-contain div.ui-input-text input {
	padding: 0px;
	margin: 0;
	line-height: 30px;
	text-align: right;
	font-size: 14px;
	background: none !important;
}

.mailinglist-page .form-wrapper form li .ui-field-contain div.ui-input-text input::-webkit-input-placeholder {
     direction: rtl;
}

.mailinglist-page .form-wrapper form li .ui-field-contain div.ui-select {
	float: none;
	margin: 0 0 0 90px;
	padding: 0;
	width: auto;
}

.mailinglist-page .form-wrapper form li .ui-field-contain div.ui-select div.ui-btn {
	padding: 0;
	background: none;
}

.mailinglist-page .form-wrapper form li .ui-field-contain div.ui-select div.ui-btn:after {
	display: none;
}

.mailinglist-page .form-wrapper form li .ui-field-contain div.ui-select span {
	color: #9DA297;
	font-size: 14px;
	line-height: 30px;
	float: right;
	font-weight: 300;
}

.mailinglist-page .form-wrapper form li .ui-field-contain div.ui-select span.dark {
	color: #404040;
}

.mailinglist-page .form-wrapper form li .ui-field-contain.date span {
	position: absolute;
	right: 7px;
	top: 50%;
	margin-top: -10px;
	font-size: 14px;
	color: #9DA297;
	width: 150px;
	text-align: right;
	font-weight: 300;
}

.mailinglist-page .logo {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	margin: 0 auto;
	top: 10px;
	border: 1px solid;
	position: relative;
	background-size: cover;
	background-position: center center;
}

.mailinglist-page .description {
	text-align: center;
	font-size: 14px;
	padding: 20px 10px 10px 10px;
}

.ui-btn.ui-checkbox-off:after {
	display: none;
}

.mailinglist-page .form-wrapper form li .ui-checkbox {
	margin: 10px;
}

.mailinglist-page .form-wrapper form li .ui-checkbox::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.mailinglist-page .form-wrapper form li .ui-checkbox label {
	padding: 0;
	width: 60%;
	float: left;
	line-height: 30px;
	font-size: 14px;
	background: none;
}

.mailinglist-page .form-wrapper form li .ui-checkbox .switchery {
	float: right;
	background: none !important;
}

.mailinglist-page .form-wrapper form li.submit-wrapper {
	padding: 30px 10px;
	text-align: center;
	background: none !important;
}

.mailinglist-page .form-wrapper form li.submit-wrapper a {
	width: 50px;
	display: inline;
	border-radius: 5px;
	padding: 5px 50px;
}

form li .ui-field-contain.error {
	border: 1px solid #ff0000;
}

.ui-page .ui-header span {
	position: absolute;
	z-index: 1;
	width: 75%;
	left: 13%;
	top: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 50px;
	white-space: nowrap;
	line-height: 50px;
}

.fanwall-page.ui-page .ui-content .comments-wrapper ul.ui-listview li {
	background: none;
	padding: 5px;
	width: 100%;
}

.fanwall-page .comments-wrapper .user-profile-image img {
	width: 40px;
	height: 40px;
}

.fanwall-page .comments-wrapper .comment-content {
	background: #fff;
	padding: 10px;
	margin-left: 55px;
	border-radius: 5px;
	font-size: 12px;
}

.fanwall-page .comments-wrapper .comment-content .comment-wrapper {
	word-wrap: break-word;
}

.arrow-left {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 8px solid #fff;
	position: absolute;
	left: 53px;
	top: 10px;
}

.fanwall-page .comments-wrapper .comment-content .user-name, .fanwall-page .comments-wrapper .comment-content .comment-info {
	height: auto;
	font-size: 11px;
	color: #888;
}

.fanwall-page .comments-wrapper .comment-content .reply-button.ui-link.ui-btn {
	padding: 0px 5px;
	border-radius: 30px;
	width: 60px;
	text-align: center;
	line-height: 20px;
	font-size: 11px;
	background: none;
}

.fanwall-page .reply-wrapper .inner {
	width: 100%;
	position: relative;
	padding-bottom: 77px;
}

.fanwall-page .comments-container .reply-wrapper .inner {
	padding-bottom: 25px;
}

.fanwall-page .reply-wrapper .parent {
	padding: 10px;
	font-size: 14px;
	background: rgba(255, 255, 255, 0.3);
	color: #000;
}

.fanwall-page .reply-wrapper .user-profile-image, .fanwall-page .reply-wrapper .user-profile-image img {
	width: 40px;
	height: 40px;
}

.fanwall-page .reply-wrapper .comment-wrapper {
	line-height: 20px;
	margin-left: 50px;
	color: #000;
	word-wrap: break-word;
}

.fanwall-page .reply-wrapper .user-name, .fanwall-page .reply-wrapper .time-ago {
	font-size: 12px;
	line-height: 25px;
}

.fanwall-page .reply-submit-wrapper {
	width: 100%;
	height: 72px;
}

.fanwall-page .reply-submit-wrapper .reply {
	height: 47px !important;
	width: calc(100% - 105px);
	margin: 10px 10px;
	background: #fff;
	font-size: 12px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 2px;
	line-height: 15px;
}

.fanwall-page .reply-submit-wrapper .submit-button {
	margin: 10px 10px 10px 0px;
	width: 38px;
	padding: 3px 14px;
	line-height: 45px;
}

.nofound {
	padding: 10px;
    text-align: center;
    font-size: 12px;
    position: relative;
    line-height: 20px;
}

.ui-page .ui-content ul li.no-data {
    line-height: 70px;
    text-align: center;
    padding: 0px !important;
    background: transparent !important;
}
.events-page.ui-page-theme-b .ui-content .ui-link.ui-btn {
    border: none;
}
.events-page.ui-page .ui-content ul li {
    position: relative;
    padding: 9px 30px 9px 10px;
    overflow: hidden;
}
.events-page.ui-page .ui-content ul li.section {
}

.events-page.ui-page .ui-content ul li:nth-child(even) a.ui-link, .events-page.ui-page .ui-content ul li:nth-child(odd) a.ui-link {
    background: transparent;
}
.events-page.ui-page .ui-content ul.evenodd li:nth-child(even) a.ui-link, .events-page.ui-page .ui-content ul.evenodd li:nth-child(odd) a.ui-link {
    background: transparent;
}
.events-page.ui-page .ui-content ul li div.event-month-day {
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 1;
	margin-right: 10px;
	font-size: 13px;
}
.events-page.ui-page .ui-content ul li div.event-month-day img {
    border: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
}
.events-page.ui-page .ui-content ul li div.event-month-day span {
	display: block;
	width: 100%;
	line-height: 14px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 10px;
}
.events-page.ui-page .ui-content ul li div.event-title-date {
	float: left;
	line-height: 20px;
	font-size: 12px;
	width: 70%;
}
.events-page.ui-page .ui-content ul li div.event-title-date span {
	display: block;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.events-page.ui-page .ui-content ul li i {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
}
.events-page.ui-page .ui-header .header-title {
    z-index: 10;
    position: absolute;
    width: 100%;
}

.events-page.ui-page .ui-header a.ui-link {
    float: left;
    z-index: 11;
}

.ui-page .ui-header .header-content {
    display: none;
    z-index: 11;
    position: absolute;
    left: 60px;
    right: 60px;
    background: rgba(0, 0, 0, 0.2);
    height: 30px;
    top: 10px;
            border-radius: 10px 10px 10px 10px;
       -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

.ui-header .header-content.header-search i {
    position: absolute;
    left: 10px;
    top: 8px;
}

.ui-page .ui-header .header-content.header-search .ui-input-text {
    padding-left: 20px;
    border: 0px;
    margin: 0px;
    padding: 0px;
    background: transparent;
}

.ui-page .ui-header .header-content.header-search .ui-input-text input {
    padding: 0px 0px 0px 36px;
    margin: 0px;
    height: 30px;
    min-height: 0px;
    background: transparent;
    color: #FFF;
    text-shadow: 0px 0px transparent;
}

/* Events v1 Detail Page  */
.events-page.ui-page .ui-header .header-title {
    z-index: 10;
    position: absolute;
    width: 100%;
}

/* RSS Feed Page */
.rssfeed-page.ui-page .ui-content {
	-webkit-overflow-scrolling: touch;
}
.rssfeed-page.ui-page-theme-b .ui-content .ui-link.ui-btn {
    border: none;
}

.rssfeed-page.ui-page .ui-content ul li {
    position: relative;
    padding-left: 49px;
    padding-top: 9px;
    overflow: hidden;
    white-space: normal;
}

.rssfeed-page.ui-page .ui-content ul li.section {
    padding-left: 19px;
}

.rssfeed-page.ui-page .ui-content ul li:nth-child(even) a.ui-link, 
.rssfeed-page.ui-page .ui-content ul li:nth-child(odd) a.ui-link {
    background: transparent;
}

.rssfeed-page.ui-page .ui-content ul.evenodd li:nth-child(even) a.ui-link, 
.rssfeed-page.ui-page .ui-content ul.evenodd li:nth-child(odd) a.ui-link {
    background: transparent;
}

.rssfeed-page.ui-page .ui-content ul li a.feed-share,
.rssfeed-page.ui-page .ui-content ul li a.feed-share:active,
.rssfeed-page.ui-page .ui-content ul li a.feed-share:hover {
    line-height: 1;
    position: absolute;
    top: 17px;
    left: 15px;
    padding: 0px;
    font-size: 30px;
}

.rssfeed-page.ui-page .ui-content ul li a.feed-share img {
    width: 100%;
    border: 0px;
}

.rssfeed-page.ui-page .ui-content ul li .feed-icon {
    margin: 11px 15px 0px 0px;
    float: left;
}

.rssfeed-page.ui-page .ui-content ul li .feed-title {
    margin: 7px 46px 0px 0px;
    overflow: hidden;
    max-height: 75px;
}

.rssfeed-page.ui-page .ui-content ul li .feed-title > span {
    text-overflow: ellipsis;
  	overflow: hidden;
  	white-space: nowrap;
  	display: block;
}

.rssfeed-page.ui-page .ui-content ul li .feed-title.expand {
    overflow: visible;
    height: auto;
    max-height: none;
}

.rssfeed-page.ui-page .ui-content ul li .feed-icon img {
    width: 50px;
}

.rssfeed-page.ui-page .ui-content ul li .feed-pubdate {
    clear: both;
    margin: 18px 0px 10px 0px;
    line-height: 1;
}

.rssfeed-page.ui-page .ui-content ul li span.feed-expand {
    position: absolute;
    top: 24px;
    right: 0px;
    display: block;
    line-height: 1;
}

.rssfeed-page.ui-page .ui-content ul li span.feed-expand img {
    width: 50px;
}

.rssfeed-page .popup-share {
    display: none;
}

.rssfeed-page .popup-share ul {
    list-style: none;
    overflow: hidden;
    width: 90%;
    padding: 0px;
    margin: 0px auto;
}

.rssfeed-page .popup-share ul li {
    float: left;
    padding: 0px;
    text-align: center;
}

.rssfeed-page .popup-share ul li a {
    color: #000;
    line-height: 20px;
    text-align: center;
}

.rssfeed-page .popup-share ul li a img {
    width: 40px;
}

.rssfeed-page .ui-page .ui-content ul li.no-data {
    padding-left: 0px;
    line-height: 70px;
}

/* Events v2 Tab */
.eventsmanager-page.ui-page-theme-b .ui-content .ui-link.ui-btn {
    border: none;
}

.eventsmanager-page.ui-page .ui-content ul li.data-list {
    position: relative;
    padding: 9px 30px 9px 10px;
    overflow: hidden;
	width: auto;
}

.eventsmanager-page.ui-page .ui-content ul li.no-data {
	padding-left: 0px;
	padding-right: 0px;
}

.eventsmanager-page.ui-page .ui-content ul li.data-list:nth-child(even) a.ui-link, 
.eventsmanager-page.ui-page .ui-content ul li.data-list:nth-child(odd) a.ui-link {
    background: transparent;
}

.eventsmanager-page.ui-page .ui-content ul li div.event-month-day {
	position: relative;
	float: left;
	width: 43px;
	height: 43px;
	text-align: center;
	line-height: 1;
	margin-right: 10px;
	font-size: 13px;
	margin-top: 10px;
}

.eventsmanager-page.ui-page .ui-content ul li div.event-month-day img {
    border: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
}

.eventsmanager-page.ui-page .ui-content ul li div.event-month-day span {
	display: block;
	width: 100%;
	line-height: 14px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 10px;
}

.eventsmanager-page.ui-page .ui-content ul li div.event-title-date {
    float: left;
    line-height: 25px;
    font-size: 12px;
    width: 70%;
}

.eventsmanager-page.ui-page .ui-content ul li div.event-title-date > span {
    display: block;
    margin-top: 0px;
    margin-bottom: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 17px;    
}

.eventsmanager-page.ui-page .ui-content ul li div.event-title-date > span.location {
	font-size: 8px;
}
.eventsmanager-page.ui-page .ui-content ul li div.event-title-date > span span {
	font-size: 12px;
}

.eventsmanager-page.ui-page .ui-content ul li i {
    position: absolute;
    right: 20px;
    top: 50%;
}

.eventsmanager-page.ui-page .ui-header .header-title {
    z-index: 10;
    position: absolute;
    width: 100%;
}

.eventsmanager-page.ui-page .ui-header a.ui-link {
    float: left;
    z-index: 11;
}

.ui-page .top-tabs {
	position: relative;
}

.ui-page .top-tabs .ui-navbar ul {
	margin: 0px auto;
	overflow: hidden;
	padding: 6px 0px;
	width: 90%;
}

.ui-page .ui-content .top-tabs.ui-tabs ul.ui-tabs-nav li {
	width: 50%;
}

.ui-page .ui-content .top-tabs.ui-tabs ul.ui-tabs-nav li a.ui-link.ui-btn {
	text-align: center;
	float: left;
	display: block;
	line-height: 35px;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	width: 100%;
	border: 0px;
}

.ui-page .ui-content .top-tabs.ui-tabs ul.ui-tabs-nav li a.ui-link.ui-btn:acitve,
.ui-page .ui-content .top-tabs.ui-tabs ul.ui-tabs-nav li a.ui-link.ui-btn:focus,
.ui-page .ui-content .top-tabs.ui-tabs ul.ui-tabs-nav li a.ui-link.ui-btn:hover {
	font-size: 16px;	
}

.ui-page .ui-content .top-tabs.ui-tabs ul.ui-tabs-nav li:first-child a.ui-link.ui-btn {
            border-radius: 5px 0px 0px 5px;
       -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
}

.ui-page .ui-content .top-tabs.ui-tabs ul.ui-tabs-nav li:last-child a.ui-link.ui-btn {
            border-radius: 0px 5px 5px 0px;
       -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
}

.news-page.ui-page .top-tabs .ui-navbar ul {
	padding: 0px 0px;
	width: 100%;
}

.news-page.ui-page .ui-content .top-tabs.ui-tabs ul.ui-tabs-nav li a.ui-link.ui-btn {
	line-height: 47px;
	border-radius: 0px;
}

.news-page.ui-page .ui-content .top-tabs.ui-tabs ul.ui-tabs-nav li:first-child a.ui-link.ui-btn,
.news-page.ui-page .ui-content .top-tabs.ui-tabs ul.ui-tabs-nav li:last-child a.ui-link.ui-btn {
	border-radius: 0px;
}

.eventsmanager-page.ui-page .top-tabs .tab-inner {
}

.eventsmanager-page.ui-page .ui-navbar {
	overflow: auto;
}

.clear {
	clear: both;
}

.eventsmanager-page.ui-page .ui-navbar ul.wide {
	overflow: auto;
}

/* Events v2 Detail Tab */
.eventv2detail-page .content-header {
	height: 168px;
            border-radius: 5px 5px 5px 5px;
       -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    margin: 10px 10px 0px;
    background-color: #CBCBCB;
    position: relative;
}

.eventv2detail-page.ui-page div.section a.ui-link.ui-btn {
    position: absolute;
    right: 5px;
    top: 4px;
    border-radius: 5px;
    margin: 0px;
}

.eventv2detail-page .content-header .content-header-top {
	height: 50px;
	background-color: rgba(0, 0, 0, 0.449999988079071);
	color: #FFF;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
    position: relative;
    z-index: 10;
    overflow: hidden;
    font-size: 14px;
}
.eventv2detail-page .content-header .content-header-top span {
	display: block;
	margin-top: 5px;
	font-size: 14px;
}
.eventv2detail-page .content-header .header-image {
	position: absolute;
	width: 100%;
	height: 133px;
	border-radius: 5px 5px 0px 0px;
	top: 0px;
	left: 0px;
	background-position: 50%;
	background-size: 100% auto;
}
.eventv2detail-page .content-header .content-header-bottom {
	height: 38px;
	position: absolute;
	bottom: 0px;
	width: 100%;
    border-radius: 0px 0px 5px 5px;
}
.eventv2detail-page .content-header .content-header-bottom ul {
	margin: 5px 0px 0px 10px;
	float: left;
	width: 82%;
}
.eventv2detail-page .content-header .content-header-bottom ul li {
	float: left;
	width: 33%;
	font-size: 12px;
}
.eventv2detail-page.hide-comments .content-header .content-header-bottom ul li.comment-label {
	display: none;
}
.eventv2detail-page .content-header .content-header-bottom ul li span {
	display: block;
	margin-top: 0px;
}
.eventv2detail-page .content-header .content-header-bottom a.share-button, 
.eventv2detail-page .content-header .content-header-bottom a.share-button:hover, 
.eventv2detail-page .content-header .content-header-bottom a.share-button:active {
	float: right;
	padding: 0px;
	margin: 2px 9px 0px 0px;
	background: none;
	font-size: 25px;
}
.eventv2detail-page.ui-page .ui-content .flat-comments ul li.data-list {
	padding: 10px 10px;
  	width: auto;
}
.eventv2detail-page .content-header .content-header-bottom a.share-button img {
	width: 30px;
}
.eventv2detail-page.ui-page .ui-content .ui-tabs .ui-tabs-nav li a.ui-link.ui-btn {
	font-size: 13px;
}
.eventv2detail-page .going-button {
	width: 50%;
	margin: 10px auto;
	border-radius: 5px;
	padding: 5px;
}
.eventv2detail-page .ui-content .ui-tabs {
	padding: 0px;
}
.eventv2detail-page .ui-content .ui-tabs .ui-tabs-nav li {
	float: left;
	width: 25%;
	text-align: center;
	opacity: 1;
}
.eventv2detail-page.hide-comments .ui-content .ui-tabs .ui-tabs-nav li {
	width: 33%;
}
.eventv2detail-page.hide-comments .ui-content .ui-tabs .ui-tabs-nav li:last-child {
	width: 34%;
}
.eventv2detail-page .ui-content .ui-tabs .ui-tabs-nav li.ui-tabs-active {
	opacity: 1;	
}
.eventv2detail-page.hide-comments .ui-content .ui-tabs .ui-tabs-nav li.eventv2-comment {
	display: none;
}
.eventv2detail-page #eventv2-map-canvas {
	height: 150px;
	width: 100%;
}
.eventv2detail-page #eventv2-about p {
	padding: 10px;
	margin: 0px;
	font-size: 14px;
	line-height: 20px;
}
.eventv2detail-page #eventv2-about p a {
	padding: 0px;
	margin: 0px;
	background: transparent;
}
.eventv2detail-page #eventv2-about p.description {
    text-shadow: 0px 0px;
    padding: 10px 0px;
    margin: 10px;
}
.eventv2detail-page iframe#eventv2detail-desc {
    width: 100%;
    height: 100%;
    min-height: 165px;
}
.ui-page .ui-content ul li.section, div.section {
	padding: 0px 10px;
	line-height: 36px;
	height: 36px;
}
.eventv2detail-page .ui-content #eventv2-attend ul li.data-list {
	overflow: hidden;
}
.eventv2detail-page .ui-content #eventv2-attend ul li.data-list img {
	width: 50px;
            border-radius: 25px;
       -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    margin: 10px 0px 10px 10px;
    float: left;
}
.eventv2detail-page .ui-content #eventv2-attend ul li.data-list span {
	line-height: 70px;
}
.eventv2detail-page .ui-content #eventv2-attend ul li.data-list span.username {
	float: left;
	padding: 0px 0px 0px 20px;
}
.eventv2detail-page .ui-content #eventv2-attend ul li.data-list span.timeago {
	float: right;
	padding: 0px 20px 0px 0px;
}
.flat-comments .submit-wrapper a.ui-link.ui-btn {
	font-size: 14px;
	border-radius: 5px;
	line-height: 14px;
	border: none !important;
}
.flat-comments .submit-wrapper .left {
	padding: 13px;
}

.force-show {
	display: block !important;
}

.fanwall-page .ui-footer {
	height: 50px;
}
.fanwall-page .ui-footer li a.ui-link {
	font-size: 14px;
}
.fanwall-page .ui-footer li a.ui-link i {
	display: block;
	font-size: 16px;
}
.fanwall-page .comment-uploaded-image {
	display: none;
}
.fanwall-page .has-image .comment-uploaded-image {
	width: 65px;
	height: 65px;
	margin-right: 0;
	float: left;
	display: block;
}
.fanwall-page .comment-uploaded-image img {
	width: 100%;
	height: 100%;
}
.fanwall-page .has-image .comment-detail {
	margin-left: 70px;
}
.fanwall-page .gallery-wrapper {
	display: none;
}
.fanwall-page .gallery-wrapper:after {
	content: ' ';
	clear: both;
}
.fanwall-page .container {
	display: none;
}
.fanwall-page .container.active {
	display: block;
	visibility: visible !important;
}
.ps-active .fanwall-page .ui-footer {
	display: none;
}
.fanwall-page .ui-header a.ui-link.share-link {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 8px;
	margin: 0 10px 0 0;
}

.fanwall-page .ui-header a.ui-link.share-link i {
	font-size: 30px;
}
.fanwall-page .location-wrapper {
	padding: 0;
}
.fanwall-page .visibility-hidden {
	visibility: hidden;
	display: block;
}
.fanwall-page .shadow {
	top: 0;
    height: 50px;
    box-shadow: 0px 0px 10px #333;
    z-index: 9;
    background-color: transparent;
	position: absolute;
	width: 100%;
}
.fanwall-page .top-tabs {
    width: 100%;
    height: 35px;
    position: absolute;
    top: 50px;
    background: #888;
    line-height: 32px;
    padding: 0px 0;
}
.fanwall-page .top-tabs:after {
	content: "";
	clear: both;
}
.fanwall-page .ui-header .top-tabs a.ui-link {
	text-shadow: none;
    padding: 6px 40px;
    font-size: 14px !important;
    margin: 0 -3px 0 0;
    border: none;
    box-shadow: none;
}
.fanwall-page .top-tabs a.ui-link.recent-button {
	border-radius: 3px 0 0 3px;
}
.fanwall-page .top-tabs a.ui-link.nearby-button {
	border-radius: 0px 3px 3px 0;
}
.ui-page.fanwall-page .reply-submit-wrapper .submit-button, .ui-page.fanwall-page .reply-submit-wrapper .submit-button:hover {
	text-transform: uppercase;
	font-size: 10px;
}
.fanwall-page .reply-submit-wrapper .reply::-webkit-input-placeholder {
	line-height: 45px;
}
.fanwall-page .reply-submit-wrapper .reply:-moz-placeholder { /* Firefox 18- */
	line-height: 45px;
}
.fanwall-page .reply-submit-wrapper .reply::-moz-placeholder {  /* Firefox 19+ */
	line-height: 45px;
}
.fanwall-page .reply-submit-wrapper .reply:-ms-input-placeholder {  
	line-height: 45px;
}
 .ui-page .ui-header a.ui-link.comment-link.hidden {
	display: none;
}
.replies-showing .fanwall-page .ui-header .top-tabs {
	display: none !important;
}
.replies-showing .fanwall-page > .ui-content {
	margin-top: 0 !important;
}
.replies-showing .fanwall-page .ui-header .comment-link {
	display: none !important;
}

#map-canvas iframe {
	display: none;
}

/* Events v2 Gallery */
.section a.ui-link.ui-btn {
    border-radius: 5px;
    position: absolute;
    right: 5px;
    padding: 5px 10px;
}

.ui-page .ui-content .eventv2detail-galleries ul li {
    width: 20%;
    text-align: center;
    float: left;
    position: relative;
    background: none;
}

.ui-page .ui-content .eventv2detail-galleries ul li.no-data {
	width: 100%;
}

.ui-page .ui-content .eventv2detail-galleries ul li a img {
	margin-top: 5px;
    width: 95%;
    visibility: visible;
}

.ui-page .ui-content .eventv2detail-galleries ul li.icon-loading {
	background: url("../images/ajax-loader.gif") center center no-repeat;
}

.ui-page .ui-content .eventv2detail-galleries ul li.icon-loading a img {
	visibility: hidden;
}

.ui-link.ui-btn.ui-corner-radius-5 {
	border-radius: 5px;
}

.ui-link.ui-btn.ui-corner-radius-10 {
	border-radius: 10px;
}
#fileuploader {
	display: none;
}
.ajax-upload-dragdrop {
	width: 40px !important;
	height: 40px !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	position: absolute !important;
	top: 23px !important;
	right: 20px !important;
}
.ajax-upload-dragdrop .ajax-file-upload {
	background: none !important;
	font: normal normal normal 14px/1 FontAwesome !important;
	box-shadow: none !important;
	margin: 0;
	font-size: 1px !important;
	color: #fff;
	padding: 13px;
}
.ajax-upload-dragdrop .ajax-file-upload:before {
	color: #000;
	font-size: 14px;
}
.ajax-upload-dragdrop span {
	display: none !important;
}
.ajax-file-upload-statusbar {
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	line-height: 0px !important;	
}
.ajax-file-upload-filename {
	display: none !important;
}
.ajax-file-upload-progress {
	padding: 0 !important;
	width: 100% !important;
	margin: 0 !important;
}
.ajax-file-upload-bar {
	height: 2px !important;
}
.ajax-file-upload-red {
	line-height: 1;
}
.ajax-file-upload-error {
	display: none !important;
}
.disabled {
	background-color: #aaa !important;
}
.marker {
	width: 50px;
	height: 50px;
	padding: 3px;
	background: #000;
	border-radius: 3px;
}
.marker img {
	width: 50px;
	height: 50px;
}
.marker:after {
	top: 100%;
	left: 50%;
	content: " ";
	width: 0;
	height: 0;
	border-right: 7px solid transparent;
	border-top: 8px solid #000;
	border-left: 7px solid transparent;
	position: absolute;
	margin-left: -6px;
}
#popupComment-popup {
	left: 50% !important;
	top: 50% !important;
	margin-left: -120px;
	margin-top: -115px;
}
#popupSocial-popup {
	left: 50% !important;
	top: 50% !important;
	margin-left: -109px;
	margin-top: -94px;
}
#popupBraintree-popup {
	left: 0% !important;
	top: 0% !important;
	width: 100% !important;
	max-width: 100% !important;
    margin-left: 0px !important;
	margin-top: 0px !important;
	min-height: 100% !important;
	background-color: #fff;
}
#popupBraintree-popup .ui-popup {
	border: none;
}
#popupBraintree-popup .cancel {
	float: right;
    padding: 10px 0;
}
#braintree-paypal-frame {
	z-index: 999999999 !important;
}
#braintree-dropin-modal-frame {
	z-index: 999999999 !important;
}
.loadmore-button-wrapper {
	width: 100% !important;
	text-align: center;
	  display: table;
}
a.ui-link.loadmore-button {
	margin: 10px auto !important;
	width: 300px !important;
	padding: 0 !important;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
}

/* News Tab */
.news-page .ui-content .ui-tabs .ui-tabs-nav li {
	width: 50%;
}

.news-page .ui-content ul li.data-list a.icon-share {
	width: 25px;
	float: left;
	margin: 5px 3px 10px 10px;
	padding: 0px;
	font-size: 25px;
	background: transparent;
}

ul li.data-list .icon-content-expand {
	position: absolute;
  	top: 20px;
  	right: 1px;
  	font-size: 25px;
  	width: 30px;
}

ul li.data-list .icon-content-expand i.arrow {
	position: absolute;
  	top: 6px;
  	left: 5px;
  	font-size: 17px;
}

ul li.data-list .icon-content-expand i.arrow.ion-ios-arrow-up {
	top: 3px;
}

.news-page .ui-content ul li.data-list .feed-content {
	padding-top: 10px;
	overflow: hidden;
	line-height: 17px;
	height: 68px; /**/
	padding: 10px 50px 0px 0px;
	white-space: normal;
}

.news-page .ui-content ul li.data-list .feed-content.expand {
	padding-left: 35px; /* */
	height: auto;
	min-height: 68px;
	overflow: visible;
}

.news-page .ui-content ul li.data-list .feed-content .feed-image {
	width: 62px;
	height: 62px;
	border-radius: 5px;
	float: left;
	margin-right: 10px;
}
.news-page .ui-content ul li.data-list .feed-content span.feed-title {
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.news-page .ui-content ul li.data-list .feed-author {
	padding: 0px 20px 10px 40px;
	white-space: nowrap;
  	text-overflow: ellipsis;
  	overflow: hidden;
}
.ui-page .ui-content .flat-comments .comments-wrapper .section a.ui-link.ui-btn {
    position: absolute;
    right: 5px;
    top: 4px;
    border-radius: 5px;
    margin: 0px;
}
.ui-header-fixed, .ui-footer-fixed {
	position: fixed;
}
textarea.comment {
 	font-size: 14px;
 	height: 100px;
}
.youtube-page.ui-page .ui-content .top-tabs.ui-tabs ul.ui-tabs-nav li {
	width: 33%;
}
.youtube-page.ui-page .ui-content .top-tabs.ui-tabs ul.ui-tabs-nav li:last-child {
	width: 34%;
}
.youtube-page.ui-page ul li.data-list {
	position: relative;
}
.youtube-page.ui-page ul li.section {
	height: 36px;
}
.youtube-page.ui-page ul li.data-list .bg {
	height: 160px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: relative;
}
.youtube-page.ui-page ul li.data-list .info-top {
	height: 50px;
	position: relative;
}
.youtube-page.ui-page ul li.data-list .info-top img {
	float: left;
	width: 36px;
	margin: 7px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 10px;
}
.youtube-page.ui-page ul li.data-list .info-top .author-date-title {
	padding: 7px 12px 0px 50px;
}
.youtube-page.ui-page ul li.data-list .info-top .title {
	width: 100%;
  	text-overflow: ellipsis;
  	overflow: hidden;
  	white-space: nowrap;
}
.youtube-page.ui-page ul li.data-list .info-top .author-date-title .author-date {
	text-align: right;
}

.youtube-page.ui-page ul li.data-list .info-top .author-date-title .author-date span {
	float: left;
}

.youtube-page.ui-page ul li.data-list .info-bottom {
	height: 30px;
	text-align: center;
	line-height: 30px;
}

.ui-page .ui-link.ui-btn, 
.ui-page .ui-link.ui-btn:hover,
.ui-page .ui-link.ui-btn:active {
	font-size: 13px;
}

/*
.ui-icon-check:after, html .ui-btn.ui-checkbox-on.ui-checkbox-on:after {
	background: none !important;
}
*/

.ui-page .ui-header a.share-button.ui-link.ui-btn,
.ui-page .ui-header a.share-button.ui-link.ui-btn:active,
.ui-page .ui-header a.share-button.ui-link.ui-btn:hover {
	width: auto;
  	padding: 0px;
  	height: auto;
  	margin-right: 0 10px 0 0;
  	font-size: 35px;
}

.ui-page .ui-header a.share-button i {
	font-size: 35px;
}
.youtubevideo-page.ui-page .ui-header a.share-button img {
	width: 30px;
}

.youtubevideo-page .ui-content {
	overflow-y: visible;
 	overflow-x: hidden;
 	margin: 0px;
  	position: relative;
  	-webkit-overflow-scrolling: touch;
}

.youtubevideo-page.ui-page .ui-content .ui-tabs .ui-tabs-nav li {
	width: 50%;
}

.youtubevideo-page.ui-page .youtube-video-player {
	width: 100%;
	height: 300px;
}

.youtubevideo-page.ui-page .youtube-video-player iframe {
	width: 100%;
	height: 300px;
	position: relative;
}

.youtubevideo-page.ui-page #youtube-info ul li.data-list {
	line-height: 40px;
	padding: 0px 10px;
	text-align: right;
	width: auto;
}

.youtubevideo-page.ui-page #youtube-comment ul li.data-list {
	padding: 10px;
	width: auto;
}

.youtubevideo-page.ui-page #youtube-info ul li.data-list {
	
}

.youtubevideo-page.ui-page #youtube-info ul li.data-list.stats {
	text-align: center;
}

.youtubevideo-page.ui-page #youtube-info ul li.data-list span {
	float: left;
	padding-right: 50px;
}

.youtubevideo-page.ui-page #youtube-info ul li.data-list div {
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: right;
}
 
.youtubevideo-page.ui-page .ui-header a.share-button img {
	width: 30px;
 }

.ui-page-theme-b .ui-checkbox .ui-checkbox-on, .ui-page-theme-b .ui-radio .ui-radio-on {
	background-color: transparent !important;
}

.ui-checkbox input.js-switch {
	display: block !important;
	left: auto !important;
	right: 14px !important;
	top: 17px !important;
	opacity: 0.01 !important;
	visibility: hidden;
}

.ui-page .tab-content {
	overflow-y: visible;
 	overflow-x: hidden;
 	margin: 0px;
  	position: relative;
  	-webkit-overflow-scrolling: touch;
}

.ui-loader {
	width: 100% !important;
	height: 100% !important;
	left: 0px !important;
	top: 0px !important;
	margin: 0px !important;
	z-index: 9999999 !important;
	position: fixed !important;
	opacity: 1;
}

.ui-loader .ui-icon-loading {
	position: absolute;
  	top: 50%;
  	left: 50%;
  	margin-left: -1.37em;
  	margin-top: -1.37em;
  	background: url(../images/loading.gif);
}

/* Web Tiers */
.webtier-page.ui-page .ui-content ul li.data-list {
	line-height: 70px;
	padding-left: 10px;
}

.webtier-page.ui-page .ui-content ul li.data-list > div {
	overflow: hidden;
	max-width: 72%;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 0px;
	float: left;
}
.webtier-page.ui-page .ui-content ul li.data-list > div.no-thumb {
	width: 92%;
	float: none;
	max-width: 92%;
}
.webtier-page.ui-page .ui-content ul li.data-list img {
	width: 50px;
  	height: 50px;
  	float: left;
  	margin: 10px 10px 10px 0px;
  	border-radius: 10px;
  	object-fit: cover;
}

.webtier-page.ui-page .ui-content ul li.data-list i {
	position: absolute;
	top: 28px;
	right: 10px;
	clear: both;
}

.ui-page a.ui-link.ui-btn:hover,
.ui-page a.ui-link.ui-btn:active {
    opacity: 0.8;
}

.ui-page .ui-header a.ui-link.ui-btn {
    font-size: 20px;
}

.ui-page .ui-header a.ui-link.ui-btn.ui-btn-right {
    margin-right: 5px;
}

.ui-page a.ui-link.ui-btn.ui-btn-left:hover,
.ui-page a.ui-link.ui-btn.ui-btn-left:active {
    opacity: 0.6 !important;
}

.iframe-content {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.tab-bullet-wrapper {
	position: absolute;
	left: 50%;
	bottom: 0;
	line-height: 3px;
	padding: 3px 0;
	text-align: center;
	z-index: 999999;
	display: block;
}
.tab-bullet-wrapper a {
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 10px;
	line-height: 8px;
	margin: 0 3px;
	float: left;
	opacity: 0.5;
}
.tab-bullet-wrapper a.active {
	opacity: 1;
}
.main-wrapper.ui-page .subtabs-wrapper {
	z-index: 999;
	position: relative;
	overflow: visible;
}
.main-wrapper.ui-page .subtabs-wrapper ul:after {
	clear: both;
	content: ' ';
}
.main-wrapper.ui-page .subtabs-wrapper ul {
	margin: 0;
	padding: 0;
}
.main-wrapper.ui-page .subtabs-wrapper ul li {
	width: 50%;
	float: left;
	opacity: 0;
}
.main-wrapper.ui-page .subtabs-wrapper ul li a {
	display: block;
	width: 50%;
	margin: 0 auto;
}
.main-wrapper.ui-page .subtabs-wrapper ul li a:hover, .main-wrapper.ui-page .subtabs-wrapper ul li a:active {
	opacity: 0.5;
}
.main-wrapper.ui-page .subtabs-wrapper ul li a i {
	left: 50%;
	position: relative;
	margin-left: -23px;
	float: none;
	display: table;
	width: 46px;
	height: 46px;
	background-size: 46px 46px;
}
.main-wrapper.ui-page .subtabs-wrapper ul li a span {
	color: #FFFF19;
	text-shadow: #7A1D58 1px 1px 0px;
	float: none;
	text-align: center;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 30px;
	max-width: 100%;
	font-size: 16px;
}
.menuitems-page.ui-page .price {
	float: right;
	margin-right: 30px;
}

.ui-page.fanwall-page .ui-header a.ui-link.share-link, .ps-active .ui-page.fanwall-page .ui-header a.ui-link.comment-link, .ps-active .ui-page.fanwall-page .ui-header .top-tabs {
    display: none;
}
.ps-active .ui-page.fanwall-page .ui-header a.ui-link.share-link, .ui-page.fanwall-page .ui-header .top-tabs {
    display: block;
}

.hidden {
	display: none;
}

.ui-page .ui-header a.ui-link.hidden {
	display: none;	
}

iframe.websiteiframe {
	background: #FFF;
}

.newsweb-page.ui-page .ui-header a.ui-link i.ion-compass {
	font-size: 20px;
}

.scroll-wrapper {
	width: 100%; height: 100%; overflow: auto; -webkit-overflow-scrolling: touch;
}

.comment-error-message {
	display: none;
	font-size: 12px;
}

.open-new-window {
	margin-right: 10px;
	float: right;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
}
.mortgage-page.ui-page .ui-content .ui-navbar {
	padding: 10px;
}
.mortgage-page.ui-page .ui-content .ui-navbar ul {
	background: rgba(255, 255, 255, 0.5);
	border-radius: 5px;
	padding-bottom: 100px;
}
.mortgage-page.ui-page .ui-content ul li {
	width: 100%;
	color: #cc00ff;
	text-shadow: none;
	white-space: normal;
	font-size: 11px;
}
.mortgage-page.ui-page .ui-content ul li.description {
	text-align: center;
	line-height: 15px;
	padding-top: 20px;
}
.mortgage-page.ui-page .ui-content ul li .ui-field-contain {
	padding: 5px 0;
	border-bottom-width: 1px;
}
.mortgage-page.ui-page .ui-content ul li .ui-field-contain label {
	float: left;
	width: 100px;
	line-height: 30px;
	margin: 0;
	font-size: 12px;
}
.mortgage-page.ui-page .ui-content ul li .ui-field-contain div.ui-input-text {
	float: none;
	margin: 0 0 0 135px;
	padding: 0;
	width: auto;
	background: transparent;
	border: none;
	position: relative;
}
.mortgage-page.ui-page .ui-content ul li .ui-field-contain div.ui-input-text:last-child {
	position: absolute;
	top: 5px;
	right: 0;
	width: 50%;
}
.mortgage-page.ui-page .ui-content ul li .ui-field-contain div.ui-input-text input {
	padding: 0 5px;
	margin: 0;
	line-height: 30px;
	text-align: right;
	font-size: 14px;
	background: #fff;
	border-radius: 5px;
	z-index: 1;
}
.mortgage-page.ui-page .ui-content ul li .ui-field-contain div.ui-input-text .overlap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	clear: both;
}
.mortgage-page.ui-page .ui-content ul li.submit-wrapper {
	border: none;
}
.mortgage-page.ui-page .ui-content ul li.submit-wrapper a {
	width: 50%;
	text-align: center;
	margin: 0 auto;
	border-radius: 5px;
}
.mortgage-page.ui-page .ui-content ul li.result {
	line-height: 25px;
	height: 0;
}
.mortgage-page.ui-page .ui-content ul li.result div {
	width: 100%;
	background-color: #fff;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 17px;
	border-radius: 5px;
}
.mortgage-page.ui-page .ui-content ul li.result ul {
	margin-top: 10px;
}
.mortgage-page.ui-page .ui-content ul li.result ul li {
	border-bottom: 1px solid;
	line-height: 25px;
}
.mortgage-page.ui-page .ui-content ul li.result ul li:last-child {
	border-bottom: none;
}
.mortgage-page.ui-page .ui-content ul li.result ul li:after {
	clear: both;
	content: ' ';
}
.mortgage-page.ui-page .ui-content ul li.result ul li label {
	float: left;
	font-size: 13px;
	margin: 0;
}
.mortgage-page.ui-page .ui-content ul li.result ul li span {
	float: right;
	font-size: 13px;
}
div.ps-document-overlay, div.ps-carousel, div.ps-uilayer, div.ps-caption {
	z-index: 8888 !important;
}
.ui-navbar ul {
	overflow: visible;
}
.main-wrapper .ui-navbar ul {
	overflow-x: visible;
	overflow-y: visible;
}
.ajax-file-upload-red, .ajax-file-upload-green {
	display: none !important;
}
.goBackButton {
	position: fixed;
	left: 0;
	top: -50px;
	z-index: 999998;
	height: 50px;
	width: 100%;
	color: #333;
	background-color: #CCC;
	text-align: center;
	line-height: 50px;
	font-size: 15px;
}
.goBackButton .close {
	background-image: url(../images/close.png);
	padding: 8px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -8px;
	opacity: 0.8;
}
.goBackButton .close:hover, .goBackButton .close:active {
	opacity: 0.5;
}
.goBackButton .desktop-icon {
	padding: 12px;
	background-image: url(../images/desktop-icon.png);
	background-size: contain;
	margin-right: 6px;
}
.goBackButton a {
	color: #65c9ff;
	cursor: pointer;
}
.goBackButton a:hover, .goBackButton a:active {
	opacity: 0.7;
}
.smartBanner {
	position: fixed;
	left: 0;
	top: -50px;
	z-index: 999999;
	height: 50px;
	width: 100%;
	color: #333;
	background-color: #f6f6f6;
	line-height: 50px;
	font-size: 14px;
}
.smartBanner .close {
	background-image: url(../images/close.png);
	padding: 8px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -8px;
	opacity: 0.8;
}
.smartBanner .app-icon {
	padding: 18px;
    background-size: contain;
    margin: 0;
    font-size: 0px	;
    position: absolute;
    left: 35px;
    top: 7px;
    border-radius: 3px;
}
.smartBanner .info {
    width: 80%;
    float: left;
}
.smartBanner .info .title {
	padding: 0 20px 0 80px;
	height: 30px;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}
.smartBanner .info .desc {
    padding: 0 20px 0 80px;
    height: 20px;
    overflow: hidden;
    line-height: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}
.smartBanner .link {
    width: 18%;
    float: right;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 1%;
}
.smartBanner .link a {
	text-transform: uppercase;
	color: #0072ff;
	font-size: 17px;
}
.preload-smart-banners {
	display: none;
}
.preload-app-icon {
	opacity: 0;
	visibility: hidden;
}
.preload-app-desc {
	display: none;
}
.emailphoto-page.ui-page .description {
	text-align: center;
	padding: 15px;
}
.emailphoto-page.ui-page .description img {
	width: 80px;
}
.emailphoto-page.ui-page .description .info {
	font-size: 14px;
	width: 120px;
	margin: 0 auto;
	overflow: hidden;
	min-height: 50px;
}
.emailphoto-page .recent-photo {
	text-align: center;
	padding: 10px;
}
.emailphoto-page.ui-page .description .upload-wrapper {
	position: relative;
	width: 180px;
	margin: 15px auto 0;
	padding: 0;
}
.emailphoto-page.ui-page .description .upload-wrapper .ajax-upload-dragdrop {
	vertical-align: top;
	left: 0 !important;
	top: 0 !important;
	width: 177px !important;
}
.emailphoto-page.ui-page .description .upload-wrapper .ajax-upload-dragdrop .ajax-file-upload {
	width: 100% !important;
}
.emailphoto-page.ui-page .description a {
	width: 150px;
	display: inline-block;
	border-radius: 5px;
	margin: 0;	
}
.emailphoto-page.ui-page .description a.choose-photo {
	display: block !important;
}
.emailphoto-page.ui-page .description a.send-photo {
	margin-top: 10px;
	display: none;
}
.emailphoto-page.ui-page .gallery-wrapper ul {
	text-align: left;
}
.emailphoto-page.ui-page .gallery-wrapper ul li {
	margin: 5px;
	width: 100px;
	display: inline-block;
	clear: none;
	position: relative;
}
.emailphoto-page.ui-page .gallery-wrapper ul li > div {
	position: absolute;
    right: 0px;
    display: block;
    top: 0px;
    height: 40px;
    width: 40px;
}
.emailphoto-page.ui-page .gallery-wrapper ul li > div i {
	color: #FFF;
    font-size: 20px;
    font-weight: 100;
    margin: 0px;
    position: absolute;/*///////*/
    top: 0px;
    left: 22px;
}
.emailphoto-page.ui-page .gallery-wrapper ul li a.ui-link {
	padding: 0;
	background: none;
	background-color: transparent;
}
.emailphoto-page.ui-page .gallery-wrapper ul li a.ui-link {
	display: block;
	width: 100px;
	height: 100px;
}
.text-truncate {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 10px;
}
.cloned-dropdown {
	position: absolute;
	left: 80px;
	top: 0;
	width: 230px;
	background-color: transparent;
	border: none;
	font-size: 14px;
	outline: none;
	opacity: 0.01;
	height: 30px;
	z-index: 9999;
}
#popupComment .comment-area .comment.left {
	border: none;
	background-color: transparent;
	width: 125px;
	float: left;
}
#popupComment .comment-area img {
	float: left;
	width: 60px;
	display: none;
}
#popupComment .comment-area img.left {
	display: block;
}
.webtier-page.ui-page .ui-content ul li.section {
	line-height: 38px;
}
.ui-page .ui-content li a.ui-link i.fa-chevron-right {
	color: #AAAAAA !important;
}
.bubblingG {
	text-align: center;
	width: 90px;
	height: 50px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -25px;
	margin-left: -40px;
	display: none;
}
.ui-loaded .bubblingG {
	display: block;
}
.orderingmain-page.ui-page .search-button {
	padding: 20px 30px;
}
.orderingmain-page.ui-page .search-button a, .orderingmain-page.ui-page .search-button a:hover, .orderingmain-page.ui-page .search-button a:active {
	border-radius: 5px;
	/*text-transform: uppercase;*/
	font-size: 15px
}
.orderingmain-page.ui-page .past-orders {
	padding: 0 20px;
	text-transform: uppercase;
	font-size: 12px;
}
.orderingmain-page.ui-page .past-orders .label {
	border-bottom: 1px solid #aaa;
}
.ui-page.orderinglocations-page .ui-header .map-link {
	padding: 0 15px;
}
.ui-page.orderinglocations-page .ui-header .map-link i::before {
	content: '\59';
	font-family: 'iconfont';
	font-size: 20px;
}
.ui-page.orderinglocations-page .ui-content ul li a.ui-link.ui-btn {
	color: #fff;
	display: block;
	padding: 15px 5px;
	background: none;
}
.ui-page.orderinglocations-page .ui-content ul li a.ui-link.ui-btn span {
	position: relative;
	line-height: 16px;
	font-size: 14px;
	top: 0px;
	width: 70%;
}
.ui-page.orderinglocations-page .ui-content ul li a.ui-link.ui-btn i.fa-map-marker {
	font-size: 25px;
	width: 30px;
	margin: 0 0 0 7px;
	color: #fff;
}
.ui-page.orderinglocations-page .ui-content ul li a.ui-link.ui-btn .distance {
	margin-right: 30px;
	position: absolute;
	left: -5px;
	top: 43px;
	padding-left: 12px;
	text-align: center;
	min-width: 40px;
}
.ui-page.orderinglocations-page .ui-content ul li a.ui-link.ui-btn .status {
	position: absolute;
	right: 30px;
	line-height: 65px;
	top: 0;
	font-size: 14px;
}
.ui-page.orderingmap-page .location-wrapper {
	padding: 0;
}
.ui-page.orderingmap-page .ui-footer {
	height: 100px;
}
.ui-page.orderingmap-page .ui-footer ul li {
	width: 100%;
	height: 50px;
}
.ui-page.orderingmap-page .ui-footer ul li.ui-block-a {
	background-color: rgba(255, 255, 255, 0.5);
	color: #000;
	padding: 10px 25px;
	font-size: 13px;
}
.ui-page.orderingmap-page .ui-footer ul li.ui-block-a:before {
    content: "\f041";
    font-family: FontAwesome;
    position: absolute;
    font-size: 23px;
    left: 6px;
    top: 8px;
}
.ui-page.orderingmap-page .ui-footer ul li.ui-block-a .text-truncate {
	padding: 0 10px 0 0;
	width: 70%;
}
.ui-page.orderingmap-page .ui-footer ul li.ui-block-a .distance {
    position: absolute;
    right: 0;
    top: 5px;
    width: 100px;
    text-align: right;
}
.ui-page.orderingmap-page .ui-footer ul li.ui-block-b a {
	padding: 17px;
	text-transform: uppercase;
}
.ui-page.orderingmap-page .ui-header .list-link {
	font-size: 25px;
}
.ui-page.orderinglocation-page .location-wrapper {
	padding: 0;
	height: 220px !important;
}
.ui-page.orderinglocation-page .form-wrapper {
	padding-bottom: 20px;
}
.ui-page.orderinglocation-page .services {
	padding: 10px 20px;
}
.ui-page.orderinglocation-page .service {
	width: 100%;	
	height: 50px;
	background-color: rgba(255, 255, 255, 0.5);
	text-align: center;
	line-height: 50px;
	border-radius: 5px;
	color: #000;
	font-size: 14px;
	margin-top: 20px;
	text-transform: uppercase;
}
.ui-page.orderinglocation-page .choose-items {
	margin: 20px;
}
.ui-page.orderinglocation-page .choose-items button {
	border-radius: 5px;
	padding: 12px;
	text-transform: uppercase;
}
.ui-page.orderinglocation-page .location-wrapper .location-info {
	height: 40px;
	background-color: rgba(255, 255, 255, 0.5);
	color: #000;
	font-size: 14px;
	line-height: 20px;
	padding: 5px;
}
.ui-page.orderinglocation-page .location-wrapper .location-info i.fa-map-marker {
	width: 10px;
	float: left;
	margin: 0;
}
.ui-page.orderinglocation-page .location-wrapper .location-info .info {
	width: 80%;
	float: left;
}
.ui-page.orderinglocation-page .location-wrapper .location-info .directions {
	float: right;
	padding: 0;
	margin: 0;
	background: none;
}
.ui-page.orderinglocation-page .location-wrapper .location-info i.fa-share {
	border: 1px solid;
	padding: 5px;
	border-radius: 30px;
	margin: 7px 5px;
	color: #b0210b;
}
.ui-page.orderinglocation-page .form-wrapper .date-wrapper, .ui-page.orderinglocation-page .form-wrapper .time-wrapper {
	display: none;
}
.ui-page.orderinglocation-page .form-wrapper .date-wrapper .label, .ui-page.orderinglocation-page .form-wrapper .time-wrapper .label {
	font-size: 14px;
	padding: 7px 10px;
	position: relative;
}
.ui-page.orderinglocation-page .form-wrapper .time-wrapper .label > span {
    right: 50px;
    position: absolute;
    top: 7px;
}
.ui-page.orderinglocation-page .form-wrapper .time-wrapper .label .ui-checkbox {
    position: absolute;
    right: 5px;
    top: 4px;
    margin: 0;
}
.ui-page.orderinglocation-page .form-wrapper .time-wrapper .label .ui-checkbox > span {
	height: 22px;
    width: 37px;
    background: none !important;
}
.ui-page.orderinglocation-page .form-wrapper .time-wrapper .label .ui-checkbox > span > small {
	width: 22px;
    height: 22px;
}
.ui-page.orderinglocation-page .form-wrapper .dates, .ui-page.orderinglocation-page .form-wrapper .times {
	padding: 5px 20px;
	width: 5000px;
	overflow: hidden;
}
.ui-page.orderinglocation-page .dates .date {
	width: 60px;
	height: 60px;
	float: left;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 3px;
	color: #000;
	text-align: center;
	margin: 0 10px 0px 0;
	text-transform: uppercase;
}
.ui-page.orderinglocation-page .dates .date span {
	font-size: 12px;
	width: 100%;
	display: block;
	line-height: 15px;
	margin-top: 8px;
}
.ui-page.orderinglocation-page .times .time {
	width: 70px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 3px;
	margin: 0 10px 0px 0;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #000;
	float: left;
	height: 40px;
}
.ui-page.orderinglocation-page .times .time.asap {
	width: 150px;
}
.ui-page.orderingmenus-page ul li {
	height: 120px;
	padding: 0;
	margin: 0;
	width: 100%;
	background-size: cover;
	margin-bottom: 10px;
}
.ui-page.orderingmenus-page ul li.ui-block-a {
	clear: none;
}
.ui-page.orderingmenus-page ul li a.ui-link.ui-btn {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
}
.ui-page.orderingmenus-page ul li a.ui-link.ui-btn .name {
	line-height: 20px;
	-webkit-line-clamp: 2;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	white-space: normal;
	max-height: 40px;
	overflow: hidden;
	margin: auto 10px;
	padding: 2px 0;
	top: 50%;
	position: relative;
	font-size: 20px;
}
.ui-page.orderingmenus-page ul.grid li a.ui-link.ui-btn .name {
	line-height: 20px;
	-webkit-line-clamp: 2;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	white-space: normal;
	max-height: 40px;
	overflow: hidden;
	margin: auto 10px;
	padding: 2px 0;
	top: 50%;
	position: relative;
}
.ui-page.orderingmenus-page ul li a.ui-link.ui-btn .total-items {
	position: absolute;
	right: 10px;
	bottom: 8px;
	line-height: 14px;
	font-size: 14px;
}
.ui-page .ui-header .cart-link {
	padding: 0 15px;
	text-align: left;
	width: 30px;
	padding: 0;
}
.ui-page .ui-header .cart-link .cart-info {
	position: absolute;
	right: 0;
	width: 85px;
	left: initial;
	font-size: 12px;
	text-align: center;
}
.ui-page .ui-header .cart-link .cart-info span {
	position: absolute;
	text-align: center;
	right: 0;
}
.ui-page .ui-header .cart-link .cart-info span.cart-total {
	opacity: 0;
}
.ui-page .ui-header .cart-link i::before {
	content: '\36';
	font-family: 'iconfont';
	font-size: 20px;
}
.ui-page.orderingmenu-page ul li {
	background: none;
}
.ui-page.orderingmenu-page ul li a.ui-link.ui-btn {
	background: none;
	color: #fff;
}
.ui-page.orderingmenu-page ul li a.ui-link.ui-btn .thumb {
	width: 60px;
	height: 60px;
	float: left;
	margin: 5px;
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.ui-page.orderingmenu-page ul li a.ui-link.ui-btn .info {
	margin-left: 75px;
    margin-right: 60px;
}
.ui-page.orderingmenu-page ul li a.ui-link.ui-btn .info .name {
	display: block;
	float: none;
	font-size: 14px;
	max-width: calc(100% - 25px);
}
.ui-page.orderingmenu-page ul li a.ui-link.ui-btn .info .description {
	float: none;
	display: block;
	font-size: 12px;
	max-width: calc(100% - 25px);
	overflow: hidden;
    text-overflow: ellipsis;
}
.ui-page.orderingmenu-page ul li a.ui-link.ui-btn .price {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    max-width: 80px;
    text-align: center;
    line-height: 20px;
    -webkit-line-clamp: 2;
    display: block;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    
}
.ui-page.orderingitem-page .info-wrapper {
	height: 250px;
	position: relative;
	background-position-y: 0px;
	background-size: cover;
    background-position: center center;
}
.ui-page.orderingitem-page .form-wrapper {
	padding-bottom: 20px;
}
.ui-page.orderingitem-page .info-wrapper .info {
	bottom: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
    padding: 10px 0;
    padding-right: 80px;
    min-height: 60px;
    display: block;
    width: 100%;
}
.ui-page.orderingitem-page .info-wrapper .info .name {
    line-height: 14px;
    font-size: 14px;
    margin-top: 5px;
    margin-right: 100px;
}
.ui-page.orderingitem-page .info-wrapper .info .description {
    font-size: 12px;
    margin-top: 10px;
    max-width: 100%;
    overflow-y: scroll;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    line-height: 16px;
    white-space: normal;
    padding: 0 10px;
    min-height: 35px;
    max-height: 70px;
    margin-right: 100px;
}
.ui-page.orderingitem-page .info-wrapper .total {
	width: 90px;
    height: 100%;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 14px;
    text-overflow: ellipsis;
    padding: 0 5px;
    overflow: hidden;
    white-space: nowrap;
}
.ui-page.orderingitem-page .info-wrapper .total div {
	position: absolute;
    text-align: center;
    left: 0;
    top: 50%;
    line-height: 20px;
    margin-top: -10px;
    -webkit-line-clamp: 2;
    display: block;
    -webkit-box-orient: vertical;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
.ui-page.orderingitem-page .form-wrapper .quantity-wrapper .label {
	font-size: 14px;
	padding: 5px;
	text-transform: uppercase;
}
.ui-page.orderingitem-page .form-wrapper .quantities {
	padding: 5px 10px;
	width: 5000px;
	overflow: hidden;
	min-height: 80px;
}
.ui-page.orderingitem-page .quantities .quantity {
	width: 80px;
	height: 60px;
	float: left;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 3px;
	color: #000;
	text-align: center;
	margin: 0 10px 10px 0;
	line-height: 60px;
	font-size: 14px;
}
.ui-page.orderingitem-page .quantities .quantity.more {
	width: 80px;
	padding: 0;
}
.ui-page.orderingitem-page .form-wrapper .size-wrapper .label {
	font-size: 14px;
	padding: 5px;
	text-transform: uppercase;
}
.ui-page.orderingitem-page .form-wrapper .sizes {
	padding: 5px 10px;
	width: 5000px;
	overflow: hidden;
}
.ui-page.orderingitem-page .sizes .size {
	width: 110px;
	height: 60px;
	float: left;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 3px;
	color: #000;
	text-align: center;
	margin: 0 10px 10px 0;
	line-height: 60px;
	font-size: 14px;
}
.ui-page.orderingitem-page .form-wrapper .option-wrapper .label {
	font-size: 14px;
	padding: 5px;
	text-transform: uppercase;
}
.ui-page.orderingitem-page .form-wrapper .option-wrapper .options {
    padding: 5px 10px;
}
.ui-page.orderingitem-page .form-wrapper .options .option {
	font-size: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	padding: 5px 0;
	position: relative;
}
.ui-page.orderingitem-page .form-wrapper .options .option .checkbox, 
.ui-page.orderingitem-page .form-wrapper .options .option .minus,
.ui-page.orderingitem-page .form-wrapper .options .option .plus {
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	position: absolute;
}
.ui-page.orderingitem-page .form-wrapper .options .option .checkbox .fa-check, 
.ui-page.orderingitem-page .form-wrapper .options .option .minus .fa-minus,
.ui-page.orderingitem-page .form-wrapper .options .option .plus .fa-plus {
	font-size: 27px;
	display: none;
	line-height: 40px;
}
.ui-page.orderingitem-page .form-wrapper .options .option .checkbox.active .fa-check, 
.ui-page.orderingitem-page .form-wrapper .options .option .minus.active .fa-minus,
.ui-page.orderingitem-page .form-wrapper .options .option .plus.active .fa-plus {	
	display: block;
}
.ui-page.orderingitem-page .form-wrapper .options .option .minus .fa-minus, .ui-page.orderingitem-page .form-wrapper .options .option .plus .fa-plus {
	display: block;
	line-height: 43px;
}
.ui-page.orderingitem-page .form-wrapper .options .option .minus {
	left: -40px;
	z-index: 2;
}
.ui-page.orderingitem-page .form-wrapper .options .option .plus {
	right: -40px;
	z-index: 2;
}
.ui-page.orderingitem-page .form-wrapper .options .option .checkbox {
	left: 0;
	z-index: 1;
}
.ui-page.orderingitem-page .form-wrapper .options .option .name {
	max-width: 57%;
	float: left;
	line-height: 40px;
	margin-left: 40px;
}
.ui-page.orderingitem-page .form-wrapper .options .option.has-quantity .name {
	max-width: 33%;	
}
.ui-page.orderingitem-page .form-wrapper .options .option .price {
	float: right;
	max-width: 90px;
	text-align: right;
	padding: 0;
	line-height: 40px;
}
.ui-page.orderingitem-page .form-wrapper .options .option .ui-checkbox {
	position: absolute;
	width: 40px;
	height: 40px;
	margin: 0;
	right: 0;
	top: 5px;
	display: none;
}
.ui-page.orderingitem-page .form-wrapper .option-groups-wrapper .label-desc {
	overflow: hidden;
}
.ui-page.orderingitem-page .form-wrapper .option-groups-wrapper .label, .ui-page.orderingitem-page .form-wrapper .option-groups-wrapper .desc {
	font-size: 14px;
	padding: 5px;
	text-transform: uppercase;
	float: left;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}
.ui-page.orderingitem-page .form-wrapper .option-groups-wrapper .desc {
	float: right;
	text-align: right;
}
.ui-page.orderingitem-page .form-wrapper .option-groups-wrapper .options {
    padding: 5px 10px;
}
.ui-page.orderingitem-page .form-wrapper .instruction-wrapper {
	margin-top: 15px;
}
.ui-page.orderingitem-page .form-wrapper .instruction-wrapper .instruction {
	padding: 0 10px;
}
.ui-page.orderingitem-page .form-wrapper .instruction-wrapper .label {
	font-size: 14px;
	padding: 5px;
	text-transform: uppercase;
}
.ui-page.orderingitem-page .form-wrapper .instruction-wrapper textarea {
	background-color: rgba(255, 255, 255, 0.5);
	height: 150px !important;
	border-radius: 5px;
	font-size: 14px;
	overflow-y: scroll;
	overflow-x: hidden;
	color: #000;
}
.ui-page.orderingitem-page .form-wrapper .choose-items {
	margin: 10px;
}
.ui-page.orderingitem-page .form-wrapper .choose-items a {
	line-height: 30px;
	border-radius: 5px;
	text-transform: uppercase;
}
#popupMore-popup {
    top: 50% !important;
    left: 50% !important;
    margin-left: -116px;
    margin-top: -58.5px;
    height: 120px;
	overflow: hidden;
}
#popupConfirm-popup {
	min-height: 157px;
	overflow: hidden;
	top: 50% !important;
    left: 50% !important;
    margin-top: -78.5px;
    margin-left: -141px;
    max-height: 165px;
}
#popupMore, #popupErase {
	width: 230px;
}
#popupMore .ui-content, #popupErase .ui-content {
	padding: 10px 0 0 0;
}
#popupMore .ui-content .title, #popupErase .ui-content .title {
	color: #000;
	font-weight: 300;
	font-size: 14px;
}
#popupMore .ui-content .ui-input-text {
	border: none;
}
#popupMore .ui-content input {
	border: 1px solid #aaa;
	width: 90%;
	margin: 0 auto;
	padding: 0 5px;
	height: 25px;
	min-height: 25px;
	font-size: 12px;
	line-height: 25px;
	margin-bottom: 5px;
}
#popupMore .ui-content .buttons a.ui-link, #popupErase .ui-content .buttons a.ui-link {
    width: 105px;
    float: left;
    padding: 7px 0;
    margin: 5px;
    border-right: none;
    border-left: none;
    border-radius: 3px;
}
#popupConfirm {
	width: 280px;
}
#popupConfirm .ui-content {
	padding: 10px;
}
#popupConfirm .title {
	font-size: 14px;
	border-bottom: 1px solid #aaa;
	text-transform: uppercase;
	font-weight: 400;
}
#popupConfirm .thumb {
	width: 50px;
	float: left;
}
#popupConfirm .thumb div {
	width: 50px;
	height: 50px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#popupConfirm .infos {
	position: relative;
}
#popupConfirm .info {
	text-align: left;
}
#popupConfirm .name {
	font-weight: normal;
	font-size: 14px;
	width: 100px;
}
#popupConfirm .quantity {
	font-size: 12px;
	font-weight: normal;
}
#popupConfirm .size {
	font-size: 12px;
	font-weight: normal;
}
#popupConfirm .item-price {
	font-size: 12px;
	font-weight: normal;
}
#popupConfirm .price {
	font-size: 12px;
    width: 90px;
    float: right;
    padding: 0;
    text-align: right;
    position: absolute;
    right: 0;
    top: 2px;
}
#popupConfirm .buttons {
	padding-top: 10px;
}
#popupConfirm .button-wrapper {
    width: 50%;
    float: left;
}
#popupConfirm .button-wrapper button {
	width: 125px;
    margin: 0 auto;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    padding: 0;
    font-size: 14px;
}
#popupConfirm .cancel {
	width: 90px;
	float: left;
	border-radius: 5px;
	text-transform: uppercase;
	padding: 9px 12px;
}
#popupConfirm .add {
	width: 90px;
	float: right;
	border-radius: 5px;
	text-transform: uppercase;
	padding: 9px 12px;
	margin-left: 26px;
}
.ps-carousel {
	background: #000;
}
.ui-page.orderingconfirmation-page .ui-content .ui-navbar .title {
	text-transform: uppercase;
	text-align: center;
	padding: 90px 0 10px;
}
.ui-page.orderingconfirmation-page .buttons {
	padding: 90px;
}
.ui-page.orderingconfirmation-page .buttons .order-more.ui-link.ui-btn {
	border-radius: 5px;
	text-transform: uppercase;
	margin-bottom: 30px;
	background-color: rgba(255, 255, 255, 0.5);
	color: #000;
}
.ui-page.orderingconfirmation-page .buttons .place-order.ui-link.ui-btn {
	text-transform: uppercase;
	border-radius: 5px;
}
.ui-page.orderingcart-page .charges-wrapper {
	background-color: rgba(255, 255, 255, 0.5);
	color: #000;
	padding: 10px;
	font-size: 14px;
}
.ui-page.orderingcart-page .tip-wrapper {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.ui-page.orderingcart-page .tips .tip {
	background-color: rgba(204,204,204,0.4);
	border-radius: 5px;
	width: 30%;
	padding: 7px 0;
	text-align: center;
	margin: 1.666666666666%;
}
.ui-page.orderingcart-page .fee-wrapper {
	margin-top: 10px;
}
.ui-page.orderingcart-page .total-wrapper {
	margin-top: 30px;
}
.ui-page.orderingcart-page .total-wrapper .title {
	text-transform: uppercase;
	font-weight: bold;
}
.ui-page.orderingcart-page .total-wrapper .price {	
	font-weight: bold;
}
.ui-page.orderingcart-page .service-wrapper {
	margin: 15px 10px;
	font-size: 14px;
}
.ui-page.orderingcart-page .service-wrapper .service {
	width: 33.33%;
	background-color: #fff;
	text-align: center;
	font-size: 14px;
	padding: 10px 0;
	text-transform: uppercase;
}
.ui-page.orderingcart-page .date-time-wrapper {
	margin: 10px 10px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.3);
	padding: 8px 0;
	border-radius: 5px;
	font-size: 14px;
}
.ui-page.orderingcart-page .payment-wrapper {
	margin: 10px 0px;
	font-size: 14px;
}
.ui-page.orderingcart-page .payment-wrapper .payment-gateways {
    margin: 0 10px;
}
.ui-page.orderingcart-page .payment-wrapper .title {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}
.ui-page.orderingcart-page .payment-gateways .payment-gateway {
	width: 50%;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	background-color: rgba(255, 255, 255, 0.5);
	color: #000;
	padding: 10px 0;
}
.ui-page.orderingcart-page .contact-wrapper {
	margin-top: 10px;
	font-size: 14px;
}
.ui-page.orderingcart-page .contact-wrapper .contact-fields {
	margin: 0px 10px;
}
.ui-page.orderingcart-page .contact-wrapper .title {
	text-transform: uppercase;
	border-bottom: 1px solid #aaa;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}
.ui-page.orderingcart-page .contact-wrapper ul li {
	background-color: rgba(255, 255, 255, 0.7);	
	padding: 0;
	height: 40px;
	border-radius: 5px;
	margin: 0 0 10px 0;
}
.ui-page.orderingcart-page .contact-wrapper ul li .ui-field-contain {
	margin: 0;
	padding: 0;
}
.ui-page.orderingcart-page .contact-wrapper ul li label {
	width: 90px;
	padding: 0 0 0 10px;
	float: left;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin: 0;
}
.ui-page.orderingcart-page .contact-wrapper ul li .ui-field-contain .ui-input-text {
	width: auto;
	float: none;
	border: none !important;
	margin: 0 0 0 100px;
	height: 40px;
}
.ui-page.orderingcart-page .contact-wrapper ul li .fake-address {
    position: absolute;
    height: 40px;
    line-height: 40px;
    width: 70%;
    right: 0;
	font-size: 14px;
    text-align: right;
    font-weight: 300;
	color: #999;
}
.ui-page.orderingcart-page .contact-wrapper ul li .fake-address.black {
	color: #000;
}
.ui-page.orderingcart-page .contact-wrapper ul li .ui-field-contain input {
	height: 40px;
	margin: 0;
	padding: 0 15px 0 0;
	font-size: 14px;
	text-align: right;
}
body.in-frame .ui-page.orderingcart-page .contact-wrapper ul li .ui-field-contain input[type="number"] {
	padding: 0px;
}
.ui-page.orderingcart-page .email-wrapper {
	margin: 0;
}
.ui-page.orderingcart-page .email-wrapper .wrapper-title {
	padding: 3px 10px;
}
.ui-page.orderingcart-page .email-wrapper .ui-checkbox {
	margin: 0;
}
.ui-page.orderingcart-page .email-wrapper label {
    background: none;
    width: 50%;
    float: left;
    padding: 0;
    color: inherit;
    font-size: 14px;
    line-height: 23px;
}
.ui-page.orderingcart-page #popupSuccess .icon i {
    color: #000;
}
.ui-page.orderingcart-page #popupSuccess .ui-content {
    color: #000;
}
.ui-page.orderingcart-page .email-wrapper .contact-fields {
	margin: 10px;
	display: none;
}
.ui-page.orderingcart-page .email-wrapper ul li {
	background-color: rgba(255, 255, 255, 0.7);	
	padding: 0;
	height: 40px;
	border-radius: 5px;
	margin: 0 0 10px 0;
}
.ui-page.orderingcart-page .email-wrapper ul li .ui-field-contain {
	margin: 0;
	padding: 0;
}
.ui-page.orderingcart-page .email-wrapper ul li label {
	width: 90px;
	padding: 0 0 0 10px;
	float: left;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin: 0;
}
.ui-page.orderingcart-page .email-wrapper ul li .ui-field-contain .ui-input-text {
	width: auto;
	float: none;
	border: none !important;
	margin: 0 0 0 100px;
	height: 40px;
}
.ui-page.orderingcart-page .email-wrapper ul li .ui-field-contain input {
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 14px;
	text-align: right;
}
.ui-page.orderingcart-page .email-wrapper .switchery {
    float: right;
    background: none !important;
	height: 25px;
	width: 40px;
}
.ui-page.orderingcart-page .email-wrapper .switchery > small {
	height: 25px;
	width: 25px;
}
.ui-page.orderingcart-page .wrapper-title {
    text-transform: uppercase;
    padding: 5px 10px;
}
.ui-page.orderingcart-page .checkout-wrapper {
	margin: 20px;
	padding-bottom: 20px;
}
.ui-page.orderingcart-page .checkout-wrapper button {
	border-radius: 5px;
	text-transform: uppercase;
}
.ui-page.orderingcart-page .location-wrapper {
	width: 100%;
    height: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    z-index: -1;
	opacity: 0.01;
}
.ui-page.orderingcart-page .location-wrapper .ui-input-text {
	display: none;
}
.ui-page.orderingcart-page input::-webkit-input-placeholder {
     direction: rtl;
}
.ui-page.orderingcart-page .controls {
	width: 100%;
    left: 0;
    height: 20px !important;
    z-index: 99999999 !important;
    font-size: 14px !important;
    border-radius: 0 !important;
    padding: 5px !important;
    display: none;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 50%;
    position: relative !important;
    border: none !important;
    border-radius: 3px !important;
    background-color: transparent;
    color: #fff;
    outline: none;
	text-align: left;
	overflow: hidden;
    text-overflow: ellipsis;
}
.ui-page.orderingcart-page .ui-content .controls {
	left: 1px;
	display: none;
}
.ui-page.orderingcart-page .controls-wrapper {
	width: 100% !important;
    height: 40px !important;
    margin: 0 !important;
    left: 100%;
    position: fixed !important;
    z-index: 99999999 !important;
    top: 50px !important;
}
.ui-page.orderingcart-page .ui-header .place-select {
    font-size: 14px !important;
    padding: 0 0px;
    width: 45px;
    display: none;
}
.ui-page.orderingcart-page .items-wrapper {
	background-color: rgba(255, 255, 255, 0.5);
	color: #000;
}
.ui-page.orderingcart-page .item {
	border-bottom: 1px solid #ccc;
	position: relative;
	padding: 10px 10px 0;
}
.ui-page.orderingcart-page .item .thumb {
	width: 60px;
	height: 60px;
	background-size: cover;
}
.ui-page.orderingcart-page .item .info {
	max-width: 60%;
	font-size: 12px;
}
.ui-page.orderingcart-page .item .info .name {
	font-size: 14px;
	margin-bottom: 10px;
}
.ui-page.orderingcart-page .item .info .quantity-wrapper {
	padding: 10px;
}
.ui-page.orderingcart-page .item .info .quantity-wrapper .minus {
	width: 25px;
	text-align: center;
	height: 25px;
	border-radius: 3px 0px 0px 3px;
	line-height: 25px;
	font-size: 14px;
}
.ui-page.orderingcart-page .item .info .quantity-wrapper .quantity {
	width: 35px;
	text-align: center;
	height: 25px;
	background-color: #aaa;
	line-height: 25px;
}
.ui-page.orderingcart-page .item .info .options {
	-webkit-box-orient: vertical;
    white-space: normal;
    max-height: 30px;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
}
.ui-page.orderingcart-page .item .quantity-wrapper .plus {
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	border-radius: 0px 3px 3px 0px;
}
.ui-page.orderingcart-page .item > .price {
	max-width: 20%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 15px;
}
.ui-page.orderingcart-page #popupSuccess {
	width: 280px;
	font-size: 14px;
	background-color: #fff;
	height: 225px;
}
.ui-page.orderingcart-page #popupSuccess .ui-content {
	padding: 15px 20px;
}
.ui-page.orderingcart-page #popupSuccess .title {
	font-size: 15px;
	border-bottom: 1px solid #aaa;
}
.ui-page.orderingcart-page #popupSuccess .message  {
	width: 60%;
	padding: 0;
	text-align: left;
}
.ui-page.orderingcart-page #popupSuccess .message .thanks {
	font-size: 15px;
	margin-top: 30px;
}
.ui-page.orderingcart-page #popupSuccess .icon {
	width: 40%;
	position: relative;
}
.ui-page.orderingcart-page #popupSuccess .icon i {
	font-size: 70px;
	margin-top: 10px;
}
.ui-page.orderingcart-page #popupSuccess .icon .overlay {
	background-color: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
}
.ui-page.orderingcart-page #popupSuccess .button-wrapper a {
	width: 100px;
	margin: 0 auto;
	border-radius: 5px;
	text-transform: uppercase;
	border-bottom: 1px solid #aaa;
}
.ui-page.orderingmain-page .past-orders ul li a.ui-link.ui-btn {
	position: relative;
	padding: 10px 5px;
	background-color: transparent;
	border-bottom: 1px solid #aaa;
}
.ui-page.orderingmain-page .past-orders ul li a.ui-link.ui-btn i {
	width: 55px;
	height: 55px;
	background-size: 100% 100%;
	margin: 0;
}
.ui-page.orderingmain-page .past-orders ul li a.ui-link.ui-btn .info {
	width: 65%;
	margin-left: 55px;
	text-align: left;
	text-transform: initial;
}
.ui-page.orderingmain-page .past-orders ul li a.ui-link.ui-btn .price {
	position: absolute;
	right: 10px;
	top: 0;
	line-height: 30px;
}
.ui-page.orderingdetail-page .items ul li {
	background-color: #fff;
	color: #000;
	border-bottom: 1px solid #ccc;
	padding: 10px;
}
.ui-page.orderingdetail-page .items ul li i {
	background-image: url("../../../../../dev.biznessapps.com/custom_images/donfrank/ordering/burger-wider435c4.png?width=50&amp;height=50&amp;modified=1435770679&amp;v=6.0.7.78");
	width: 65px;
	height: 65px;
	float: left;
	margin: 0;
}
.ui-page.orderingdetail-page .items ul li .info {
	width: 70%;
	margin-left: 65px;
	text-align: left;
	font-size: 12px;
}
.ui-page.orderingdetail-page .items ul li .info .name {
	font-size: 13px;
	margin-bottom: 5px;
}
.ui-page.orderingdetail-page .items ul li > .price {
	position: absolute;
	right: 10px;
	top: 0px;
	line-height: 88px;
	font-size: 14px;
}
.ui-page.orderingdetail-page .order-info {
	background-color: #fff;
	color: #000;
	font-size: 12px;
	padding: 10px;
	line-height: 25px;
}
.ui-page.orderingdetail-page .order-info .total-amount .label {
	text-transform: uppercase;
	font-size: 14px;
}
.order-search-bar {
	margin-top: 50px;
	height: 25px;
	padding: 5px 12px;
	position: relative;
    z-index: 1;
    -moz-box-shadow: inset 0px 6px 8px -8px #000000;
    -webkit-box-shadow: inset 0px 6px 8px -8px #000000;
    box-shadow: inset 0px 6px 8px -8px #000000;
}
.order-search-bar > div {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	position: relative;
}
.order-search-bar > div i.fa-search {
	position: absolute;
	text-shadow: none;
	font-size: 14px;
	left: 50%;
	top: 5px;
	margin-left: -25px;
	z-index: 99;
}
.order-search-bar > div .ui-input-text {
	width: 90%;
	height: 25px;
	margin: 0;
	border: none !important;
	z-index: 99;
	margin-left: -5px;
	position: absolute;
	left: 50%;
}
.order-search-bar > div .ui-input-text input {
	margin: 0;
	padding: 0;
	min-height: 25px;
	font-size: 14px;
	color: #000;
}
.order-search-bar > div .ui-input-text input::-webkit-input-placeholder {
	color: #000;
}
.order-search-bar i.fa-times-circle, .controls-wrapper i.fa-times-circle {
    position: absolute;
    right: -5px;
    text-shadow: none;
    color: #aaa;
    top: -5px;
    display: none;
    z-index: 999;
    padding: 10px;
}
.ui-page.orderingcart-page .controls-wrapper > div {
	position: relative;
    background-color: rgba(0, 0, 0, 0.3);
    margin: 5px;
    border-radius: 3px;
}
.ui-page.orderingcart-page .controls-wrapper i.fa-search {
	position: absolute;
	text-shadow: none;
	font-size: 14px;
	left: -15px;
	top: 7px;
	margin-left: 50%;
	z-index: 99;
}
.ui-page.orderingcart-page .controls-wrapper i.fa-times-circle {
    position: absolute;
    right: 0px;
    text-shadow: none;
    color: #aaa;
    top: -3px;
    display: none;
	z-index: 999999999;
    padding: 10px;
}
.pac-container {
	left: 0px !important;
	width: 100% !important;
}
.orderingmap-page.ui-page .gm-style .gm-style-iw .mark-info {
	max-width: 200px;
}
.orderingmap-page.ui-page .gm-style .gm-style-iw {
	left: 25px !important;
}
.orderingmap-page.ui-page .gm-style .gm-style-iw > div {
	max-width: initial !important;
	text-align: center;
}
.orderingmap-page.ui-page .gm-style .gm-style-iw .status {
	text-transform: uppercase;
	margin-top: 10px;
	font-size: 12px;
}
.ios-loader {
	background-color: rgba(0, 0, 0, 0.9);
	width: 70px;
	height: 70px;
	text-align: center;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -35px;
	margin-left: -35px;
	border-radius: 5px;
}
.ios-loader div {
	background: url("../images/loader.gif") center center no-repeat;
	width: 30px;
    height: 30px;
    background-size: 30px 30px;
    margin: 20px;
}

.ui-page.orderingcart-page .ui-content input::-webkit-input-placeholder {  
   color: #999;
}
.ui-page.orderingcart-page .ui-content input:-moz-placeholder {  
   color: #999;
}
.ui-page.orderingcart-page .ui-content input::-moz-placeholder {  
   color: #999;
}
.ui-page.orderingcart-page .ui-content input:-ms-input-placeholder {  
   color: #999;
}
#popupBraintree .ui-btn.ui-input-btn {
	background-color: #009CDE;
    color: #fff;
    border-radius: 5px;
}

.ui-page.merchandisev2menus-page ul li {
	height: 200px;
	padding: 0;
	margin: 0;
	width: 100%;
	background-size: cover;
	margin-bottom: 10px;
}
.ui-page.merchandisev2menus-page ul li.ui-block-a {
	clear: none;
}
.ui-page.merchandisev2menus-page ul li a.ui-link.ui-btn {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
}
.ui-page.merchandisev2menus-page ul li a.ui-link.ui-btn .name {
	line-height: 20px;
	-webkit-line-clamp: 2;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	white-space: normal;
	max-height: 40px;
	overflow: hidden;
	margin: auto 10px;
	padding: 2px 0;
	top: 50%;
	position: relative;
	font-size: 20px;
}
.ui-page.merchandisev2menus-page ul.grid li a.ui-link.ui-btn .name {
	line-height: 20px;
	-webkit-line-clamp: 2;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	white-space: normal;
	max-height: 40px;
	overflow: hidden;
	margin: auto 10px;
	padding: 2px 0;
	top: 50%;
	position: relative;
}
.ui-page.merchandisev2menus-page ul li a.ui-link.ui-btn .total-items {
	position: absolute;
	right: 10px;
	bottom: 8px;
	line-height: 14px;
	font-size: 14px;
}
.ui-page.merchandisev2menu-page ul li {
	background: none;
}
.ui-page.merchandisev2menu-page ul li a.ui-link.ui-btn {
	background: none;
	color: #fff;
}
.ui-page.merchandisev2menu-page ul li a.ui-link.ui-btn .thumb {
	width: 60px;
	height: 60px;
	float: left;
	margin: 5px;
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.ui-page.merchandisev2menu-page ul li a.ui-link.ui-btn .info {
	margin-left: 75px;
    margin-right: 80px;/*add bytes*/
}
.ui-page.merchandisev2menu-page ul li a.ui-link.ui-btn .info .name {
	display: block;
	float: none;
	font-size: 14px;
	max-width: 100%;
}
.ui-page.merchandisev2menu-page ul li a.ui-link.ui-btn .info .description {
	float: none;
	display: block;
	font-size: 12px;
	max-width: 100%;
	overflow: hidden;
    text-overflow: ellipsis;
}
.ui-page.merchandisev2menu-page ul li a.ui-link.ui-btn .price {
    position: absolute;
    top: 5px;
    right: 5px;
    max-width: 80px;
    text-align: center;
    line-height: 20px;
    -webkit-line-clamp: 2;
    display: block;
    -webkit-box-orient: vertical;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ui-page.merchandisev2item-page .info-wrapper {
	height: 250px;
	position: relative;
	background-position-y: 0px;
	background-size: cover;
    background-position: center center;
}
.ui-page.merchandisev2item-page .form-wrapper {
	padding-bottom: 20px;
}
.ui-page.merchandisev2item-page .info-wrapper .cloud-container {
	position: absolute;
	z-index: 0;
	height: 250px !important;
}
.ui-page.merchandisev2item-page .info-wrapper .cloud-container .cloud-wrapper,
.ui-page.merchandisev2item-page .info-wrapper .cloud-container .cloud-wrapper .kr-sky {
	height: 250px !important;
	width: 100% !important;
}
.ui-page.merchandisev2item-page .info-wrapper .cloud-container a.ui-link.ui-btn {
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}
.ui-page.merchandisev2item-page .info-wrapper .cloud-container a.ui-link.ui-btn:hover {
	opacity: 1 !important;
}
.ps-active .cart-link {
	display: none;
}
.ui-page.merchandisev2item-page .info-wrapper .info {
	bottom: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
    padding: 10px 0;
    padding-right: 80px;
    min-height: 60px;
    display: block;
    width: 100%;
}
.ui-page.merchandisev2item-page .info-wrapper .info .name {
    line-height: 14px;
    font-size: 14px;
    margin-top: 5px;
    margin-right: 100px;
}
.ui-page.merchandisev2item-page .info-wrapper .info .description {
    font-size: 12px;
    margin-top: 10px;
    max-width: 100%;
    overflow-y: scroll;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    line-height: 16px;
    white-space: normal;
    padding: 0 10px;
    min-height: 35px;
    max-height: 70px;
    margin-right: 100px;
}
.ui-page.merchandisev2item-page .info-wrapper .total {
	width: 90px;
    height: 100%;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 14px;
    text-overflow: ellipsis;
    padding: 0 5px;
    overflow: hidden;
    white-space: nowrap;
}
.ui-page.merchandisev2item-page .info-wrapper .total div {
	position: absolute;
    text-align: center;
    left: 0;
    top: 50%;
    line-height: 20px;
    margin-top: -10px;
    -webkit-line-clamp: 2;
    display: block;
    -webkit-box-orient: vertical;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
.ui-page.merchandisev2item-page .form-wrapper .quantity-wrapper .label {
	font-size: 14px;
	padding: 5px;
	text-transform: uppercase;
}
.ui-page.merchandisev2item-page .form-wrapper .quantities {
	padding: 5px 10px;
	width: 5000px;
	overflow: hidden;
	min-height: 80px;
}
.ui-page.merchandisev2item-page .quantities .quantity {
	width: 80px;
	height: 60px;
	float: left;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 3px;
	color: #000;
	text-align: center;
	margin: 0 10px 10px 0;
	line-height: 60px;
	font-size: 14px;
}
.ui-page.merchandisev2item-page .quantities .quantity.more {
	width: 80px;
	padding: 0;
}
.ui-page.merchandisev2item-page .form-wrapper .size-wrapper .label {
	font-size: 14px;
	padding: 5px;
	text-transform: uppercase;
}
.ui-page.merchandisev2item-page .form-wrapper .sizes {
	padding: 5px 10px;
	width: 5000px;
	overflow: hidden;
}
.ui-page.merchandisev2item-page .sizes .size {
	width: 110px;
	height: 60px;
	float: left;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 3px;
	color: #000;
	text-align: center;
	margin: 0 10px 10px 0;
	line-height: 60px;
	font-size: 14px;
}
.ui-page.merchandisev2item-page .form-wrapper .option-wrapper .label {
	font-size: 14px;
	padding: 5px;
	text-transform: uppercase;
}
.ui-page.merchandisev2item-page .form-wrapper .option-wrapper .options {
    padding: 5px 10px;
}
.ui-page.merchandisev2item-page .form-wrapper .options .option {
	font-size: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	padding: 5px 0;
	position: relative;
}
.ui-page.merchandisev2item-page .form-wrapper .options .option .checkbox {
	width: 30px;
	height: 30px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 3px;
	float: left;
	text-align: center;
	line-height: 30px;
}
.ui-page.merchandisev2item-page .form-wrapper .options .option .checkbox .fa-check {
	font-size: 27px;
	display: none;
	line-height: 30px;
}
.ui-page.merchandisev2item-page .form-wrapper .options .option .checkbox.active .fa-check {	
	display: block;
}
.ui-page.merchandisev2item-page .form-wrapper .options .option .name {
	width: 60%;
	float: left;
	line-height: 30px;
}
.ui-page.merchandisev2item-page .form-wrapper .options .option .price {
	float: right;
	width: 70px;
	text-align: right;
	padding: 0;
	line-height: 30px;
}
.ui-page.merchandisev2item-page .form-wrapper .options .option .ui-checkbox {
	position: absolute;
	width: 30px;
	height: 30px;
	margin: 0;
	right: 0;
	top: 5px;
}
.ui-page.merchandisev2item-page .form-wrapper .instruction-wrapper {
	margin-top: 15px;
}
.ui-page.merchandisev2item-page .form-wrapper .instruction-wrapper .instruction {
	padding: 0 10px;
}
.ui-page.merchandisev2item-page .form-wrapper .instruction-wrapper .label {
	font-size: 14px;
	padding: 5px;
	text-transform: uppercase;
}
.ui-page.merchandisev2item-page .form-wrapper .instruction-wrapper textarea {
	background-color: rgba(255, 255, 255, 0.5);
	height: 150px !important;
	border-radius: 5px;
	font-size: 14px;
	overflow-y: scroll;
	overflow-x: hidden;
	color: #000;
}
.ui-page.merchandisev2item-page .form-wrapper .choose-items {
	margin: 10px;
}
.ui-page.merchandisev2item-page .form-wrapper .choose-items a {
	line-height: 30px;
	border-radius: 5px;
	text-transform: uppercase;
}
.ui-page.merchandisev2confirmation-page .ui-content .ui-navbar .title {
	text-transform: uppercase;
	text-align: center;
	padding: 90px 0 10px;
}
.ui-page.merchandisev2confirmation-page .buttons {
	padding: 90px;
}
.ui-page.merchandisev2confirmation-page .buttons .order-more.ui-link.ui-btn {
	border-radius: 5px;
	text-transform: uppercase;
	margin-bottom: 30px;
	background-color: rgba(255, 255, 255, 0.5);
	color: #000;
	font-size: 12px;
    padding: 10px 5px;
}
.ui-page.merchandisev2confirmation-page .buttons .place-order.ui-link.ui-btn {
	text-transform: uppercase;
	border-radius: 5px;
	font-size: 12px;
    padding: 10px 5px;
}
.ui-page.merchandisev2cart-page .charges-wrapper {
	background-color: rgba(255, 255, 255, 0.5);
	color: #000;
	padding: 10px;
	font-size: 14px;
}
.ui-page.merchandisev2cart-page .fee-wrapper {
	margin-top: 10px;
}
.ui-page.merchandisev2cart-page .total-wrapper {
	margin-top: 30px;
}
.ui-page.merchandisev2cart-page .total-wrapper .title {
	text-transform: uppercase;
	font-weight: bold;
}
.ui-page.merchandisev2cart-page .total-wrapper .price {	
	font-weight: bold;
}
.ui-page.merchandisev2cart-page .service-wrapper {
	margin: 15px 10px;
	font-size: 14px;
}
.ui-page.merchandisev2cart-page .service-wrapper .service {
	width: 33.33%;
	background-color: #fff;
	text-align: center;
	font-size: 14px;
	padding: 10px 0;
	text-transform: uppercase;
}
.ui-page.merchandisev2cart-page .date-time-wrapper {
	margin: 10px 10px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.3);
	padding: 8px 0;
	border-radius: 5px;
	font-size: 14px;
}
.ui-page.merchandisev2cart-page .payment-wrapper {
	margin: 10px 0px;
	font-size: 14px;
}
.ui-page.merchandisev2cart-page .payment-wrapper .payment-gateways {
    margin: 0 10px;
}
.ui-page.merchandisev2cart-page .payment-wrapper .title,
.ui-page.merchandisev2cart-page .deliver-wrapper .title{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}
.ui-page.merchandisev2cart-page .payment-gateways .payment-gateway
{
	width: 50%;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	background-color: rgba(255, 255, 255, 0.5);
	color: #000;
	padding: 10px 0;
}
.ui-page.merchandisev2cart-page .deliver-wrapper .deliver-options {
	margin: 0px 20px;
}
.ui-page.merchandisev2cart-page .deliver-options .deliver-option {
	text-align: center;
	font-size: 12px;
	text-transform: capitalize;
	background-color: rgba(255, 255, 255, 0.5);
	color: #000;
	padding: 10px 0;
	margin: 0px 5px;
}
.ui-page.merchandisev2cart-page .shipping-address-wrapper {
	margin-top: 10px;
	font-size: 14px;
}
.ui-page.merchandisev2cart-page .shipping-address-wrapper .contact-fields {
	margin: 0px 10px;
}
.ui-page.merchandisev2cart-page .shipping-address-wrapper .title {
	text-transform: uppercase;
	border-bottom: 1px solid #aaa;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}
.ui-page.merchandisev2cart-page .shipping-address-wrapper ul li {
	background-color: rgba(255, 255, 255, 0.7);	
	padding: 0;
	height: 40px;
	border-radius: 5px;
	margin: 0 0 10px 0;
}
.ui-page.merchandisev2cart-page .shipping-address-wrapper ul li .ui-field-contain {
	margin: 0;
	padding: 0;
}
.ui-page.merchandisev2cart-page .shipping-address-wrapper ul li label {
	width: 90px;
	padding: 0 0 0 10px;
	float: left;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin: 0;
}
.ui-page.merchandisev2cart-page .shipping-address-wrapper ul li .ui-field-contain .ui-input-text {
	width: auto;
	float: none;
	border: none !important;
	margin: 0 0 0 100px;
	height: 40px;
}
.ui-page.merchandisev2cart-page ul li .fake-address {
    position: absolute;
    height: 40px;
    line-height: 40px;
    width: 70%;
    right: 0;
	font-size: 14px;
    text-align: right;
    font-weight: 300;
	color: #999;
}
.ui-page.merchandisev2cart-page ul li .fake-address.black {
	color: #000;
}
.ui-page.merchandisev2cart-page .shipping-address-wrapper ul li .ui-field-contain input {
	height: 40px;
	margin: 0;
	padding: 0 15px 0 0;
	font-size: 14px;
	text-align: right;
}
body.in-frame .ui-page.merchandisev2cart-page .shipping-address-wrapper ul li .ui-field-contain input[type="number"] {
	padding: 0;
}
.ui-page.merchandisev2cart-page .billing-address-wrapper {
	margin: 0;
}
.ui-page.merchandisev2cart-page .billing-address-wrapper .wrapper-title {
	padding: 3px 10px;
	position: relative;
}
.ui-page.merchandisev2cart-page .billing-address-wrapper .same-as-shipping {
	position: absolute;
	right: 57px;
	text-transform: none;
	font-size: 14px;
	top: 8px;
}
.ui-page.merchandisev2cart-page .billing-address-wrapper .ui-checkbox {
	margin: 0;
}
.ui-page.merchandisev2cart-page .billing-address-wrapper label {
    background: none;
    width: 50%;
    float: left;
    padding: 0;
    color: inherit;
    font-size: 14px;
    line-height: 27px;
}
.ui-page.merchandisev2cart-page #popupSuccess .icon i {
    color: #000;
}
.ui-page.merchandisev2cart-page #popupSuccess .ui-content {
    color: #000;
}
.ui-page.merchandisev2cart-page .billing-address-wrapper .contact-fields {
	margin: 10px;
	display: none;
}
.ui-page.merchandisev2cart-page .billing-address-wrapper ul li {
	background-color: rgba(255, 255, 255, 0.7);	
	padding: 0;
	height: 40px;
	border-radius: 5px;
	margin: 0 0 10px 0;
}
.ui-page.merchandisev2cart-page .billing-address-wrapper ul li .ui-field-contain {
	margin: 0;
	padding: 0;
}
.ui-page.merchandisev2cart-page .billing-address-wrapper ul li label {
	width: 90px;
	padding: 0 0 0 10px;
	float: left;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin: 0;
}
.ui-page.merchandisev2cart-page .billing-address-wrapper ul li .ui-field-contain .ui-input-text {
	width: auto;
	float: none;
	border: none !important;
	margin: 0 0 0 100px;
	height: 40px;
}
.ui-page.merchandisev2cart-page .billing-address-wrapper ul li .ui-field-contain input {
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 14px;
	text-align: right;
}
.ui-page.merchandisev2cart-page .billing-address-wrapper .switchery {
    float: right;
    background: none !important;
	height: 25px;
	width: 40px;
}
.ui-page.merchandisev2cart-page .billing-address-wrapper .switchery > small {
	height: 25px;
	width: 25px;
}
.ui-page.merchandisev2cart-page .wrapper-title {
    text-transform: uppercase;
    padding: 5px 10px;
}
.ui-page.merchandisev2cart-page .checkout-wrapper {
	margin: 20px;
	padding-bottom: 20px;
}
.ui-page.merchandisev2cart-page .checkout-wrapper button {
	border-radius: 5px;
	text-transform: uppercase;
}
.ui-page.merchandisev2cart-page .location-wrapper {
	width: 100%;
    height: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    z-index: -1;
	opacity: 0.01;
}
.ui-page.merchandisev2cart-page .location-wrapper .ui-input-text {
	display: none;
}
.ui-page.merchandisev2cart-page input::-webkit-input-placeholder {
     direction: rtl;
}
.ui-page.merchandisev2cart-page .controls {
	width: 100%;
    left: 0;
    height: 20px !important;
    z-index: 99999999 !important;
    font-size: 14px !important;
    border-radius: 0 !important;
    padding: 5px !important;
    display: none;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 50%;
    position: relative !important;
    border: none !important;
    border-radius: 3px !important;
    background-color: transparent;
    color: #fff;
    outline: none;
	text-align: left;
	overflow: hidden;
    text-overflow: ellipsis;
}
.ui-page.merchandisev2cart-page .ui-content .controls {
	left: 1px;
}
.ui-page.merchandisev2cart-page .controls-wrapper {
	width: 100% !important;
    height: 40px !important;
    margin: 0 !important;
    left: 100%;
    position: fixed !important;
    z-index: 99999999 !important;
    top: 50px !important;
}
.ui-page.merchandisev2cart-page .ui-header .place-select {
    font-size: 14px !important;
    padding: 0 0px;
    width: 45px;
    display: none;
}
.ui-page.merchandisev2cart-page .ui-header .place-select.disabled {
	opacity: 0.5;
}
.ui-page.merchandisev2cart-page .items-wrapper {
	background-color: rgba(255, 255, 255, 0.5);
	color: #000;
	padding: 10px;
}
.ui-page.merchandisev2cart-page .item {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.ui-page.merchandisev2cart-page .item .thumb {
	width: 60px;
	height: 60px;
	background-size: cover;
}
.ui-page.merchandisev2cart-page .item .info {
	max-width: 60%;
	font-size: 12px;
}
.ui-page.merchandisev2cart-page .item .info .name {
	font-size: 14px;
	margin-bottom: 10px;
}
.ui-page.merchandisev2cart-page .item .info .quantity-wrapper {
	padding: 10px;
}
.ui-page.merchandisev2cart-page .item .info .quantity-wrapper .minus {
	width: 25px;
	text-align: center;
	height: 25px;
	border-radius: 3px 0px 0px 3px;
	line-height: 25px;
	font-size: 14px;
}
.ui-page.merchandisev2cart-page .item .info .quantity-wrapper .quantity {
	width: 35px;
	text-align: center;
	height: 25px;
	background-color: #aaa;
	line-height: 25px;
}
.ui-page.merchandisev2cart-page .item .info .options {
	-webkit-box-orient: vertical;
    white-space: normal;
    max-height: 30px;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
}
.ui-page.merchandisev2cart-page .item .quantity-wrapper .plus {
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	border-radius: 0px 3px 3px 0px;
}
.ui-page.merchandisev2cart-page .item > .price {
	font-size: 14px;
	max-width: 20%;
    word-wrap: break-word;
}
.ui-page.merchandisev2cart-page #popupSuccess {
	width: 280px;
	font-size: 14px;
	background-color: #fff;
	height: 225px;
}
.ui-page.merchandisev2cart-page #popupSuccess .ui-content {
	padding: 15px 20px;
}
.ui-page.merchandisev2cart-page #popupSuccess .title {
	font-size: 15px;
	border-bottom: 1px solid #aaa;
}
.ui-page.merchandisev2cart-page #popupSuccess .message  {
	width: 60%;
	padding: 0;
	text-align: left;
}
.ui-page.merchandisev2cart-page #popupSuccess .message .thanks {
	font-size: 15px;
	margin-top: 30px;
}
.ui-page.merchandisev2cart-page #popupSuccess .icon {
	width: 40%;
	position: relative;
}
.ui-page.merchandisev2cart-page #popupSuccess .icon i {
	font-size: 70px;
	margin-top: 10px;
}
.ui-page.merchandisev2cart-page #popupSuccess .icon .overlay {
	background-color: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
}
.ui-page.merchandisev2cart-page #popupSuccess .button-wrapper a {
	width: 100px;
	margin: 0 auto;
	border-radius: 5px;
	text-transform: uppercase;
	border-bottom: 1px solid #aaa;
}
.ui-page.merchandisev2cart-page .controls-wrapper > div {
	position: relative;
    background-color: rgba(0, 0, 0, 0.3);
    margin: 5px;
    border-radius: 3px;
}
.ui-page.merchandisev2cart-page .controls-wrapper i.fa-search {
	position: absolute;
	text-shadow: none;
	font-size: 14px;
	left: -15px;
	top: 7px;
	margin-left: 50%;
	z-index: 99;
}
.ui-page.merchandisev2cart-page .controls-wrapper i.fa-times-circle {
    position: absolute;
    right: 0px;
    text-shadow: none;
    color: #aaa;
    top: -3px;
    display: none;
	z-index: 999999999;
    padding: 10px;
}
.ui-page.merchandisev2cart-page .ui-content input::-webkit-input-placeholder {
   color: #999;
}
.ui-page.merchandisev2cart-page .ui-content input:-moz-placeholder {
   color: #999;
}
.ui-page.merchandisev2cart-page .ui-content input::-moz-placeholder {
   color: #999;
}
.ui-page.merchandisev2cart-page .ui-content input:-ms-input-placeholder {
   color: #999;
}
.ui-page.merchandisev2cart-page .shipping-address-wrapper ul li.shipping-instruction {
	height: 140px;
}
.ui-page.merchandisev2cart-page .shipping-address-wrapper ul li.shipping-instruction label {
    width: 125px;
}
.ui-page.merchandisev2cart-page .shipping-address-wrapper ul li.shipping-instruction .ui-textarea {
    margin: 0px 0 0 165px;
    height: 140px;
    width: auto;
    display: block;
    float: none;
    clear: none;
}
.ui-page.merchandisev2cart-page .shipping-address-wrapper ul li.shipping-instruction textarea {
	height: 140px !important;
	margin: 0px !important;
    width: 100% !important;
    font-size: 14px !important;
    padding: 10px !important;
}
.merch-search-bar {
	margin-top: 50px;
	height: 25px;
	padding: 5px 12px;
	position: relative;
    z-index: 1;
}
.merch-search-bar > div {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	position: relative;
}
.merch-search-bar > div i.fa-search {
	position: absolute;
	text-shadow: none;
	font-size: 14px;
	left: 50%;
	top: 5px;
	margin-left: -25px;
	z-index: 99;
}
.merch-search-bar > div .ui-input-text {
	width: 90%;
	height: 25px;
	margin: 0;
	border: none !important;
	z-index: 99;
	margin-left: -5px;
	position: absolute;
	left: 50%;
}
.merch-search-bar > div .ui-input-text input {
	margin: 0;
	padding: 0;
	min-height: 25px;
	font-size: 14px;
	color: #000;
}
.merch-search-bar > div .ui-input-text input::-webkit-input-placeholder {
	color: #000;
}
.merch-search-bar i.fa-times-circle, .controls-wrapper i.fa-times-circle {
    position: absolute;
    right: -5px;
    text-shadow: none;
    color: #aaa;
    top: -5px;
    display: none;
    z-index: 999;
    padding: 10px;
}
.ui-page.emailform-page .form_info {
	padding: 20px;
}
.ui-page.emailform-page .form-wrapper {
	padding: 10px;
}
.ui-page.emailform-page .li_form_elem {
	padding: 10px;
	overflow: visible;
	margin-bottom: 5px;
}
.ui-page.emailform-page .li_form_elem .full fieldset {
	display: block;
}
.ui-page.emailform-page .li_form_elem.active {
	border-radius: 5px;
}
.ui-page.emailform-page .ui-input-text,
.ui-page.emailform-page .ui-input-search {
	margin: 0;
	border: none;
	float: none;
}
@media (min-width: 28em) {
	.ui-page.emailform-page .ui-field-contain>label~[class*=ui-], 
	.ui-page.emailform-page .ui-field-contain .ui-controlgroup-controls {
	    float: none;
	    width: 100%;
	}
}
.ui-page.emailform-page .li_form_elem .ui-select .ui-btn,
.ui-page.emailform-page .li_form_elem .ui-input-datebox,
.ui-page.emailform-page .li_form_elem input[type="text"],
.ui-page.emailform-page .li_form_elem input[type="number"],
.ui-page.emailform-page .li_form_elem textarea.textarea,
.ui-page.emailform-page input.text,
.ui-page.emailform-page div.signature{
	margin: 0;
	padding: 8px 10px;
	border-radius: 3px;
	border: none;
	border-style: solid;
	border-color: #7C7C7C #C3C3C3 #DDD;
	border-width: 1px;
	-moz-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
	box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
}
.ui-page.emailform-page div.signature-wrapper{
    float: left;
    margin-right: 10px;
    position: relative;
}
@media (min-width: 768px) {
	.ui-page.emailform-page div.signature-wrapper{
		width: 650px;
	}
}
.ui-page.emailform-page div.signature-wrapper .signature-overlay{
	position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(167,193,188,0.25);
}
.ui-page.emailform-page div.signature-wrapper .signature-overlay span{
	position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #9b9a9a;
    text-shadow: none;
}
.ui-page.emailform-page input.small, select.small {
	width: 25%;
}
.ui-page.emailform-page input.medium, select.medium {
	width: 50%;
}
.ui-page.emailform-page label.desc, .ui-page.emailform-page .ui-controlgroup-label {
	font-size: 14px;
	margin: 0;
	float: none;
	width: auto;
	max-width: 95%;
	text-overflow: ellipsis;
	border: none !important;
	white-space: normal;
	position: relative;
}
.ui-page.emailform-page .required {
	color: #ff0000;
    padding: 0 5px;
    text-shadow: none;
}
.ui-page.emailform-page td.input_label > span, 
.ui-page.emailform-page .ui-select + label, 
.ui-page.emailform-page .ui-input-text + label, 
.ui-page.emailform-page label.ui-input-text, 
.ui-page.emailform-page span.label {
	font-size: 12px;
}
.ui-page.emailform-page .ui-checkbox input[type="checkbox"] {
	z-index: 999;
	display: none;
}
.ui-page.emailform-page .ui-controlgroup-controls {
	border-radius: 5px;
}
.ui-page.emailform-page .ui-controlgroup-controls > div {
	margin: 0;
}
.ui-page.emailform-page .ui-controlgroup-controls > div label {
	border: 1px solid;
	margin: 0;
}
.ui-page.emailform-page .ui-radio .ui-btn:after {
	content: ' ';
	border-width: 5px;
	border-style: solid;
	width: 8px;
	height: 8px;
}
.ui-page.emailform-page .ui-btn.ui-checkbox-off:after,
.ui-page.emailform-page .ui-btn.ui-checkbox-on:after {
    display: block;
    width: 18px;
    height: 18px;
    margin: -9px 2px 0 2px;
}
.ui-page.emailform-page .ui-select {
	margin: 0;
}
.ui-page.emailform-page div.ui-block-b .ui-input-text,
.ui-page.emailform-page div.ui-block-b .ui-select {
	margin-left: 5px;
}
.ui-page.emailform-page #div_btn_submit .ui-btn, .ui-page.emailform-page .back-button .ui-btn {
	border-width: 1px;
    border-style: solid;
    border-radius: 5px;
}
.ui-page.emailform-page #div_btn_submit .ui-btn {
    margin: 20px 10px;
}
.ui-page.emailform-page .back-button {
	margin: 20px 20px 60px;
}
.ui-page.emailform-page label,
.ui-page.emailform-page div.ui-controlgroup-label {
	font-size: 12px;
}
.ui-page.emailform-page .ui-select .ui-btn>span:not(.ui-li-count) {
	text-align: left;
	margin-right: 20px;
}
.ui-page.emailform-page .phone-devider {
    top: -10px;
    position: relative;
}
.ui-datebox-container > .ui-icon-delete {
    position: absolute;
    z-index: 999999;
    right: 7px;
    border-radius: 25px;
    left: initial;
    top: 7px;
    width: 26px;
    height: 26px;
}
.ui-datebox-container h1.ui-title {
	padding: 0px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
}
.ui-datebox-container .ui-header {
	box-shadow: none;
	height: 40px;
    line-height: 40px;
    min-height: 40px;
}
.ui-datebox-container .ui-datebox-header h4 {
	font-size: 14px;
}
.ui-datebox-container .ui-title {
	text-align: center;
    margin: 0;
    background-color: #E4E1E1;
}
.ui-datebox-container .ui-overlay-shadow {
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 12px rgba(0,0,0,0.6);
    box-shadow: 0 0 12px rgba(0,0,0,0.6);
}
.ui-datebox-container .ui-datebox-flipcontent li span {
	margin-top: 4px;
}
.ui-datebox-container .ui-datebox-flipcontent .ui-body-b span {
	color: #fff;
}
.ui-datebox-container .ui-datebox-flipcenter {
	width: 241px;
}
.ui-datebox-container .ui-controlgroup-controls .ui-first-child {
	width: 27%;
	float: left;
	font-size: 14px;
	margin-left: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.ui-datebox-container .ui-controlgroup-controls .ui-last-child {
	width: 27%;
	float: right;
	font-size: 14px;
	margin-right: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.ui-datebox-container .ui-controlgroup-controls {
	height: 40px;
}
.ui-datebox-container .ui-controlgroup-controls .ui-btn {
	color: #000;
}
.ui-page.emailform-page .ui-input-search.ui-input-has-clear .ui-btn.ui-input-clear,
.ui-page.emailform-page .ui-input-text.ui-input-has-clear .ui-btn.ui-input-clear {
	margin: -14px .3125em 0;
}
.ui-page.emailform-page .form-header {
	font-size: 0px;
}
.ui-page.emailform-page .message-panel {
	width: 100%;
	height: 100%;
	display: none;
	overflow: scroll;
}
.ui-page.emailform-page .li_form_elem .info-link {
	position: relative !important;
	display: initial !important;
	background: none !important;
	z-index: 9999;
}
.ui-page.emailform-page .li_form_elem .info-link i {
	float: none !important;
	width: 5px !important;
	height: 12px !important;
	margin: 0 !important;
}
#popupInfo-popup {
	position: relative !important;
}
.ui-popup-container .ui-content {
	min-height: initial !important;
}
.ui-page.emailform-page .info-popup {
	position: absolute;
	left: 0px;
	bottom: 3px;
	width: 235px;
	padding: 8px 35px 8px 10px;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 999999;
	box-shadow: 0px 0px 10px #222;
	border-radius: 5px;
	display: none;
	color: #000;
	max-height: 200px;
	overflow: auto;
	white-space: normal;
}
.ui-page.emailform-page .info-popup i {
    position: absolute;
    right: 0px;
    top: 5px;
    font-size: 20px;
    padding: 5px;
    margin: 0;
}
.ui-page.emailform-page .li_form_elem.error {
	border: 1px dotted #ff0000;
	border-radius: 5px;
}
#popupAlert-popup .button-wrapper {
	margin: 20px 60px 10px;
}
#popupAlert-popup .button-wrapper a{
	border-radius: 5px;
}
#popupAlert-popup .info {
	width: 270px;
}
#popupAlert-popup .ui-content {
	padding: 10px;
}
.ui-page.emailform-page .datetimebox {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 10px;
    left: 0;
    display: block;
    z-index: 999;
}
.ui-page.emailform-page .fake-attachment {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 6px;
    border-radius: 3px;
}
.ui-page.emailform-page .fake-attachment button {
    width: 100px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    font-size: 14px;
    background: #eee;
    border-radius: 3px;
    color: #000;
    display: inline-block;
    border: 1px solid #aaa;
    margin-right: 10px !important;
}
.ui-page.emailform-page .attachment-wrapper .ui-input-text {
	opacity: 0;
}
.preloaded-images {
	display: none;
}
#popupSwitch-popup {
	width: 280px;
}
#popupSwitch-popup .ui-content {
	padding: 10px;
}
#popupSwitch-popup .button-wrapper a {
	width: 38%;
	margin: 0;
}
.ui-page.orderingcart-page .item .arrow {
    position: absolute;
    right: 5px;
    top: 70px;
    color: #ccc;
}
.emoji {
	width: 14px;
	margin: 1px;
}

.stop-animation.grow li {
	        transition: none;
	     -o-transition: none;
	    -ms-transition: none;
	   -moz-transition: none;
	-webkit-transition: none;
}

#popupSwitch p.title span {
	display: block;
	font-weight: 100;
}

#popupSwitch .button-wrapper a.ok {
	display: none;
}
#popupSwitch.disable-only-deliverable p.title span {
	display: none;
}

#popupSwitch.disable-only-deliverable .button-wrapper a.yes,
#popupSwitch.disable-only-deliverable .button-wrapper a.cancel {
	display: none;
}

#popupSwitch.disable-only-deliverable .button-wrapper a.ok {
	float: none;
	display: block;
	margin: 0px auto;
}

/* News Banner */
.news-banner {
	position: fixed;
	width: 100%;
	height: 0px;
	overflow: hidden;
	left: 100%;
	bottom: 0px;
	z-index: 10000;
	transition: left 0.5s ease-in;
}

.news-banner.active {
	left: 0%;
	height: 32px;
}

.news-banner ul {
	position: absolute;
	left: -100000px;
	top: 0px;
}

.news-banner li {
	list-style: none;
	line-height: 32px;
	height: 32px;
	float: left;
	display: inline-block;
}

.news-banner li a {
	display: block;
	overflow: hidden;
}

.news-banner li .thumbnail {
	width: 24px;
	height: 24px;
	margin: 4px 8px;
	float: left;
	border-radius: 4px;
	display: block;
	background-size: cover;
	background-position: center;
}

.news-banner li .description {
	float: left;
	font-size: 12px;
	white-space: nowrap;
	/*text-overflow: ellipsis;*/
	/*overflow: hidden;*/
	display: block;
}

.resize-bg {
	position: relative;
	opacity: 1;
	background-size: cover;
	background-position: center;
}

.resize-bg.background {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
}

.resize-bg.loading {
	opacity: 0.4;
}

.resize-bg.background, .resize-bg.background.loading {
	opacity: 1;
}

.resize-bg div.progress {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
}
.resize-bg span.bg-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	max-width: 100000px !important;
	background-color: #000;
	opacity: 1;
	z-index: 1;
	border-radius: 4px;
}

.resize-bg.background span.bg-overlay, .resize-bg.background div.progress {
	display: none;
}

.emailphoto-page #popupConfirm-popup {
	min-height: 0px;
}

.emailphoto-page #popupConfirm {
	width: auto;
}
.spinner {
	margin-left: -50px;
	margin-top: -50px;
	width: 100px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 50px 10px;
}
.spinner span.spinner-bg {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFF;
    border-radius: 20px;
    opacity: 0.5;
}

.ps-carousel-item .spinner {
	display: none;
}
.ps-carousel-item.ps-carousel-item-loading .spinner {
	display: block;
}
.ps-carousel-item.ps-carousel-item-loading {
	background: none;
}

#popupRewritingBlockingSites .button-wrapper {
	width: 50%;
	float: left;
	padding-top: 10px;
}

#popupRewritingBlockingSites .button-wrapper button {
	width: 80%;
	margin: 0 auto;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    padding: 0;
    font-size: 14px;
}
.spreedlyiframe-wrapper {
	position: absolute;
    width: 100%;
    top: 0px;
	overflow: auto;
	-webkit-overflow-scrolling: touch; 
	display: none;
}

.spreedly-header{
    background: darkgray;
}

.spreedly-header a{
	background: none;
    text-align: left;
    padding: 3px 10px;
    line-height: 50px;
}