/**
 * This file will be included in header in every page after foundation.
 * It should be used for content that relates
 * to your site as a whole, it should not be used for plugin-specific css.
 */

/*

font-family:'HelveticaNeueW01-65Medi';
font-family:'Bebas Neue W01 Regular';
font-family:'SackersGothicW01-Heavy';
font-family:'SackersGothicW01-Medium';
font-family:'P22 Typewriter W00 0';
font-family:'HelveticaNeueW01-75Bold';
font-family:'Avenir LT W01 95 Black';
font-family:'News Gothic MT W01';
font-family:'Trade Gothic W01 Bold';
font-family:'TradeGothicW01-BoldCn20 675334';
font-family:'Trade Gothic W01 Roman';
font-family:'Trade Gothic W01 Cn 18';
font-family:'Bebas Neue W01 Regular';


*/

html {
	overflow-y: scroll;
}
html, body {
	height: 100%;
}

body{
	font-family:'Trade Gothic W01 Roman', Verdana, Geneva, sans-serif;
}

h1 {
	font-size: 31px;
	font-family: "Trade Gothic W01 Bold", Verdana, Geneva, sans-serif;
	color: #111
}

h2 {
	font-size: 1.4rem;
	font-weight: normal;
	font-family: "Trade Gothic W01 Bold", Verdana, Geneva, sans-serif;
	color: #111;
}

h3 {
	font-size: 24px;
	font-weight: normal;
	font-family: "Trade Gothic W01 Bold", Verdana, Geneva, sans-serif;
	color: #111;
}
h4 {
	font-size: 20px;
	font-family: "Trade Gothic W01 Bold", Verdana, Geneva, sans-serif;
	color: #111;
}

h5 {
	font-size: 16px;
	font-weight: normal;
	font-family: "Trade Gothic W01 Bold", Verdana, Geneva, sans-serif;
	color: #111;
}

h6 {
	font-size: 14px;
	font-weight: normal;
	font-family: "Trade Gothic W01 Bold", Verdana, Geneva, sans-serif;
	color: #111;
}

p {
	font-family:'Trade Gothic W01 Roman', Verdana, Geneva, sans-serif;
	font-size: 18px;
}

body > .contentRender {
	min-height: 100%;
	height: 100%;
}

a, a:link, a:hover, a:focus {
	color: #c63c43;
}

p > a:hover,
p > a:active {
	text-decoration: underline;
	color: #000;
}

::-webkit-input-placeholder {
   color: #fff;
}

:-moz-placeholder {
   color: #fff;
}

::-moz-placeholder {
   color: #fff;
}

:-ms-input-placeholder {
   color: #fff;
}


.panel_page {
	min-height: 100%;
	position: relative;
}
.header_container {
	position: absolute;
	width: 100%;
	z-index: 10;
}

.panel_custom_header .logo p {
	margin-bottom: 0px;
}
.panel_custom_one_col {
	padding-top: 20px;
	overflow: hidden;
}

.panel_custom_footer {
	min-height: 100px;
	width: 100%;
	background-color: #000;
	padding-top: 30px;
}
.panel_custom_footer .sv-logo {
	background-image: url("/includes/public/assets/shared/sv-logo.png");
	display: block;
	float: right;
	height: 18px;
	margin: 21px;
	width: 179px;
}

.panel_custom_socialhub {
	border: 1px solid #000;
	position: relative;
	margin-bottom: 30px;
}
	.panel_custom_socialhub header {
		background: #000;
		padding: 10px 15px;
	}
		.panel_custom_socialhub header .title {
			color: #fff;
			font-family: "TradeGothicW01-BoldCn20 675334";
			font-size: 28px;
			line-height: 30px;
			text-transform: uppercase;
			font-weight: normal;
			margin: 0;
		}
	.panel_custom_socialhub .tail {
		position: absolute;
		bottom: -22px;
		left: 25px;
	}
.panel_custom_socialhub .rawContent {
	display: none;
}
.panel_custom_socialhub .panes {
}
.panel_custom_socialhub .panes > .pane {
	display: none;
}
.panel_custom_socialhub .panes > .pane.active {
	display: block;
}
.panel_custom_socialhub .tabs {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.panel_custom_socialhub .tabs .tab {
	width: 100%;
	background: #ccc;
}
.panel_custom_socialhub .tabs .tabContent {
	padding: 5px 10px;
	cursor: pointer;
	display: block;
	text-align: center;
	background: #ccc;
	font-family: "TradeGothicW01-BoldCn20 675334";
	text-transform: uppercase;
}
.panel_custom_socialhub .tabs > .tab.active .tabContent {
	background: #000;
	color: #c63c43;
}

.logo_frame, .main_nav {
	display: inline-block;
	vertical-align: middle;
}
.row.header_upper {
	margin-top: 22px;
}
.row.header_lower {
	margin-top: 5px;
}

.root_panel.panel_page > .content {
	margin-bottom: 80px;
}

.root_panel > .slideshow_container {
	min-height: 120px;
}

/********************/
/**** Grid Panel ****/
/********************/
.panel_custom_grid ul li > div {
	margin: 0px auto;
	max-width: 300px;
}
.panel_custom_grid .bookingWidget {
	max-width: 300px;
}
.mobileNav .dl-menuwrapper .search_widget_headerbox{	
    position: relative;
    right: 0px;
    margin-top: 0px;
    padding-top: 0px;
    border-radius: 4px;
    margin-bottom: 20px;
}
.mobileNav .dl-menuwrapper .dl-menu .sv-weather-widget-icon .icon{
	background-image: url('/includes/public/weather/34.png');
    height: 26px;
    width: 31px;
    float: right;
    right: 40px;
    bottom: 4px;
    position: relative;
}

.mobileNav .dl-menuwrapper .dl-menu .sv-weather-widget-icon .sv-weather-widget-temp{
    color: #fff;
    float: right;
    position: relative;
    right: -25px;
}

.mobileNav .dl-menuwrapper .search_widget_headerbox input[type=search]{
	    height: 30px;
}

/********************/
/**** BEGIN MICROSITE ****/
/********************/
.header_container .microsite { height: 45px; background: #000; }
.header_container .microsite .row.header_upper { margin-top: 0px; margin-left: 0px; }
.header_container .microsite .socialNav img { width: 30px; }
.header_container .microsite .socialWrapper { text-align: right; }
.header_container .microsite .socialNav { margin-top: 0px; }
.header_container .microsite .socialNav, .footer_container .microsite .footerNav { list-style: none; }
.header_container .microsite .socialNav li, .footer_container .microsite .footerNav li { display: inline-block; }
.footer_container .microsite { text-align: center; padding-top: 15px; padding-bottom: 20px; }
.footer_container .microsite .footerNav li a {
    padding: 0;
    display: inline-block;
    font-family: 'TradeGothicW01-BoldCn20 675334';
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}

.header_container .microsite #sv-weather-widget { margin-top: 10px; font-family: "News Gothic MT W01", Verdana, Geneva, sans-serif; font-size: 12px; color: #FFF; }
.header_container .microsite #sv-weather-widget .sv-weather-widget-temp { font-weight: normal; font-size: 12px; }
.header_container .microsite .weatherWrapper { width: 100%; }
.header_container .microsite #sv-weather-widget .icon  { display: none; }
.header_container .microsite #sv-weather-widget a { display: inline-block; }
.header_container .microsite #sv-weather-widget::before { content: "IT IS CURRENTLY ";}
.header_container .microsite #sv-weather-widget::after { content: " IN AUSTIN, TEXAS";}

.contactWidget { border: 1px solid #000; border-bottom: 20px solid #000; padding: 15px 25px; margin-top: 30px; font-size: 19px; color: #444; }
.contactWidget .heading { margin-bottom: 16px; font-family: "SackersGothicW01-Medium", Verdana, Geneva, sans-serif; font-size: 16px; }
.contactWidget a { color: #50B3CC;}

.custom_header_slideshow_interior.microsite .slides .slide { height: 230px; }
.navSide.microsite { margin-top: 40px; display: inline-block !important; margin-bottom: 0px; }

@media only screen and (max-width:40.063em) {
	.custom_header_slideshow_interior.microsite .slides .slide { height: 150px; }
	.navSide.microsite { margin-top: 10px; }
}

/********************/
/**** END MICROSITE ****/
/********************/




@media only screen and (min-width:40.063em) {
}
@media only screen and (min-width:64.063em) {
}


/**** ONCETHERE CHECKOUT ****/
.oncethere-checkout-container {
	background: #cdcccc;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: -30px 0 30px 0;
	padding: 10px 0;
}
.oncethere-checkout-container.fixed { margin:0; }
.oncethere-checkout-container.empty {display: none;}
.oncethere-checkout-content {text-align: right;}
.oncethere-checkout-content .intro {
	color: #222;
	display: inline;
	font-family: "TradeGothicW01-BoldCn20 675334";
	font-size: 24px;
	line-height: 44px;
	padding-right: 15px;
	text-align: right;
}
.oncethere-checkout-content .btn {float: right;}
.oncethere-checkout-content button.oncethere {
	background: #000; border-radius: 5px; float: none; margin: 0; padding: 12px 20px; height: 44px;
}

@media only screen and (max-width:40em) {
	.oncethere-checkout-content .intro {display: block; font-size: 20px; line-height: 24px; text-align: center; padding: 0 0 10px 0;}
	.oncethere-checkout-content .btn {float: none; text-align: center;}
}
