/* Basic Popup styling */
.wbty_button_pop { width:100%; position:absolute; bottom: -2px; z-index: 1000;}
.wbty_button_pop .content { display:none; position:absolute; bottom: 40px;}
.wbty_button_pop .content { background: #2C2C2D; background-color: rgba(20,20,20,.9); padding: 10px; color: #fff;}


/* Styling for Monterey Airport */
.wbty_button_pop [class^="icon-"] {color: #7091CA; font-size: 1.4em; line-height: .5em; text-indent: 0;}
.wbty_button_pop > .toggle-btn {overflow: visible; font-weight: bold; color: #20407E; text-transform: uppercase; font-size: 1.8em; background: white; border-radius: 0; border: none; width: 100%; margin: 0 0 0 -20px; position: relative; left: 10px; display: block; padding: 17px 0; z-index: 1002; background: url('../images/button-bg-left.png') 0% 50% no-repeat; text-indent: 20px; transition: .2s color; -moz-transition: .2s color; -webkit-transition: .2s color; position: relative;}
    .wbty_button_pop > .toggle-btn:hover, .wbty_button_pop > button.active {color: #7091CA;}
.wbty_button_pop .button-tail {background: url('../images/button-bg-right.png') 100% 50% no-repeat; height: 100%; width: 20px; position: absolute; display: block; right: -20px; top: 0;}
.wbty_button_pop .content {width: 90%; margin: 0 3%; left: -9px; z-index: 1001; padding: 10px 4%;}

.wbty_button_pop .content h2 { color: #fff; margin-top: 0; font-weight: normal;}
.wbty_button_pop .content .add-on { color: #333; }
.wbty_button_pop .content .btn { background-color: blue; }
.wbty_button_pop .content label strong { font-size: 1.1em; }
.wbty_button_pop .content .button {display: block; text-align: center;}

@media (max-width: 767px) {
	body #rt-feature .rt-container .rt-alpha .rt-block {padding-top: 15px;}
	body #rt-feature .rt-container .rt-block {padding: 0px 15px;}
	.wbty_button_pop {position: static;}
	.wbty_button_pop > .toggle-btn {font-size: 1.6em;}
	.wbty_button_pop .content {position: relative; top: 0;}
}