.asroc_wrapper {
	text-align: center;
}

.asroc_pointer {
	cursor: pointer;
}

.asroc_flyer_down:after {
/*	font-family: Genericons;*/
	content: attr(data-after);
	display: block;
	text-align: center;
	font-size: 200%;
	border-bottom: #333 solid 1px;
	margin-top: -20px;
}

/* Dialog Box */
.ui-dialog-titlebar { background: url(/wp-content/uploads/2015/08/home-tab-border.png) center top repeat-x; 
	min-height: 30px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, 
.ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	width: 30px; height: 30px; border-radius: 20px;
}

/* Progress Bar */
.asroc_progress { border-bottom: #e3e3e3 solid 1px; }
.asroc_progress #progressbar .progress-label { background-color: #e3e3e3; }



@media screen and (max-width: 1259px) {
	.asroc_wrapper .lvws_mobile_div {
		width: 95%;
		max-width: 95%;
	}
}

/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
	.asroc_owl {
		padding: 10px 15%;
	}

	.asroc_owl .owl-theme {
		box-shadow: 10px 10px 8px;
	}
	
	.asroc_owl .owl-theme .owl-controls .owl-nav [class*=owl-] {
		background: #333;
	}
}