
/* IPad fixes (???)
---------------------------------------------------- */

/* Safari 6.1-7.0 */
html[data-useragent*='iPad; CPU OS 7'] .bt_bb_row .bt_bb_column, html[data-useragent*='iPad; CPU OS 8'] .bt_bb_row .bt_bb_column {
	-webkit-flex-flow: initial;
}

/** 
 * iPad with portrait orientation.
 */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	html[data-useragent*='iPad; CPU OS 7'] .bt_bb_section.bt_bb_full_screen > .bt_bb_port, html[data-useragent*='iPad; CPU OS 8'] .bt_bb_section.bt_bb_full_screen > .bt_bb_port, html[data-useragent*='iPad; CPU OS 7'] body:not(.btPageTransitions), html[data-useragent*='iPad; CPU OS 8'] body:not(.btPageTransitions), html[data-useragent*='iPad; CPU OS 7'] body, html[data-useragent*='iPad; CPU OS 8'] body, html[data-useragent*='iPad; CPU OS 7'], html[data-useragent*='iPad; CPU OS 8'] {
		min-height: 1024px;
	}
}

/** 
 * iPad with landscape orientation.
 */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
	html[data-useragent*='iPad; CPU OS 7'] .bt_bb_section.bt_bb_full_screen > .bt_bb_port, html[data-useragent*='iPad; CPU OS 8'] .bt_bb_section.bt_bb_full_screen > .bt_bb_port, html[data-useragent*='iPad; CPU OS 7'] body:not(.btPageTransitions), html[data-useragent*='iPad; CPU OS 8'] body:not(.btPageTransitions), html[data-useragent*='iPad; CPU OS 7'] body, html[data-useragent*='iPad; CPU OS 8'] body, html[data-useragent*='iPad; CPU OS 7'], html[data-useragent*='iPad; CPU OS 8'] {
		min-height: 768px;
	}
}
