/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	        border:3px solid #B2DDE7;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden !important;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('http://ui.cruisemates.com/js/jquery/fancybox/source/fancybox_sprite.png?rev=20160222-2');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('http://ui.cruisemates.com/js/jquery/fancybox/source/fancybox_loading.gif?rev=20160222-2') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('http://ui.cruisemates.com/js/jquery/fancybox/source/blank.gif?rev=20160222-2'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('http://ui.cruisemates.com/js/jquery/fancybox/source/fancybox_overlay.png?rev=20160222-2');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/*! jQuery UI - v1.9.1 - 2012-11-20
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=02_glass.png&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=06_inset_hard.png&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
.ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin-top: 2px; padding: .5em .5em .5em .7em; zoom: 1; }
.ui-accordion .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-noicons { padding-left: .7em; }
.ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; zoom: 1; }
.ui-autocomplete {
	position: absolute;
	top: 0; /* #8656 */
	cursor: default;
}

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; }
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-menu { list-style:none; padding: 2px; margin: 0; display:block; outline: none; }
.ui-menu .ui-menu { margin-top: -3px; position: absolute; }
.ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1; width: 100%; }
.ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; zoom: 1; font-weight: normal; }
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; }

.ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
.ui-menu .ui-state-disabled a { cursor: default; }

/* icon support */
.ui-menu-icons { position: relative; }
.ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; }

/* right-aligned */
.ui-menu .ui-menu-icon { position: static; float: right; }
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }.ui-spinner { position:relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }
.ui-spinner-input { border: none; background: none; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; }
.ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }
.ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } /* more specificity required here to overide default borders */
.ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } /* vertical centre icon */
.ui-spinner-up { top: 0; }
.ui-spinner-down { bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position:-65px -16px;
}
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em 0 0; border-bottom: 0; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
	background-image: none;
}
body .ui-tooltip { border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget { font-family: Lucida Grande,Lucida Sans,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Lucida Grande,Lucida Sans,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #a6c9e2; background: #fcfdfd url(http://ui.cruisemates.com/css/jquery/ui-lightness/images/ui-bg_inset-hard_100_fcfdfd_1x100.png?rev=20160222-2) 50% bottom repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #4297d7; background: #5c9ccc url(http://ui.cruisemates.com/css/jquery/ui-lightness/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png?rev=20160222-2) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #c5dbec; background: #dfeffc url(http://ui.cruisemates.com/css/jquery/ui-lightness/images/ui-bg_glass_85_dfeffc_1x400.png?rev=20160222-2) 50% 50% repeat-x; font-weight: bold; color: #2e6e9e; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #2e6e9e; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #79b7e7; background: #d0e5f5 url(http://ui.cruisemates.com/css/jquery/ui-lightness/images/ui-bg_glass_75_d0e5f5_1x400.png?rev=20160222-2) 50% 50% repeat-x; font-weight: bold; color: #1d5987; }
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #1d5987; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #79b7e7; background: #f5f8f9 url(http://ui.cruisemates.com/css/jquery/ui-lightness/images/ui-bg_inset-hard_100_f5f8f9_1x100.png?rev=20160222-2) 50% 50% repeat-x; font-weight: bold; color: #e17009; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #e17009; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fad42e; background: #fbec88 url(http://ui.cruisemates.com/css/jquery/ui-lightness/images/ui-bg_flat_55_fbec88_40x100.png?rev=20160222-2) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(http://ui.cruisemates.com/css/jquery/ui-lightness/images/ui-bg_glass_95_fef1ec_1x400.png?rev=20160222-2) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(http://ui.cruisemates.com/css/jquery/ui-lightness/images/ui-icons_469bdd_256x240.png?rev=20160222-2); }
.ui-widget-content .ui-icon {background-image: url(http://ui.cruisemates.com/css/jquery/ui-lightness/images/ui-icons_469bdd_256x240.png?rev=20160222-2); }
.ui-widget-header .ui-icon {background-image: url(http://ui.cruisemates.com/css/jquery/ui-lightness/images/ui-icons_d8e7f3_256x240.png?rev=20160222-2); }
.ui-state-default .ui-icon { background-image: url(http://ui.cruisemates.com/css/jquery/ui-lightness/images/ui-icons_6da8d5_256x240.png?rev=20160222-2); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(http://ui.cruisemates.com/css/jquery/ui-lightness/images/ui-icons_217bc0_256x240.png?rev=20160222-2); }
.ui-state-active .ui-icon {background-image: url(http://ui.cruisemates.com/css/jquery/ui-lightness/images/ui-icons_f9bd01_256x240.png?rev=20160222-2); }
.ui-state-highlight .ui-icon {background-image: url(http://ui.cruisemates.com/css/jquery/ui-lightness/images/ui-icons_2e83ff_256x240.png?rev=20160222-2); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(http://ui.cruisemates.com/css/jquery/ui-lightness/images/ui-icons_cd0a0a_256x240.png?rev=20160222-2); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -khtml-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(http://ui.cruisemates.com/css/jquery/ui-lightness/images/ui-bg_flat_0_aaaaaa_40x100.png?rev=20160222-2) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(http://ui.cruisemates.com/css/jquery/ui-lightness/images/ui-bg_flat_0_aaaaaa_40x100.png?rev=20160222-2) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	background: #fff;
	left: -5px;*/
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(http://ui.cruisemates.com/images/site/bx_loader.gif?rev=20160222-2) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #E0E0E0;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #1CA3BC;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(http://ui.cruisemates.com/images/site/controls.png?rev=20160222-2) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(http://ui.cruisemates.com/images/site/controls.png?rev=20160222-2) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 10;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(http://ui.cruisemates.com/images/site/controls.png?rev=20160222-2) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(http://ui.cruisemates.com/images/site/controls.png?rev=20160222-2) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/*!
 * Bootstrap Responsive v2.1.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}

@media (max-width: 767px) {
  body {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-right: -20px;
    margin-left: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    width: auto;
    clear: none;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    right: 20px;
    left: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade.in {
    top: auto;
  }
}

@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-right: 10px;
    padding-left: 10px;
  }
  .modal {
    top: 10px;
    right: 10px;
    left: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}

@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    padding: 0;
    margin-top: 5px;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    display: block;
    float: none;
    max-width: none;
    padding: 0;
    margin: 0 15px;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
       -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}

/*!
 * Bootstrap v2.2.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  /* max-width: 100%; --messing up forum part of the site */
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #0088cc;
  text-decoration: none;
}
a:hover {
  color: #005580;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -1px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 1px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 986px;
}
.span47 {
  width: 986px;
}
.span46 {
  width: 965px;
}
.span45 {
  width: 944px;
}
.span44 {
  width: 923px;
}
.span43 {
  width: 902px;
}
.span42 {
  width: 881px;
}
.span41 {
  width: 860px;
}
.span40 {
  width: 839px;
}
.span39 {
  width: 818px;
}
.span38 {
  width: 797px;
}
.span37 {
  width: 776px;
}
.span36 {
  width: 755px;
}
.span35 {
  width: 734px;
}
.span34 {
  width: 713px;
}
.span33 {
  width: 692px;
}
.span32 {
  width: 671px;
}
.span31 {
  width: 650px;
}
.span30 {
  width: 629px;
}
.span29 {
  width: 608px;
}
.span28 {
  width: 587px;
}
.span27 {
  width: 566px;
}
.span26 {
  width: 545px;
}
.span25 {
  width: 524px;
}
.span24 {
  width: 503px;
}
.span23 {
  width: 482px;
}
.span22 {
  width: 461px;
}
.span21 {
  width: 440px;
}
.span20 {
  width: 419px;
}
.span19 {
  width: 398px;
}
.span18 {
  width: 377px;
}
.span17 {
  width: 356px;
}
.span16 {
  width: 335px;
}
.span15 {
  width: 314px;
}
.span14 {
  width: 300px;
}
.span13 {
  width: 272px;
}
.span12 {
  width: 251px;
}
.span11 {
  width: 230px;
}
.span10 {
  width: 209px;
}
.span9 {
  width: 188px;
}
.span8 {
  width: 167px;
}
.span7 {
  width: 146px;
}
.span6 {
  width: 125px;
}
.span5 {
  width: 104px;
}
.span4 {
  width: 83px;
}
.span3 {
  width: 62px;
}
.span2 {
  width: 41px;
}
.span1 {
  width: 20px;
}
.offset47 {
  margin-left: 988px;
}
.offset46 {
  margin-left: 967px;
}
.offset45 {
  margin-left: 946px;
}
.offset44 {
  margin-left: 925px;
}
.offset43 {
  margin-left: 904px;
}
.offset42 {
  margin-left: 883px;
}
.offset41 {
  margin-left: 862px;
}
.offset40 {
  margin-left: 841px;
}
.offset39 {
  margin-left: 820px;
}
.offset38 {
  margin-left: 799px;
}
.offset37 {
  margin-left: 778px;
}
.offset36 {
  margin-left: 757px;
}
.offset35 {
  margin-left: 736px;
}
.offset34 {
  margin-left: 715px;
}
.offset33 {
  margin-left: 694px;
}
.offset32 {
  margin-left: 673px;
}
.offset31 {
  margin-left: 652px;
}
.offset30 {
  margin-left: 631px;
}
.offset29 {
  margin-left: 610px;
}
.offset28 {
  margin-left: 589px;
}
.offset27 {
  margin-left: 568px;
}
.offset26 {
  margin-left: 547px;
}
.offset25 {
  margin-left: 526px;
}
.offset24 {
  margin-left: 505px;
}
.offset23 {
  margin-left: 484px;
}
.offset22 {
  margin-left: 463px;
}
.offset21 {
  margin-left: 442px;
}
.offset20 {
  margin-left: 421px;
}
.offset19 {
  margin-left: 400px;
}
.offset18 {
  margin-left: 379px;
}
.offset17 {
  margin-left: 358px;
}
.offset16 {
  margin-left: 337px;
}
.offset15 {
  margin-left: 316px;
}
.offset14 {
  margin-left: 295px;
}
.offset13 {
  margin-left: 274px;
}
.offset12 {
  margin-left: 253px;
}
.offset11 {
  margin-left: 232px;
}
.offset10 {
  margin-left: 211px;
}
.offset9 {
  margin-left: 190px;
}
.offset8 {
  margin-left: 169px;
}
.offset7 {
  margin-left: 148px;
}
.offset6 {
  margin-left: 127px;
}
.offset5 {
  margin-left: 106px;
}
.offset4 {
  margin-left: 85px;
}
.offset3 {
  margin-left: 64px;
}
.offset2 {
  margin-left: 43px;
}
.offset1 {
  margin-left: 22px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 0.10141987829614604%;
  *margin-left: 0.05070993914807302%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 0.10141987829614604%;
}
.row-fluid .span47 {
  width: 100.00000000000001%;
  *width: 99.94929006085194%;
}
.row-fluid .span46 {
  width: 97.87018255578093%;
  *width: 97.81947261663285%;
}
.row-fluid .span45 {
  width: 95.74036511156187%;
  *width: 95.6896551724138%;
}
.row-fluid .span44 {
  width: 93.6105476673428%;
  *width: 93.55983772819472%;
}
.row-fluid .span43 {
  width: 91.48073022312373%;
  *width: 91.43002028397565%;
}
.row-fluid .span42 {
  width: 89.35091277890467%;
  *width: 89.3002028397566%;
}
.row-fluid .span41 {
  width: 87.2210953346856%;
  *width: 87.17038539553752%;
}
.row-fluid .span40 {
  width: 85.09127789046653%;
  *width: 85.04056795131845%;
}
.row-fluid .span39 {
  width: 82.96146044624747%;
  *width: 82.9107505070994%;
}
.row-fluid .span38 {
  width: 80.8316430020284%;
  *width: 80.78093306288032%;
}
.row-fluid .span37 {
  width: 78.70182555780933%;
  *width: 78.65111561866125%;
}
.row-fluid .span36 {
  width: 76.57200811359027%;
  *width: 76.5212981744422%;
}
.row-fluid .span35 {
  width: 74.4421906693712%;
  *width: 74.39148073022312%;
}
.row-fluid .span34 {
  width: 72.31237322515213%;
  *width: 72.26166328600405%;
}
.row-fluid .span33 {
  width: 70.18255578093306%;
  *width: 70.13184584178498%;
}
.row-fluid .span32 {
  width: 68.052738336714%;
  *width: 68.00202839756592%;
}
.row-fluid .span31 {
  width: 65.92292089249493%;
  *width: 65.87221095334685%;
}
.row-fluid .span30 {
  width: 63.79310344827586%;
  *width: 63.74239350912779%;
}
.row-fluid .span29 {
  width: 61.6632860040568%;
  *width: 61.61257606490873%;
}
.row-fluid .span28 {
  width: 59.53346855983773%;
  *width: 59.48275862068966%;
}
.row-fluid .span27 {
  width: 57.403651115618665%;
  *width: 57.352941176470594%;
}
.row-fluid .span26 {
  width: 55.2738336713996%;
  *width: 55.22312373225153%;
}
.row-fluid .span25 {
  width: 53.14401622718053%;
  *width: 53.09330628803246%;
}
.row-fluid .span24 {
  width: 51.014198782961465%;
  *width: 50.963488843813394%;
}
.row-fluid .span23 {
  width: 48.88438133874239%;
  *width: 48.83367139959432%;
}
.row-fluid .span22 {
  width: 46.75456389452332%;
  *width: 46.70385395537525%;
}
.row-fluid .span21 {
  width: 44.624746450304265%;
  *width: 44.574036511156194%;
}
.row-fluid .span20 {
  width: 42.494929006085194%;
  *width: 42.44421906693712%;
}
.row-fluid .span19 {
  width: 40.36511156186612%;
  *width: 40.31440162271805%;
}
.row-fluid .span18 {
  width: 38.235294117647065%;
  *width: 38.184584178498994%;
}
.row-fluid .span17 {
  width: 36.105476673427994%;
  *width: 36.05476673427992%;
}
.row-fluid .span16 {
  width: 33.97565922920893%;
  *width: 33.92494929006086%;
}
.row-fluid .span15 {
  width: 31.845841784989858%;
  *width: 31.795131845841784%;
}
.row-fluid .span14 {
  width: 29.716024340770794%;
  *width: 29.66531440162272%;
}
.row-fluid .span13 {
  width: 27.586206896551726%;
  *width: 27.53549695740365%;
}
.row-fluid .span12 {
  width: 25.456389452332658%;
  *width: 25.405679513184584%;
}
.row-fluid .span11 {
  width: 23.32657200811359%;
  *width: 23.275862068965516%;
}
.row-fluid .span10 {
  width: 21.196754563894523%;
  *width: 21.146044624746448%;
}
.row-fluid .span9 {
  width: 19.06693711967546%;
  *width: 19.016227180527384%;
}
.row-fluid .span8 {
  width: 16.93711967545639%;
  *width: 16.886409736308316%;
}
.row-fluid .span7 {
  width: 14.807302231237323%;
  *width: 14.75659229208925%;
}
.row-fluid .span6 {
  width: 12.677484787018257%;
  *width: 12.626774847870184%;
}
.row-fluid .span5 {
  width: 10.547667342799189%;
  *width: 10.496957403651116%;
}
.row-fluid .span4 {
  width: 8.417849898580123%;
  *width: 8.36713995943205%;
}
.row-fluid .span3 {
  width: 6.288032454361055%;
  *width: 6.237322515212981%;
}
.row-fluid .span2 {
  width: 4.158215010141988%;
  *width: 4.1075050709939145%;
}
.row-fluid .span1 {
  width: 2.028397565922921%;
  *width: 1.977687626774848%;
}
.row-fluid .offset47 {
  margin-left: 100.20283975659231%;
  *margin-left: 100.10141987829616%;
}
.row-fluid .offset47:first-child {
  margin-left: 100.10141987829616%;
  *margin-left: 100%;
}
.row-fluid .offset46 {
  margin-left: 98.07302231237323%;
  *margin-left: 97.97160243407707%;
}
.row-fluid .offset46:first-child {
  margin-left: 97.97160243407707%;
  *margin-left: 97.87018255578091%;
}
.row-fluid .offset45 {
  margin-left: 95.94320486815417%;
  *margin-left: 95.84178498985801%;
}
.row-fluid .offset45:first-child {
  margin-left: 95.84178498985801%;
  *margin-left: 95.74036511156186%;
}
.row-fluid .offset44 {
  margin-left: 93.8133874239351%;
  *margin-left: 93.71196754563894%;
}
.row-fluid .offset44:first-child {
  margin-left: 93.71196754563894%;
  *margin-left: 93.61054766734279%;
}
.row-fluid .offset43 {
  margin-left: 91.68356997971603%;
  *margin-left: 91.58215010141987%;
}
.row-fluid .offset43:first-child {
  margin-left: 91.58215010141987%;
  *margin-left: 91.48073022312371%;
}
.row-fluid .offset42 {
  margin-left: 89.55375253549697%;
  *margin-left: 89.45233265720081%;
}
.row-fluid .offset42:first-child {
  margin-left: 89.45233265720081%;
  *margin-left: 89.35091277890466%;
}
.row-fluid .offset41 {
  margin-left: 87.4239350912779%;
  *margin-left: 87.32251521298174%;
}
.row-fluid .offset41:first-child {
  margin-left: 87.32251521298174%;
  *margin-left: 87.22109533468559%;
}
.row-fluid .offset40 {
  margin-left: 85.29411764705883%;
  *margin-left: 85.19269776876267%;
}
.row-fluid .offset40:first-child {
  margin-left: 85.19269776876267%;
  *margin-left: 85.09127789046651%;
}
.row-fluid .offset39 {
  margin-left: 83.16430020283977%;
  *margin-left: 83.06288032454361%;
}
.row-fluid .offset39:first-child {
  margin-left: 83.06288032454361%;
  *margin-left: 82.96146044624746%;
}
.row-fluid .offset38 {
  margin-left: 81.0344827586207%;
  *margin-left: 80.93306288032454%;
}
.row-fluid .offset38:first-child {
  margin-left: 80.93306288032454%;
  *margin-left: 80.83164300202839%;
}
.row-fluid .offset37 {
  margin-left: 78.90466531440163%;
  *margin-left: 78.80324543610547%;
}
.row-fluid .offset37:first-child {
  margin-left: 78.80324543610547%;
  *margin-left: 78.70182555780931%;
}
.row-fluid .offset36 {
  margin-left: 76.77484787018257%;
  *margin-left: 76.67342799188641%;
}
.row-fluid .offset36:first-child {
  margin-left: 76.67342799188641%;
  *margin-left: 76.57200811359026%;
}
.row-fluid .offset35 {
  margin-left: 74.6450304259635%;
  *margin-left: 74.54361054766734%;
}
.row-fluid .offset35:first-child {
  margin-left: 74.54361054766734%;
  *margin-left: 74.44219066937119%;
}
.row-fluid .offset34 {
  margin-left: 72.51521298174443%;
  *margin-left: 72.41379310344827%;
}
.row-fluid .offset34:first-child {
  margin-left: 72.41379310344827%;
  *margin-left: 72.31237322515211%;
}
.row-fluid .offset33 {
  margin-left: 70.38539553752535%;
  *margin-left: 70.2839756592292%;
}
.row-fluid .offset33:first-child {
  margin-left: 70.2839756592292%;
  *margin-left: 70.18255578093304%;
}
.row-fluid .offset32 {
  margin-left: 68.2555780933063%;
  *margin-left: 68.15415821501014%;
}
.row-fluid .offset32:first-child {
  margin-left: 68.15415821501014%;
  *margin-left: 68.05273833671399%;
}
.row-fluid .offset31 {
  margin-left: 66.12576064908723%;
  *margin-left: 66.02434077079107%;
}
.row-fluid .offset31:first-child {
  margin-left: 66.02434077079107%;
  *margin-left: 65.92292089249491%;
}
.row-fluid .offset30 {
  margin-left: 63.99594320486815%;
  *margin-left: 63.894523326572006%;
}
.row-fluid .offset30:first-child {
  margin-left: 63.894523326572006%;
  *margin-left: 63.793103448275865%;
}
.row-fluid .offset29 {
  margin-left: 61.86612576064909%;
  *margin-left: 61.76470588235295%;
}
.row-fluid .offset29:first-child {
  margin-left: 61.76470588235295%;
  *margin-left: 61.66328600405681%;
}
.row-fluid .offset28 {
  margin-left: 59.73630831643002%;
  *margin-left: 59.63488843813388%;
}
.row-fluid .offset28:first-child {
  margin-left: 59.63488843813388%;
  *margin-left: 59.533468559837736%;
}
.row-fluid .offset27 {
  margin-left: 57.606490872210955%;
  *margin-left: 57.50507099391481%;
}
.row-fluid .offset27:first-child {
  margin-left: 57.50507099391481%;
  *margin-left: 57.40365111561867%;
}
.row-fluid .offset26 {
  margin-left: 55.47667342799189%;
  *margin-left: 55.37525354969575%;
}
.row-fluid .offset26:first-child {
  margin-left: 55.37525354969575%;
  *margin-left: 55.27383367139961%;
}
.row-fluid .offset25 {
  margin-left: 53.34685598377282%;
  *margin-left: 53.24543610547668%;
}
.row-fluid .offset25:first-child {
  margin-left: 53.24543610547668%;
  *margin-left: 53.144016227180536%;
}
.row-fluid .offset24 {
  margin-left: 51.217038539553755%;
  *margin-left: 51.115618661257614%;
}
.row-fluid .offset24:first-child {
  margin-left: 51.115618661257614%;
  *margin-left: 51.01419878296147%;
}
.row-fluid .offset23 {
  margin-left: 49.087221095334684%;
  *margin-left: 48.98580121703854%;
}
.row-fluid .offset23:first-child {
  margin-left: 48.98580121703854%;
  *margin-left: 48.8843813387424%;
}
.row-fluid .offset22 {
  margin-left: 46.95740365111561%;
  *margin-left: 46.85598377281947%;
}
.row-fluid .offset22:first-child {
  margin-left: 46.85598377281947%;
  *margin-left: 46.75456389452333%;
}
.row-fluid .offset21 {
  margin-left: 44.827586206896555%;
  *margin-left: 44.726166328600414%;
}
.row-fluid .offset21:first-child {
  margin-left: 44.726166328600414%;
  *margin-left: 44.62474645030427%;
}
.row-fluid .offset20 {
  margin-left: 42.697768762677484%;
  *margin-left: 42.59634888438134%;
}
.row-fluid .offset20:first-child {
  margin-left: 42.59634888438134%;
  *margin-left: 42.4949290060852%;
}
.row-fluid .offset19 {
  margin-left: 40.56795131845841%;
  *margin-left: 40.46653144016227%;
}
.row-fluid .offset19:first-child {
  margin-left: 40.46653144016227%;
  *margin-left: 40.36511156186613%;
}
.row-fluid .offset18 {
  margin-left: 38.438133874239355%;
  *margin-left: 38.336713995943214%;
}
.row-fluid .offset18:first-child {
  margin-left: 38.336713995943214%;
  *margin-left: 38.23529411764707%;
}
.row-fluid .offset17 {
  margin-left: 36.308316430020284%;
  *margin-left: 36.20689655172414%;
}
.row-fluid .offset17:first-child {
  margin-left: 36.20689655172414%;
  *margin-left: 36.105476673428%;
}
.row-fluid .offset16 {
  margin-left: 34.17849898580122%;
  *margin-left: 34.07707910750508%;
}
.row-fluid .offset16:first-child {
  margin-left: 34.07707910750508%;
  *margin-left: 33.97565922920894%;
}
.row-fluid .offset15 {
  margin-left: 32.04868154158215%;
  *margin-left: 31.947261663286003%;
}
.row-fluid .offset15:first-child {
  margin-left: 31.947261663286003%;
  *margin-left: 31.845841784989855%;
}
.row-fluid .offset14 {
  margin-left: 29.918864097363087%;
  *margin-left: 29.81744421906694%;
}
.row-fluid .offset14:first-child {
  margin-left: 29.81744421906694%;
  *margin-left: 29.71602434077079%;
}
.row-fluid .offset13 {
  margin-left: 27.78904665314402%;
  *margin-left: 27.68762677484787%;
}
.row-fluid .offset13:first-child {
  margin-left: 27.68762677484787%;
  *margin-left: 27.586206896551722%;
}
.row-fluid .offset12 {
  margin-left: 25.659229208924952%;
  *margin-left: 25.557809330628803%;
}
.row-fluid .offset12:first-child {
  margin-left: 25.557809330628803%;
  *margin-left: 25.456389452332655%;
}
.row-fluid .offset11 {
  margin-left: 23.529411764705884%;
  *margin-left: 23.427991886409735%;
}
.row-fluid .offset11:first-child {
  margin-left: 23.427991886409735%;
  *margin-left: 23.326572008113587%;
}
.row-fluid .offset10 {
  margin-left: 21.399594320486816%;
  *margin-left: 21.298174442190668%;
}
.row-fluid .offset10:first-child {
  margin-left: 21.298174442190668%;
  *margin-left: 21.19675456389452%;
}
.row-fluid .offset9 {
  margin-left: 19.269776876267752%;
  *margin-left: 19.168356997971603%;
}
.row-fluid .offset9:first-child {
  margin-left: 19.168356997971603%;
  *margin-left: 19.066937119675455%;
}
.row-fluid .offset8 {
  margin-left: 17.139959432048684%;
  *margin-left: 17.038539553752535%;
}
.row-fluid .offset8:first-child {
  margin-left: 17.038539553752535%;
  *margin-left: 16.937119675456387%;
}
.row-fluid .offset7 {
  margin-left: 15.010141987829615%;
  *margin-left: 14.90872210953347%;
}
.row-fluid .offset7:first-child {
  margin-left: 14.90872210953347%;
  *margin-left: 14.807302231237324%;
}
.row-fluid .offset6 {
  margin-left: 12.880324543610548%;
  *margin-left: 12.778904665314403%;
}
.row-fluid .offset6:first-child {
  margin-left: 12.778904665314403%;
  *margin-left: 12.677484787018258%;
}
.row-fluid .offset5 {
  margin-left: 10.75050709939148%;
  *margin-left: 10.649087221095336%;
}
.row-fluid .offset5:first-child {
  margin-left: 10.649087221095336%;
  *margin-left: 10.54766734279919%;
}
.row-fluid .offset4 {
  margin-left: 8.620689655172415%;
  *margin-left: 8.51926977687627%;
}
.row-fluid .offset4:first-child {
  margin-left: 8.51926977687627%;
  *margin-left: 8.417849898580124%;
}
.row-fluid .offset3 {
  margin-left: 6.490872210953347%;
  *margin-left: 6.3894523326572%;
}
.row-fluid .offset3:first-child {
  margin-left: 6.389452332657201%;
  *margin-left: 6.288032454361054%;
}
.row-fluid .offset2 {
  margin-left: 4.36105476673428%;
  *margin-left: 4.259634888438133%;
}
.row-fluid .offset2:first-child {
  margin-left: 4.259634888438134%;
  *margin-left: 4.158215010141987%;
}
.row-fluid .offset1 {
  margin-left: 2.231237322515213%;
  *margin-left: 2.129817444219067%;
}
.row-fluid .offset1:first-child {
  margin-left: 2.129817444219067%;
  *margin-left: 2.028397565922921%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 1px;
  padding-left: 1px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 4px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 25px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 46px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 67px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 88px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 109px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 130px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 151px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 172px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 193px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 214px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 235px;
  margin-left: 0;
}
.table tbody tr.success td {
  background-color: #dff0d8;
}
.table tbody tr.error td {
  background-color: #f2dede;
}
.table tbody tr.warning td {
  background-color: #fcf8e3;
}
.table tbody tr.info td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
  cursor: pointer;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 1px;
}
input.span47, textarea.span47, .uneditable-input.span47 {
  width: 972px;
}
input.span46, textarea.span46, .uneditable-input.span46 {
  width: 951px;
}
input.span45, textarea.span45, .uneditable-input.span45 {
  width: 930px;
}
input.span44, textarea.span44, .uneditable-input.span44 {
  width: 909px;
}
input.span43, textarea.span43, .uneditable-input.span43 {
  width: 888px;
}
input.span42, textarea.span42, .uneditable-input.span42 {
  width: 867px;
}
input.span41, textarea.span41, .uneditable-input.span41 {
  width: 846px;
}
input.span40, textarea.span40, .uneditable-input.span40 {
  width: 825px;
}
input.span39, textarea.span39, .uneditable-input.span39 {
  width: 804px;
}
input.span38, textarea.span38, .uneditable-input.span38 {
  width: 783px;
}
input.span37, textarea.span37, .uneditable-input.span37 {
  width: 762px;
}
input.span36, textarea.span36, .uneditable-input.span36 {
  width: 741px;
}
input.span35, textarea.span35, .uneditable-input.span35 {
  width: 720px;
}
input.span34, textarea.span34, .uneditable-input.span34 {
  width: 699px;
}
input.span33, textarea.span33, .uneditable-input.span33 {
  width: 678px;
}
input.span32, textarea.span32, .uneditable-input.span32 {
  width: 657px;
}
input.span31, textarea.span31, .uneditable-input.span31 {
  width: 636px;
}
input.span30, textarea.span30, .uneditable-input.span30 {
  width: 615px;
}
input.span29, textarea.span29, .uneditable-input.span29 {
  width: 594px;
}
input.span28, textarea.span28, .uneditable-input.span28 {
  width: 573px;
}
input.span27, textarea.span27, .uneditable-input.span27 {
  width: 552px;
}
input.span26, textarea.span26, .uneditable-input.span26 {
  width: 531px;
}
input.span25, textarea.span25, .uneditable-input.span25 {
  width: 510px;
}
input.span24, textarea.span24, .uneditable-input.span24 {
  width: 489px;
}
input.span23, textarea.span23, .uneditable-input.span23 {
  width: 468px;
}
input.span22, textarea.span22, .uneditable-input.span22 {
  width: 447px;
}
input.span21, textarea.span21, .uneditable-input.span21 {
  width: 426px;
}
input.span20, textarea.span20, .uneditable-input.span20 {
  width: 405px;
}
input.span19, textarea.span19, .uneditable-input.span19 {
  width: 384px;
}
input.span18, textarea.span18, .uneditable-input.span18 {
  width: 363px;
}
input.span17, textarea.span17, .uneditable-input.span17 {
  width: 342px;
}
input.span16, textarea.span16, .uneditable-input.span16 {
  width: 321px;
}
input.span15, textarea.span15, .uneditable-input.span15 {
  width: 300px;
}
input.span14, textarea.span14, .uneditable-input.span14 {
  width: 279px;
}
input.span13, textarea.span13, .uneditable-input.span13 {
  width: 258px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 237px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 216px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 195px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 174px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 153px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 132px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 111px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 90px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 69px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 48px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 27px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 6px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info > label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn,
.input-append select + .btn-group .btn,
.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 1px 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
/* White icons with optional class, or on hover/active states of certain elements */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: url("http://ui.cruisemates.com/../img/glyphicons-halflings-white.png?rev=20160222-2");
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
}
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 11px;
}
.btn-group > .btn-small {
  font-size: 12px;
}
.btn-group > .btn-large {
  font-size: 16px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group-vertical .btn {
  display: block;
  float: none;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  color: #777777;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}
.navbar-link {
  color: #777777;
}
.navbar-link:hover {
  color: #333333;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 986px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 0px 0 10px;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse {
  color: #999999;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb .active {
  color: #999999;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 1px 6px;
  font-size: 10.5px;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
.thumbnails {
  margin-left: -1px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 1px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 30px;
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media .pull-left {
  margin-right: 10px;
}
.media .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow:after {
  content: "";
  z-index: -1;
}
.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #ffffff;
}
.popover.top .arrow:after {
  border-width: 11px 11px 0;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -1px;
  left: -11px;
}
.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #ffffff;
}
.popover.right .arrow:after {
  border-width: 11px 11px 11px 0;
  border-right-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  left: -1px;
}
.popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #ffffff;
}
.popover.bottom .arrow:after {
  border-width: 0 11px 11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -1px;
  left: -11px;
}
.popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #ffffff;
}
.popover.left .arrow:after {
  border-width: 11px 0 11px 11px;
  border-left-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  right: -1px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #333333;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999999;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open  > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel .item > img {
  display: block;
  line-height: 1;
}
.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}
.carousel .active {
  left: 0;
}
.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel .next {
  left: 100%;
}
.carousel .prev {
  left: -100%;
}
.carousel .next.left,
.carousel .prev.right {
  left: 0;
}
.carousel .active.left {
  left: -100%;
}
.carousel .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media .pull-left {
  margin-right: 10px;
}
.media .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
/*@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -1px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 1px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 704px;
  }
  .span47 {
    width: 704px;
  }
  .span46 {
    width: 689px;
  }
  .span45 {
    width: 674px;
  }
  .span44 {
    width: 659px;
  }
  .span43 {
    width: 644px;
  }
  .span42 {
    width: 629px;
  }
  .span41 {
    width: 614px;
  }
  .span40 {
    width: 599px;
  }
  .span39 {
    width: 584px;
  }
  .span38 {
    width: 569px;
  }
  .span37 {
    width: 554px;
  }
  .span36 {
    width: 539px;
  }
  .span35 {
    width: 524px;
  }
  .span34 {
    width: 509px;
  }
  .span33 {
    width: 494px;
  }
  .span32 {
    width: 479px;
  }
  .span31 {
    width: 464px;
  }
  .span30 {
    width: 449px;
  }
  .span29 {
    width: 434px;
  }
  .span28 {
    width: 419px;
  }
  .span27 {
    width: 404px;
  }
  .span26 {
    width: 389px;
  }
  .span25 {
    width: 374px;
  }
  .span24 {
    width: 359px;
  }
  .span23 {
    width: 344px;
  }
  .span22 {
    width: 329px;
  }
  .span21 {
    width: 314px;
  }
  .span20 {
    width: 299px;
  }
  .span19 {
    width: 284px;
  }
  .span18 {
    width: 269px;
  }
  .span17 {
    width: 254px;
  }
  .span16 {
    width: 239px;
  }
  .span15 {
    width: 224px;
  }
  .span14 {
    width: 209px;
  }
  .span13 {
    width: 194px;
  }
  .span12 {
    width: 179px;
  }
  .span11 {
    width: 164px;
  }
  .span10 {
    width: 149px;
  }
  .span9 {
    width: 134px;
  }
  .span8 {
    width: 119px;
  }
  .span7 {
    width: 104px;
  }
  .span6 {
    width: 89px;
  }
  .span5 {
    width: 74px;
  }
  .span4 {
    width: 59px;
  }
  .span3 {
    width: 44px;
  }
  .span2 {
    width: 29px;
  }
  .span1 {
    width: 14px;
  }
  .offset47 {
    margin-left: 706px;
  }
  .offset46 {
    margin-left: 691px;
  }
  .offset45 {
    margin-left: 676px;
  }
  .offset44 {
    margin-left: 661px;
  }
  .offset43 {
    margin-left: 646px;
  }
  .offset42 {
    margin-left: 631px;
  }
  .offset41 {
    margin-left: 616px;
  }
  .offset40 {
    margin-left: 601px;
  }
  .offset39 {
    margin-left: 586px;
  }
  .offset38 {
    margin-left: 571px;
  }
  .offset37 {
    margin-left: 556px;
  }
  .offset36 {
    margin-left: 541px;
  }
  .offset35 {
    margin-left: 526px;
  }
  .offset34 {
    margin-left: 511px;
  }
  .offset33 {
    margin-left: 496px;
  }
  .offset32 {
    margin-left: 481px;
  }
  .offset31 {
    margin-left: 466px;
  }
  .offset30 {
    margin-left: 451px;
  }
  .offset29 {
    margin-left: 436px;
  }
  .offset28 {
    margin-left: 421px;
  }
  .offset27 {
    margin-left: 406px;
  }
  .offset26 {
    margin-left: 391px;
  }
  .offset25 {
    margin-left: 376px;
  }
  .offset24 {
    margin-left: 361px;
  }
  .offset23 {
    margin-left: 346px;
  }
  .offset22 {
    margin-left: 331px;
  }
  .offset21 {
    margin-left: 316px;
  }
  .offset20 {
    margin-left: 301px;
  }
  .offset19 {
    margin-left: 286px;
  }
  .offset18 {
    margin-left: 271px;
  }
  .offset17 {
    margin-left: 256px;
  }
  .offset16 {
    margin-left: 241px;
  }
  .offset15 {
    margin-left: 226px;
  }
  .offset14 {
    margin-left: 211px;
  }
  .offset13 {
    margin-left: 196px;
  }
  .offset12 {
    margin-left: 181px;
  }
  .offset11 {
    margin-left: 166px;
  }
  .offset10 {
    margin-left: 151px;
  }
  .offset9 {
    margin-left: 136px;
  }
  .offset8 {
    margin-left: 121px;
  }
  .offset7 {
    margin-left: 106px;
  }
  .offset6 {
    margin-left: 91px;
  }
  .offset5 {
    margin-left: 76px;
  }
  .offset4 {
    margin-left: 61px;
  }
  .offset3 {
    margin-left: 46px;
  }
  .offset2 {
    margin-left: 31px;
  }
  .offset1 {
    margin-left: 16px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 0.14204545454545456%;
    *margin-left: 0.09133551539738154%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0.14204545454545456%;
  }
  .row-fluid .span47 {
    width: 99.99999999999999%;
    *width: 99.94929006085191%;
  }
  .row-fluid .span46 {
    width: 97.86931818181817%;
    *width: 97.8186082426701%;
  }
  .row-fluid .span45 {
    width: 95.73863636363636%;
    *width: 95.68792642448828%;
  }
  .row-fluid .span44 {
    width: 93.60795454545455%;
    *width: 93.55724460630647%;
  }
  .row-fluid .span43 {
    width: 91.47727272727272%;
    *width: 91.42656278812464%;
  }
  .row-fluid .span42 {
    width: 89.3465909090909%;
    *width: 89.29588096994283%;
  }
  .row-fluid .span41 {
    width: 87.2159090909091%;
    *width: 87.16519915176102%;
  }
  .row-fluid .span40 {
    width: 85.08522727272728%;
    *width: 85.0345173335792%;
  }
  .row-fluid .span39 {
    width: 82.95454545454544%;
    *width: 82.90383551539736%;
  }
  .row-fluid .span38 {
    width: 80.82386363636363%;
    *width: 80.77315369721555%;
  }
  .row-fluid .span37 {
    width: 78.69318181818181%;
    *width: 78.64247187903374%;
  }
  .row-fluid .span36 {
    width: 76.5625%;
    *width: 76.51179006085192%;
  }
  .row-fluid .span35 {
    width: 74.43181818181817%;
    *width: 74.3811082426701%;
  }
  .row-fluid .span34 {
    width: 72.30113636363636%;
    *width: 72.25042642448828%;
  }
  .row-fluid .span33 {
    width: 70.17045454545455%;
    *width: 70.11974460630647%;
  }
  .row-fluid .span32 {
    width: 68.03977272727272%;
    *width: 67.98906278812464%;
  }
  .row-fluid .span31 {
    width: 65.9090909090909%;
    *width: 65.85838096994283%;
  }
  .row-fluid .span30 {
    width: 63.778409090909086%;
    *width: 63.727699151761016%;
  }
  .row-fluid .span29 {
    width: 61.647727272727266%;
    *width: 61.597017333579196%;
  }
  .row-fluid .span28 {
    width: 59.51704545454545%;
    *width: 59.46633551539738%;
  }
  .row-fluid .span27 {
    width: 57.38636363636363%;
    *width: 57.33565369721556%;
  }
  .row-fluid .span26 {
    width: 55.25568181818182%;
    *width: 55.20497187903375%;
  }
  .row-fluid .span25 {
    width: 53.12499999999999%;
    *width: 53.07429006085192%;
  }
  .row-fluid .span24 {
    width: 50.99431818181818%;
    *width: 50.94360824267011%;
  }
  .row-fluid .span23 {
    width: 48.86363636363636%;
    *width: 48.81292642448829%;
  }
  .row-fluid .span22 {
    width: 46.73295454545455%;
    *width: 46.682244606306476%;
  }
  .row-fluid .span21 {
    width: 44.60227272727273%;
    *width: 44.551562788124656%;
  }
  .row-fluid .span20 {
    width: 42.47159090909091%;
    *width: 42.420880969942836%;
  }
  .row-fluid .span19 {
    width: 40.340909090909086%;
    *width: 40.290199151761016%;
  }
  .row-fluid .span18 {
    width: 38.21022727272727%;
    *width: 38.1595173335792%;
  }
  .row-fluid .span17 {
    width: 36.07954545454545%;
    *width: 36.02883551539738%;
  }
  .row-fluid .span16 {
    width: 33.94886363636363%;
    *width: 33.89815369721556%;
  }
  .row-fluid .span15 {
    width: 31.818181818181817%;
    *width: 31.767471879033742%;
  }
  .row-fluid .span14 {
    width: 29.6875%;
    *width: 29.636790060851926%;
  }
  .row-fluid .span13 {
    width: 27.55681818181818%;
    *width: 27.506108242670106%;
  }
  .row-fluid .span12 {
    width: 25.426136363636363%;
    *width: 25.37542642448829%;
  }
  .row-fluid .span11 {
    width: 23.295454545454547%;
    *width: 23.244744606306472%;
  }
  .row-fluid .span10 {
    width: 21.164772727272727%;
    *width: 21.114062788124652%;
  }
  .row-fluid .span9 {
    width: 19.03409090909091%;
    *width: 18.983380969942836%;
  }
  .row-fluid .span8 {
    width: 16.90340909090909%;
    *width: 16.852699151761016%;
  }
  .row-fluid .span7 {
    width: 14.772727272727272%;
    *width: 14.722017333579199%;
  }
  .row-fluid .span6 {
    width: 12.642045454545455%;
    *width: 12.591335515397382%;
  }
  .row-fluid .span5 {
    width: 10.511363636363637%;
    *width: 10.460653697215564%;
  }
  .row-fluid .span4 {
    width: 8.380681818181818%;
    *width: 8.329971879033746%;
  }
  .row-fluid .span3 {
    width: 6.25%;
    *width: 6.199290060851927%;
  }
  .row-fluid .span2 {
    width: 4.119318181818182%;
    *width: 4.068608242670108%;
  }
  .row-fluid .span1 {
    width: 1.9886363636363635%;
    *width: 1.9379264244882906%;
  }
  .row-fluid .offset47 {
    margin-left: 100.28409090909089%;
    *margin-left: 100.18267103079474%;
  }
  .row-fluid .offset47:first-child {
    margin-left: 100.14204545454544%;
    *margin-left: 100.04062557624928%;
  }
  .row-fluid .offset46 {
    margin-left: 98.15340909090908%;
    *margin-left: 98.05198921261292%;
  }
  .row-fluid .offset46:first-child {
    margin-left: 98.01136363636363%;
    *margin-left: 97.90994375806747%;
  }
  .row-fluid .offset45 {
    margin-left: 96.02272727272727%;
    *margin-left: 95.92130739443111%;
  }
  .row-fluid .offset45:first-child {
    margin-left: 95.88068181818181%;
    *margin-left: 95.77926193988566%;
  }
  .row-fluid .offset44 {
    margin-left: 93.89204545454545%;
    *margin-left: 93.7906255762493%;
  }
  .row-fluid .offset44:first-child {
    margin-left: 93.75%;
    *margin-left: 93.64858012170384%;
  }
  .row-fluid .offset43 {
    margin-left: 91.76136363636363%;
    *margin-left: 91.65994375806747%;
  }
  .row-fluid .offset43:first-child {
    margin-left: 91.61931818181817%;
    *margin-left: 91.51789830352202%;
  }
  .row-fluid .offset42 {
    margin-left: 89.63068181818181%;
    *margin-left: 89.52926193988566%;
  }
  .row-fluid .offset42:first-child {
    margin-left: 89.48863636363636%;
    *margin-left: 89.3872164853402%;
  }
  .row-fluid .offset41 {
    margin-left: 87.5%;
    *margin-left: 87.39858012170384%;
  }
  .row-fluid .offset41:first-child {
    margin-left: 87.35795454545455%;
    *margin-left: 87.25653466715839%;
  }
  .row-fluid .offset40 {
    margin-left: 85.36931818181819%;
    *margin-left: 85.26789830352203%;
  }
  .row-fluid .offset40:first-child {
    margin-left: 85.22727272727273%;
    *margin-left: 85.12585284897658%;
  }
  .row-fluid .offset39 {
    margin-left: 83.23863636363635%;
    *margin-left: 83.13721648534019%;
  }
  .row-fluid .offset39:first-child {
    margin-left: 83.09659090909089%;
    *margin-left: 82.99517103079474%;
  }
  .row-fluid .offset38 {
    margin-left: 81.10795454545453%;
    *margin-left: 81.00653466715838%;
  }
  .row-fluid .offset38:first-child {
    margin-left: 80.96590909090908%;
    *margin-left: 80.86448921261292%;
  }
  .row-fluid .offset37 {
    margin-left: 78.97727272727272%;
    *margin-left: 78.87585284897656%;
  }
  .row-fluid .offset37:first-child {
    margin-left: 78.83522727272727%;
    *margin-left: 78.73380739443111%;
  }
  .row-fluid .offset36 {
    margin-left: 76.8465909090909%;
    *margin-left: 76.74517103079475%;
  }
  .row-fluid .offset36:first-child {
    margin-left: 76.70454545454545%;
    *margin-left: 76.6031255762493%;
  }
  .row-fluid .offset35 {
    margin-left: 74.71590909090908%;
    *margin-left: 74.61448921261292%;
  }
  .row-fluid .offset35:first-child {
    margin-left: 74.57386363636363%;
    *margin-left: 74.47244375806747%;
  }
  .row-fluid .offset34 {
    margin-left: 72.58522727272727%;
    *margin-left: 72.48380739443111%;
  }
  .row-fluid .offset34:first-child {
    margin-left: 72.44318181818181%;
    *margin-left: 72.34176193988566%;
  }
  .row-fluid .offset33 {
    margin-left: 70.45454545454545%;
    *margin-left: 70.3531255762493%;
  }
  .row-fluid .offset33:first-child {
    margin-left: 70.3125%;
    *margin-left: 70.21108012170384%;
  }
  .row-fluid .offset32 {
    margin-left: 68.32386363636363%;
    *margin-left: 68.22244375806747%;
  }
  .row-fluid .offset32:first-child {
    margin-left: 68.18181818181817%;
    *margin-left: 68.08039830352202%;
  }
  .row-fluid .offset31 {
    margin-left: 66.19318181818181%;
    *margin-left: 66.09176193988566%;
  }
  .row-fluid .offset31:first-child {
    margin-left: 66.05113636363636%;
    *margin-left: 65.9497164853402%;
  }
  .row-fluid .offset30 {
    margin-left: 64.0625%;
    *margin-left: 63.96108012170385%;
  }
  .row-fluid .offset30:first-child {
    margin-left: 63.92045454545454%;
    *margin-left: 63.8190346671584%;
  }
  .row-fluid .offset29 {
    margin-left: 61.93181818181817%;
    *margin-left: 61.83039830352203%;
  }
  .row-fluid .offset29:first-child {
    margin-left: 61.78977272727272%;
    *margin-left: 61.68835284897658%;
  }
  .row-fluid .offset28 {
    margin-left: 59.80113636363636%;
    *margin-left: 59.69971648534022%;
  }
  .row-fluid .offset28:first-child {
    margin-left: 59.65909090909091%;
    *margin-left: 59.557671030794765%;
  }
  .row-fluid .offset27 {
    margin-left: 57.67045454545454%;
    *margin-left: 57.5690346671584%;
  }
  .row-fluid .offset27:first-child {
    margin-left: 57.528409090909086%;
    *margin-left: 57.426989212612945%;
  }
  .row-fluid .offset26 {
    margin-left: 55.53977272727273%;
    *margin-left: 55.438352848976585%;
  }
  .row-fluid .offset26:first-child {
    margin-left: 55.39772727272727%;
    *margin-left: 55.29630739443113%;
  }
  .row-fluid .offset25 {
    margin-left: 53.4090909090909%;
    *margin-left: 53.30767103079476%;
  }
  .row-fluid .offset25:first-child {
    margin-left: 53.267045454545446%;
    *margin-left: 53.165625576249305%;
  }
  .row-fluid .offset24 {
    margin-left: 51.278409090909086%;
    *margin-left: 51.176989212612945%;
  }
  .row-fluid .offset24:first-child {
    margin-left: 51.13636363636363%;
    *margin-left: 51.03494375806749%;
  }
  .row-fluid .offset23 {
    margin-left: 49.147727272727266%;
    *margin-left: 49.046307394431125%;
  }
  .row-fluid .offset23:first-child {
    margin-left: 49.00568181818181%;
    *margin-left: 48.90426193988567%;
  }
  .row-fluid .offset22 {
    margin-left: 47.01704545454545%;
    *margin-left: 46.91562557624931%;
  }
  .row-fluid .offset22:first-child {
    margin-left: 46.875%;
    *margin-left: 46.77358012170386%;
  }
  .row-fluid .offset21 {
    margin-left: 44.88636363636363%;
    *margin-left: 44.78494375806749%;
  }
  .row-fluid .offset21:first-child {
    margin-left: 44.74431818181818%;
    *margin-left: 44.64289830352204%;
  }
  .row-fluid .offset20 {
    margin-left: 42.75568181818181%;
    *margin-left: 42.65426193988567%;
  }
  .row-fluid .offset20:first-child {
    margin-left: 42.61363636363636%;
    *margin-left: 42.51221648534022%;
  }
  .row-fluid .offset19 {
    margin-left: 40.62499999999999%;
    *margin-left: 40.52358012170385%;
  }
  .row-fluid .offset19:first-child {
    margin-left: 40.48295454545454%;
    *margin-left: 40.3815346671584%;
  }
  .row-fluid .offset18 {
    margin-left: 38.49431818181818%;
    *margin-left: 38.39289830352204%;
  }
  .row-fluid .offset18:first-child {
    margin-left: 38.35227272727273%;
    *margin-left: 38.250852848976585%;
  }
  .row-fluid .offset17 {
    margin-left: 36.36363636363636%;
    *margin-left: 36.26221648534022%;
  }
  .row-fluid .offset17:first-child {
    margin-left: 36.22159090909091%;
    *margin-left: 36.120171030794765%;
  }
  .row-fluid .offset16 {
    margin-left: 34.23295454545454%;
    *margin-left: 34.1315346671584%;
  }
  .row-fluid .offset16:first-child {
    margin-left: 34.090909090909086%;
    *margin-left: 33.989489212612945%;
  }
  .row-fluid .offset15 {
    margin-left: 32.10227272727273%;
    *margin-left: 32.00085284897658%;
  }
  .row-fluid .offset15:first-child {
    margin-left: 31.96022727272727%;
    *margin-left: 31.85880739443112%;
  }
  .row-fluid .offset14 {
    margin-left: 29.97159090909091%;
    *margin-left: 29.87017103079476%;
  }
  .row-fluid .offset14:first-child {
    margin-left: 29.829545454545453%;
    *margin-left: 29.728125576249305%;
  }
  .row-fluid .offset13 {
    margin-left: 27.84090909090909%;
    *margin-left: 27.73948921261294%;
  }
  .row-fluid .offset13:first-child {
    margin-left: 27.698863636363633%;
    *margin-left: 27.597443758067485%;
  }
  .row-fluid .offset12 {
    margin-left: 25.710227272727273%;
    *margin-left: 25.608807394431125%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 25.568181818181817%;
    *margin-left: 25.466761939885668%;
  }
  .row-fluid .offset11 {
    margin-left: 23.579545454545457%;
    *margin-left: 23.478125576249308%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 23.4375%;
    *margin-left: 23.33608012170385%;
  }
  .row-fluid .offset10 {
    margin-left: 21.448863636363637%;
    *margin-left: 21.347443758067488%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 21.30681818181818%;
    *margin-left: 21.20539830352203%;
  }
  .row-fluid .offset9 {
    margin-left: 19.31818181818182%;
    *margin-left: 19.21676193988567%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 19.176136363636363%;
    *margin-left: 19.074716485340215%;
  }
  .row-fluid .offset8 {
    margin-left: 17.1875%;
    *margin-left: 17.08608012170385%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 17.045454545454543%;
    *margin-left: 16.944034667158395%;
  }
  .row-fluid .offset7 {
    margin-left: 15.05681818181818%;
    *margin-left: 14.955398303522035%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 14.914772727272727%;
    *margin-left: 14.813352848976582%;
  }
  .row-fluid .offset6 {
    margin-left: 12.926136363636363%;
    *margin-left: 12.824716485340218%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 12.78409090909091%;
    *margin-left: 12.682671030794765%;
  }
  .row-fluid .offset5 {
    margin-left: 10.795454545454545%;
    *margin-left: 10.6940346671584%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 10.653409090909092%;
    *margin-left: 10.551989212612947%;
  }
  .row-fluid .offset4 {
    margin-left: 8.664772727272727%;
    *margin-left: 8.563352848976582%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 8.522727272727273%;
    *margin-left: 8.421307394431128%;
  }
  .row-fluid .offset3 {
    margin-left: 6.534090909090909%;
    *margin-left: 6.432671030794762%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 6.392045454545454%;
    *margin-left: 6.290625576249307%;
  }
  .row-fluid .offset2 {
    margin-left: 4.403409090909091%;
    *margin-left: 4.301989212612944%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 4.261363636363636%;
    *margin-left: 4.159943758067489%;
  }
  .row-fluid .offset1 {
    margin-left: 2.2727272727272725%;
    *margin-left: 2.1713073944311265%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 2.130681818181818%;
    *margin-left: 2.029261939885672%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 1px;
  }
  input.span47, textarea.span47, .uneditable-input.span47 {
    width: 690px;
  }
  input.span46, textarea.span46, .uneditable-input.span46 {
    width: 675px;
  }
  input.span45, textarea.span45, .uneditable-input.span45 {
    width: 660px;
  }
  input.span44, textarea.span44, .uneditable-input.span44 {
    width: 645px;
  }
  input.span43, textarea.span43, .uneditable-input.span43 {
    width: 630px;
  }
  input.span42, textarea.span42, .uneditable-input.span42 {
    width: 615px;
  }
  input.span41, textarea.span41, .uneditable-input.span41 {
    width: 600px;
  }
  input.span40, textarea.span40, .uneditable-input.span40 {
    width: 585px;
  }
  input.span39, textarea.span39, .uneditable-input.span39 {
    width: 570px;
  }
  input.span38, textarea.span38, .uneditable-input.span38 {
    width: 555px;
  }
  input.span37, textarea.span37, .uneditable-input.span37 {
    width: 540px;
  }
  input.span36, textarea.span36, .uneditable-input.span36 {
    width: 525px;
  }
  input.span35, textarea.span35, .uneditable-input.span35 {
    width: 510px;
  }
  input.span34, textarea.span34, .uneditable-input.span34 {
    width: 495px;
  }
  input.span33, textarea.span33, .uneditable-input.span33 {
    width: 480px;
  }
  input.span32, textarea.span32, .uneditable-input.span32 {
    width: 465px;
  }
  input.span31, textarea.span31, .uneditable-input.span31 {
    width: 450px;
  }
  input.span30, textarea.span30, .uneditable-input.span30 {
    width: 435px;
  }
  input.span29, textarea.span29, .uneditable-input.span29 {
    width: 420px;
  }
  input.span28, textarea.span28, .uneditable-input.span28 {
    width: 405px;
  }
  input.span27, textarea.span27, .uneditable-input.span27 {
    width: 390px;
  }
  input.span26, textarea.span26, .uneditable-input.span26 {
    width: 375px;
  }
  input.span25, textarea.span25, .uneditable-input.span25 {
    width: 360px;
  }
  input.span24, textarea.span24, .uneditable-input.span24 {
    width: 345px;
  }
  input.span23, textarea.span23, .uneditable-input.span23 {
    width: 330px;
  }
  input.span22, textarea.span22, .uneditable-input.span22 {
    width: 315px;
  }
  input.span21, textarea.span21, .uneditable-input.span21 {
    width: 300px;
  }
  input.span20, textarea.span20, .uneditable-input.span20 {
    width: 285px;
  }
  input.span19, textarea.span19, .uneditable-input.span19 {
    width: 270px;
  }
  input.span18, textarea.span18, .uneditable-input.span18 {
    width: 255px;
  }
  input.span17, textarea.span17, .uneditable-input.span17 {
    width: 240px;
  }
  input.span16, textarea.span16, .uneditable-input.span16 {
    width: 225px;
  }
  input.span15, textarea.span15, .uneditable-input.span15 {
    width: 210px;
  }
  input.span14, textarea.span14, .uneditable-input.span14 {
    width: 195px;
  }
  input.span13, textarea.span13, .uneditable-input.span13 {
    width: 180px;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 165px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 150px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 135px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 120px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 105px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 90px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 75px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 60px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 45px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 30px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 15px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 0px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -2px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 0px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1126px;
  }
  .span47 {
    width: 1126px;
  }
  .span46 {
    width: 1102px;
  }
  .span45 {
    width: 1078px;
  }
  .span44 {
    width: 1054px;
  }
  .span43 {
    width: 1030px;
  }
  .span42 {
    width: 1006px;
  }
  .span41 {
    width: 982px;
  }
  .span40 {
    width: 958px;
  }
  .span39 {
    width: 934px;
  }
  .span38 {
    width: 910px;
  }
  .span37 {
    width: 886px;
  }
  .span36 {
    width: 862px;
  }
  .span35 {
    width: 838px;
  }
  .span34 {
    width: 814px;
  }
  .span33 {
    width: 790px;
  }
  .span32 {
    width: 766px;
  }
  .span31 {
    width: 742px;
  }
  .span30 {
    width: 718px;
  }
  .span29 {
    width: 694px;
  }
  .span28 {
    width: 670px;
  }
  .span27 {
    width: 646px;
  }
  .span26 {
    width: 622px;
  }
  .span25 {
    width: 598px;
  }
  .span24 {
    width: 574px;
  }
  .span23 {
    width: 550px;
  }
  .span22 {
    width: 526px;
  }
  .span21 {
    width: 502px;
  }
  .span20 {
    width: 478px;
  }
  .span19 {
    width: 454px;
  }
  .span18 {
    width: 430px;
  }
  .span17 {
    width: 406px;
  }
  .span16 {
    width: 382px;
  }
  .span15 {
    width: 358px;
  }
  .span14 {
    width: 334px;
  }
  .span13 {
    width: 310px;
  }
  .span12 {
    width: 286px;
  }
  .span11 {
    width: 262px;
  }
  .span10 {
    width: 238px;
  }
  .span9 {
    width: 214px;
  }
  .span8 {
    width: 190px;
  }
  .span7 {
    width: 166px;
  }
  .span6 {
    width: 142px;
  }
  .span5 {
    width: 118px;
  }
  .span4 {
    width: 94px;
  }
  .span3 {
    width: 70px;
  }
  .span2 {
    width: 46px;
  }
  .span1 {
    width: 22px;
  }
  .offset47 {
    margin-left: 1130px;
  }
  .offset46 {
    margin-left: 1106px;
  }
  .offset45 {
    margin-left: 1082px;
  }
  .offset44 {
    margin-left: 1058px;
  }
  .offset43 {
    margin-left: 1034px;
  }
  .offset42 {
    margin-left: 1010px;
  }
  .offset41 {
    margin-left: 986px;
  }
  .offset40 {
    margin-left: 962px;
  }
  .offset39 {
    margin-left: 938px;
  }
  .offset38 {
    margin-left: 914px;
  }
  .offset37 {
    margin-left: 890px;
  }
  .offset36 {
    margin-left: 866px;
  }
  .offset35 {
    margin-left: 842px;
  }
  .offset34 {
    margin-left: 818px;
  }
  .offset33 {
    margin-left: 794px;
  }
  .offset32 {
    margin-left: 770px;
  }
  .offset31 {
    margin-left: 746px;
  }
  .offset30 {
    margin-left: 722px;
  }
  .offset29 {
    margin-left: 698px;
  }
  .offset28 {
    margin-left: 674px;
  }
  .offset27 {
    margin-left: 650px;
  }
  .offset26 {
    margin-left: 626px;
  }
  .offset25 {
    margin-left: 602px;
  }
  .offset24 {
    margin-left: 578px;
  }
  .offset23 {
    margin-left: 554px;
  }
  .offset22 {
    margin-left: 530px;
  }
  .offset21 {
    margin-left: 506px;
  }
  .offset20 {
    margin-left: 482px;
  }
  .offset19 {
    margin-left: 458px;
  }
  .offset18 {
    margin-left: 434px;
  }
  .offset17 {
    margin-left: 410px;
  }
  .offset16 {
    margin-left: 386px;
  }
  .offset15 {
    margin-left: 362px;
  }
  .offset14 {
    margin-left: 338px;
  }
  .offset13 {
    margin-left: 314px;
  }
  .offset12 {
    margin-left: 290px;
  }
  .offset11 {
    margin-left: 266px;
  }
  .offset10 {
    margin-left: 242px;
  }
  .offset9 {
    margin-left: 218px;
  }
  .offset8 {
    margin-left: 194px;
  }
  .offset7 {
    margin-left: 170px;
  }
  .offset6 {
    margin-left: 146px;
  }
  .offset5 {
    margin-left: 122px;
  }
  .offset4 {
    margin-left: 98px;
  }
  .offset3 {
    margin-left: 74px;
  }
  .offset2 {
    margin-left: 50px;
  }
  .offset1 {
    margin-left: 26px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 0.17761989342806395%;
    *margin-left: 0.1269099542799909%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0.17761989342806395%;
  }
  .row-fluid .span47 {
    width: 100.00000000000001%;
    *width: 99.94929006085194%;
  }
  .row-fluid .span46 {
    width: 97.86856127886324%;
    *width: 97.81785133971516%;
  }
  .row-fluid .span45 {
    width: 95.73712255772648%;
    *width: 95.6864126185784%;
  }
  .row-fluid .span44 {
    width: 93.6056838365897%;
    *width: 93.55497389744163%;
  }
  .row-fluid .span43 {
    width: 91.47424511545294%;
    *width: 91.42353517630487%;
  }
  .row-fluid .span42 {
    width: 89.34280639431617%;
    *width: 89.29209645516809%;
  }
  .row-fluid .span41 {
    width: 87.21136767317941%;
    *width: 87.16065773403133%;
  }
  .row-fluid .span40 {
    width: 85.07992895204265%;
    *width: 85.02921901289457%;
  }
  .row-fluid .span39 {
    width: 82.94849023090586%;
    *width: 82.89778029175778%;
  }
  .row-fluid .span38 {
    width: 80.8170515097691%;
    *width: 80.76634157062102%;
  }
  .row-fluid .span37 {
    width: 78.68561278863234%;
    *width: 78.63490284948426%;
  }
  .row-fluid .span36 {
    width: 76.55417406749557%;
    *width: 76.50346412834749%;
  }
  .row-fluid .span35 {
    width: 74.4227353463588%;
    *width: 74.37202540721073%;
  }
  .row-fluid .span34 {
    width: 72.29129662522203%;
    *width: 72.24058668607395%;
  }
  .row-fluid .span33 {
    width: 70.15985790408527%;
    *width: 70.1091479649372%;
  }
  .row-fluid .span32 {
    width: 68.0284191829485%;
    *width: 67.97770924380042%;
  }
  .row-fluid .span31 {
    width: 65.89698046181174%;
    *width: 65.84627052266366%;
  }
  .row-fluid .span30 {
    width: 63.76554174067496%;
    *width: 63.71483180152689%;
  }
  .row-fluid .span29 {
    width: 61.634103019538195%;
    *width: 61.583393080390124%;
  }
  .row-fluid .span28 {
    width: 59.50266429840143%;
    *width: 59.45195435925336%;
  }
  .row-fluid .span27 {
    width: 57.37122557726467%;
    *width: 57.320515638116596%;
  }
  .row-fluid .span26 {
    width: 55.23978685612789%;
    *width: 55.18907691697982%;
  }
  .row-fluid .span25 {
    width: 53.108348134991125%;
    *width: 53.057638195843055%;
  }
  .row-fluid .span24 {
    width: 50.97690941385436%;
    *width: 50.92619947470629%;
  }
  .row-fluid .span23 {
    width: 48.84547069271758%;
    *width: 48.79476075356951%;
  }
  .row-fluid .span22 {
    width: 46.71403197158082%;
    *width: 46.66332203243275%;
  }
  .row-fluid .span21 {
    width: 44.582593250444056%;
    *width: 44.531883311295985%;
  }
  .row-fluid .span20 {
    width: 42.45115452930729%;
    *width: 42.40044459015922%;
  }
  .row-fluid .span19 {
    width: 40.319715808170514%;
    *width: 40.26900586902244%;
  }
  .row-fluid .span18 {
    width: 38.188277087033754%;
    *width: 38.13756714788568%;
  }
  .row-fluid .span17 {
    width: 36.056838365896986%;
    *width: 36.006128426748916%;
  }
  .row-fluid .span16 {
    width: 33.92539964476022%;
    *width: 33.87468970561215%;
  }
  .row-fluid .span15 {
    width: 31.793960923623448%;
    *width: 31.743250984475374%;
  }
  .row-fluid .span14 {
    width: 29.662522202486684%;
    *width: 29.61181226333861%;
  }
  .row-fluid .span13 {
    width: 27.531083481349913%;
    *width: 27.48037354220184%;
  }
  .row-fluid .span12 {
    width: 25.39964476021315%;
    *width: 25.348934821065075%;
  }
  .row-fluid .span11 {
    width: 23.26820603907638%;
    *width: 23.217496099928304%;
  }
  .row-fluid .span10 {
    width: 21.136767317939615%;
    *width: 21.08605737879154%;
  }
  .row-fluid .span9 {
    width: 19.005328596802844%;
    *width: 18.95461865765477%;
  }
  .row-fluid .span8 {
    width: 16.873889875666077%;
    *width: 16.823179936518002%;
  }
  .row-fluid .span7 {
    width: 14.74245115452931%;
    *width: 14.691741215381237%;
  }
  .row-fluid .span6 {
    width: 12.611012433392542%;
    *width: 12.56030249424447%;
  }
  .row-fluid .span5 {
    width: 10.479573712255775%;
    *width: 10.428863773107702%;
  }
  .row-fluid .span4 {
    width: 8.348134991119007%;
    *width: 8.297425051970935%;
  }
  .row-fluid .span3 {
    width: 6.216696269982239%;
    *width: 6.165986330834166%;
  }
  .row-fluid .span2 {
    width: 4.085257548845471%;
    *width: 4.034547609697397%;
  }
  .row-fluid .span1 {
    width: 1.9538188277087036%;
    *width: 1.9031088885606307%;
  }
  .row-fluid .offset47 {
    margin-left: 100.35523978685615%;
    *margin-left: 100.25381990855999%;
  }
  .row-fluid .offset47:first-child {
    margin-left: 100.17761989342807%;
    *margin-left: 100.07620001513192%;
  }
  .row-fluid .offset46 {
    margin-left: 98.22380106571937%;
    *margin-left: 98.12238118742322%;
  }
  .row-fluid .offset46:first-child {
    margin-left: 98.0461811722913%;
    *margin-left: 97.94476129399514%;
  }
  .row-fluid .offset45 {
    margin-left: 96.09236234458261%;
    *margin-left: 95.99094246628646%;
  }
  .row-fluid .offset45:first-child {
    margin-left: 95.91474245115454%;
    *margin-left: 95.81332257285838%;
  }
  .row-fluid .offset44 {
    margin-left: 93.96092362344584%;
    *margin-left: 93.85950374514968%;
  }
  .row-fluid .offset44:first-child {
    margin-left: 93.78330373001776%;
    *margin-left: 93.68188385172161%;
  }
  .row-fluid .offset43 {
    margin-left: 91.82948490230908%;
    *margin-left: 91.72806502401292%;
  }
  .row-fluid .offset43:first-child {
    margin-left: 91.651865008881%;
    *margin-left: 91.55044513058485%;
  }
  .row-fluid .offset42 {
    margin-left: 89.6980461811723%;
    *margin-left: 89.59662630287615%;
  }
  .row-fluid .offset42:first-child {
    margin-left: 89.52042628774423%;
    *margin-left: 89.41900640944807%;
  }
  .row-fluid .offset41 {
    margin-left: 87.56660746003554%;
    *margin-left: 87.46518758173939%;
  }
  .row-fluid .offset41:first-child {
    margin-left: 87.38898756660747%;
    *margin-left: 87.28756768831131%;
  }
  .row-fluid .offset40 {
    margin-left: 85.43516873889878%;
    *margin-left: 85.33374886060263%;
  }
  .row-fluid .offset40:first-child {
    margin-left: 85.25754884547071%;
    *margin-left: 85.15612896717455%;
  }
  .row-fluid .offset39 {
    margin-left: 83.30373001776199%;
    *margin-left: 83.20231013946584%;
  }
  .row-fluid .offset39:first-child {
    margin-left: 83.12611012433392%;
    *margin-left: 83.02469024603776%;
  }
  .row-fluid .offset38 {
    margin-left: 81.17229129662523%;
    *margin-left: 81.07087141832908%;
  }
  .row-fluid .offset38:first-child {
    margin-left: 80.99467140319716%;
    *margin-left: 80.893251524901%;
  }
  .row-fluid .offset37 {
    margin-left: 79.04085257548847%;
    *margin-left: 78.93943269719232%;
  }
  .row-fluid .offset37:first-child {
    margin-left: 78.8632326820604%;
    *margin-left: 78.76181280376424%;
  }
  .row-fluid .offset36 {
    margin-left: 76.9094138543517%;
    *margin-left: 76.80799397605554%;
  }
  .row-fluid .offset36:first-child {
    margin-left: 76.73179396092362%;
    *margin-left: 76.63037408262747%;
  }
  .row-fluid .offset35 {
    margin-left: 74.77797513321494%;
    *margin-left: 74.67655525491878%;
  }
  .row-fluid .offset35:first-child {
    margin-left: 74.60035523978686%;
    *margin-left: 74.49893536149071%;
  }
  .row-fluid .offset34 {
    margin-left: 72.64653641207816%;
    *margin-left: 72.54511653378201%;
  }
  .row-fluid .offset34:first-child {
    margin-left: 72.46891651865009%;
    *margin-left: 72.36749664035393%;
  }
  .row-fluid .offset33 {
    margin-left: 70.5150976909414%;
    *margin-left: 70.41367781264525%;
  }
  .row-fluid .offset33:first-child {
    margin-left: 70.33747779751333%;
    *margin-left: 70.23605791921717%;
  }
  .row-fluid .offset32 {
    margin-left: 68.38365896980463%;
    *margin-left: 68.28223909150847%;
  }
  .row-fluid .offset32:first-child {
    margin-left: 68.20603907637656%;
    *margin-left: 68.1046191980804%;
  }
  .row-fluid .offset31 {
    margin-left: 66.25222024866787%;
    *margin-left: 66.15080037037171%;
  }
  .row-fluid .offset31:first-child {
    margin-left: 66.0746003552398%;
    *margin-left: 65.97318047694364%;
  }
  .row-fluid .offset30 {
    margin-left: 64.1207815275311%;
    *margin-left: 64.01936164923494%;
  }
  .row-fluid .offset30:first-child {
    margin-left: 63.94316163410303%;
    *margin-left: 63.841741755806886%;
  }
  .row-fluid .offset29 {
    margin-left: 61.98934280639432%;
    *margin-left: 61.887922928098185%;
  }
  .row-fluid .offset29:first-child {
    margin-left: 61.81172291296626%;
    *margin-left: 61.71030303467012%;
  }
  .row-fluid .offset28 {
    margin-left: 59.85790408525756%;
    *margin-left: 59.75648420696141%;
  }
  .row-fluid .offset28:first-child {
    margin-left: 59.68028419182949%;
    *margin-left: 59.57886431353335%;
  }
  .row-fluid .offset27 {
    margin-left: 57.7264653641208%;
    *margin-left: 57.62504548582465%;
  }
  .row-fluid .offset27:first-child {
    margin-left: 57.54884547069273%;
    *margin-left: 57.44742559239659%;
  }
  .row-fluid .offset26 {
    margin-left: 55.595026642984024%;
    *margin-left: 55.493606764687875%;
  }
  .row-fluid .offset26:first-child {
    margin-left: 55.41740674955596%;
    *margin-left: 55.31598687125982%;
  }
  .row-fluid .offset25 {
    margin-left: 53.46358792184725%;
    *margin-left: 53.362168043551115%;
  }
  .row-fluid .offset25:first-child {
    margin-left: 53.28596802841919%;
    *margin-left: 53.18454815012305%;
  }
  .row-fluid .offset24 {
    margin-left: 51.33214920071049%;
    *margin-left: 51.23072932241434%;
  }
  .row-fluid .offset24:first-child {
    margin-left: 51.154529307282424%;
    *margin-left: 51.05310942898628%;
  }
  .row-fluid .offset23 {
    margin-left: 49.200710479573715%;
    *margin-left: 49.099290601277566%;
  }
  .row-fluid .offset23:first-child {
    margin-left: 49.02309058614565%;
    *margin-left: 48.92167070784951%;
  }
  .row-fluid .offset22 {
    margin-left: 47.069271758436955%;
    *margin-left: 46.967851880140806%;
  }
  .row-fluid .offset22:first-child {
    margin-left: 46.89165186500889%;
    *margin-left: 46.79023198671275%;
  }
  .row-fluid .offset21 {
    margin-left: 44.93783303730018%;
    *margin-left: 44.836413159004046%;
  }
  .row-fluid .offset21:first-child {
    margin-left: 44.76021314387212%;
    *margin-left: 44.65879326557598%;
  }
  .row-fluid .offset20 {
    margin-left: 42.80639431616342%;
    *margin-left: 42.70497443786727%;
  }
  .row-fluid .offset20:first-child {
    margin-left: 42.628774422735354%;
    *margin-left: 42.52735454443921%;
  }
  .row-fluid .offset19 {
    margin-left: 40.674955595026645%;
    *margin-left: 40.5735357167305%;
  }
  .row-fluid .offset19:first-child {
    margin-left: 40.49733570159858%;
    *margin-left: 40.39591582330244%;
  }
  .row-fluid .offset18 {
    margin-left: 38.543516873889885%;
    *margin-left: 38.44209699559374%;
  }
  .row-fluid .offset18:first-child {
    margin-left: 38.36589698046182%;
    *margin-left: 38.26447710216568%;
  }
  .row-fluid .offset17 {
    margin-left: 36.41207815275311%;
    *margin-left: 36.310658274456976%;
  }
  .row-fluid .offset17:first-child {
    margin-left: 36.23445825932505%;
    *margin-left: 36.13303838102891%;
  }
  .row-fluid .offset16 {
    margin-left: 34.28063943161635%;
    *margin-left: 34.1792195533202%;
  }
  .row-fluid .offset16:first-child {
    margin-left: 34.103019538188285%;
    *margin-left: 34.00159965989214%;
  }
  .row-fluid .offset15 {
    margin-left: 32.149200710479576%;
    *margin-left: 32.04778083218343%;
  }
  .row-fluid .offset15:first-child {
    margin-left: 31.97158081705151%;
    *margin-left: 31.870160938755365%;
  }
  .row-fluid .offset14 {
    margin-left: 30.017761989342812%;
    *margin-left: 29.916342111046664%;
  }
  .row-fluid .offset14:first-child {
    margin-left: 29.84014209591475%;
    *margin-left: 29.738722217618598%;
  }
  .row-fluid .offset13 {
    margin-left: 27.88632326820604%;
    *margin-left: 27.784903389909893%;
  }
  .row-fluid .offset13:first-child {
    margin-left: 27.708703374777976%;
    *margin-left: 27.60728349648183%;
  }
  .row-fluid .offset12 {
    margin-left: 25.754884547069278%;
    *margin-left: 25.65346466877313%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 25.577264653641215%;
    *margin-left: 25.475844775345063%;
  }
  .row-fluid .offset11 {
    margin-left: 23.623445825932507%;
    *margin-left: 23.522025947636358%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 23.44582593250444%;
    *margin-left: 23.344406054208296%;
  }
  .row-fluid .offset10 {
    margin-left: 21.492007104795743%;
    *margin-left: 21.390587226499594%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 21.31438721136768%;
    *margin-left: 21.21296733307153%;
  }
  .row-fluid .offset9 {
    margin-left: 19.360568383658972%;
    *margin-left: 19.259148505362823%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 19.182948490230906%;
    *margin-left: 19.08152861193476%;
  }
  .row-fluid .offset8 {
    margin-left: 17.229129662522205%;
    *margin-left: 17.127709784226056%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 17.05150976909414%;
    *margin-left: 16.950089890797994%;
  }
  .row-fluid .offset7 {
    margin-left: 15.097690941385437%;
    *margin-left: 14.996271063089292%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 14.920071047957373%;
    *margin-left: 14.818651169661228%;
  }
  .row-fluid .offset6 {
    margin-left: 12.96625222024867%;
    *margin-left: 12.864832341952525%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 12.788632326820606%;
    *margin-left: 12.68721244852446%;
  }
  .row-fluid .offset5 {
    margin-left: 10.834813499111903%;
    *margin-left: 10.733393620815757%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 10.657193605683839%;
    *margin-left: 10.555773727387693%;
  }
  .row-fluid .offset4 {
    margin-left: 8.703374777975135%;
    *margin-left: 8.60195489967899%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 8.525754884547071%;
    *margin-left: 8.424335006250926%;
  }
  .row-fluid .offset3 {
    margin-left: 6.571936056838367%;
    *margin-left: 6.47051617854222%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 6.394316163410303%;
    *margin-left: 6.292896285114156%;
  }
  .row-fluid .offset2 {
    margin-left: 4.440497335701599%;
    *margin-left: 4.339077457405452%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 4.262877442273535%;
    *margin-left: 4.161457563977388%;
  }
  .row-fluid .offset1 {
    margin-left: 2.3090586145648313%;
    *margin-left: 2.207638736268686%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 2.1314387211367674%;
    *margin-left: 2.030018842840622%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2px;
  }
  input.span47, textarea.span47, .uneditable-input.span47 {
    width: 1112px;
  }
  input.span46, textarea.span46, .uneditable-input.span46 {
    width: 1088px;
  }
  input.span45, textarea.span45, .uneditable-input.span45 {
    width: 1064px;
  }
  input.span44, textarea.span44, .uneditable-input.span44 {
    width: 1040px;
  }
  input.span43, textarea.span43, .uneditable-input.span43 {
    width: 1016px;
  }
  input.span42, textarea.span42, .uneditable-input.span42 {
    width: 992px;
  }
  input.span41, textarea.span41, .uneditable-input.span41 {
    width: 968px;
  }
  input.span40, textarea.span40, .uneditable-input.span40 {
    width: 944px;
  }
  input.span39, textarea.span39, .uneditable-input.span39 {
    width: 920px;
  }
  input.span38, textarea.span38, .uneditable-input.span38 {
    width: 896px;
  }
  input.span37, textarea.span37, .uneditable-input.span37 {
    width: 872px;
  }
  input.span36, textarea.span36, .uneditable-input.span36 {
    width: 848px;
  }
  input.span35, textarea.span35, .uneditable-input.span35 {
    width: 824px;
  }
  input.span34, textarea.span34, .uneditable-input.span34 {
    width: 800px;
  }
  input.span33, textarea.span33, .uneditable-input.span33 {
    width: 776px;
  }
  input.span32, textarea.span32, .uneditable-input.span32 {
    width: 752px;
  }
  input.span31, textarea.span31, .uneditable-input.span31 {
    width: 728px;
  }
  input.span30, textarea.span30, .uneditable-input.span30 {
    width: 704px;
  }
  input.span29, textarea.span29, .uneditable-input.span29 {
    width: 680px;
  }
  input.span28, textarea.span28, .uneditable-input.span28 {
    width: 656px;
  }
  input.span27, textarea.span27, .uneditable-input.span27 {
    width: 632px;
  }
  input.span26, textarea.span26, .uneditable-input.span26 {
    width: 608px;
  }
  input.span25, textarea.span25, .uneditable-input.span25 {
    width: 584px;
  }
  input.span24, textarea.span24, .uneditable-input.span24 {
    width: 560px;
  }
  input.span23, textarea.span23, .uneditable-input.span23 {
    width: 536px;
  }
  input.span22, textarea.span22, .uneditable-input.span22 {
    width: 512px;
  }
  input.span21, textarea.span21, .uneditable-input.span21 {
    width: 488px;
  }
  input.span20, textarea.span20, .uneditable-input.span20 {
    width: 464px;
  }
  input.span19, textarea.span19, .uneditable-input.span19 {
    width: 440px;
  }
  input.span18, textarea.span18, .uneditable-input.span18 {
    width: 416px;
  }
  input.span17, textarea.span17, .uneditable-input.span17 {
    width: 392px;
  }
  input.span16, textarea.span16, .uneditable-input.span16 {
    width: 368px;
  }
  input.span15, textarea.span15, .uneditable-input.span15 {
    width: 344px;
  }
  input.span14, textarea.span14, .uneditable-input.span14 {
    width: 320px;
  }
  input.span13, textarea.span13, .uneditable-input.span13 {
    width: 296px;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 272px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 248px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 224px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 200px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 176px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 152px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 128px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 104px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 80px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 56px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 32px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 8px;
  }
  .thumbnails {
    margin-left: -2px;
  }
  .thumbnails > li {
    margin-left: 2px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption
/* table, tbody, tfoot, thead, tr, th, td*/ {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-size: 100%;
}
/* remember to define focus styles! */
:focus {outline: 0;}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display: block;
}

html,body{height:100%;}
body{
	margin:0;
	font-size:13px;
        font-family: 'Open Sans', sans-serif;
	color:#000;
	background: url("http://ui.cruisemates.com/images/site/cm_bckg_page.png?rev=20160222-2") repeat scroll 0 0 #FFF;
        overflow-x:hidden;
}
h1{
    font-size:32px;
    font-family: 'Open Sans', sans-serif;
    font-weight:700;
    color:#002e36
}
table h1{font-size:18px;text-align: left;}
h2{
    font-size:32px;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    color:#002e36
}
table h2{font-size:18px;}
h3{
    font-size:21px;
    font-family: 'Open Sans', sans-serif;
    color:#002e36;
    font-weight:600; 
    float: left;   
}

p{
    font-family: Georgia,Times New Roman;
    font-size:14px;
    color:#181818;
    line-height: 18px;
}
p.small{
   font-size:12px;
   line-height: 16px;
   
}
article{
   font-family: Georgia,Times New Roman;
   font-size:16px;
   color:#181818;
   line-height: 24px;
}
.statistic{
   font-family: 'Open Sans', sans-serif;
   font-size:12px; 
   clear:both;
   font-weight: normal;
}
title{
    font-size:18px;
    font-family: 'Open Sans', sans-serif;  
}
a:link, a:visited, a:active{
    text-decoration:none;
    color:#0a8aa2;
    cursor:pointer;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;  
    
}
a:hover{text-decoration:underline;}
.primary-blue-button{
    height: 28px;
    border-radius:4px;
    -moz-border-radius:4px; 
    -webkit-border-radius:4px; 
    font-size: 13px;
    font-weight: 700;
    color:#FFF;
    background-color: #1cc5e4;
    background: -moz-linear-gradient(top, #1cc5e4 , #0f9cb6);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#1cc5e4),  to(#0f9db7));
    margin:20px 0px 0px;
    padding-left: 20px;
    padding-right: 22px;
    border-style: none;
}
.cruise-review .primary-blue-button{color:#FFF;}
.fancybox-inner .primary-blue-button{color:#FFF;}
.primary-blue-button:hover{
 background-color: #007f97;
 background: -moz-linear-gradient(top, #007f97 , #16bad8);
 background: -webkit-gradient(linear, 0 0, 0 100%, from(#007f97),  to(#16bad8));
 color:#FFFFFF;
}
.primary-orange-button{
    height: 28px;
    border-radius:4px;
    -moz-border-radius:4px; 
    -webkit-border-radius:4px; 
    width:auto;
    margin:12px 0px 0px;
    padding-left: 20px;
    padding-right: 22px;
    font-size: 13px;
    color:#FFF;
    font-weight: 700;
    background-color: #ffa200;
    background: -moz-linear-gradient(top, #ffa200 , #f27805);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffa200),  to(#f27805));
}
.primary-orange-button:hover{
  background-color: #ffa200;
 background: -moz-linear-gradient(top, #ffa200 , #f27805);
 background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffa200),  to(#f27805));
 color:#FFF;
}
.user-avatar{
    width: 82px; 
    height: 82px;    
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px; 
    border-radius: 50px;
    border: 4px solid #c1cbd1;
    margin-bottom: 12px;
}
label{
   font-family: 'Open Sans', sans-serif;
   font-size: 13px;
   color:#FFF;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
img{border:none;}
input{
    font-family: 'Open Sans', sans-serif; 
    height:28px;
    border-radius:2px;
    -moz-border-radius:2px; 
    -webkit-border-radius:2px;
    border: 1px solid #aeb4b5;
    background-color: #FFF;
}
select{
    height:28px;
    border-radius:2px;
    -moz-border-radius:2px; 
    -webkit-border-radius:2px;
    border: 1px solid #828788;
    background-color: #fff;
    background: -moz-linear-gradient(top, #fff , #f1f1f1);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff),  to(#f1f1f1));
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color:#3a3a3a;
}
ol { list-style: decimal; }
ul {list-style: none;}
/* wrapper styles */
#wrapper{
	width:100%;
        float:left;
}
/* header styles */

#header_container{height:168px;background: url('http://ui.cruisemates.com/images/site/cm_bckg_globalhd.png?rev=20160222-2') repeat scroll 0 0 transparent;width:100%}
 .top-header {
    background: url("http://ui.cruisemates.com/images/site/cm_bckg_globalhdoverlay.jpg?rev=20160222-2") no-repeat scroll 0 0 transparent;
    height: 112px;
}
.social li{padding-left: 10px;}
#user-menu{text-align: center;float: right; position:relative;}
#user-menu a{color:#b7eef9;font-size: 11px;font-weight: bold;line-height: 18px;padding:0px;}
#user-menu li{color:#b7eef9;margin-top:10px;float: left;}
#user-menu li.dash{margin-top:13px;}
#user-menu .login{margin-right: 1%px;float: right;}
#user-menu .social{margin-right: 4%}
.dash{border-right:1px dashed; color: #B7EEF9;line-height: 18px;margin-right: 8px;margin-top: 4px;padding-left: 8px;text-indent: -9999px;}
.social-info{padding-left: 10px;}
#logo{height:52px;text-align: left;}
#secondary-nav{   
    font-family: 'Open Sans', sans-serif;
    font-weight:700;
    margin-top: 10px;
    text-align: center;
}
#secondary-nav ul{float:right;}
#secondary-nav li{float:left;}
#secondary-nav a{font-size:14px;color:#FFF; line-height: 26px;padding-left: 7px;padding-right: 25px;}
#secondary-nav a:hover{color:#FD9C01;text-decoration: none;}
.secondary-nav a:hover{color:#FD9C01;text-decoration: none;}
#footer-lists .secondary-nav a:hover{color:#FD9C01;text-decoration: none;}
.primary-menu{height:auto;margin-bottom: 0px;}
.primary-menu .span2{margin-left: 0 0 0 3px;}
#primary-nav{overflow: visible;margin:0px;}
#primary-nav li{float:left;padding-top: 4px;margin-top: 5px;}
#primary-nav li.primary-menu-option:hover{
    background: url('http://ui.cruisemates.com/images/site/cm_h_bk.gif?rev=20160222-2') repeat scroll 0 0 transparent;
    margin-top: 5px;
    z-index: 1;
}
.dropdown{display:none;}
#primary-nav li.primary-menu-option:hover .dropdown,
#primary-nav li.primary-menu-option:hover ~ .dropdown {
    display:block;
}

#primary-nav li.primary-menu-option #dropdown_planning h4#main-content-recent-articles{
    padding:9px 0 0 9px;
    display:inline-block;
}
#primary-nav li.primary-menu-option:hover .dropdown-bottom,
#primary-nav li.primary-menu-option:hover ~ .dropdown-bottom {
    display:block;
}
#primary-nav li.primary-menu-option:hover .menu-divider,
#primary-nav li.primary-menu-option:hover ~ .menu-divider {
    background: none repeat scroll 0 0 transparent;
}
.dropdown-bottom{
    background: url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") repeat-y scroll -536px -47px transparent;
    height: 17px;
    margin: 0 auto;
    position: relative;
    top: 38px;
    width: 100%;
    z-index: 10000;
    width: 20%;
    display:none;
}
#primary-nav li#cruiselines:hover, #primary-nav li#planning:hover, #primary-nav li#ports:hover{
    padding-left: 10px;
    margin-left: -10px;  
}
#primary-nav a{
    font-size: 13px;
    *font-size:12px;
    font-size:12px\9;
    color:#FFF;
    font-family: 'Open Sans', sans-serif;
    font-weight:700;
    padding:4px 7px 6px;
    *padding:4px 5px 6px;
    padding:4px 5px 6px\9;
    line-height: 32px;
    float: left;  
}
#primary-nav a{text-decoration: none;}
.search-nav{height:30px;float:right;width:auto;margin-right: 20px;}
#search{border-radius: 2px 0 0 2px;width:auto;color:#474747;font-family: 'Open Sans', sans-serif;font-size: 12px;}
/*Sprite Styles*/
.logo-face {background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -346px 0px transparent;float: left;height: 25px;width: 22px;margin-right: 5px;}
.twitter {background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -372px 0px transparent;float: left;height: 25px;width: 58px;text-indent: -9999px;}
.nav-photos {background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll 0px 0px transparent;float: left;height: 30px;width: 31px;}
.nav-photos_hover{background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -32px 0px transparent;float: left;height: 30px;width: 31px;}
.icon-blogs {background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -64px 00px transparent;float: left;height: 30px;width: 30px;}
.icon-blogs_hover {background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -96px 00px transparent;float: left;height: 30px;width: 30px;}
.icon-reviews {background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -129px 0px transparent;float: left;height: 30px;width: 30px;}
 .icon-reviews_hover {background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -161px 0px transparent;float: left;height: 30px;width: 30px;}

.icon-news {background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -193px 00px transparent;float: left;height: 30px;width: 30px;}
.icon-news_hover {background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -225px 0px transparent;float: left;height: 30px;width: 30px;}
.icon-deals {background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -256px 0px transparent;float: left;height: 30px;width: 30px;}
.icon-deals_hover {background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -288px 0px transparent;float: left;height: 30px;width: 30px;}
.menu-arrow {background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -508px 0px transparent;float: right;height: 8px;width: 12px; margin: 13px 4px 0;}
.menu-divider {
    background: url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") repeat-y scroll -538px 0 transparent;
    float: right;
    height: 47px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: -5px;
    text-indent: -9999px;
    width: 2px;
    z-index: 0;
}

.icon-first-page{background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -511px -24px transparent;float: left;height: 12px;width: 0px;margin-top: 0px;margin-left: 10px;}
.icon-first-page:hover{background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -511px -9px transparent;float: left;height: 12px;width: 0px;margin-top: 0px;margin-left: 10px;}
.icon-last-page{background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -524px -24px transparent;float: right;height: 12px;width: 0px;margin-top: 0px;margin-left: 5px;}
.icon-last-page:hover{background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -524px -9px transparent;float: right;height: 12px;width: 0px;margin-top: 0px;margin-left: 5px;}
.icon-expand {    
    background: url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") repeat-y scroll -541px 0 transparent;
    float: right;
    height: 7px;
    margin-left: 6px;
    margin-top: 8px;
    text-indent: -9999px;
    width: 12px;
}
.icon-collapse {
    background: url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") repeat-y scroll -541px -7px transparent;
    float: right;
    height: 7px;
    margin-left: 6px;
    margin-top: 8px;
    text-indent: -9999px;
    width: 12px;
}
.filters .icon-expand{float: none;margin-left: 2px;}
.circle-facebook {background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -47px -61px transparent;float: left;height: 40px;width: 45px;   box-shadow: 0 0 0 0;border-radius: 0 0 0 0;margin-right: 8px;}
.circle-twitter {background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -0px -64px transparent;float: left;height: 40px;width: 45px;   box-shadow: 0 0 0 0;border-radius: 0 0 0 0;margin-right: 8px;}
.icon-more-comment {background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -238px -64px transparent;float: left;height: 35px;width: 37px;margin-right: 10px;}
.icon-more-blogs {background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -142px -63px transparent;float: left;height: 35px;width: 37px;margin-right: 10px;}
.icon-more-news {background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -94px -64px transparent;float: left;height: 35px;width: 37px;margin-right: 10px;}
.icon-more-deals {background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -190px -64px transparent;float: left;height: 35px;width: 37px;margin-right: 10px;}
.more-about .icon-more-blogs, .more-about .icon-more-news, .more-about .icon-more-deals, .more-about .icon-more-comment{height: 38px;}
#icon-search{background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -207px -32px transparent;float: left;height: 30px;width: 30px;   box-shadow: 0 0 0 0;border-radius: 0 0 0 0;}
#icon-search:hover{background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -239px -32px transparent;float: left;height: 30px;width: 30px;   box-shadow: 0 0 0 0;border-radius: 0 0 0 0;background-color: transparent;}
#icon-menu{background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -270px -32px transparent;float: left;height: 30px;width: 30px;   box-shadow: 0 0 0 0;border-radius: 0 0 0 0;}
#icon-menu:hover{background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -301px -32px transparent;float: left;height: 30px;width: 30px;   box-shadow: 0 0 0 0;border-radius: 0 0 0 0;background-color: transparent;}
.icon-forum-overview {background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -0px -105px transparent;float: left;height: 40px;width: 35px;   box-shadow: 0 0 0 0;border-radius: 0 0 0 0;margin-right: 8px;}
.icon-blogs-overview{background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -36px -105px transparent;float: left;height: 40px;width: 35px;   box-shadow: 0 0 0 0;border-radius: 0 0 0 0;margin-right: 8px;}
.icon-reviews-overview{background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -72px -105px transparent;float: left;height: 40px;width: 35px;   box-shadow: 0 0 0 0;border-radius: 0 0 0 0;margin-right: 8px;}

/**Category Good for Icons **/
.icon-families {background: url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -482px -102px transparent; float: left; height: 34px; margin: 0 6px 0 0; width: 34px;}
.icon-family {background: url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -482px -102px transparent; float: left; height: 34px; margin: 0 6px 0 0; width: 34px;}
.icon-group {background: url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -336px -63px transparent; float: left; height: 34px; margin: 0 6px 0 0; width: 34px;}
.icon-teens {background: url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -431px -63px transparent; float: left; height: 34px; margin: 0 6px 0 0; width: 33px;}
.icon-children\`s-programs {background: url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -381px -25px transparent; float: left; height: 36px; margin: 0 1px 0 0; width: 33px;}
.icon-disabled-travelers {background: url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -477px -63px transparent; float: left; height: 34px; margin: 0 6px 0 0; width: 34px;}
.icon-singles {background: url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -288px -63px transparent; float: left; height: 34px; margin: 0 6px 0 0; width: 34px;}
.icon-foodies {background: url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -384px -63px transparent; float: left; height: 34px; margin: 0 6px 0 0; width: 33px;}
.icon-kids {background: url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -381px -26px transparent; float: left; height: 34px; margin: 0 6px 0 0; width: 33px;}
.icon-overall-service {background: url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -25px -30px transparent; float: left; height: 34px; margin: 0 6px 0 0; width: 33px;}
.icon-value-for-money{background: url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -526px -101px transparent; float: left; height: 34px; margin: 0 6px 0 0; width: 33px;}
.icon-seniors {background: url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -340px -25px transparent; float: left; height: 33px; margin: 0 6px 0 0; width: 33px;}
.icon-luxury-travelers {background: url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -526px -63px transparent; float: left; height: 34px; margin: 0 6px 0 0; width: 33px;}
.icon-first-time-cruisers {background: url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -420px -25px transparent; float: left; height: 34px; margin: 0 6px 0 0; width: 33px;}
.icon-gay-travelers {background: url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -459px -25px transparent; float: left; height: 34px; margin: 0 6px 0 0; width: 33px;}
/**------------------------**/
.icon-text{
    float: left;
    line-height: 12px;
    margin-top: 10px;
}
.container-gay-travelers .icon-text, .container-luxury-travelers .icon-text, .container-disabled-travelers .icon-text, .container-first-time-cruisers .icon-text{margin-top: 5px;}
#search-submit{background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -320px 6px #F47E04;width: 30px;height: 30px;border-radius: 0 2px 2px 0;}
.banner{text-align: center; padding: 15px 0px 10px;height:auto;float:left;width: 100%; }
.banner-description{margin:10px 10px 10px 0;height:auto;float:left;}
.banner-description .adText {float:left;}
.banner-description .anchor_visible_url {float:left;}
.banner-header{display: inline-block; text-align: center;position: relative;z-index: 10}
.banner-side-bar{padding: 0!important}
.right-banner{
    text-align: center;
    margin-bottom: 1.4em;
    overflow: hidden;
    background-color: transparent
}
.right-banner img{margin-bottom: 1.4em;}
.left-banner{margin-bottom: 1em;}
.main-container{display:block;width:100%;clear: both;}
#primary-menu .navbar-search {margin-top: 10px;margin-bottom: 0;float: right;}
.navbar-search .btn {
    margin-left: -5px;
    margin-top: -10px;
}
#primary-menu .btn-navbar:hover{background-color: transparent;}
#icon-container .btn {
    background-image: none; 
    padding: 0;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    float: right;
    margin-right: 10px;
    margin-top: 0;
    line-height: 28px;
}   
/*
@media all and (min-width: 1024px) {
    #secondary-nav ul{float:right;padding-right: 0;}
}
@media (max-width: 800px) {
    #icon-search{content:"Search"}
    #icon-menu{content:"Menu"}    
     #search-form{
        background-color: #363636;
        text-align: right;
        margin-top:0px;
        border-bottom: 0px solid #363636;
        border-top: 0px solid #363636;
        width: 100%;
    }
    .login-box{display: none;}
     #primary-menu #search-bar {
        background-color: #363636;
        text-align: right;
        margin-top:0px;
        border-bottom: 0px solid #363636;
        border-top: 0px solid #363636;
         width: 100%
             
     }
     .top-container{width:100%}
     
}
@media (min-width: 640px) and (max-width: 800px) {
    .top-header{height:92px;padding-top:20px;background: none repeat scroll 0 0 transparent;}
    #secondary-nav{    
        float: right;
        margin: auto;
        width: 82%;}
    #logo{width: 100%;}
    #primary-nav{width:85%}
    .search-nav{width:10%;margin-right: 15px}
    #primary-nav a {padding: 4px;font-size: 11px;}
    .menu-divider{margin-left: 2px;margin-right: 1px;}   
    
    #primary-collapse-button{display:none;}
}
@media screen and (max-width: 600px){
 #icon-container{width:100%}   
 .top-header{background: none repeat scroll 0 0 transparent;}   
 #secondary-nav{display: none}
 #logo{margin-top: 2em;}
 #primary-collapse-button{float:left;}
 #primary-nav {
        background-color: #363636;
        text-align: right;
        margin-top:4px;
        border-bottom: 0px solid #363636;
        border-top: 0px solid #363636;
        margin-right: 0;
 }
 .menu-divider{display:none;}
*/
 /*Class for nav-collapse1, only collapse on 600 or less*/
 /*
  .nav-collapse1 {
    -webkit-transform: translate3d(0, 0, 0);
  }
   .nav-collapse1 {
    clear: both;
  }
  .nav-collapse1 .nav {
    float: left;
    margin: 0;
  }
  .nav-collapse1 .nav > li {
    float: left;
  }
  .nav-collapse1 .primary-menu-option {
    width:100%;
  }
  #primary-nav .primary-menu-option > a {
    float:left;
  }
  .nav-collapse1 .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse1 .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse1 .nav > li > a
  .nav-collapse1 .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  }
  .nav-collapse1 .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }
  .nav-collapse1 .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse1 .nav > li > a:hover,
  .nav-collapse1 .dropdown-menu a:hover {
    background-color: transparent;
  }
  .navbar-inverse .nav-collapse1 .nav > li > a:hover,
  .navbar-inverse .nav-collapse1 .dropdown-menu a:hover {
    background-color: #111111;
  }
  .nav-collapse1.in .btn-group {
    padding: 0;
    margin-top: 5px;
  }
  .nav-collapse1 .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    display: block;
    float: none;
    max-width: none;
    padding: 0;
    margin: 0 15px;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  .nav-collapse1 .dropdown-menu:before,
  .nav-collapse1 .dropdown-menu:after {
    display: none;
  }
  .nav-collapse1 .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse1 .nav > li > .dropdown-menu:before,
  .nav-collapse1 .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse1 .navbar-form,
  .nav-collapse1 .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
       -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .nav-collapse1 .navbar-form,
  .navbar-inverse .nav-collapse1 .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse1 .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse1,
  .nav-collapse1.collapse {
    height: 0;
    overflow: hidden;
  }
}*/
/*End header Styles*/
/*Footer Styles*/
footer{   
    width: 100%;
    float: left;
    margin:20px auto 0;
}
#footer-lists{
    padding-top: 20px; 
    background: url("http://ui.cruisemates.com/images/site/CM_footer.png?rev=20160222-2") repeat scroll 0 top transparent;
    float: left;
    width: 100%;
    text-align: left;
}
#footer-lists .left-content{margin-bottom: 20px;overflow:hidden;position:relative;}
#footer-lists .left-content li{margin-bottom: 8px}
#footer-lists .left-content a{font-size: 13px;color:#b7f2ff;}
li.footer-title, #footer-lists .footer-title a{color: #FFFFFF;font-size: 15px;font-weight: 700;margin-bottom: 12px}
#footer-lists .secondary-nav a{color: #FFFFFF;font-size: 13px;font-weight: 700;margin-bottom: 12px}
.left-content ul{float:left;position:relative;}
.footer-list-divider{border-right:1px dashed #C6C6C6;height:100%;width: 1px;float:left;position:absolute;}
#footer-lists .secondary-nav li{float:left;width: 49%;padding-bottom: 15px;margin-right: 1%;}
#footer-lists .secondary-nav a{padding-bottom: 10px;line-height: 24px;padding-left: 10px;}
#footer-lists .newsletter{color: #FFFFFF;font-size: 13px;font-weight: 700;margin-top:10px;}
#footer-lists .newsletter input{margin-top:15px;margin-bottom: 0px;width:95%}
#footer-lists button.primary-orange-button {float:right;border-width: 0;}
.right-info {
    color: #B7F2FF;
    font-size: 13px;
    padding-top: 9px;
    padding-bottom: 9px;
    text-align: right;
}
.copyright ul{text-align: left;margin-left: 5px;}
.copyright li{float: right;color: #FFFFFF;}
.copyright{
    background: url("http://ui.cruisemates.com/images/site/bottom_footer_bk.png?rev=20160222-2") repeat scroll 0 0 transparent;
    float:left; 
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%; 
    color: #b7f2ff;
    text-align: center;
}
#copyright a{color: #FFFFFF;font-size: 14px;font-weight: 800;margin:10px 0px;}
.footer-divider{margin-right: 8px;margin-left: 8px;margin-right: 4px\0;margin-left: 4px\0;}
.top-footer{
    background: url("http://ui.cruisemates.com/images/site/footer_top_bk.jpg?rev=20160222-2") repeat scroll 0 0 transparent;
    width: 100%;
    float: left;
    padding:20px 0;  
}
/*End Footer Styles*/
.breadcrums{float:left;width:100%; padding-bottom: 10px;}
.breadcrums li{float:left; padding-right: 3px;}
.module{
    background-color: #FFF;
    clear: both;
    padding-top:.938em; 
    padding-bottom: 1.3em;
    margin-bottom:1.4em;
    float: left;
    border: 1px solid #E5E2DF;
    /*overflow: hidden;*/
    position: relative;
    /*z-index: 0;*/
}
.module h2{    
    float: left;
    padding: 6px 0;
    text-align: center;
    text-align: left;
}
.module header{color :#FFF;font-weight:700;margin-bottom: 25px;font-family: 'Open Sans',sans-serif;background-color: #fff;}
.deals header{
    font-weight:700;
    padding-bottom: 25px;
    font-family: 'Open Sans',sans-serif;
    background-color: #fff; 
    margin-bottom: .9em;
    padding-bottom: 1.3em;
    padding-top: 0.938em;float: left;
    width: 100%;
    border: 1px solid #e5e2df;
}
#cruise-ship-overview .module header{margin-bottom: 0px;}
.module p{clear:both;}
.overall-rating-ribbon{
    float:right;
    background:url("http://ui.cruisemates.com/images/site/cm_bckg_mainrating.png?rev=20160222-2") no-repeat; 
    background-position:right; 
    height:46px;
    margin-top: 5px;
    color:#fff;
    text-align: right;
    padding-top: 6px;
}
.overall-rating-ribbon .overall_rating img{margin: 0;}
.ribbon-text{text-align: right;}
.cruise-line .statistic, .cruise-review .statistic{clear: none;}
.cruise-review header h2.span21{width:100%;}
.cruise-line header h2.span21{width:75%;}
.usual-gallery .slider{height: 70px;overflow: hidden;float:left;width:250px;}
.usual-gallery .slider img{position:relative;width:60px;height:60px;}
.usual-gallery .slider a{float:left;margin-left:3px;}
.slider{margin-top: 5px; width: 101%;}
.usual-gallery .prev_slide,.usual-gallery .next_slide{
   background:#fff url("http://ui.cruisemates.com/images/site/display_arrow.png?rev=20160222-2") no-repeat 0 -61px; 
   float:left;  
   cursor: pointer;
   border: 0;
   display:block;
   text-indent: -999em;
   overflow: hidden;
   text-align: left;
   direction: ltr;
   height:60px;
   width:25px;
   margin-top:5px;   
}
.usual-gallery .next_slide{
    background-position:-1px 0;
}
.usual-gallery .bx-wrapper .bx-viewport{
    height:201px !important;
    overflow:hidden;
}
.slide{width:100000px;}
.stars{padding: 6px 0px; background-position:right;}
.overall-rating-ribbon .stars{padding: 6px 0px 0px;}
.full-big-star{background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") repeat-y scroll 0px 90px transparent;height: 16px;float:left;width: 20px;text-indent: -9999px;}
.half-white-star{background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") repeat-y scroll -44px 90px transparent;height: 16px;float:left;width: 20px;text-indent: -9999px;}
.empty-white-star{background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") repeat-y scroll -22px 90px transparent;height: 16px;float:left;width: 20px;text-indent: -9999px;}
.full-small-star{background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") repeat-y scroll -63px 90px transparent;height: 15px;float:left;width: 18px;text-indent: -9999px;}
.half-gray-star{background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") repeat-y scroll -113px 90px transparent;height: 15px;float:left;width: 18px;text-indent: -9999px;}
.empty-gray-star{background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") repeat-y scroll -82px 90px transparent;height: 15px;float:left;width: 16px;text-indent: -9999px;}
.empty-borded-star{background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") repeat-y scroll -101px 160px transparent;height: 18px;float:left;width: 16px;text-indent: -9999px;margin-right: 0px;}
.arrow-icon{background:url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") repeat-y scroll -135px 165px transparent;
           height: 15px;float:right;width: 21px;text-indent: -9999px;margin-top: 4px;}
.slideshow{    
    float: left;
    position: relative;}
.module p.bottom{position:absolute;bottom: 0;margin:auto;height: 20px;}
.line-photo img{width:100%;}
.thumb-photo{height:70px;width: 23.8%;}
.info-label{font-weight: 700;margin-bottom: 5px;}
.overview-read-more{font-style:italic;width:190px; float: left;line-height: 20px;}
.overview-view-more{
    float: left;
    text-align: center;
    width: 100%;
    font-size: 11px;
    font-weight: normal;
}
#ship_review header h3.span21{
    line-height:20px;
    margin-top:9px;
}
.info-review .overview-read-more {
    float: right;
    margin-right: 19px;
}
.filters{background-color: #E8F0F1;clear: both;float: left;padding:15px 10px 10px;color:#181818;}
.filters-title{font-size:11px;color:#181818;float: left;margin:8px 0px 0px;clear:both;}
.filters select{margin-top: 0px;position: absolute;}
.filters .primary-blue-button{margin: 24px 0 0;}
.box-select{float:left;margin-right: 12px;}
.primary-box{text-align:center;margin-left: 4px;margin-right: 0;}
.primary-box a{text-decoration: none;}
.star-container{display: inline;}
.ship-title{width:100%;border-bottom:1px solid #E5E2DF;float:left;margin-top: 18px;}
.ship-title a{
    font-size:17px; 
    margin-bottom: 10px;  
    font-family: Georgia,serif;
    float: left;      
}
.bold{font-weight: bold}
.ship-reviews{float:left;width:100%}
.ship-stars{ padding-top: 5px;padding-bottom: 10px;}
.ship-container{height:320px;}
.ship-container-horizontal{height:140px;}
.ship-container .ship-stars{width:52.2%;float:left;}
.ship-container-horizontal .ship-stars{width:45%;float:left;}
.ship-container .review-count{width:45%;float: right;}
.ship-container-horizontal .review-count{width:50%;float: right;}
.ship-container-horizontal .ship-info{float:right;width: 240px;}
.ship-container-horizontal .ship-title{margin-top: 5px;}
.cruise-mentioned-container .ship-stars{float: left;padding-top: 5px;padding-bottom: 5px;}
.review-count{padding-top: 10px;color:#0a8aa2;margin-left: 5px;}
.cruise-list{font-family: Georgia,serif;}
.info-topic{clear:both; margin-bottom: 5px;}
#overall-user-editor-ratings{
    width:610px;
    float:left;
    margin:15px 0 0 0;
    position:relative;
    height:85px;
}
.rating-number{font-size: 42px;color:#f37a05}
.overall{text-align: left;width:293px;background:#1CA3BC;font-family: 'Open Sans', sans-serif;margin:0 10px 0 0;right:0;position:absolute;text-indent:10px;}
.overall li{padding-top:8px;position:relative;}
.overall li ul{display:none;}
.overall li:hover ul{display:block;}
.overall li ul li{padding:8px 0;position:relative;cursor:default;}
.overall li ul li h4{font-size:13px !important;font-weight:bold;}
.overall li ul li .overall_rating{cursor:default !important;}
.overall li .rating-value{position:absolute;right:15px;top:40%;color:#FF9A00;font-weight:bold;}
.overall span{font-size:13px; color:#fff;margin-bottom:15px;display:block;font-weight:bold;}
.overall-editor li .overall_rating{cursor:pointer !important;}
.overall-editor{cursor:pointer;position:absolute;left:0;z-index:7000;}
.overall h4{font-size:16px !important;}
.overall-selected{background:#00849C;}

.overall_rating_close_arrow{
    background: url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") repeat-y scroll -2px -44px;
    height: 9px;
    position: absolute;
    width: 17px;
    z-index: 100;
    top:50%;
    right:16px;
}
.overall li:hover .overall_rating_close_arrow{
    background: url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") repeat-y scroll -2px -34px !important;
    height: 9px;
    position: absolute;
    width: 17px;
    z-index: 100;
    top:38px;
    right:16px;
}
.overall h4{
    color: #FFFFFF;
    font-size: 12px;
    text-align:left;
    font-weight:bold;
    width:250px;
}
.overall ul li h4{
    font-weight:normal;
}
.overall .review-count{float:left; color:#000;padding-top: 0;}
.overall .ship-stars{float:none;padding-left: 18%;}
.overall .rating-number{clear:both;margin-bottom: 15px;margin-top: 10px;}
.overall-user-ratings{
    text-align:center;
    font-family: 'Open Sans', sans-serif;
}
.overall-user-ratings span.bold{
    font-size:14px;
}
.overall-user-ratings .rating-number{
    font-weight:bold;
    color:#1CA3BC;
    padding:8px 0;
}
.overall-user-ratings .overall_rating{
    text-align:center;
}
.overall-user-ratings .reviewCount{
    color:#333;
}
.write-read-reviews{
    background:#F5F5F5;
    width:100%;
    padding:10px 0;
    text-align:center;
    float:left;
    margin:10px 0 0 0;
}
.user-ratings header{
    margin-bottom:10px;
}
.write-read-reviews a{
    color:#fff;
    padding:5px 10px;
    margin-right:20px;
}
.category-rating .ship-stars{float:right;padding: 0;}
.user-ratings p{margin: 5px 0;}
.user-ratings .overall_rating{margin-top: 10px;margin-bottom:10px;}
.dash-top {border-top-style:dashed;border-width:1px;border-color:#c6c6c6;padding-top:12px;margin-top:10px;}
.solid-bottom {margin-bottom: 10px;border-width:1px;border-color:#c6c6c6;border-top-style:solid;text-indent: -9999px;margin-top: 20px;height: 1px;}
.recommended .bold{float:left;text-align: center;line-height: 30px;}
.recommended div{float:left !important;line-height: 30px;font-family: Georgia,serif;margin-right:8px;}
.recommended .nm{margin-right:0;}
#ship_review, #cruise-line-overview{padding-bottom: 0px;}
.user-reviews header{color: #0A8AA2;font-size: 16px;font-weight: normal;}
.user-info-review .name{color: #0A8AA2;font-size: 14px;font-family: Georgia,Times New Roman;}
.user-info-review{font-family: Georgia,serif;font-size:12px;line-height: 16px;text-align: center;float: left;}
.avatar-review-count{margin-left: 13%;width: 76%;margin-top: 4%;}
.user-reviews .title, .info-review .title{font-weight: 800;float:left;color: #0A8AA2;font-size: 16px;}

.user-reviews .ship-stars{clear:both;padding-bottom: 7px;}
.info-review header{color:#000;}
.info-review .number-reviews{font-weight: 700;}
.info-review .overview-read-more{float:right}
.info-review p{margin-bottom: 10px;line-height: 20px;}
.all-user-reviews .info-review p{
  font-size: 13px;
  font-family: arial, helvetica, sans-serif;
  color: rgb(0, 0, 0);
  clear:none; 
  margin-right: 20px;
}
.all-user-reviews .info-review li{font-size: 13px;font-family: arial, helvetica, sans-serif;color: rgb(0, 0, 0);}
.all-user-reviews, .user-reviews{
	padding-bottom:0px;
}
#overview p{
  font-size: 13px; 
  font-family: arial, helvetica, sans-serif; 
  color: rgb(0, 0, 0);  
}
.all-user-reviews .info-review li{
  font-size: 13px; 
  font-family: arial, helvetica, sans-serif; 
  color: rgb(0, 0, 0);    
}
.info-review aside{margin-left: 15px;margin-bottom: 10px; margin-right: 20px;}
.rating-sidebar{margin-right: 2%;}
#cruise-ship-overview .rating-sidebar{margin-top: -6%;margin-left: 15px;}
.user-reviews .primary-box, .all-user-reviews .primary-box{
    float:left;
    height:50px;
    width:100%;
    /*background: url("http://ui.cruisemates.com/images/site/cm_bckg_wave.png?rev=20160222-2") repeat scroll 0 0 #FFF;*/
    background:#F5F5F5;
    margin-left: 0px;
    margin-top: 20px;
}
.user-reviews .primary-box .primary-blue-button,.user-reviews .primary-box .primary-orange-button{
    margin-top: 11px;
    margin-right: 15px;
    clear: both;
}
.similar-cruise-lines img, .cruise-mentioned-container img{
    float:left;
    width: 125px; 
    height: 85px;
}
.similar-cruise-lines .rating_stars_rate img{
 float:left;width: 16px; height: 16px;   
}
.cruise-mentioned-container img{float:left;width: 118px; height: 79px;}
.similar-cruise-lines-image {float:left;width: 118px; height: 79px;}
.similar-ship{margin-top: 20px;}
.similar-cruise-lines .title, .cruise-mentioned-container .title{
    font-size: 16px;
    font-weight: 800;
    color:#0A8AA2;
    font-family: Georgia,Times New Roman; 
    line-height: 0;
}
.similar-cruise-lines .statistic{font-weight: 600;color:#181818;}
.similar-cruise-lines .ship-stars{padding:2px 0px;}
.right-column .social, .cruise-mates-columns{
    background: url("http://ui.cruisemates.com/images/site/cm_bckg_wave.png?rev=20160222-2") repeat scroll 0 0 #FFF;
}
.share-your-history{
    background: url("http://ui.cruisemates.com/images/site/cm_bckg_wave_yellow.png?rev=20160222-2") repeat scroll 0 0 #ffffdd;
    border: 6px solid #EDA430;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;         
}
.share-your-history h3{font-size: 14px;font-family: 'Open Sans', sans-serif;font-weight:700;line-height: 22px;}
#cruise-line-overview header .span8, #ship_review header .span8{text-align: right;}
.share-your-history a{color:#FFF;}
.share-your-history p{font-style:italic;margin: 10px 0px;}
.share-your-history .primary-blue-button{margin: 0;}
.social h3{float:left;height:40px;display:block;font-size: 14px;margin-bottom: 10px;}
.social h3 span{line-height: 18px;}
.social h3 label{font-size: 12px;font-weight: normal;color: #181818;}
.social textarea{color:#7b7b7b;font-size: 12px;width: 95%;}
.social .primary-blue-container{   
    float: left;
    text-align: center;
    width: 97%;
}
.social .primary-blue-button{
    line-height: 26px;     
    text-align: center;
    float:right;    
    margin-top: 0;
    text-align: center;
    color: #FFF;
}
.more-about header{font-size: 14px;color:#002e36}
.more-about header h3{font-weight: normal;line-height: 18px;font-size: 18px;}
.more-about p a, .cm-newsletter a.title{font-family: Georgia,Times New Roman;font-size: 16px;font-style: normal}
.more-about p a.small, .cm-newsletter a.small, .right-column .cruise-mates-columns a.small{font-family: Georgia,Times New Roman;font-size: 12px;font-style: italic}
.more-about p {font-family: Georgia,Times New Roman;font-size: 14px;font-style: italic;margin:0 0 20px 0;}
.more-about .recent-posts{
    color:#002D35;
    font-size:21px;
    margin:0 0 5px 0;
}
.more-about h3.span12{
    color:#002D35;
    font-size:22px;
    font-weight:bold;
    margin:0 0 20px 0;
    line-height:24px;
}
/*Dropdown styles*/
.dropdown{
    clear: both;
    font-family: 'Open Sans',sans-serif;
    color:#000;
    float: left;
    background-color: #FFF;
    position:absolute;
    z-index: 1002;
    height: auto;
    margin-top: 25px;
    left: 2px;
    -webkit-box-shadow: 0px 1px 7px rgba(5, 5, 0, 0.39);
    -moz-box-shadow:    0px 1px 7px rgba(5, 5, 0, 0.39);
    box-shadow:         0px 1px 7px rgba(5, 5, 0, 0.39);    
}
.dropdown .main-content{
    background: url("http://ui.cruisemates.com/images/site/cm_bckg_wave.png?rev=20160222-2") repeat scroll 0 0 #FFFFFF;  
    float: left;
    padding: 15px 0px;
    z-index: 9999;
    position: relative;
    min-height: 355px;
    min-height: 368px\0/;
}

.dropdown h3{
    color: #0A8AA2;
    float: left;
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px;
}
.dropdown i{float:left;width:100%;margin-top: 10px;font-family: Georgia,Times New Roman;}
.dropdown ul{float:left;margin-top: 10px;}
.dropdown .main-content ul{width:100%;}
.dropdown .main-content ul.three-column-onelist{width:30%;}
.dropdown .main-content ul.two-column-onelist{width:46%; margin-top: 0;}
.dropdown .main-content .new_one_column_list > li{
    width: 100%;
    text-align: left;
    display: block;
}
.list-container{clear:both;float: left;width:100%;}
.dropdown .main-content ul > li{
    width: 30%; 
    display: inline;
    float: left;
    line-height: 24px;
    border-right:#c6c6c6 dashed 1px;
    margin-right: 3%;
}

.dropdown .main-content .block_dropdown{
    display: inline-block;
    width: 43%;
    vertical-align: top;
}
.dropdown .main-content .block_dropdown.right{
    border:0;
}
.dropdown .main-content .block_dropdown.left{
    border:0;
    padding-right: 3%;
    border-right: #c6c6c6 dashed 1px;
}
.block_dropdown.left ul{
    list-style-type: none;
}

.block_dropdown.left ul li{
    padding-left: 15px;
    background-image: url(http://ui.cruisemates.com/images/site/light-blue-bullet.png?rev=20160222-2);
    background-repeat: no-repeat;
    background-position: 0px 14px;
    font-family: 'Open Sans',sans-serif;
    font-size:13px;
}


.dropdown .main-content .block_dropdown.right ul > li{
    border-right: none !important;
}

.dropdown .main-content .block_dropdown.right{
    padding-left: 3%;
    padding-right: 1%;
}

.dropdown .main-content .new_one_column_list ul > li{
    line-height: 15px;
    float: none;

}
ul.new_one_column_list  li a b:hover{
	color:#0A8AA2 !important;
	text-decoration:underline;
}
ul.new_one_column_list  li a{
	padding:0 !important;
}
.dropdown .main-content .new_one_column_list > li > i{
    width: 100% !important;
    margin-bottom: 20px;
}


.dropdown .main-content .block_dropdown h3,
.dropdown .main-content .block_dropdown h3 a,
.dropdown .main-content .block_dropdown .list-container,
.dropdown .main-content .block_dropdown ul,
.dropdown .main-content .block_dropdown ul li,
.dropdown .main-content .block_dropdown ul li a
{
    float: none !important;
}

.dropdown .main-content .block_dropdown ul li{
    display: block;
}

.dropdown .main-content .list-container ul > li{border-right:none;}
.list-container ul.three-column-onelist, .list-container ul.two-column-onelist{border-right:#c6c6c6 dashed 1px;}
.list-container ul.multi-list{border-right:none;}
.list-container ul.three-column-onelist > li, .list-container ul.two-column-onelist > li {width: 100%;}
#dropdown_forums .list-container {margin-top: 10px;}
.dropdown .main-content .two-columns-list li{
    width: 46%; 
}

.dropdown .main-content .list-container > p{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

#dropdown_ports h3 a, #dropdown_cruiselines h3 a,#dropdown_planning h3 a, #dropdown_forums h3 a{
    font-weight: 800;
    margin-left: 10px;
    float: right;
    margin-left: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height:20px;
}

#dropdown_ports a, #dropdown_cruiselines a, #dropdown_planning a, #dropdown_forums a{
   color:#000;
   font-weight: normal;
   font-size: 13px;
   line-height: 12px;
   padding-left: 0px;
}

#dropdown_forums a > span.inline_link_title_navbar_green,
#dropdown_ports a > span.inline_link_title_navbar_green,
#dropdown_planning a > span.inline_link_title_navbar_green,
.inline_link_title_navbar_green{
    color: #0A8AA2;
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px;
    display: inline;
}

#dropdown_forums a > span.inline_link_title_navbar_green:hover,
#dropdown_ports a > span.inline_link_title_navbar_green:hover,
#dropdown_planning a > span.inline_link_title_navbar_green:hover,
.inline_link_title_navbar_green:hover{
    text-decoration: underline;
}

#dropdown_forums a > span.inline_link_title_navbar_bold:hover,
#dropdown_ports a > span.inline_link_title_navbar_bold:hover,
#dropdown_planning a > span.inline_link_title_navbar_bold:hover,
.inline_link_title_navbar_bold:hover{
    text-decoration: underline;
}

#dropdown_ports a:hover, #dropdown_cruiselines a:hover, #dropdown_planning a:hover, #dropdown_forums a:hover{text-decoration: underline;}
#dropdown_ports li, #dropdown_cruiselines li, #dropdown_planning li, #dropdown_forums li{margin-top: 0px;margin-bottom: 2px;}
#dropdown_planning i a{color: #0A8AA2;font-weight: 800;float:none;}
.dropdown .right-content{
    background-color: #deeff5;
    background: -moz-linear-gradient(top, #deeff5 , #ffffff);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#deeff5),  to(#ffffff));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E0F0F5', endColorstr='#ffffff');
    margin-left: 0;
    height: 100%;
    z-index: 0;   
}
.dropdown .right-content b{
    width: 100%;
    display: block;
    font-family: 'Open Sans',sans-serif;
}
.dropdown .right-content h3{
    margin-top:20px;
    margin-bottom: 20px;
    line-height: 18px;
    text-align: left;
}
.dropdown .right-content i{
    margin-top:0px;
}
.dropdown p{
    margin-bottom: 15px;
}
.top-cruise-container{overflow: hidden;}
.top-rated-container .name-container{width:500px;}
.top-rated-container .name{float:left;height: 23px;}
.top-rated-container .dots{margin-left: 2px;border-bottom: 1px dotted #363636;height: 15px;width: 240px;float:left;}
.top-rated-container .score{float:left;color:#F47E04;font-size:14px;font-weight:700;}
#dropdown_planning p{font-family: 'Open Sans',sans-serif;line-height: 16px;font-size: 13px;line-height: 26px;}
#dropdown_planning i, #dropdown_planning i a{font-family: Georgia,Times New Roman;padding:0;margin-bottom: 10px;}
#dropdown_forums i{font-family: Georgia,Times New Roman;float:left; width:auto;margin-top: 0;line-height: 15px;}
#dropdown_forums i a{font-family: Georgia,Times New Roman;font-weight: 700;float:none;}
.title-forum{width: 100%;float:left;}
.dropdown .corner-map, .dropdown .corner-cruiselines,.dropdown .corner-planning{
position:absolute;
z-index:9999;
bottom:0px;
right:0px;
}
.corner-map{background:url("http://ui.cruisemates.com/images/site/dropdown_corner_image.png?rev=20160222-2") no-repeat scroll 0px 0px transparent;width: 285px;height:154px;}
.corner-cruiselines{background: url("http://ui.cruisemates.com/images/site/dropdown_corner_image.png?rev=20160222-2") no-repeat scroll -290px 0 transparent;width: 284px;height:154px;}
.corner-planning{background: url("http://ui.cruisemates.com/images/site/dropdown_corner_image.png?rev=20160222-2") no-repeat scroll -574px 0 transparent;width: 278px;height:153px;}
.dropdown .left-line{
    margin-left: -10px;
    width: 10px;
    height: 250px;
    *height: 0px;_height:0px;
    height: 0px \0/;
    /*background: url("http://ui.cruisemates.com/images/site/dropdown_box_separator.png?rev=20160222-2") no-repeat 0 0 #FFF;  */
    float: left;
}

/*End Dropdown styles*/

#main-article .caption {font-size:9pt;font-family:arial ;color:red;}
#main-article .subtitle {font-size:11pt; font-weight:bold; font-family:verdana ; color:#0080ff}

.module header #main-article{color: #181818;font-family: Georgia, serif;}
#main-article .similar-articles ob-rec-link-img{width: 63px;height:40px;overflow:hidden;}
#main-article .similar-articles img{float:left;margin-right: 10px;width:63px !important; height:auto !important; }
#main-article .similar-articles .item-container{width:43%;float:left;margin-right: 5%;height:auto;margin-bottom:0px; height:75px; overflow:hidden;}
#main-article .similar-articles .ob-text-content{padding:0px;}
#main-article .similar-articles span{font-size: 12px;font-style:italic;}
#main-article .similar-articles .strip-rec-link-title{font-size: 16px;font-style:normal;font-family: Georgia,Times New Roman;color: #0A8AA2;cursor: pointer;line-height: 24px;margin-left:74px;}
#main-article .similar-articles .strip-rec-link-source{margin-left:74px;}
#main-article .similar-articles a{font-family: Georgia,Times New Roman;}
#main-article .similar-articles .ob_container_recs {overflow: hidden; height: 150px;}
#main-article .similar-articles .ob_container{height:145px !important;}
#main-article h2{font-size:21px; display:block;width:100%;}
#main-article img{margin:0 7px 10px 0;}
#main-article b{font-family: 'Open Sans', sans-serif;font-size: 14px;}
#main-article p {clear:none;font-size: 16px;line-height: 24px;}
#main-article .img-container{float:right;display:block;font-size: 12px;margin-bottom:25px;}
#main-article{float:left;color: #181818;font-family: Georgia,Times New Roman;}
#main-article .header b{color: #0A8AA2;font-size: 12px;font-family: 'Open Sans', sans-serif;}
#main-article .header span{font-size: 12px;font-weight: normal;color: #181818;}
#main-article .note{text-align: center;width:100%;font-family: 'Open Sans', sans-serif; }
.article aside{background-color: #E5F4F7;padding:20px;font-style:italic;clear:both;}
#main-article .similar-articles{background-color: #F4F0ED;margin-top: 20px;margin-bottom: 20px;}
#main-article .similar-articles img{width: 63px;height:40px;float:left;margin-right: 10px; }
#main-article .similar-articles p{width:45%;float:left;margin-right: 5%;}
#main-article .similar-articles span{font-size: 12px;font-style:italic;}
#main-article .similar-articles .similar-title{font-size: 16px;font-style:normal;}
#main-article .similar-articles a{font-family: Georgia,Times New Roman;}
#main-article article a{ font-family: inherit; font-size: inherit; color: #0080ff;}
#main-article article ul, #main-article article ol {padding-left:  35px;}
#main-article article ul li {list-style: disc;}
#main-article article strong{ font-weight: bold;}
#main-article article .article-title{color: #CC8400}
#main-article article .article-content p{font-size: 14px; font-family:arial;margin-bottom:20px;}
#main-article article .article-content h3 {width:100%;}
#main-article article .article-content h3 strong{font-size: 16px;}

/*Comments*/
#comments textarea{    
    float: right;
    font-family: Georgia,Times New Roman;
    font-style: italic;
    margin-left: 25px;
    position: relative;
    z-index: 0;
}
a.primary-orange-button{line-height: 26px;color:#FFF;}
.comment p{ line-height: 22px;}
.comment{float: left;padding-bottom:20px;}
.comment .user-info-review{padding-top: 1.25em;} 
#main-article #comments header span{line-height: 42px;margin-left: 5px;font-size: 14px;}
.comment-left-border{
   background: url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") repeat-y scroll -539px -17px #FFFFFF;
    float: left;
    height: 16px;
    margin-left: 8px;
    margin-top: 10px;
    position: absolute;
    text-indent: -9999px;
    width: 18px;
    z-index: 9999;
}
.textarea-container{float:left;margin-left: -5px;}
/*End Comments*/
.all-user-reviews .overall h4{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 12px;
}
.all-user-reviews .overall .bold{text-transform:uppercase;font-size: 12px;}
.all-user-reviews .filters{    font-size: 12px;
    font-weight: 600;}
.all-user-reviews .filters a{margin-left: 10px;}
.all-user-reviews .overall{background-color:#1CA3BC;margin-top: 12px;color:#FFF; }
.all-user-reviews .category-rating{text-align: center;background-color: #F4F0ED;padding-bottom: 14px;}
.all-user-reviews .recommended{text-align: center;background-color: #F4F0ED;padding-bottom: 20px;text-align: center;}
.all-user-reviews .category-rating .ship-stars{float: none;margin: 0 auto;width: 90px;}
.all-user-reviews .category-rating p{margin-top: 1em;margin-bottom: 0px;float: left;}
.all-user-reviews .recommended div{   
    clear: both;
    float: none;
    margin:0px 0px 10px 10px;
    width: 110px;
}
.recommended .bold {
    margin-bottom: 10px;
}
.all-user-reviews aside a.primary-orange-button{margin: 0 2px 0;}
.all-user-reviews .primary-box a.primary-orange-button{float: left;}
.all-user-reviews a.primary-blue-button{line-height: 24px; margin-top: 0px;height:25px;float: left;margin-left:8px; }
.all-user-reviews .ship-stars{padding-bottom: 7px;}
.expand{font-size: 14px;font-weight: 800;float: left;}
.all-user-reviews .primary-box, .all-user-reviews span{text-align: left;}
.all-user-reviews .info-review b{float: left;line-height: 28px;width:100%}
.pagination-bar{font-weight: 800;font-size: 12px;color:#677376;margin-top: 12px}
.pagination-bar b{color:#000;float:left;}
.pagination-bar a.active{background-color:#0A8AA2;color:#fff }
.pagination-bar a{
    background-color:#E5E2DF;
    padding:2px 6px;    
    border-radius:2px;
    -moz-border-radius:2px; 
    -webkit-border-radius:2px;
    font-weight: 700;
    color:#677376;
    margin-right: 10px;
}
.pagination-bar a.icon-first-page, .pagination-bar a.icon-last-page{
    background-color:transparent;
}
/*image replacement on selects*/
.select {
  background: url("http://ui.cruisemates.com/images/site/drop-box.png?rev=20160222-2") 0 0 no-repeat;
  height: 28px;
  margin-top:4px; 
}
.select .text {
    font-family: 'Open Sans', sans-serif;
    color: #6B6B6B;
    font-size: 12px;
    padding: 4px 0 0 8px;
    background: transparent;
    font-weight: normal;
    font-size: 12px;
    color:#3a3a3a;
}
.select .arrow {
  float: right;
  width: 25px;
  height: 28px;
  z-index: 0;
  right: -3px;
  background: url("http://ui.cruisemates.com/images/site/drop-box.png?rev=20160222-2") 100% 0 no-repeat; 
  margin-right: -3px
}
/*End image replacement on selects*/
.overall_rating{margin-top: -2px;clear:both;text-align:left;}
/*.overall_rating img{margin-left: -1px;margin-right: -1px;}*/
.overall_container{width:100%; text-align:center;}
.info-review button{margin-left: 10px;}
.expand-container{
    clear:both;
}
.info-review .description{
    color: #181818;
    font-family: Georgia,Times New Roman;
    font-size: 14px; 
    line-height: 20px;
    margin-bottom: 10px;
    clear: both;
}
aside .social-icon-container a{color: #002E36;font-size: 14px;}
/*CruiseLine_Overview*/
#overview-links{float:left;}
#overview-links a{
    font-family: Georgia,Times New Roman;
    font-size: 16px;
    font-style: normal;
    margin-bottom: 10px;
    float: left;
}
#overview-links b:hover{text-decoration:underline;}
#overview-links .span14 b{font-weight:normal;margin-top:8px;float:left;}
#overview-links label{padding-top:5px; color: #0A8AA2;font-size: 16px;font-family: Georgia,Times New Roman;}
ul.three-columns-list li{
    width: 30%; 
    display: inline;
    float: left;
    line-height: 24px;
    border-right:#c6c6c6 solid 1px;
    margin-right: 3%;   
}
ul.three-columns-list a{
    font-family: Georgia,Times New Roman;
    font-size: 16px;
    font-style: normal;
    margin-bottom: 8px;
    float: left;
}
.icon-forum-overview{
	background-position: -36px -103px;
	width: 35px;
	height: 35px;
	line-height: 35px;
}
.icon-blogs-overview{
	background-position: 0px -103px;
	width: 35px;
	height: 35px;
	line-height: 35px;
}
.icon-reviews-overview{
	background-position: -72px -103px;
	width: 35px;
	height: 35px;
	line-height: 35px;
}
#pin-it{
	margin-top:-15px;
}
.module p.regions-and-prices{
   font-family: 'Open Sans',sans-serif;  
   line-height: 18px;
   font-size:12px;
   color:#222;
}
#ships-list li.title{padding-top: 10px;margin-bottom: 10px;}
#ships-list li.title label{color: #002D35;font-size: 21px;font-weight: 600;line-height: 24px;padding-bottom: 10px;}
#ships-list{padding-bottom: 10px;margin-bottom: 10px;}
#ships-list li a{font-family: Georgia,Times New Roman;font-size: 16px;line-height: 24px;}
#overview-content{float:left;}
/*End CruiseLine_Overview*/
/*Cruise Ship Overview */
.overview-review-links{
	clear:both; 
	float:left; 
	margin :30px;
}
.overview-title{
	font-size:18px;
	color:#0A8AA2;
	font-weight:bold;
	margin: 10px 0;
}
.ship_details{
	float:left;
	margin:5px 10px 0 0 !important;
	padding:0px !important;
	line-height:19px !important;
}
#ship_detail_prop{
	margin-bottom:20px;
	width:100%;
}
.ship_details b{
	line-height:normal !important;
	margin-right:5px;
	float:none !important;
}	
/*End Cruise Ship Overview */
#cm-login{
	border:3px solid #B2DDE7;
	position:absolute;
	background:#F3F8FC;
	z-index:9999;
	width:330px;
	padding:20px;
	border-radius:6px;
    -moz-border-radius:6px; 
    -webkit-border-radius:6px; 
    top:43px;
    left:59px;
    display:none;
}
#cm-login .cm-login-row{
	float:left;
	width:325px;
}
#remember_login{
	float:left;
}
#remember_login input{
	margin-right:5px;
	float:left;
	border:none;
	width:14px !important;
	height:14px;
}
#cm-login label{
	color:#002D35;
	font-size:12px;
	float:left;
	font-weight:bold;
	padding-bottom:3px;
}
#cm-login .cm-login-row input{
	width:311px;
	float:left;
}
#cm-login .cm-login-row button{
	margin-top:0px;
	float:right;
}
#cm-login .cm-login-row a{
	float:left;
	color:#0A8AA2;
	font-weight:normal;
	margin-top:3px;
}
#cm-login #cm-login-social{
	float:left;
	width:325px;
	border-top:1px dotted #707070;
	margin-top:15px;
	padding-top:5px;
}
#cm-login #cm-login-error{
	width:325px;
	float:left;
	text-align:left;
	display:none;
}
#cm-login #cm-login-error span{
	color:#ED1C24;
	display:block;
	font-weight:bold;
}
#cm-login #cm-login-error a{
	color:#0A8AA2;
	font-size:12px;
}
#cm-login #cm-login-loadging{
	display:none;
}
#cm-login img#cm-login-arrow{
	position:absolute;
	top:-12px;
	left:134px;
}
#cm-login #cm-login-fb{
    background: url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat -150px -106px transparent;
    height: 28px;
    float:left;
    width:159px;
    text-decoration:none;
}
#cm-login #cm-login-fb-box{
    float:left;
    width:159px;
}
#cm-login #cm-login-social span{
	float:left;
	margin:5px 0 0 10px;
}
#cm-register{
	display:none;
}
#cm-login-extra{
	float:left;
}
#cm-login-extra a:hover{
	text-decoration:underline;
}
#cm-register-fb{
	width:340px !important;
	display:none;
}
#cm-register-cm{
	width:700px;
	float:left;
}
#cm-register .cm-register-split{
	float:left;
	width:340px;
	margin-right:10px;
}
#cm-register .cm-register-split h3{
	float:left;
	width:340px;
	padding-bottom:10px;
}
#cm-register input.cm-register-checkbox{
	float:left;
	width:14px !important;
	height:14px;
	border:0px;
}
#cm-register .cm-register-select{
	float:left;
	width:340px;
	margin-bottom:10px;
}
#dk_container_dst .dk_toggle,
#dk_container_timezoneoffset .dk_toggle{
	width:280px !important;
}
#dk_container_dst .dk_toggle .dk_label,
#dk_container_dst .dk_options_inner li,
#dk_container_timezoneoffset .dk_toggle .dk_label,
#dk_container_timezoneoffset .dk_options_inner li a{
	font-size:11px;
}
#cm-register-success #cm-register-success-title,
#cm-register #cm-register-title{
	color:#002D35;
	font-size:25px;
	font-weight:bold;
	padding-bottom:20px;
}
#cm-register #cm-register-title-facebook{
	color:#002D35;
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
}
#cm-register .cm-register-row label{
	color:#31565D;
	font-weight:bold;
}
#cm-register .cm-register-mail{
	float:left;
	width:340px;
}
#cm-register .cm-register-row .cm-register-tip{
	font-size:11px;
}
#cm-register .cm-register-row label,
#cm-register .cm-register-row input,
#cm-register .cm-register-row{
	width:340px;
}
#cm-register .cm-register-row input{
	width:325px;
}
#cm-register .cm-register-row span.cm-register-msg{
	font-size:11px;
	color:#111;
	width:335px;
	paddigin-bottom:15px;
	display:block;
}
#cm-register #cm-register-login{
	width:340px;
	padding-bottom:14px;
	margin-top:5px;
}
#cm-register a.cm-register-button{
	padding:5px 15px;
	text-decoration:none;
}
#cm-register a#cm-register-button{
	float:right;
	height:auto;
}
#cm-register .cm-register-row #cm-register-footer{
	font-size:11px;
	color:#111;
}
#cm-register .cm-register-row #cm-register-footer a{
	font-weight:bold;
	font-size:11px;
}
#cm-register .cm-facebook-register{
	display:none;
}
#cm-register .cm-register-error{
	font-size:11px;
	color:red;
	font-weight:bold;
}
#cm-register a#cm-register-cancel{
	float:right;
	margin:25px 15px 0 0;
	outline: 0;
}
a#register-success{
	display:none;
}
#cm-register-success{
	width:320px;
	display:none;
	height:160px;
}
#cm-register-success #cm-register-success-content{
	padding-bottom:30px;
}
#cm-register-success a.primary-blue-button{
	padding:4px 15px;
	text-decoration:none;
	margin-left:65px;
}
#cm-register .cm-register-row img#cm-loading-icon{
	margin-top:20px;
}
#cm-register-success #cm-register-write{
	display:none;
	margin-left:0px;
}
a#cm-write-review{
	display:none !important;
}
#loadgin-header-fb{
	display:none;
}
#loadgin-header-fb img{
	margin-top:-8px;
}
/*Reviews index*/
#reviews-slider{
	width:398px; 
	float:left;
}
#top-rated-content{
	width:210px; 
	height:274px; 
	float:left; 
	background-color:#002e36;
}
#top-rated-title{
	text-alignment:center; 
	font-size:18px; 
	font-weight:bold; 
	color:#fff; 
	margin-top:15px;
}
#jump_to{
	margin:20px;
	border: 1px black;
	width:700px;
	float:left;
	background:#F3F8FC;
}
#ships label{
	color:black;
	font-weight: bold;
}
.most_popular_cruise_lines{
	width:700px; 
	float:left; 
	font-size:12px;
}
.most_popular_image{
	float:left; 
	width:150px;
	max-width:120px;
}
.most_popular_info{
	float:left; 
	width:400px;
	margin-top:20px;
	margin-left:10px;
}
.most_popoular_name{
	font-size:20px;
}
.most_popular_stats{
	float:left; 
	width:150px;
}
#all_cruise_lines{
	margin-left:160px;
}
.all_cruise_line{
	float:left; 
	width:156px;
}
.review_description, .helpful{display:none;}

#ship_review .info-review h3,
.cruise-line .article h3,
.review_description h3,
.all-user-reviews #overview h3,
.info-review .description h3{
    width:100% !important;
    display:block !important;
    font-size:16px;
}
.helpful{clear:both;}
/*End Reviews index*/
/*Home styles*/
.main-cruise-line .statistic{clear:none;}
.news-list{font-family: 'Open Sans';}
.news-container{float:left;margin-bottom: 11px;height: 325px;height: 345px\0/;}
.news-container a{width:100%;float: left;cursor:pointer;}
.news-title{width:100%;border-bottom:1px solid #E5E2DF;float:left;margin-top: 18px;font-family: Georgia,serif;}
.news-title a{font-size:17px; margin-bottom: 10px;font-family: Georgia,serif; }
.news-author{color:#0A8AA2;float: left;width: 100%;font-family: 'Open Sans';padding-top:6%;}
.news-container .news-image{text-align: center;}
.news-container .news-image img{width: 189px; height: 125px; overflow: hidden}
.news-container .news-image {width: 189px; height: 125px; overflow: hidden}
.inside-news-banner{position:relative;margin-right:32px;float:right;height:672px;height:713px\0/;}
.main-cruise-line .overall-rating-ribbon div img{margin-left: -3px;}
.cm-newsletter-container {height: 125;height: 140px\0/;margin-top: 15px;font-family: Georgia,serif;line-height: 18px;font-style: italic;}
.nopadding{padding-bottom:0;}
.module-bottom{
    width:90%;
    padding:5%;
    background:#F5F5F5;
    text-align:center;
}
.module-bottom a{
    padding:5px 45px;
}
.module .cm-newsletter-container p,.module .column-data p,.module .feature p {margin: 0;font-style: normal;}
.module .more-features-container p{margin-top: 0px;}
.cm-newsletter-container img{float:left; width: 127px; height:85px;}
.cm-newsletter-container a.title{line-height: 16px;}
.cm-newsletter-container .arrow-icon{margin-top: 2px;}
.right-column .cruise-review h3, .right-column .regular-features  h3, .right-column .cruise-mates-columns h3, .right-column .more-features h3{
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.right-column .cruise-review{
	padding-bottom:0px;
}
.right-column .more-features h3{    
    line-height: 22px;
}
.right-column .cruise-review a, .right-column .regular-features  a, .right-column .cruise-mates-columns a, .right-column .more-features a{
    font-family: Georgia,Times New Roman; 
    font-size: 16px;
    font-style: normal;
}
.cruise-review-container img{width: 80px; height: 80px;float: left;}
.cruise-review-container .arrow-icon{
    background: url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") repeat-y scroll -135px 152px transparent;
}
.cruise-review-container p{
	margin:0px;
	padding:0px;
}
.cm-newsletter-container .overview-read-more, .cruise-mates-columns a.overview-read-more, .regular-features a.overview-read-more{
    line-height: 16px;
    font-family: Georgia,Times New Roman;
    font-size: 14px;
    font-style: italic;   
}
.cruise-mates-columns a.overview-read-more{line-height: 24px;}
.review-data{width: 60%;float: left;}
.review_date{clear:both;}
.main-cruise-line .overview-read-more{font-family: Georgia,Times New Roman;font-size: 16px;font-size: 14px\0/;width:97px;}
.main-cruise-line .arrow-icon{margin-right: 2px}
.right-column .cruise-review a.more-review{color: #181818;font-style: italic;width: 105px;float:right;font-size: 14px;margin-top:10px;}
.cruise-review-container{clear:both;margin-bottom: 4%;float: left;}
.cruise-mates-columns img{width: 70px; height: 92px;float: left;}
.column-data{float:left; width: 60%;font-style: italic;font-family: Georgia,Times New Roman;}
.column-data .overview-read-more{font-size: 14px;}
.column-container{float:left;clear:both;}
.cruise-mates-columns .bottom-line{margin-bottom: 10px;border-bottom: 1px solid #E5E2DF;}
.column-data .arrow-icon{margin-top: 6px;}
.regular-features-container{float:left;margin-bottom: 10px;}
.feature{    
    float: left;
    margin-left: 5px;
    width: 80%;
}
.feature .overview-read-more{float:none;margin-left: 5px}
.feature .arrow-icon{float:none;display: inline-block;line-height: 12px;}
.more-features a.features-read-more{    
    float: left;
    font-size: 14px;
    font-style: italic;
    text-align: right;
    width: 95%;
}
/* ------------------------------------------------- interactive modules */
.icon_image {float: left; height: 52px; width: 52px; margin-right: 10px; background-image: url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2");  background-repeat: no-repeat;}
.board_message {background-position: 7px -140px;}
.board_finder {background-position: -59px -140px;}
.board_chat {background-position: -121px -140px;}
.board_poll {background-position: -189px -140px;}
.board_compete {background-position: -248px -140px;}
.board_galleries {background-position: -315px -140px;}
.board_trivia {background-position: -379px -140px;}
.board_meet {background-position: -447px -140px;}
.board_bonvoyage {background-position: -512px -140px;}

.int_title {color: #010D26;}
.int_title a {font-size:16px;color: #010D26;}
.int_module p {margin: 0;}
.span47 {
	width: 987px;
}
.int_module {
	height: 73px;
	width: 285px;
	float: left;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 22px;
	padding-left: 12px;
	margin-bottom: 5px;
	margin-left: 23px;
}
.int_module:hover { background-color: #f9f6f4;}

.info_interactive_icon {
   float: left;
    width: 220px;
}
.info_interactive_icon .bargain-finder a{
    font-size: 11px;
}
.container-icon{margin-top: 8px;float: left;}
.main-cruise-line p.regions-and-prices{   
    line-height: 23px;
    margin-top: 5px;}
/*End Home styles*/
/*-----------------------------------Fixed width to 968px*/
@media (max-width: 800px) {
  body{overflow:auto;}  
  #wrapper{width: 987px;}
} 
/*-----------------End of Fixed width to 968px*/
.ads-cruise-line-300{
	float:left;
	width:346px;
}

/*-------------------- Deals Section CSS ------------------------*/
.deals-list li{
    padding-left:40px;
    padding-bottom:10px;
    position:relative;
    margin:0 20px 10px 20px;
    clear:both;
    border-bottom:1px solid #DDD;
}
.deals-list .last-deal{
    border:none;
}
.deals-list .deal-price{
    float:right;
    text-align:center;
}
.deals-list .deal-price b{
    font-size:18px;
    color:#0A8AA2;
    font-weight:normal;
}
.deals-list a{
    font-size:18px;                    
}
.deals-list p{
    font-size:12px;
    margin:0px;                    
    padding:0px;                    
}
.deals-list li:before{
    content:"";
    background: url("http://ui.cruisemates.com/images/site/cm_sprites.png?rev=20160222-2") no-repeat scroll -526px -101px transparent; 
    position:absolute;
    height: 34px; 
    left:0; 
    top:0;
    width: 33px;
}
/*------------------ Ends Deals Section --------------------*/
td.alt1 > div a, td.alt1Active > div a {font:bold 12px Verdana;}
.smallfont{font: 12px verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;}
td a:link, td a:visited, td a:active{color: #008080;}
.alt2, .alt2Active{font-size: 12px;}
a#join-now-header-tab{
	padding:1px 0 0 0;
	line-height:normal;
		
}
.article-snippet{
    font-family:tahoma;
}
.article-snippet .article-title b{
    font-size:18px !important;
    color:#d47a1a !important;
    font-family:tahoma!important;
}
.article-snippet .article-author{
    font-size:12px;
    font-family:helvetica!important;
}
.article-snippet .article-subtitle{
    font-size:13px;
    font-family:helvetica!important;
}
.article-snippet .article-go{
    font-size:13px!important;
    color:#60a12d!important;
    font-family:helvetica!important;
}
.navigation-tabs-module{
    width:450px;
    clear:both;   
}
.navigation-tabs-module ul,
.navigation-tabs-module ul li{
    padding:0;
    margin:0;
    display:inline-block;
    list-style-type:none;
}
.navigation-tabs-module ul li{
    border-right:1px solid #717171;
    line-height:10px;
    padding:0 5px;
}
.navigation-tabs-module ul li.no-pipe{
    border:0;
}
.navigation-tabs-module a.active{
    font-weight:bold;
}
.navigation-tabs-module a#forum-tab{
    background:#F88D03;
    color:#fff;
    padding:1px 10px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.navigation-tabs-module a{
    font-weight:normal;
    color:#3c3c3c;
}
.bxslider li.none{
    display:none;
}
#filters-in-reviews{
    float:left;
    width:587px;
    margin:20px 0 0 23px;
    padding:10px;
    background:#F3F8FC;
}
#filters-in-reviews select{ 
    width:210px !important;
}
#filters-in-reviews #filter-by-cl label,
#filters-in-reviews #filter-by-cs label{
    font:bold 12px/23px 'Open Sans', sans-serif;
    color:#222;
}
#filters-in-reviews #filter-by-cl,
#filters-in-reviews #filter-by-cs{
    float:left;
}
#filters-in-reviews #filter-by-cs{
    margin:0 0 0 10px;
    width:308px;
}
#filters-in-reviews .primary-blue-button{
    color:#fff;
    padding:4px 7px;
    text-decoration:none;
}
#filters-in-reviews #filter-reviews-go{
    float:right;
    margin:3px 0 0 10px;
}
#editor-writter{
   float:left;
   width:400px; 
}
#editor-writter a{
    text-decoration:none;
    color:#929292;
    font-weight:normal;
    font-size:11px;
}
h3#editor-review-header{
    line-height:20px;
    margin:10px 0 0 0;
}
#ship-editor-overview{
    background:#F3F8FC;
    margin:10px 0 0 0;
    float:left;
    padding:5px 6px;
}
#ship-editor-overview label{
    font:bold 12px/23px 'Open Sans', sans-serif;
    color:#222;
    margin-top:5px;
}
#ship-editor-overview select#jump-to-cs{
    width:180px;
}
#ship-editor-overview #filter-reviews-go{
    float:right;
    margin:3px 0 0 10px;
}
#ship-editor-overview .primary-blue-button{
    color:#fff;
    padding:4px 7px;
    text-decoration:none;
}
#rating-editor-user-right{
    width:auto;
    margin-left:0;
}
#rating-editor-user-right .all-ratings ul li .ru{
    float:right;
    width:55px !important;
    font: bold 18px/18px 'Open Sans',sans-serif !important;
}
#rating-editor-user-right .all-ratings ul li .lab{
    width:82px !important;
}
#rating-editor-user-right .all-ratings ul li .re {
    width: 68px !important;
    font: bold 18px/18px 'Open Sans',sans-serif !important;
}
#rating-editor-user-right .all-ratings{
    width:auto;
    margin:5px 0 0 15px;
}
#rating-editor-user-right .all-ratings ul li .rating-row{
    width:130px;
}
#rating-editor-user-right .all-ratings ul li{
    padding-left:10px;
    width:auto;
}
.rating-editor-user{
    float:left;
    width:628px;
    margin-left:22px;
}
.rating-editor-user .rating-overall .rating-overall-score{
    width:130px;
    float:left;
    text-align:center;
    margin-top:35px;
}
.rating-editor-user .rating-overall .rating-overall-score .rt-user-number{
    color:#20A3BC !important;
}
.rating-editor-user .rating-overall .rating-overall-score .rt-user-total{
    font-size:11px;
    margin-top:2px;
    color:#181818;
}
.rating-editor-user .rating-overall .rating-overall-score .rt-label ul li{
    text-align:center;
    margin:0;
    padding:0;
}
.rating-editor-user .rating-overall .rating-overall-score .rt-label{
    font:bold 18px/18px 'Open Sans', sans-serif;
    color:#3C3C3C;
}
.rating-editor-user .rating-overall .rating-overall-score .rt-score{
    font:bold 65px/65px 'Open Sans', sans-serif;
    color:#F37A05;
    padding:5px 0;
}
.rating-editor-user .rating-overall .rating-overall-score .rt-stars{
    text-align:center;
}
.rating-editor-user .rating-overall{
    width:140px;
    float:left;
    margin:20px 0 0 52px;
}
.rating-editor-user .rating-overall label{
    color:#3C3C3C;
    font:bold 13px/14px 'Open Sans', sans-serif;
}
.rating-editor-user .all-ratings{
    width:370px;
    float:right;
    margin:20px 15px 0 0;
}
.rating-editor-user .all-ratings ul li.row-selected{
    background:#F7F7F7;
}
.rating-editor-user .all-ratings ul li .rating-row{
    width:145px;
    float:left;
}
.rating-editor-user .all-ratings ul li .lab-users,
.rating-editor-user .all-ratings ul li .lab{
    color:#3C3C3C;
    font:bold 13px/14px 'Open Sans', sans-serif;
    width:133px;
    margin-left:-12px;
}
.rating-editor-user .all-ratings ul li .lab-users{
    width:50px;
}
.rating-editor-user .all-ratings ul li .re{
    width:110px;
    color:#F37A05;
    font:bold 21px/21px 'Open Sans', sans-serif;
}
.rating-editor-user .all-ratings .all-ratings-title{
    color: #3C3C3C;
    font: bold 13px/14px 'Open Sans',sans-serif;
}
.rating-editor-user .all-ratings ul li .ru{
    width:75px;
    float:right;
    color:#1CA3BC;
    font:bold 21px/21px 'Open Sans', sans-serif;
}
.rating-editor-user .all-ratings ul li{
    margin:0;
    padding:0;
    list-style-type:none;
    float:left;
    padding:3px 0 3px 30px;
    width:337px;
    color:#002D35;
}
#user_overall_rating{
    clear:both;
}
.line-information .overall{
    height:89px;
    padding-top:5px;
}
.cruise-line .cruise-line-logo{
    position:absolute;
    right:-13px;
    top:15px;
    border:1px solid #E5E2DF;
    padding:3px;
    moz-box-shadow:    0 0 4px 1px #E5E2DF;
    -webkit-box-shadow: 0 0 4px 1px #E5E2DF;
    box-shadow:         0 0 4px 1px #E5E2DF;
    background:#fff;
}
.cruiseline-review{
    background: url("http://ui.cruisemates.com/images/site/widget-bk.png?rev=20160222-2") no-repeat scroll 0 0 transparent;
    padding-bottom: 1.7em;
    border: 0 none;
    
}
.cruiseline-review h3{
    color: #0A8AA2;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    height:32px;
    margin-bottom: 13px;
}
.cruiseline-review select{
    width: 192px;
    height:30px;
    float:left; 
    margin-bottom: 0px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #BBBBBB;
    text-shadow: 1px 1px 0 #FFFFFF;
    color: #333333;
    font-family: 'Helvetica',Arial,sans-serif;
    position: absolute;
    left: -9999px;
}
.cruiseline-review option{width: 130px;}
#cruiseline-reviews-go a{
    color: #FFFFFF;
    float: left;
    font-size: 20px;
    line-height: 24px;
    margin: 0 5px;
    padding: 1px 12px;
    background-color: #2190B2;
    background: -moz-linear-gradient(top, #2190B2 , #13537E);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#2190B2),  to(#13537E));
}
#cruiseline-reviews-go a:hover{
 text-decoration: none;
 background-color: #007f97;
 background: -moz-linear-gradient(top, #007f97 , #16bad8);
 background: -webkit-gradient(linear, 0 0, 0 100%, from(#007f97),  to(#16bad8));
 color:#FFFFFF;
}
.cruiseline-review .dk_container{
    margin-bottom: 0px;
}
.cruiseline-review-favorite{
   background: url("http://ui.cruisemates.com/images/site/starribbon.png?rev=20160222-2") no-repeat scroll 0 0 transparent;
   float:left;
   height: 26px;
   width:20px;
   margin-right: 2px;
   margin-left: -7px;
}
#cruiseline-reviews-go span{
    background: url("http://ui.cruisemates.com/images/site/go.png?rev=20160222-2") no-repeat scroll 0 0 transparent;
    float: right;
    height: 10px;
    margin-left: 3px;
    margin-top: 10px;
    width: 6px;
}
.right-column .cruise-review{
   z-index: 0; 
}
.dk_options_inner{
   z-index: 9999; 
}
#cruiseline-reviews-go{float:left;}
#cruiseline-reviews-box{float:left;overflow: hidden;width: 70%;height:30px;}
#dk_container_jump-to-cl-review{
    top: 1;
    left: 1;
    position: absolute;
}

.tabs input[type=radio] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.tabs {
  width: 650px;
  float: none;
  list-style: none;
  position: relative;
  padding: 0;
  margin-left: 30px;

}
.tabs li{
  float: left;
}
.tabs label {
    display: block;
    padding: 12px 20px;
    border-radius: 2px 2px 0 0;
    color: #002d35;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    top: 3px;
}

[id^=tab]:checked + label {
  background: none repeat scroll 0 0 #FFFFFF;
  border-color: #B2C2C5 #B2C2C5 #FFFFFF;
  border-left: 1px solid #B2C2C5;
  border-radius: 6px 6px 0 0;
  border-right: 1px solid #B2C2C5;
  border-style: solid;
  border-width: 1px;
  color: #00869F;
  margin-bottom: -1px;
  top: 0;
}

[id^=tab]:checked ~ [id^=tab-content] {
    display: block;
}
.tab-content{
  z-index: 2;
  display: none;
  text-align: center;
  width: 650px;
  font-size: 20px;
  line-height: 140%;
  padding-top: 20px;
  background: #FFF;
  color: white;
  position: absolute;
  top: 43px;
  left: 0;
  margin-left:-31px;
  border-left: 1px solid #E5E2DF;
  border-right: 1px solid #E5E2DF;
  border-bottom: 1px solid #E5E2DF;
}
.deals .tabs-holder{
  background: url("http://ui.cruisemates.com/images/site/cm_bckg_zigzag.png?rev=20160222-2") repeat scroll 0 0 #FFFFFF;
  border-bottom: 1px solid #B2C2C5;
  margin: -12px 0 0 0;
  padding-top: 8px;
  height:41px;
  border: 1px solid #e5e2df;
}
#caspio-module{
    width:300px;
    padding:0;
}
#caspio-module table{
    width:298px;
}
#caspio-module table select {
    width: 128px;
}
#caspio-module #InsertRecordDeparturePort, #caspio-module #InsertRecordDestinationID{
    width:155px;
}
.cm-newsletter .overview-read-more{width:60%}
/**
 * Default DropKick theme
 *
 * Feel free to edit the default theme
 * or even add your own.
 *
 * See the readme for themeing help
 *
 */
.dk_container {
  background-color: #f5f5f5;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 18px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }
  .dk_container:focus {
    outline: 0; }
  .dk_container a {
    cursor: pointer;
    text-decoration: none; }

/* Opens the dropdown and holds the menu label */
.dk_toggle {
  /**
   * Help: Arrow image not appearing
   * Try updating this property to your correct dk_arrows.png path
   */
  background-image: url('http://ui.cruisemates.com/images/site/dropdown-arrow-gray.png?rev=20160222-2');
  background-repeat: no-repeat;
  background-position: 95% center;
  border: 1px solid #bbb;
  color: #333;
  padding: 4px 45px 4px 10px;
  text-shadow: #fff 1px 1px 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transition: border-color .5s;
  -moz-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s;
  font-weight:normal;
}
  .dk_toggle:hover {
    border-color: #bbb;
    background-image: url('http://ui.cruisemates.com/images/site/dropdown-arrow-blue.png?rev=20160222-2');
  }

/* Applied whenever the dropdown is open */
.dk_open {
  box-shadow: 0 0 5px #40b5e2;
  -moz-box-shadow: 0 0 5px #40b5e2;
  -webkit-box-shadow: 0 0 5px #40b5e2;
  /**
   * Help: Dropdown menu is covered by something
   * Try setting this value higher
   */
  z-index: 10; }
  .dk_open .dk_toggle {
    background-color: #ececec;
    border-color: #8c8c8c;
    color: #ccc;
    box-shadow: inset 0 -2px 5px #ccc;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0; }

/* The outer container of the options */
.dk_options {
  background: #fefefe;
  /* Removes transparent background on iOS5+ scroll */
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px; }
  .dk_options a {
    background-color: #fff;
    border-bottom: 1px solid #999;
    font-weight: normal;
    color:#333;
    padding: 8px 10px; }
  .dk_options a:hover,
  .dk_options .dk_option_current a {
    background-color: #E1F0F3;
    color:#559CAE;
    text-decoration: none;
    }
  .dk_options li:last-child a {
    border-bottom: none; }
  .dk_options .disabled {
    cursor: default; }
    .dk_options .disabled a {
      color: #aaa; }
    .dk_options .disabled:hover, .dk_options .disabled:hover a {
      cursor: default;
      background-color: #fff;
      text-shadow: none; }

/* Inner container for options, this is what makes the scrollbar possible. */
.dk_options_inner {
  max-height: 250px;
  border: 1px solid #8c8c8e;
  border-bottom-width: 2px;
  border-bottom-color: #999;
  color: #333;
  text-shadow: #fff 0 1px 0;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px; }

/******  End Theme ******/
/***** Critical to the continued enjoyment of working dropdowns ******/
.dk_container {
  display: none;
  float: left; }
  .dk_container a {
    outline: 0; }
a.dk_toggle:hover{
    color:#333 !important;
}
.dk_toggle {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1; }

.dk_open {
  position: relative; 
  }
.dk_open .dk_options {
    display: block; 
}
.dk_open .dk_label {
    color: inherit; 
}

.dk_options {
  display: none;
  margin-top: -1px;
  position: absolute;
  right: 0;
  width: 100%; }
  .dk_options a, .dk_options a:link, .dk_options a:visited {
    display: block; }

.dk_options_inner {
  overflow: auto;
  position: relative;
  -webkit-overflow-scrolling: touch; }

/* Hides only dropkick <select> instances */
.dk_container select {
  position: absolute;
  top: -99999em;
  visibility: hidden; }

/*  nativeMobile override */ 
.dk_mobile {
  position: relative; }
  .dk_mobile select {
    display: block;
    width: 100%;
    height: 100%;
    top: 0; left: 0;
    visibility: visible;
    opacity: 0;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none; }
/***** End Critical to the continued enjoyment of working dropdowns ******/

.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000; width:150px;}
.tipsy-inner { 
    padding: 5px 8px 4px 8px;
    background-color: #f3f3f3;
    color: #333;
    max-width: 200px;
    -moz-box-shadow: 0px 0px 2px 1px #ccc;
    -webkit-box-shadow: 0px 0px 2px 1px #ccc;
    box-shadow: 0px 0px 2px 1px #ccc;}
.tipsy-inner span{ 
    line-height:14px !important;
    display:block;
}
.tipsy-inner b{ 
    clear:both;
    float:left;
    width:100%;
    font-size:12px;
    margin-bottom:5px;
}
.tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-arrow { position: absolute; background: url('http://ui.cruisemates.com/images/raty/narrow.png?rev=20160222-2') no-repeat top left; width: 13px; height: 7px; }
.tipsy-n .tipsy-arrow { top: -2px; left: 50%; margin-left: -4px; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }

div.review_lightbox_thankyou,
div.review_lightbox_errormsg{
    color:#3C578C;
    font-size:16px;
    font-weight: bold;
    float:left;
    width:500px;
    text-align:center;
    padding:10px;
    display:none;
}

div.review_lightbox_errormsg{
    color: #b81900;
}
/*#review_lightbox_fancybox_wrap{
	border:4px solid #B2DDE7;
	-moz-border-radius:8px;
	border-radius:8px;
}*/
#review_lightbox_fancybox_inner{
	height:1283px !important;
	background:#F3F8FC;
}
#review_lightbox_fancybox_inner_2{
	height:1300px !important;
	background:#F3F8FC;
}
#review_lightbox{
	width:730px;
	float:left;
	background:#F3F8FC;
	padding:30px;
}
#review_lightbox #review_lightbox_title{
	color:#002D35;
	font-size:25px;
	float:left;
	width:100%;
	margin-bottom:35px;
	font-weight:bold;
}
#review_lightbox .review_lightbox_rows .review_lightbox_rows_input_box{
	float:left;
	width:600px;
}
#review_lightbox .review_lightbox_rows .review_lightbox_rows_input_box label.error,
#review_lightbox .review_lightbox_rows label#review_lightbox_rate_error,
#review_lightbox .review_lightbox_rows label.error{
	float:left;
	color:red;
	font-style:italic;
	font-size:11px;
	padding:0px;
	margin:0px;
	width:600px;
}
#review_lightbox .review_lightbox_rows{
	width:730px;
	float:left;
	margin-bottom:20px;
	
}
#review_lightbox .review_lightbox_rows #sailing_date{
	width:100px;
}
#review_lightbox .review_relative{
	position:relative;
}
#review_lightbox .review_lightbox_rows #review_lightbox_rate_error{
	width:200px !important;
	padding-top:4px !important;
	display:none;
}
#review_lightbox .review_lightbox_rows .large_label{
	width:130px;
}
#review_lightbox .review_lightbox_rows .large_label_2{
	width:200px;
}
#review_lightbox .review_lightbox_rows label{
	font-weight:bold;
	color:#002D35;
	font-size:14px;
	float:left;
	width:115px;
	padding-top:4px;
}
#review_lightbox .review_lightbox_rows input.input_text{
	float:left;
	width:600px;
	padding:5px;
	color:#7B7B7B;
	border:1px solid #BBBBBB;
}
#review_lightbox .review_lightbox_rows textarea{
	width:694px;
	padding:15px;
	float:left;
	color:#565656;
	font-size:12px;
	margin-top:10px;
	resize: none;
}
#review_lightbox .review_lightbox_submit,
#review_lightbox .review_lightbox_submit input{
	float:right;
	border:none;
}
#review_lightbox .review_lightbox_submit a{
	float:right;
	font-size:14px;
	margin-right:14px;
	margin-top:16px;
}
#review_lightbox .review_lightbox_submit div{
	float:left;
	width:728px;
	text-align:right;
	padding:5px 0 10px 0;
	border-bottom:1px dashed #bbb;
	color:#181818;
	margin-bottom:15px;
}
#review_lightbox #review_lightbox_add_info{
	color:#0A8AA2;
	float:left;
	width:730px;
	font-size:16px;
	font-style:italic;
	margin-bottom:20px;
}
#review_lightbox .review_lightbox_rows .review_lightbox_stars_box{
	float:right;
	width:730px;
	margin-top:20px;
}
#review_lightbox .review_lightbox_rows .review_lightbox_stars_box .review_lightbox_stars{
	float:left;
	width:360px;
	margin-bottom:10px;
}
#review_lightbox .review_lightbox_rows .review_lightbox_stars_box .review_lightbox_stars .review_lightbox_stars_title{
	float:left;
	color:red;
	text-align:right;
	margin-right:10px;
	width:180px;
	color:#181818;
}
#review_lightbox .review_lightbox_rows .review_lightbox_stars_box .review_lightbox_stars img{
	margin-right:5px;
	vertical-align: top;
}
#review_lightbox .review_lightbox_rows #review_lightbox_goodfor_box{
	float:right;
	width:590px;
}
#review_lightbox .review_lightbox_rows .review_lightbox_goodfor{
	width:195px;
	margin:3px 0px;
}
#review_lightbox .review_lightbox_rows .review_lightbox_goodfor input{
	margin: 4px 0 0 0;
	padding: 0;
	display:block;
	height:12px;
	overflow:hidden;
}
#review_lightbox .review_lightbox_rows .review_lightbox_goodfor,
#review_lightbox .review_lightbox_rows .review_lightbox_goodfor div{
	float:left;
	color:#181818;
}
#review_lightbox .review_lightbox_rows .review_lightbox_goodfor label{
	font-weight:normal;
	color:#181818;
	float:left;
	width:auto;
	padding:0px;
	margin-left:5px;
}
#review_lightbox_loading{
	padding:8px 0;
}
#review_lightbox_loading span{
	padding: 5px 0 0 10px;
	font-size:14px;
}
#review_lightbox #review_lightbox_overall{
	float:left;
	width:400px;
	margin-top:5px;
}
#review_lightbox #review_lightbox_overall .review_lightbox_stars_title{
	display:none;
}
#review_lightbox #calendar_box{
	position:absolute;
	left:217px;
	top:1px;
	border-left:1px solid #ccc;
	width:28px;
	height:28px;
}
#review_lightbox .ui-datepicker-trigger{
    position:relative;
    margin: -10px 0 0 -21px;
    z-index:5;
}
#fancybox-outer{
	border:5px solid #6BD1ED;
	font-family:Arial;
}
#login_reviews{
	width:400px;
	float:left;
}
#login_reviews #login_reviews_title{
	width:400px;
	font-size:18px;
	color:#26A6EB;
	float:left;
}
#login_reviews #login_reviews_facebook{
	width:400px;
	float:left;
	margin-top:10px;
}
#login_reviews #login_reviews_facebook_title{
	width:400px;
	float:left;
	font-size:14px;
	color:#222;
	margin-bottom:5px;
}
#login_reviews #login_reviews_facebook_button{
	width:300px;
	float:left;
	height:25px;
	overflow:hidden;
}
#login_reviews #login_reviews_site_account{
	width:380px;
	background:#f9f9f9;
	padding:10px;
	float:left;
	padding:10px;
	margin-top:20px;
}
#login_reviews #login_reviews_site_account #login_reviews_site_title{
	color:#222;
	float:left;
	font-size:14px;	
}
#login_reviews #login_reviews_site_account #login_reviews_error{
	color:red;
	float:left;
	font-size:12px;	
	margin-top:5px;
}
#login_reviews #login_reviews_site_account #login_reviews_site_form{
	width:300px;
	float:left;
	margin-top:20px;
}
#login_reviews #login_reviews_site_account #login_reviews_site_form .login_reviews_site_form_row{
	font-size:12px;
	color:#333;
	width:300px;
	float:left;
	margin-bottom:10px;
}
#login_reviews #login_reviews_site_account #login_reviews_site_form .login_reviews_site_form_row label,
#login_reviews #login_reviews_site_account #login_reviews_site_form .login_reviews_site_form_row input{
	font-size:12px;
	float:left;
	width:290px;
	margin-bottom:5px;
}
#login_reviews #login_reviews_site_account #login_reviews_site_form .login_reviews_site_form_row label{
	color:#181818;
}
#login_reviews #login_reviews_site_account #login_reviews_site_form .login_reviews_site_form_row input{
	border:1px solid #ccc;
	padding:5px;
}

#login_reviews #login_reviews_site_account #login_reviews_site_form #login_reviews_singin{
	float:right;
}
#loading_login{
	float:right;
	display:none;
}
