/*! jQuery UI - v1.9.2 - 2014-09-16
* 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, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=7px&bgColorHeader=%23e0e0e0&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=%23e0e0e0&fcHeader=%23222222&iconColorHeader=%23222222&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23e0e0e0&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%23ffffff&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=%23ffffff&fcDefault=%23555555&iconColorDefault=%23888888&bgColorHover=%23afdefc&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=%23afdefc&fcHover=%23212121&iconColorHover=%23454545&bgColorActive=%23ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=%23aaaaaa&fcActive=%23212121&iconColorActive=%23454545&bgColorHighlight=%23157dc0&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23157dc0&fcHighlight=%23ffffff&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=20&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 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;
	left: 0;
	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; top: 0; left: 0; 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: Verdana,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: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #e0e0e0; background: #ffffff url("/img/gfx/libraries/jquery.ui/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #e0e0e0; background: #e0e0e0 url("/img/gfx/libraries/jquery.ui/ui-bg_highlight-soft_75_e0e0e0_1x100.png") 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #ffffff; background: #ffffff url("/img/gfx/libraries/jquery.ui/ui-bg_glass_75_ffffff_1x400.png") 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; 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 #afdefc; background: #afdefc url("/img/gfx/libraries/jquery.ui/ui-bg_glass_75_afdefc_1x400.png") 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url("/img/gfx/libraries/jquery.ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #157dc0; background: #157dc0 url("/img/gfx/libraries/jquery.ui/ui-bg_glass_55_157dc0_1x400.png") 50% 50% repeat-x; color: #ffffff; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #ffffff; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url("/img/gfx/libraries/jquery.ui/ui-bg_glass_95_fef1ec_1x400.png") 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("/img/gfx/libraries/jquery.ui/ui-icons_222222_256x240.png"); }
.ui-widget-content .ui-icon {background-image: url("/img/gfx/libraries/jquery.ui/ui-icons_222222_256x240.png"); }
.ui-widget-header .ui-icon {background-image: url("/img/gfx/libraries/jquery.ui/ui-icons_222222_256x240.png"); }
.ui-state-default .ui-icon { background-image: url("/img/gfx/libraries/jquery.ui/ui-icons_888888_256x240.png"); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url("/img/gfx/libraries/jquery.ui/ui-icons_454545_256x240.png"); }
.ui-state-active .ui-icon {background-image: url("/img/gfx/libraries/jquery.ui/ui-icons_454545_256x240.png"); }
.ui-state-highlight .ui-icon {background-image: url("/img/gfx/libraries/jquery.ui/ui-icons_2e83ff_256x240.png"); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url("/img/gfx/libraries/jquery.ui/ui-icons_cd0a0a_256x240.png"); }

/* 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: 7px; -webkit-border-top-left-radius: 7px; -khtml-border-top-left-radius: 7px; border-top-left-radius: 7px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 7px; -webkit-border-top-right-radius: 7px; -khtml-border-top-right-radius: 7px; border-top-right-radius: 7px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 7px; -webkit-border-bottom-left-radius: 7px; -khtml-border-bottom-left-radius: 7px; border-bottom-left-radius: 7px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 7px; -webkit-border-bottom-right-radius: 7px; -khtml-border-bottom-right-radius: 7px; border-bottom-right-radius: 7px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url("/img/gfx/libraries/jquery.ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url("/img/gfx/libraries/jquery.ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x; opacity: .2;filter:Alpha(Opacity=20); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }

@font-face {
  font-family: open_sanslight;
  src: url(/img/fonts/opensans-light-webfont.eot);
  src: url(/img/fonts/opensans-light-webfont.eot?#iefix) format("embedded-opentype"), url(/img/fonts/opensans-light-webfont.woff) format("woff"), url(/img/fonts/opensans-light-webfont.ttf) format("truetype"), url(/img/fonts/opensans-light-webfont.svg#open_sanslight) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: open_sanssemibold;
  src: url(/img/fonts/opensans-semibold-webfont.eot);
  src: url(/img/fonts/opensans-semibold-webfont.eot?#iefix) format("embedded-opentype"), url(/img/fonts/opensans-semibold-webfont.woff) format("woff"), url(/img/fonts/opensans-semibold-webfont.ttf) format("truetype"), url(/img/fonts/opensans-semibold-webfont.svg#open_sanssemibold) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: open_sansregular;
  src: url(/img/fonts/opensans-regular-webfont.eot);
  src: url(/img/fonts/opensans-regular-webfont.eot?#iefix) format("embedded-opentype"), url(/img/fonts/opensans-regular-webfont.woff) format("woff"), url(/img/fonts/opensans-regular-webfont.ttf) format("truetype"), url(/img/fonts/opensans-regular-webfont.svg#OpenSansRegular) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: open_sansbold;
  src: url(/img/fonts/opensans-bold-webfont.eot);
  src: url(/img/fonts/opensans-bold-webfont.eot?#iefix) format("embedded-opentype"), url(/img/fonts/opensans-bold-webfont.woff) format("woff"), url(/img/fonts/opensans-bold-webfont.ttf) format("truetype"), url(/img/fonts/opensans-bold-webfont.svg#open_sansbold) format("svg");
  font-weight: 400;
  font-style: normal; }

.lt-container {
  max-width: 980px;
  width: 100%;
  text-align: left;
  margin: 0 auto;
  position: relative; }

.textToLine {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=submit], input[type=reset] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, :after, :before {
    background: 0 0 !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  img, tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  h2, h3, p {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td, .table th {
    background-color: #fff !important; }
  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/img/fonts/glyphicons-halflings-regular.eot);
  src: url(/img/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/img/fonts/glyphicons-halflings-regular.woff) format("woff"), url(/img/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(/img/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-eur:before, .glyphicon-euro:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #fff;
  text-decoration: none; }

a:focus, a:hover {
  color: #d9d9d9;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777; }

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
  font-size: 65%; }

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-size: 75%; }

.h1, h1 {
  font-size: 36px; }

.h2, h2 {
  font-size: 30px; }

.h3, h3 {
  font-size: 24px; }

.h4, h4 {
  font-size: 18px; }

.h5, h5 {
  font-size: 14px; }

.h6, h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }

.small, small {
  font-size: 85%; }

.mark, mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff;
  background-color: #337ab7; }

a.bg-primary:hover {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee; }

ol, ul {
  margin-top: 0;
  margin-bottom: 10px; }

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dd, dt {
  line-height: 1.42857143; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

@media (min-width: 992px) {
  .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; } }

abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
  margin-bottom: 0; }

blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777; }

blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right; }

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
  content: ''; }

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
  content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 768px) {
  .container {
    width: 768px; } }

@media (min-width: 992px) {
  .container {
    width: 980px; } }

@media (min-width: 1200px) {
  .container {
    width: 1200px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }

.row {
  margin-left: 0;
  margin-right: 0; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0; }

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #fff; }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column; }

table td[class*=col-], table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell; }

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
  background-color: #f5f5f5; }

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8; }

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
  background-color: #dff0d8; }

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6; }

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
  background-color: #d9edf7; }

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3; }

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
  background-color: #fcf8e3; }

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc; }

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
  background-color: #f2dede; }

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: .01%; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal; }

input[type=file] {
  display: block; }

input[type=range] {
  display: block;
  width: 100%; }

select[multiple], select[size] {
  height: auto; }

input[type=checkbox]:focus, input[type=radio]:focus, input[type=file]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-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: -webkit-border-color ease-in-out .15s -webkit-box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control input::-webkit-input-placeholder {
  color: #ccc; }

.form-control input:-moz-placeholder {
  color: #ccc; }

.form-control textarea::-webkit-input-placeholder {
  color: #ccc; }

.form-control textarea:-moz-placeholder {
  color: #ccc; }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #999; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1; }

textarea.form-control {
  height: auto; }

input[type=search] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
    line-height: 34px; }
  input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
    line-height: 30px; }
  input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer; }

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px\9; }

.checkbox + .checkbox, .radio + .radio {
  margin-top: -5px; }

.checkbox-inline, .radio-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer; }

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px; }

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
  cursor: not-allowed; }

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
  cursor: not-allowed; }

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0; }

.form-group-sm .form-control, .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.form-group-sm .form-control, select.input-sm {
  height: 30px;
  line-height: 30px; }

select[multiple].form-group-sm .form-control, select[multiple].input-sm, textarea.form-group-sm .form-control, textarea.input-sm {
  height: auto; }

.form-group-lg .form-control, .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.form-group-lg .form-control, select.input-lg {
  height: 46px;
  line-height: 46px; }

select[multiple].form-group-lg .form-control, select[multiple].input-lg, textarea.form-group-lg .form-control, textarea.input-lg {
  height: auto; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0; }
  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .checkbox, .form-horizontal .radio {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 0; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn.focus, .btn:focus, .btn:hover {
  color: #333;
  text-decoration: none; }

.btn.active, .btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  -webkit-opacity: .65;
  -moz-opacity: .65;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  color: #fff;
  font-weight: 400;
  border-radius: 0; }

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  border-color: transparent; }

.btn-link:focus, .btn-link:hover {
  color: #d9d9d9;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none; }

.btn-group-lg > .btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-group-sm > .btn, .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-group-xs > .btn, .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type=submit].btn-block, input[type=button].btn-block, input[type=reset].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.fade.in {
  opacity: 1; }

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

.collapse.in {
  display: block;
  visibility: visible; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height,visibility;
  transition-property: height,visibility;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.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;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  color: #777; }

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  float: left; }

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 2; }

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }

.btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left; }

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%; }

.btn-group-justified > .btn-group .btn {
  width: 100%; }

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px; }

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
  height: auto; }

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px; }

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
  height: auto; }

.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell; }

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px; }

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  margin-top: 0; }

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }

.input-group-btn > .btn + .btn {
  margin-left: -1px; }

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  z-index: 2; }

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee; }

.nav > li.disabled > a {
  color: #777; }

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #eee;
  border-color: #fff; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff; } }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none;
  visibility: hidden; }

.tab-content > .active {
  display: block;
  visibility: visible; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 992px) {
  .navbar {
    border-radius: 4px; } }

@media (min-width: 992px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 0;
  padding-left: 0;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0; } }

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 200px; } }

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin-right: 0;
  margin-left: 0; }

@media (min-width: 992px) {
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0; } }

.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 992px) {
  .navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 0;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

@media (min-width: 992px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggle:focus {
  outline: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 992px) {
  .navbar-toggle {
    display: none; } }

.navbar-nav {
  margin: 7.5px 0; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none; } }

@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }

.navbar-form {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-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);
  margin-top: 8px;
  margin-bottom: 8px; }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .navbar-form .form-control-static {
    display: inline-block; }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto; }
  .navbar-form .input-group > .form-control {
    width: 100%; }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .checkbox label, .navbar-form .radio label {
    padding-left: 0; }
  .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }
  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }

@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 992px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: 0; }
  .navbar-right ~ .navbar-right {
    margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777; }

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #fff; }

.navbar-default .navbar-nav > li > a {
  color: #777; }

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #ddd; }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background-color: #e7e7e7;
  color: #555; }

@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent; } }

.navbar-default .navbar-link {
  color: #777; }

.navbar-default .navbar-link:hover {
  color: #333; }

.navbar-default .btn-link {
  color: #777; }

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
  color: #333; }

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333; }

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #080808;
  color: #fff; }

@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent; } }

.navbar-inverse .navbar-link {
  color: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
  color: #fff; }

.navbar-inverse .btn-link {
  color: #9d9d9d; }

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
  color: #fff; }

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li + li:before {
  content: ">\00a0";
  padding: 0 5px;
  color: #ccc; }

.breadcrumb > .active {
  color: #777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #fff;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  color: #d9d9d9;
  background-color: #eee;
  border-color: #ddd; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default; }

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed; }

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }

.pager li {
  display: inline; }

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee; }

.pager .next > a, .pager .next > span {
  float: right; }

.pager .previous > a, .pager .previous > span {
  float: left; }

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  background-color: #fff;
  cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

.label-default {
  background-color: #777; }

.label-default[href]:focus, .label-default[href]:hover {
  background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }

.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #286090; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:focus, .label-success[href]:hover {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:focus, .label-info[href]:hover {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-xs .badge {
  top: 0;
  padding: 1px 5px; }

a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #fff;
  background-color: #fff; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee; }

.jumbotron .h1, .jumbotron h1 {
  color: inherit; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

.jumbotron > hr {
  border-top-color: #d5d5d5; }

.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0; }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px; }
  .jumbotron .h1, .jumbotron h1 {
    font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out; }

.thumbnail a > img, .thumbnail > img {
  margin-left: auto;
  margin-right: auto; }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #fff; }

.thumbnail .caption {
  padding: 9px;
  color: #333; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: 700; }

.alert > p, .alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable, .alert-dismissible {
  padding-right: 35px; }

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 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: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-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-transition: width .6s ease;
  transition: width .6s ease; }

.progress-bar-striped, .progress-striped .progress-bar {
  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);
  background-size: 40px 40px; }

.progress-bar.active, .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  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-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  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-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  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-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  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); }

.media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media-right, .media > .pull-right {
  padding-left: 10px; }

.media-left, .media > .pull-left {
  padding-right: 10px; }

.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

a.list-group-item {
  color: #555; }

a.list-group-item .list-group-item-heading {
  color: #333; }

a.list-group-item:focus, a.list-group-item:hover {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5; }

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  background-color: #eee;
  color: #777;
  cursor: not-allowed; }

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit; }

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #777; }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
  color: inherit; }

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:focus, a.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6; }

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:focus, a.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:focus, a.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:focus, a.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc; }

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0; }

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
  padding-left: 15px;
  padding-right: 15px; }

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0; }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0; }

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0; }

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-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-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  -webkit-opacity: .2;
  -moz-opacity: .2;
  opacity: .2;
  filter: alpha(opacity=20); }

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  opacity: .5;
  filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000; }

.modal-backdrop.fade {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  -webkit-opacity: .5;
  -moz-opacity: .5;
  opacity: .5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.43px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.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; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0); }

.tooltip.in {
  -webkit-opacity: .9;
  -moz-opacity: .9;
  opacity: .9;
  filter: alpha(opacity=90); }

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  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: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }

.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;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25); }

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; }
  .carousel-inner > .item.active.right, .carousel-inner > .item.next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0; }
  .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0; }
  .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0; } }

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }

.carousel-control:focus, .carousel-control:hover {
  outline: 0;
  color: #fff;
  text-decoration: none;
  -webkit-opacity: .9;
  -moz-opacity: .9;
  opacity: .9;
  filter: alpha(opacity=90); }

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block; }

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px; }

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-next, .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000\9;
  background-color: transparent; }

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both; }

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

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

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important; }

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  td.visible-xs, th.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  td.visible-sm, th.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  td.visible-md, th.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  td.visible-lg, th.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

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

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  td.visible-print, th.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

@font-face {
  font-family: 'Shopero icoSet';
  src: url(/img/fonts/shopero_icoset.eot?version=1.3);
  src: url(/img/fonts/shopero_icoset.eot?version=1.3#iefix) format("embedded-opentype"), url(/img/fonts/shopero_icoset.woff?version=1.3) format("woff"), url(/img/fonts/shopero_icoset.ttf?version=1.3) format("truetype"), url(/img/fonts/shopero_icoset.svg?version=1.3#glyphicons-halflingsregular) format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Shopero icoSet';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon:empty {
  width: 1em; }

.glyphicon-shopping-cart:before {
  content: "\e616"; }

.glyphicon-plus:before {
  content: "\e61b"; }

.glyphicon-minus:before {
  content: "\e61c"; }

.glyphicon-chevron-left:before {
  content: "\e62e"; }

.glyphicon-chevron-right:before {
  content: "\e62d"; }

.glyphicon-search:before {
  content: "\e615"; }

.glyphicon-ok-sign:before {
  content: "\e621"; }

.glyphicon-plus-sign:before {
  content: "\e621"; }

.glyphicon-minus-sign:before {
  content: "\e622"; }

.glyphicon-question-sign:before {
  content: "\e624"; }

.glyphicon-info-sign:before {
  content: "\e623"; }

.glyphicon-arrow-left:before {
  content: "\e628"; }

.glyphicon-arrow-right:before {
  content: "\e62a"; }

.glyphicon-arrow-up:before {
  content: "\e62b"; }

.glyphicon-arrow-down:before {
  content: "\e629"; }

.glyphicon-remove:before {
  content: "\e631"; }

.glyphicon-facebook:before {
  content: "\e614"; }

.glyphicon-twitter:before {
  content: "\e613"; }

.glyphicon-gplus:before {
  content: "\e611"; }

.glyphicon-youtube:before {
  content: "\e612"; }

.glyphicon-pinterest:before {
  content: "\e610"; }

.glyphicon-earphone:before {
  content: "\e633"; }

.glyphicon-credit-card:before {
  content: "\e62c"; }

.glyphicon-exclamation-sign:before {
  content: "\e622"; }

.glyphicon-envelope:before {
  content: "\e632"; }

.glyphicon-triangle-top:before {
  content: "\e635"; }

.glyphicon-triangle-bottom:before {
  content: "\e634"; }

.glyphicon-print:before {
  content: "\e617"; }

.glyphicon-toggleMenu:before {
  content: "\e630"; }

.glyphicon-repeat:before {
  content: "\e636"; }

.glyphicon-user {
  font-family: 'Shopero icoSet'; }

.glyphicon-user:before {
  content: "\e625"; }

.glyphicon-userCheck {
  font-family: 'Shopero icoSet'; }

.glyphicon-userCheck:before {
  content: "\e639"; }

.glyphicon-home:before {
  content: "\e605"; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-euro:before {
  content: "\20ac"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

@font-face {
  font-family: icomoon;
  src: url(/img/fonts/icomoon.eot?-d7x45);
  src: url(/img/fonts/icomoon.eot?#iefix-d7x45) format("embedded-opentype"), url(/img/fonts/icomoon.woff?-d7x45) format("woff"), url(/img/fonts/icomoon.ttf?-d7x45) format("truetype"), url(/img/fonts/icomoon.svg?-d7x45#icomoon) format("svg");
  font-weight: 400;
  font-style: normal; }

[class*=" icon-"], [class^=icon-] {
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-menu_close:before {
  content: "\e61f"; }

.icon-menu:before {
  content: "\e620"; }

.icon-flag:before {
  content: "\e621"; }

.icon-ppa_bigagme:before {
  content: "\e61c"; }

.icon-tip_ring:before {
  content: "\e60d"; }

.icon-food_only:before {
  content: "\e60e"; }

.icon-indoor_only:before {
  content: "\e60f"; }

.icon-light_only:before {
  content: "\e610"; }

.icon-outdoor_only:before {
  content: "\e611"; }

.icon-shower_only:before {
  content: "\e612"; }

.icon-wc_only:before {
  content: "\e613"; }

.icon-wifi_only:before {
  content: "\e614"; }

.icon-food_inRing:before {
  content: "\e615"; }

.icon-indoor_inRing:before {
  content: "\e616"; }

.icon-light_inRing:before {
  content: "\e617"; }

.icon-outdoor_inRing:before {
  content: "\e618"; }

.icon-shower_inRing:before {
  content: "\e619"; }

.icon-wc_inRing:before {
  content: "\e61a"; }

.icon-wifi_inRing:before {
  content: "\e61b"; }

.icon-target:before {
  content: "\e27a"; }

.icon-google-plus:before {
  content: "\e496"; }

.icon-hrac:before {
  content: "\e600"; }

.icon-plocha:before {
  content: "\e601"; }

.icon-sipka_posun_left:before {
  content: "\e602"; }

.icon-sipka_posun_right:before {
  content: "\e603"; }

.icon-sipka_posun_left2:before {
  content: "\e61d"; }

.icon-sipka_posun_right2:before {
  content: "\e61e"; }

.icon-google-plus2:before {
  content: "\e497"; }

.icon-shopero_facebook:before {
  content: "\e604"; }

.icon-shopero_twitter:before {
  content: "\e605"; }

.icon-shopero_twitter2:before {
  content: "\e606"; }

.icon-shopero_youtube:before {
  content: "\e607"; }

.icon-search:before {
  content: "\e1ba"; }

.icon-cross:before {
  content: "\e36b"; }

.icon-checkmark:before {
  content: "\e370"; }

.icon-play:before {
  content: "\e385"; }

.icon-splash_mail:before {
  content: "\e608"; }

.icon-splash_otaznik:before {
  content: "\e609"; }

.icon-splash_telefon:before {
  content: "\e60a"; }

.icon-sipka_dvojita:before {
  content: "\e60b"; }

.icon-sipka_nadpisova:before {
  content: "\e60c"; }

.icon-ppa_logo:before {
  content: "\e60d"; }

:active, :focus {
  outline: 0 !important; }

html.touch * {
  pointer-events: navigation-only !important; }

@font-face {
  font-family: roboto_condensedregular;
  src: url(/img/fonts/robotocondensed-regular-webfont.eot);
  src: url(/img/fonts/robotocondensed-regular-webfont.eot?#iefix) format("embedded-opentype"), url(/img/fonts/robotocondensed-regular-webfont.woff2) format("woff2"), url(/img/fonts/robotocondensed-regular-webfont.woff) format("woff"), url(/img/fonts/robotocondensed-regular-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: roboto_condensedbold;
  src: url(/img/fonts/robotocondensed-bold-webfont.eot);
  src: url(/img/fonts/robotocondensed-bold-webfont.eot?#iefix) format("embedded-opentype"), url(/img/fonts/robotocondensed-bold-webfont.woff2) format("woff2"), url(/img/fonts/robotocondensed-bold-webfont.woff) format("woff"), url(/img/fonts/robotocondensed-bold-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: roboto_condenseditalic;
  src: url(/img/fonts/robotocondensed-italic-webfont.eot);
  src: url(/img/fonts/robotocondensed-italic-webfont.eot?#iefix) format("embedded-opentype"), url(/img/fonts/robotocondensed-italic-webfont.woff2) format("woff2"), url(/img/fonts/robotocondensed-italic-webfont.woff) format("woff"), url(/img/fonts/robotocondensed-italic-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: robotoregular;
  src: url(/img/fonts/roboto-regular-webfont.eot);
  src: url(/img/fonts/roboto-regular-webfont.eot?#iefix) format("embedded-opentype"), url(/img/fonts/roboto-regular-webfont.woff2) format("woff2"), url(/img/fonts/roboto-regular-webfont.woff) format("woff"), url(/img/fonts/roboto-regular-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: robotoitalic;
  src: url(/img/fonts/roboto-italic-webfont.eot);
  src: url(/img/fonts/roboto-italic-webfont.eot?#iefix) format("embedded-opentype"), url(/img/fonts/roboto-italic-webfont.woff2) format("woff2"), url(/img/fonts/roboto-italic-webfont.woff) format("woff"), url(/img/fonts/roboto-italic-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: robotobold;
  src: url(/img/fonts/roboto-bold-webfont.eot);
  src: url(/img/fonts/roboto-bold-webfont.eot?#iefix) format("embedded-opentype"), url(/img/fonts/roboto-bold-webfont.woff2) format("woff2"), url(/img/fonts/roboto-bold-webfont.woff) format("woff"), url(/img/fonts/roboto-bold-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

body {
  background: transparent url(/img/gfx/layouts/textura_cerna_1.jpg) repeat 0 0;
  overflow-x: hidden; }

.fontRegular {
  font-family: robotoregular,Verdana,Geneva,sans-serif;
  font-weight: 400; }

.fontCondensed {
  font-family: roboto_condensedregular,Verdana,Geneva,sans-serif; }

.fontCondensedBold {
  font-family: roboto_condensedbold,Verdana,Geneva,sans-serif; }

.fontBold {
  font-weight: 400;
  font-family: robotobold,Verdana,Geneva,sans-serif; }

* {
  font-family: robotoregular,Verdana,Geneva,sans-serif; }

strong {
  font-weight: 400;
  font-family: roboto_condensedbold,Verdana,Geneva,sans-serif; }

a {
  font-family: robotoregular,Verdana,Geneva,sans-serif; }

.btn, h1, h2, h3, h4, h5, label {
  font-weight: 400;
  font-family: roboto_condensedregular,Verdana,Geneva,sans-serif; }

.lt-graphics-a {
  background: url(/img/gfx/layouts/background-header.jpg) no-repeat top center;
  background-size: cover;
  -webkit-box-shadow: inset 0 -80px 80px -40px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 -80px 80px -40px rgba(0, 0, 0, 0.75); }

.lt-header {
  position: relative; }

.lt-header .languages {
  margin: 0;
  padding: 37px 0 0 0; }

.lt-header .languages li {
  float: left;
  list-style-type: none;
  border-left: 2px solid #d1d3d4;
  padding: 0;
  margin: 0;
  line-height: 100%; }

.lt-header .languages li:first-child {
  border-left: none; }

.lt-header .languages li a {
  color: #d1d3d4;
  padding: 16px 16px;
  display: block;
  font-size: 1.25em; }

.lt-header .logo {
  position: absolute;
  left: 50%;
  top: 20px;
  margin: 0;
  padding: 0;
  margin-left: -143px; }

.lt-header .logo a {
  color: #facb2e; }

.lt-header .logo a .icon-ppa_logo {
  line-height: 130px;
  font-size: 300px; }

.lt-header .logo a:hover {
  text-decoration: none; }

.lt-header .resevation {
  float: right;
  display: block;
  background: #facb2e;
  position: relative;
  padding: 15px 35px 15px 10px;
  color: #000;
  margin: 25px 0 0 0;
  font-size: 1.375em;
  line-height: 100%; }

.lt-header .resevation .arrow {
  display: block;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
  font-size: 1.5em; }

.lt-header .resevation .title {
  display: block;
  float: left;
  margin: 7px 0 0 0; }

.lt-header .info {
  float: right;
  display: block;
  color: #d1d3d4;
  text-align: right;
  border-right: 2px solid #d1d3d4;
  padding-right: 25px;
  margin: 37px 20px 0 0; }

.lt-header .info span {
  display: block; }

.lt-header .info span.phone {
  font-family: roboto_condensedregular,Verdana,Geneva,sans-serif;
  font-size: 1.25em; }

.lt-header .info span.openTime {
  font-size: 1em; }

.lt-header .navbar-default {
  margin: 42px 0 0 0;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  border-bottom: 1px solid #373537;
  overflow: none !important;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box; }

.lt-header .navbar-default .navbar-nav {
  font-size: 1.25em;
  line-height: 100%;
  border: none;
  background: 0 0;
  display: table;
  width: 100%; }

.lt-header .navbar-default .navbar-nav li {
  padding: 0;
  margin: 0;
  display: table-cell;
  text-align: center;
  float: none; }

.lt-header .navbar-default .navbar-nav li a {
  padding: 17px 25px;
  color: #fff; }

.lt-header .navbar-default .navbar-nav li a:hover {
  color: #facb2e; }

.lt-header .navbar-default .navbar-nav li.active {
  background: 0 0; }

.lt-header .navbar-default .navbar-nav li.active a {
  background: 0 0;
  color: #facb2e;
  text-decoration: underline; }

.lt-footer .newsletter-socials {
  border-bottom: 1px solid #434042;
  display: table;
  width: 100%; }

.lt-footer .newsletter-socials h3 {
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 100%;
  padding: 40px 0 30px 0;
  font-weight: 400; }

.lt-footer .newsletter-socials .newsletter {
  -webkit-box-shadow: inset 0 10px 10px -5px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 10px 10px -5px rgba(0, 0, 0, 0.75);
  display: table-cell;
  background: rgba(0, 0, 0, 0.5);
  width: 50%;
  text-align: center; }

.lt-footer .newsletter-socials .newsletter .result {
  background: green;
  color: #fff;
  padding: 2px 10px;
  display: inline-block; }

.lt-footer .newsletter-socials .newsletter .form-invalid-errors {
  background: red;
  color: #fff;
  display: inline-block;
  padding: 2px 10px; }

.lt-footer .newsletter-socials .newsletter .newsletter-box {
  max-width: 600px;
  margin: 0 auto;
  text-align: center; }

.lt-footer .newsletter-socials .newsletter .newsletter-box .fields {
  background: rgba(46, 44, 45, 0.5);
  padding: 20px;
  display: inline-block;
  margin: 0; }

.lt-footer .newsletter-socials .newsletter .newsletter-box input[type=text] {
  height: 42px;
  width: 350px;
  margin-right: 10px;
  padding-left: 10px;
  display: block;
  float: left;
  border: 1px solid #434042;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.75); }

.lt-footer .newsletter-socials .newsletter .newsletter-box input[type=submit] {
  text-transform: uppercase;
  background: 0 0;
  color: #fff;
  padding: 12px 22px;
  font-size: 1em;
  border: 2px solid #fff;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 100%;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  text-decoration: none;
  font-family: roboto_condensedregular,Verdana,Geneva,sans-serif; }

.lt-footer .newsletter-socials .newsletter .newsletter-box input[type=submit]:hover {
  background: #fff;
  color: #232223;
  text-decoration: none; }

.lt-footer .newsletter-socials .socials {
  -webkit-box-shadow: inset 0 10px 10px -5px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 10px 10px -5px rgba(0, 0, 0, 0.75);
  background: rgba(18, 18, 18, 0.5);
  display: table-cell;
  width: 50%;
  text-align: center; }

.lt-footer .newsletter-socials .socials ul {
  display: inline-block;
  margin: 0 auto;
  padding: 0 0 50px 0; }

.lt-footer .newsletter-socials .socials ul li {
  display: inline-block;
  font-size: 50px;
  list-style-type: none;
  text-align: center;
  padding: 0 14px 0 14px; }

.lt-footer .newsletter-socials .socials ul li a {
  text-decoration: none; }

.lt-footer .newsletter-socials .socials ul li a .social-bc {
  position: relative;
  display: block; }

.lt-footer .newsletter-socials .socials ul li a .social-bc .bc {
  background: #fff;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 1px;
  left: 1px; }

.lt-footer .newsletter-socials .socials ul li a .glyphicon {
  text-decoration: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: hidden;
  top: 0;
  display: block; }

.lt-footer .newsletter-socials .socials ul li a .glyphicon.glyphicon-facebook {
  color: #5f8fb8; }

.lt-footer .newsletter-socials .socials ul li a .glyphicon.glyphicon-gplus {
  color: #dc7c6e; }

.lt-footer .newsletter-socials .socials ul li a .glyphicon.glyphicon-twitter {
  color: #2fa3c9; }

.lt-footer .newsletter-socials .socials ul li a .glyphicon.glyphicon-youtube {
  color: #e04f55; }

.lt-footer .newsletter-socials .socials ul li a .glyphicon.glyphicon-pinterest {
  color: #a7a086; }

.lt-footer .newsletter-socials .socials ul li a:hover {
  text-decoration: none; }

.lt-footer .newsletter-socials .socials ul li a:hover .glyphicon {
  text-decoration: none; }

.lt-footer .newsletter-socials .socials ul li a:hover .glyphicon.glyphicon-facebook {
  color: #3F6C92; }

.lt-footer .newsletter-socials .socials ul li a:hover .glyphicon.glyphicon-gplus {
  color: #BE594B; }

.lt-footer .newsletter-socials .socials ul li a:hover .glyphicon.glyphicon-twitter {
  color: #2181A0; }

.lt-footer .newsletter-socials .socials ul li a:hover .glyphicon.glyphicon-youtube {
  color: #B8373C; }

.lt-footer .newsletter-socials .socials ul li a:hover .glyphicon.glyphicon-pinterest {
  color: #666255; }

.lt-footer .support {
  padding: 45px 0 35px 0;
  color: #facb2e; }

.lt-footer .support a {
  color: #facb2e; }

.lt-footer .support .info {
  text-align: right;
  float: left; }

.lt-footer .support .info .icon-splash_telefon {
  float: right;
  margin: 0 0 0 5px; }

.lt-footer .support .info span.desc {
  float: left;
  padding: 10px 0 0 0; }

.lt-footer .support .info span.desc span {
  white-space: nowrap;
  display: block; }

.lt-footer .support .info span.desc span.phone {
  font-size: 1.25em; }

.lt-footer .support .mailer {
  float: right; }

.lt-footer .support .mailer .mail {
  float: right;
  display: block;
  padding: 10px 0 0 0;
  font-size: 1.25em; }

.lt-footer .support .mailer:hover .mail {
  text-decoration: underline; }

.lt-footer .support span.icon-splash_telefon {
  font-size: 100px;
  line-height: 96px;
  vertical-align: middle; }

.lt-footer .support span.icon-splash_mail {
  font-size: 100px;
  line-height: 96px;
  vertical-align: middle;
  float: left;
  margin: -5px 5px 0 0; }

.lt-footer .support span.icon-ppa_logo {
  font-size: 300px;
  line-height: 120px;
  vertical-align: middle; }

.lt-footer .support .logo {
  text-decoration: none; }

.lt-footer .support .logo:hover {
  text-decoration: none; }

.lt-footer .links {
  text-align: center; }

.lt-footer .links ul {
  margin: 0 auto;
  display: inline-block;
  padding: 0 0 30px 0; }

.lt-footer .links ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  line-height: 100%;
  border-left: 1px solid #d1d3d4; }

.lt-footer .links ul li a {
  color: #d1d3d4;
  text-decoration: underline; }

.lt-footer .links ul li a:hover {
  text-decoration: none; }

.lt-footer .links ul li:first-child {
  border-left: none; }

.lt-footer .copyright {
  position: relative;
  border-top: 1px solid #434042;
  font-size: .9375em;
  color: #d1d3d4;
  padding: 15px 0 150px 0; }

.lt-footer .copyright p {
  margin: 0;
  padding: 0;
  line-height: 100%; }

.lt-footer .copyright a {
  color: #d1d3d4; }

.lt-footer .dpl-league {
  width: 100%;
  position: absolute;
  top: 15px;
  left: 0;
  text-align: center; }

.lt-homepage h2 {
  text-align: center;
  font-size: 1.875em;
  color: #fff;
  margin: 0;
  padding: 30px 0; }

.lt-homepage h3 {
  text-align: center;
  font-size: 1.875em;
  color: #fff;
  margin: 0;
  padding: 30px 0; }

.lt-homepage .home-tips img {
  border: 1px solid #3c3a3d; }

.lt-homepage .home-tips .home-slider .item {
  position: relative;
  cursor: pointer; }

.lt-homepage .home-tips .home-slider .item img {
  -webkit-transition: .3s;
  transition: .3s; }

.lt-homepage .home-tips .home-slider .item .desc {
  position: absolute;
  text-align: center;
  width: 36%;
  height: 84%;
  top: 8%;
  left: 5%;
  background: url(/img/gfx/layouts/textura_zluta_2.jpg) repeat 0 0;
  -webkit-transition: .3s;
  transition: .3s; }

.lt-homepage .home-tips .home-slider .item .desc h3 {
  color: #040404;
  padding: 44px 10px 0 10px;
  margin: 0;
  height: 54%;
  font-size: 2.625em;
  position: relative; }

.lt-homepage .home-tips .home-slider .item .desc h3:before {
  width: 30%;
  content: '';
  height: 2px;
  background: #282828;
  left: 35%;
  bottom: 0;
  position: absolute; }

.lt-homepage .home-tips .home-slider .item .desc p {
  color: #040404;
  padding: 15px 10px 10px 10px;
  text-align: center;
  height: 26%;
  font-size: 1em; }

.lt-homepage .home-tips .home-slider .item .desc a {
  text-transform: uppercase;
  background: 0 0;
  color: #040404;
  padding: 14px 25px;
  font-size: 1.125em;
  border: 2px solid #040404;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 100%;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  text-decoration: none;
  font-family: roboto_condensedregular,Verdana,Geneva,sans-serif; }

.lt-homepage .home-tips .home-slider .item .desc a:hover {
  background: #040404;
  color: #eac338;
  text-decoration: none; }

.lt-homepage .home-tips .home-slider .item.hover {
  -webkit-transition: .3s;
  transition: .3s; }

.lt-homepage .home-tips .home-slider .item.hover a {
  background: #040404;
  border-color: #040404;
  color: #eac338; }

.lt-homepage .home-tips .home-slider .item.hover .desc {
  -webkit-filter: brightness(80%);
  -moz-filter: brightness(80%);
  -ms-filter: brightness(80%);
  -o-filter: brightness(80%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: brightness(80%);
  filter: brightness(80%); }

.lt-homepage .home-tips .home-slider .item.hover img {
  -webkit-filter: brightness(80%);
  -moz-filter: brightness(80%);
  -ms-filter: brightness(80%);
  -o-filter: brightness(80%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: brightness(80%);
  filter: brightness(80%); }

.lt-homepage .home-tips .column-left {
  float: left;
  width: 69.5%; }

.lt-homepage .home-tips .column-right {
  float: right;
  width: 30.5%;
  padding-left: 12px; }

.lt-homepage .home-tips .column-right a {
  display: block;
  margin: 0 0 12px 0;
  -webkit-transition: .3s;
  transition: .3s; }

.lt-homepage .home-tips .column-right a img {
  -webkit-transition: .3s;
  transition: .3s; }

.lt-homepage .home-tips .column-right a.hover img, .lt-homepage .home-tips .column-right a:hover img {
  -webkit-filter: brightness(80%);
  -moz-filter: brightness(80%);
  -ms-filter: brightness(80%);
  -o-filter: brightness(80%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: brightness(80%);
  filter: brightness(80%); }

.lt-homepage .home-tips .column-right a.all {
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #d1d3d4;
  line-height: 45px;
  text-align: center;
  font-size: 1.25em;
  border: 1px solid #464447;
  -webkit-transition: .3s;
  transition: .3s; }

.lt-homepage .home-tips .column-right a.all .icon-sipka_dvojita {
  margin-right: 15px; }

.lt-homepage .home-tips .column-right a.all:active, .lt-homepage .home-tips .column-right a.all:focus, .lt-homepage .home-tips .column-right a.all:hover {
  text-decoration: none; }

.lt-homepage .home-tips .column-right a.all:hover {
  background: rgba(0, 0, 0, 0.7); }

.lt-homepage .more-faq h3 {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 1.875em;
  font-family: robotoregular,Verdana,Geneva,sans-serif;
  font-weight: 400; }

.lt-homepage .more-faq a {
  display: inline-block;
  margin: 0; }

.lt-homepage .more-faq a .icon-sipka_nadpisova {
  font-size: 3em;
  line-height: 25px; }

.lt-homepage .more-faq a:hover {
  text-decoration: none; }

.lt-homepage .home-router {
  border-top: 1px solid #474447;
  background: url(/img/gfx/layouts/textura_maskovana.jpg) repeat 0 0;
  background-attachment: fixed; }

.lt-homepage .home-router .item {
  position: relative;
  text-align: center;
  padding: 50px 25px 50px 25px;
  overflow: hidden;
  -webkit-transition: .5s;
  transition: .5s; }

.lt-homepage .home-router .item p {
  color: #fff;
  font-size: 1.5em;
  min-height: 140px;
  padding: 30px 0 0 0;
  position: relative; }

.lt-homepage .home-router .item .ico {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  position: relative;
  color: #fff;
  -webkit-transition: 0s;
  transition: 0s; }

.lt-homepage .home-router .item .ico .border {
  position: absolute;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0; }

.lt-homepage .home-router .item .ico .char {
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  font-size: 1.875em;
  display: block;
  width: 100%;
  height: 100%;
  position: absoltue;
  top: 0;
  left: 0; }

.lt-homepage .home-router .item a {
  text-transform: uppercase;
  background: 0 0;
  color: #facb2e;
  padding: 12px 30px;
  font-size: 1.125em;
  border: 2px solid #facb2e;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 100%;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  text-decoration: none;
  font-family: roboto_condensedregular,Verdana,Geneva,sans-serif;
  position: relative; }

.lt-homepage .home-router .item a:hover {
  background: #facb2e;
  color: #000;
  text-decoration: none; }

.lt-homepage .home-router .item .bc {
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; }

.lt-homepage .home-router .item .bc.bc-1 {
  background: url(/img/gfx/layouts/router-1.jpg) no-repeat 0 0; }

.lt-homepage .home-router .item .bc.bc-2 {
  background: url(/img/gfx/layouts/router-1.jpg) no-repeat 0 0; }

.lt-homepage .home-router .item .bc.bc-3 {
  background: url(/img/gfx/layouts/router-1.jpg) no-repeat 0 0; }

.lt-homepage .home-router .item .bc.bc-4 {
  background: url(/img/gfx/layouts/router-1.jpg) no-repeat 0 0; }

.lt-homepage .home-router .item.hover, .lt-homepage .home-router .item:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3); }

.lt-homepage .home-router .item.hover a, .lt-homepage .home-router .item:hover a {
  background: #facb2e;
  border-color: #facb2e;
  color: #000; }

.lt-homepage .home-router .item.hover .ico .border, .lt-homepage .home-router .item:hover .ico .border {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.lt-homepage .home-router .item.hover .ico .char, .lt-homepage .home-router .item:hover .ico .char {
  -webkit-transform: scale(0.5);
  transform: scale(0.5); }

.lt-homepage .home-info {
  background: url(/img/gfx/layouts/background-info.jpg) no-repeat center center;
  background-size: cover;
  border-top: 1px solid #373537;
  -webkit-box-shadow: inset 0 20px 20px -10px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 20px 20px -10px rgba(0, 0, 0, 0.75); }

.lt-homepage .home-info p {
  color: #f3ede8;
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  display: block;
  font-size: 1.1875em;
  text-align: center;
  padding: 0 20px; }

.lt-homepage .home-info p:before {
  position: absolute;
  content: '';
  bottom: -35px;
  width: 100px;
  margin-left: -50px;
  left: 50%;
  background-color: #f3ede8;
  height: 1px;
  font-size: 1px; }

.lt-homepage .home-info ul {
  margin: 0;
  padding: 40px 70px; }

.lt-homepage .home-info ul li {
  padding: 7px 0; }

.lt-homepage .home-info h3 {
  font-size: 2.8125em;
  padding: 130px 0 0 0;
  margin: 0;
  text-align: center; }

.lt-homepage .home-info h4 {
  font-size: 2.25em;
  padding: 105px 55px 0 55px;
  margin: 0;
  color: #f3ede8; }

.lt-homepage .home-info ul {
  font-size: 1.1875em; }

.lt-homepage .home-info ul li {
  color: #f3ede8; }

.lt-homepage .home-info .bc-1 {
  background: rgba(42, 42, 42, 0.6);
  -webkit-box-shadow: inset 0 20px 20px -10px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 20px 20px -10px rgba(0, 0, 0, 0.35); }

.lt-homepage .home-info .bc-2 {
  background: rgba(23, 19, 21, 0.6); }

.lt-homepage .home-info .bc-3 {
  background: rgba(24, 24, 24, 0.6); }

.lt-homepage .home-info .bc-4 {
  background: #181818; }

.lt-homepage .home-info .bc-5 {
  background: rgba(69, 63, 57, 0.6); }

.lt-homepage .home-info .col-sm-12, .lt-homepage .home-info .col-sm-6 {
  position: relative; }

.lt-homepage .home-info .col-sm-12 .desc, .lt-homepage .home-info .col-sm-6 .desc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-shadow: inset 0 20px 20px -10px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 20px 20px -10px rgba(0, 0, 0, 0.75); }

.lt-homepage .home-info .col-sm-12 {
  min-height: 285px; }

.footer-actions {
  -webkit-box-shadow: inset 0 10px 10px -5px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 10px 10px -5px rgba(0, 0, 0, 0.75); }

.footer-actions h3 {
  text-align: center;
  font-size: 1.875em;
  color: #fff;
  margin: 0;
  padding: 30px 0; }

.footer-actions h4 {
  color: #d1d3d4;
  font-size: 1.25em;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #434042; }

.footer-actions .row {
  margin: 0 35px; }

.footer-actions .nextAction {
  padding-left: 20px;
  padding-right: 50px; }

.footer-actions .nextAction img {
  width: 505px; }

.footer-actions .col-sm-6 {
  width: auto; }

.footer-actions .col-sm-6 .row {
  margin: 0 -5px; }

.footer-actions .col-sm-6 .row .col-sm-6 {
  padding-right: 5px;
  padding-left: 5px;
  max-width: 270px;
  overflow: hidden; }

.footer-actions .col-sm-6 .row .col-sm-6 img {
  width: 260px; }

.footer-actions .action {
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s; }

.footer-actions .action a {
  color: #facb2e;
  font-size: 1.25em;
  display: block;
  text-decoration: underline; }

.footer-actions .action a:hover {
  text-decoration: none; }

.footer-actions .action img {
  border: 10px solid rgba(97, 94, 96, 0.5);
  -webkit-transition: .3s;
  transition: .3s; }

.footer-actions .action .desc {
  -webkit-transition: .3s;
  transition: .3s;
  padding: 10px 20px;
  background: rgba(66, 64, 65, 0.5);
  position: relative; }

.footer-actions .action .desc .time {
  color: #d1d3d4;
  font-size: .9375em; }

.footer-actions .action .btn {
  text-transform: uppercase;
  background: 0 0;
  color: #d1d3d4;
  padding: 10px 25px;
  font-size: 1em;
  border: 2px solid #d1d3d4;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 100%;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  text-decoration: none;
  font-family: roboto_condensedregular,Verdana,Geneva,sans-serif;
  position: absolute;
  bottom: 10px;
  right: 10px; }

.footer-actions .action .btn:hover {
  background: #d1d3d4;
  color: #040404;
  text-decoration: none; }

.footer-actions .action.hover a {
  text-decoration: none; }

.footer-actions .action.hover img {
  border: 10px solid rgba(58, 56, 58, 0.5);
  -webkit-filter: brightness(80%);
  -moz-filter: brightness(80%);
  -ms-filter: brightness(80%);
  -o-filter: brightness(80%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: brightness(80%);
  filter: brightness(80%); }

.footer-actions .action.hover .desc {
  background: rgba(40, 39, 39, 0.5); }

.footer-actions .action.hover .btn {
  background: #d1d3d4;
  border-color: #d1d3d4;
  color: #000; }

.footer-actions div.more {
  overflow: hidden;
  text-align: center;
  padding: 40px 0 50px 0; }

.footer-actions div.more p {
  display: inline-block;
  position: relative;
  font-size: 1.25em;
  color: #d1d3d4;
  margin: 0;
  padding: 0; }

.footer-actions div.more p a {
  color: #d1d3d4;
  text-decoration: underline; }

.footer-actions div.more p a:hover {
  text-decoration: none; }

.footer-actions div.more p:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  right: 105%;
  bottom: 50%;
  height: 1px;
  background: #434042; }

.footer-actions div.more p:after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  left: 105%;
  bottom: 50%;
  height: 1px;
  background: #434042; }

.lt-breadcrumb {
  -webkit-box-shadow: inset 0 10px 10px -5px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 10px 10px -5px rgba(0, 0, 0, 0.75);
  background: url(/img/gfx/layouts/textura_zluta_1.jpg) repeat 0 0; }

.lt-breadcrumb .bc {
  background: rgba(0, 40, 12, 0.15); }

.lt-breadcrumb .breadcrumb {
  background: 0 0;
  font-size: .875em;
  padding: 10px 0;
  line-height: 100%;
  margin: 0; }

.lt-breadcrumb .breadcrumb li {
  padding: 0; }

.lt-breadcrumb .breadcrumb li.active {
  color: #facb2e; }

.lt-breadcrumb .breadcrumb li a {
  text-decoration: underline; }

.lt-breadcrumb .breadcrumb li a:hover {
  text-decoration: none; }

.lt-headline-block {
  background: url(/img/gfx/layouts/textura_zluta_1.jpg) repeat 0 0; }

.lt-headline-block h1 {
  margin: 0;
  padding: 22px 0 10px 0;
  text-align: center;
  font-size: 2.5em;
  color: #000; }

.lt-headline-block h1 .icon-sipka_nadpisova {
  font-size: 40px;
  line-height: 0; }

.lt-headline-block h2 {
  margin: 0;
  padding: 22px 0 10px 0;
  text-align: center;
  font-size: 2.5em;
  color: #000; }

.lt-headline-block h2 .icon-sipka_nadpisova {
  font-size: 40px;
  line-height: 0; }

.lt-gamefields {
  background: url(/img/gfx/layouts/textura_zluta_1.jpg) repeat 0 0; }

.lt-gamefields .gamefield-next, .lt-gamefields .gamefield-previous {
  color: #000;
  text-decoration: none;
  font-size: 2.7em;
  margin: 25px 0 0 0; }

.lt-gamefields .gamefield-next:hover, .lt-gamefields .gamefield-previous:hover {
  color: #facb2e; }

.lt-gamefields .legend {
  font-size: 1.375em;
  vertical-align: middle; }

.lt-gamefields .legend [class*=" icon-"], .lt-gamefields .legend [class^=icon-] {
  font-size: 1.875em;
  vertical-align: middle; }

.lt-gamefields .legend ul {
  padding: 20px 0;
  margin: 0;
  text-align: center; }

.lt-gamefields .legend ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0 20px 10px 0; }

.lt-gamefields .gamefield-previous {
  float: left; }

.lt-gamefields .gamefield-next {
  float: right; }

.lt-gamefields .container {
  max-width: 980px; }

.lt-gamefields h2 {
  margin: 0;
  padding: 22px 0 10px 0;
  text-align: center;
  font-size: 2.5em;
  color: #000; }

.lt-gamefields h2 .icon-sipka_nadpisova {
  font-size: 40px;
  line-height: 0; }

.lt-gamefields h3.root {
  text-align: center;
  font-size: 1.5em;
  margin: 0;
  padding: 30px 0 20px 0;
  color: #000; }

.lt-gamefields h3.root .icon-sipka_nadpisova {
  font-size: 30px;
  line-height: 30px; }

.lt-gamefields .map {
  min-height: 480px;
  width: 100%; }

.lt-gamefields .list {
  -webkit-box-shadow: inset 0 10px 10px -7px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 10px 10px -7px rgba(0, 0, 0, 0.75);
  background: url(/img/gfx/layouts/textura_bila.jpg) repeat 0 0;
  padding: 0 0 50px 0; }

.lt-gamefields .list .container {
  max-width: 980px; }

.lt-gamefields .list .row .col-sm-4 {
  padding: 0 !important; }

.lt-gamefields .list .gamefield-thumb {
  background: url(/img/gfx/layouts/textura_zluta_1.jpg) repeat 0 0;
  position: relative;
  margin: 0 5px 15px 5px;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  overflow: hidden;
  text-align: left; }

.lt-gamefields .list .gamefield-thumb h3 {
  font-size: 1.5em;
  text-transform: uppercase;
  max-width: 70%;
  padding: 0 20px 10px 20px;
  margin: 0; }

.lt-gamefields .list .gamefield-thumb h3 a {
  height: 48px;
  display: block;
  color: #facb2e;
  text-decoration: underline; }

.lt-gamefields .list .gamefield-thumb h3 a:hover {
  text-decoration: none; }

.lt-gamefields .list .gamefield-thumb img {
  -webkit-transition: .3s;
  transition: .3s; }

.lt-gamefields .list .gamefield-thumb .thumb {
  display: block;
  position: relative; }

.lt-gamefields .list .gamefield-thumb .thumb .icons {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 7px; }

.lt-gamefields .list .gamefield-thumb .thumb .icons .ic {
  display: inline-block;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  margin: 0 1px;
  background: #facb2e;
  color: #000; }

.lt-gamefields .list .gamefield-thumb .thumb .icons .ic span {
  font-size: 2em; }

.lt-gamefields .list .gamefield-thumb .thumb .dpl {
  display: block;
  position: absolute;
  width: 90px;
  height: 70px;
  background: transparent url(/img/gfx/layouts/dpl_list.png) no-repeat 0 0;
  top: 0;
  left: 0; }

.lt-gamefields .list .gamefield-thumb .gps {
  -webkit-transition: .3s;
  transition: .3s;
  margin: 0;
  padding: 12px 0;
  font-size: 1em;
  border-top: 1px solid rgba(0, 0, 0, 0.25); }

.lt-gamefields .list .gamefield-thumb .gps a {
  color: #000;
  text-decoration: underline; }

.lt-gamefields .list .gamefield-thumb .gps a:hover {
  text-decoration: none; }

.lt-gamefields .list .gamefield-thumb .bc {
  position: absolute;
  width: 100%;
  height: 8px;
  bottom: -5px;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  display: block;
  z-index: 2; }

.lt-gamefields .list .gamefield-thumb .desc {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s;
  transition: .3s; }

.lt-gamefields .list .gamefield-thumb .desc .capacity {
  color: #000;
  padding: 10px 20px;
  margin: 0;
  font-size: 1em; }

.lt-gamefields .list .gamefield-thumb .desc .number {
  color: #019032;
  position: absolute;
  bottom: 0;
  right: -8px;
  font-size: 100px;
  line-height: 70px;
  vertical-align: bottom;
  display: block;
  z-index: 1; }

.lt-gamefields .list .gamefield-thumb .hover-map {
  display: block;
  position: absolute;
  left: 80%;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s;
  transition: .3s; }

.lt-gamefields .list .gamefield-thumb .gamefield-indoor-hriste-myto .hover-map, .lt-gamefields .list .gamefield-thumb .gamefield-outdoor-hriste-myto .hover-map, .lt-gamefields .list .gamefield-thumb .gamefield-reball-hala-myto .hover-map, .lt-gamefields .list .gamefield-thumb .gamefield-sportovni-hriste-myto .hover-map {
  background: transparent url(/img/gfx/layouts/hmaps/ppa_web_mapa_myto.jpg?v=3) no-repeat 0 0;
  background-size: cover; }

.lt-gamefields .list .gamefield-thumb .gamefield-hriste-kamenice .hover-map {
  background: transparent url(/img/gfx/layouts/hmaps/ppa_web_mapa_kamenice.jpg?v=3) no-repeat 0 0;
  background-size: cover; }


.lt-gamefields .list .gamefield-thumb .gamefield-wetlands-karez .hover-map {
  background: transparent url(/img/gfx/layouts/hmaps/ppa_web_mapa_karez.png?v=3) no-repeat 0 0;
  background-size: cover; }

.lt-gamefields .list .gamefield-thumb .gamefield-borderland .hover-map {
  background: transparent url(/img/gfx/layouts/hmaps/ppa_web_mapa_borderland.jpg?v=3) no-repeat 0 0;
  background-size: cover; }

.lt-gamefields .list .gamefield-thumb .gamefield-hriste-spa-plzen .hover-map {
  background: transparent url(/img/gfx/layouts/hmaps/ppa_web_mapa_spa.jpg?v=3) no-repeat 0 0;
  background-size: cover; }

.lt-gamefields .list .gamefield-thumb .gamefield-hriste-liba .hover-map {
  background: transparent url(/img/gfx/layouts/hmaps/ppa_web_mapa_liba.jpg?v=3) no-repeat 0 0;
  background-size: cover;
}

.lt-gamefields .list .gamefield-thumb .gamefield-rocketbase-pernarec .hover-map {
	background: transparent url(/img/gfx/layouts/hmaps/ppa_web_mapa_rocketbase.jpg?v=3) no-repeat 0 0;
    background-size: cover;
}


.lt-gamefields .list .gamefield-thumb .gamefield-hriste-line .hover-map {
  background: transparent url(/img/gfx/layouts/hmaps/ppa_web_mapa_line.jpg?v=3) no-repeat 0 0;
  background-size: cover; }

.lt-gamefields .list .gamefield-thumb .gamefield-hriste-zelezna-ruda .hover-map {
  background: transparent url(/img/gfx/layouts/hmaps/ppa_web_mapa_zeleznaruda.jpg?v=3) no-repeat 0 0;
  background-size: cover; }

.lt-gamefields .list .gamefield-thumb .gamefield-hriste-cheb .hover-map {
  background: transparent url(/img/gfx/layouts/hmaps/ppa_web_mapa_cheb.jpg?v=3) no-repeat 0 0;
  background-size: cover; }

.lt-gamefields .list .gamefield-thumb .gamefield-hriste-lhota .hover-map {
  background: transparent url(/img/gfx/layouts/hmaps/ppa_web_mapa_lhota.jpg?v=3) no-repeat 0 0;
  background-size: cover; }

.lt-gamefields .list .gamefield-thumb .gamefield-hriste-hrebecna .hover-map {
  background: transparent url(/img/gfx/layouts/hmaps/ppa_web_mapa_hrebecna.jpg?v=3) no-repeat 0 0;
  background-size: cover; }

.lt-gamefields .list .gamefield-thumb .gamefield-hriste-praha .hover-map {
  background: transparent url(/img/gfx/layouts/hmaps/ppa_web_mapa_praha.jpg?v=3) no-repeat 0 0;
  background-size: cover; }

.lt-gamefields .list .gamefield-thumb:hover .hover-map {
  left: 0;
  background-size: cover; }

.lt-gamefields .list .gamefield-thumb:hover h3 a {
  text-decoration: none; }

.lt-gamefields .list .gamefield-thumb:hover h3 a:hover {
  text-decoration: underline; }

.lt-gamefields .list .gamefield-thumb:hover .gps {
  background: rgba(0, 0, 0, 0.2); }

.lt-gamefields .list .gamefield-thumb:hover .desc {
  background: rgba(0, 0, 0, 0.4); }

.lt-gamefields .list .row {
  margin: 0 -5px; }

.lt-gamefields .list .row .col-sm-4 {
  padding: 0 5px; }

.gamefield-query {
  background: url(/img/gfx/layouts/textura_zluta_1.jpg) repeat 0 0;
  -webkit-box-shadow: inset 0 10px 10px -7px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 10px 10px -7px rgba(0, 0, 0, 0.75); }

.gamefield-query h3 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1.5em;
  padding: 35px 0 30px 0;
  color: #000; }

.gamefield-query .container {
  max-width: 980px; }

.gamefield-query .container .col-sm-7 {
  padding-right: 20px; }

.gamefield-query .container form {
  background: url(/img/gfx/layouts/textura_bila.jpg) repeat 0 0;
  padding: 20px 20px 5px 20px;
  position: relative;
  margin: 0 0 30px 0; }

.gamefield-query .container form label {
  color: #000; }

.gamefield-query .container form input[type=text] {
  border: 1px solid #ccc;
  border-top: 1px solid #828282;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 2px 2px #ccc;
  box-shadow: inset 0 2px 2px #ccc; }

.gamefield-query .container form input[name=co_phoneBefore] {
  margin-right: 1%; }

.gamefield-query .container form textarea {
  height: 105px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 2px 2px #ccc;
  box-shadow: inset 0 2px 2px #ccc;
  border: 1px solid #ccc;
  border-top: 1px solid #828282; }

.gamefield-query .container form .input-group-addon {
  border: none;
  background: 0 0; }

.gamefield-query .container form .help-block {
  color: #000; }

.gamefield-query .container form .form-invalid-errors {
  color: red; }

.gamefield-query .container form .btn {
  text-transform: normal;
  background: 0 0;
  color: #0c0c0c;
  padding: 7px 12px;
  font-size: .9375em;
  border: 2px solid #0c0c0c;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 100%;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  text-decoration: none;
  font-family: roboto_condensedregular,Verdana,Geneva,sans-serif; }

.gamefield-query .container form .btn:hover {
  background: #0c0c0c;
  color: #fff;
  text-decoration: none; }

.gamefield-query .container form .shadow {
  position: absolute;
  height: 8px;
  bottom: -5px;
  width: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  display: block; }

.gamefield-query .contact {
  color: #fff;
  padding-top: 18px; }

.gamefield-query .contact a {
  text-decoration: underline; }

.gamefield-query .contact a:hover {
  text-decoration: none; }

.gamefield-query .contact .icon-splash_mail, .gamefield-query .contact .icon-splash_telefon {
  color: #facb2e;
  font-size: 95px;
  float: left;
  line-height: 70px;
  margin-left: 30px;
  margin-bottom: 30px; }

.gamefield-query .contact .mail, .gamefield-query .contact .tel {
  color: #facb2e;
  font-size: 1.625em; }

.gamefield-query .contact p {
  font-size: .9375em;
  padding-bottom: 30px; }

.gamefield-query .contact .reservation {
  padding: 20px;
  background: rgba(0, 0, 0, 0.2);
  font-size: 1em; }

.gamefield-query .contact .reservation a {
  color: #facb2e;
  text-decoration: underline;
  font-size: 1.5em; }

.gamefield-query .contact .reservation a:hover {
  text-decoration: none; }

.map-wrapper {
  position: relative; }

.map-wrapper .markerLabels {
  color: #facb2e;
  font-size: 16px; }

.map-wrapper .map-actions {
  position: absolute;
  top: 20px;
  right: 50%;
  float: right;
  margin-right: -490px; }

.map-wrapper .map-actions .map-actions-plus {
  text-align: center;
  padding: 5px 10px;
  margin: 0 0 5px 0;
  display: block;
  background: url(/img/gfx/layouts/textura_zluta_1.jpg) repeat 0 0; }

.map-wrapper .map-actions .map-actions-minus {
  text-align: center;
  padding: 5px 10px;
  display: block;
  background: url(/img/gfx/layouts/textura_zluta_1.jpg) repeat 0 0; }

.map-wrapper .map-window {
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
  top: 120px;
  background: url(/img/gfx/layouts/textura_zluta_1.jpg) repeat 0 0;
  width: 360px;
  right: 50%;
  margin-right: -490px;
  color: #000; }

.map-wrapper .map-window .map-headline {
  background: rgba(0, 0, 0, 0.25);
  position: relative;
  min-height: 142px;
  -webkit-transition: .3s;
  transition: .3s; }

.map-wrapper .map-window .map-headline .photo {
  position: absolute;
  top: 5px;
  left: 15px;
  display: block;
  padding: 4px 4px 8px 4px;
  margin: 0;
  background: #ededed;
  -webkit-box-shadow: 0 10px 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 10px 0 0 rgba(0, 0, 0, 0.25); }

.map-wrapper .map-window .map-headline .photo img {
  max-width: 120px;
  -webkit-transition: .3s;
  transition: .3s; }

.map-wrapper .map-window .map-headline h3 {
  margin: 0;
  padding: 0 20px 0 0;
  position: absolute;
  bottom: 10px;
  left: 165px;
  font-size: 1.5em;
  color: #facb2e;
  line-height: 140%;
  text-transform: uppercase; }

.map-wrapper .map-window .map-headline h3 a {
  color: #facb2e;
  text-decoration: underline; }

.map-wrapper .map-window .map-headline h3 a:hover {
  text-decoration: none; }

.map-wrapper .map-window .desc {
  -webkit-transition: .3s;
  transition: .3s;
  padding: 10px 20px;
  font-size: .875em; }

.map-wrapper .map-window .desc a {
  color: #facb2e; }

.map-wrapper .map-window .desc ul {
  padding: 0 0 5px 15px; }

.map-wrapper .map-window .desc p {
  padding: 0;
  margin: 0; }

.map-wrapper .map-window .after {
  -webkit-transition: .3s;
  transition: .3s;
  background: rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 20px;
  overflow: hidden;
  min-height: 108px; }

.map-wrapper .map-window a[data-reservation] {
  display: inline-block;
  text-transform: uppercase;
  background: 0 0;
  color: #facb2e;
  padding: 10px 25px;
  font-size: 1em;
  border: 2px solid #facb2e;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 100%;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  text-decoration: none;
  font-family: roboto_condensedregular,Verdana,Geneva,sans-serif; }

.map-wrapper .map-window a[data-reservation]:hover {
  background: #facb2e;
  color: #000;
  text-decoration: none; }

.map-wrapper .map-window div[data-gps] a {
  -webkit-transition: .3s;
  transition: .3s;
  color: #000;
  text-decoration: underline;
  display: inline-block;
  margin: 0 0 10px 0; }

.map-wrapper .map-window div[data-gps] a:hover {
  text-decoration: none; }

.map-wrapper .map-window .number {
  -webkit-transition: .3s;
  transition: .3s;
  bottom: 0;
  color: #019032;
  display: block;
  font-size: 130px;
  line-height: 90px;
  position: absolute;
  right: -8px;
  vertical-align: bottom;
  z-index: 1; }

.map-wrapper .map-window .shadow {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25);
  bottom: -5px;
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2; }

.map-wrapper .map-window.ppa-complex .dpl {
  position: absolute;
  width: 60px;
  height: 42px;
  top: 10px;
  right: 10px;
  background: transparent url(/img/gfx/layouts/dpl_map.png) no-repeat 0 0; }

.map-wrapper .map-window.ppa-complex .map-headline {
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s;
  transition: .3s; }

.map-wrapper .map-window.ppa-complex .map-headline h3 {
  color: #010101;
  font-size: 1.71428571em;
  font-family: roboto_condensedregular,Verdana,Geneva,sans-serif; }

.map-wrapper .map-window.ppa-complex .after {
  -webkit-transition: .3s;
  transition: .3s;
  background: rgba(0, 0, 0, 0.1); }

.map-wrapper .map-window.ppa-complex .number {
  color: #019032; }

.map-wrapper .map-window.ppa-complex .desc {
  padding-top: 25px;
  background: rgba(0, 0, 0, 0.1); }

.map-wrapper .map-window.ppa-complex .desc a {
  font-size: 1.71428571em;
  text-decoration: underline;
  text-transform: uppercase;
  line-height: 140%;
  font-family: roboto_condensedregular,Verdana,Geneva,sans-serif; }

.map-wrapper .map-window.ppa-complex .desc a:hover {
  text-decoration: none; }

.map-wrapper .map-window.ppa-complex div[data-gps] a {
  margin-top: 25px; }

.map-wrapper .map-window:hover img {
  -webkit-filter: brightness(80%);
  -moz-filter: brightness(80%);
  -ms-filter: brightness(80%);
  -o-filter: brightness(80%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: brightness(80%);
  filter: brightness(80%); }

.map-wrapper .map-window:hover .map-headline {
  background: rgba(0, 0, 0, 0.4); }

.map-wrapper .map-window:hover .map-headline h3 a {
  text-decoration: none; }

.map-wrapper .map-window:hover .desc {
  background: rgba(0, 0, 0, 0.2); }

.map-wrapper .map-window:hover a[data-reservation] {
  background: #facb2e;
  color: #000; }

.map-wrapper .map-window:hover .after {
  background: rgba(0, 0, 0, 0.4); }

.lt-gamefield-detail {
  background: transparent url(/img/gfx/layouts/textura_bila.jpg) repeat 0 0; }

.lt-gamefield-detail .container {
  max-width: 980px; }

.lt-gamefield-detail h3.root {
  text-align: center;
  font-size: 1.5em;
  margin: 0;
  padding: 30px 0 20px 0;
  color: #000; }

.lt-gamefield-detail h3.root .icon-sipka_nadpisova {
  font-size: 30px;
  line-height: 30px; }

.lt-gamefield-detail #about {
  background: rgba(0, 0, 0, 0.15); }

.lt-gamefield-detail .gamefield-section {
  border-top: 1px solid #a7a9ac; }

.lt-gamefield-detail .dpl {
  float: left;
  display: block;
  padding: 10px;
  margin: 20px 0 0 20px;
  background: url(/img/gfx/layouts/textura_cerna_1.jpg) repeat; }

.reservation-fixed {
  z-index: 10;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.85);
  padding: 10px 0;
  vertical-align: middle; }

.reservation-fixed .btn {
  margin-top: 0;
  vertical-align: middle;
  display: inline-block;
  background: 0 0;
  color: #facb2e;
  padding: 12px 25px;
  font-size: 1.125em;
  border: 2px solid #facb2e;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 100%;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  text-decoration: none;
  font-family: roboto_condensedregular,Verdana,Geneva,sans-serif;
  text-transform: uppercase; }

.reservation-fixed .btn:hover {
  background: #facb2e;
  color: #000;
  text-decoration: none; }

.reservation-fixed .arrow-left, .reservation-fixed .arrow-right {
  display: inline-block;
  line-height: 100%;
  font-size: 3em;
  vertical-align: middle;
  width: 100px;
  -webkit-transition: .3s;
  transition: .3s;
  margin-top: -5px; }

.reservation-fixed .arrow-left .a-1, .reservation-fixed .arrow-right .a-1 {
  -webkit-transition: 1s;
  transition: 1s;
  color: #2d2d2d; }

.reservation-fixed .arrow-left .a-2, .reservation-fixed .arrow-right .a-2 {
  -webkit-transition: 1s;
  transition: 1s;
  color: #2d2d2d; }

.reservation-fixed .arrow-left .a-3, .reservation-fixed .arrow-right .a-3 {
  -webkit-transition: 1s;
  transition: 1s;
  color: #2d2d2d; }

.reservation-fixed .arrow-left span, .reservation-fixed .arrow-right span {
  margin: 0 -10px;
  vertical-align: middle; }

.reservation-fixed .arrow-left.step-1 .a-1, .reservation-fixed .arrow-right.step-1 .a-1 {
  color: #facb2e; }

.reservation-fixed .arrow-left.step-1 .a-2, .reservation-fixed .arrow-right.step-1 .a-2 {
  color: #2d2d2d; }

.reservation-fixed .arrow-left.step-1 .a-3, .reservation-fixed .arrow-right.step-1 .a-3 {
  color: #2d2d2d; }

.reservation-fixed .arrow-left.step-2 .a-1, .reservation-fixed .arrow-right.step-2 .a-1 {
  color: #2d2d2d; }

.reservation-fixed .arrow-left.step-2 .a-2, .reservation-fixed .arrow-right.step-2 .a-2 {
  color: #facb2e; }

.reservation-fixed .arrow-left.step-2 .a-3, .reservation-fixed .arrow-right.step-2 .a-3 {
  color: #2d2d2d; }

.reservation-fixed .arrow-left.step-3 .a-1, .reservation-fixed .arrow-right.step-3 .a-1 {
  color: #2d2d2d; }

.reservation-fixed .arrow-left.step-3 .a-2, .reservation-fixed .arrow-right.step-3 .a-2 {
  color: #2d2d2d; }

.reservation-fixed .arrow-left.step-3 .a-3, .reservation-fixed .arrow-right.step-3 .a-3 {
  color: #facb2e; }

.pin-tabs-wrapper {
  min-height: 44px; }

.pin-tabs-wrapper .container {
  max-width: 980px; }

.pin-tabs-wrapper .pin-tabs {
  background: transparent url(/img/gfx/layouts/textura_zluta_1.jpg) repeat 0 0; }

.pin-tabs-wrapper .pin-tabs.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10; }

.pin-tabs-wrapper .pin-tabs .bc {
  background: rgba(0, 0, 0, 0.25); }

.pin-tabs-wrapper .pin-tabs .nav-tabs {
  border: none; }

.pin-tabs-wrapper .pin-tabs .nav-tabs li {
  border: none; }

.pin-tabs-wrapper .pin-tabs .nav-tabs li a {
  border: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  text-decoration: none;
  font-size: 1em;
  text-transform: uppercase;
  display: block;
  color: #000;
  padding-top: 14px;
  padding-bottom: 14px;
  white-space: nowrap; }

.pin-tabs-wrapper .pin-tabs .nav-tabs li a:focus, .pin-tabs-wrapper .pin-tabs .nav-tabs li a:hover {
  text-decoration: underline;
  background: 0 0; }

.pin-tabs-wrapper .pin-tabs .nav-tabs li.active {
  border: none;
  position: relative; }

.pin-tabs-wrapper .pin-tabs .nav-tabs li.active a {
  border: none;
  background: transparent url(/img/gfx/layouts/textura_bila.jpg) repeat 0 0;
  position: relative; }

.pin-tabs-wrapper .pin-tabs .nav-tabs li.active a:before {
  content: '';
  position: absolute;
  width: 70%;
  left: 15%;
  bottom: 6px;
  background: #000;
  height: 3px; }

.pin-tabs-wrapper .pin-tabs .nav-tabs li.active .shadow-left {
  display: block;
  width: 10000px;
  height: 15px;
  position: absolute;
  right: 100%;
  bottom: -15px;
  background: transparent url(/img/gfx/layouts/shadow-tab.png) repeat-x; }

.pin-tabs-wrapper .pin-tabs .nav-tabs li.active .shadow-right {
  display: block;
  width: 10000px;
  height: 15px;
  position: absolute;
  left: 100%;
  bottom: -15px;
  background: transparent url(/img/gfx/layouts/shadow-tab.png) repeat-x; }

.pin-tabs-wrapper .pin-tabs .nav-tabs li:first-child {
  padding-left: 0; }

.lt-faqbox {
  background: transparent url(/img/gfx/layouts/textura_bila.jpg) repeat 0 0;
  padding: 0 0 40px 0; }

.lt-faqbox h3.root {
  text-align: center;
  font-size: 1.5em;
  margin: 0;
  padding: 30px 0 20px 0;
  color: #000; }

.lt-faqbox h3.root .icon-sipka_nadpisova {
  font-size: 30px;
  line-height: 30px; }

.lt-faqbox .btn-primary {
  text-transform: uppercase;
  background: 0 0;
  color: #000;
  padding: 12px 35px;
  font-size: 1em;
  border: 2px solid #000;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 100%;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  text-decoration: none;
  font-family: roboto_condensedregular,Verdana,Geneva,sans-serif; }

.lt-faqbox .btn-primary:hover {
  background: #000;
  color: #fff;
  text-decoration: none; }

.lt-faqbox .list-faq {
  padding: 20px 20px 20px 50px;
  margin: 0; }

.lt-faqbox .list-faq li {
  list-style-type: none;
  margin: 0;
  padding: 0 0 20px 0;
  position: relative;
  color: #000; }

.lt-faqbox .list-faq li h3 {
  margin: 0;
  padding: 10px 0 20px 0;
  font-size: 1.25em; }

.lt-faqbox .list-faq li p {
  font-size: 1em; }

.lt-faqbox .list-faq li .icon-splash_otaznik {
  position: absolute;
  top: 0;
  left: -55px;
  font-size: 4em; }

.gamefield-section-about {
  padding: 25px 0 20px 0; }

.gamefield-section-about .gps {
  text-align: center;
  font-size: 1.0625em; }

.gamefield-section-about .gps strong {
  font-size: 1.3em; }

.gamefield-section-about .about-thumb {
  padding: 10px 10px 35px 10px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 -10px 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -10px 0 0 rgba(0, 0, 0, 0.3); }

.gamefield-section-about .row {
  margin: 0 -12px; }

.gamefield-section-about .row .col-sm-5, .gamefield-section-about .row .col-sm-7 {
  padding: 0 12px; }

.gamefield-section-about .line {
  border-top: 1px solid #a7a9ac;
  height: 1px;
  width: 100%;
  font-size: 1px; }

.gamefield-section-about ul {
  margin: 0;
  padding: 12px 6px;
  color: #040404;
  font-size: 1em; }

.gamefield-section-about ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 160%; }

.gamefield-section-about ul li [class*=" icon-"], .gamefield-section-about ul li [class^=icon-] {
  margin-right: 10px; }

.gamefield-section-about p {
  padding: 12px 6px;
  color: #040404;
  font-size: .875em; }

.gamefield-section-about .info-wrapper {
  padding: 12px 0 12px 0; }

.gamefield-section-about .info-item {
  color: #000;
  padding: 8px 0 8px 0;
  font-size: 1em; }

.gamefield-section-about .info-item [class*=" icon-"], .gamefield-section-about .info-item [class^=icon-] {
  font-size: 30px;
  vertical-align: middle;
  line-height: 30px; }

.gamefield-section-about .info-item-big {
  color: #000;
  padding: 20px 6px; }

.gamefield-section-about .info-item-big strong {
  font-size: 1.25em;
  line-height: 100%; }

.gamefield-section-about .info-item-big .ico {
  width: 60px;
  float: left;
  text-align: center; }

.gamefield-section-about .info-item-big .icon-hrac {
  font-size: 50px;
  display: block; }

.gamefield-section-about .info-item-big .icon-plocha {
  font-size: 30px;
  margin-top: 5px;
  display: block; }

.gamefield-section-about .info-item-big em {
  font-style: normal;
  line-height: 100%; }

.gamefield-section-description {
  padding: 0 0 50px 0; }

.gamefield-section-description .maps {
  border: 1px solid #000;
  float: right; }

.gamefield-section-description .maps .thumb {
  display: block;
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #000; }

.gamefield-section-description .maps .thumb a {
  position: relative;
  display: block; }

.gamefield-section-description .maps .thumb a .title {
  text-decoration: underline;
  display: block;
  color: #fff;
  text-align: center;
  padding: 12px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.gamefield-section-description .maps .thumb a .title:hover {
  text-decoration: none; }

.gamefield-section-description .maps .description {
  color: #000;
  font-size: 1em; }

.gamefield-section-description .maps .desc {
  display: table;
  border-collapse: collapse;
  border-bottom: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.gamefield-section-description .maps .desc .title {
  display: table-cell;
  vertical-align: top; }

.gamefield-section-description .maps .desc .titleHeadline {
  font-size: 1.5em;
  color: #000;
  text-transform: uppercase;
  padding: 15px 20px;
  border-right: 1px solid #000;
  line-height: 120%; }

.gamefield-section-description .maps .desc .titleNumber {
  font-size: 3.125em;
  color: #000;
  width: 75px;
  line-height: 100%; }

.gamefield-section-description .maps .desc .titleNumber .value {
  padding: 15px 20px 15px 20px;
  display: block; }

.gamefield-section-description .maps .desc .titleName {
  font-size: 1.25em;
  color: #000;
  text-transform: uppercase;
  padding: 15px 20px;
  border-left: 1px solid #000;
  line-height: 120%;
  max-width: 150px; }

.gamefield-section-description .maps .btn-primary {
  margin: 10px auto;
  text-transform: uppercase;
  background: 0 0;
  color: #000;
  padding: 12px 25px;
  font-size: .875em;
  border: 2px solid #000;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 100%;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  text-decoration: none;
  font-family: roboto_condensedregular,Verdana,Geneva,sans-serif; }

.gamefield-section-description .maps .btn-primary:hover {
  background: #000;
  color: #fff;
  text-decoration: none; }

.gamefield-section-description .maps .hatches {
  display: block;
  width: 100%;
  border-top: 1px solid #000;
  background: transparent url(/img/gfx/layouts/hatches.png) repeat 0 0;
  height: 15px; }

.gamefield-section-description .description_text a {
  color: #333;
  text-decoration: underline; }

.gamefield-section-description .description_text a:hover {
  text-decoration: none; }

.gamefield-section-description .description_text ul {
  margin: 0;
  padding: 20px 0 20px 0; }

.gamefield-section-description .description_text ul li {
  margin: 0 0 0 15px; }

.gamefield-section-description .description_text table {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.5); }

.gamefield-section-description .description_text table tr td {
  padding: 3px 10px; }

.gamefield-section-description .description_text table tr:nth-child(odd) td {
  background: rgba(0, 0, 0, 0.1); }

.gamefield-section-photos .youtube-video {
  padding: 0 0 10px 0; }

.gamefield-section-photos .youtube-video a {
  position: relative;
  display: block;
  width: 100%; }

.gamefield-section-photos .youtube-video a iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.gamefield-section-photos .youtube-video a .play {
  width: 130px;
  height: 130px;
  position: absolute;
  top: 50%;
  margin-top: -65px;
  left: 50%;
  margin-left: -65px;
  background: transparent url(/img/gfx/layouts/play.png) no-repeat 0 0; }

.gamefield-section-photos .youtube-video a .desc {
  background: rgba(12, 12, 12, 0.7);
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 1.0625em;
  padding: 15px 0;
  position: absolute; }

.gamefield-section-photos .colorBoxBigThumb {
  display: block;
  margin: 1px 0 0 1px;
  position: relative; }

.gamefield-section-photos .colorBoxBigThumb span {
  display: none; }

.gamefield-section-photos .colorBoxBigThumb:hover .mask {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(12, 12, 12, 0.5);
  z-index: 1; }

.gamefield-section-photos .colorBoxBigThumb:hover .open {
  display: block;
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -35px;
  font-size: 30px;
  line-height: 60px;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  background: rgba(12, 12, 12, 0.5);
  z-index: 2; }

.gamefield-section-photos .colorBoxBigThumb:hover .open span {
  vertical-align: middle;
  display: inline-block;
  color: #fff; }

.gamefield-section-photos .photos {
  margin-left: -1px;
  padding: 0 0 50px 0;
  text-align: center; }

.gamefield-section-photos .photos .photo-row {
  display: none; }

.gamefield-section-photos .photos .photo-row.first {
  display: block; }

.gamefield-section-photos .photos .btn-primary {
  text-transform: uppercase;
  background: 0 0;
  color: #000;
  padding: 12px 35px;
  font-size: 1em;
  border: 2px solid #000;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 100%;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  text-decoration: none;
  font-family: roboto_condensedregular,Verdana,Geneva,sans-serif;
  margin: 20px 0 0 0; }

.gamefield-section-photos .photos .btn-primary:hover {
  background: #000;
  color: #fff;
  text-decoration: none; }

.gamefield-section-photos .photos .colorboxThumb {
  display: block;
  margin: 1px 0 0 1px;
  position: relative; }

.gamefield-section-photos .photos .colorboxThumb span {
  display: none; }

.gamefield-section-photos .photos .colorboxThumb:hover .mask {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(12, 12, 12, 0.5);
  z-index: 1; }

.gamefield-section-photos .photos .colorboxThumb:hover .open {
  display: block;
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -35px;
  font-size: 30px;
  line-height: 60px;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  background: rgba(12, 12, 12, 0.5);
  z-index: 2; }

.gamefield-section-photos .photos .colorboxThumb:hover .open span {
  vertical-align: middle;
  display: inline-block;
  color: #fff; }

.article-detail {
  color: #000;
  background: url(/img/gfx/layouts/textura_bila.jpg) repeat 0 0; }

.article-detail a {
  color: #000;
  text-decoration: underline; }

.article-detail a:hover {
  text-decoration: none; }

.article-detail .article-list article {
  padding: 15px 0; }

.article-detail .article-list article:after, .article-detail .article-list article:before {
  content: " ";
  display: table; }

.article-detail .article-list article:after {
  clear: both; }

.article-detail .article-list article:after, .article-detail .article-list article:before {
  content: " ";
  display: table; }

.article-detail .article-list article:after {
  clear: both; }

.article-detail .article-list article:after, .article-detail .article-list article:before {
  content: " ";
  display: table; }

.article-detail .article-list article:after {
  clear: both; }

.article-detail .article-list article:after, .article-detail .article-list article:before {
  content: " ";
  display: table; }

.article-detail .article-list article:after {
  clear: both; }

.article-detail .article-list .photo {
  padding-right: 15px; }

.article-detail .btn-big {
  text-transform: uppercase;
  background: 0 0;
  color: #000;
  padding: 10px 28px;
  font-size: 1.42857143em;
  border: 2px solid #000;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 100%;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  text-decoration: none;
  font-family: roboto_condensedregular,Verdana,Geneva,sans-serif; }

.article-detail .btn-big:hover {
  background: #000;
  color: #fff;
  text-decoration: none; }

.article-detail .line {
  margin: 30px 0 30px 0;
  width: 100%;
  height: 1px;
  font-size: 1px;
  background: #afafaf; }

.article-detail .container {
  max-width: 980px; }

.article-detail .headline {
  background: url(/img/gfx/layouts/textura_zluta_1.jpg) repeat 0 0; }

.article-detail .article-format-text {
  padding: 40px 0 40px 0; }

.article-detail .article-format-text table {
  width: auto;
  border-collapse: collapse; }

.article-detail .article-format-text table th {
  border: 1px solid #000; }

.article-detail .article-format-text table td {
  border: 1px solid #000; }

.article-detail .article-photoText {
  float: left;
  padding: 0; }

.article-detail .article-photoText .article-photoText-align-, .article-detail .article-photoText .article-photoText-align-left {
  display: block;
  padding: 0 30px 30px 0; }

.article-detail .article-detail-basicText {
  padding: 40px 0 40px 0; }

.article-detail .article-detail-basicText.is-included {
  padding: 0; }

.article-detail .article-detail-basicText.is-included .col-sm-8 {
  padding-right: 0; }

.article-detail .article-detail-basicText .col-sm-4 {
  padding-left: 10px; }

.article-detail .article-detail-basicText .col-sm-8 {
  padding-right: 10px; }

.article-detail .help-box {
  background: rgba(0, 0, 0, 0.1) url(/img/gfx/layouts/people/kolocova.png?v=2) no-repeat 70px -50px;
  background-size: cover; }

.article-detail .help-box h3 {
  padding: 40px 25px;
  margin: 0;
  font-size: 1.5em; }

.article-detail .article-photoText .article-photoText-align-left {
  float: left;
  padding: 0;
  margin: 0 20px 20px 0; }

.article-detail .article-background-gray {
  background: rgba(0, 0, 0, 0.1);
  padding: 15px 15px 15px; }

.article-detail .article-background-gray h3 {
  margin-top: 0; }

.article-detail .article-background-gray p:last-child {
  margin-bottom: 0; }

.article-detail .article-gallery .thumbnail {
  padding: 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  position: relative; }

.article-detail .article-gallery .thumbnail:focus, .article-detail .article-gallery .thumbnail:hover {
  outline: 0; }

.article-detail .article-gallery .thumbnail span {
  display: none; }

.article-detail .article-gallery .thumbnail:hover .mask {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(12, 12, 12, 0.5);
  z-index: 1; }

.article-detail .article-gallery .thumbnail:hover .open {
  display: block;
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -35px;
  font-size: 30px;
  line-height: 60px;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  background: rgba(12, 12, 12, 0.5);
  z-index: 2; }

.article-detail .article-gallery .thumbnail:hover .open span {
  vertical-align: middle;
  display: inline-block;
  color: #fff; }

.article-detail .article-detail-basicText .col-sm-4 .contact-box {
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 10px 10px -5px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 10px 10px -5px rgba(0, 0, 0, 0.75);
  padding: 10px 0 20px 0; }

.article-detail .article-detail-basicText .col-sm-4 .contact-box .item {
  position: relative;
  padding: 10px 0 0 0; }

.article-detail .article-detail-basicText .col-sm-4 .contact-box .phone {
  display: block;
  color: #000; }

.article-detail .article-detail-basicText .col-sm-4 .contact-box .phone strong {
  font-size: 1.25em;
  display: inline-block;
  margin: 10px 0 5px 0; }

.article-detail .article-detail-basicText .col-sm-4 .contact-box .phone p {
  color: #414042;
  font-size: 1em;
  line-height: 120%; }

.article-detail .article-detail-basicText .col-sm-4 .contact-box .phone .wrapper {
  width: 70%;
  float: left; }

.article-detail .article-detail-basicText .col-sm-4 .contact-box .phone .icon-splash_telefon {
  float: left;
  font-size: 80px;
  line-height: 80px;
  display: block; }

.article-detail .article-detail-basicText .col-sm-4 .contact-box .email {
  display: block;
  color: #000; }

.article-detail .article-detail-basicText .col-sm-4 .contact-box .email a {
  color: #000;
  text-decoration: underline;
  display: inline-block;
  margin: 10px 0 5px 0;
  font-size: 1.25em;
  font-family: roboto_condensedbold,Verdana,Geneva,sans-serif; }

.article-detail .article-detail-basicText .col-sm-4 .contact-box .email a:hover {
  text-decoration: none; }

.article-detail .article-detail-basicText .col-sm-4 .contact-box .email p {
  color: #414042;
  font-size: 1em;
  line-height: 120%; }

.article-detail .article-detail-basicText .col-sm-4 .contact-box .email .wrapper {
  float: left;
  width: 70%; }

.article-detail .article-detail-basicText .col-sm-4 .contact-box .email .icon-splash_mail {
  float: left;
  font-size: 80px;
  line-height: 80px;
  display: block; }

.article-detail .table {
  color: #000;
  border-collapse: collapse; }

.article-detail .table thead th {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 30px 8px;
  vertical-align: middle; }

.article-detail .table tbody td {
  padding: 15px 8px;
  border-bottom: 1px solid #000;
  vertical-align: middle; }

.article-detail .table tbody td strong {
  font-size: 1.25em;
  display: inline-block;
  padding-bottom: 10px; }

.lt-pricelist {
  color: #000;
  padding: 35px 0 45px 0; }

.lt-pricelist .col-sm-3 {
  padding: 0 5px; }

.lt-pricelist p {
  font-size: 1em;
  color: #000; }

.lt-pricelist p:first-child {
  margin-bottom: 25px; }

.lt-pricelist .pricelist-item {
  background: url(/img/gfx/layouts/textura_zluta_1.jpg) repeat top center;
  position: relative; }

.lt-pricelist .pricelist-item .circle {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  background: url(/img/gfx/layouts/textura_bila.jpg) repeat 0 0;
  -webkit-border-radius: 16px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 16px;
  -moz-background-clip: padding;
  border-radius: 16px;
  background-clip: padding-box;
  z-index: 10; }

.lt-pricelist .pricelist-item .circle.circle-1 {
  top: 110px;
  left: -8px; }

.lt-pricelist .pricelist-item .circle.circle-2 {
  top: 110px;
  right: -8px; }

.lt-pricelist .pricelist-item .circle.circle-3 {
  bottom: 93px;
  right: -8px; }

.lt-pricelist .pricelist-item .circle.circle-4 {
  bottom: 93px;
  left: -8px; }

.lt-pricelist .pricelist-item h3 {
  background: url(/img/gfx/layouts/textura_zluta_1.jpg) repeat top center;
  font-size: 1.5625em;
  position: relative;
  display: block;
  text-align: center;
  padding: 20px 0;
  margin: 0; }

.lt-pricelist .pricelist-item h3 span {
  background: url(/img/gfx/layouts/textura_zluta_1.jpg) repeat top center;
  position: relative;
  display: inline-block;
  padding: 0 12px; }

.lt-pricelist .pricelist-item h3:before {
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  background: #000;
  font-size: 1px;
  display: block;
  position: absolute; }

.lt-pricelist .pricelist-item .price {
  text-align: center;
  font-size: 1.25em;
  font-weight: 700; }

.lt-pricelist .pricelist-item .time {
  text-align: center;
  padding: 0 0 30px 0; }

.lt-pricelist .pricelist-item ul {
  padding: 0 12px;
  margin: 0;
  height: 200px; }

.lt-pricelist .pricelist-item ul li {
  list-style-type: none;
  margin: 0;
  padding: 3px 0;
  font-size: 1em;
  color: #000; }

.lt-pricelist .pricelist-item ul li .icon-checkmark {
  float: left;
  width: 10%;
  display: block; }

.lt-pricelist .pricelist-item ul li .title {
  float: left;
  width: 90%;
  display: block; }

.lt-pricelist .pricelist-item p {
  height: 100px;
  margin: 0;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 10px 20px;
  font-size: .875em; }

.lt-pricelist .pricelist-item .appendix {
  padding: 20px 0 15px 0;
  position: relative;
  background: rgba(0, 0, 0, 0.2); }

.lt-pricelist .pricelist-item .appendix .btn-primary {
  text-transform: uppercase;
  background: 0 0;
  color: #facb2e;
  padding: 10px 18px;
  font-size: 1.5em;
  border: 2px solid #facb2e;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 100%;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  text-decoration: none;
  font-family: roboto_condensedregular,Verdana,Geneva,sans-serif; }

.lt-pricelist .pricelist-item .appendix .btn-primary:hover {
  background: #facb2e;
  color: #000;
  text-decoration: none; }

.lt-pricelist .pricelist-item .appendix .shadow {
  height: 8px;
  width: 100%;
  bottom: -5px;
  position: absolute;
  display: block;
  background: rgba(0, 0, 0, 0.2); }

.lt-pricelist .pricelist-item .appendix .moreinfo {
  color: #000;
  text-decoration: underline;
  display: inline-block;
  margin: 10px 0 0 0; }

.lt-pricelist .pricelist-item .appendix .moreinfo:hover {
  text-decoration: none; }

.lt-business-action {
  background: rgba(0, 0, 0, 0.15);
  padding: 30px 0; }

.lt-business-action h2 {
  margin: 0;
  padding: 0 0 10px 0;
  text-align: center;
  font-size: 1.5em;
  color: #000; }

.lt-business-action h2 .icon-sipka_nadpisova {
  font-size: 24px;
  line-height: 0; }

.lt-business-action .btn-primary {
  text-transform: uppercase;
  background: 0 0;
  color: #000;
  padding: 10px 20px;
  font-size: .8125em;
  border: 2px solid #000;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 100%;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  text-decoration: none;
  font-family: roboto_condensedregular,Verdana,Geneva,sans-serif; }

.lt-business-action .btn-primary:hover {
  background: #000;
  color: #fff;
  text-decoration: none; }

.lt-all-gamepacks {
  border-top: 1px solid #a7a9ac;
  padding: 30px 0 60px 0; }

.lt-all-gamepacks .btn-primary {
  text-transform: uppercase;
  background: 0 0;
  color: #000;
  padding: 10px 15px;
  font-size: .8125em;
  border: 2px solid #000;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 100%;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  text-decoration: none;
  font-family: roboto_condensedregular,Verdana,Geneva,sans-serif; }

.lt-all-gamepacks .btn-primary:hover {
  background: #000;
  color: #fff;
  text-decoration: none; }

.lt-all-gamepacks .table {
  color: #000;
  border-collapse: collapse; }

.lt-all-gamepacks .table thead th {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 30px 8px; }

.lt-all-gamepacks .table tbody td {
  padding: 15px 8px;
  border-bottom: 1px solid #000; }

.lt-all-gamepacks .table tbody td strong {
  font-size: 1.25em;
  display: inline-block;
  padding-bottom: 10px; }

.lt-all-gamepacks h2 {
  margin: 0;
  padding: 0 0 10px 0;
  text-align: center;
  font-size: 1.5em;
  color: #000; }

.lt-all-gamepacks h2 .icon-sipka_nadpisova {
  font-size: 24px;
  line-height: 0; }

.lt-all-gamepacks h3 {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  font-size: 1.5625em;
  color: #000; }

.lt-all-gamepacks h3 a {
  color: #000;
  text-decoration: underline; }

.lt-all-gamepacks h3 a:hover {
  text-decoration: none; }

.lt-all-gamepacks .moreinfo {
  text-align: center;
  margin: 0;
  padding: 15px 0 0 0; }

.lt-all-gamepacks .moreinfo a {
  color: #000;
  text-decoration: underline; }

.lt-all-gamepacks .moreinfo a:hover {
  text-decoration: none; }

.lt-contact h2 {
  margin: 0;
  padding: 0 0 10px 0;
  text-align: center;
  font-size: 1.5em;
  color: #000; }

.lt-contact h2 .icon-sipka_nadpisova {
  font-size: 24px;
  line-height: 0; }

.lt-contact .contact-about {
  background: rgba(0, 0, 0, 0.15); }

.lt-contact .contact-about .container {
  position: relative;
  padding: 40px 0 40px 0;
  min-height: 530px;
  background: url(/img/gfx/layouts/people/kolocova.png?v=2) no-repeat top right;
  background-size: contain; }

.lt-contact .contact-about .container .reservation {
  text-align: center;
  display: block;
  position: absolute;
  bottom: 40px;
  left: 85px;
  background: rgba(0, 0, 0, 0.7);
  padding: 25px 40px;
  color: #fff; }

.lt-contact .contact-about .container .reservation .title {
  font-size: 1em;
  display: block; }

.lt-contact .contact-about .container .reservation a {
  display: block;
  color: #facb2e;
  text-decoration: underline;
  font-size: 1.5em; }

.lt-contact .contact-about .container .reservation a:hover {
  text-decoration: none; }

.lt-contact .contact-about .container .info {
  display: block;
  width: 160px;
  height: 160px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  position: absolute;
  bottom: 20px;
  right: 0;
  text-align: center;
  vertical-align: center; }

.lt-contact .contact-about .container .info strong {
  display: block;
  font-size: 1.25em;
  padding: 25px 0 5px 0; }

.lt-contact .contact-about .container .speak {
  display: block;
  position: absolute;
  right: 0;
  top: 30px; }

.lt-contact .contact-about .container .speak .wrapper {
  position: relative;
  text-align: right;
  color: #000; }

.lt-contact .contact-about .container .speak .wrapper strong {
  font-size: 1.125em; }

.lt-contact .contact-about .container .speak .wrapper .line {
  display: block;
  width: 117px;
  height: 1px;
  background: #000;
  font-size: 1px;
  position: absolute;
  bottom: -15px;
  right: 0;
  margin: 0 !important; }

.lt-contact .contact-about .container .speak .wrapper .line:after {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  background: #000;
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
  position: absolute;
  left: 0;
  top: -8px; }

.lt-contact .contact-about .container .phone {
  display: block;
  position: absolute;
  color: #000;
  width: 90%;
  margin: 60px 0 0 0;
  top: 0;
  left: 0; }

.lt-contact .contact-about .container .phone strong {
  font-size: 1.875em;
  display: inline-block;
  margin: 15px 0 10px 0; }

.lt-contact .contact-about .container .phone p {
  color: #414042;
  font-size: 1.0625em; }

.lt-contact .contact-about .container .phone .wrapper {
  position: relative;
  width: 100%; }

.lt-contact .contact-about .container .phone .icon-splash_telefon {
  float: left;
  font-size: 130px;
  line-height: 130px;
  display: block; }

.lt-contact .contact-about .container .phone .line {
  display: block;
  width: 57%;
  height: 1px;
  background: #000;
  font-size: 1px;
  position: absolute;
  bottom: -15px;
  left: 130px;
  margin: 0 !important; }

.lt-contact .contact-about .container .phone .line:after {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  background: #000;
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
  position: absolute;
  right: 0;
  top: -8px; }

.lt-contact .contact-about .container .email {
  display: block;
  position: absolute;
  color: #000;
  width: 90%;
  margin: 0;
  top: 220px;
  left: 0; }

.lt-contact .contact-about .container .email a {
  color: #000;
  text-decoration: underline;
  display: inline-block;
  margin: 15px 0 10px 0;
  font-size: 1.875em; }

.lt-contact .contact-about .container .email a:hover {
  text-decoration: none; }

.lt-contact .contact-about .container .email p {
  color: #414042;
  font-size: 1.0625em; }

.lt-contact .contact-about .container .email .wrapper {
  position: relative;
  width: 100%; }

.lt-contact .contact-about .container .email .icon-splash_mail {
  float: left;
  font-size: 130px;
  line-height: 130px;
  display: block; }

.lt-contact .contact-about .container .email .line {
  display: block;
  width: 45%;
  height: 1px;
  background: #000;
  font-size: 1px;
  position: absolute;
  bottom: -15px;
  left: 130px;
  margin: 0 !important; }

.lt-contact .contact-about .container .email .line:after {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  background: #000;
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
  position: absolute;
  right: 0;
  top: -8px; }

.lt-contact .contact-people {
  -webkit-box-shadow: inset 0 10px 10px -5px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 10px 10px -5px rgba(0, 0, 0, 0.35);
  border-top: 1px solid #a1a1a1;
  padding: 40px 0 40px 0; }

.lt-contact .contact-people .row {
  margin: 0 -9px; }

.lt-contact .contact-people .row .col-sm-4 {
  padding: 0 9px; }

.lt-contact .contact-people .contact-box {
  position: relative;
  padding: 0 0 0 60px;
  background: rgba(0, 0, 0, 0.1); }

.lt-contact .contact-people .contact-box .photo {
  display: block;
  width: 60px;
  height: 100%;
  position: absolute;
  left: 0;
  background-position: top center;
  background-size: cover; }

.lt-contact .contact-people .contact-box .photo.photo-vondracek {
  background-image: url(/img/gfx/layouts/people/vondracek.jpg); }

.lt-contact .contact-people .contact-box .photo.photo-papezova {
  background-image: url(/img/gfx/layouts/people/papezova.jpg); }

.lt-contact .contact-people .contact-box .photo.photo-papez {
  background-image: url(/img/gfx/layouts/people/papez.jpg?v=2); }

.lt-contact .contact-people .contact-box .photo.photo-kolocova {
  background-image: url(/img/gfx/layouts/people/PPA_kontakt_Katka.jpg?v=2); }

.lt-contact .contact-people .contact-box .photo.photo-tereza {
  background-image: url(/img/gfx/layouts/people/PPA_kontakt_Terka.jpg); }

.lt-contact .contact-people .contact-box .photo.photo-matouskova {
  background-image: url(/img/gfx/layouts/people/PPA_kontakt_Lenka.jpg); }

.lt-contact .contact-people .contact-box .photo.photo-mirka {
  background-image: url(/img/gfx/layouts/people/PPA_kontakt_Mirka.jpg); }

.lt-contact .contact-people .contact-box .contact-box-header {
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 20px;
  color: #fff; }

.lt-contact .contact-people .contact-box .contact-box-header h3 {
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 1.0625em; }

.lt-contact .contact-people .contact-box .contact-box-header span {
  font-size: .875em; }

.lt-contact .contact-people .contact-box p {
  padding: 20px;
  color: #040404; }

.lt-contact .contact-people .contact-box p a {
  color: #040404;
  text-decoration: underline; }

.lt-contact .contact-people .contact-box p a:hover {
  text-decoration: none; }

.lt-contact .contact-invoicedata {
  border-top: 1px solid #a7a9ac;
  padding: 40px 0 40px 0; }

.lt-contact .contact-invoicedata .row {
  margin: 0 -10px; }

.lt-contact .contact-invoicedata .row .col-sm-6 {
  padding: 0 20px; }

.lt-contact .contact-invoicedata .contact-box {
  background: rgba(0, 0, 0, 0.1);
  margin: 10px 0 0 0; }

.lt-contact .contact-invoicedata .contact-box h3 {
  display: block;
  margin: 0;
  padding: 15px 20px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1.0625em; }

.lt-contact .contact-invoicedata .contact-box p {
  padding: 20px;
  margin: 0;
  font-size: .9375em;
  color: #040404; }

.lt-contact .contact-invoicedata .contact-box a {
  color: #040404;
  text-decoration: underline; }

.lt-contact .contact-invoicedata .contact-box a:hover {
  text-decoration: none; }

.lt-gamepacks {
  background: url(/img/gfx/layouts/textura_bila.jpg) repeat 0 0; }

.lt-gamepacks .gamepack-header {
  background: url(/img/gfx/layouts/textura_zluta_1.jpg) repeat 0 0; }

.lt-gamepacks .gamepack-header h2 {
  margin: 0;
  padding: 22px 0 10px 0;
  text-align: center;
  font-size: 2.5em;
  color: #000; }

.lt-gamepacks .gamepack-header h2 .icon-sipka_nadpisova {
  font-size: 40px;
  line-height: 0; }

.lt-gamepacks .gamepack-list {
  padding: 40px 0 40px 0;
  -webkit-box-shadow: inset 0 10px 10px -7px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 10px 10px -7px rgba(0, 0, 0, 0.75); }

.lt-gamepacks .gamepack-list .container {
  max-width: 960px; }

.lt-gamepacks .gamepack-list .col-sm-6 {
  padding: 10px; }

.lt-gamepacks .gamepack-list h3.root {
  text-align: center;
  font-size: 1.625em;
  margin: 0;
  padding: 10px 0 0 0;
  color: #000; }

.lt-gamepacks .gamepack-list h3.root .icon-sipka_nadpisova {
  font-size: 30px;
  line-height: 30px; }

.lt-gamepacks .gamepack-list h3.root.first {
  padding-top: 35px; }

.lt-gamepacks .gamepack-list .line {
  width: 100%;
  height: 1px;
  font-size: 1px;
  background: rgba(0, 0, 0, 0.2);
  margin: 30px 0 30px 0; }

.lt-gamepacks .gamepack-list .gamepack-item {
  background: url(/img/gfx/layouts/hatches.png) repeat 0 0;
  padding: 10px 10px 10px 165px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer; }

.lt-gamepacks .gamepack-list .gamepack-item .wrapper {
  background: url(/img/gfx/layouts/textura_bila.jpg) repeat 0 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s;
  transition: .3s;
  font-family: robotoregular,Verdana,Geneva,sans-serif;
  font-weight: 400; }

.lt-gamepacks .gamepack-list .gamepack-item .wrapper h4 {
  margin: 0;
  padding: 12px 20px;
  font-size: 1.5em;
  background: rgba(0, 0, 0, 0.7); }

.lt-gamepacks .gamepack-list .gamepack-item .wrapper h4 a {
  font-family: roboto_condensedregular,Verdana,Geneva,sans-serif;
  color: #fff;
  text-decoration: underline; }

.lt-gamepacks .gamepack-list .gamepack-item .wrapper h4 a:hover {
  text-decoration: none; }

.lt-gamepacks .gamepack-list .gamepack-item .wrapper .desc {
  height: 250px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s;
  transition: .3s; }

.lt-gamepacks .gamepack-list .gamepack-item .wrapper p {
  font-family: robotoregular,Verdana,Geneva,sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #040404;
  padding: 12px 20px;
  margin: 0; }

.lt-gamepacks .gamepack-list .gamepack-item .wrapper .btn {
  background: 0 0;
  color: #040404;
  padding: 7px 22px;
  font-size: 1em;
  border: 2px solid #040404;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 100%;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  text-decoration: none;
  font-family: roboto_condensedregular,Verdana,Geneva,sans-serif;
  text-transform: uppercase;
  position: absolute;
  left: 185px;
  bottom: 30px; }

.lt-gamepacks .gamepack-list .gamepack-item .wrapper .btn:hover {
  background: #040404;
  color: #fff;
  text-decoration: none; }

.lt-gamepacks .gamepack-list .gamepack-item .photo {
  position: absolute;
  top: 10px;
  left: 10px; }

.lt-gamepacks .gamepack-list .gamepack-item .photo img {
  -webkit-transition: .3s;
  transition: .3s; }

.lt-gamepacks .gamepack-list .gamepack-item:hover .photo img {
  -webkit-filter: brightness(80%);
  -moz-filter: brightness(80%);
  -ms-filter: brightness(80%);
  -o-filter: brightness(80%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: brightness(80%);
  filter: brightness(80%); }

.lt-gamepacks .gamepack-list .gamepack-item:hover .wrapper h4 a {
  text-decoration: none; }

.lt-gamepacks .gamepack-list .gamepack-item:hover .wrapper .desc {
  background: rgba(0, 0, 0, 0.3); }

.lt-gamepacks .gamepack-list .gamepack-item:hover .wrapper .btn {
  background: #040404;
  color: #fff; }

.lt-gamepacks .gamepack-list .custom-game {
  max-width: 725px;
  margin: 0 auto 45px auto; }

.lt-gamepacks .gamepack-list .custom-game .wrapper h4 {
  background: 0 0;
  font-size: 1.75em;
  padding: 40px 0 20px 20px; }

.lt-gamepacks .gamepack-list .custom-game .wrapper p {
  font-size: 1em;
  padding: 12px 20px 0 20px;
  margin: 0; }

.game-types {
  padding: 50px 0 30px 0; }

.game-types .container {
  max-width: 980px; }

.game-types .container .row {
  margin: 0 -10px; }

.game-types .container .row .col-sm-6 {
  padding: 0 10px; }

.game-types .panel {
  background: 0 0;
  border: none;
  margin: 0; }

.game-types .panel .panel-heading {
  border: none;
  background: rgba(0, 0, 0, 0.85);
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box; }

.game-types .panel .panel-heading h3 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 1.25em; }

.game-types .panel .panel-body {
  border: none;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 10px; }

.game-types .panel .panel-body .photo {
  float: left; }

.game-types .panel .panel-body p {
  padding: 30px 15px;
  margin: 0;
  color: #000;
  float: left;
  width: 58%; }

.game-types .line {
  width: 100%;
  height: 5px;
  font-size: 1px;
  background: transparent url(/img/gfx/layouts/hatches.png) repeat 0 0;
  margin: 15px 0; }

.game-types .line-big {
  width: 100%;
  height: 1px;
  font-size: 1px;
  background: #a7a9ac;
  margin: 40px 0 55px 0; }

.game-types .custom-game {
  max-width: 725px;
  margin: 0 auto 20px auto;
  background: url(/img/gfx/layouts/hatches.png) repeat 0 0;
  padding: 10px 10px 10px 155px;
  position: relative; }

.game-types .custom-game .wrapper {
  background: url(/img/gfx/layouts/textura_bila.jpg) repeat 0 0;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: robotoregular,Verdana,Geneva,sans-serif;
  font-weight: 400; }

.game-types .custom-game .wrapper h4 {
  margin: 0;
  padding: 40px 0 20px 20px;
  font-size: 1.75em;
  background: 0 0; }

.game-types .custom-game .wrapper h4 a {
  font-family: roboto_condensedregular,Verdana,Geneva,sans-serif;
  color: #fff;
  text-decoration: underline; }

.game-types .custom-game .wrapper h4 a:hover {
  text-decoration: none; }

.game-types .custom-game .wrapper .desc {
  height: 250px;
  background: rgba(0, 0, 0, 0.1); }

.game-types .custom-game .wrapper p {
  font-family: robotoregular,Verdana,Geneva,sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #040404;
  padding: 12px 20px 0 20px;
  margin: 0; }

.game-types .custom-game .wrapper .btn {
  background: 0 0;
  color: #040404;
  padding: 7px 22px;
  font-size: 1em;
  border: 2px solid #040404;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 100%;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  text-decoration: none;
  font-family: roboto_condensedregular,Verdana,Geneva,sans-serif;
  text-transform: uppercase;
  position: absolute;
  left: 185px;
  bottom: 30px; }

.game-types .custom-game .wrapper .btn:hover {
  background: #040404;
  color: #fff;
  text-decoration: none; }

.game-types .custom-game .photo {
  position: absolute;
  top: 10px;
  left: 10px; }

@-webkit-keyframes animPoints {
  from {
    top: 80px; }
  to {
    top: 120px; } }

@keyframes animPoints {
  from {
    top: 80px; }
  to {
    top: 120px; } }

.lt-games {
  background: transparent url(/img/gfx/layouts/textura_maskovana.jpg) repeat 0 0; }

.lt-games .container {
  max-width: 980px;
  color: #fff; }

.lt-games .container .btn {
  background: 0 0;
  color: #facb2e;
  padding: 15px 0;
  font-size: 1.125em;
  border: 2px solid #facb2e;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 100%;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  text-decoration: none;
  font-family: roboto_condensedregular,Verdana,Geneva,sans-serif;
  text-transform: uppercase;
  width: 150px;
  margin: 0 0 60px 0; }

.lt-games .container .btn:hover {
  background: #facb2e;
  color: #000;
  text-decoration: none; }

.lt-games .container h2 {
  font-family: roboto_condensedbold;
  padding: 110px 0 0 0;
  margin: 0;
  height: 185px;
  display: block;
  text-transform: uppercase;
  float: none; }

.lt-games .container p {
  height: 110px;
  font-size: 14px;
  padding: 0 20px;
  margin: 0; }

.lt-games .col-sm-3 {
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer; }

.lt-games .col-sm-3:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 80px;
  top: 0;
  background: #01902f;
  left: 50%; }

.lt-games .col-sm-3:after {
  position: absolute;
  content: '';
  width: 13px;
  height: 13px;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  top: 67px;
  left: 50%;
  margin-left: -6px;
  background: #01902f; }

.lt-games .col-sm-3:nth-child(1), .lt-games .col-sm-3:nth-child(3) {
  background: rgba(0, 0, 0, 0.2); }

.lt-games .col-sm-3:nth-child(2), .lt-games .col-sm-3:nth-child(4) {
  background: rgba(0, 0, 0, 0.1); }

.lt-games .col-sm-3.hover:nth-child(1), .lt-games .col-sm-3.hover:nth-child(3) {
  background: rgba(0, 0, 0, 0.4); }

.lt-games .col-sm-3.hover:nth-child(2), .lt-games .col-sm-3.hover:nth-child(4) {
  background: rgba(0, 0, 0, 0.3); }

.lt-games .col-sm-3.hover .btn {
  background: #facb2e;
  border-color: #facb2e;
  color: #000; }

.lt-games .col-sm-3.hover:before {
  height: 100px; }

.lt-games .col-sm-3.hover:after {
  top: 87px; }

.lt-actions {
  background: url(/img/gfx/layouts/textura_bila.jpg) repeat scroll 0 0 transparent;
  border-bottom: 1px solid #a7a9ac;
  padding: 0 0 30px 0; }

.lt-actions h3.root {
  text-align: center;
  font-size: 1.5em;
  margin: 0;
  padding: 30px 0 20px 0;
  color: #000; }

.lt-actions h3.root .icon-sipka_nadpisova {
  font-size: 30px;
  line-height: 30px; }

.lt-actions .container {
  max-width: 960px;
  color: #000; }

.lt-actions .panel {
  background: 0 0;
  border: none;
  margin: 0 0 20px 0; }

.lt-actions .panel .panel-heading {
  border: none;
  background: rgba(0, 0, 0, 0.85);
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box; }

.lt-actions .panel .panel-heading h3 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 1.5em;
  text-align: center; }

.lt-actions .panel .panel-heading h3 a {
  color: #fff;
  text-decoration: underline; }

.lt-actions .panel .panel-heading h3 a:hover {
  text-decoration: none; }

.lt-actions .panel .panel-body {
  border: none;
  background: rgba(0, 0, 0, 0.1); }

.lt-actions .panel .panel-body .photo {
  float: left;
  width: 50%; }

.lt-actions .panel .panel-body .desc {
  float: left;
  width: 50%; }

.lt-actions .panel .panel-body .box {
  background: rgba(0, 0, 0, 0.1);
  padding: 10px; }

.lt-actions .panel .panel-body .box p {
  margin: 0;
  padding: 0; }

.lt-actions .panel .panel-body .btn {
  background: 0 0;
  color: #000;
  padding: 10px 20px;
  font-size: 1em;
  border: 2px solid #000;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 100%;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  text-decoration: none;
  font-family: roboto_condensedregular,Verdana,Geneva,sans-serif;
  text-transform: uppercase;
  margin-top: 20px; }

.lt-actions .panel .panel-body .btn:hover {
  background: #000;
  color: #fff;
  text-decoration: none; }

.lt-actions .panel.out .panel-heading {
  background: rgba(0, 0, 0, 0.3); }

.lt-biggames {
  background: url(/img/gfx/layouts/textura_bila.jpg) repeat scroll 0 0 transparent;
  -webkit-box-shadow: inset 0 10px 10px -5px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 10px 10px -5px rgba(0, 0, 0, 0.35);
  border-bottom: 1px solid #a7a9ac;
  padding: 0 0 30px 0; }

.lt-biggames .container {
  max-width: 980px;
  color: #000; }

.lt-biggames .container .icon-ppa_bigagme {
  font-size: 13em;
  color: #b26061; }

.lt-biggames h3.root {
  text-align: center;
  font-size: 1.5em;
  margin: 0;
  padding: 30px 0 20px 0;
  color: #000; }

.lt-biggames h3.root .icon-sipka_nadpisova {
  font-size: 30px;
  line-height: 30px; }

.lt-how-to-play {
  border-top: 1px solid #999;
  background: url(/img/gfx/layouts/textura_bila.jpg) repeat 0 0;
  color: #000;
  padding: 0; }

.lt-how-to-play .wrapper {
  background: rgba(0, 0, 0, 0.12); }

.lt-how-to-play a {
  color: #000;
  text-decoration: underline; }

.lt-how-to-play a:hover {
  text-decoration: none; }

.lt-how-to-play h2 {
  font-size: 2.5em;
  font-family: roboto_condensedbold,Verdana,Geneva,sans-serif;
  margin: 0;
  padding: 30px 0 25px 0; }

.lt-how-to-play .container {
  max-width: 980px;
  padding-bottom: 40px;
  background: transparent url(/img/gfx/layouts/people/tereza.jpg) no-repeat top right;
  background-size: contain; }

.lt-how-to-play .container ul {
  margin: 0;
  padding: 0; }

.lt-how-to-play .container ul li {
  list-style-type: none;
  margin: 0;
  padding: 0 10px 10px 80px;
  position: relative;
  display: block;
  min-height: 70px; }

.lt-how-to-play .container ul li .number {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 70px;
  height: 58px;
  line-height: 70px;
  overflow: hidden;
  vertical-align: top; }

.lt-how-to-play .container ul li .number span {
  font-family: roboto_condensedbold,Verdana,Geneva,sans-serif;
  vertical-align: top;
  margin: 0;
  display: block; }

.lt-how-to-play .container ul li .number span.icon-tip_ring {
  margin: 10px 0 0 0;
  font-family: icomoon; }

.lt-how-to-play .container ul li p {
  margin: 0;
  padding: 10px 0 10px 0;
  font-size: 1.125em;
  line-height: 120%; }

.lt-how-to-play .container ul li:last-child {
  margin-top: 0; }

.lt-how-to-play .container ul li .line {
  height: 2px;
  background: transparent url(/img/gfx/layouts/hatches.png) repeat 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.lt-reservation {
  background: url(/img/gfx/layouts/textura_bila.jpg) repeat 0 0;
  color: #040404;
  padding: 40px 0 40px 0; }

.lt-reservation .col-sm-8 {
  padding: 0 10px; }

.lt-reservation .col-sm-4 {
  padding: 0 10px; }

.lt-reservation .container {
  max-width: 980px; }

.lt-reservation a {
  color: #040404;
  text-decoration: underline; }

.lt-reservation a:hover {
  color: #040404;
  text-decoration: none; }

.lt-reservation input, .lt-reservation textarea {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(50, 50, 50, 0.75);
  box-shadow: inset 0 0 2px 0 rgba(50, 50, 50, 0.75);
  border: none;
  border-top: 1px solid #828282; }

.lt-reservation .btn {
  background: 0 0;
  color: #000;
  padding: 14px 18px;
  font-size: 1.125em;
  border: 2px solid #000;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 100%;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  text-decoration: none;
  font-family: roboto_condensedregular,Verdana,Geneva,sans-serif;
  margin: 10px 0 0 0;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lt-reservation .btn:hover {
  background: #000;
  color: #fff;
  text-decoration: none; }

.lt-reservation .checkbox label {
  text-decoration: underline; }

.lt-reservation .checkbox label.selected {
  text-decoration: none; }

.lt-reservation .checkbox label.selected span {
  font-family: roboto_condensedbold,Verdana,Geneva,sans-serif; }

.lt-reservation input[type=checkbox] {
  margin-left: 0; }

.lt-reservation .panel {
  background: 0 0;
  border: none; }

.lt-reservation .panel .panel-heading {
  border: none;
  background: rgba(0, 0, 0, 0.85);
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box; }

.lt-reservation .panel .panel-heading h3 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 1.125em; }

.lt-reservation .panel .panel-body {
  border: none;
  background: rgba(0, 0, 0, 0.1); }

.lt-reservation .help-box {
  background: rgba(0, 0, 0, 0.1) url(/img/gfx/layouts/people/kolocova.png) no-repeat 70px -50px;
  background-size: cover; }

.lt-reservation .help-box h3 {
  padding: 40px 25px;
  margin: 0;
  font-size: 1.5em; }

.lt-reservation .contact-box {
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 10px 10px -5px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 10px 10px -5px rgba(0, 0, 0, 0.75);
  padding: 10px 0 20px 0; }

.lt-reservation .contact-box .item {
  position: relative;
  padding: 10px 0 0 0; }

.lt-reservation .contact-box .phone {
  display: block;
  color: #000; }

.lt-reservation .contact-box .phone strong {
  font-size: 1.25em;
  display: inline-block;
  margin: 10px 0 5px 0; }

.lt-reservation .contact-box .phone p {
  color: #414042;
  font-size: 1em;
  line-height: 120%; }

.lt-reservation .contact-box .phone .wrapper {
  width: 70%;
  float: left; }

.lt-reservation .contact-box .phone .icon-splash_telefon {
  float: left;
  font-size: 80px;
  line-height: 80px;
  display: block; }

.lt-reservation .contact-box .email {
  display: block;
  color: #000; }

.lt-reservation .contact-box .email a {
  color: #000;
  text-decoration: underline;
  display: inline-block;
  margin: 10px 0 5px 0;
  font-size: 1.25em;
  font-family: roboto_condensedbold,Verdana,Geneva,sans-serif; }

.lt-reservation .contact-box .email a:hover {
  text-decoration: none; }

.lt-reservation .contact-box .email p {
  color: #414042;
  font-size: 1em;
  line-height: 120%; }

.lt-reservation .contact-box .email .wrapper {
  float: left;
  width: 70%; }

.lt-reservation .contact-box .email .icon-splash_mail {
  float: left;
  font-size: 80px;
  line-height: 80px;
  display: block; }

.lt-reservation .reservation-box {
  margin: 0 0 20px 0;
  padding: 10px;
  background: transparent url(/img/gfx/layouts/hatches.png) repeat 0 0; }

.lt-reservation .reservation-box .wrapper {
  background: url(/img/gfx/layouts/textura_bila.jpg) repeat 0 0;
  margin: 0;
  text-align: center;
  color: #fff; }

.lt-reservation .reservation-box .wrapper .bc {
  padding: 15px;
  background: rgba(0, 0, 0, 0.85); }

.lt-reservation .reservation-box .wrapper a {
  color: #facb2e;
  font-size: 1.5em; }

.lt-reservation .input-group-addon {
  display: block;
  float: left;
  background: 0 0;
  border: none;
  margin: 4px 0 0 0; }

.lt-reservation #rs_phoneBefore {
  margin-right: 5px; }

.lt-reservation .form-invalid-errors {
  background: red;
  color: #fff;
  padding: 2px 5px;
  display: inline-block; }

.lt-reservation .hasDatepicker {
  float: left; }

.lt-reservation .CMP_datePicker_ico {
  font-size: 1.5em;
  cursor: pointer;
  top: 0;
  display: inline-block;
  font-family: 'Shopero icoSet';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lt-reservation .CMP_datePicker_ico:empty {
  width: 1em; }

.lt-reservation .CMP_datePicker_ico:before {
  position: absolute;
  top: 35px;
  right: 10px;
  content: '\e602'; }

.lt-reservation #gamefield-list .item, .lt-reservation #gamepack-list .item {
  background: transparent url(/img/gfx/layouts/textura_bila.jpg) repeat 0 0;
  border-bottom: 5px solid rgba(0, 0, 0, 0.3);
  margin: 0 0 15px 0;
  width: 100%;
  cursor: pointer;
  display: table; }

.lt-reservation #gamefield-list .item .column, .lt-reservation #gamepack-list .item .column {
  display: table-cell;
  vertical-align: middle; }

.lt-reservation #gamefield-list .item .column.first, .lt-reservation #gamepack-list .item .column.first {
  text-align: center;
  width: 40px;
  font-size: 1.4em; }

.lt-reservation #gamefield-list .item .column.first .icon-cross, .lt-reservation #gamepack-list .item .column.first .icon-cross {
  display: none; }

.lt-reservation #gamefield-list .item .column h4, .lt-reservation #gamepack-list .item .column h4 {
  font-size: 1.25em; }

.lt-reservation #gamefield-list .item .column input[type=radio], .lt-reservation #gamepack-list .item .column input[type=radio] {
  display: inline-block;
  vertical-align: middle;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lt-reservation #gamefield-list .item .column .desc, .lt-reservation #gamepack-list .item .column .desc {
  padding-left: 12px;
  padding-bottom: 10px; }

.lt-reservation #gamefield-list .item .column.last, .lt-reservation #gamepack-list .item .column.last {
  width: 170px;
  vertical-align: top; }

.lt-reservation #gamefield-list .item .column.last img, .lt-reservation #gamepack-list .item .column.last img {
  border: 5px solid rgba(0, 0, 0, 0.2);
  margin: 5px; }

.lt-reservation #gamefield-list .item.active, .lt-reservation #gamepack-list .item.active {
  background: url(/img/gfx/layouts/hatches.png) repeat 0 0;
  padding: 10px; }

.lt-reservation #gamefield-list .item.active .column, .lt-reservation #gamepack-list .item.active .column {
  background: transparent url(/img/gfx/layouts/textura_bila.jpg) repeat 0 0; }

.lt-reservation #gamefield-list .item.active .column.first, .lt-reservation #gamepack-list .item.active .column.first {
  background: #029335; }

.lt-reservation #gamefield-list .item.active .column.first input[type=radio], .lt-reservation #gamepack-list .item.active .column.first input[type=radio] {
  display: none; }

.lt-reservation #gamefield-list .item.active .column.first .icon-cross, .lt-reservation #gamepack-list .item.active .column.first .icon-cross {
  display: inline-block; }

.lt-reservation .form-reservation-check {
  padding: 20px;
  background: transparent url(/img/gfx/layouts/textura_zluta_1.jpg) repeat 0 0; }

.lt-reservation .form-reservation-check .col-sm-4, .lt-reservation .form-reservation-check .col-sm-8 {
  padding: 0; }

.lt-reservation .form-reservation-check input, .lt-reservation .form-reservation-check textarea {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(50, 50, 50, 0.75);
  box-shadow: inset 0 0 2px 0 rgba(50, 50, 50, 0.75);
  border: 1px solid #04742b; }

.lt-reservation .form-reservation-check label.required span {
  font-family: roboto_condensedbold,Verdana,Geneva,sans-serif; }

.lt-reservation .form-reservation-check .errors {
  margin: 0;
  padding: 10px 20px;
  background: red; }

.lt-reservation .form-reservation-check .errors li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #fff; }

.lt-reservation .form-reservation-check p.text-center {
  margin: 0;
  padding: 0; }

.lt-reservation .form-reservation-check .btn {
  background: 0 0;
  color: #000;
  padding: 8px 18px;
  font-size: 1em;
  border: 2px solid #000;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 100%;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  text-decoration: none;
  font-family: roboto_condensedregular,Verdana,Geneva,sans-serif;
  margin: 0 13px;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lt-reservation .form-reservation-check .btn:hover {
  background: #000;
  color: #fff;
  text-decoration: none; }

.gamefield-section-map, .lt-reservation-check {
  padding: 0 0 60px 0; }

.gamefield-section-map #route-map, .lt-reservation-check #route-map {
  width: 100%;
  height: 530px; }

.gamefield-section-map .map-box, .lt-reservation-check .map-box {
  -webkit-box-shadow: 0 10px 0 0 rgba(56, 56, 56, 0.1);
  box-shadow: 0 10px 0 0 rgba(56, 56, 56, 0.1);
  position: relative; }

.gamefield-section-map .map-box:before, .lt-reservation-check .map-box:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 550px;
  width: 10px;
  -webkit-box-shadow: -10px 0 0 0 rgba(56, 56, 56, 0.1);
  box-shadow: -10px 0 0 0 rgba(56, 56, 56, 0.1); }

.gamefield-section-map .map-box:after, .lt-reservation-check .map-box:after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: 0;
  height: 550px;
  width: 10px;
  -webkit-box-shadow: 10px 0 0 0 rgba(56, 56, 56, 0.1);
  box-shadow: 10px 0 0 0 rgba(56, 56, 56, 0.1); }

.gamefield-section-map .col-sm-6, .lt-reservation-check .col-sm-6 {
  padding: 10px;
  background: url(/img/gfx/layouts/textura_bila_1.jpg) repeat 0 0;
  height: 550px; }

.gamefield-section-map .col-sm-6 #route-form, .lt-reservation-check .col-sm-6 #route-form {
  padding: 0 12px;
  margin: -10px -10px 0 -10px;
  background: rgba(168, 190, 152, 0.5); }

.gamefield-section-map .col-sm-6 #route-form h4, .lt-reservation-check .col-sm-6 #route-form h4 {
  margin: 0;
  font-size: 1.25em;
  padding: 25px 0 15px;
  text-align: center;
  color: #000; }

.gamefield-section-map .col-sm-6 #route-form p, .lt-reservation-check .col-sm-6 #route-form p {
  margin: 0;
  padding: 12px 0; }

.gamefield-section-map .col-sm-6 #route-form p a, .lt-reservation-check .col-sm-6 #route-form p a {
  color: #121212;
  text-decoration: underline; }

.gamefield-section-map .col-sm-6 #route-form p a:hover, .lt-reservation-check .col-sm-6 #route-form p a:hover {
  text-decoration: none; }

.gamefield-section-map .col-sm-6 #route-form input[type=text], .lt-reservation-check .col-sm-6 #route-form input[type=text] {
  width: 320px;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.75); }

.gamefield-section-map .col-sm-6 #route-form button, .lt-reservation-check .col-sm-6 #route-form button {
  text-transform: uppercase;
  background: 0 0;
  color: #000;
  padding: 8px 12px;
  font-size: .8125em;
  border: 2px solid #000;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 100%;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  text-decoration: none;
  font-family: roboto_condensedregular,Verdana,Geneva,sans-serif; }

.gamefield-section-map .col-sm-6 #route-form button:hover, .lt-reservation-check .col-sm-6 #route-form button:hover {
  background: #000;
  color: #fff;
  text-decoration: none; }

.gamefield-section-map .col-sm-6 #route-list, .gamefield-section-map .col-sm-6 .route-list, .lt-reservation-check .col-sm-6 #route-list, .lt-reservation-check .col-sm-6 .route-list {
  height: 393px;
  overflow: auto;
  border: 1px solid #bcbec0;
  border-top: 2px solid #bcbec0;
  padding: 10px;
  margin: 10px 0 0 -10px; }

.gamefield-section-map .col-sm-6 #route-list .empty, .gamefield-section-map .col-sm-6 .route-list .empty, .lt-reservation-check .col-sm-6 #route-list .empty, .lt-reservation-check .col-sm-6 .route-list .empty {
  display: block;
  text-align: center;
  font-size: 1.5em;
  padding: 180px 0 0 0; }

.gamefield-section-map .route-direction-item, .lt-reservation-check .route-direction-item {
  position: relative;
  padding: 0 0;
  cursor: pointer; }

.gamefield-section-map .route-direction-item.active, .lt-reservation-check .route-direction-item.active {
  background: rgba(255, 0, 0, 0.15); }

.gamefield-section-map .route-direction-item h4, .lt-reservation-check .route-direction-item h4 {
  float: left;
  width: 80%;
  font-size: .875em; }

.gamefield-section-map .route-direction-item .desc, .lt-reservation-check .route-direction-item .desc {
  padding: 5px 0; }

.gamefield-section-map .route-direction-item:nth-child(odd) .desc, .lt-reservation-check .route-direction-item:nth-child(odd) .desc {
  background: rgba(105, 119, 96, 0.15); }

.gamefield-section-map .route-direction-item .route-direction-distance, .lt-reservation-check .route-direction-item .route-direction-distance {
  overflow: hidden;
  display: block;
  position: relative;
  text-align: right;
  font-size: .75em;
  color: #58595b; }

.gamefield-section-map .route-direction-item .route-direction-distance:before, .lt-reservation-check .route-direction-item .route-direction-distance:before {
  position: absolute;
  content: '';
  width: 100%;
  right: 100px;
  bottom: 7px;
  height: 1px;
  background: #bcbec0; }

.gamefield-section-map .route-direction-maneuver, .lt-reservation-check .route-direction-maneuver {
  width: 16px;
  height: 16px;
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  margin: 10px; }

.gamefield-section-map .route-direction-maneuver > img, .lt-reservation-check .route-direction-maneuver > img {
  left: 0;
  position: absolute;
  display: block; }

.gamefield-section-map .route-direction-maneuver-ferry > img, .lt-reservation-check .route-direction-maneuver-ferry > img {
  top: -614px; }

.gamefield-section-map .route-direction-maneuver-ferry-train > img, .lt-reservation-check .route-direction-maneuver-ferry-train > img {
  top: -566px; }

.gamefield-section-map .route-direction-maneuver-merge > img, .lt-reservation-check .route-direction-maneuver-merge > img {
  top: -143px; }

.gamefield-section-map .route-direction-maneuver-straight > img, .lt-reservation-check .route-direction-maneuver-straight > img {
  top: -534px; }

.gamefield-section-map .route-direction-maneuver-fork-left > img, .lt-reservation-check .route-direction-maneuver-fork-left > img {
  top: -550px; }

.gamefield-section-map .route-direction-maneuver-ramp-left > img, .lt-reservation-check .route-direction-maneuver-ramp-left > img {
  top: -598px; }

.gamefield-section-map .route-direction-maneuver-roundabout-left > img, .lt-reservation-check .route-direction-maneuver-roundabout-left > img {
  top: -197px; }

.gamefield-section-map .route-direction-maneuver-turn-left > img, .lt-reservation-check .route-direction-maneuver-turn-left > img {
  top: -413px; }

.gamefield-section-map .route-direction-maneuver-turn-sharp-left > img, .lt-reservation-check .route-direction-maneuver-turn-sharp-left > img {
  top: 0; }

.gamefield-section-map .route-direction-maneuver-turn-slight-left > img, .lt-reservation-check .route-direction-maneuver-turn-slight-left > img {
  top: -378px; }

.gamefield-section-map .route-direction-maneuver-uturn-left > img, .lt-reservation-check .route-direction-maneuver-uturn-left > img {
  top: -305px; }

.gamefield-section-map .route-direction-maneuver-fork-right > img, .lt-reservation-check .route-direction-maneuver-fork-right > img {
  top: -499px; }

.gamefield-section-map .route-direction-maneuver-ramp-right > img, .lt-reservation-check .route-direction-maneuver-ramp-right > img {
  top: -429px; }

.gamefield-section-map .route-direction-maneuver-roundabout-right > img, .lt-reservation-check .route-direction-maneuver-roundabout-right > img {
  top: -232px; }

.gamefield-section-map .route-direction-maneuver-turn-right > img, .lt-reservation-check .route-direction-maneuver-turn-right > img {
  top: -483px; }

.gamefield-section-map .route-direction-maneuver-turn-sharp-right > img, .lt-reservation-check .route-direction-maneuver-turn-sharp-right > img {
  top: -582px; }

.gamefield-section-map .route-direction-maneuver-turn-slight-right > img, .lt-reservation-check .route-direction-maneuver-turn-slight-right > img {
  top: -51px; }

.gamefield-section-map .route-direction-maneuver-uturn-right > img, .lt-reservation-check .route-direction-maneuver-uturn-right > img {
  top: -35px; }

.lt-reservation-check {
  padding-top: 40px;
  padding-bottom: 40px; }

.lt-reservation-check .panel {
  margin-top: 20px; }

.lt-reservation-check .panel .wrapper {
  background: transparent url(/img/gfx/layouts/textura_bila.jpg) repeat 0 0;
  padding: 5px 5px 20px 20px;
  border-bottom: 5px solid rgba(0, 0, 0, 0.3); }

.lt-reservation-check .panel .wrapper p {
  margin: 0;
  padding: 0; }

.lt-reservation-check .panel .wrapper p.big {
  font-size: 1.25em; }

.lt-reservation-check .panel .wrapper p.date {
  padding-top: 25px; }

.lt-reservation-check .panel .wrapper p.gps, .lt-reservation-check .panel .wrapper p.send-notification {
  padding-top: 10px; }

.lt-reservation-check .panel .map {
  float: right;
  border: 5px solid rgba(0, 0, 0, 0.15); }

.lt-reservation-check .panel .mapbox {
  margin: 15px 0 0 0;
  padding: 15px 0;
  border-top: 1px solid #939598;
  border-bottom: 1px solid #939598; }

.lt-reservation-check .panel .mapbox .col-sm-4, .lt-reservation-check .panel .mapbox .col-sm-8 {
  padding: 0; }

.lt-reservation-check .panel .mapbox label.required span {
  font-family: roboto_condensedbold,Verdana,Geneva,sans-serif; }

.lt-reservation-check .panel .mapbox .route-list {
  background: transparent url(/img/gfx/layouts/textura_bila_1.jpg) repeat 0 0;
  height: auto;
  display: none;
  padding: 20px; }

.lt-reservation-check .panel .mapbox .btn {
  margin: 0 0 0 12px;
  padding: 8px 12px;
  font-size: 1em; }

.lt-sitemap {
  padding: 40px 0 40px 0; }

.lt-equipment h3.root {
  margin: 0;
  padding: 0 0 10px 0;
  text-align: center;
  font-size: 1.5em;
  color: #000; }

.lt-equipment h3.root .icon-sipka_nadpisova {
  font-size: 24px;
  line-height: 0; }

.lt-equipment .lt-equipment-detail {
  background: rgba(0, 0, 0, 0.12); }

.lt-equipment .lt-equipment-detail .container {
  background: transparent url(/img/gfx/layouts/equipment/router.jpg) no-repeat top center;
  max-width: 980px;
  min-width: 980px;
  min-height: 530px;
  position: relative; }

.lt-equipment .lt-equipment-detail .container .base-set {
  width: 210px;
  height: 210px;
  padding: 30px 0 0 0;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  position: absolute;
  bottom: 70px;
  right: 60px;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
  color: #facb2e; }

.lt-equipment .lt-equipment-detail .container .base-set strong {
  font-size: 2.8125em;
  font-weight: 400;
  font-family: robotobold,Verdana,Geneva,sans-serif; }

.lt-equipment .lt-equipment-detail .container .base-set a {
  color: #fff; }

.lt-equipment .lt-equipment-detail .container .base-set hr {
  width: 160px;
  border: none;
  background: 0 0;
  height: 1px;
  margin: 5px auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

.lt-equipment .lt-equipment-detail .container ul {
  margin: 0;
  padding: 0; }

.lt-equipment .lt-equipment-detail .container ul li {
  font-size: 1.25em;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute; }

.lt-equipment .lt-equipment-detail .container ul li a {
  text-decoration: none; }

.lt-equipment .lt-equipment-detail .container ul li .line-wrapper {
  position: relative; }

.lt-equipment .lt-equipment-detail .container ul li .line-wrapper .line {
  display: block;
  width: 117px;
  height: 1px;
  background: #000;
  font-size: 1px;
  position: absolute;
  bottom: -25px;
  right: 0;
  margin: 0 !important; }

.lt-equipment .lt-equipment-detail .container ul li .line-wrapper .line:after {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  background: #000;
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
  position: absolute;
  left: 0;
  top: -8px; }

.lt-equipment .lt-equipment-detail .container ul li:hover {
  color: #facb2e; }

.lt-equipment .lt-equipment-detail .container ul li:hover a {
  color: #facb2e; }

.lt-equipment .lt-equipment-detail .container ul li:hover .line-wrapper .line {
  background: #facb2e; }

.lt-equipment .lt-equipment-detail .container ul li:hover .line-wrapper .line:after {
  background: #facb2e; }

.lt-equipment .lt-equipment-detail .container ul li.equipment-a {
  top: 50px;
  right: 50px; }

.lt-equipment .lt-equipment-detail .container ul li.equipment-a .line {
  width: 430px; }

.lt-equipment .lt-equipment-detail .container ul li.equipment-a:hover {
  color: #000; }

.lt-equipment .lt-equipment-detail .container ul li.equipment-a:hover .line-wrapper .line {
  background: #000; }

.lt-equipment .lt-equipment-detail .container ul li.equipment-a:hover .line-wrapper .line:after {
  background: #000; }

.lt-equipment .lt-equipment-detail .container ul li.equipment-b {
  top: 110px;
  left: 50px; }

.lt-equipment .lt-equipment-detail .container ul li.equipment-b .line {
  right: auto;
  left: 0;
  width: 310px; }

.lt-equipment .lt-equipment-detail .container ul li.equipment-b .line:after {
  right: 0;
  left: auto; }

.lt-equipment .lt-equipment-detail .container ul li.equipment-c {
  top: 150px;
  right: 50px; }

.lt-equipment .lt-equipment-detail .container ul li.equipment-c .line {
  width: 410px; }

.lt-equipment .lt-equipment-detail .container ul li.equipment-d {
  top: 340px;
  left: 50px; }

.lt-equipment .lt-equipment-detail .container ul li.equipment-d .line {
  right: auto;
  left: 0;
  width: 340px; }

.lt-equipment .lt-equipment-detail .container ul li.equipment-d .line:after {
  right: 0;
  left: auto; }

.lt-equipment .lt-equipment-detail .container ul li.equipment-e {
  top: 210px;
  left: 50px; }

.lt-equipment .lt-equipment-detail .container ul li.equipment-e .line {
  right: auto;
  left: 0;
  width: 340px; }

.lt-equipment .lt-equipment-detail .container ul li.equipment-e .line:after {
  right: 0;
  left: auto; }

.lt-equipment .lt-equipment-list {
  -webkit-box-shadow: inset 0 10px 10px -5px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 10px 10px -5px rgba(0, 0, 0, 0.35);
  border-top: 1px solid #a1a1a1;
  padding: 40px 0 40px 0; }

.lt-equipment .lt-equipment-list .container {
  max-width: 780px; }

.lt-equipment .panel {
  background: transparent url(/img/gfx/layouts/hatches.png) repeat;
  border: none;
  margin: 0 0 20px 0;
  padding: 10px; }

.lt-equipment .panel .panel-wrapper {
  background: transparent url(/img/gfx/layouts/textura_bila.jpg) repeat; }

.lt-equipment .panel .panel-heading {
  border: none;
  background: rgba(0, 0, 0, 0.85);
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box; }

.lt-equipment .panel .panel-heading h3 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 1.25em; }

.lt-equipment .panel .panel-heading h3 a {
  color: #fff;
  text-decoration: underline; }

.lt-equipment .panel .panel-heading h3 a:hover {
  text-decoration: none; }

.lt-equipment .panel .panel-body {
  border: none;
  background: rgba(0, 0, 0, 0.08);
  padding: 0 10px; }

.lt-equipment .panel .panel-body .photo {
  float: left;
  padding: 30px 0 0 0; }

.lt-equipment .panel .panel-body p {
  font-family: robotoregular,Verdana,Geneva,sans-serif;
  font-weight: 400;
  padding: 30px 15px;
  margin: 0;
  color: #000;
  float: left;
  width: 58%;
  font-size: .9375em;
  color: #040404; }

.lt-equipment .panel .panel-body p .btn {
  text-transform: uppercase;
  background: 0 0;
  color: #040404;
  padding: 10px 12px;
  font-size: 1em;
  border: 2px solid #040404;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 100%;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  text-decoration: none;
  font-family: roboto_condensedregular,Verdana,Geneva,sans-serif; }

.lt-equipment .panel .panel-body p .btn:hover {
  background: #040404;
  color: #fff;
  text-decoration: none; }

.lt-homepage .home-tips .home-slider .item .desc h3 {
  height: 40%; }

.lt-homepage .home-tips .home-slider .item .desc p {
  height: 36%; }

html[lang=de] .lt-homepage .home-tips .home-slider .item .desc h3 {
  height: 35%; }

html[lang=de] .lt-homepage .home-tips .home-slider .item .desc p {
  height: 36%; }

#cboxOverlay, #cboxWrapper, #colorbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxBottomLeft, #cboxMiddleLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto; }

#cboxLoadedContent iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0; }

#cboxTitle {
  margin: 0; }

#cboxLoadingGraphic, #cboxLoadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
  cursor: pointer;
  border: none; }

#cboxOverlay {
  background: #000; }

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(/img/gfx/libraries/jquery.colorbox/controls.png) no-repeat -100px 0; }

#cboxTopRight {
  width: 18px;
  height: 21px;
  background: url(/img/gfx/libraries/jquery.colorbox/controls.png) no-repeat -129px 0; }

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(/img/gfx/libraries/jquery.colorbox/controls.png) no-repeat -100px -29px; }

#cboxBottomRight {
  width: 18px;
  height: 21px;
  background: url(/img/gfx/libraries/jquery.colorbox/controls.png) no-repeat -129px -29px; }

#cboxMiddleLeft {
  width: 21px;
  background: url(/img/gfx/libraries/jquery.colorbox/controls.png) left top repeat-y; }

#cboxMiddleRight {
  width: 21px;
  background: url(/img/gfx/libraries/jquery.colorbox/controls.png) right top repeat-y; }

#cboxTopCenter {
  height: 21px;
  background: url(/img/gfx/libraries/jquery.colorbox/border.png) 0 0 repeat-x; }

#cboxBottomCenter {
  height: 21px;
  background: url(/img/gfx/libraries/jquery.colorbox/border.png) 0 -29px repeat-x; }

#cboxContent {
  background: #fff; }

#cboxTitle {
  position: absolute;
  bottom: 4px;
  right: 10px;
  display: block;
  text-align: right;
  width: 100%;
  color: #949494; }

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494; }

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef; }

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/img/gfx/libraries/jquery.colorbox/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxPrevious.hover {
  background-position: -75px -25px; }

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(/img/gfx/libraries/jquery.colorbox/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxNext.hover {
  background-position: -50px -25px; }

#cboxLoadingOverlay {
  background: url(/img/gfx/libraries/jquery.colorbox/loading_background.png) no-repeat center center; }

#cboxLoadingGraphic {
  background: url(/img/gfx/admin/loader.gif) no-repeat center center;
  width: 100%;
  height: 100%; }

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  font-family: 'Shopero icoSet';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: 0 0;
  border: none;
  text-align: center;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  z-index: 100000; }

#cboxClose:after {
  text-align: center;
  content: "\e631"; }

#cboxClose.hover {
  background: url(/img/gfx/libraries/jquery.colorbox/controls.png) no-repeat -27px -27px; }

#cboxClose {
  font-size: 1em;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  color: #fff;
  background: rgba(0, 0, 0, 0.75); }

#cboxClose:hover {
  background: #000;
  color: #facb2e; }

#cboxCurrent {
  display: none;
  left: -100000px; }

#cboxPrevious {
  top: 50%;
  display: block;
  overflow: hidden;
  margin: 0;
  text-indent: 0;
  margin-top: -25px;
  left: 5px;
  font-size: 3em;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: 0 0;
  text-align: center;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  background: rgba(0, 0, 0, 0.75); }

#cboxPrevious:hover {
  background: #000;
  color: #facb2e; }

#cboxPrevious:before {
  position: absolute;
  left: 2px;
  top: 2px;
  content: "\e61d";
  display: block; }

#cboxNext {
  margin: 0;
  text-indent: 0;
  top: 50%;
  display: block;
  overflow: hidden;
  margin-top: -25px;
  right: 5px;
  left: auto;
  text-align: center;
  font-size: 3em;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: 0 0;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  background: rgba(0, 0, 0, 0.75);
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff; }

#cboxNext:before {
  content: "\e61e";
  display: block;
  position: absolute;
  left: 2px;
  top: 2px; }

#cboxNext:hover {
  background: #000;
  color: #facb2e; }

#cboxBottomCenter, #cboxBottomLeft, #cboxBottomRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxTopCenter, #cboxTopLeft, #cboxTopRight {
  background: #231f20; }

#cboxBottomLeft, #cboxBottomRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxTopLeft, #cboxTopRight {
  width: 10px; }

#cboxBottomCenter, #cboxBottomLeft, #cboxBottomRight, #cboxTopCenter, #cboxTopLeft, #cboxTopRight {
  height: 10px; }

#cboxLoadedContent {
  text-align: center; }

body::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(/img/gfx/layouts/points/kamenice_hover.png) url(/img/gfx/layouts/points/lhota_hover.png) url(/img/gfx/layouts/points/praha_hover.png) url(/img/gfx/layouts/points/borderland_hover.png) url(/img/gfx/layouts/points/hrebecna_hover.png) url(/img/gfx/layouts/points/cheb_hover.png) url(/img/gfx/layouts/points/liba_hover.png) url(/img/gfx/layouts/points/line_hover.png) url(/img/gfx/layouts/points/myto-indoor_hover.png) url(/img/gfx/layouts/points/myto-outdoor_hover.png) url(/img/gfx/layouts/points/myto-reball_hover.png) url(/img/gfx/layouts/points/myto-sport_hover.png) url(/img/gfx/layouts/points/ruda_hover.png) url(/img/gfx/layouts/points/spa-pilsen_hover.png); }

.lt-gamefields .map-position {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden; }

.lt-gamefields .map-wrapper {
  position: absolute;
  height: 600px;
  width: 1899px;
  margin-left: -949.5px;
  left: 50%;
  top: 0; }

.lt-gamefields .map-wrapper img {
  width: 1899px;
  height: auto; }

.lt-gamefields .map-wrapper .point {
  position: absolute;
  display: block; }

.lt-gamefields .map-wrapper .point span {
  display: none; }

.lt-gamefields .map-wrapper .point.point-hriste-lhota {
  background: transparent url(/img/gfx/layouts/points/lhota.png?v=1) no-repeat 0 0;
  width: 90px;
  height: 80px;
  top: 56.2%;
  left: 51.8%;
  -webkit-transition: .3s;
  transition: .3s; }

.lt-gamefields .map-wrapper .point.point-hriste-lhota:hover {
  background: transparent url(/img/gfx/layouts/points/lhota_hover.png?v=2) no-repeat 0 0;
}

.lt-gamefields .map-wrapper .point.point-wetlands-karez {
  background: transparent url(/img/gfx/layouts/points/wetlands.png?v=1) no-repeat 0 0;
    width: 190px;
    height: 70px;
    top: 37.5%;
    left: 51.88%;
  -webkit-transition: .3s;
  transition: .3s; }
.lt-gamefields .map-wrapper .point.point-wetlands-karez:hover {
background: transparent url(/img/gfx/layouts/points/wetlands_hover.png?v=2) no-repeat 0 0;
}



.lt-gamefields .map-wrapper .point.point-hriste-kamenice {
  background: transparent url(/img/gfx/layouts/points/kamenice.png) no-repeat 0 0;
  width: 180px;
  height: 40px;
  top: 65%;
  left: 46.5%;
  margin-left: -90px;
  -webkit-transition: .3s;
  transition: .3s; }


  .lt-gamefields .map-wrapper .point.point-rocketbase-pernarec {
    background: transparent url(/img/gfx/layouts/points/ppa_mapa_rocketbase_pointer.png?v=1) no-repeat 0 0;
    width: 205px;
    height: 40px;
    top: 41.2%;
    left: 38.5%;
    -webkit-transition: .3s;
    transition: .3s; }

  .lt-gamefields .map-wrapper .point.point-rocketbase-pernarec:hover {
    background: transparent url(/img/gfx/layouts/points/ppa_mapa_rocketbase_pointer_HOVER.png?v=2) no-repeat 0 0;
  }

.lt-gamefields .map-wrapper .point.point-hriste-kamenice:hover {
  background: transparent url(/img/gfx/layouts/points/kamenice_hover.png) no-repeat 0 0; }

.lt-gamefields .map-wrapper .point.point-outdoor-hriste-myto {
  background: transparent url(/img/gfx/layouts/points/myto-outdoor.png) no-repeat 0 0;
  width: 300px;
  height: 36px;
  top: 48%;
  left: 64.1%;
  margin-left: -90px;
  z-index: 5;
  -webkit-transition: .3s;
  transition: .3s; }

.lt-gamefields .map-wrapper .point.point-outdoor-hriste-myto:hover {
  background: transparent url(/img/gfx/layouts/points/myto-outdoor_hover.png) no-repeat 0 0; }

.lt-gamefields .map-wrapper .point.point-indoor-hriste-myto {
  background: transparent url(/img/gfx/layouts/points/myto-indoor.png) no-repeat 0 0;
  width: 300px;
  height: 72px;
  top: 48%;
  left: 64.1%;
  margin-left: -90px;
  z-index: 4;
  -webkit-transition: .3s;
  transition: .3s; }

.lt-gamefields .map-wrapper .point.point-indoor-hriste-myto:hover {
  background: transparent url(/img/gfx/layouts/points/myto-indoor_hover.png) no-repeat 0 0; }

.lt-gamefields .map-wrapper .point.point-reball-hala-myto {
  background: transparent url(/img/gfx/layouts/points/myto-reball.png) no-repeat 0 0;
  width: 300px;
  height: 108px;
  top: 48%;
  left: 64.1%;
  margin-left: -90px;
  z-index: 3;
  -webkit-transition: .3s;
  transition: .3s; }

.lt-gamefields .map-wrapper .point.point-reball-hala-myto:hover {
  background: transparent url(/img/gfx/layouts/points/myto-reball_hover.png) no-repeat 0 0; }

.lt-gamefields .map-wrapper .point.point-sportovni-hriste-myto {
  background: transparent url(/img/gfx/layouts/points/myto-sport.png) no-repeat 0 0;
  width: 300px;
  height: 144px;
  top: 48%;
  left: 64.1%;
  margin-left: -90px;
  z-index: 2;
  -webkit-transition: .3s;
  transition: .3s; }

 html[lang="de"] .lt-gamefields .map-wrapper .point.point-sportovni-hriste-myto {
	  background: transparent url(/img/gfx/layouts/points/myto-sport-de.png) no-repeat 0 0;
 }

 html[lang="en"] .lt-gamefields .map-wrapper .point.point-sportovni-hriste-myto {
	 background: transparent url(/img/gfx/layouts/points/myto-sport-de.png) no-repeat 0 0;
 }

.lt-gamefields .map-wrapper .point.point-sportovni-hriste-myto:hover {
  background: transparent url(/img/gfx/layouts/points/myto-sport_hover.png) no-repeat 0 0; }

  html[lang="en"] .lt-gamefields .map-wrapper .point.point-sportovni-hriste-myto:hover {
	background: transparent url(/img/gfx/layouts/points/myto-sport_hover-de.png) no-repeat 0 0 !important;
  }

  html[lang="de"] .lt-gamefields .map-wrapper .point.point-sportovni-hriste-myto:hover {
  background: transparent url(/img/gfx/layouts/points/myto-sport_hover-de.png) no-repeat 0 0 !important;
  }


.lt-gamefields .map-wrapper .point.point-borderland {
  background: transparent url(/img/gfx/layouts/points/borderland.png) no-repeat 0 0;
  width: 205px;
  height: 40px;
  top: 77.5%;
  left: 43.5%;
  margin-left: -90px;
  -webkit-transition: .3s;
  transition: .3s; }

.lt-gamefields .map-wrapper .point.point-borderland:hover {
  background: transparent url(/img/gfx/layouts/points/borderland_hover.png) no-repeat 0 0; }

.lt-gamefields .map-wrapper .point.point-hriste-spa-plzen {
  background: transparent url(/img/gfx/layouts/points/spa-pilsen.png?v=2) no-repeat 0 0;
  width: 130px;
  height: 80px;
  top: 51%;
  left: 59%;
  margin-left: -90px;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 5; }

.lt-gamefields .map-wrapper .point.point-hriste-spa-plzen:hover {
  background: transparent url(/img/gfx/layouts/points/spa-pilsen_hover.png?v=2) no-repeat 0 0; }

.lt-gamefields .map-wrapper .point.point-hriste-line {
  background: transparent url(/img/gfx/layouts/points/line.png) no-repeat 0 0;
  width: 130px;
  height: 40px;
  top: 54.7%;
  left: 45.5%;
  -webkit-transition: .3s;
  transition: .3s; }

.lt-gamefields .map-wrapper .point.point-hriste-line:hover {
  background: transparent url(/img/gfx/layouts/points/line_hover.png) no-repeat 0 0; }

.lt-gamefields .map-wrapper .point.point-hriste-liba {
  background: transparent url(/img/gfx/layouts/points/liba.png) no-repeat 0 0;
  width: 130px;
  height: 40px;
  top: 24.7%;
  left: 33%;
  -webkit-transition: .3s;
  transition: .3s; }

.lt-gamefields .map-wrapper .point.point-hriste-liba:hover {
  background: transparent url(/img/gfx/layouts/points/liba_hover.png) no-repeat 0 0; }

.lt-gamefields .map-wrapper .point.point-hriste-zelezna-ruda {
  background: transparent url(/img/gfx/layouts/points/ruda.png) no-repeat 0 0;
  width: 220px;
  height: 40px;
  top: 87%;
  left: 52%;
  -webkit-transition: .3s;
  transition: .3s; }

.lt-gamefields .map-wrapper .point.point-hriste-zelezna-ruda:hover {
  background: transparent url(/img/gfx/layouts/points/ruda_hover.png) no-repeat 0 0; }

.lt-gamefields .map-wrapper .point.point-hriste-cheb {
  background: transparent url(/img/gfx/layouts/points/cheb.png) no-repeat 0 0;
  width: 130px;
  height: 40px;
  top: 26%;
  left: 42.5%;
  -webkit-transition: .3s;
  transition: .3s; }

.lt-gamefields .map-wrapper .point.point-hriste-cheb:hover {
  background: transparent url(/img/gfx/layouts/points/cheb_hover.png) no-repeat 0 0; }

.lt-gamefields .map-wrapper .point.point-hriste-hrebecna {
  background: transparent url(/img/gfx/layouts/points/hrebecna.png) no-repeat 0 0;
  width: 170px;
  height: 40px;
  top: 11.3%;
  left: 46.5%;
  -webkit-transition: .3s;
  transition: .3s; }

.lt-gamefields .map-wrapper .point.point-hriste-hrebecna:hover {
  background: transparent url(/img/gfx/layouts/points/hrebecna_hover.png) no-repeat 0 0; }

.lt-gamefields .map-wrapper .point.point-hriste-praha {
  background: transparent url(/img/gfx/layouts/points/praha.png) no-repeat 0 0;
  width: 170px;
  height: 40px;
  top: 32%;
  left: 69.5%;
  -webkit-transition: .3s;
  transition: .3s; }

.lt-gamefields .map-wrapper .point.point-hriste-praha:hover {
  background: transparent url(/img/gfx/layouts/points/praha_hover.png) no-repeat 0 0; }

@media (max-width: 1020px) {
  .lt-gamefields .map-position {
    height: 460px; }
  .lt-gamefields .map-position .map-wrapper {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    top: -80px; } }

@media (max-width: 820px) {
  .lt-gamefields .map-position {
    height: 360px; }
  .lt-gamefields .map-position .map-wrapper {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    top: -120px; } }

@media (max-width: 600px) {
  .lt-gamefields .map-position {
    height: 210px; }
  .lt-gamefields .map-position .map-wrapper {
    -webkit-transform: scale(0.35);
    transform: scale(0.35);
    margin-left: -979px;
    top: -195px; } }

@media (max-width: 980px) {
  .lt-gamefields .list .gamefield-thumb .hover-map {
    left: 100% !important; } }

@media (max-width: 767px) {
  body {
    background: transparent url(/img/gfx/layouts/background-mobile.jpg) repeat 0 0; }
  .lt-graphics-a {
    background: transparent url(/img/gfx/layouts/background-mobile.jpg) repeat 0 0; }
  .lt-header .top-info .languages {
    padding: 10px;
    background: rgba(64, 66, 65, 0.5);
    text-align: center;
    width: 40%; }
  .lt-header .top-info .languages li {
    display: inline-block;
    border: none;
    float: none; }
  .lt-header .top-info .languages li a {
    background: #000;
    color: #fff;
    padding: 12px; }
  .lt-header .top-info .languages li a:hover {
    background: #facb2e;
    color: #000; }
  .lt-header .top-info .languages li:first-child {
    margin-right: 5px; }
  .lt-header .top-info .info {
    width: 60%;
    margin: 0;
    padding: 5px 10px 0 10px;
    border: none; }
  .lt-header .logo {
    position: relative;
    text-align: center;
    margin: 0;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    -webkit-box-shadow: inset 0 55px 55px -25px #141414;
    box-shadow: inset 0 55px 55px -25px #141414;
    padding: 10px; }
  .lt-header .logo img {
    max-width: 286px;
    width: 70%;
    height: auto; }
  .lt-header .navbar-toggle {
    display: block;
    width: 40%;
    float: left;
    margin: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    font-size: 1.375em;
    line-height: 100%;
    padding: 0;
    line-height: 60px;
    border: none;
    height: 60px;
    overflow: hidden; }
  .lt-header .navbar-fixed-top {
    background: transparent url(/img/gfx/layouts/background-mobile.jpg) repeat 0 0; }
  .lt-header .resevation {
    float: right;
    width: 60%;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 60px;
    height: 60px;
    text-decoration: none; }
  .lt-header .resevation:hover {
    text-decoration: none; }
  .lt-header .resevation .arrow {
    float: none;
    display: inline-block;
    margin: 0;
    vertical-align: middle; }
  .lt-header .resevation .title {
    float: none;
    display: inline-block;
    margin: 0;
    vertical-align: middle; }
  .lt-header .top-fixed {
    height: 60px;
    width: 100%;
    margin-top: -20px; }
  .lt-header .top-fixed .top-fixed-wrapper {
    border-bottom: 1px solid #474447; }
  .lt-header .top-fixed .navbar-toggle {
    text-transform: uppercase;
    background: transparent url(/img/gfx/layouts/background-mobile.jpg) repeat 0 0; }
  .lt-header .top-fixed .navbar-toggle .icon-menu_close {
    font-size: 1.5625em;
    vertical-align: middle;
    display: inline-block; }
  .lt-header .top-fixed .navbar-toggle .icon-menu {
    font-size: 1.5625em;
    vertical-align: middle;
    display: inline-block; }
  .lt-header .top-fixed .navbar-toggle .title {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px; }
  .lt-header .top-fixed .navbar-toggle .inactive {
    display: none;
    background: rgba(0, 0, 0, 0.7); }
  .lt-header .top-fixed .navbar-toggle .active {
    display: block;
    background: rgba(0, 0, 0, 0.7);
    color: #facb2e; }
  .lt-header .top-fixed .navbar-toggle.collapsed {
    background: 0 0; }
  .lt-header .top-fixed .navbar-toggle.collapsed .active {
    display: none; }
  .lt-header .top-fixed .navbar-toggle.collapsed .inactive {
    display: block; }
  .lt-header .navbar-default.root-navigation {
    background: transparent url(/img/gfx/layouts/background-mobile.jpg) repeat 0 0;
    margin: 0;
    position: fixed;
    width: 100%;
    overflow: auto;
    max-height: 380px;
    z-index: 1; }
  .lt-header .navbar-default.root-navigation ul.navbar-nav {
    display: block;
    background: rgba(0, 0, 0, 0.7);
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #474447; }
  .lt-header .navbar-default.root-navigation ul.navbar-nav li {
    display: block;
    border-top: 1px solid #474447;
    text-align: center; }
  .lt-header .navbar-default.root-navigation ul.navbar-nav li.active a {
    text-decoration: none;
    border-bottom: 3px solid #facb2e;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0; }
  .help-box {
    margin-top: 20px !important; }
  .lt-breadcrumb {
    display: none; }
  .lt-homepage .home-info {
    background: 0 0;
    border-top: none; }
  .lt-homepage .home-info img {
    display: none; }
  .lt-homepage .home-info h4 {
    padding: 10px;
    text-align: center;
    font-size: 1.5em; }
  .lt-homepage .home-info h3 {
    padding: 40px 10px 30px 10px;
    text-align: center;
    font-size: 1.5em; }
  .lt-homepage .home-info .desc, .lt-homepage .home-info p {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0 !important;
    padding: 15px !important; }
  .lt-homepage .home-info .desc:before, .lt-homepage .home-info p:before {
    background: 0 0; }
  .lt-homepage .home-info .desc {
    background: transparent url(/img/gfx/layouts/info/1.jpg) no-repeat 0 0;
    background-size: cover; }
  .lt-homepage .home-info .bc-1, .lt-homepage .home-info .bc-2, .lt-homepage .home-info .bc-3 {
    background: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 80px 120px -40px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 80px 120px -40px rgba(0, 0, 0, 0.35); }
  .lt-homepage .home-info .bc-4, .lt-homepage .home-info .bc-5 {
    background: rgba(0, 0, 0, 0.6); }
  .lt-homepage .home-info ul {
    padding: 10px 10px 20px 30px; }
  .lt-homepage .home-info .col-sm-12 {
    min-height: 0; }
  .lt-homepage .home-tips .column-left {
    float: none;
    width: auto;
    padding: 10px 10px 0 10px; }
  .lt-homepage .home-tips .column-right {
    float: none;
    width: auto;
    padding: 10px 10px 0 10px; }
  .lt-homepage .more-faq h3 {
    font-size: 1.375em; }
  .lt-homepage .home-router {
    background: rgba(0, 0, 0, 0.6); }
  .lt-homepage .home-router .item {
    padding: 15px 10px;
    border-bottom: 1px solid #474447; }
  .lt-homepage .home-router .item:after, .lt-homepage .home-router .item:before {
    content: " ";
    display: table; }
  .lt-homepage .home-router .item:after {
    clear: both; }
  .lt-homepage .home-router .item:after, .lt-homepage .home-router .item:before {
    content: " ";
    display: table; }
  .lt-homepage .home-router .item:after {
    clear: both; }
  .lt-homepage .home-router .item:after, .lt-homepage .home-router .item:before {
    content: " ";
    display: table; }
  .lt-homepage .home-router .item:after {
    clear: both; }
  .lt-homepage .home-router .item:after, .lt-homepage .home-router .item:before {
    content: " ";
    display: table; }
  .lt-homepage .home-router .item:after {
    clear: both; }
  .lt-homepage .home-router .item p {
    min-height: 0;
    margin: 0;
    padding: 10px 0;
    font-size: 1.25em; }
  .lt-homepage .home-router .item a {
    display: inline-block; }
  .lt-homepage .home-router .item:hover .ico .border {
    -webkit-transform: none;
    transform: none; }
  .lt-homepage .home-router .item:hover .ico .char {
    -webkit-transform: none;
    transform: none; }
  .footer-actions {
    text-align: center; }
  .footer-actions h3 {
    font-size: 1.75em;
    padding: 30px 10px 10px 10px; }
  .footer-actions h4 {
    text-align: center;
    font-size: 1.5em; }
  .footer-actions div.more {
    display: block;
    font-size: .875em;
    padding: 15px 10px;
    color: #fff; }
  .footer-actions div.more p {
    color: #fff; }
  .footer-actions div.more p a {
    color: #fff; }
  .footer-actions .action img {
    margin: 0 auto; }
  .footer-actions .row {
    margin: 0;
    padding: 0 15px; }
  .footer-actions .row .col-sm-6 {
    padding: 0;
    display: none; }
  .footer-actions .row .col-sm-6.nextAction {
    display: block; }
  .footer-actions .row .col-sm-6 a.visible-xs {
    position: relative;
    bottom: 0;
    right: auto;
    margin-top: 10px; }
  .lt-footer .logo {
    display: none; }
  .lt-footer .newsletter-socials {
    display: block;
    width: 100%; }
  .lt-footer .newsletter-socials h3 {
    font-size: 1.75em;
    padding: 30px 10px 20px 10px; }
  .lt-footer .newsletter-socials .socials {

}
  .lt-footer .newsletter-socials .newsletter {
    display: block;
    width: 100%; }
  .lt-footer .newsletter-socials .newsletter .newsletter-box .fields {
    margin: 0 10px 30px 10px;
    background: rgba(66, 64, 65, 0.6); }
  .lt-footer .newsletter-socials .newsletter .newsletter-box input[type=text] {
    width: 100%; }
  .lt-footer .newsletter-socials .newsletter .newsletter-box #newsletterSubmit {
    margin-top: 10px; }
  .lt-footer .copyright {
    padding: 15px; }
  .lt-footer .copyright p.pull-left, .lt-footer .copyright p.pull-right {
    width: 100%;
    text-align: center;
    padding: 0 0 5px 0; }
  .lt-footer .links {
    border-top: 1px solid #474447; }
  .lt-footer .links ul {
    padding: 10px; }
  .lt-footer .links ul li {
    display: block;
    padding: 5px 0;
    border-left: none;
    border-right: none;
    margin-right: 5px;
    margin-left: 5px; }
  .lt-footer .support {
    text-align: center;
    padding: 20px 0 20px 0; }
  .lt-footer .support span.icon-splash_mail {
    font-size: 6em;
    float: none;
    margin: 0;
    display: block;
    line-height: 100%; }
  .lt-footer .support .desc {
    float: none; }
  .lt-footer .support .mailer {
    display: block;
    float: none;
    padding: 20px 0 0 0; }
  .lt-footer .support .mailer .mail {
    padding: 0;
    display: block;
    float: none; }
  .lt-footer .support .info {
    float: none;
    padding: 0;
    text-align: center; }
  .lt-footer .support .info span {
    display: block; }
  .lt-footer .support .info span.desc {
    padding: 0;
    float: none; }
  .lt-footer .support .info span.icon-splash_telefon {
    display: block;
    font-size: 6em;
    float: none;
    margin: 0;
    line-height: 100%; }
  .lt-footer .dpl-league {
    width: 100%;
    position: relative;
    top: 15px;
    left: 0;
    text-align: center;
    margin-bottom: 50px; }
  .lt-gamefields .list .gamefield-thumb {
    margin: 15px auto;
    max-width: 320px; }
  .article-detail {
    padding: 0 15px;
    background: #eaeaea; }
  .article-detail .article-detail-basicText .contact-box, .article-detail .article-detail-basicText .help-box {
    display: none; }
  .lt-contact .contact-people {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .lt-contact .contact-about {
    background: 0 0; }
  .lt-contact .contact-about .container {
    background: 0 0;
    padding: 0; }
  .lt-contact .contact-about .container .email, .lt-contact .contact-about .container .phone, .lt-contact .contact-about .container .reservation {
    position: relative;
    margin: 0 0 25px 0;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    text-align: center; }
  .lt-contact .contact-about .container .email .line, .lt-contact .contact-about .container .phone .line, .lt-contact .contact-about .container .reservation .line {
    display: none; }
  .lt-contact .contact-about .container .email .icon-splash_mail, .lt-contact .contact-about .container .email .icon-splash_telefon, .lt-contact .contact-about .container .phone .icon-splash_mail, .lt-contact .contact-about .container .phone .icon-splash_telefon, .lt-contact .contact-about .container .reservation .icon-splash_mail, .lt-contact .contact-about .container .reservation .icon-splash_telefon {
    float: none; }
  .lt-contact .contact-about .container .speak {
    display: none; }
  .lt-contact .contact-about .container .info {
    display: none; }
  .lt-how-to-play {
    display: none; }
  .lt-gamepacks {
    background: #eaeaea; }
  .lt-gamepacks .gamepack-list .gamepack-item {
    padding: 10px;
    text-align: center; }
  .lt-gamepacks .gamepack-list .gamepack-item .photo {
    display: none; }
  .lt-gamepacks .gamepack-list .gamepack-item .wrapper {
    background: #eaeaea; }
  .lt-gamepacks .gamepack-list .gamepack-item .wrapper .btn {
    bottom: auto;
    left: auto;
    position: relative; }
  .lt-gamepacks .gamepack-list .gamepack-item .wrapper .desc {
    height: auto;
    padding-bottom: 20px; }
  .lt-games .col-sm-3:after, .lt-games .col-sm-3:before {
    display: none; }
  .lt-games .col-sm-3 h2 {
    padding: 30px 0 20px 0;
    height: auto; }
  .lt-games .col-sm-3 p {
    height: auto;
    padding: 0 0 20px 0; }
  .lt-games .col-sm-3 .btn {
    margin-bottom: 20px; }
  .lt-biggames {
    padding: 0 20px; }
  .lt-actions .panel .panel-body .desc, .lt-actions .panel .panel-body .photo {
    float: none;
    width: auto; }
  .lt-actions .panel .panel-body .photo {
    padding: 0 0 10px 0; }
  .lt-equipment-detail {
    display: none; }
  .lt-equipment .lt-equipment-list {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: none; }
  .lt-equipment .panel .panel-body {
    text-align: center; }
  .lt-equipment .panel .panel-body .photo {
    float: none;
    display: inline-block; }
  .lt-equipment .panel .panel-body p {
    width: auto;
    float: none; }
  .gamefield-query h3 {
    display: none; }
  .gamefield-query #contactForm {
    display: none; }
  .gamefield-query .container .col-sm-7 {
    padding-right: 0; }
  .gamefield-query .container .contact {
    text-align: center; }
  .gamefield-query .container .contact .icon-splash_mail, .gamefield-query .container .contact .icon-splash_telefon {
    margin-left: 0;
    display: block;
    float: none; }
  .lt-pricelist .pricelist-item {
    margin-bottom: 30px; }
  .lt-all-gamepacks .btn-primary {
    display: block; }
  .lt-all-gamepacks .table tbody td:nth-child(2), .lt-all-gamepacks .table th:nth-child(2) {
    display: none; }
  .lt-pricelist .pricelist-item ul li .icon-checkmark {
    display: none; }
  .lt-pricelist-tables .table td:nth-child(2), .lt-pricelist-tables .table th:nth-child(2) {
    display: none; }
  .lt-gamefields h2 {
    font-size: 2em; }
  .lt-gamefields h2 .icon-sipka_nadpisova {
    margin-top: 10px;
    display: block; }
  .lt-gamefields .gamefield-next, .lt-gamefields .gamefield-previous {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px; }
  .lt-gamefield-detail #description {
    padding: 0 20px; }
  .lt-gamefield-detail #route {
    display: none; }
  .lt-gamefield-detail .reservation-fixed .arrow-left, .lt-gamefield-detail .reservation-fixed .arrow-right {
    font-size: 2.5em;
    width: 50px; }
  .lt-gamefield-detail .reservation-fixed .arrow-left span, .lt-gamefield-detail .reservation-fixed .arrow-right span {
    margin: 0 -15px; }
  .lt-header .navbar-default.root-navigation {
    z-index: 100; }
  .lt-reservation-check .panel .mapbox {
    display: none; }
  .lt-reservation .form-reservation-check .btn {
    display: block;
    margin: 10px auto; }
  .lt-header .navbar-default.root-navigation {
    overflow: hidden !important; }
  html[lang=de] .lt-header .info span.openTime {
    font-size: .7em; } }

@media (min-width: 768px) and (max-width: 991px) {
  body {
    background: transparent url(/img/gfx/layouts/background-mobile.jpg) repeat 0 0; }
  .lt-graphics-a {
    background: transparent url(/img/gfx/layouts/background-mobile.jpg) repeat 0 0; }
  .lt-homepage .home-tips .column-left {
    width: 70%; }
  .lt-homepage .home-tips .column-right {
    width: 30%; }
  .lt-homepage .home-tips .column-right a.all {
    line-height: 31px;
    font-size: 1em; }
  .lt-homepage .home-router {
    background: 0 0; }
  .lt-homepage .home-router .line {
    border-bottom: 1px solid #474447; }
  .lt-homepage .home-info {
    background: 0 0; }
  .lt-homepage .home-info h3 {
    padding-top: 70px; }
  .lt-homepage .home-info h4 {
    padding: 20px;
    text-align: center; }
  .lt-homepage .home-info p {
    position: relative;
    font-size: 1em;
    bottom: 0;
    padding-top: 30px; }
  .lt-homepage .home-info ul {
    padding-top: 0; }
  .lt-homepage .home-info .bc-4, .lt-homepage .home-info .bc-5 {
    background: rgba(0, 0, 0, 0.6); }
  .lt-homepage .home-info .col-sm-6 {
    min-height: 192px; }
  .lt-homepage .home-info .col-sm-12 {
    min-height: 0; }
  .footer-actions {
    text-align: center; }
  .footer-actions h3 {
    font-size: 1.75em;
    padding: 30px 10px 10px 10px; }
  .footer-actions h4 {
    text-align: center;
    font-size: 1.5em; }
  .footer-actions div.more {
    display: block;
    font-size: .875em;
    padding: 15px 10px;
    color: #fff; }
  .footer-actions div.more p {
    color: #fff; }
  .footer-actions div.more p a {
    color: #fff; }
  .footer-actions .action img {
    margin: 0 auto; }
  .footer-actions .row {
    margin: 0;
    padding: 0 15px; }
  .footer-actions .row .col-sm-6 {
    padding: 0;
    display: none; }
  .footer-actions .row .col-sm-6.nextAction {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 445px; }
  .footer-actions .row .col-sm-6 a.visible-xs {
    position: relative;
    bottom: 0;
    right: auto;
    margin-top: 10px; }
  .lt-footer .newsletter-socials {
    display: block; }
  .lt-footer .newsletter-socials .newsletter {
    display: block;
    width: 100%;
    padding: 0 0 20px 0; }
  .lt-footer .newsletter-socials .socials {
    display: block;
    width: 100%; }
  .lt-footer .copyright {
    padding: 15px; }
  .lt-footer .copyright p.pull-left, .lt-footer .copyright p.pull-right {
    width: 100%;
    text-align: center;
    padding: 0 0 5px 0; }
  .lt-footer .links {
    border-top: 1px solid #474447; }
  .lt-footer .links ul {
    padding: 10px; }
  .lt-footer .links ul li {
    display: block;
    padding: 5px 0;
    border-left: none;
    border-right: none;
    margin-right: 5px;
    margin-left: 5px; }
  .lt-footer .support {
    text-align: center;
    padding: 20px 0 20px 0; }
  .lt-footer .support span.icon-splash_mail {
    font-size: 6em;
    float: none;
    margin: 0;
    display: block;
    line-height: 100%; }
  .lt-footer .support .desc {
    float: none; }
  .lt-footer .support .mailer {
    display: block;
    float: none;
    padding: 20px 0 0 0; }
  .lt-footer .support .mailer .mail {
    padding: 0;
    display: block;
    float: none; }
  .lt-footer .support .info {
    float: none;
    padding: 0;
    text-align: center; }
  .lt-footer .support .info span {
    display: block; }
  .lt-footer .support .info span.desc {
    padding: 0;
    float: none; }
  .lt-footer .support .info span.icon-splash_telefon {
    display: block;
    font-size: 6em;
    float: none;
    margin: 0;
    line-height: 100%; }
  .lt-footer .dpl-league {
    width: 100%;
    position: relative;
    top: 15px;
    left: 0;
    text-align: center;
    margin-bottom: 50px; }
  .lt-header .top-info .languages {
    padding: 10px;
    background: rgba(64, 66, 65, 0.5);
    text-align: center;
    width: 40%; }
  .lt-header .top-info .languages li {
    display: inline-block;
    border: none;
    float: none; }
  .lt-header .top-info .languages li a {
    background: #000;
    color: #fff;
    padding: 12px; }
  .lt-header .top-info .languages li a:hover {
    background: #facb2e;
    color: #000; }
  .lt-header .top-info .languages li:first-child {
    margin-right: 5px; }
  .lt-header .top-info .info {
    width: 60%;
    margin: 0;
    padding: 5px 10px 0 10px;
    border: none; }
  .lt-header .logo {
    position: relative;
    text-align: center;
    margin: 0;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    -webkit-box-shadow: inset 0 55px 55px -25px #141414;
    box-shadow: inset 0 55px 55px -25px #141414;
    padding: 10px; }
  .lt-header .logo img {
    max-width: 286px;
    width: 70%;
    height: auto; }
  .lt-header .navbar-toggle {
    display: block;
    width: 40%;
    float: left;
    margin: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    font-size: 1.375em;
    line-height: 100%;
    padding: 0;
    line-height: 60px;
    border: none;
    height: 60px;
    overflow: hidden; }
  .lt-header .navbar-fixed-top {
    background: transparent url(/img/gfx/layouts/background-mobile.jpg) repeat 0 0; }
  .lt-header .resevation {
    float: right;
    width: 60%;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 60px;
    height: 60px;
    text-decoration: none; }
  .lt-header .resevation:hover {
    text-decoration: none; }
  .lt-header .resevation .arrow {
    float: none;
    display: inline-block;
    margin: 0;
    vertical-align: middle; }
  .lt-header .resevation .title {
    float: none;
    display: inline-block;
    margin: 0;
    vertical-align: middle; }
  .lt-header .top-fixed {
    height: 60px;
    width: 100%;
    margin-top: -20px; }
  .lt-header .top-fixed .top-fixed-wrapper {
    border-bottom: 1px solid #474447; }
  .lt-header .top-fixed .navbar-toggle {
    text-transform: uppercase;
    background: transparent url(/img/gfx/layouts/background-mobile.jpg) repeat 0 0; }
  .lt-header .top-fixed .navbar-toggle .icon-menu_close {
    font-size: 1.5625em;
    vertical-align: middle;
    display: inline-block; }
  .lt-header .top-fixed .navbar-toggle .icon-menu {
    font-size: 1.5625em;
    vertical-align: middle;
    display: inline-block; }
  .lt-header .top-fixed .navbar-toggle .title {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px; }
  .lt-header .top-fixed .navbar-toggle .inactive {
    display: none;
    background: rgba(0, 0, 0, 0.7); }
  .lt-header .top-fixed .navbar-toggle .active {
    display: block;
    background: rgba(0, 0, 0, 0.7);
    color: #facb2e; }
  .lt-header .top-fixed .navbar-toggle.collapsed {
    background: 0 0; }
  .lt-header .top-fixed .navbar-toggle.collapsed .active {
    display: none; }
  .lt-header .top-fixed .navbar-toggle.collapsed .inactive {
    display: block; }
  .lt-header .navbar-default.root-navigation {
    background: transparent url(/img/gfx/layouts/background-mobile.jpg) repeat 0 0;
    margin: 0;
    position: fixed;
    width: 100%;
    overflow: auto;
    max-height: 380px;
    z-index: 1; }
  .lt-header .navbar-default.root-navigation ul.navbar-nav {
    display: block;
    background: rgba(0, 0, 0, 0.7);
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #474447; }
  .lt-header .navbar-default.root-navigation ul.navbar-nav li {
    display: block;
    border-top: 1px solid #474447;
    text-align: center; }
  .lt-header .navbar-default.root-navigation ul.navbar-nav li.active a {
    text-decoration: none;
    border-bottom: 3px solid #facb2e;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0; }
  .footer-actions .action .btn {
    position: relative;
    margin: 15px 0 0 10px; }
  .lt-reservation .contact-box .email .wrapper, .lt-reservation .contact-box .phone .wrapper {
    width: 60%; }
  .lt-games .container p {
    min-height: 150px; }
  .lt-actions .panel .panel-body .photo {
    padding-right: 20px; }
  .gamefield-query .contact .reservation {
    margin-bottom: 30px; }
  .lt-gamefields .list {
    padding-top: 30px; }
  .gamefield-section-map .col-sm-6 #route-list, .gamefield-section-map .col-sm-6 .route-list, .lt-reservation-check .col-sm-6 #route-list, .lt-reservation-check .col-sm-6 .route-list {
    height: 363px; }
  .gamefield-section-map .col-sm-6 #route-form input[type=text], .lt-reservation-check .col-sm-6 #route-form input[type=text] {
    width: 220px; }
  .gamefield-section-description .maps {
    margin-left: 20px; }
  .lt-gamepacks .gamepack-list .gamepack-item .wrapper p {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 120px; }
  .lt-gamepacks .gamepack-list .gamepack-item .wrapper h4 {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .game-types .panel .panel-body .photo {
    float: none;
    text-align: center;
    width: auto; }
  .game-types .panel .panel-body p {
    float: none;
    width: auto; }
  .lt-equipment-detail {
    display: none; }
  .article-detail .article-detail-basicText .col-sm-4 .contact-box .email .wrapper, .article-detail .article-detail-basicText .col-sm-4 .contact-box .phone .wrapper {
    width: 60%; }
  .article-detail .article-detail-basicText .col-sm-4 .contact-box .phone strong {
    font-size: 1.15em; }
  .article-detail .article-detail-basicText .col-sm-4 .contact-box .email a {
    font-size: 1.05em; }
  .lt-reservation .form-reservation-check input[type=text] {
    width: 250px; }
  .lt-pricelist .pricelist-item p, .lt-pricelist .pricelist-item ul {
    height: auto; }
  .lt-header .navbar-default.root-navigation {
    overflow: hidden !important; }
  html[lang=de] .lt-homepage .home-info .bc-1 p {
    padding-top: 10px; }
  html[lang=de] .lt-homepage .home-info .bc-1 p:before {
    background: 0 0; }
  html[lang=en] .lt-homepage .home-router .item a {
    font-size: .8em; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .lt-header .logo {
    margin-left: -254px; }
  .lt-footer .newsletter-socials .newsletter .newsletter-box input[type=text] {
    width: 250px; }
  .lt-homepage .home-tips .column-left {
    padding-right: 0; }
  .lt-homepage .home-tips .column-right {
    padding-left: 6px; }
  .lt-homepage .home-tips .column-right a {
    margin-bottom: 6px; }
  .lt-homepage .home-tips .column-right a.all {
    line-height: 40px; }
  .lt-homepage .home-tips .home-slider .item .desc h3 {
    font-size: 1.875em; }
  .lt-homepage .home-tips .home-slider .item .desc a {
    font-size: 1em;
    padding: 6px 12px; }
  .lt-homepage .home-info .col-sm-3, .lt-homepage .home-info .col-sm-6, .lt-homepage .home-info .col-sm-9 {
    height: 245px;
    font-size: 12px; }
  .lt-homepage .home-info h3 {
    font-size: 1.875em;
    padding-top: 110px; }
  .lt-homepage .home-info h4 {
    font-size: 1.75em; }
  .lt-homepage .home-info p {
    font-size: .875em;
    bottom: 40px; }
  .lt-homepage .home-info ul {
    font-size: 1em; }
  .lt-homepage .home-info ul li {
    padding: 5px 0; }
  .footer-actions .row {
    margin: 0 0; }
  .footer-actions .action .desc {
    width: 100%; }
  .footer-actions .nextAction {
    padding-left: 15px;
    padding-right: 25px; }
  .footer-actions .col-sm-6 {
    width: 50%; }
  .footer-actions .col-sm-6 .action {
    overflow: hidden; }
  .footer-actions .col-sm-6 .row {
    margin: 0 -5px; }
  .footer-actions .col-sm-6 .row .col-sm-6 {
    padding-right: 5px;
    padding-left: 5px;
    overflow: hidden; }
  .footer-actions .col-sm-6 .row .col-sm-6.galleries {
    width: 50%; }
  html[lang=de] .lt-homepage .home-router .item p {
    min-height: 210px; }
  html[lang=de] .lt-homepage .home-router .item a {
    font-size: .9em; }
  html[lang=de] .lt-homepage .home-info .bc-3 p {
    bottom: 10px; }
  html[lang=de] .lt-homepage .home-info .bc-3 p:before {
    background: 0 0; } }

@media (min-width: 1200px) {
  .lt-homepage .home-info .col-sm-12, .lt-homepage .home-info .col-sm-3, .lt-homepage .home-info .col-sm-6, .lt-homepage .home-info .col-sm-9 {
    height: 300px; }
  html[lang=de] .lt-homepage .home-info p {
    bottom: 50px; }
  html[lang=en] .lt-homepage .home-router .item a {
    font-size: .8em; } }

@media print {
  .lt-headline-block h2 {
    margin: 0;
    padding: 0; }
  .lt-reservation .panel .panel-body, .lt-reservation-check, .panel {
    margin: 0 !important;
    padding: 0 !important; }
  .lt-reservation .panel .panel-body .panel-body, .lt-reservation-check .panel-body, .panel .panel-body {
    margin: 0 !important;
    padding: 20px !important; }
  .lt-reservation .container {
    margin: 0 !important;
    padding: 0 !important; }
  .btn-print, .footer-actions, .form-reservation-check, .lt-footer, .lt-header, .lt-reservation .contact-box, .lt-reservation .help-box, .lt-reservation .panel-heading, .lt-reservation-check .panel .map, .mapbox {
    display: none !important; } }

.lt-games .container h2 {
  height: 215px; }

.lt-hmpgraph {
  background: url("/img/gfx/layouts/PPA_2017_texture_main.jpg") no-repeat center center;
  background-size: cover; }

.lt-header {
  background: url("/img/gfx/layouts/PPA_2017_texture_head.jpg") no-repeat center center;
  background-size: cover; }
  .lt-header .languages {
    margin-right: 20px; }
  .lt-header .logo {
    left: 0;
    margin-left: 0; }
  .lt-header .container {
    position: relative; }

.reservation-box .mail {
  display: inline-block;
  margin-top: 20px;
  padding-bottom: 20px;
  color: #facb2e;
  font-size: 24px; }

.reservation-box img {
  margin-bottom: 15px; }

.lt-pricelist .pricelist-item {
  background: rgba(0, 0, 0, 0.8);
  color: white; }
  .lt-pricelist .pricelist-item .circle {
    display: none; }
  .lt-pricelist .pricelist-item p {
    color: white;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    height: 110px; }
  .lt-pricelist .pricelist-item ul li {
    color: white; }
  .lt-pricelist .pricelist-item h3 {
    background: none;
    display: block;
    position: relative;
    color: white;
    background: none;
    text-align: left;
    color: #dab22d;
    font-size: 38px;
    font-family: "roboto_condensedbold";
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: -2px; }
    .lt-pricelist .pricelist-item h3:before {
      display: none; }
    .lt-pricelist .pricelist-item h3 span {
      display: block;
      background: none;
      width: 100%; }
    .lt-pricelist .pricelist-item h3 em {
      display: inline-block;
      margin-left: -12px;
      padding-left: 12px;
      background: #dab22d;
      margin-top: 5px;
      color: white;
      font-style: normal;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-right: 12px; }
      @media (max-width: 1199.98px) {
        .lt-pricelist .pricelist-item h3 em {
          margin-left: 12px; } }
  .lt-pricelist .pricelist-item .appendix {
    background: #227122; }
    .lt-pricelist .pricelist-item .appendix .btn-primary {
      background: #039335;
      color: white;
      border-color: #039335; }
      .lt-pricelist .pricelist-item .appendix .btn-primary:hover {
        border-color: #dab22d; }
    .lt-pricelist .pricelist-item .appendix .moreinfo {
      color: #dab22d; }

.lt-homepage .home-info--cs {
  background: #3c3732; }

.lt-homepage .home-info h4,
.lt-homepage .home-info h3 {
  color: #facb2e; }

.cs-btn {
  color: #ffffff;
  background: #039335;
  display: inline-block;
  padding: 1rem 2rem;
  -webkit-transition: 300ms;
  transition: 300ms;
  cursor: pointer;
  font-size: 1.8rem;
  font-family: "roboto_condensedregular";
  text-transform: uppercase; }
  .cs-btn:hover {
    background: #facb2e;
    color: #ffffff; }

.lt-equipment .lt-equipment-detail .container {
  background: url("/img/gfx/layouts/equipment/new/router.png") no-repeat 0 0;
  height: 600px; }
  .lt-equipment .lt-equipment-detail .container ul li.equipment-a {
    left: -105px;
    right: auto;
    top: 350px; }
    .lt-equipment .lt-equipment-detail .container ul li.equipment-a .line-wrapper .line {
      left: 0;
      right: auto;
      width: 360px; }
      .lt-equipment .lt-equipment-detail .container ul li.equipment-a .line-wrapper .line:after {
        right: 0;
        left: auto; }
  .lt-equipment .lt-equipment-detail .container ul li.equipment-b {
    top: 80px;
    left: -105px; }
  .lt-equipment .lt-equipment-detail .container ul li.equipment-c .line-wrapper .line {
    width: 580px; }
  .lt-equipment .lt-equipment-detail .container ul li.equipment-d {
    text-align: right;
    top: 260px;
    right: 50px;
    left: auto; }
    .lt-equipment .lt-equipment-detail .container ul li.equipment-d .line-wrapper .line {
      right: 0;
      left: auto;
      width: 400px; }
      .lt-equipment .lt-equipment-detail .container ul li.equipment-d .line-wrapper .line:after {
        right: auto;
        left: 0; }
  .lt-equipment .lt-equipment-detail .container ul li.equipment-e {
    display: none; }
  .lt-equipment .lt-equipment-detail .container .base-set {
    width: 250px;
    height: 250px;
    bottom: 30px;
    background: #272a2b; }
    .lt-equipment .lt-equipment-detail .container .base-set:before {
      content: '';
      background: url("/img/gfx/layouts/equipment/new/shadow.png") no-repeat 0px -50px;
      width: 400px;
      height: 350px;
      content: '';
      position: absolute;
      top: -10px;
      left: -110px; }
    .lt-equipment .lt-equipment-detail .container .base-set__content {
      position: relative;
      z-index: 1; }

.lt-homepage .cs-tips__link,
.cs-tips__link {
  display: block;
  cursor: pointer;
  background: black;
  -webkit-transition: 300ms;
  transition: 300ms; }
  .lt-homepage .cs-tips__link img,
  .cs-tips__link img {
    opacity: 1;
    -webkit-transition: 300ms;
    transition: 300ms; }
  .lt-homepage .cs-tips__link:hover img,
  .cs-tips__link:hover img {
    opacity: 0.7; }

.lt-homepage .cs-tips__wrapper,
.cs-tips__wrapper {
  max-width: 1862px;
  margin: 0 auto;
  position: relative; }

.lt-homepage .cs-tips__title,
.cs-tips__title {
  font-size: 4rem;
  color: #facb2e;
  position: absolute;
  top: 5rem;
  left: 5rem;
  text-align: left;
  font-family: "roboto_condensedbold";
  line-height: 100%;
  text-transform: uppercase; }
  .lt-homepage .cs-tips__title--at,
  .cs-tips__title--at {
    font-family: "roboto_condensedbold";
    display: inline-block;
    text-transform: uppercase;
    color: white;
    background: #facb2e;
    margin-left: -7rem;
    padding-left: 7rem;
    padding-right: 2rem; }

.lt-homepage .cs-tips .cs-btn,
.cs-tips .cs-btn {
  position: absolute;
  bottom: 5rem;
  left: 5rem; }

@media (max-width: 578px) {
  .lt-homepage .cs-tips__title,
  .cs-tips__title {
    display: none; } }

@media (min-width: 578px) {
  .lt-homepage .cs-tips__title,
  .cs-tips__title {
    top: 0rem;
    font-size: 3rem; }
  .lt-homepage .cs-tips .cs-btn {
    bottom: 3rem; } }

@media (min-width: 768px) {
  .lt-homepage .cs-tips__title,
  .cs-tips__title {
    top: 1rem;
    font-size: 5rem; }
  .lt-homepage .cs-tips .cs-btn {
    bottom: 3rem; } }

@media (min-width: 980px) {
  .lt-homepage .cs-tips__title,
  .cs-tips__title {
    top: 1rem;
    font-size: 7rem; }
  .lt-homepage .cs-tips .cs-btn {
    bottom: 4rem; } }

@media (min-width: 1200px) {
  .lt-homepage .cs-tips__title,
  .cs-tips__title {
    font-size: 9rem; }
  .lt-homepage .cs-tips .cs-btn {
    bottom: 5rem; } }

@media (min-width: 1450px) {
  .lt-homepage .cs-tips__title,
  .cs-tips__title {
    font-size: 12rem; } }

@media (min-width: 1650px) {
  .lt-homepage .cs-tips__title,
  .cs-tips__title {
    font-size: 14rem; } }

.cs-best {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url("/img/gfx/layouts/PPA_2017_texture_stin.png") repeat-x bottom center; }
  .cs-best__item {
    position: relative;
    padding: 0 2rem 4rem 2rem; }
  .cs-best__title {
    display: block;
    background: black; }
    .cs-best__title img {
      opacity: 1;
      -webkit-transition: 300ms;
      transition: 300ms; }
    .cs-best__title:hover img {
      opacity: 0.5; }
  .cs-best .cs-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4rem;
    margin-left: -10rem;
    width: 20rem;
    text-align: center; }

	.lt-pricelist .pricelist-item ul {
		height: auto;
		padding-bottom: 20px;
	}


.lt-gamefields .map-wrapper .point.point-hriste-cheb {
	background: transparent url("/img/gfx/layouts/gamefields/cheb_inactive.png") no-repeat 0 0;
}

.lt-gamefields .map-wrapper .point.point-hriste-zelezna-ruda {
	/* background: transparent url("/img/gfx/layouts/gamefields/ruda_inactive.png") no-repeat 0 0; */
}

.lt-gamefields .map-wrapper .point.point-hriste-spa-plzen {
	background: transparent url("/img/gfx/layouts/gamefields/spa_plzen_inactive.png") no-repeat 0 0;
}
html[lang="en"] .lt-gamefields .map-wrapper .point.point-hriste-spa-plzen,
html[lang="de"] .lt-gamefields .map-wrapper .point.point-hriste-spa-plzen {
	background: transparent url("/img/gfx/layouts/gamefields/spa_inactive.png") no-repeat 0 0;
}


@media (max-width: 980px) {
  .lt-gamefields .list .gamefield-thumb .hover-map {
    background: none !important;
  }
}

.cmp-voucher {
  max-width: 768px;
  background: white;
  border: 3px solid black;
  border-radius: 10px;
  padding: 20px;
  margin: 0 auto 0 auto;
}

.cmp-voucher input.submitButton {
  padding: 10px 20px;
  background: transparent url(/img/gfx/layouts/textura_zluta_1.jpg) repeat 0 0;
  color: black;
  text-transform: uppercase;
  border-radius: 0;
}

.cmp-voucher input.submitButton:hover {
  background: black;
  color: white;
}

.cmp-voucher--space {
  height: 30px;
  width: 100%;
}