/*! jQuery UI - v1.10.3 - 2014-01-06
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.slider.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=4px&bgColorHeader=%23e70c2f&bgTextureHeader=flat&bgImgOpacityHeader=75&borderColorHeader=%23FFF&fcHeader=%23222222&iconColorHeader=%23222222&bgColorContent=%23e6e6e6&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23FFF&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%23e6e6e6&bgTextureDefault=flat&bgImgOpacityDefault=75&borderColorDefault=%23d3d3d3&fcDefault=%23555555&iconColorDefault=%23888888&bgColorHover=%23dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=%23999999&fcHover=%23212121&iconColorHover=%23454545&bgColorActive=%23e6e6e6&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=%23aaaaaa&fcActive=%23212121&iconColorActive=%23454545&bgColorHighlight=%23fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23fcefa1&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=%23cccccc&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23FFF&fcError=%23cd0a0a&iconColorError=%23cd0aa4&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&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;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* 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: fixed;
	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-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;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.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;
}

/* 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 #FFF;
	background: #e6e6e6 url(images/ui-bg_flat_75_e6e6e6_40x100.png) 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #FFF;
	background: #e70c2f url(images/ui-bg_flat_75_e70c2f_40x100.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 #d3d3d3;
	background: #e6e6e6 url(images/ui-bg_flat_75_e6e6e6_40x100.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 #999999;
	background: #dadada url(images/ui-bg_glass_75_dadada_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: #e6e6e6 url(images/ui-bg_glass_65_e6e6e6_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 #fcefa1;
	background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #FFF;
	background: #cccccc url(images/ui-bg_glass_95_cccccc_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;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_cd0aa4_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.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 {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(images/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(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}
/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 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;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* 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: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.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;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.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: normal;
}
.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;
}

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

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.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,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.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,
.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: 0;
}

/* 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,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	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: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

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

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

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.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 {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.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;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.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-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	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;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.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;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.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-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	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 .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.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;
}
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 #aaaaaa;
	background: #ffffff url("images/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 #aaaaaa;
	background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_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 #d3d3d3;
	background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_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 #999999;
	background: #dadada url("images/ui-bg_glass_75_dadada_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,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus 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("images/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 #fcefa1;
	background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("images/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); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.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 {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}
/* ========================================================================== Author: Munfactory ========================================================================== */
/* ========================================================================== Standard styles ========================================================================== */
    
body { font-family: Helvetica, "微軟正黑體","Microsoft YaHei", Arial,"Microsoft JhengHei", "Open Sans", sans-serif; 
/* nasthon */
/* suppose you want minimun width of 992px */
	/*min-width:992px; */
   width: auto !important;  /* Firefox will set width as auto */
   /*width:992px;*/             /* As IE ignores !important it will set width as 1000px; */   
   font-size:15px;
}

a {color: #1c75bc;}

.primary-color { color: #197d3f; }

.no-gutter { padding-left: 0px; padding-right: 0px; }

.no-right-gutter { padding-right: 0; }

.width-100 { width: 100%; }

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

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

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

.no-top-margin { margin-top: 0; }

.no-margin { margin: 0; }

.inline-block { display: inline-block; }

.fluid { padding: 0 15px; margin-left: 0; margin-right: 0; }

.pull-up-13 { margin-top: -13px; }

.pull-up-30 { margin-top: -30px; }

.pull-up-40 { margin-top: -40px; }

.pull-up-47 { margin-top: -47px; }

.pull-up-55 { margin-top: -55px; }

.pull-up-60 { margin-top: -60px; }

.pull-up-70 { margin-top: -70px; }

.pull-up-80 { margin-top: -80px; }

.pull-up-90 { margin-top: -90px; }

.pull-up-148 { margin-top: -148px; }

.pull-up-149 { margin-top: -149px; }

.pull-down-5 { margin-top: 5px; }

.pull-down-10 { margin-top: 10px; }

.pull-down-15 { margin-top: 15px; }

.pull-down-13 { margin-top: 13px; }

.pull-down-20 { margin-top: 20px; }

.pull-down-25 { margin-top: 25px; }

.pull-down-30 { margin-top: 30px; }

.pull-down-40 { margin-top: 40px; }

.pull-down-35 { margin-top: 35px; }

.pull-down-45 { margin-top: 45px; }

.pull-down-50 { margin-top: 50px; }

.pull-down-55 { margin-top: 55px; }

.pull-down-60 { margin-top: 60px; }

.pull-down-65 { margin-top: 65px; }

.pull-down-69 { margin-top: 69px; }

.pull-down-70 { margin-top: 70px; }

.pull-down-80 { margin-top: 80px; }

.pull-down-90 { margin-top: 90px; }

.pull-down-95 { margin-top: 93px; }

.pull-down-100 { margin-top: 100px; }

.pull-down-110 { margin-top: 114px; }

.pull-down-115 { margin-top: 115px; }

.pull-down-140 { margin-top: 140px; }

.push-down-5 { margin-bottom: 5px; }

.push-down-10 { margin-bottom: 10px; }

.push-down-12 { margin-bottom: 12px; }

.push-down-15 { margin-bottom: 15px; }

.push-down-20 { margin-bottom: 20px; }

.push-down-25 { margin-bottom: 25px; }

.push-down-30 { margin-bottom: 30px; }

.push-down-40 { margin-bottom: 40px; }

.push-down-45 { margin-bottom: 45px; }

.push-down-50 { margin-bottom: 50px; }

.push-down-60 { margin-bottom: 60px; }

.push-down-66 { margin-bottom: 66px; }

.push-down-70 { margin-bottom: 70px; }

.icon-margin-right i { margin-right: 10px; }

.inner-5 { padding: 5px; }

.inner-15 { padding: 15px; }

.inner-20 { padding: 20px; }

.inner-30 { padding: 30px; }

.inner-50 { padding: 50px; }

.inner-60 { padding: 60px; }

.inner-left-15 { padding-left: 15px; }

.inner-left-20 { padding-left: 20px; }
.inner-left-30 { padding-left: 30px; }
.inner-left-40 { padding-left: 40px; }

.inner-left-50 { padding-left: 50px; }
.inner-left-60 { padding-left: 60px; }

.inner-right-15 { padding-right: 15px; }

.inner-right-20 { padding-right: 20px; }

.inner-top-0 { padding-top: 0px; }
.inner-top-15 { padding-top: 15px; }

.inner-top-25 { padding-top: 25px; }

.inner-top-60 { padding-top: 60px; }

.inner-top-90 { padding-top: 90px; }

.inner-bottom-0 { padding-bottom: 0px; }
.inner-bottom-20 { padding-bottom: 20px; }

.inner-bottom-30 { padding-bottom: 30px; }

.inner-bottom-70 { padding-bottom: 70px; }
.inner-bottom-90 { padding-bottom: 90px; }

.inner-top-bottom-10 { padding-top: 10px; padding-bottom: 10px; }

.inner-top-bottom-20 { padding-top: 20px; padding-bottom: 20px; }

.inner-top-bottom-30 { padding-top: 30px; padding-bottom: 30px; }

.inner-top-bottom-45 { padding-top: 45px; padding-bottom: 45px; }

.inner-top-bottom-60 { padding-top: 60px; padding-bottom: 60px; }

.inner-left-bottom-60 { padding-left: 60px; padding-bottom: 60px; }

.inner-left-top-50 { padding-left: 50px; padding-top: 50px; }

.inner-left-top-60 { padding-left: 60px; padding-top: 60px; }

.inner-left-bottom-60 { padding-left: 60px; padding-bottom: 60px; padding-top: 0px; }

.color-primary a, .color-primary i { color: #197d3f; }

.grey-color { color: #999999; }

a:hover { text-decoration: none; color: #000; }

h1, h2, h3, h4, h5, h6 { font-family: "Oswald", "微軟正黑體","Microsoft YaHei",Arial,Helvetica,"Microsoft JhengHei", sans-serif; }

.border-frame-gray { border: 5px solid #e6e6e6; }

.border-red { border-bottom: 10px solid #197d3f; }
.border-green { border-bottom: 10px solid #197d3f; }

.border-gray { border: 3px solid #e6e6e6; }

.border-gray-5 { border-bottom: 5px solid #e6e6e6; }

.border-gray-thinner { border: 1px solid #e6e6e6; }

.border-bottom-gray { border-bottom: 3px solid #e6e6e6; }

.vertical-border { border-left: 1px solid #e6e6e6; }

.background-red { background: #197d3f; }

.background-grey { background: #f7f7f7; }

.background-gray80 { background: #cccccc; }

.text-gray { color: #808080; }

.bold { font-weight: bolder; }

.footer-grey { background: #FAFAFA; }
.footer-white { background: #fff; }
.footer-red { background: #197d3f; }
.footer-green { background: #197d3f; color: #fff;}

.font-13 { font-size: 13px; }

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

.font-60 { font-size: 60px; }

.block { display: block; }

.underline-text { text-decoration: line-through; color: #808080; font-size: 20px; font-weight: bold; }

.underline { text-decoration: line-through; }

.white-back { background: #FFF; }

.relative { position: relative; }

.absolute { position: absolute; }

.z-index-1000 { z-index: 100000; }

.img-center { display: block; margin-top: auto; margin-bottom: auto; }

.form-control { border-radius: 0px; }

.form-control:focus { box-shadow: none; border-color: #b3b3b3; }

/* ========================================================================== Header ========================================================================== */
.header-holder { width: 100%; z-index: 10000; padding:10px 0; margin-bottom:20px;}
.pos-fixed {position: fixed !important;}
.header-holder .main-navigation { display: none; }
.header-holder .open-navigation { text-align: center; display: block; font-size: 16px; cursor: pointer; padding: 10px 0; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }
.header-holder .open-navigation.opened { background: #eee; }
.header-holder ul { margin-top: 0px; padding-left: 0; }
.header-holder ul li { list-style: none; position: relative; display: block; text-align: cent2r; }
.header-holder ul li a { text-decoration: none; color: #878787; font-size: 18px; border-bottom: 1px solid #eee; padding-bottom: 6px; padding-top: 5px; display: block; text-transform: uppercase; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-2ut; 
font-weight:110;
line-height: 130%;}
.header-holder ul li:hover {  }
.header-holder ul li a:hover {text-decoration: underl2ne;}
.header-holder ul li.bread { display: no2e; }
.header-holder ul li a .eng {font-size:15px;}

.header-holder { 
	/*background: #fff;	*/
	/*border-bottom: 7px solid #009337;*/
}
.header .logo { color: #FFF; text-transform: uppercase;}

.bannercontainer { /*border-bottom: 6px solid #197d3f;*/ }
.bannercontainer #map-canvas { height: 750px; }

.banner-store {height: 153px; }
.banner-store-s { border-bottom: 10px solid #ebebeb; height: 100px; }

.upper-content { position: relative; z-index: 210; }

/* ========================================================================== Content ========================================================================== */
ul.boxed-navigation { list-style: none; padding-left: 0; display: table; width: 100%; font-family: "Oswald"; }
ul.boxed-navigation li { display: table-cell; text-align: center; background: #FAFAFA; border-left: 2px solid #E6E6E6; border-right: 2px solid #E6E6E6; border-bottom: 3px solid #E6E6E6; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }
ul.boxed-navigation li span { position: absolute; left: 50%; top: 15px; opacity: 0; color: #90071d; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }
ul.boxed-navigation li svg { position: absolute; left: 55%; top: 5px; opacity: 0; width: 140px; height: 50px; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }
ul.boxed-navigation li svg path { stroke: #90071d; }
ul.boxed-navigation li svg polyline { stroke: #90071d; }
ul.boxed-navigation li a { font-size: 21px; color: #999999; display: block; padding: 30px; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }
ul.boxed-navigation li:hover a { background: #197d3f; color: #FFF !impor; text-decoration: none; display: block; }
ul.boxed-navigation li a > i { -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; margin-right: 8px; opacity: 0.7; display: inline; color: #999; }
ul.boxed-navigation li:hover a > i { color: #7c0619; }
ul.boxed-navigation li:hover { border-color: #197d3f; }
ul.boxed-navigation li:hover span { opacity: 1; }
ul.boxed-navigation li:hover svg { opacity: 1; }
ul.boxed-navigation li:first-of-type { border-right: none; }
ul.boxed-navigation li:last-of-type { border-left: none; }

article h5 { color: #CCC; }
article p { color: #808080; }
article a { color: #197d3f; display: block; text-align: right; text-decoration: none; margin-top: 25px; margin-bottom: 30px; }

.close { color: #e5d203; }


/* ========================================================================== Before After ========================================================================== */
.twentytwenty-handle:before, .twentytwenty-handle:after { content: " "; display: block; width: 3px; background: white; height: 9999px; position: absolute; left: 50%; margin-left: -1.5px; z-index: 30; -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay { position: absolute; top: 0; width: 100%; height: auto; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay { -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label { -webkit-transition-property: opacity; -moz-transition-property: opacity; transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before { color: white; font-size: 13px; letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before { background: rgba(255, 255, 255, 0.2); position: absolute; top: 50%; margin-top: -19px; line-height: 38px; padding: 0 20px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow { width: 0; height: 0; border: 6px inset transparent; position: absolute; top: 50%; margin-top: -6px; }

.twentytwenty-container { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; overflow: hidden; position: relative; -webkit-user-select: none; -moz-user-select: none; }

.twentytwenty-container img { position: absolute; top: 0; display: block; }

.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay { background: rgba(0, 0, 0, 0); }

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label { opacity: 0; }

.twentytwenty-container * { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

.twentytwenty-before-label { opacity: 0; }

.twentytwenty-before-label:before { content: "Before"; left: 10px; }

.twentytwenty-after-label { opacity: 0; }

.twentytwenty-after-label:before { content: "After"; right: 10px; }

.twentytwenty-overlay { -webkit-transition-property: background; -moz-transition-property: background; transition-property: background; background: rgba(0, 0, 0, 0); z-index: 25; }

.twentytwenty-overlay:hover { background: rgba(0, 0, 0, 0.5); }

.twentytwenty-overlay:hover .twentytwenty-after-label { opacity: 1; }

.twentytwenty-overlay:hover .twentytwenty-before-label { opacity: 1; }

.twentytwenty-before { z-index: 20; }

.twentytwenty-after { z-index: 10; }

.twentytwenty-handle { height: 40px; width: 40px; position: absolute; left: 50%; top: 50%; margin-left: -22px; margin-top: -22px; background: #FFF; -webkit-border-radius: 1000px; -moz-border-radius: 1000px; border-radius: 1000px; -webkit-box-shadow: 0 0 1px 3px rgba(255, 255, 255, 0.3); box-shadow: 0 0 1px 3px rgba(255, 255, 255, 0.3); z-index: 60; }

.twentytwenty-handle:before { bottom: 50%; margin-bottom: 22px; -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-handle:after { top: 50%; margin-top: 22px; -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow { border-right: 6px solid #197d3f; left: 50%; margin-left: -20px; }

.twentytwenty-right-arrow { border-left: 6px solid #197d3f; right: 50%; margin-right: -20px; }

.basic-data { margin-bottom: 20px; }
.basic-data p { margin-bottom: 3px; color: #666666; }

.basic-info { color: #999999; }

.navigation-content h1 { font-size: 40px; }
.navigation-content p { color: #a7a7a7; font-family:  "Open Sans", sans-serif; font-size: 14px; font-weight: 400; }

/* ========================================================================== CLASSES ========================================================================== */
.classes-banner, .trainers-banner { color: #FFF; }
.classes-banner h1, .trainers-banner h1 { font-size: 90px; }
.classes-banner p, .trainers-banner p { font-family: "Open Sans", sans-serif; font-size: 15px; }

.classes-banner { background: url("https://d1ftqezafuywzr.cloudfront.net/vendor/winwinrun/img/background_classes.jpg") no-repeat; background-size: cover; }

.timing-banner { background: url("https://d1ftqezafuywzr.cloudfront.net/vendor/winwinrun/img/background_timing.jpg") no-repeat; background-size: cover; }

.blog h1 { font-size: 90px; }
.blog h4 { color: #404040; }
.blog h4:hover { color: #197d3f; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
.blog h5 { color: #999999; }

.small-border { border: 1px solid #FFF; height: 1px; margin: 20px; width: 30px; display: inline-block; }

.small-border-black { border: 1px solid #000; height: 1px; margin: 20px; width: 30px; display: inline-block; }

h2 {padding-bottom: 10px;}

.training-box { position: relative; }
.training-box h4 { font-size: 30px; padding-bottom: 10px; color: #197d3f;}
.training-box:hover .training-box-info { opacity: 1; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }

.training-box2 h5 { font-size: 21px; padding-bottom: 10px; color: #197d3f;}

.training-box-info { opacity: 0; position: absolute; top: 0; right: 6px; width: 53px; height: 47px; text-align: center; background: #0C7DE7; }
.training-box-info i { font-size: 28px; line-height: 47px; color: #FFF; }

.bottom-right { position: absolute; z-index: 1; border-style: solid; height: 0px; width: 0px; right: 0; border-color: transparent transparent transparent #332800; border-width: 0 0 8px 10px; top: 47px; }

.image-centered img { margin-top: 190px; }

ol.tags { padding-left: 0; /*font-family: "Oswald"; */}
.zh ol.tags { padding-left: 0; font-family:  "微軟正黑體","Microsoft YaHei",Arial,Helvetica,"Microsoft JhengHei", sans-serif; }

ol.tags li { display: block; border-bottom: 1px solid #e6e6e6; padding-top: 10px; padding-bottom: 10px; font-size: 15px; }
ol.tags li i { padding-right: 12px; }
ol.tags li span { font-size: 15px; }
ol.tags li .training-progress { margin-top: 9px; float: right; }
ol.tags li .training-progress .bubble { width: 19px; height: 12px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; float: left; }
ol.tags li .training-progress .bubble.yellow { background: #ffea03; }
ol.tags li .training-progress .bubble.green { background: #bdd41f; }
ol.tags li .training-progress .bubble.red { background: #197d3f; }
ol.tags li .training-progress .bubble.grey { background: #e8e8e8; }

ol.tags li span.meta { float: right; color: #333; }

ol.tags li .btn-md {margin:10px 0 0 0; padding:5px; display:block; width:170px; text-align:center; float:right; font-size:15px;}
ol.tags li .btn-md-2 {width:190px;}


ol.inote li {padding-bottom: 20px; }

/* ==========================================================================
	Modal  ==========================================================================*/
.modal-header { border-bottom: none; }

.modal-footer { border-top: none; }

/* ========================================================================== CLASSES -Trainers ========================================================================== */
.trainer { position: relative; }
.trainer h2 { color: #FFF; padding-top: 340px; padding-bottom: 340px; }
.trainer:hover .trainers-info { opacity: 1; }

.trainers-info { position: absolute; background: rgba(0, 0, 0, 0.6); bottom: 0; width: 100%; color: #FFF; opacity: 0; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
.trainers-info h4 { font-size: 20px; }
.trainers-info p { font-size: 13px; color: #808080; }

/* ========================================================================== Articles ========================================================================== */
.picture-comments { position: relative; }
.picture-comments:hover .article-comments { width: 100%; }
.picture-comments:hover .wrap { margin: 0; }
.picture-comments:hover h1, .picture-comments:hover h5 { opacity: 0; visibility: hidden; display: none; }
.picture-comments:hover i { opacity: 1; visibility: visible; }

.article-comments { text-align: center; color: #FFF; position: absolute; width: 50%; height: 100%; top: 0; right: 0; background: rgba(0, 0, 0, 0.6); -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.article-comments h1 { font-size: 36px; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
.article-comments h5 { font-family: "Open Sans", sans-serif; font-size: 12px; font-weight: 500; color: #FFF; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
.article-comments i { opacity: 0; visibility: hidden; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
.article-comments .wrap { position: absolute; top: 50%; left: 50%; margin-left: -31px; margin-top: -25px; color: #FFF; }

/* ========================================================================== Clases page ========================================================================== */
.search-class h1 { font-size: 60px; }
.search-class p { font-size: 13px; color: #808080; }
.search-class a { color: #bfbfbf; border: 1px solid #e6e6e6; font-size: 16px; padding: 7px 10px 7px 10px; margin-left: -3px; margin-right: -3px; display: inline-block; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }
.search-class a:last-of-type { border-left: none; }
.search-class a:hover, .search-class a.active { background: #197d3f; color: #FFF; }
.search-class select { margin-left: 15px; padding: 6px; border: 1px solid #e6e6e6; font-size: 16px; }

.schedule td { padding-top: 20px; }
.schedule tr td:first-of-type { padding-top: 30px; padding-bottom: 30px; font-size: 36px; color: #bfbfbf; font-weight: 300; text-align: center; }
.schedule .form-headline { background: #FAFAFA; text-align: center; }
.schedule td { border: 1px solid #f2f2f2; font-size: 18px; font-family: "Oswald"; vertical-align: top; padding-bottom: 30px; padding-top: 30px; }
tr.vertical-middle td, td.vertical-middle { vertical-align: middle !important; }

a.single-class { border-radius: 2px; border: none; font-size: 20px; color: #FFF; display: block; padding: 0; padding-left: 3px; margin-left: 6px; margin-right: 6px; margin-bottom: 3px; }
a.single-class:hover { background: none; color: #000; }

.blue { background: #0c21e7; }

.orange { background: #ff8400; }

.turq { background: #0096ac; }

.brown { background: #e5b717; }

.green { background: #8ac300; }

.red { background: #e20c2f; }

.black { background: #000; }

.pink { background: #e01675; }

.main-page-title { font-size: 60px; }


.contact h5 { font-size: 14px; color: #292929; }
.contact textarea { width: 100%; }



/* ========================================================================== Sidebar ========================================================================== */
.sidebar h4 { color: #4d4d4d; margin-bottom: 30px; }
.sidebar h5 { font-size: 18px; color: #4d4d4d; }
.sidebar iframe { border: none; }

.archive .header { width: 100%; padding-left: 0; text-align: center; list-style: none; }
.archive .header li { display: inline-block; margin-right: 15px; }
.archive .header li:last-of-type { margin-right: 0; }
.archive .header li a { color: #8c8c8c; font-size: 13px; }
.archive .calendar-content { list-style: none; padding-left: 0; display: table; width: 100%; }
.archive .calendar-content li { display: table-cell; }
.archive .calendar-content li a { padding-right: 27px; font-size: 12px; color: #8c8c8c; }
.archive .calendar-content li a:hover { color: #197d3f; }
.archive .calendar-content li:last-of-type a { padding-right: 0; }

.tags { list-style: none; margin: 0; overflow: hidden; padding: 0; color:#197d3f;}
.tags a { color: #8c8c8c; }

.tags li { display: inline-block; }

.tag { background: #ededed; border-radius: 3px 0 0 3px; display: inline-block; font-size: 12px; padding-left: 20px; padding-right: 10px; position: relative; text-decoration: none; margin-bottom: 10px; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }

.tag::before { background: #fff; border-radius: 10px; box-shadow: inset 0 1px rgba(0, 0, 0, 0.25); content: ''; height: 6px; left: 12px; position: absolute; width: 6px; top: 5px; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }

.tag::after { background: #fff; border-bottom: 9px solid transparent; border-right: 10px solid #eee; border-top: 9px solid transparent; content: ''; position: absolute; left: 0; top: 0; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }

.tag:hover { background-color: #197d3f; color: white; }

.tag:hover::after { border-right-color: #197d3f; }


/* ========================================================================== Contacts.html ========================================================================== */

.form-contact input { height: 47px; border-radius: none; }
.form-contact label { font-family: "Oswald"; font-size: 14px; }

/* ========================================================================== store1.html ========================================================================== */


.ratings i { color: #292929; }

.ribbon-wrapper-red { width: 85px; height: 88px; overflow: hidden; position: absolute; top: -10px; right: -9px; }

.ribbon-red-product { font-family: "Oswald"; font-size: 14px; color: #333; text-align: center; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transfrom: rotate(45deg); -o-transfrom: rotate(45deg); position: relative; padding: 8px 0; left: -5px; top: 15px; width: 120px; background-color: #197d3f; color: #FFF; z-index: 100; }

.ribbon-right { position: absolute; top: 0; right: 0; background: #197d3f; width: 38px; height: 50px; z-index: 1; }

.ribbon-red-product:before, .ribbon-red-product:after { content: ""; border-top: 3px solid #808080; border-left: 3px solid transparent; border-right: 3px solid transparent; position: absolute; bottom: -3px; }

.ribbon-red-product:before { left: 0; }

.ribbon-red-product:after { right: 1px; }

.filter ul { text-decoration: none; list-style: none; padding-left: 0; }
.filter li { display: block; border-bottom: 1px solid #e6e6e6; padding-top: 7px; padding-bottom: 3px; }
.filter li:first-of-type { padding-top: 0; }
.filter li:last-of-type { border: none; }
.filter li label { color: #999999; font-size: 13px; font-family: "Open Sans", sans-serif; font-weight: 500; margin-left: 10px; }
.filter button.filter-data { display: block; width: 100%; background: none; text-align: center; padding: 5px; font-size: 13px; background: #197d3f; color: #FFF; border: 1px solid #197d3f; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }
.filter button.filter-data:hover { background: none; color: #000; }

.filter-price-slider { color: #999999; font-size: 13px; font-weight: 500; }

.sale-prices h5, .sale-prices h4 { padding-left: 7px; padding-right: 7px; }

/* ========================================================================== Product1.html ========================================================================== */
.tab-navigation ul { text-decoration: none; list-style: none; padding-left: 0; border-bottom: 3px solid #e6e6e6; display: table; width: 100%; }
.tab-navigation ul li { border-left: 2px solid #e6e6e6; display: table-cell; font-family: "Oswald"; font-size: 18px; background: #fafafa; padding: 15px 30px; text-align: center; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }
.tab-navigation ul li a { color: #999999; display: block; }
.tab-navigation ul li.active, .tab-navigation ul li:hover { background: #197d3f; }
.tab-navigation ul li.active a, .tab-navigation ul li:hover a { color: #FFF; text-decoration: none; }
.tab-navigation ul li:first-of-type { border-left: none; }

.sidebar-products h4 { color: #404040; }
.sidebar-products h5 { color: #999999; }
.sidebar-products h3 { color: #4d4d4d; }

.product-thumbnails img { border: 1px solid #FFF; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; cursor: pointer; }
.product-thumbnails img.active { border: 1px solid #197d3f; }

.add-to-cart-holder select { border: 1px solid #ccc; border-radius: 0; color: #a6a6a6; }


/* ========================================================================== Footer ========================================================================== */
.footer { font-size: 15px; color: #fff; font-weight: 300; padding:0 20px;}
.footer button { display: inline; font-size: 10px; background: #197d3f; }
.footer .newsletter-form button { float: left; }
.footer .newsletter-form input { float: left; }

.location, .recent-comment { margin-bottom: 15px; }
.location i, .recent-comment i { color: #ccc; opacity: 0.9; font-size: 29px; text-align: center; margin-top: 3px; }
.location a, .recent-comment a { font-size: 13px; display: block; color: #a8a8a8; font-weight: 300; margin-bottom: 6px; }
.location a:hover, .recent-comment a:hover { color: #292929; text-decoration: none; }
.location:hover i, .recent-comment:hover i { color: #197d3f; }

.recent-comment i { font-size: 21px; }

.instafeed img { background: #eee; }

.widgets a { color: #197d3f; text-decoration: none; }

.social-icon a { width: 30px; height: 30px; display: inline-block; line-height: 30px; text-align: center; background: blue; color: #FFF; border-radius: 50%; margin-right: 10px; }

.copyright p { }
.copyright2 {font-size: 13px; }
.copyright2 p a{ color: #fff; text-decoration: underline;}

.alert-f { width: 100%; color: #000; margin-top: 45px; margin-bottom: 45px; font-weight: bold; position: relative; }
.alert-f .inner-alert { padding: 10px 22px; }
.alert-f .close { position: absolute; top: 15px; right: 10px; font-size: 15px; color: #ccc; }

.alert-info-f { background: #ffea03; }

.alert-success-f { background: #00D35B; }

.alert-danger-f { background: #DE5E50; }

.main-button { padding: 7px 18px 7px 18px; color: #FFF; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }
.main-button i { color: #FFF; }
.main-button:hover { text-decoration: none; }

.yellow-button { background: #ffc600; }

.blue-button { background: #0c7de7; }

.red-button { background: #197d3f; color: #fff !important;}
.orange-button { background: #FA7211; color: #fff !important;}

.light-red-button { background: #f31538; }

.cart-button { color: #197d3f; }

.product-button { display: block; color: #197d3f; }
.product-button i { margin-right: 10px; }

a > i, button > i { -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }

button.main-button { border: none; text-decoration: none; }
button.main-button:hover { color: #000; }

/* Buttons without background and border */
button.simple-red { color: #197d3f; border: none; background: none; text-decoration: none; }

.default-input input, .default-input select { border-radius: 0px; color: #555555; }
.default-input select option { color: #000; }

select.form-control { color: #555555; }

.form-group { color: #555555; }

.footer .default-input { color: #e6e6e6; padding: 7px 20px; padding-bottom: 9px; margin-left: -5px; font-size: 13px; margin-bottom: 20px; }
.footer input { width: 125px; height: 35px; border-radius: 0; }

.input-custom { height: 36px; border: 1px solid #e6e6e6; color: #b3b3b3; }

.form-inline .form-group { margin-bottom: 10px; }

.bannercontainer { width: 100% !important; position: relative; padding: 0; overflow: hidden; }
.bannercontainer .banner { visibility: hidden; }
.bannercontainer .banner.revslider-initialised { visibility: visible; }

@media only screen and (max-width: 1000px) { 
	/*.bannercontainer { min-height: 500px; }*/
}

@media only screen and (max-width: 768px) { 
	/*.bannercontainer { min-height: 400px; }*/
}

@media only screen and (max-width: 638px) { 
	/*.bannercontainer { min-height: 280px; }*/
}

@media only screen and (max-width: 480px) { 
	/*.bannercontainer { min-height: 190px; }*/
}

/*-----------------------------------------------------------------------------

	-	Revolution Slider 1.5.3 -

		Screen Stylesheet

version:   	2.1
date:      	09/18/11
last update: 06.12.2012
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------

	-	Revolution Slider 2.0 Captions -

		Screen Stylesheet

version:   	1.4.5
date:      	09/18/11
last update: 06.12.2012
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
/*************************
	-	CAPTIONS	-
**************************/
.tp-hide-revslider, .tp-caption.tp-hidden-caption { visibility: hidden !important; display: none !important; }

.tp-caption { z-index: 1; }

/*.tp-caption.large_text_black_back { position: absolute; color: #fff; background: #000; text-shadow: none; font-weight: 300; font-size: 50px; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; padding: 1px 12px; font-family: "Oswald"; }
*/
.tp-caption.large_text_black_back   { position: absolute; color: #fff; text-shadow: none; font-weight: 300; font-size: 36px; line-height: 60px; font-family: "Oswald", "微軟正黑體","Microsoft YaHei",Arial,Helvetica,"Microsoft JhengHei"; padding: 3px 10px;margin: 0px; border-width: 0px; border-style: none; background-color: #000; letter-spacing: 0; }

.tp-caption.medium_text_white { position: absolute; color: #fff; text-shadow: none; font-weight: 500; font-size: 19px; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; font-family: "Oswald", "微軟正黑體","Microsoft YaHei",Arial,Helvetica,"Microsoft JhengHei"; }

.tp-caption.big_white { position: absolute; color: #fff; text-shadow: none; font-weight: 800; font-size: 20px; line-height: 20px; font-family: 'Open Sans', sans; padding: 3px 4px; padding-top: 1px; margin: 0px; border-width: 0px; border-style: none; background-color: #000; letter-spacing: 0px; }

.tp-caption.big_orange { position: absolute; color: #fff; text-shadow: none; font-weight: 700; font-size: 36px; line-height: 36px; font-family: Arial; padding: 0px 4px; margin: 0px; border-width: 0px; border-style: none; background-color: #fb7354; letter-spacing: -1.5px; }

.tp-caption.big_black { position: absolute; color: #000; text-shadow: none; font-weight: 800; font-size: 36px; line-height: 36px; font-family: 'Open Sans', sans; padding: 0px 4px; margin: 0px; border-width: 0px; border-style: none; background-color: #fff; letter-spacing: -1.5px; }

.tp-caption.medium_grey { position: absolute; color: #fff; text-shadow: none; font-weight: 700; font-size: 20px; line-height: 20px; font-family: Arial; padding: 2px 4px; margin: 0px; border-width: 0px; border-style: none; background-color: #888; white-space: nowrap; text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); }

.tp-caption.small_text { position: absolute; color: #fff; text-shadow: none; font-weight: 700; font-size: 14px; line-height: 20px; font-family: Arial; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); }

.tp-caption.medium_text { position: absolute; color: #fff; text-shadow: none; font-weight: 300; font-size: 20px; line-height: 20px; font-family: 'Open Sans', sans; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); }

.tp-caption.large_text { position: absolute; color: #fff; text-shadow: none; font-weight: 800; font-size: 36px; line-height: 36px; font-family: 'Open Sans', sans; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); }

.tp-caption.large_black_text { position: absolute; color: #000; text-shadow: none; font-weight: 300; font-size: 42px; line-height: 42px; font-family: 'Open Sans', sans; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; }

.tp-caption.very_large_text { position: absolute; color: #fff; text-shadow: none; font-weight: 800; font-size: 60px; line-height: 60px; font-family: 'Open Sans', sans; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); letter-spacing: 0px; }

.tp-caption.very_large_black_text { position: absolute; color: #000; text-shadow: none; font-weight: 800; font-size: 72px; line-height: 72px; font-family: 'Open Sans', sans; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; }

.tp-caption.bold_red_text { position: absolute; color: #d31e00; text-shadow: none; font-weight: 800; font-size: 20px; line-height: 20px; font-family: 'Open Sans', sans; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; }

.tp-caption.bold_brown_text { position: absolute; color: #a04606; text-shadow: none; font-weight: 800; font-size: 20px; line-height: 20px; font-family: 'Open Sans', sans; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; }

.tp-caption.bold_green_text { position: absolute; color: #5b9830; text-shadow: none; font-weight: 800; font-size: 20px; line-height: 20px; font-family: 'Open Sans', sans; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; }

.tp-caption.very_big_white { position: absolute; color: #fff; text-shadow: none; font-weight: 800; font-size: 36px; line-height: 36px; font-family: 'Open Sans', sans; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; padding: 3px 4px; padding-top: 1px; background-color: #7e8e96; }

.tp-caption.very_big_black { position: absolute; color: #000; text-shadow: none; font-weight: 700; font-size: 60px; line-height: 60px; font-family: Arial; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; padding: 0px 4px; padding-top: 1px; background-color: #fff; }

.tp-caption.modern_medium_fat { position: absolute; color: #000; text-shadow: none; font-weight: 800; font-size: 24px; line-height: 20px; font-family: 'Open Sans', sans-serif; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; }

.tp-caption.modern_medium_fat_white { position: absolute; color: #fff; text-shadow: none; font-weight: 800; font-size: 24px; line-height: 20px; font-family: 'Open Sans', sans-serif; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; }

.tp-caption.modern_medium_light { position: absolute; color: #000; text-shadow: none; font-weight: 300; font-size: 24px; line-height: 20px; font-family: 'Open Sans', sans-serif; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; }

.tp-caption.modern_big_bluebg { position: absolute; color: #fff; text-shadow: none; font-weight: 800; font-size: 30px; line-height: 36px; font-family: 'Open Sans', sans-serif; padding: 3px 10px; margin: 0px; border-width: 0px; border-style: none; background-color: #4e5b6c; letter-spacing: 0; }

.tp-caption.modern_big_redbg { position: absolute; color: #fff; text-shadow: none; font-weight: 300; font-size: 30px; line-height: 36px; font-family: 'Open Sans', sans-serif; padding: 3px 10px; padding-top: 1px; margin: 0px; border-width: 0px; border-style: none; background-color: #de543e; letter-spacing: 0; }
.tp-caption.modern_medium_redbg { position: absolute; color: #fff; text-shadow: none; font-weight: 300; font-size: 18px; line-height: 26px; font-family: 'Open Sans', sans-serif; padding: 3px 10px; padding-top: 1px; margin: 0px; border-width: 0px; border-style: none; background-color: #de543e; letter-spacing: 0; }

.tp-caption.modern_small_text_dark { position: absolute; color: #555; text-shadow: none; font-size: 14px; line-height: 22px; font-family: Arial; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; }

.tp-caption.boxshadow { -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); }

.tp-caption.black { color: #000; text-shadow: none; font-weight: 300; font-size: 19px; line-height: 19px; font-family: 'Open Sans', sans; }

.tp-caption.noshadow { text-shadow: none; }

.tp-caption a { color: #ff7302; text-shadow: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; }

.tp-caption a:hover { color: #ffa902; }

.tp_inner_padding { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; max-height: none !important; }

.tp-caption .frontcorner { width: 0; height: 0; border-left: 40px solid transparent; border-right: 0px solid transparent; border-top: 40px solid #00A8FF; position: absolute; left: -40px; top: 0px; }

.tp-caption .backcorner { width: 0; height: 0; border-left: 0px solid transparent; border-right: 40px solid transparent; border-bottom: 40px solid #00A8FF; position: absolute; right: 0px; top: 0px; }

.tp-caption .frontcornertop { width: 0; height: 0; border-left: 40px solid transparent; border-right: 0px solid transparent; border-bottom: 40px solid #00A8FF; position: absolute; left: -40px; top: 0px; }

.tp-caption .backcornertop { width: 0; height: 0; border-left: 0px solid transparent; border-right: 40px solid transparent; border-top: 40px solid #00A8FF; position: absolute; right: 0px; top: 0px; }

/******************************
	-	BUTTONS	-
*******************************/
.button { padding: 6px 13px 5px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; height: 30px; cursor: pointer; color: #fff !important; text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size: 15px; line-height: 45px !important; background: url(https://d1ftqezafuywzr.cloudfront.net/vendor/winwinrun/images/gradient/g30.png) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px; }

.button.big { color: #fff; text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6); font-weight: bold; padding: 9px 20px; font-size: 19px; line-height: 57px !important; background: url(https://d1ftqezafuywzr.cloudfront.net/vendor/winwinrun/images/gradient/g40.png) repeat-x top; }

.purchase:hover, .button:hover, .button.big:hover { background-position: bottom, 15px 11px; }

@media only screen and (min-width: 480px) and (max-width: 767px) { .button { padding: 4px 8px 3px; line-height: 25px !important; font-size: 11px !important; font-weight: normal; }
  a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; } }
@media only screen and (min-width: 0px) and (max-width: 479px) { .button { padding: 2px 5px 2px; line-height: 20px !important; font-size: 10px !important; }
  a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; } }
/*	BUTTON COLORS	*/
.button.green, .button:hover.green, .purchase.green, .purchase:hover.green { background-color: #21a117; -webkit-box-shadow: 0px 3px 0px 0px #104d0b; -moz-box-shadow: 0px 3px 0px 0px #104d0b; box-shadow: 0px 3px 0px 0px #104d0b; }

.button.blue, .button:hover.blue, .purchase.blue, .purchase:hover.blue { background-color: #1d78cb; -webkit-box-shadow: 0px 3px 0px 0px #0f3e68; -moz-box-shadow: 0px 3px 0px 0px #0f3e68; box-shadow: 0px 3px 0px 0px #0f3e68; }

.button.red, .button:hover.red, .purchase.red, .purchase:hover.red { background-color: #cb1d1d; -webkit-box-shadow: 0px 3px 0px 0px #7c1212; -moz-box-shadow: 0px 3px 0px 0px #7c1212; box-shadow: 0px 3px 0px 0px #7c1212; }

.button.orange, .button:hover.orange, .purchase.orange, .purchase:hover.orange { background-color: #ff7700; -webkit-box-shadow: 0px 3px 0px 0px #a34c00; -moz-box-shadow: 0px 3px 0px 0px #a34c00; box-shadow: 0px 3px 0px 0px #a34c00; }

.button.darkgrey, .button.grey, .button:hover.darkgrey, .button:hover.grey, .purchase.darkgrey, .purchase:hover.darkgrey { background-color: #555; -webkit-box-shadow: 0px 3px 0px 0px #222; -moz-box-shadow: 0px 3px 0px 0px #222; box-shadow: 0px 3px 0px 0px #222; }

.button.lightgrey, .button:hover.lightgrey, .purchase.lightgrey, .purchase:hover.lightgrey { background-color: #888; -webkit-box-shadow: 0px 3px 0px 0px #555; -moz-box-shadow: 0px 3px 0px 0px #555; box-shadow: 0px 3px 0px 0px #555; }

/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/
.tp-simpleresponsive .slotholder *, .tp-simpleresponsive img { -webkit-transform: translateZ(0); -webkit-backface-visibility: hidden; -webkit-perspective: 1000; }

/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; position: absolute; visibility: hidden; }

.tp-simpleresponsive img { max-width: none; }

/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass { filter: none !important; }

/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow { position: absolute; margin-left: auto; margin-right: auto; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; }

.tp-bannershadow.tp-shadow1 { background: url(https://d1ftqezafuywzr.cloudfront.net/vendor/winwinrun/img/shadow1.png) no-repeat; background-size: 100%; width: 890px; height: 60px; bottom: -60px; }

.tp-bannershadow.tp-shadow2 { background: url(https://d1ftqezafuywzr.cloudfront.net/vendor/winwinrun/img/shadow2.png) no-repeat; background-size: 100%; width: 890px; height: 60px; bottom: -60px; }

.tp-bannershadow.tp-shadow3 { background: url(https://d1ftqezafuywzr.cloudfront.net/vendor/winwinrun/img/shadow3.png) no-repeat; background-size: 100%; width: 890px; height: 60px; bottom: -60px; }

/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo { left: 0px; top: 0px; position: absolute; width: 100%; height: 100%; }

.caption.fullscreenvideo iframe { width: 100% !important; height: 100% !important; }

.tp-caption.fullscreenvideo { left: 0px; top: 0px; position: absolute; width: 100%; height: 100%; }

.tp-caption.fullscreenvideo iframe { width: 100% !important; height: 100% !important; }

/************************
	-	NAVIGATION	-
*************************/
/** BULLETS **/
.tpclear { clear: both; }

.tp-bullets { z-index: 1000; position: absolute; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; -webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out; }

.tp-bullets.hidebullets { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }

.tp-bullets.simplebullets.navbar { border: 1px solid #666; border-bottom: 1px solid #444; background: url(https://d1ftqezafuywzr.cloudfront.net/vendor/winwinrun/img/boxed_bgtile.png); height: 40px; padding: 0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

.tp-bullets.simplebullets.navbar-old { background: url(https://d1ftqezafuywzr.cloudfront.net/vendor/winwinrun/img/navigdots_bgtile.png); height: 35px; padding: 0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

.tp-bullets.simplebullets.round .bullet { cursor: pointer; position: relative; background: url(https://d1ftqezafuywzr.cloudfront.net/vendor/winwinrun/img/bullet.png) no-Repeat top left; width: 20px; height: 20px; margin-right: 0px; float: left; margin-top: -10px; margin-left: 3px; }

.tp-bullets.simplebullets.round .bullet.last { margin-right: 3px; }

.tp-bullets.simplebullets.round-old .bullet { cursor: pointer; position: relative; background: url(https://d1ftqezafuywzr.cloudfront.net/vendor/winwinrun/img/bullets.png) no-Repeat bottom left; width: 23px; height: 23px; margin-right: 0px; float: left; margin-top: -12px; }

.tp-bullets.simplebullets.round-old .bullet.last { margin-right: 0px; }

/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet { cursor: pointer; position: relative; background: url(https://d1ftqezafuywzr.cloudfront.net/vendor/winwinrun/img/bullets2.png) no-Repeat bottom left; width: 19px; height: 19px; margin-right: 0px; float: left; margin-top: -10px; }

.tp-bullets.simplebullets.square .bullet.last { margin-right: 0px; }

/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet { cursor: pointer; position: relative; background: url(https://d1ftqezafuywzr.cloudfront.net/vendor/winwinrun/img/bullets2.png) no-Repeat bottom left; width: 19px; height: 19px; margin-right: 0px; float: left; margin-top: -10px; }

.tp-bullets.simplebullets.square-old .bullet.last { margin-right: 0px; }

/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet { cursor: pointer; position: relative; background: url(https://d1ftqezafuywzr.cloudfront.net/vendor/winwinrun/img/bullet_boxed.png) no-Repeat top left; width: 18px; height: 19px; margin-right: 5px; float: left; margin-top: 10px; }

.tp-bullets.simplebullets.navbar .bullet.first { margin-left: 0px !important; }

.tp-bullets.simplebullets.navbar .bullet.last { margin-right: 0px !important; }

/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet { cursor: pointer; position: relative; background: url(https://d1ftqezafuywzr.cloudfront.net/vendor/winwinrun/img/navigdots.png) no-Repeat bottom left; width: 15px; height: 15px; margin-left: 5px !important; margin-right: 5px !important; float: left; margin-top: 10px; }

.tp-bullets.simplebullets.navbar-old .bullet.first { margin-left: 0px !important; }

.tp-bullets.simplebullets.navbar-old .bullet.last { margin-right: 0px !important; }

.tp-bullets.simplebullets .bullet:hover, .tp-bullets.simplebullets .bullet.selected { background-position: top left; }

.tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.navbar .bullet:hover, .tp-bullets.simplebullets.navbar .bullet.selected { background-position: bottom left; }

/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; -webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out; }

.tparrows.hidearrows { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }

.tp-leftarrow { z-index: 100; cursor: pointer; position: relative; width: 40px; height: 40px; background: url(https://d1ftqezafuywzr.cloudfront.net/vendor/winwinrun/img/large_left.png) }

.tp-rightarrow { z-index: 100; cursor: pointer; position: relative; width: 40px; height: 40px; background: url(https://d1ftqezafuywzr.cloudfront.net/vendor/winwinrun/img/large_right.png)}

.tp-leftarrow.round { z-index: 100; cursor: pointer; position: relative; background: url(https://d1ftqezafuywzr.cloudfront.net/vendor/winwinrun/images/large_left.png) no-Repeat top left; width: 19px; height: 14px; margin-right: 0px; float: left; margin-top: -7px; }

.tp-rightarrow.round { z-index: 100; cursor: pointer; position: relative; background: url(https://d1ftqezafuywzr.cloudfront.net/vendor/winwinrun/images/large_right.png) no-Repeat top left; width: 19px; height: 14px; margin-right: 0px; float: left; margin-top: -7px; }

.tp-leftarrow.round-old { z-index: 100; cursor: pointer; position: relative; background: url(https://d1ftqezafuywzr.cloudfront.net/vendor/winwinrun/img/arrow_left.png) no-Repeat top left; width: 26px; height: 26px; margin-right: 0px; float: left; margin-top: -13px; }

.tp-rightarrow.round-old { z-index: 100; cursor: pointer; position: relative; background: url(https://d1ftqezafuywzr.cloudfront.net/vendor/winwinrun/img/arrow_right.png) no-Repeat top left; width: 26px; height: 26px; margin-right: 0px; float: left; margin-top: -13px; }

.tp-leftarrow.navbar { z-index: 100; cursor: pointer; position: relative; background: url(https://d1ftqezafuywzr.cloudfront.net/vendor/winwinrun/img/small_left_boxed.png) no-Repeat top left; width: 20px; height: 15px; float: left; margin-right: 6px; margin-top: 12px; }

.tp-rightarrow.navbar { z-index: 100; cursor: pointer; position: relative; background: url(https://d1ftqezafuywzr.cloudfront.net/vendor/winwinrun/img/small_right_boxed.png) no-Repeat top left; width: 20px; height: 15px; float: left; margin-left: 6px; margin-top: 12px; }

.tp-leftarrow.navbar-old { z-index: 100; cursor: pointer; position: relative; background: url(https://d1ftqezafuywzr.cloudfront.net/vendor/winwinrun/img/arrowleft.png) no-Repeat top left; width: 9px; height: 16px; float: left; margin-right: 6px; margin-top: 10px; }

.tp-rightarrow.navbar-old { z-index: 100; cursor: pointer; position: relative; background: url(https://d1ftqezafuywzr.cloudfront.net/vendor/winwinrun/img/arrowright.png) no-Repeat top left; width: 9px; height: 16px; float: left; margin-left: 6px; margin-top: 10px; }

.tp-leftarrow.navbar-old.thumbswitharrow { margin-right: 10px; }

.tp-rightarrow.navbar-old.thumbswitharrow { margin-left: 0px; }

.tp-leftarrow.square { z-index: 100; cursor: pointer; position: relative; background: url(https://d1ftqezafuywzr.cloudfront.net/vendor/winwinrun/img/arrow_left2.png) no-Repeat top left; width: 12px; height: 17px; float: left; margin-right: 0px; margin-top: -9px; }

.tp-rightarrow.square { z-index: 100; cursor: pointer; position: relative; background: url(https://d1ftqezafuywzr.cloudfront.net/vendor/winwinrun/img/arrow_right2.png) no-Repeat top left; width: 12px; height: 17px; float: left; margin-left: 0px; margin-top: -9px; }

.tp-leftarrow.square-old { z-index: 100; cursor: pointer; position: relative; background: url(https://d1ftqezafuywzr.cloudfront.net/vendor/winwinrun/img/arrow_left2.png) no-Repeat top left; width: 12px; height: 17px; float: left; margin-right: 0px; margin-top: -9px; }

.tp-rightarrow.square-old { z-index: 100; cursor: pointer; position: relative; background: url(https://d1ftqezafuywzr.cloudfront.net/vendor/winwinrun/img/arrow_right2.png) no-Repeat top left; width: 12px; height: 17px; float: left; margin-left: 0px; margin-top: -9px; }

.tp-leftarrow.default { z-index: 100; cursor: pointer; position: relative; width: 40px; height: 40px; }

.tp-rightarrow.default { z-index: 100; cursor: pointer; position: relative; width: 40px; height: 40px; }

.tp-leftarrow:hover, .tp-rightarrow:hover { background-position: bottom left; }

/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************
 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)
 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)
 ****************************************************************************************************/
.tp-bullets.tp-thumbs { z-index: 1000; position: absolute; padding: 3px; background-color: #fff; width: 500px; height: 50px; /* THE DIMENSIONS OF THE THUMB CONTAINER */ margin-top: -50px; }

.fullwidthbanner-container .tp-thumbs { padding: 3px; }

.tp-bullets.tp-thumbs .tp-mask { width: 500px; height: 50px; /* THE DIMENSIONS OF THE THUMB CONTAINER */ overflow: hidden; position: relative; }

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer { width: 5000px; position: absolute; }

.tp-bullets.tp-thumbs .bullet { width: 100px; height: 50px; /* THE DIMENSION OF A SINGLE THUMB */ cursor: pointer; overflow: hidden; background: none; margin: 0; float: left; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /*filter: alpha(opacity=50);	*/ -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; }

.tp-bullets.tp-thumbs .bullet:hover, .tp-bullets.tp-thumbs .bullet.selected { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }

.tp-thumbs img { width: 100%; }

/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer { width: 100%; height: 10px; position: absolute; z-index: 200; top: 0px; }

.tp-bannertimer.tp-bottom { bottom: 0px; height: 5px; top: auto; }

/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/

/* Comment by Nasthon
@media only screen and (min-width: 480px) and (max-width: 767px) { .responsive .tp-bullets.tp-thumbs { width: 300px !important; height: 30px !important; }
  .responsive .tp-bullets.tp-thumbs .tp-mask { width: 300px !important; height: 30px !important; }
  .responsive .tp-bullets.tp-thumbs .bullet { width: 60px !important; height: 30px !important; } }
@media only screen and (min-width: 0px) and (max-width: 479px) { .responsive .tp-bullets { display: none; }
  .responsive .tparrows { display: none; } }*/

/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/
.tp-simpleresponsive img { -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; }

.tp-simpleresponsive a { text-decoration: none; }

.tp-simpleresponsive ul { list-style: none; padding: 0; margin: 0; }

.tp-simpleresponsive > ul > li { list-stye: none; position: absolute; visibility: hidden; }

/*  CAPTION SLIDELINK   **/
.caption.slidelink a div, .tp-caption.slidelink a div { width: 3000px; height: 1500px; background: url(https://d1ftqezafuywzr.cloudfront.net/vendor/winwinrun/img/coloredbg.png) repeat; }

.tp-loader { background-color: #fff; margin: -22px -22px; top: 50%; left: 50%; z-index: 10000; position: absolute; width: 44px; height: 44px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

.tp-transparentimg { content: "url(https://d1ftqezafuywzr.cloudfront.net/vendor/winwinrun/img/transparent.png)"; }

.tp-3d { -webkit-transform-style: preserve-3d; -webkit-transform-origin: 50% 50%; }

/*	THE MEDIA CHOOSER TO SET DIFFERENT SIZES OF THE CONTAINER DEPENDING ON THE SCREEN SIZE    */
/*@media only screen and (min-width: 768px) and (max-width: 959px) { .banner, .bannercontainer { width: 760px; height: 495px; } }*/
/*@media only screen and (min-width: 480px) and (max-width: 767px) { .banner, .bannercontainer { width: 480px; height: 250px; } }
@media only screen and (min-width: 0px) and (max-width: 479px) { .banner, .bannercontainer { width: 320px; height: 166px; } }*/
/* iCheck plugin Minimal skin, black
----------------------------------- */
.icheckbox_minimal, .iradio_minimal { display: inline-block; *display: inline; vertical-align: middle; margin: 0; padding: 0; width: 18px; height: 18px; background: url("https://d1ftqezafuywzr.cloudfront.net/vendor/winwinrun/img/checkboxes/minimal.png") no-repeat; border: none; cursor: pointer; }

.icheckbox_minimal { background-position: 0 0; }

.icheckbox_minimal.hover { background-position: -20px 0; }

.icheckbox_minimal.checked { background-position: -40px 0; }

.icheckbox_minimal.disabled { background-position: -60px 0; cursor: default; }

.icheckbox_minimal.checked.disabled { background-position: -80px 0; }

.iradio_minimal { background-position: -100px 0; }

.iradio_minimal.hover { background-position: -120px 0; }

.iradio_minimal.checked { background-position: -140px 0; }

.iradio_minimal.disabled { background-position: -160px 0; cursor: default; }

.iradio_minimal.checked.disabled { background-position: -180px 0; }

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) { .icheckbox_minimal, .iradio_minimal { background-image: url("https://d1ftqezafuywzr.cloudfront.net/vendor/winwinrun/img/checkboxes/minimal@2x.png"); -webkit-background-size: 200px 20px; background-size: 200px 20px; } }
/* iCheck plugin Minimal skin, grey
----------------------------------- */
.icheckbox_minimal-grey, .iradio_minimal-grey { display: inline-block; *display: inline; vertical-align: middle; margin: 0; padding: 0; width: 18px; height: 18px; background: url("https://d1ftqezafuywzr.cloudfront.net/vendor/winwinrun/img/checkboxes/grey.png") no-repeat; border: none; cursor: pointer; }

.icheckbox_minimal-grey { background-position: 0 0; }

.icheckbox_minimal-grey.hover { background-position: -20px 0; }

.icheckbox_minimal-grey.checked { background-position: -40px 0; }

.icheckbox_minimal-grey.disabled { background-position: -60px 0; cursor: default; }

.icheckbox_minimal-grey.checked.disabled { background-position: -80px 0; }

.iradio_minimal-grey { background-position: -100px 0; }

.iradio_minimal-grey.hover { background-position: -120px 0; }

.iradio_minimal-grey.checked { background-position: -140px 0; }

.iradio_minimal-grey.disabled { background-position: -160px 0; cursor: default; }

.iradio_minimal-grey.checked.disabled { background-position: -180px 0; }



/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) { .icheckbox_minimal-grey, .iradio_minimal-grey { background-image: url("https://d1ftqezafuywzr.cloudfront.net/vendor/winwinrun/img/checkboxes/grey@2x.png"); -webkit-background-size: 200px 20px; background-size: 200px 20px; } }
@media all and (min-width: 1024px) { 
	a.block { display: inline; } 
}

@media all { .logo h1 { line-height: 0.9; }
@media all and (min-width: 990px) { .logo h1 { line-height: 0.9; }	
  .header-holder .main-navigation { display: block; text-align: right;}
  .header-holder .open-navigation { display: none; }
  .header-holder ul { padding-left: 0; margin-bottom: 0; list-style: none; margin-top: -6px; }
  .header-holder ul li { position: relative; display: inline-block; text-align: center; padding: 5px 15px; 
  	/*border-left: 1px solid #eee;*/
  	 font-family:"Oswald";
  	background: #fff;}
  .header-holder ul li.bread { border-left: none; float: left; padding-right: 27px; padding-left: 0; display: inline-block; }
/*  .header-holder ul li.active:before { position: absolute; content: ''; background: #197d3f; height: 5px; width: 100%; bottom: -2px; left: 0; }*/
	.header-holder ul li.active, .header-holder ul li:hover {background: #1c8d47; }
	.header-holder ul li.active a, .header-holder ul li:hover a{color: #fff;}
	.header-holder ul li.swlangli:hover {background: none; text-decoration: underline; color: #fff;}
  .header-holder ul li a { border-bottom: none; display: block;}
  .navigation-holder .inner-top-bottom-10 { padding: 0; } 

}

@media all and (min-width: 768px) { ul.boxed-navigation li a { font-size: 30px; } }

@media all and (max-width: 768px) { .sm-center { text-align: center !important; }
  .header-holder { position: relative; }
  .product-sorting select { float: right; width: 160px; border: 1px solid #ccc; padding: 5px; }
  .cart-product { cursor: pointer; position: relative; background: #f7f7f7; opacity: 1; width: 100%; visibility: visible; display: none; transition: all 0.15s ease-in-out; }
  .cart-product h4, .cart-product h5 { display: block; text-align: left; }
  .product-info-horizontal.pull-down-90 { margin-top: 0; border-left: none; }
  .horizontal-timetable { display: block; }
  .horizontal-timetable li { display: block; background: rgba(0, 0, 0, 0.88); }
  .inner-60-sm { padding: 60px; }
  .inner-50-sm { padding: 50px; }
  .inner-40-sm { padding: 40px; }
  .inner-30-sm { padding: 30px; }
  .product-info-horizontal.pull-down-70 { margin-top: 0; }
  .tab-navigation ul { display: block; width: 100%; }
  .tab-navigation ul li { display: block; }
  .vertical-border.product-info-horizontal { border: none; }
  .center-sm { text-align: center; }
  .pull-down-10-sm { margin-top: 10px; }
  .push-down-10-sm { margin-bottom: 10px; }
  .classes-banner h1, .trainers-banner h1, .blog h1 { font-size: 60px; } 

  /* youtube responsive */
	.video-container {
		position:relative;
		padding-bottom:56.25%;
		padding-top:30px;
		height:0;
		overflow:hidden;
	}

	.video-container iframe, .video-container object, .video-container embed {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}
}

@media all and (max-width: 400px) { 
.inner-10-xs { padding: 10px; }
  .center-xs { text-align: center; }
  .pull-down-10-xs { margin-top: 10px; }
  .push-down-10-xs { margin-bottom: 10px; }
  ul.boxed-navigation { display: block; margin-top: 63px; }
  ul.boxed-navigation li { display: block; border: 2px solid #E6E6E6; border-bottom: none; }
  ul.boxed-navigation li:last-of-type { border-left: 2px solid #E6E6E6; border-bottom: 2px solid #E6E6E6; }
  ul.boxed-navigation li:first-of-type { border-right: 2px solid #E6E6E6; }
  .store-nav ul { display: block; width: 100%; padding-left: 0; text-align: center; }
  .store-nav li { display: block; }
  .pull-up-148.upper-content { margin-top: 0; }
  .search-class .inline-block { display: block; }
  .search-class a { margin-left: 0px; margin-right: 0px; display: block; width: 100%; text-align: center; }
  .search-class select { width: 100%; display: block; margin-top: 5px; margin-left: 0; margin-bottom: 10px; float: left; }
  .product-info-horizontal.pull-down-70 { margin-top: 0; } 
	
}


/* nasthon */
.lgnav {font-size :16px; }

.group td { padding-top: 20px; }
.group th { padding-top: 20px; border:1px solid #fff; background: #197d3f; color: #fff;}

.group .form-headline { background: #FAFAFA; text-align: left; font-weight:bold;}
.group .male {background:blue; color: #fff;}
.group .female {background:#E01675; color: #fff;}
.group td { border: 1px solid #f2f2f2; vertical-align: top; padding-bottom: 30px; padding-top: 30px;}
.group td.vertical-middle { vertical-align: middle; }

.tshirt td { padding-top: 20px; }
.tshirt th { padding-top: 20px; text-align:center; border:1px solid #fff; background: #333;}

.tshirt .form-headline { background: #FAFAFA; text-align: center; font-weight:bold;}
.tshirt td { border: 1px solid #f2f2f2; font-size: 15px; vertical-align: top; padding-bottom: 30px; padding-top: 30px; text-align: center }
.tshirt td.vertical-middle { vertical-align: middle; }
.tshirt td.text-left {text-align:left;}

.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}

.zh {font-size:15px;}

.upper-content {font-size:14px;}
.upper-content ul {margin-left:0; padding-left:25px; margin-top:20px;}
.upper-content ul li {margin-bottom:10px; }
.training-box ul li {margin-bottom:8px; }
.header-holder { }

.one-edge-shadow {
    -webkit-box-shadow: 0 8px 6px -6px black;
       -moz-box-shadow: 0 8px 6px -6px black;
            box-shadow: 0 8px 6px -6px black;
}

#scroll_to_top {
    display:block;
    right: 8%;
    bottom: 48px;
    width: 46px;
    padding: 14px 8px 16px 8px;
    -moz-transition: bottom 250ms ease-in-out 0s;
        
    display: block;    font-size: 1em;     text-align: center;
    text-decoration:none;    position: fixed;     z-index: 4;
    color: #fff;       
    background-color: #197d3f;
    
    text-shadow: 0px 1px rgba(255, 255, 255, 0.9);    
    z-index: 300;        
    font-weight: bold;
    line-height: 1em;
    margin: 0px;     
}

.text-black {color: #333 !important;}

.home-organizer {position:absolute; right:30px; bottom:20px; font-size: 18px; font-family: "Oswald", "微軟正黑體","Microsoft YaHei",Arial,Helvetica,"Microsoft JhengHei", sans-serif;}

ul.mul {font-size: 20px;}

small.zh {font-size:14px;}
small {font-size: 13px;}

/* reset ul ol */
ol, ul {
 	margin-left:0;
    padding-left: 1.2em;
}

.main ol li, .main ul li {margin-bottom:4px; }

p.help-block {font-size: 0.9em !important;}

.outer-wrap {
	
	background: #fff;
	margin-left:auto; margin-right:auto;
	min-height:500px;
	box-shadow: none; border-color: #b3b3b3; 
	/*border-left:10px solid #ef6687;
	border-right:10px solid #ef6687;*/
}


code, pre {
  font-family: Helvetica, "微軟正黑體","Microsoft YaHei", Arial,"Microsoft JhengHei", "Open Sans", sans-serif; 
}


h4.titleline {position:relative; line-height:190%; margin-bottom:5px;}
h4.titleline::after {
    width: 70px;
    height: 0px;
    background: #ccc none repeat scroll 0% 0%;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -35px;
    content: "";
}

.shoe-bg {
	background:url('https://d1ftqezafuywzr.cloudfront.net/vendor/winwinrun/img/shoe_bg.png') no-repeat right bottom #fff;	
	min-height:100px;
}

.shoe-bg2 {
	background:url('https://d1ftqezafuywzr.cloudfront.net/vendor/winwinrun/img/shoe_bg.png') no-repeat right bottom;	
	min-height:120px;
}

tr.tr-bg2 td {background: #ffecf2; border-color: #fff;}

td.first-td {text-align:center;}
td.first-td i{font-size:23px;}
code {font-size:15px;}

.tgrid-box {padding-left:10px !important; padding-right:10px !important; padding-bottom:0;}

.swlang {font-weight:normal !important; font-family:arial;}


.trophytable td {background: #197d3f; color: #fff;}

.ind {text-indent: -9999; font-size:10px; display:none;}

.whitelink {color: #fff;}
.whitelink:hover {text-decoration: underline; color: #fff;}


ul.main-navigation li a.hlink {
  color: #197d3f;
}

ul.main-navigation li:hover a.hlink { color: #fff; }

#topbar {height: 40px; background: #009444;}
#topbar ul {margin-top:4px; font-size:15px;}
#topbar a {color: #fff; line-height: 32px;}


.timeline li .time-content h2.sim { border:none; padding:0; }

/* Blog Item */
.blog-item .blog-item-img {
  margin: 6px 0 25px;
}
.blog-item .blog-item-img .carousel {
  margin-bottom: 0;
}
.blog-item blockquote {
  margin: 20px 40px 18px;
  border-color: #E84D1C;
}
.blog-item .blog-info {
  margin: 20px 0;
  padding: 8px 0;
  border-top: solid 1px #ECEBEB;
  border-bottom: solid 1px #ECEBEB;
  color: #666;
}

.blog-item .blog-info{	
	list-style: none;
}
.blog-item .blog-info li {
  padding-left: 13px; 
  border-left: solid 1px #ECEBEB;
  display:inline; 
}
.blog-item .blog-info li:first-child {
  padding-left: 0; 
  border-left: none; 
}
.blog-item .blog-item-img .carousel-control {
  top: 45%;
}

.blog-item .media {
	border-bottom: solid 1px #ECEBEB;
	margin-bottom: -1px;
}
.blog-item .comments {
	border-top: solid 1px #ECEBEB;
	padding-top: 15px;
}
.blog-item img.media-object {
    top: 2px;
	width: 60px;
	height: 60px;
    position: relative;
}
.blog-item h4.media-heading {
    position: relative;
    padding-top: 0;
}
.blog-item h4.media-heading span {
    right: 0;
    top: 3px;
    color: #777;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
}
.blog-item h4.media-heading span a {
    color: #E84D1C;
}

.mix-block .tab-content .col-md-3 {
	padding-right: 0;
}
.mix-block .nav-tabs > li {
    margin-top: 1px;
}


.navbar-winwinrun {background: #1c75bc; border:none; margin-bottom: 0;}
.navbar-nav > li > a {color: #fff; text-shadow: none; font-size: 16px; padding: 12px 30px; text-transform: uppercase;;}
.navbar-nav > li > a .eng {font-size:14px;}
.navbar-nav li.active a, 
.navbar-nav li a:hover, 
.navbar-nav li a:visited, 
.navbar-nav li a:active, 
.navbar-nav li a:focus,
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover ,
.dropdown-menu
{background: #39b54a;}

.dropdown-menu li a {color: #fff;}

.gn-bg {background: #dcfaf0; padding-bottom:40px;}

.home-box {font-size: 16px; background: #fff; padding:15px; min-height: 350px; position:relative;}
.home-box h2 {color: #009444; width:100%; border-bottom:1px solid #009444; margin-bottom: 20px;}
.home-box table tr:first-child td {border-top:none;}
.home-box .morelink {position:absolute; right:0; bottom:0; background: #f77c1e; font-size:15px; color: #fff; padding:6px 12px;}
.home-box .morelink a {color: #fff;}
.home-box .morelink a:hover {text-decoration: underline;}

.block-race {height: 270px;}
.block-class {height: 180px;}

@media only screen and (max-width: 736px){

	.block-race {height: 220px;}
	.block-class {height: 160px;}
	.navbar-winwinrun {
		min-height: auto;		
		
	}

	/* break table td into whole line for mobile phone */
	table.table_m > tbody> tr > td {display:block;}

	.navbar-toggle {padding-top:0; padding-bottom:0; margin-top:6px; margin-bottom:3px;}
	
}

.blog-item h1 {font-size: 24px;}


.bshadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.11), 0 6px 20px 0 rgba(0, 0, 0, 0.11);
}