
body {
	margin: 0;
	padding: 0;
}
#bodywrapper {
	min-width: 1000px;
}
.clear {
	clear: both;
}
.wrapper {
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	width: 1200px;
}

@media screen and (max-width: 1400px) {
  .wrapper {
	  width: 960px;
  }
}

@media screen and (max-width: 1040px) {
  .wrapper {
	  margin: 0 20px;
	  padding: 0;
  }
}


/* ICON SET
===================================================================================================== */

@font-face {
  font-family: "icon-set";
  src:url("../fonts/icon-set.eot");
  src:url("../fonts/icon-set.eot?#iefix") format("embedded-opentype"),
    url("../fonts/icon-set.woff") format("woff"),
    url("../fonts/icon-set.ttf") format("truetype"),
    url("../fonts/icon-set.svg#icon-set") format("svg");
  font-weight: normal;
  font-style: normal;
}


/* BASIC TEXT
===================================================================================================== */

body {
	color: #222;
	font: 400 11pt "Roboto", sans-serif;	
}

a {
	color: #666;
}
a:hover,
a:active {
	color: #222;
}


/* BUTTONS
===================================================================================================== */

/* button 1
--------------------------------------------------------------------------------- */

.button1 {
	background: #111;
	border: none;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.3);
	color: #fff;
}
.button1:hover {
	background: #333;
	color: #fff;
	cursor: pointer;
}
.rgbtextcolor1_dark .button1,
.rgbtextcolor1_dark .button1:hover {
	color: #000;
}

/* button 3
--------------------------------------------------------------------------------- */

.button3,
#search_right button,
.fsbolist_pan_butt,
a.fsbolist_pan_butt:link,
a.fsbolist_pan_butt:visited {
	background: #555;
	border: none;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.3);
	color: #fff;
}
.button3:hover,
#search_right button:hover,
.fsbolist_pan_butt:hover,
a.fsbolist_pan_butt:hover {
	background: #777;
	color: #fff;
	cursor: pointer;
}
.lu-gl-fs-pkg-btn .lu-gl-button-color,
.lu-gl-fs-pkg-btn .lu-gl-button-color:hover {
  color: #fff;
}
.rgbtextcolor3_dark .button3,
.rgbtextcolor3_dark .button3:hover,
.rgbtextcolor3_dark #search_right button,
.rgbtextcolor3_dark #search_right button:hover,
.rgbtextcolor3_dark .fsbolist_pan_butt,
.rgbtextcolor3_dark a.fsbolist_pan_butt:link,
.rgbtextcolor3_dark a.fsbolist_pan_butt:visited,
.rgbtextcolor3_dark .fsbolist_pan_butt:hover,
.rgbtextcolor3_dark a.fsbolist_pan_butt:hover,
.rgbtextcolor3_dark .lu-gl-fs-pkg-btn .lu-gl-button-color,
.rgbtextcolor3_dark .lu-gl-fs-pkg-btn .lu-gl-button-color:hover {
	color: #000;
}

/* button 5
--------------------------------------------------------------------------------- */

.rgbtextcolor5 .button3.button5 {
	background: #888;
	border: none;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.3);
	color: #fff;
}
.rgbtextcolor5 .button3.button5:hover {
	background: #ccc;
	color: #fff;
	cursor: pointer;
}
.rgbtextcolor5.rgbtextcolor5_dark .button3.button5,
.rgbtextcolor5.rgbtextcolor5_dark .button3.button5:hover {
	color: #000;
}

/* JQUERY SIZING LOGO
===================================================================================================== */

#logo_sizing {
	left: 200%;
	position: fixed;
	top: 0;
}
#logo_sizing img {
	height: auto !important;
	width: auto !important;
}


/* HEADER
===================================================================================================== */

#header {
	background: #fff;
	border-top: solid 15px #111;
	border-bottom: solid 5px #666;
	box-shadow: rgba(0,0,0,0.15) 0 0 1px 3px;
	height: 100px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9990;
}

#header.header_alt {
	border-top: solid 5px #666;
	border-bottom: solid 40px #111;
	height: 80px;
}

@media screen and (max-width: 1200px) {
  #header {
	  left: auto;
	  position: static;
	  top: auto;
	  width: auto;
  }
}

/* header (title)
--------------------------------------------------------------------------------- */

#header_title_wrap {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 9999;
}

#header_logo {
	display: table;
	float: left;
	height: 100px;
}
#header_logo > div {
	display: table-cell;
	padding-right: 15px;
	vertical-align: middle;
}
#header_logo img {
	height: auto;
	max-height: 90px;
	width: auto;
}
#header_logo.header_logo_vert img {
	background: #fff;
	box-shadow: rgba(0,0,0,0.15) 0 0 3px 0;
	border-radius: 3px;
	margin-top: 10px;
	max-height: 135px;
	padding: 3px;
}

#header_title_text {
	display: table;
	float: left;
	height: 100px;
}
#header_title_text > div {
	display: table-cell;
	vertical-align: middle;
}
#header_title {
	color: #222;
	display: block;
	font: 700 28pt/100% "Roboto Condensed", sans-serif;
}
#header_subtitle {
	color: #666;
	display: block;
	font: italic 300 14pt/100% "Roboto Condensed", sans-serif;
}

/* header (alt layout title)
--------------------------------------------------------------------------------- */

.header_alt #header_logo {
	height: 80px;
}
.header_alt #header_logo img {
	max-height: 70px;
}
.header_alt #header_logo.header_logo_vert img {
	max-height: 135px;
}

.header_alt #header_title_text {
	height: 80px;
}
.header_alt #header_title {
	font-size: 22pt;
	line-height: 110%;
}
.header_alt #header_subtitle {
	font-size: 12pt;
	line-height: 110%;
}

/* header (contact info)
--------------------------------------------------------------------------------- */

#header_contact {
	position: absolute;
	right: 0;
	top: 12pt;
	z-index: 9999;
}

.header_alt #header_contact {
	top: 22px;
}

/* header (contact info: phone)
--------------------------------------------------------------------------------- */

#header_phone {
	color: #333;
	float: left;
	font-size: 16pt;
	font-weight: 700;
}

#header_phone span {
	display: inline-block;
	line-height: 32px;
	vertical-align: middle;
}
#header_phone span.icon {
	color: #666;
	font: 19pt/32px "icon-set";
	margin-right: 5px;
}

#header_phone > div {
	display: inline-block;
	font-size: 14pt;
}
#header_phone > div:first-child {
	padding-right: 15px;
}
#header_phone > div span.phonetitle {
	color: #666;
	font-size: 11pt;
	padding-right: 5px;
}

/* header (contact info: social)
--------------------------------------------------------------------------------- */

#header_social {
	float: left;
	margin-left: 20px;
}
#header_social #nav_social img {
	border: none;
	margin-right: 3px;
}

/* header (contact info: login button)
--------------------------------------------------------------------------------- */

#header_login {
	float: left;
	margin: 1px 0 0 10px;
	position: relative;
}

#header_login > span {
	background: #fefefe;
		background-image: -moz-linear-gradient(top, #fefefe 0%, #f6f6f6 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f6f6f6));
		background-image: -webkit-linear-gradient(top, #fefefe 0%,#f6f6f6 100%);
		background-image: -o-linear-gradient(top, #fefefe 0%,#f6f6f6 100%);
		background-image: -ms-linear-gradient(top, #fefefe 0%,#f6f6f6 100%);
		background-image: linear-gradient(to bottom, #fefefe 0%,#f6f6f6 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f6f6f6',GradientType=0 );
	border-radius: 3px;
	box-shadow: rgba(0,0,0,0.3) 0 0 0 1px;
	color: #666;
	display: block;
	height: 30px;
	padding: 0 10px;
}
#header_login > span span {
	display: inline-block;
	font: 400 9pt/30px "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	vertical-align: middle;
}
#header_login > span span.icon {
	color: #111;
	font: 11pt/30px "icon-set";
	margin-right: 5px;
	text-transform: none;
}

#header_login > span:hover {
	background: #fff;
	color: #333;
	cursor: pointer;
	box-shadow: rgba(0,0,0,0.5) 0 0 0 1px;
}

#header_login.header_login_open > span {
	background: #fff;
	color: #333;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	height: 38px;
}

#header_login.header_login_open > span:before {
	background: #fff;
	content: "";
	height: 10px;
	position: absolute;
	right: 0;
	top: 32px;
	width: 100%;
	z-index: 501;
}

/* header (contact info: login panel)
--------------------------------------------------------------------------------- */

#header_login > div {
	background: #fff;
	border-top: none;
	border-radius: 3px 0 3px 3px;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	padding: 12px;
	position: absolute;
	right: 0;
	text-align: left;
	top: 38px;
	visibility: hidden;
	width: 145px;
	z-index: 500;
}

#header_login.header_login_open > div {
	visibility: visible;
}

#header_login form {
	margin: 0;
	padding: 0;
}
#header_login form input {
	background: #e9e9e9;
	border: solid 1px #fff;
	border-radius: 2px;
	color: #666;
	font: 400 10pt/28px "Roboto", sans-serif; 
	height: 28px;
	margin-bottom: 8px;
	padding: 0 10px;
	width: 123px;
}
#header_login form input:focus {
	background: #f6f6f6;
	border-color: #666;
	color: #111;
}

#header_login form button {
	border-radius: 2px;
	font: 700 10.5pt "Roboto Condensed", sans-serif; 
	height: 33px;
	text-transform: uppercase;
	width: 100%;
}

#header_login a {
	display: block;
	font-size: 8pt;
	margin-top: 8px;
	text-align: center;
	text-decoration: none;
}

/* header (navigation)
--------------------------------------------------------------------------------- */

#header_nav {
	height: 40px;
	position: absolute;
	right: 0;
	top: 65px;
	z-index: 9998;
}

.header_alt #header_nav {
	top: 80px;
}


/* NAVIGATION MENU
===================================================================================================== */

#dyn_nav_h.dropdown,
#dyn_nav_h.dropdown li,
#dyn_nav_h.dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#dyn_nav_h.dropdown {
	float: right;
	padding-right: 5px;
	position: relative;
	z-index: 500;
}

/* nav menu: main menu item structure
--------------------------------------------------------------------------------- */

#dyn_nav_h.dropdown > li {
	float: left; 
	height: 40px;
	vertical-align: middle;
	zoom: 1;
}
#dyn_nav_h.dropdown > li > div {
	height: 35px;
}
#dyn_nav_h.dropdown > li:hover {
	cursor: default;
	position: relative;
	z-index: 600;
}
#dyn_nav_h.dropdown > li:hover > div {
	border-bottom: 5px solid #666;
}

/* nav menu: main menu item text
--------------------------------------------------------------------------------- */

a.dyn_nav_mm:link,
a.dyn_nav_mm:visited {
	border: none;
	color: #333;
	display: block;
	font: 400 11pt "Roboto", sans-serif;
	height: 34px;
	padding: 1px 15px 0 15px;
	text-decoration: none;
}
#dyn_nav_h.dropdown li:hover a.dyn_nav_mm {
	color: #666;
	padding-top: 0;
	text-decoration: none;
}

#dyn_nav_h.dropdown li:hover a.dyn_nav_mm:after {
	border-right: 10px solid transparent;
	border-bottom: 10px solid #666;
	border-left: 10px solid transparent;
	bottom: 0; 
	content: " "; 
	display: block; 
	height: 0;
	left: 50%;
	margin-left: -10px; 
	position: absolute;
	width: 0; 
	z-index: 2; 
}

/* nav menu: drop down item structure
--------------------------------------------------------------------------------- */

#dyn_nav_h.dropdown ul {
	background: rgba(255,255,255,0.98);
	border-radius: 0 0 3px 3px;
	box-shadow: rgba(0,0,0,0.3) 0 3px 3px 0;
	left: 0;
	padding: 10px;
	position: absolute;
	text-align: left;
	top: 100%;
	visibility: hidden;
	width: 200px;
	z-index: 598;
}
#dyn_nav_h.dropdown li:hover > ul {
	visibility: visible;
}
#dyn_nav_h.dropdown ul li {
	border-bottom: solid 1px rgba(0,0,0,0.1);
	height: auto;
	padding: 2px 0;
}
#dyn_nav_h.dropdown ul li:last-child {
	border: none;
}

@media screen and (max-width: 1400px) {
  #dyn_nav_h.dropdown > li:last-child ul {
	  left: auto;
	  right: 0;
	  text-align: right;
  }
}

/* nav menu: drop down item text
--------------------------------------------------------------------------------- */

.dyn_nav_dd a:link,
.dyn_nav_dd a:visited {
	color: #555;
	display: block;
	font: 400 10pt "Roboto", sans-serif;
	padding: 5px 10px;
	text-decoration: none;
}
.dyn_nav_dd a:hover,
.dyn_nav_dd a:active {
	background: #666;
	border-radius: 2px;
	color: #fff;
	text-decoration: none;
}
.rgbtextcolor3_dark .dyn_nav_dd a:hover,
.rgbtextcolor3_dark .dyn_nav_dd a:active {
	color: #000;
}


/* NAVIGATION MENU (HEADER ALT)
===================================================================================================== */

/* nav menu (header alt): main menu item structure
--------------------------------------------------------------------------------- */

.header_alt #dyn_nav_h.dropdown > li > div {
	height: 40px;
}
.header_alt #dyn_nav_h.dropdown > li:hover > div {
	border-bottom: none;
}

/* nav menu (header alt): main menu item text
--------------------------------------------------------------------------------- */

.header_alt a.dyn_nav_mm:link,
.header_alt a.dyn_nav_mm:visited {
	color: #fff;
	font-size: 11pt;
	height: 40px;
	line-height: 40px;
	padding-top: 0;
}
.rgbtextcolor1_dark .header_alt a.dyn_nav_mm:link,
.rgbtextcolor1_dark .header_alt a.dyn_nav_mm:visited {
	color: #000;
}

.header_alt #dyn_nav_h.dropdown li:hover a.dyn_nav_mm {
	background: #666;
	color: #fff;
	line-height: 42px;
}
.rgbtextcolor1_dark .header_alt #dyn_nav_h.dropdown li:hover a.dyn_nav_mm {
	color: #000;
}

.header_alt #dyn_nav_h.dropdown li:hover a.dyn_nav_mm:after {
	bottom: auto;
	border-top: 5px solid #fff;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
	margin-left: -5px;
	top: 0;
}


/* CONTENT CONTAINER
===================================================================================================== */

#content_container {
	padding-top: 120px;
}
#content_container.header_alt {
	padding-top: 125px;
}

@media screen and (max-width: 1200px) {
  #content_container,
  #content_container.header_alt {
	  padding-top: 0;
  }
}


/* FOOTER
===================================================================================================== */

#footer {
	background: #222;
	padding: 25px 0;
}

#footer_contact {
	height: 40px;
	text-align: center;
}

/* footer: phone
--------------------------------------------------------------------------------- */

#footer_phone {
	color: #fff;
	display: inline-block;
	font-size: 16pt;
	font-weight: 700;
}
.rgbtextcolor1_dark #footer_phone {
	color: #000;
}
#footer_phone span {
	display: inline-block;
	line-height: 32px;
	vertical-align: middle;
}
#footer_phone span.icon {
	color: #666;
	font: 19pt/32px "icon-set";
	margin-right: 5px;
}

.footer_contact_corners #footer_phone {
	display: block;
	float: left;
	margin-left: 15px;
}

#footer_phone > div {
	display: inline-block;
	font-size: 14pt;
}
#footer_phone > div:first-child {
	padding-right: 15px;
}
#footer_phone > div span.phonetitle {
	color: #666;
	font-size: 11pt;
	padding-right: 5px;
}

/* footer: social
--------------------------------------------------------------------------------- */

#footer_social {
	display: inline-block;
}
#footer_social #nav_social img {
	border: none;
	margin-right: 3px;
}

.footer_contact_corners #footer_social {
	display: block;
	float: right;
	margin-right: 15px;
}

/* footer: include
--------------------------------------------------------------------------------- */

#footinc_agent a {
	display: inline-block;
}
#footinc_contact div,
#footinc_contact a:link, 
#footinc_contact a:visited  {
	color: #eee;
	font: 400 9pt "Roboto", sans-serif;	
}
#footinc_contact a:hover,
#footinc_contact a:active {
	color: #fff;
	font: 400 9pt "Roboto", sans-serif;	
}
#footinc_contact div.title {
	color: #fff;
	font: 400 10pt "Roboto", sans-serif;	
}

#footinc_seo a:link,
#footinc_seo a:visited {
	color: #eee;
	display: inline-block;
	font: 400 8.5pt "Roboto", sans-serif;	
	margin-bottom: 3px;
}
#footinc_seo a:hover,
#footinc_seo a:active {
	color: #fff;
	font: 400 8.5pt "Roboto", sans-serif;	
}
#footinc_seo a:link,
#footinc_seo a:visited {
	border-right: solid 1px rgba(0,0,0,0.5);
}

#footinc_powered a:link,
#footinc_powered a:visited {
	color: #eee;
	font: 400 8.5pt "Roboto", sans-serif;	
}
#footinc_powered a:hover,
#footinc_powered a:active {
	color: #fff;
	font: 400 8.5pt "Roboto", sans-serif;	
}

.rgbtextcolor1_dark #footinc_contact div,
.rgbtextcolor1_dark #footinc_contact a:link, 
.rgbtextcolor1_dark #footinc_contact a:visited ,
.rgbtextcolor1_dark #footinc_seo a:link,
.rgbtextcolor1_dark #footinc_seo a:visited,
.rgbtextcolor1_dark #footinc_powered a:link,
.rgbtextcolor1_dark #footinc_powered a:visited {
	color: #111;
}
.rgbtextcolor1_dark #footinc_seo a:link,
.rgbtextcolor1_dark #footinc_seo a:visited {
	border-right-color: rgba(255,255,255,0.5);
}
.rgbtextcolor1_dark #footinc_contact a:hover,
.rgbtextcolor1_dark #footinc_contact a:active,
.rgbtextcolor1_dark #footinc_contact div.title,
.rgbtextcolor1_dark #footinc_seo a:hover,
.rgbtextcolor1_dark #footinc_seo a:active,
.rgbtextcolor1_dark #footinc_powered a:hover,
.rgbtextcolor1_dark #footinc_powered a:active {
	color: #000;
}


/* SPLASH PAGE
========================================================================================================================================
========================================================================================================================================
======================================================================================================================================== */

/* SLIDESHOW
===================================================================================================== */

#mainimage {
	background: #222;
	border-bottom: solid 5px #666; 
	height: 360px;
	min-width: 1200px;
	overflow: hidden;
	position: relative;
}

#mainimage.mainimage_alt {
	height: 480px;
}

#slideshow_wrap {
	background-position: center center;
	background-size: cover;
	height: 100%;
	left: 0;
	min-width: 1200px;
	position: absolute;
	overflow: hidden;
	top: 0;
	width: 100%;
	z-index: 100;
}

#slideshow {
	height: 100%;
}
#slideshow div {
	background-position: center center;
	background-size: cover;
	height: 100%;
}

@media screen and (max-width: 1400px) {
  #mainimage {
	  min-width: 1000px;
  }  
  #slideshow_wrap {
	  min-width: 1000px;
  }
}

/* slideshow: overlay
--------------------------------------------------------------------------------- */

#slideshow_overlay {
	background: rgba(70,70,70,0.5) url(../images/general/pattern_med.png) repeat;
	height: 100%;
	left: 0;
	min-width: 1000px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 150;
}

/* slideshow: slogan
--------------------------------------------------------------------------------- */

#slideshow_slogan {
	left: 0;
	min-width: 1000px;
	position: absolute;
	width: 100%;
	z-index: 200;
}
#slideshow_slogan .wrapper {
	display: table;
	height: 360px;
	text-align: center;
}
#slideshow_slogan_wrap {
	display: table-cell;
	vertical-align: middle;
}

#slideshow_slogan_wrap div:not(.clear) {
	color: #fff;
	display: inline-block;
	font: 700 36pt/120% "Roboto Condensed", sans-serif;
	text-shadow: rgba(0,0,0,0.7) 0 0 6px;
}
#slideshow_slogan_wrap div > div {
	padding: 0 30px;
}
#slideshow_slogan_wrap span {
	border-top: solid 1px rgba(255,255,255,0.3);
	color: #fff;
	display: block;
	font: 400 italic 14pt/120% "Roboto", sans-serif;
	margin-top: 8px;
	padding-top: 8px;
	text-shadow: rgba(0,0,0,0.7) 0 0 6px;
}

#slideshow_slogan a {
	border-radius: 4px;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.3), 0 0 10px 0 rgba(0,0,0,0.5);
	display: inline-block;
	font: 700 14pt/60px "Roboto Condensed", sans-serif;
	height: 60px;
	margin-top: 45px;
	padding: 0px 40px;
	text-decoration: none;
	text-transform: uppercase;
}

@media screen and (max-width: 1400px) {
  #slideshow_slogan_wrap div:not(.clear) {
	  font-size: 32pt;
  }
}

/* slideshow: video panel
--------------------------------------------------------------------------------- */

#slideshow_panel {
	height: 480px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 200;
}
#panel {
	background: rgba(255,255,255,0.85);
	border-radius: 4px;
	box-shadow: rgba(0,0,0,0.4) 0 0 10px;
	margin: 25px auto 0 auto;
	padding: 12px;
	width: 1035px;
}

#panel_image {
	float: left;
	height: 404px;
	margin-right: 20px;
	width: 674px;
}
#panel_image img {
	height: 404px;
	width: 674px;
}

@media screen and (max-width: 1400px) {
  #panel {
	  margin-top: 65px;
	  width: 835px;
  }
  #panel_image {
	  height: 330px;
	  width: 550px;
  }
  #panel_image img {
	  height: 330px;
	  width: 550px;
  }
}

/* slideshow: video panel info
--------------------------------------------------------------------------------- */

#panel_info_wrap {
	display: table;
	float: left;
	height: 404px;
	width: 340px;
}
#panel_info {
	display: table-cell;
	height: 404px;
	text-align: center;
	vertical-align: middle;
}
#panel_info span {
	display: inline-block;
	padding-bottom: 10px;
}

#panel_info span#panel_title {
	border-bottom: solid 1px #666;
	color: #222;
	display: block;
	font: 700 26pt/110% "Roboto Condensed", sans-serif;	
	margin-bottom: 15px;	
	padding-bottom: 15px;
}
#panel_subtitle {
	color: #666;
	font: italic 400 14pt/110% "Roboto", sans-serif;		
}
#panel_body {
	color: #333;
	font-size: 11pt;
	font-style: italic;
	padding: 0 15px;
}

#panel_info a {
	border-radius: 4px;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.3), 0 0 5px rgba(0,0,0,0.3);
	display: inline-block;
	font: 700 13pt/50px "Roboto Condensed", sans-serif;
	height: 50px;
	margin-top: 20px;
	padding: 0 30px;
	text-decoration: none;
	text-transform: uppercase;
}

@media screen and (max-width: 1400px) {
  #panel_info_wrap {
	  height: 330px;
	  width: 260px;
  }
  #panel_info {
	  height: 330px;
  }  
  #panel_info span#panel_title {
	  font-size: 20pt;	
	  margin-bottom: 10px;
	  padding-bottom: 10px;
  }
  #panel_subtitle {
	  font-size: 11pt;	
  }
  #panel_body {
	  font-size: 10pt;
	  padding: 0;
  }  
  #panel_info a {
	  font-size: 12pt;
	  height: 45px;
	  line-height: 45px;
	  margin-top: 15px;
  }
}

/* slideshow: callouts
--------------------------------------------------------------------------------- */

#slideshow_callouts {
	height: 480px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 200;
}
#slideshow_callouts .wrapper {
	width: 820px;
}
.slideshow_callout {
	background: rgba(255,255,255,0.85);
	border-radius: 4px;
	box-shadow: rgba(0,0,0,0.4) 0 0 10px;
	float: right;
	height: 235px;
	margin: 95px auto 0 auto;
	padding-top: 30px;
	width: 365px;
}
#slideshow_callouts .wrapper .slideshow_callout:first-child {
	float: left;
}

.slideshow_callout span {
	color: #222;
	display: block;
	font: 700 26pt "Roboto Condensed", sans-serif;
	text-align: center;
}
.slideshow_callout p {
	margin: 0;
}

/* slideshow: callouts forms
--------------------------------------------------------------------------------- */

.slideshow_callout form {
	margin: 0;
	padding: 20px 55px 0 55px;
	text-align: center;
}
.slideshow_callout form input {
	background: #fff;
	border: solid 1px rgba(0,0,0,0.3);
	border-radius: 3px;
	color: #aaa;
	display: inline-block;
	font: 400 11pt "Open Sans", sans-serif;
	height: 30px;
	line-height: 30px;
	padding: 5px;
	text-align: left;
	width: 94%;
}
.slideshow_callout form input:focus {
	border-color: #666;
	color: #333;
}

.slideshow_callout form button {
	border-radius: 3px;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.3), 0 0 5px rgba(0,0,0,0.3);
	display: inline-block;
	font: 700 15pt/60px "Roboto Condensed", sans-serif;
	height: 60px;
	margin-top: 20px;
	padding: 0 30px; 
	text-transform: uppercase;
}
.slideshow_callout form button.button1 {
	font-size: 13pt;
	height: 50px;
	line-height: 50px;
	margin-top: 25px;
}


/* QUICK SEARCH
===================================================================================================== */

#slideshow_search {
	height: 343px;
	left: 0;
	min-width: 1000px;
	position: absolute;
	top: 150px;
	width: 100%;
	z-index: 200;
}
#slideshow_search .wrapper {
	width: 722px;
}

#slideshow_search form {
	background: rgba(255,255,255,0.85);
	border-radius: 4px;
	box-shadow: rgba(0,0,0,0.4) 0 0 10px;
	padding: 20px 25px 22px 25px;
}

#search_left {
	float: left;
	width: 486px;
}
#search_right {
	float: right;
	max-width: 186px;
}

#search_left div {
	float: left;
}
#search_left #search_field1 {width: 460px;}
#search_left #search_field2 {width: 263px;}
#search_left #search_field3 {width: 200px;}

/* quick search: labels
--------------------------------------------------------------------------------- */

#search_left label {
	color: #222;
	display: block;
	font: 700 12pt "Roboto Condensed", sans-serif;
	padding-top: 10px;
}
#search_left #search_field1 label {
	font-size: 14pt;
	padding-top: 0;
}

/* quick search: select dropdowns
--------------------------------------------------------------------------------- */

#search_left input[type="text"],
#search_left select {
	background: #fff;
	border: solid 1px rgba(0,0,0,0.3);
	border-radius: 2px;
	color: #aaa;
	display: inline-block;
	font: 400 9pt "Open Sans", sans-serif;
}
#search_left input[type="text"] {
	height: 23px;
	font-size: 10pt;
	line-height: 23px;
	padding: 5px;
}
#search_left select {
	height: 30px;
	line-height: 20px;
	padding: 5px;
}
#search_left input[type="text"]:focus,
#search_left select:focus {
	border-color: #666;
	color: #333;
}

#search_left #search_field1 input[type="text"] {
	width: 440px;
}
#search_left #search_field2 select {
	width: 116px;
}
#search_left #search_field2 select:first-of-type {
	margin-right: 5px;
}
#search_left #search_field3 select {
	width: 187px;
}

/* quick search: autocomplete
--------------------------------------------------------------------------------- */

#ui-id-1 {
	border-radius: 0 0 3px 3px !important;
	z-index: 300 !important;
}
.ui-widget-content li {
  color: #666666 !important;
	font-size: 9pt !important;
  padding: 5px !important;
}
.ui-state-active {
	background: #fff !important;
  border: none !important;
	color: #111 !important;
	text-shadow: none !important;
}


/* quick search: submit
--------------------------------------------------------------------------------- */

#search_right button {
	border-radius: 3px;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.3), 0 0 5px rgba(0,0,0,0.3);
	float: right;
	height: 50px;
	margin-top: 23px;
	padding: 0 20px; 
}
#search_right button span:before {
	content: "s";
	display: inline-block;
	font: 18pt "icon-set";
	margin-right: 5px;
	text-transform: lowercase;
	vertical-align: middle;
}
#search_right button span {
	display: block;
	font: 700 13pt/50px "Roboto Condensed", sans-serif;
	height: 50px;
	text-transform: uppercase;
}

/* quick search: advanced search
--------------------------------------------------------------------------------- */

#search_right a:before {
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;	
	border-left: 5px solid #666;
    content: "";
	display: inline-block;
	height: 0;
    margin-right: 5px;
	position: static;
	width: 0; 
}
#search_right a {
	clear: both;
	display: block;
	float: right;
	font: 400 8pt "Open Sans", sans-serif;
	line-height: 20px;
	margin-top: 10px;
	padding-left: 14px;
	text-decoration: none;
}
#search_right a:hover:before {
	border-left-color: #222;
    margin-right: 4px;
}


/* SECTIONS
===================================================================================================== */

#sections_wrapper .section {
	border-top: solid 1px #ddd;
}
#sections_wrapper .section:first-child {
	border-top: none;
}


/* QUICK SEARCH (INLINE)
===================================================================================================== */

#search_inline .wrapper {
	padding: 25px 0;
}

#search_inline #search_left {
	width: auto;
}
#search_inline #search_right {
	max-width: none;
	width: auto;
}
#search_inline #search_left #search_field1 {width: 480px;}
#search_inline #search_left #search_field2 {width: 263px;}
#search_inline #search_left #search_field3 {width: 200px;}

@media screen and (max-width: 1400px) {
  #search_inline #search_left #search_field1 {width: 350px;}
  #search_inline #search_left #search_field2 {width: 243px;}
  #search_inline #search_left #search_field3 {width: 150px;}
}

/* quick search (inline): labels, fields & buttons
--------------------------------------------------------------------------------- */

#search_inline #search_left label {
	font-size: 12pt;
	line-height: 25px;
	padding-top: 0;
}
#search_inline #search_left #search_field1 label {
	font-size: 13.5pt;
	line-height: 25px;
}

#search_inline #search_left input[type="text"] {
	height: 19px;
	font-size: 9pt;
	line-height: 19px;
}

#search_inline #search_right button {
	height: 50px;
	margin-top: 10px;
	padding: 0 35px;
}

#search_inline #search_right a {
	display: none;
}

@media screen and (max-width: 1400px) { 
  #search_inline #search_left #search_field1 input[type="text"] {width: 310px;}
  #search_inline #search_left #search_field2 select {width: 106px;}
  #search_inline #search_left #search_field3 select {width: 137px;}  
  #search_inline #search_right button {
	  padding: 0 20px; 
  }
}


/* PACKAGES
===================================================================================================== */

#packages_inline {
	background: #f9f9f9 url(../images/general/pattern_light.png) repeat;
}
#packages_inline .wrapper {
	padding-top: 35px;
}

#packages_title {
	display: table;
	margin-bottom: 20px;
}
#packages_title > span {
	display: table-cell;
	position: relative;
	width: 50%;
}
#packages_title > span > span {
	border-bottom: solid 1px rgba(0,0,0,0.15);
	display: block;
	height: 50%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#packages_title > div {
	color: #333;
	display: table-cell;
	font: 700 30pt "Roboto Condensed", sans-serif;
	padding: 0 25px;
	white-space: nowrap;
}

/* packages: widget layout
--------------------------------------------------------------------------------- */

.fsbolist_featured > div {
    background: #666;
    border: none;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.3);
	color: #fff;
	font: 700 11pt "Roboto Condensed", sans-serif;
    line-height: 32px;
    text-shadow: none;
}
#lu-gl.lu-gl--sm.lu-gl--md.lu-gl--lg .lu-gl-fs-pkg-descfeat {
	color: #fff; 
}
.rgbtextcolor3_dark .fsbolist_featured > div,
.rgbtextcolor3_dark #lu-gl.lu-gl--sm.lu-gl--md.lu-gl--lg .lu-gl-fs-pkg-descfeat {
	color: #000;
}
.rgbtextcolor5 .fsbolist_featured > div,
.rgbtextcolor5 #lu-gl.lu-gl--sm.lu-gl--md.lu-gl--lg .lu-gl-fs-pkg-descfeat {
	color: #fff;
}
.rgbtextcolor5.rgbtextcolor5_dark .fsbolist_featured > div,
.rgbtextcolor5.rgbtextcolor5_dark  #lu-gl.lu-gl--sm.lu-gl--md.lu-gl--lg .lu-gl-fs-pkg-descfeat {
	color: #000;
}

.fsbolist_pan,
.fsbolist_pan_alt {
    background: #fefefe;
    border: none;
    border-radius: 5px;
    box-shadow: rgba(0,0,0,0.2) 0 0 8px;
    padding: 12px 0 0 0;
    text-shadow: none;
}
.fsbolist_pan:hover,
.fsbolist_pan_alt:hover {
	background: #fff;
}

#packages_inline .fsbolist_pan:hover,
#packages_inline .fsbolist_pan_alt:hover {
	cursor: auto;
}

#packages_inline .fsbolist_pan_wrap.fsbolist_pan_feat.fsbolist_pan_feat2 {
	width: 41%;
}
#packages_inline .fsbolist_pan_lg .fsbolist_pan_wrap.fsbolist_pan_feat.fsbolist_pan_feat2:first-child {
	margin-left: 8%;
}
#packages_inline .fsbolist_pan_lg .fsbolist_pan_wrap.fsbolist_pan_feat.fsbolist_pan_feat2:last-child {
	margin-right: 8%;
}

.rgbtextcolor3_dark .lu-gl-fs-pkg-title .lu-gl-fm-check-color {color: #666;}


/* packages: widget title
--------------------------------------------------------------------------------- */

.fsbolist_pan_title {
    background: #222;
	  border-radius: 0;
    color: #fff;
    text-shadow: none;
}
.fsbolist_pan_lg .fsbolist_pan_feat .fsbolist_pan_title {
	  border-radius: 0;
	  font: 700 13.5pt "Roboto Condensed", sans-serif;
	  margin-bottom: 3px;
    padding: 10px;
}
[class^="lu-gl-fs-pkg-feat"] .lu-gl-fs-pkg-title {
   color: #fff;
}
.rgbtextcolor1_dark .fsbolist_pan_title,
.rgbtextcolor1_dark [class^="lu-gl-fs-pkg-feat"] .lu-gl-fs-pkg-title  {
	color: #000;
}
.rgbtextcolor4 .fsbolist_pan_title,
.rgbtextcolor4 [class^="lu-gl-fs-pkg-feat"] .lu-gl-fs-pkg-title {
	color: #fff;
}
.rgbtextcolor4.rgbtextcolor4_dark .fsbolist_pan_title,
.rgbtextcolor4.rgbtextcolor4_dark [class^="lu-gl-fs-pkg-feat"] .lu-gl-fs-pkg-title {
	color: #000;
}

/* packages: widget information
--------------------------------------------------------------------------------- */

.fsbolist_pan_subtitle {
    color: #666;
    font-size: 11.5pt;
	font-style: italic;
    font-weight: 400;
    text-transform: none;
}

.fsbolist_pan_lg .fsbolist_price {
    color: #222;
    font-weight: 900;
}
.fsbolist_pan_lg .fsbolist_pan_feat .fsbolist_price {
    border-bottom: solid 1px rgba(0,0,0,0.15);
    font-size: 36pt;
    padding: 7px 0 12px 0;
}
.fsbolist_pan_lg .fsbolist_pan_feat.fsbolist_pan_feat4 .fsbolist_price  {
	font-size: 32pt;
}

.fsbolist_pan_lg .fsbolist_pan_feat .fsbolist_text {
	color: #666;
	font-size: 10.5pt;
    padding: 20px 10% 10px 10%;
}

@media screen and (max-width: 1400px) { 
  .fsbolist_pan_lg .fsbolist_pan_feat.fsbolist_pan_feat4 .fsbolist_price  {
	  font-size: 30pt;
  }
}

/* packages: button
--------------------------------------------------------------------------------- */

.fsbolist_pan_butt {
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.3), 0 0 5px rgba(0,0,0,0.3);
    display: inline-block;
	font: 700 11.5pt "Roboto Condensed", sans-serif;
	margin: 15px 0 30px 0;
    padding: 12px 25px;
	text-shadow: none;
    width: auto;
}
.fsbolist_pan_butt:hover {
    padding: 12px 25px;
}

/* packages: fine
--------------------------------------------------------------------------------- */

#packages_fine {
	color: #999;
	font-size: 9pt;
	padding: 20px 80px 40px 80px;
	text-align: center;
}
#packages_fine p {
	text-align: left;
}
#packages_fine > p:first-child {
	margin-top: 0;
}
#packages_fine > p:last-child {
	margin-bottom: 0;
}


/* CALLOUTS
===================================================================================================== */

#callouts_inline {
	background: #f9f9f9 url(../images/general/pattern_light.png) repeat;
}
#callouts_inline .wrapper {
	padding: 35px 0;
}

#callouts_wrap.callouts2 {
	padding: 0 100px;
}

#callouts_wrap > a {
    background: #fefefe;
	border-radius: 5px;
    box-shadow: rgba(0,0,0,0.2) 0 0 8px;
	clear: none;
	display: block;
	float: left;
	padding-bottom: 25px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 100%
}
#callouts_wrap.callouts2 > a.callout_wrap {
	margin-left: 2%;
	width: 49%;
}
#callouts_wrap.callouts3 > a.callout_wrap {
	margin-left: 2%;
	width: 32%;
}
#callouts_wrap.callouts4 > a.callout_wrap {
	margin-left: 2%;
	width: 23%;
}
#callouts_wrap.callouts4 > a.callout_wrap:first-child,
#callouts_wrap.callouts4 > a.callout_wrap:nth-child(4) {
	width: 24%;
}
#callouts_wrap.callouts2 > a.callout_wrap:first-child,
#callouts_wrap.callouts3 > a.callout_wrap:first-child,
#callouts_wrap.callouts4 > a.callout_wrap:first-child {
	margin-left: 0;
}

#callouts_wrap > a:hover {
    background: #fff;
}

/* callouts: images
--------------------------------------------------------------------------------- */

.callout_image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px 5px 0 0;
	height: 220px;
}

.callouts3 .callout_image {
	height: 200px;
}
.callouts4 .callout_image {
	height: 155px;
}

@media screen and (max-width: 1400px) { 
  .callouts4 .callout_image {
	  height: 135px;
  }
}

/* callouts: title
--------------------------------------------------------------------------------- */

.callout_title {
    background: #222;
    color: #fff;
	font: 700 15pt "Roboto Condensed", sans-serif;
	margin-bottom: 6px;
    padding: 10px;
}
.callouts4 .callout_title {
	font-size: 13.5pt;
}

.rgbtextcolor1_dark .callout_title {
	color: #000;
}
.rgbtextcolor4 .callout_title {
	color: #fff;
}
.rgbtextcolor4.rgbtextcolor4_dark .callout_title {
	color: #000;
}

@media screen and (max-width: 1400px) { 
  .callouts4 .callout_title {
	  font-size: 12.5pt;
  }
}

/* callouts: information
--------------------------------------------------------------------------------- */

.callout_subtitle {
    color: #666;
    font-size: 11.5pt;
	font-style: italic;
    font-weight: 400;
	line-height: 120%;
    text-transform: none;
}

.callout_wrap p {
	color: #666;
	font-size: 10pt;
	margin: 0;
    padding: 20px 7% 25px 7%;
	text-align: left;
}
.callouts4 .callout_wrap p {
	font-size: 9.5pt;
}

/* callouts: button
--------------------------------------------------------------------------------- */

.callout_wrap span.button3 {
	border-radius: 3px;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.3), 0 0 5px rgba(0,0,0,0.3);
    display: inline-block;
	font: 700 11.5pt "Roboto Condensed", sans-serif;
    padding: 12px 25px;
	text-shadow: none;
	text-transform: uppercase;
    width: auto;
}
.callout_wrap span.button3:hover {
    padding: 12px 25px;
}


/* LISTINGS
===================================================================================================== */

#listings_inline {
	padding: 35px 0;
}

#listings_title {
	display: table;
	margin-bottom: 20px;
}
#listings_title > span {
	display: table-cell;
	position: relative;
	width: 50%;
}
#listings_title > span > span {
	border-bottom: solid 1px rgba(0,0,0,0.15);
	display: block;
	height: 50%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#listings_title > div {
	color: #222;
	display: table-cell;
	font: 700 22pt "Roboto Condensed", sans-serif;
	padding: 0 25px;
	white-space: nowrap;
}
#listings_widget {
	margin: 0 auto;
	position: relative;
	width: 1085px;
}

/* listings: include
--------------------------------------------------------------------------------- */

#widget-slide {
	height: 171px;
	position: relative;
	overflow: hidden;
}
#widget-slide a {
	height: 171px;
	overflow: hidden;	
	text-decoration: none;
	transition: none;
	width: 217px;
}
#widget-slide img {
	display: block;
	height: 171px;
	margin: 0 5px;
	width: 217px; 
}
#widget-slide span {
	display: block;
	white-space: normal;
}
#widget-slide .featuredlistingstext {
	color: #fff;
	height: 100%;
	position: relative;
	text-align: center;
	width: 100%;
}
.rgbtextcolor1_dark #widget-slide .featuredlistingstext {
	color: #000;
}
.featured_vert_title {
	font-size: 13pt;
	font-weight: 900;
	padding: 40px 0 0 0;
}
.featured_vert_subtitle {
	font-size: 12pt;
}
#widget-slide p {
	background: rgba(35,35,35,0.75);
	font-size: 10pt;
	height: 100%;
	left: 5px;
	margin: 0;
	opacity: 0;
		filter:alpha(opacity:0);
	padding: 0 5%;
	position: absolute;
	text-align: center;
	top: 0;
	transition: all 0.15s ease;
	    -webkit-transition: all 0.15s ease;	
	width: 90%;
}
#widget-slide a:hover p {
	opacity: 1;
		filter:alpha(opacity:100);
	top: -100%;
	transition: all 0.25s ease;
	    -webkit-transition: all 0.25s ease;	
}

/* listings: include arrows
--------------------------------------------------------------------------------- */

#listings_widget #prev,
#listings_widget #next {
	cursor: pointer;
	height: 76px;
	margin-top: -38px;
	position: absolute;
	width: 27px;
	top: 50%;
	transition: all 0.25s ease;
	    -webkit-transition: all 0.25s ease;	
	z-index: 300;
}
#listings_widget #prev {
	background: url(../images/general/listings_left.png) no-repeat left top;
	left: -40px;
}
#listings_widget #next {
	background: url(../images/general/listings_right.png) no-repeat right top;
	right: -40px;
}

#listings_widget #prev:hover,
#listings_widget #next:hover {
	background-position: right top;
	transition: all 0.15s ease;
	    -webkit-transition: all 0.15s ease;	
}
#listings_widget #next:hover {
	background-position: left top;
}

@media screen and (max-width: 1400px) {
  #listings_widget {
	  width: 868px;
  }
}


/* PARTNERS
===================================================================================================== */

#partners_inline {
	padding: 20px 0;
}

/* partners: widget
--------------------------------------------------------------------------------- */

#partnerlogoscroll_wrap {
    height: 96px !important;
}
#partnerlogoscroll_wrap_inner{
	top: 0 !important;
}
#partnerlogoscroll_wrap_inner > div {
	height: 96px !important;
}
#ticker a {
	height: 96px !important;
	line-height: 96px !important;
	width: 119px !important;
}
#ticker div {
	height: 96px !important;
	width: 119px !important;
}
#ticker img {
	max-height: 96px !important;
	width: 119px !important;
}

.partners_static #ticker {
	position: relative !important;
	text-align: center !important;
	width: auto !important;
}
.partners_static #ticker a {
    display: inline-block !important;
    float: none !important;
}

@media screen and (max-width: 1400px) {
  .partners_small #partnerlogoscroll_wrap {
	  height: 75px !important;
  }
  .partners_small #partnerlogoscroll_wrap_inner > div {
	  height: 75px !important;
  }
  .partners_small #ticker a {
	  height: 75px !important;
	  line-height: 75px !important;
	  width: 93px !important;
  }
  .partners_small #ticker div {
	  height: 75px !important;
	  width: 93px !important;
  }
  .partners_small #ticker img {
	  max-height: 75px !important;
	  width: 93px !important;
  }
}


/* WELCOME
===================================================================================================== */

#welcome_inline,
#hometext_inline {
	color: #666;
	padding: 35px 0;
}
#welcome_inline p,
#hometext_inline p {
	line-height: 150%;
}


/* ADS
===================================================================================================== */

#ads_inline {
	padding: 35px 0;
}


/* CONTENT PAGE
========================================================================================================================================
========================================================================================================================================
======================================================================================================================================== */


/* CONTENT PAGE MAIN IMAGE
===================================================================================================== */

#int_mainimage_wrap {
	min-height: 30px;
	min-width: 1000px;
	position: relative;
}
.int_background_alt #int_mainimage_wrap {
	min-height: 70px;
}
#int_mainimage_wrap.int_mainimage_bg {
	border-bottom: solid 5px #666;
	height: 290px;
	margin-bottom: 30px;
}
#int_mainimage_wrap.int_mainimage_panel {
	height: 290px;
}

#int_mainimage_wide {
	height: 290px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#int_mainimage_frame {
	height: 290px;
	overflow: hidden;
	position: relative;
}
#int_mainimage {
	background-position: center center;
	background-size: cover;
	height: 290px;
	left: 0;
	min-width: 1200px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

#int_mainimage_wrap #contactbar {
	z-index: 210;
}

/* main image: panel
--------------------------------------------------------------------------------- */

#int_panelimage_wrap {
	height: 290px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 200;
}
.int_mainimage_bg.int_mainimage_panel #int_panelimage_wrap {
	background: rgba(70,70,70,0.5) url(../images/general/pattern_med.png) repeat;
}
#int_panelimage {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 7px rgba(0,0,0,0.3);
	margin: 30px auto 0 auto;
	padding: 5px;
	width: 950px;
}
#int_mainimage_wrap #int_panelimage {
	margin-top: 36px;
}
.int_background_alt #int_mainimage_wrap.int_mainimage_bg #int_panelimage {
	margin-top: -6px;
}
#int_panelimage img {
	height: auto;
	width: 100%;
}


/* CONTENT
===================================================================================================== */

#content_inline {
	padding: 15px 0 35px 0;
}
#content_inline .wrapper {
	min-height: 500px;
	width: 960px;
}
.pagetitletext,
h1.lu-gl-pagetitletext {
	color: #222;
	font: 700 18pt "Roboto Condensed", sans-serif;
}
