/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */

/* 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-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
}

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


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


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

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

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit https://jqueryui.com/themeroller/
 */

/*






 */



/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	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,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.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,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.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;
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	background-image: none;
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-42f3fd7ecbd1e18e5e9c5cbbc2ba9ce4d81a388258a81833d38819a1406ff48d.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-42f3fd7ecbd1e18e5e9c5cbbc2ba9ce4d81a388258a81833d38819a1406ff48d.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-9dab1725ee38e87989a48796505748157d0238ac72c25a072f5162aa61e2da06.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-6d81fc3fac3b17a25f4ef3eee1394642d38b1adba5c7442acef3b3c8b045cbe7.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-91e1ea5f253e72e2e9402cff2bb58fa98b5faa49f9ded999c760013b94ead7f8.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-6efc1db612130b63222e0f6bf54d37392c3f2bdb2c10ba50f5d0f1e14d63af61.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-943d9bc18134619d37406debd81636b63881363a019513c1d6e6cb13b5c5fb30.png)/*{iconsDefault}*/;
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-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: -65px -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: -65px -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: 1px -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: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI Accordion 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/accordion/#theming
 */
/*

 */
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
/*!
 * jQuery UI Autocomplete 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/autocomplete/#theming
 */
/*

 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/*!
 * jQuery UI Button 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/button/#theming
 */
/*

 */
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	user-select: none;
}

.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: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 125+ */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*!
 * jQuery UI Checkboxradio 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/checkboxradio/#theming
 */
/*

 */

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
/*!
 * jQuery UI Controlgroup 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/controlgroup/#theming
 */
/*

 */

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

/*!
 * jQuery UI Datepicker 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/datepicker/#theming
 */
/*

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

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
/*!
 * jQuery UI Dialog 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/dialog/#theming
 */
/*

 */
.ui-dialog {
	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-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/*!
 * jQuery UI Draggable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */
.ui-draggable-handle {
	touch-action: none;
}
/*!
 * jQuery UI Menu 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/menu/#theming
 */
/*

 */
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.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-wrapper {
	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;
}
/*!
 * jQuery UI Progressbar 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/progressbar/#theming
 */
/*

 */
.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,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");
	height: 100%;
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*!
 * jQuery UI Resizable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	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;
}
/*!
 * jQuery UI Selectable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */
.ui-selectable {
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*!
 * jQuery UI Selectmenu 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/selectmenu/#theming
 */
/*

 */
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	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-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
/*!
 * jQuery UI Sortable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */
.ui-sortable-handle {
	touch-action: none;
}
/*!
 * jQuery UI Slider 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/slider/#theming
 */
/*

 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

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

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/*!
 * jQuery UI Spinner 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/spinner/#theming
 */
/*

 */
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	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-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
/*!
 * jQuery UI Tabs 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/tabs/#theming
 */
/*

 */
.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;
}
/*!
 * jQuery UI Tooltip 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/tooltip/#theming
 */
/*

 */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */
/*




















 */
/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */
/*


 */
/*

 * for Gem


 * Include all file from all-in-one
 * Don't use assets pipeline for the dev performance reason






 */

/* ----------------------------------------------------------
This scss import all scss file because of the dev performance.
Compile this file with Codekit.
---------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1.3em; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

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

common.css

This CSS includes common components which might be
used in other projects.

------------------------------------------------- */
/*-- Variables ---------------------------*/
/*-- Mixin -------------------------------*/
/*-- Basics Elements ---------------------------*/
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif !important;
  color: #3a3a3a;
  height: 100%;
  font-size: 14px; }
  @media screen and (min-width: 650px) {
    html {
      font-size: 15px; } }
body {
  line-height: 1.4em;
  background-color: #F7F7F7;
  min-height: 100%;
  position: relative;
  padding-bottom: 45px; }
  body:after {
    content: "";
    display: table;
    clear: both; }

a {
  color: #0e85ad;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    color: #12a9dc;
    text-decoration: underline; }

h1 {
  font-size: 1.6em;
  line-height: 1.6em; }
  @media screen and (min-width: 650px) {
    h1 {
      font-size: 1.8em;
      line-height: 1.8em; } }
h2 {
  font-size: 1.4em;
  line-height: 1.4em; }
  @media screen and (min-width: 650px) {
    h2 {
      font-size: 1.6em;
      line-height: 1.6em; } }
h3 {
  font-size: 1.2em;
  line-height: 1.2em; }
  @media screen and (min-width: 650px) {
    h3 {
      font-size: 1.3em;
      line-height: 1.3em; } }
textarea, input[type="text"], input[type="submit"], input[type="password"], input[type="email"], button {
  box-sizing: border-box;
  font-size: 1em;
  outline: none;
  -webkit-appearance: none;
  color: #3D4F5A;
  line-height: 1.3em;
  /*
	&::-webkit-input-placeholder {
	  line-height: 1.2em;
	}
	&:-moz-placeholder {
	  line-height: 1.2em;
	}*/ }

textarea {
  line-height: 1.5em; }

textarea:disabled, input[type="text"]:disabled {
  background: #eee;
  color: #9E9E9E; }

textarea.vert {
  resize: vertical; }

textarea.no-resize {
  resize: none; }

small {
  font-size: 0.8em; }

strong {
  font-weight: bold; }

hr {
  border: none;
  border-top: 1px solid #eeefef; }

::-webkit-input-placeholder {
  color: #bfbfbf; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #bfbfbf; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #bfbfbf; }

:-ms-input-placeholder {
  color: #bfbfbf; }

/*-- Common Utilities ---------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* Hides from IE Mac */
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* End Hack */
.text-center {
  text-align: center; }

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

.text-lighter {
  font-weight: lighter; }

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

.text-green {
  color: #30a795; }

.text-red {
  color: #f05b53; }

.text-serif {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif !important; }

.text-sanserif {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif !important; }

.text-cursive {
  font-weight: normal;
  font-family: 'Pacifico', cursive; }

.text-noto {
  font-family: 'Noto Serif', serif; }

.text-en {
  font-size: 1.05em; }

.text-ja {
  font-size: 0.95em; }

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

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.text-small {
  font-size: 0.8em; }

.show {
  display: block; }

.hide {
  display: none; }

.row {
  display: flex;
  flex-direction: row; }

.row--h-center {
  justify-content: center; }

.row--h-justify {
  justify-content: space-between; }

.row--v-center {
  align-items: center; }

div.show-sm, p.show-sm, h1.show-sm, h2.show-sm, h3.show-sm, h4.show-sm, h5.show-sm, h6.show-sm, header.show-sm, nav.show-sm {
  display: none; }
  @media screen and (min-width: 480px) {
    div.show-sm, p.show-sm, h1.show-sm, h2.show-sm, h3.show-sm, h4.show-sm, h5.show-sm, h6.show-sm, header.show-sm, nav.show-sm {
      display: block; } }
div.hide-sm, p.hide-sm, h1.hide-sm, h2.hide-sm, h3.hide-sm, h4.hide-sm, h5.hide-sm, h6.hide-sm, header.hide-sm, nav.hide-sm {
  display: none; }
  @media screen and (min-width: 480px) {
    div.hide-sm, p.hide-sm, h1.hide-sm, h2.hide-sm, h3.hide-sm, h4.hide-sm, h5.hide-sm, h6.hide-sm, header.hide-sm, nav.hide-sm {
      display: block; } }
a.show-sm, span.show-sm, i.show-sm, small.show-sm {
  display: inline-block; }
  @media screen and (min-width: 480px) {
    a.show-sm, span.show-sm, i.show-sm, small.show-sm {
      display: none; } }
a.hide-sm, span.hide-sm, i.hide-sm, small.hide-sm {
  display: none; }
  @media screen and (min-width: 480px) {
    a.hide-sm, span.hide-sm, i.hide-sm, small.hide-sm {
      display: inline-block; } }
li.show-sm {
  display: list-item; }
  @media screen and (min-width: 480px) {
    li.show-sm {
      display: none; } }
li.hide-sm {
  display: none; }
  @media screen and (min-width: 480px) {
    li.hide-sm {
      display: list-item; } }
.thumb {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 3px; }

.label {
  padding: 3px 7px;
  font-size: 0.9em;
  background-color: #F7F7F7;
  border-radius: 3px;
  margin-right: 3px; }

.pagination {
  clear: both;
  padding: 20px 0;
  line-height: 2.3em;
  text-align: center; }
  .pagination .current {
    font-weight: bold;
    background-color: #f2716a;
    color: #fff;
    border-radius: 20px;
    padding: 5px 7px 4px 7px; }
  .pagination .previous_page, .pagination .next_page {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 2px;
    font-size: 0.9em;
    text-decoration: none; }
    .pagination .previous_page:hover, .pagination .next_page:hover {
      background-color: laighten(#41c9b4, 30); }
    .pagination .previous_page.disabled, .pagination .next_page.disabled {
      background-color: #eee; }
      .pagination .previous_page.disabled:hover, .pagination .next_page.disabled:hover {
        background-color: #eee; }

.btn-green-md {
  background-color: #41c9b4;
  padding: 8px 20px;
  border: 3px solid #90e0d3;
  border-radius: 30px;
  color: #fff;
  font-weight: bold; }
  .btn-green-md:hover {
    background-color: #90e0d3;
    text-decoration: none; }

.btn {
  line-height: 1.5em;
  background-color: #FCFCFC;
  border: 1px solid #ededed;
  padding: 7px 15px;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  font-size: 0.9em;
  margin: 0 5px; }
  .btn:hover {
    background-color: #fff;
    text-decoration: none;
    background-color: #f8fdfc;
    border: 1px solid #b8ebe3; }
  .btn.btn-sm {
    padding: 5px 12px;
    font-size: 0.85em; }
  .btn.btn-lg {
    padding: 8px 15px;
    font-size: 1.1em; }

.social {
  background-color: #fff;
  border-top: none;
  padding: 12px 12px 1px 12px;
  height: 74px;
  overflow: hidden;
  font-size: 0.8em; }
  @media screen and (min-width: 650px) {
    .social {
      height: 44px; } }
  .social .button {
    float: left;
    overflow: hidden;
    margin-right: 5px;
    margin-bottom: 4px; }

.fb-page-wrap {
  width: 100%;
  overflow: hidden;
  margin: 10px 0;
  background-color: #eee;
  border-bottom: 1px solid #e9eaed;
  border-top: 1px solid #e9eaed; }
  .fb-page-wrap .fb-page {
    margin: 0 auto;
    margin-top: -1px;
    margin-bottom: -1px;
    display: block;
    width: 350px; }

.canpath-button {
  padding: 7px 20px;
  background-color: #41c9b4;
  font-size: 0.95em;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  border-radius: 2px;
  margin: 5px 0; }
  .canpath-button:hover {
    text-decoration: none;
    background-color: #69d4c4;
    color: #fff; }
  .canpath-button.orange {
    background-color: #f7b22a; }
    .canpath-button.orange:hover {
      background-color: #f9c45b; }
  .canpath-button.blue {
    background-color: #33BFEE; }
    .canpath-button.blue:hover {
      background-color: #62cef2; }

.signin {
  padding: 13px;
  width: 240px;
  margin: 10px auto;
  display: block;
  text-align: center;
  color: #fff !important; }

.click-n-show {
  cursor: pointer;
  color: #f2716a; }

.stickies {
  display: block;
  margin: 10px 6px; }
  .stickies .fa-check {
    color: #41c9b4; }
  .stickies .stick {
    height: 31px;
    vertical-align: middle;
    line-height: 31px;
    border: 1px solid #ddd;
    margin-left: -6px;
    background-color: #fff;
    border-radius: 0;
    padding: 0 10px 0 7px; }
    .stickies .stick.nose {
      border-radius: 3px; }
    .stickies .stick.tail {
      border-radius: 3px; }
    .stickies .stick i {
      margin-left: 3px; }
  .stickies label.stick {
    font-size: 0.9em;
    line-height: auto;
    border: 0;
    display: block; }
  .stickies input.stick {
    font-size: 0.95em;
    box-shadow: inset 0 1px 4px #EAEAEA;
    width: 100%;
    border-radius: 3px;
    margin-bottom: 10px; }
    .stickies input.stick::-webkit-input-placeholder {
      line-height: 31px; }
    .stickies input.stick:-moz-placeholder {
      line-height: 31px; }
  .stickies a.stick {
    display: inline-block;
    padding: 0 7px 0 7px;
    font-size: 0.9em;
    background-color: #41c9b4;
    border-color: #41c9b4;
    color: #fff; }
    .stickies a.stick:hover {
      text-decoration: none;
      background-color: #69d4c4;
      color: #fff; }
  .stickies.large .stick {
    height: 40px; }
  .stickies.large label.stick, .stickies.large input.stick, .stickies.large a.stick {
    line-height: 40px; }
  .stickies.large input.stick::-webkit-input-placeholder {
    line-height: 40px; }
  .stickies.large input.stick:-moz-placeholder {
    line-height: 40px; }
  @media screen and (min-width: 480px) {
    .stickies .stick.nose {
      border-radius: 3px 0 0 3px; }
    .stickies .stick.tail {
      border-radius: 0 3px 3px 0; }
    .stickies label.stick {
      line-height: 31px;
      border: 1px solid #ddd;
      display: inline-block; }
    .stickies input.stick {
      width: 30% !important;
      border-radius: 0;
      margin-bottom: 0; } }
.dropdown {
  height: 45px;
  display: inline-block;
  position: relative; }
  .dropdown ul.dropdown-menu {
    display: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    position: absolute;
    top: 45px;
    width: 150px;
    right: 0; }
    .dropdown ul.dropdown-menu li {
      background-color: #fff;
      border-bottom: 1px solid #eeefef; }
      .dropdown ul.dropdown-menu li:last-of-type {
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
        border-bottom: 0; }
      .dropdown ul.dropdown-menu li:hover {
        background-color: #fef7f7; }
        .dropdown ul.dropdown-menu li:hover a {
          color: #f2716a; }
      .dropdown ul.dropdown-menu li.disabled {
        background-color: #fff;
        color: #777777; }
        .dropdown ul.dropdown-menu li.disabled:hover {
          background-color: #fff; }
          .dropdown ul.dropdown-menu li.disabled:hover a {
            color: #777777; }
      .dropdown ul.dropdown-menu li a {
        color: #777777;
        display: block;
        width: 100%;
        height: 100%;
        padding: 10px; }
        .dropdown ul.dropdown-menu li a:hover {
          text-decoration: none; }

.dropdown-trigger, .header-menu {
  height: 45px;
  line-height: 45px;
  display: inline-block;
  font-weight: bold;
  padding: 0 10px;
  color: #777777; }
  .dropdown-trigger:hover, .dropdown-trigger.active, .header-menu:hover, .header-menu.active {
    text-decoration: none;
    color: #fff;
    background-color: #f2716a; }

.dropdown.notification .message-count {
  background-color: #ee443b;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  position: absolute;
  font-size: 0.8em;
  right: -2px;
  top: 3px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  box-sizing: border-box; }

.dropdown.notification ul.dropdown-menu {
  width: 250px; }
  .dropdown.notification ul.dropdown-menu li {
    font-weight: normal;
    font-size: 0.9em; }

.dropdown:last-of-type .dropdown-trigger {
  padding-right: 15px; }

.area-link {
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  opacity: 0; }
  .area-link:hover {
    opacity: 0.3; }

.text-with-short-border:after {
  content: '';
  width: 100px;
  display: block;
  margin: 1em auto;
  border-bottom: 1px solid #ddd; }

.loading-overwrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
  z-index: 1000; }

/*-- Variables ---------------------------*/
/*-- Mixin -------------------------------*/
.flash-message {
  font-weight: normal;
  background-color: #33BFEE;
  border-radius: 3px;
  margin: 10px;
  padding: 8px 15px 6px 15px;
  color: #fff; }
  @media screen and (min-width: 650px) {
    .flash-message {
      margin: 10px 0; } }
  .flash-message.error {
    background-color: #f2716a; }

.flash-message-text {
  vertical-align: -1px; }
  .flash-message-text.error {
    color: #f2716a; }

.story-index-wrap {
  position: relative; }
  @media screen and (min-width: 650px) {
    .story-index-wrap .flash-message {
      margin: 10px 0 0 0; } }
.comprehensive-alert {
  background-color: rgba(65, 201, 180, 0.8);
  width: 100%;
  position: fixed;
  top: 0;
  padding: 4px 15px;
  font-size: 0.9em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  z-index: 30; }
  .comprehensive-alert a {
    color: #fff;
    text-decoration: underline; }

.error-message {
  color: #fff;
  background-color: #f9c45b;
  display: block;
  padding: 10px 20px;
  margin: 20px 0;
  border-radius: 2px;
  font-size: 0.9em; }
  .error-message h2 {
    margin: 0 !important; }
  .error-message hr {
    border-top: 1px solid #fff !important;
    margin: 8px 0 !important; }

.country-list-in-modal li {
  font-size: 0.8em; }

.submit-button, .story-form input[type="submit"], .user-form input[type="submit"] {
  -webkit-appearance: none;
  background: #35bba7;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 240px;
  cursor: pointer;
  margin: 20px auto;
  display: block;
  padding: 15px;
  outline: none;
  font-size: 0.9em;
  line-height: 1.4em; }
  .submit-button:hover, .story-form input[type="submit"]:hover, .user-form input[type="submit"]:hover {
    background: #41c9b4;
    color: #fff;
    text-decoration: none; }
  .submit-button i, .story-form input[type="submit"] i, .user-form input[type="submit"] i {
    line-height: 1.4em; }

.country-list-in-modal {
  font-size: 0.85em;
  text-align: left; }
  .country-list-in-modal td {
    border-bottom: 1px solid #eee;
    padding: 4px 10px; }

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

a.follow-button, a.new-message-button {
  color: #f2716a !important; }

.follow-button, .unfollow-button, .new-message-button {
  padding: 5px 15px;
  margin: 0 2px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #f2716a;
  box-sizing: border-box;
  font-size: 14px;
  color: #f2716a;
  display: inline-block;
  cursor: pointer;
  line-height: 1.5em;
  outline: none; }
  .follow-button:hover, .unfollow-button:hover, .new-message-button:hover {
    text-decoration: none;
    opacity: 0.8;
    color: #f2716a;
    background-color: #fef7f7;
    border: 1px solid #f2716a; }

.new-message-button {
  font-size: 0.88em;
  padding: 6px 15px 5px; }

.unfollow-button {
  padding: 5px 10px;
  color: #fff;
  background-color: #f48781; }
  .unfollow-button:hover {
    opacity: 1.0;
    color: #fff;
    background-color: #f69e99; }

#canpath-header {
  height: 45px;
  width: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid #cd494d;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); }
  #canpath-header .inner {
    width: 100%;
    margin: 0 auto;
    font-size: 0.85em; }
    @media screen and (min-width: 1100px) {
      #canpath-header .inner {
        width: 1100px; } }
  #canpath-header .logo {
    line-height: 45px;
    margin-left: 5px; }
    #canpath-header .logo img {
      display: inline-block;
      vertical-align: middle; }
      #canpath-header .logo img:hover {
        opacity: 0.8; }
  #canpath-header .action {
    float: right; }
  #canpath-header .sign-in {
    line-height: 45px; }

#canpath-header.compact {
  position: relative; }
  #canpath-header.compact .inner {
    width: 100%; }

#canpath-header-category {
  padding-top: 45px;
  background-color: #fff;
  border-bottom: 1px solid #eee; }
  #canpath-header-category .inner {
    width: 100%;
    margin: 0 auto;
    font-size: 0.85em; }
    @media screen and (min-width: 1100px) {
      #canpath-header-category .inner {
        width: 1100px; } }
  #canpath-header-category ul:after {
    content: "";
    display: table;
    clear: both; }
  #canpath-header-category ul li {
    float: left;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: -1px; }
    #canpath-header-category ul li:first-child {
      border-left: 1px solid #eee; }
    #canpath-header-category ul li a {
      padding: 10px 15px;
      display: inline-block;
      color: #3D4147; }
      #canpath-header-category ul li a:hover {
        background-color: #cd494d;
        color: #fff;
        text-decoration: none; }
    #canpath-header-category ul li.active a {
      color: #fff;
      background-color: #cd494d; }

#canpath-footer {
  height: 45px;
  width: 100%;
  background-color: #3D4147;
  color: #fff;
  position: absolute;
  bottom: 0; }
  #canpath-footer .inner {
    width: 100%;
    margin: 0 auto;
    padding: 15px 10px 11px 10px;
    line-height: 1em; }
    @media screen and (min-width: 1100px) {
      #canpath-footer .inner {
        width: 1100px; } }
    #canpath-footer .inner ul li {
      float: left;
      margin-right: 10px; }
      #canpath-footer .inner ul li a {
        font-size: 0.9em;
        color: #fff; }
    #canpath-footer .inner .copyright {
      font-size: 0.7em;
      float: right; }

.rounded-box {
  margin: 10px;
  box-shadow: 0 4px 0 #E3ECEE;
  background-color: #fff;
  border-radius: 3px; }
  .rounded-box .inner {
    padding: 20px; }
    .rounded-box .inner h2 {
      font-weight: normal;
      margin-bottom: 10px;
      font-size: 1.4em; }
  .rounded-box .flag {
    vertical-align: -2px; }

.country-list {
  font-size: 0.85em;
  display: none;
  width: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.97);
  padding: 10px;
  position: fixed;
  z-index: 30;
  top: 45px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .country-list:after {
    content: "";
    display: table;
    clear: both; }
  .country-list .inner {
    width: 100%;
    margin: 0 auto; }
    @media screen and (min-width: 1100px) {
      .country-list .inner {
        width: 1100px; } }
  .country-list header {
    margin: 10px; }
    .country-list header:after {
      content: "";
      display: table;
      clear: both; }
  .country-list h3 {
    float: left; }
  .country-list .country {
    float: left;
    padding: 10px;
    width: 100%;
    height: auto; }
    .country-list .country:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 480px) {
      .country-list .country {
        width: 50%;
        height: 120px; } }
    @media screen and (min-width: 650px) {
      .country-list .country {
        width: 33.3333%;
        height: 140px; } }
    @media screen and (min-width: 900px) {
      .country-list .country {
        width: 25%;
        height: 140px; } }
    @media screen and (min-width: 1100px) {
      .country-list .country {
        width: 25%;
        height: 120px; } }
  .country-list ul {
    padding: 0 5px; }
  .country-list .title {
    padding: 3px 10px;
    margin-bottom: 3px;
    background-color: #3D4147;
    border-radius: 2px;
    clear: both;
    color: #fff; }
  .country-list .name {
    float: left;
    margin-right: 8px; }
    .country-list .name a {
      color: #3a3a3a; }

.page-hero {
  background-color: #fff;
  margin-top: 1px; }
  .page-hero__inner {
    width: 100%;
    margin: 0 auto;
    padding: 20px; }
    @media screen and (min-width: 1100px) {
      .page-hero__inner {
        width: 1100px; } }
  .page-hero__title {
    color: #666666;
    letter-spacing: 2px; }
  .page-hero__summary {
    color: gray;
    margin: 10px 0;
    line-height: 1.8em; }

/*-- Variables ---------------------------*/
/*-- Mixin -------------------------------*/
.admin-body {
  color: #666666;
  background-color: #fff;
  border: 1px solid #eeefef;
  border-top: none;
  padding: 60px 10px; }
  @media screen and (min-width: 650px) {
    .admin-body {
      padding: 60px 30px; } }
  .admin-body table.admin-detail, .admin-body table.admin-list {
    width: 100%;
    margin: 20px 0; }
    .admin-body table.admin-detail th, .admin-body table.admin-list th {
      background-color: #666666;
      color: #fff; }
    .admin-body table.admin-detail th, .admin-body table.admin-detail td, .admin-body table.admin-list th, .admin-body table.admin-list td {
      border: solid 1px #eee;
      padding: 5px 10px;
      font-size: 0.9em; }
      .admin-body table.admin-detail th.email, .admin-body table.admin-detail th.time, .admin-body table.admin-detail td.email, .admin-body table.admin-detail td.time, .admin-body table.admin-list th.email, .admin-body table.admin-list th.time, .admin-body table.admin-list td.email, .admin-body table.admin-list td.time {
        font-size: 0.8em; }
  .admin-body table.admin-detail td {
    vertical-align: middle; }
  .admin-body table.admin-detail td:first-of-type {
    width: 180px; }
  .admin-body textarea, .admin-body input[type="text"], .admin-body input[type="submit"], .admin-body input[type="password"], .admin-body input[type="email"] {
    padding: 10px 10px;
    border: 1px solid #ddd;
    border-radius: 3px; }
  .admin-body textarea {
    width: 70%; }
  .admin-body input[type="submit"] {
    padding: 8px 15px;
    background-color: #fff;
    border: 1px solid #ddd; }
    .admin-body input[type="submit"]:hover {
      background-color: #e1f6fd;
      cursor: pointer; }
  .admin-body h3 {
    margin: 10px 0; }
  .admin-body .freshness-10 {
    background-color: #F1FCE7; }
  .admin-body .freshness-5 {
    background-color: #FDFFF5; }

.admin-form {
  margin: 30px; }
  .admin-form table {
    width: 100%; }
  .admin-form td {
    padding: 10px;
    vertical-align: middle;
    border-bottom: 1px solid #eee; }
  .admin-form td:first-of-type {
    width: 150px; }
  .admin-form select#story_publicity {
    margin: 10px 0; }

.admin-search-form {
  margin: 15px 0;
  line-height: 2.8em; }

.select-date {
  margin: 15px 0 50px; }

.funnel-data {
  float: left;
  padding: 10px 20px;
  border: 1px solid #eee;
  background-color: #fff;
  text-align: center; }
  .funnel-data h3 {
    margin: 2px 0 5px; }

.newsletter {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 10px;
  border: 1px solid #eee; }
  .newsletter hr {
    margin: 15px 0; }
  .newsletter .label {
    background-color: #626262;
    color: #fff; }
  .newsletter.sent {
    background-color: #eee; }
    .newsletter.sent hr {
      border-top: 1px solid #ddd; }

/*-- Variables ---------------------------*/
/*-- Mixin -------------------------------*/
.user-meta {
  border-bottom: 1px solid #eeefef;
  background-color: #fff;
  border-top: none;
  margin-bottom: 0;
  height: 50px;
  line-height: 50px;
  font-size: 0.9em; }
  .user-meta .user-thumb {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    float: left; }

.user-body {
  color: #666666;
  background-color: #fff;
  border: 1px solid #eeefef;
  border-top: none;
  padding: 15px; }
  @media screen and (min-width: 650px) {
    .user-body {
      padding: 30px; } }
  .user-body .user {
    margin: 10px 0; }

.user-form input[type="text"], .user-form input[type="password"], .user-form textarea {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 10px;
  width: 100%; }

.user-form textarea {
  resize: vertical; }

.user-form table {
  border-collapse: separate;
  border-spacing: 0 15px;
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 480px) {
    .user-form table {
      width: 400px; } }
  .user-form table tr {
    margin: 10px 0; }
  .user-form table td.label {
    width: 150px;
    text-align: right;
    vertical-align: middle;
    border-right: 3px solid #b8ebe3; }
  .user-form table td {
    padding: 0px 10px;
    vertical-align: middle; }

.user-form small {
  line-height: 1em; }

.user-form #user_birth {
  width: 200px; }

.user-form.wide table {
  width: 100%; }

.big-menus {
  width: 100%; }
  .big-menus a {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 80px;
    float: left;
    padding: 2px 20px 3px;
    border-bottom: 1px solid #eeefef;
    color: #3a3a3a;
    width: 100%;
    font-size: 1.2em; }
    @media screen and (min-width: 480px) {
      .big-menus a {
        width: 50%;
        font-size: 1em; } }
    @media screen and (min-width: 650px) {
      .big-menus a {
        width: 50%;
        font-size: 1.2em; } }
    .big-menus a:hover {
      text-decoration: none;
      background-color: #fef7f7; }
    .big-menus a:nth-child(2n + 1) {
      border-right: 1px solid #eeefef; }
    .big-menus a img {
      float: left;
      margin-right: 10px; }

.user-reviews {
  margin: 10px 0; }
  .user-reviews:after {
    content: "";
    display: table;
    clear: both; }
  .user-reviews table td {
    padding: 5px; }
  .user-reviews table td:first-of-type {
    padding-left: 0; }
  .user-reviews table td:last-of-type {
    padding-right: 0; }
  .user-reviews .item {
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0.11);
    border-radius: 2px;
    margin: 0 auto;
    width: auto;
    text-align: center;
    padding: 15px 5px; }
    @media screen and (min-width: 480px) {
      .user-reviews .item {
        width: 80px; } }
    .user-reviews .item .title {
      font-size: 0.8em;
      margin: 0;
      margin-bottom: 5px;
      padding: 0; }
    .user-reviews .item .score {
      font-size: 1.8em;
      font-family: 'Doppio One', sans-serif; }
      .user-reviews .item .score a {
        color: #fff;
        text-decoration: underline; }
        .user-reviews .item .score a:hover {
          color: #fff; }
  .user-reviews.full-width table {
    width: 100%; }
  .user-reviews.full-width .item {
    width: auto; }
  .user-reviews.white-base .title {
    color: #999; }
  .user-reviews.white-base .score {
    color: #f2716a; }
    .user-reviews.white-base .score a {
      color: #f2716a;
      text-decoration: underline; }
      .user-reviews.white-base .score a:hover {
        color: #f2716a; }

.user-interests {
  margin: 10px 0; }
  .user-interests .tag {
    padding: 5px 10px;
    border-radius: 2px;
    background-color: #fff;
    color: #f2716a;
    box-shadow: 0 2px 0 #ddd;
    font-size: 0.85em;
    white-space: nowrap;
    line-height: 2.5em;
    border: 1px solid #F5F5F5; }
    .user-interests .tag:hover {
      text-decoration: none;
      background-color: #f2716a;
      color: #fff;
      box-shadow: 0 2px 0 #f8b4b0; }

.user-relationship {
  text-align: center;
  font-size: 0.85em;
  padding-bottom: 15px; }
  .user-relationship a.count {
    color: #f2716a;
    font-size: 1.6em;
    font-family: 'Doppio One', sans-serif;
    text-decoration: underline; }

.user-profile-maker {
  overflow: hidden;
  min-height: 400px; }

.user-cards {
  width: 100%;
  margin: 0 auto 20px; }
  .user-cards:after {
    content: "";
    display: table;
    clear: both; }
  .user-cards .user-name .flag.sm {
    margin-top: -10px; }

.user-card {
  width: 100%;
  float: none; }
  @media screen and (min-width: 480px) {
    .user-card {
      width: 50%;
      float: left; } }
  @media screen and (min-width: 650px) {
    .user-card {
      width: 33.333%;
      float: left; } }
  .user-card .flag {
    margin-top: -10px;
    box-shadow: none; }

.user-cards.four .user-card {
  width: 100%;
  float: none; }
  @media screen and (min-width: 480px) {
    .user-cards.four .user-card {
      width: 50%;
      float: left; } }
  @media screen and (min-width: 650px) {
    .user-cards.four .user-card {
      width: 33.333%;
      float: left; } }
  @media screen and (min-width: 900px) {
    .user-cards.four .user-card {
      width: 25%;
      float: left; } }
.user-cards.one .user-card {
  width: 100%;
  float: none;
  margin: 20px auto; }
  @media screen and (min-width: 480px) {
    .user-cards.one .user-card {
      width: 50%; } }
  .user-cards.one .user-card .user-card-in {
    height: 450px; }
    .user-cards.one .user-card .user-card-in .user-card-title h3 {
      font-size: 1.5em;
      line-height: 1.7em; }
    .user-cards.one .user-card .user-card-in .user-card-title .user-name {
      font-size: 1.2em;
      line-height: 1.5em; }
    .user-cards.one .user-card .user-card-in .user-card-icon {
      width: 80px;
      height: 80px; }
    .user-cards.one .user-card .user-card-in .photo {
      height: 230px; }
    .user-cards.one .user-card .user-card-in .user-interests {
      top: 280px; }
    .user-cards.one .user-card .user-card-in .user-reviews {
      top: 340px; }

.user-card-in {
  margin: 10px;
  background-color: #fff;
  box-shadow: 0 1px 0 #eee;
  border-radius: 2px;
  height: 320px;
  position: relative; }
  .user-card-in .box-link {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 2;
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=0)";
    /* ie 8 */ }
    .user-card-in .box-link:hover {
      opacity: 0.3;
      filter: alpha(opacity=30);
      -ms-filter: "alpha(opacity=30)"; }
  .user-card-in .photo {
    width: 100%;
    height: 130px;
    overflow: hidden;
    z-index: auto; }
    .user-card-in .photo img {
      min-width: 100%;
      min-width: 100%;
      -webkit-filter: blur(2px);
      filter: blur(2px); }
  .user-card-in .user-card-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; }
    .user-card-in .user-card-title h3 {
      margin: 5px 5px 1px 5px;
      font-size: 0.9em;
      line-height: 1.4em;
      padding: 5px 8px;
      background-color: #000;
      background-color: rgba(0, 0, 0, 0.67);
      color: #fff;
      display: inline-block; }
    .user-card-in .user-card-title .user-name {
      margin-left: 5px;
      font-size: 0.8em;
      line-height: 1.2em;
      padding: 3px 8px;
      background-color: #000;
      background-color: rgba(0, 0, 0, 0.67);
      color: #fff;
      display: inline-block; }
  .user-card-in .user-card-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-top: -20px;
    position: relative; }
    .user-card-in .user-card-icon img {
      background-color: #fff;
      width: 100%;
      height: 100%;
      position: absolute;
      border: 3px solid #fff;
      border-radius: 50%; }
  .user-card-in .user-interests {
    width: 100%;
    position: absolute;
    top: 140px;
    height: 62px;
    overflow: hidden;
    margin: 0;
    padding: 0 10px;
    z-index: 3; }
    .user-card-in .user-interests .placeholder {
      text-align: center;
      padding: 10px 3px;
      font-size: 0.9em; }
      .user-card-in .user-interests .placeholder a {
        color: #f2716a; }
    .user-card-in .user-interests .tag {
      padding: 3px 6px;
      line-height: 2.3em; }
  .user-card-in .user-reviews {
    position: absolute;
    width: 100%;
    top: 200px;
    margin: 0; }
    .user-card-in .user-reviews table {
      width: 100%; }
      .user-card-in .user-reviews table td {
        padding: 0; }
    .user-card-in .user-reviews .item {
      padding: 0;
      width: auto; }
    .user-card-in .user-reviews .title {
      font-size: 0.65em; }
  .user-card-in .user-card-bottom {
    padding: 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 3;
    height: 50px;
    text-align: center;
    background-color: #f2716a;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }

.user-list-small {
  clear: both;
  padding: 0 10px; }
  .user-list-small .user {
    padding: 5px 0;
    position: relative; }
  .user-list-small .user-icon {
    line-height: 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    float: left;
    margin-right: 5px; }
  .user-list-small .user-name {
    line-height: 28px;
    font-size: 0.9em;
    color: #6d6d6d; }
    .user-list-small .user-name .fa {
      color: lightgray; }

.user-icon--circle img {
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  box-shadow: 0 1px 2px #ddd;
  border-radius: 25px;
  background-color: #fff; }

/*-- Variables ---------------------------*/
/*-- Mixin -------------------------------*/
.story-wrap {
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 650px) {
    .story-wrap {
      width: 750px;
      margin: 20px auto; } }
.story-index-wrap {
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 650px) {
    .story-index-wrap {
      width: 750px; } }
  @media screen and (min-width: 900px) {
    .story-index-wrap {
      width: 1100px; } }
  .story-index-wrap .story-image {
    width: 100%;
    height: 190px;
    overflow: hidden;
    background-color: #F8F8F8;
    position: relative; }
    @media screen and (min-width: 900px) {
      .story-index-wrap .story-image {
        height: 170px; } }
    .story-index-wrap .story-image img {
      width: 100%;
      border: 1px solid #eeefef;
      border-bottom: 0;
      position: absolute; }

.story-sidebar {
  padding: 10px; }
  @media screen and (min-width: 900px) {
    .story-sidebar {
      padding: 0;
      width: 350px;
      float: left;
      margin-top: 10px; } }
  .story-sidebar .banner {
    display: block;
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
    margin-bottom: 15px; }
    .story-sidebar .banner:hover {
      opacity: 0.9; }

.story-ranking .ranking-item {
  font-size: 0.90em;
  margin-bottom: 5px;
  position: relative; }

.story-ranking .story-body.ranking {
  height: auto;
  padding: 0; }
  .story-ranking .story-body.ranking .title {
    margin: 0;
    font-weight: normal; }
    .story-ranking .story-body.ranking .title a {
      color: #3a3a3a; }
      .story-ranking .story-body.ranking .title a:hover {
        color: #ee443b; }
  .story-ranking .story-body.ranking .story-image {
    width: 90px;
    height: 65px;
    float: left;
    padding: 0;
    margin-right: 7px;
    overflow: hidden; }
    .story-ranking .story-body.ranking .story-image img {
      min-width: 100%;
      min-height: 100%; }
      .story-ranking .story-body.ranking .story-image img:hover {
        opacity: 0.8; }
  .story-ranking .story-body.ranking .title {
    font-size: 1.0em;
    line-height: 1.3em;
    padding: 5px 7px 0 0;
    margin-bottom: 3px; }
  .story-ranking .story-body.ranking .place {
    font-size: 0.8em;
    line-height: 1.5em; }

.story-ranking-author {
  font-size: 0.8em;
  line-height: 1.5em; }
  .story-ranking-author a {
    color: #666666; }
    .story-ranking-author a:hover {
      color: #f2716a; }

.story-cat-title {
  background-color: #eee;
  border-radius: 3px;
  padding: 0;
  margin: 10px 0; }
  .story-cat-title .icon-for-title {
    height: 100%;
    display: inline-block;
    background-color: #f2716a;
    color: #fff;
    font-weight: bold;
    padding: 6px 9px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .story-cat-title h3 {
    font-size: 0.80em;
    padding: 10px 15px 10px 3px;
    display: inline-block; }

.story-main-image {
  width: 100%;
  height: 230px;
  overflow: hidden;
  position: relative;
  background-color: #fff; }
  @media screen and (min-width: 480px) {
    .story-main-image {
      height: 320px; } }
  @media screen and (min-width: 650px) {
    .story-main-image {
      height: 400px; } }
  .story-main-image img {
    width: 100%;
    position: absolute; }

.story-body {
  color: #666666;
  background-color: #fff;
  box-shadow: 0 1px 1px #eeefef;
  border-top: none;
  padding: 15px;
  word-break: break-word; }
  @media screen and (min-width: 650px) {
    .story-body {
      padding: 30px; } }
  .story-body.no-padding {
    padding: 0; }
  .story-body h1, .story-body h2, .story-body h3, .story-body h4, .story-body h5 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif !important;
    margin: 1.6em 0 1em; }
  .story-body small {
    font-size: 0.8em; }
  .story-body hr {
    margin: 15px 0;
    border: none;
    border-top: 1px #eee solid; }
  .story-body .user-icon {
    float: left;
    margin: -5px 10px 0 0; }
    .story-body .user-icon img {
      width: 50px;
      height: 50px;
      border: 3px solid #fff;
      box-shadow: 0 1px 2px #ddd;
      border-radius: 25px; }
    .story-body .user-icon .cicon {
      transform: scale(1.23); }
  .story-body .story-country {
    float: left; }
  .story-body .story-country-name {
    font-size: 1.1em;
    margin-left: 3px;
    vertical-align: 5px; }
  .story-body .story-meta {
    font-size: 0.85em; }
    .story-body .story-meta:after {
      content: "";
      display: table;
      clear: both; }
    .story-body .story-meta .cicon {
      float: left;
      transform: scale(1.4);
      margin: -5px 15px 0 0; }
  .story-body .story-tag-list {
    clear: both; }
  .story-body .story-action {
    font-size: 0.85em;
    padding: 0 5px;
    margin: 10px 0; }
    .story-body .story-action a {
      color: #BBB;
      margin-right: 5px; }
      .story-body .story-action a:hover {
        color: #33BFEE; }
      .story-body .story-action a.user-name {
        color: #f2716a; }
    .story-body .story-action .draft {
      color: #f2716a; }
  .story-body .title {
    color: #3a3a3a;
    font-size: 2em;
    margin-top: 20px;
    margin-bottom: 0; }
  .story-body .time {
    float: right; }
  .story-body .main-text {
    display: table;
    width: 100%;
    margin: 30px 0 10px 0;
    font-size: 1.0em;
    line-height: 1.7em;
    padding: 5px; }
    @media screen and (min-width: 650px) {
      .story-body .main-text {
        padding: 5px 20px; } }
    .story-body .main-text p {
      margin: 15px 0; }
      .story-body .main-text p:first-of-type {
        margin: 0 0 15px; }
      .story-body .main-text p:last-of-type {
        margin: 15px 0 0; }
    .story-body .main-text img {
      display: inline-block;
      height: auto;
      max-width: 100%;
      padding: 4px;
      border: 1px solid #eee;
      border-radius: 2px; }
    .story-body .main-text ul {
      margin: 1.5em 0;
      padding-left: 20px;
      list-style: disc; }
      .story-body .main-text ul.no-dot {
        list-style: none; }
      .story-body .main-text ul li {
        padding: 1px 1px 1px 0; }
    .story-body .main-text table {
      font-size: 0.9em;
      width: 100%;
      margin: 20px 0; }
      .story-body .main-text table th {
        color: #fff;
        font-weight: bold;
        background-color: #999999; }
      .story-body .main-text table th, .story-body .main-text table td {
        padding: 3px 10px;
        border: 1px solid #eee; }
    .story-body .main-text blockquote {
      padding: 5px 0 5px 10px;
      border-left: 6px solid #eeefef;
      margin: 1.5em 10px;
      color: #666666; }
    .story-body .main-text strong {
      font-weight: bold;
      color: #3a3a3a; }
    .story-body .main-text .markdown-input, .story-body .main-text .markdown-result {
      position: relative;
      border: 1px solid #eeefef;
      padding: 20px 20px 10px 20px;
      border-radius: 3px;
      margin: 30px 0; }
      .story-body .main-text .markdown-input:before, .story-body .main-text .markdown-result:before {
        padding: 1px 10px 0 10px;
        background-color: #666666;
        color: #fff;
        position: absolute;
        border-radius: 2px;
        top: -15px;
        left: 10px;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif !important;
        font-size: 0.8em;
        font-weight: bold; }
    .story-body .main-text .markdown-input:before {
      content: "入力"; }
    .story-body .main-text .markdown-result p {
      margin: 0; }
    .story-body .main-text .markdown-result:before {
      content: "表示結果"; }
    .story-body .main-text .image-description {
      display: block;
      font-size: 0.9em;
      margin: -5px 5px 0 5px;
      color: #8c8c8c; }
  .story-body .author {
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 30px; }
    @media screen and (min-width: 480px) {
      .story-body .author {
        padding: 20px 10px; } }
    .story-body .author .follow-form button {
      padding: 4px 8px;
      margin-top: 5px; }
  .story-body .author-intro {
    clear: both; }
  .story-body .author-title {
    font-size: 1.2em;
    margin: 10px 0 15px; }
  .story-body .author-left {
    float: none;
    width: 100%; }
    @media screen and (min-width: 650px) {
      .story-body .author-left {
        float: left;
        width: 60%; } }
  .story-body .author-right {
    float: none;
    text-align: left;
    width: 100%;
    margin: 10px 0; }
    @media screen and (min-width: 650px) {
      .story-body .author-right {
        float: right;
        text-align: right;
        width: 40%;
        margin: 0; } }
.story-body-listed {
  padding: 20px 30px 10px; }
  .story-body-listed .title {
    font-size: 1.4em;
    margin: 0 0 0.5em;
    font-weight: normal; }
    .story-body-listed .title a {
      text-decoration: none; }
  .story-body-listed .user-name {
    font-size: 0.9em;
    color: #41c9b4;
    font-weight: bold;
    vertical-align: -1px; }
  .story-body-listed .country {
    margin-bottom: 10px; }
  .story-body-listed .body {
    font-size: 0.9em;
    margin-bottom: 10px; }
  .story-body-listed .main-text {
    margin: 15px 0 25px 0; }
  .story-body-listed .action {
    font-size: 0.9em; }
  .story-body-listed.false {
    background-color: #ECECEC; }

.story-form {
  margin-bottom: 20px; }
  .story-form select {
    border: 1px solid #eee;
    padding: 5px 10px; }
  .story-form #story_timeline_id, .story-form #knowhow_timeline_id {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    font-size: 1.6em; }
  .story-form .form-title {
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif !important;
    color: #666666;
    line-height: 1.6em;
    border: none;
    width: 100%;
    font-weight: lighter;
    padding: 5px;
    box-shadow: inset 0 0 6px #F8F8F8;
    border: 1px solid #F3F3F3;
    border-radius: 1px; }
  .story-form .tabbable {
    position: relative; }
    .story-form .tabbable ul.tabs {
      margin: 0;
      padding: 0; }
      .story-form .tabbable ul.tabs li {
        display: block;
        width: 50%;
        cursor: pointer;
        background-color: #F7F7F7;
        text-align: center;
        float: left;
        padding: 0; }
        .story-form .tabbable ul.tabs li a {
          color: #666666;
          display: block;
          width: 100%;
          padding: 5px;
          font-size: 0.9em; }
          .story-form .tabbable ul.tabs li a:hover {
            text-decoration: none;
            background-color: #ecfaf7; }
        .story-form .tabbable ul.tabs li.active {
          background-color: #41c9b4; }
          .story-form .tabbable ul.tabs li.active a {
            color: #fff;
            font-weight: bold; }
            .story-form .tabbable ul.tabs li.active a:hover {
              background-color: #41c9b4; }
    .story-form .tabbable .contents .main-text-input {
      display: block;
      padding: 15px 0 0 0; }
    .story-form .tabbable .contents .main-text-preview {
      display: none;
      padding: 15px 0 0 0;
      min-height: 308px; }
  .story-form .form-main-text {
    color: #666666;
    font-size: 1.0em;
    line-height: 1.7em;
    width: 100%;
    height: 300px;
    border: none;
    padding: 0;
    resize: vertical;
    padding: 5px 10px;
    box-shadow: inset 0 0 6px #F8F8F8;
    border: 1px solid #F3F3F3;
    border-radius: 1px; }
  .story-form .form-country, .story-form .form-category {
    height: 40px; }
  .story-form .form-place {
    color: #666666;
    border: none;
    border-bottom: 1px solid #eee;
    width: 300px;
    font-weight: lighter;
    padding: 5px;
    margin: 10px 0; }
  .story-form .form-meta .field_with_errors {
    display: inline-block; }
  .story-form ul.toolbar {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 3px solid #eeefef; }
    .story-form ul.toolbar li {
      position: relative;
      background-color: #fff;
      float: left;
      list-style: none;
      margin: 0;
      padding: 0; }
      .story-form ul.toolbar li a {
        color: #666666;
        display: block;
        padding: 5px 15px;
        font-size: 0.9em; }
        .story-form ul.toolbar li a:hover {
          background-color: #b3b3b3;
          text-decoration: none;
          color: #fff; }
          .story-form ul.toolbar li a:hover:after {
            content: "";
            border: 5px solid transparent;
            border-top-color: #b3b3b3;
            position: absolute;
            bottom: -9px;
            left: 10px; }
    .story-form ul.toolbar.fixed {
      position: fixed;
      top: 0; }
  .story-form.cicon-box {
    text-align: center;
    padding: 0;
    display: block; }
    .story-form.cicon-box .show-cicon {
      display: block;
      text-align: center;
      padding: 20px 15px;
      color: #0e85ad; }
      .story-form.cicon-box .show-cicon:hover {
        background-color: #41c9b4;
        color: #fff;
        font-weight: bold;
        text-decoration: none; }
    .story-form.cicon-box .select-cicon {
      border-top: 1px solid #eee;
      padding: 10px; }

.form-story-image-wrapper {
  width: 100%;
  height: 230px;
  overflow: hidden;
  background-color: #F7F7F7;
  border-radius: 2px;
  padding: 3px;
  position: relative; }
  @media screen and (min-width: 480px) {
    .form-story-image-wrapper {
      height: 320px; } }
  @media screen and (min-width: 650px) {
    .form-story-image-wrapper {
      height: 400px; } }
  .form-story-image-wrapper .form-story-image {
    width: 100%;
    height: 100%;
    border: 2px dotted #e6e6e6;
    background-color: #FCFCFC;
    border-radius: 3px;
    overflow: hidden;
    position: relative; }
    .form-story-image-wrapper .form-story-image:hover {
      background-color: #fff; }
    .form-story-image-wrapper .form-story-image img {
      width: 100%;
      cursor: row-resize; }
  .form-story-image-wrapper .image-button-main {
    display: block;
    cursor: pointer;
    z-index: 10;
    position: absolute;
    top: 41%;
    left: 35%;
    padding: 7px 15px 6px 15px;
    background-color: #fff;
    border-radius: 30px;
    border: 3px solid #F7F7F7; }
    @media screen and (min-width: 650px) {
      .form-story-image-wrapper .image-button-main {
        top: 42%;
        left: 41%; } }
    .form-story-image-wrapper .image-button-main:hover {
      background-color: #41c9b4;
      text-decoration: none;
      color: #fff;
      font-weight: bold;
      border: 3px solid #fff; }

.create-temp {
  font-size: 0.8em;
  text-align: center; }

.say-thanks {
  float: left;
  display: inline-block; }
  .say-thanks form {
    margin: 0;
    padding: 0; }
  .say-thanks button, .say-thanks a {
    -webkit-appearance: none;
    font-size: 1em;
    color: #fff;
    font-weight: bold;
    height: 43px;
    line-height: 41px;
    margin: 0 2px;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    border-top: none;
    padding: 0 15px;
    cursor: pointer;
    border: 1px solid #eeefef;
    background-color: #f7b22a;
    box-shadow: 0 2px 0 #fbd68c; }
    .say-thanks button:hover, .say-thanks a:hover {
      background-color: #f8bb43;
      text-decoration: none; }
    .say-thanks button.delete-thanks, .say-thanks a.delete-thanks {
      opacity: 0.5; }

a.get-comment-instruction, a.get-comment-form {
  height: 43px;
  line-height: 41px;
  margin: 0 2px;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  border-top: none;
  padding: 0 15px;
  cursor: pointer;
  border: 1px solid #eeefef;
  background-color: #f7b22a;
  box-shadow: 0 2px 0 #fbd68c;
  float: left;
  display: inline-block;
  font-size: 1em;
  color: #fff;
  font-weight: bold; }
  a.get-comment-instruction:hover, a.get-comment-form:hover {
    background-color: #f8bb43;
    text-decoration: none; }
  a.get-comment-instruction:hover, a.get-comment-form:hover {
    text-decoration: none; }

a.get-comment-instruction {
  background-color: gray;
  box-shadow: 0 2px 0 #b3b3b3; }
  a.get-comment-instruction:hover {
    background-color: #8c8c8c; }

.comment-form {
  clear: both; }
  .comment-form form {
    width: 100%;
    padding: 15px 5px 10px; }
    .comment-form form textarea {
      width: 100%;
      height: 150px;
      resize: vertical;
      border: 2px solid #C7C7C7;
      border-radius: 5px;
      padding: 5px 10px;
      background-color: #FDFDFC;
      box-shadow: inset 0 2px 2px #eee; }
  .comment-form .modal-header {
    background: #4c4c4c;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM0YzRjNGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTMxMzEzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover, #4c4c4c 0%, #131313 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #4c4c4c), color-stop(100%, #131313));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #4c4c4c 0%, #131313 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #4c4c4c 0%, #131313 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #4c4c4c 0%, #131313 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, #4c4c4c 0%, #131313 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=1 );
    /* IE6-8 fallback on horizontal gradient */
    position: relative;
    color: #fff;
    padding: 30px; }
    .comment-form .modal-header:before, .comment-form .modal-header:after {
      font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif !important;
      color: #5E5E5E;
      font-size: 100px;
      position: absolute; }
    .comment-form .modal-header:before {
      content: "“";
      top: 35px;
      left: 0; }
    .comment-form .modal-header:after {
      content: "”";
      bottom: -20px;
      right: 0; }
    .comment-form .modal-header .modal-title {
      margin: 0;
      font-size: 1.6em;
      font-weight: lighter; }
    .comment-form .modal-header .modal-cancel {
      position: absolute;
      right: 10px;
      top: 10px;
      color: #000; }
    .comment-form .modal-header .modal-caption {
      margin-top: 5px;
      font-size: 0.9em;
      color: #F8CCC1; }
      .comment-form .modal-header .modal-caption a {
        color: #F8CCC1; }
        .comment-form .modal-header .modal-caption a:hover {
          color: #F8CCC1; }
  .comment-form .error-messages {
    padding: 5px 10px;
    background-color: #f2716a;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 10px; }
    .comment-form .error-messages a {
      color: #fff; }
  .comment-form .success-message {
    text-align: center; }
    .comment-form .success-message .cicon {
      -webkit-transform: scale(1.4);
      -moz-transform: scale(1.4);
      -ms-transform: scale(1.4);
      -o-transform: scale(1.4);
      transform: scale(1.4); }
    .comment-form .success-message h4 {
      font-size: 2.2em;
      color: #41c9b4;
      margin: 0.2em 0 1em; }

.comment-instruction .modal-header .modal-title {
  margin: 0.5em 0; }

.comment-instruction .modal-body img {
  margin: 15px 0;
  display: inline-block;
  height: auto;
  max-width: 100%; }

.comment-instruction .modal-body .error-messages {
  padding: 5px 10px;
  background-color: #f2716a;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 10px; }
  .comment-instruction .modal-body .error-messages a {
    color: #fff; }

.comment-list .quote {
  margin: 30px 0 10px; }
  .comment-list .quote:first-of-type {
    margin-top: 0; }
  .comment-list .quote .quote-text {
    background: #4c4c4c;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM0YzRjNGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTMxMzEzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover, #4c4c4c 0%, #131313 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #4c4c4c), color-stop(100%, #131313));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #4c4c4c 0%, #131313 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #4c4c4c 0%, #131313 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #4c4c4c 0%, #131313 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, #4c4c4c 0%, #131313 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=1 );
    /* IE6-8 fallback on horizontal gradient */
    position: relative;
    color: #fff;
    margin: 0;
    padding: 10px 20px;
    border-radius: 3px; }
    .comment-list .quote .quote-text:before, .comment-list .quote .quote-text:after {
      font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif !important;
      color: #5E5E5E;
      font-size: 100px;
      position: absolute; }
    .comment-list .quote .quote-text:before {
      content: "“";
      top: 35px;
      left: 0; }
    .comment-list .quote .quote-text:after {
      content: "”";
      bottom: -20px;
      right: 0; }
    .comment-list .quote .quote-text:before, .comment-list .quote .quote-text:after {
      font-size: 40px; }
    .comment-list .quote .quote-text:before {
      top: 10px; }
    .comment-list .quote .quote-text:after {
      bottom: -12px; }
  .comment-list .quote .comment {
    padding: 10px;
    clear: both; }
    .comment-list .quote .comment:first-of-type {
      padding-top: 3px; }
    .comment-list .quote .comment .user-icon {
      float: left;
      width: 10%;
      margin: 0;
      width: 20%; }
      .comment-list .quote .comment .user-icon img {
        width: 50px;
        height: 50px;
        border-radius: 25px;
        border: 3px solid #fff;
        box-shadow: 0 1px 2px #ddd;
        margin-top: -5px; }
    .comment-list .quote .comment .body {
      float: left;
      width: 78%; }
    @media screen and (min-width: 650px) {
      .comment-list .quote .comment .user-icon {
        width: 10%; }
      .comment-list .quote .comment .body {
        width: 88%; } }
  .comment-list .quote a.add-comment {
    float: right;
    margin: 3px 0 0;
    font-size: 0.9em;
    color: #d79108; }
    .comment-list .quote a.add-comment i {
      vertical-align: 1px; }

a.comment-tooltip {
  display: inline-block;
  background-color: #f7b22a;
  box-shadow: 0 2px 3px #b47a07;
  text-align: center;
  padding: 5px 10px 4px;
  border-radius: 3px;
  position: absolute;
  color: #fff;
  font-size: 0.9em;
  font-weight: bold; }
  a.comment-tooltip:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-top: 12px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #f7b22a; }
  a.comment-tooltip:hover {
    text-decoration: none;
    background-color: #f9c45b; }
    a.comment-tooltip:hover:before {
      border-bottom: 12px solid #f9c45b; }

.story-nav {
  margin-top: 10px;
  /*
	.story-next {
		float: right;
	}
	.label {
		margin-top: 0;
		margin-bottom: 0;
		padding: 3px 15px 2px;
		background-color: $c_background;
		color: $c_gray;
		font-size: 0.85em;
		font-weight: bold;
	}
	.label.previous {
		margin-left: -15px;
		@media screen and (min-width: $md) {
			margin-left: -35px;
		}
		float: left;
	}
	.label.next {
		float: right;
		margin-right: -15px;
		@media screen and (min-width: $md) {
			margin-right: -35px;
		}
	}
	*/ }
  .story-nav .story-nav-title {
    text-align: center;
    font-size: 1.0em;
    padding: 10px 15px;
    background-color: #fff;
    border-bottom: 1px solid #eee; }
  .story-nav .previous, .story-nav .next {
    position: relative;
    height: 100px;
    overflow: hidden;
    width: 100%; }
    @media screen and (min-width: 480px) {
      .story-nav .previous, .story-nav .next {
        width: 50%; } }
  .story-nav .previous {
    float: left;
    border-right: 1px solid #eee; }
  .story-nav .nothing {
    height: 0; }
    @media screen and (min-width: 480px) {
      .story-nav .nothing {
        height: 100px; } }
  .story-nav .story-body {
    padding: 10px;
    height: 100%; }
  .story-nav .title {
    font-size: 0.9em;
    line-height: 1.3em;
    margin: 3px 0 5px; }
  .story-nav .image {
    float: left;
    width: 30%;
    max-height: 80px; }
    .story-nav .image img {
      width: 100%; }
  .story-nav .summary {
    float: left;
    width: 70%;
    padding-left: 10px; }
  .story-nav .country {
    font-size: 0.75em;
    margin: 0;
    line-height: 1.2em; }

.view-count, .thanks-count, .comments-count {
  color: #666666;
  font-weight: bold;
  border-right: 1px solid #eeefef;
  margin: 0;
  padding: 3px 10px;
  float: left;
  font-size: 0.8em; }
  .view-count.nothing, .thanks-count.nothing, .comments-count.nothing {
    color: #DADADA; }

.reputation {
  background-color: #fff;
  border: 1px solid #eeefef;
  border-left: 0;
  border-right: 0; }

.admin-action {
  font-size: 0.9em;
  padding: 10px 5px 0 5px; }

#story_publicity {
  display: block;
  width: 200px;
  font-size: 1.3em;
  margin: 10px auto; }

/* --------------- IMAGES WIDGET --------------- */
#image_widget_2_modal .modal-dialog {
  width: 95%;
  margin: 50px auto; }
  @media screen and (min-width: 650px) {
    #image_widget_2_modal .modal-dialog {
      width: 80%;
      margin: 30px auto; } }
#image_widget_2_modal .modal-header {
  padding: 0; }
  #image_widget_2_modal .modal-header .tab-menu li {
    width: 50%;
    height: 100%;
    text-align: center;
    background-color: #eee;
    float: left;
    padding: 15px 0 12px;
    cursor: pointer; }
    #image_widget_2_modal .modal-header .tab-menu li:first-of-type {
      border-top-left-radius: 6px; }
    #image_widget_2_modal .modal-header .tab-menu li:last-of-type {
      border-top-right-radius: 6px; }
    #image_widget_2_modal .modal-header .tab-menu li:hover {
      background-color: #fff; }
    #image_widget_2_modal .modal-header .tab-menu li.active {
      background-color: #41c9b4;
      box-shadow: inset 0 0 1px #4B813A;
      color: #fff; }

#image_widget_2_modal .modal-body {
  padding: 10px 5px;
  overflow: auto; }
  @media screen and (min-width: 480px) {
    #image_widget_2_modal .modal-body {
      padding: 20px; } }
  #image_widget_2_modal .modal-body .tab-content {
    display: none; }
    #image_widget_2_modal .modal-body .tab-content.active {
      display: block; }

#image_widget_2_modal form#new_image {
  margin: 10px; }

#image_widget_2_modal .manipulation .jcrop-keymgr {
  opacity: 0; }

#image_widget_2_modal .mani-box {
  margin: 10px 0 20px;
  display: inline-block;
  padding-bottom: 15px;
  width: 100%; }
  #image_widget_2_modal .mani-box .action {
    margin-bottom: 5px;
    border-bottom: 1px solid #eeefef; }
    #image_widget_2_modal .mani-box .action .description {
      border-radius: 2px;
      border: 1px solid #eeefef;
      padding: 6px;
      margin: 0 5px 5px 0;
      font-size: 0.9em;
      display: none; }
      #image_widget_2_modal .mani-box .action .description.active {
        display: inline; }
    #image_widget_2_modal .mani-box .action a {
      display: none;
      cursor: pointer;
      margin: 0 5px 5px 0; }
      #image_widget_2_modal .mani-box .action a.active {
        display: inline-block; }
      #image_widget_2_modal .mani-box .action a.btn {
        padding: 4px 15px; }
      #image_widget_2_modal .mani-box .action a.cancel {
        float: right;
        margin-top: 2px; }
      #image_widget_2_modal .mani-box .action a i {
        margin-left: -5px; }
      #image_widget_2_modal .mani-box .action a.rotate i {
        margin: 5px 0; }
  #image_widget_2_modal .mani-box canvas {
    display: none; }
    #image_widget_2_modal .mani-box canvas.active {
      display: block; }
    #image_widget_2_modal .mani-box canvas.thumb {
      padding: 0;
      border: 0;
      border-top-left-radius: 0; }
  #image_widget_2_modal .mani-box.done {
    padding: 15px 0;
    margin: 0; }
    #image_widget_2_modal .mani-box.done .thumb {
      width: 150px;
      margin-right: 10px;
      float: left;
      background-color: #EDF7D7;
      border-color: #ACC79B;
      cursor: pointer; }
    #image_widget_2_modal .mani-box.done .message {
      float: left; }

#image_widget_2_modal .existing .exis-box {
  display: inline-block;
  position: relative; }
  #image_widget_2_modal .existing .exis-box .edit {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #eeefef;
    border-radius: 50%;
    line-height: 29px;
    text-align: center;
    z-index: 3; }
    #image_widget_2_modal .existing .exis-box .edit:hover {
      background-color: #41c9b4;
      color: #fff; }
    #image_widget_2_modal .existing .exis-box .edit i {
      margin-left: 1px; }

#image_widget_2_modal .existing .thumb {
  height: 50px;
  float: left;
  cursor: pointer;
  margin: 5px;
  border: 1px solid #eeefef;
  padding: 0; }
  @media screen and (min-width: 480px) {
    #image_widget_2_modal .existing .thumb {
      height: 150px; } }
  #image_widget_2_modal .existing .thumb:hover {
    opacity: 0.8; }

#image_widget_2_modal .existing .updating, #image_widget_2_modal .existing .updated, #image_widget_2_modal .existing .deleting {
  float: left;
  margin: 10px; }

#image_widget_2_modal .existing .error {
  margin: 10px;
  float: left; }

#image_widget_2_modal .existing .navi {
  text-align: center; }
  #image_widget_2_modal .existing .navi .btn {
    padding: 5px 25px;
    margin: 10px; }

#image_widget_2_modal .loading-icon {
  vertical-align: -2px; }

/*-- Variables ---------------------------*/
/*-- Mixin -------------------------------*/
.main-column {
  padding: 0 10px;
  margin: 10px auto 20px; }
  @media screen and (min-width: 650px) {
    .main-column {
      padding: 0 10px; } }
  @media screen and (min-width: 900px) {
    .main-column {
      padding: 0 10px 0 0;
      width: 750px;
      float: left; } }
/*-- Variables ---------------------------*/
/*-- Mixin -------------------------------*/
@-webkit-keyframes earth-rotate {
  0% {
    transform: rotateZ(0deg); }
  100% {
    transform: rotateZ(360deg); } }

@-moz-keyframes earth-rotate {
  0% {
    transform: rotateZ(0deg); }
  100% {
    transform: rotateZ(360deg); } }

@-ms-keyframes earth-rotate {
  0% {
    transform: rotateZ(0deg); }
  100% {
    transform: rotateZ(360deg); } }

@-o-keyframes earth-rotate {
  0% {
    transform: rotateZ(0deg); }
  100% {
    transform: rotateZ(360deg); } }

@keyframes earth-rotate {
  0% {
    transform: rotateZ(0deg); }
  100% {
    transform: rotateZ(360deg); } }

/* ----------------------------------------- */
/* --- USER TIMELINE PAGE --- */
/* ----------------------------------------- */
.canpath-resume {
  /*--- for landing page ---*/ }
  .canpath-resume a {
    color: #0e85ad; }
    .canpath-resume a:hover {
      color: #12a9dc; }
  .canpath-resume .coverphoto {
    width: 100%;
    height: 300px;
    background-color: #cd494d;
    overflow: hidden;
    position: relative; }
    .canpath-resume .coverphoto .overwrap {
      width: 100%;
      height: 100%;
      position: absolute; }
      .canpath-resume .coverphoto .overwrap.noise {
        background: url("https://canpath.s3.amazonaws.com/assets/timeline/overwrap-noise.png") repeat;
        z-index: 3; }
      .canpath-resume .coverphoto .overwrap.corner {
        background: url("https://canpath.s3.amazonaws.com/assets/timeline/overwrap-corner.png") no-repeat center center;
        background-size: cover;
        z-index: 2; }
      .canpath-resume .coverphoto .overwrap.photo {
        z-index: 1; }
        .canpath-resume .coverphoto .overwrap.photo img {
          height: 400px;
          position: absolute;
          left: -50%; }
          @media screen and (min-width: 500px) {
            .canpath-resume .coverphoto .overwrap.photo img {
              left: 0; } }
          @media screen and (min-width: 900px) {
            .canpath-resume .coverphoto .overwrap.photo img {
              width: 100%;
              height: auto; } }
    .canpath-resume .coverphoto .illust {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 1; }
      .canpath-resume .coverphoto .illust img {
        width: 900px;
        margin: 0 auto;
        display: block; }
        @media screen and (min-width: 900px) {
          .canpath-resume .coverphoto .illust img {
            width: 100%; } }
        @media screen and (min-width: 1100px) {
          .canpath-resume .coverphoto .illust img {
            width: 1100px; } }
    .canpath-resume .coverphoto .infomation {
      position: absolute;
      z-index: 10;
      color: #fff;
      width: 100%;
      height: 100%; }
      .canpath-resume .coverphoto .infomation .inner {
        width: 100%;
        margin: auto;
        margin: 30px auto 0;
        padding: 15px; }
        @media screen and (min-width: 1100px) {
          .canpath-resume .coverphoto .infomation .inner {
            width: 1100px; } }
        .canpath-resume .coverphoto .infomation .inner h1 {
          font-family: 'Noto Serif', serif;
          font-size: 2em;
          font-weight: bold;
          line-height: 1.2em;
          text-shadow: 0 2px 1px #8a2629;
          margin-bottom: 20px; }
        @media screen and (min-width: 650px) {
          .canpath-resume .coverphoto .infomation .inner h1 {
            font-size: 2.5em; }
          .canpath-resume .coverphoto .infomation .inner .intro {
            width: 80%; } }
  .canpath-resume .coverphoto2 {
    background-color: #cd494d;
    width: 100%;
    height: 440px;
    overflow: hidden;
    position: relative;
    z-index: 0; }
    .canpath-resume .coverphoto2 .content {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 5;
      top: 0;
      left: 0; }
      .canpath-resume .coverphoto2 .content .inner {
        width: 100%;
        margin: auto;
        margin: 0 auto;
        padding: 180px 0;
        text-align: center; }
        @media screen and (min-width: 1100px) {
          .canpath-resume .coverphoto2 .content .inner {
            width: 1100px; } }
        .canpath-resume .coverphoto2 .content .inner h1 {
          font-family: 'Noto Serif', serif;
          font-size: 2em;
          font-weight: bold;
          line-height: 1em;
          color: #cd494d;
          text-shadow: 0 3px 1px #fff; }
        .canpath-resume .coverphoto2 .content .inner h2 {
          font-size: 1.4em;
          font-weight: bold;
          margin: 0.5em 0 0;
          color: #cd494d; }
        @media screen and (min-width: 650px) {
          .canpath-resume .coverphoto2 .content .inner {
            padding: 100px 25px;
            text-align: left; }
            .canpath-resume .coverphoto2 .content .inner h1 {
              color: #fff;
              text-shadow: 0 3px 1px #B62020; }
            .canpath-resume .coverphoto2 .content .inner h2 {
              color: #fff; } }
    .canpath-resume .coverphoto2 .earth {
      width: 100%;
      height: 440px;
      overflow: hidden;
      margin: 25px 0 0 0;
      -webkit-transform: scale(1.4);
      -moz-transform: scale(1.4);
      -ms-transform: scale(1.4);
      -o-transform: scale(1.4);
      transform: scale(1.4); }
      .canpath-resume .coverphoto2 .earth img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        -webkit-animation: earth-rotate 50s linear 0 infinite;
        -moz-animation: earth-rotate 50s linear 0 infinite;
        -ms-animation: earth-rotate 50s linear 0 infinite;
        -o-animation: earth-rotate 50s linear 0 infinite;
        animation: earth-rotate 50s linear 0 infinite; }
        @media screen and (min-width: 650px) {
          .canpath-resume .coverphoto2 .earth img {
            width: 100%;
            height: auto;
            margin: 20px auto 0; } }
        @media screen and (min-width: 1100px) {
          .canpath-resume .coverphoto2 .earth img {
            width: 1100px; } }
      @media screen and (min-width: 650px) {
        .canpath-resume .coverphoto2 .earth {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); } }
  .canpath-resume .user-profile {
    width: 100%;
    padding: 70px 0;
    background: #fff; }
    .canpath-resume .user-profile img {
      display: inline-block;
      height: auto;
      max-width: 100%; }
    .canpath-resume .user-profile .inner {
      width: 100%;
      padding: 0 15px;
      width: 100%;
      margin: auto;
      margin: 0 auto; }
      @media screen and (min-width: 650px) {
        .canpath-resume .user-profile .inner {
          width: 80%;
          padding: 0; } }
      @media screen and (min-width: 1100px) {
        .canpath-resume .user-profile .inner {
          width: 700px; } }
      .canpath-resume .user-profile .inner h4 {
        margin: 30px 0 20px;
        text-align: center;
        font-size: 1.2em; }
      .canpath-resume .user-profile .inner header {
        text-align: center; }
        .canpath-resume .user-profile .inner header .user-icon {
          width: 70px;
          height: 70px;
          border-radius: 35px;
          border: 3px solid #fff;
          box-shadow: 0 1px 1px #666666; }
      .canpath-resume .user-profile .inner .content-examples {
        margin: 50px 0; }
        .canpath-resume .user-profile .inner .content-examples .item {
          width: 33.3333333333%;
          float: left;
          text-align: center; }
          @media screen and (min-width: 650px) {
            .canpath-resume .user-profile .inner .content-examples .item {
              width: 16.6666666667%; } }
          .canpath-resume .user-profile .inner .content-examples .item img {
            width: 100px;
            margin: 0 auto; }
          .canpath-resume .user-profile .inner .content-examples .item p {
            width: 100%; }
      .canpath-resume .user-profile .inner .profile h3 {
        font-size: 1.0em;
        letter-spacing: 0.2em;
        background: #cd494d;
        margin: 2em 0 0.3em;
        padding: 0.5em 0.3em;
        color: #fff;
        text-align: center;
        font-weight: bold;
        border-radius: 2px; }
      .canpath-resume .user-profile .inner .profile ul li {
        padding: 0.6em 0.3em;
        border-bottom: 1px dotted #cd494d;
        font-size: 0.92em; }
  .canpath-resume .user-profile-slim {
    background-color: #fff;
    padding: 10px 20px; }
    .canpath-resume .user-profile-slim .inner {
      width: 100%;
      margin: auto; }
      @media screen and (min-width: 1100px) {
        .canpath-resume .user-profile-slim .inner {
          width: 1100px; } }
    .canpath-resume .user-profile-slim .user-icon-name {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center; }
      .canpath-resume .user-profile-slim .user-icon-name h3 {
        margin: 5px 0; }
      .canpath-resume .user-profile-slim .user-icon-name .user-icon {
        width: 40px;
        height: 40px;
        border-radius: 35px;
        border: 3px solid #fff;
        box-shadow: 0 1px 1px #666666;
        margin-right: 10px; }
  .canpath-resume .user-form .fields {
    width: 100%; }
    @media screen and (min-width: 650px) {
      .canpath-resume .user-form .fields {
        width: 60%;
        margin-left: 13%; } }
    .canpath-resume .user-form .fields td:first-of-type {
      width: 140px;
      text-align: right; }
  .canpath-resume.landing .coverphoto {
    height: 600px; }
  .canpath-resume.landing .infomation .inner {
    margin: 200px auto; }

/* ----------------------------------------- */
/* --- TIMELINE --- */
/* ----------------------------------------- */
.timeline {
  width: 100%;
  position: relative;
  background-color: #f7f7f7;
  border-top: 1px solid #CCD9E2;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px); }
  .timeline .inner {
    width: 100%;
    padding: 40px 5px 0;
    position: relative;
    margin: 0 auto;
    text-align: center; }
    .timeline .inner .vertical-line {
      z-index: 3;
      position: absolute;
      display: block;
      left: 50%;
      width: 100px;
      margin-left: -50px;
      top: 0;
      height: 100%;
      cursor: pointer;
      background-color: transparent; }
      .timeline .inner .vertical-line:hover {
        background-color: rgba(163, 163, 163, 0.09); }
      .timeline .inner .vertical-line.disabled {
        cursor: default; }
        .timeline .inner .vertical-line.disabled:hover {
          background-color: transparent; }
    .timeline .inner .actual-line {
      position: absolute;
      display: block;
      left: 50%;
      width: 4px;
      margin-left: -2px;
      top: 0;
      height: 100%;
      background-color: #d7e4ed; }
    .timeline .inner .event {
      position: relative;
      width: 97%;
      background: #fff;
      margin: 50px auto;
      border-radius: 4px;
      box-shadow: 0 3px 0 #D7E4EC;
      position: relative;
      text-align: left;
      padding: 15px;
      float: none;
      clear: both; }
      @media screen and (min-width: 650px) {
        .timeline .inner .event {
          width: 90%; } }
      .timeline .inner .event .title {
        font-size: 1.05em;
        font-weight: bold;
        line-height: 1.5em;
        position: relative;
        z-index: 10; }
        .timeline .inner .event .title.link {
          font-weight: normal; }
      .timeline .inner .event p {
        line-height: 1.5em;
        font-size: 0.9em;
        margin-top: 0.4em; }
      .timeline .inner .event .meta {
        font-size: 0.75em;
        position: absolute;
        bottom: -22px;
        left: 0;
        color: #BBB; }
        .timeline .inner .event .meta li {
          float: left;
          padding: 0 3px;
          position: relative;
          z-index: 10; }
        .timeline .inner .event .meta .user a {
          color: #cd494d; }
      .timeline .inner .event .action {
        position: relative;
        z-index: 10; }
        .timeline .inner .event .action a {
          color: #BBB;
          font-size: 0.85em; }
          .timeline .inner .event .action a:hover {
            color: #12a9dc; }
      .timeline .inner .event .cicon {
        position: absolute;
        top: -25px;
        left: 50%;
        margin-left: -25px;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7); }
      .timeline .inner .event .uicon {
        display: inline-block;
        position: absolute;
        top: -25px;
        left: 50%;
        margin-left: -25px;
        width: 50px;
        height: 50px;
        border-radius: 25px;
        border: 3px solid #fff;
        box-shadow: 0 1px 1px #eee;
        background-color: #fff; }
      .timeline .inner .event .thumb {
        padding: 3px;
        background-color: #fff;
        border-radius: 2px;
        border: 1px solid #eee;
        float: left;
        width: 100px;
        margin-right: 10px; }
        .timeline .inner .event .thumb:hover {
          opacity: 0.8; }
      .timeline .inner .event .arrow {
        z-index: 1;
        position: absolute;
        top: 10px;
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent; }
      .timeline .inner .event .reputation {
        z-index: 10;
        position: absolute;
        bottom: -26px;
        font-size: 0.85em;
        right: 4px;
        box-shadow: 0 3px 0 #D7E4EC;
        border: 0; }
        @media screen and (min-width: 650px) {
          .timeline .inner .event .reputation {
            bottom: -28px; } }
        .timeline .inner .event .reputation .item {
          padding: 0 10px 0; }
      .timeline .inner .event:first-of-type {
        margin-top: 0; }
      .timeline .inner .event.stage {
        clear: both;
        float: none;
        text-align: center;
        width: 90%;
        padding: 0;
        margin: 0 auto 40px;
        background-color: #f7f7f7;
        border-radius: 0;
        box-shadow: none; }
        .timeline .inner .event.stage h3 {
          font-size: 1.6em;
          line-height: 1.4em;
          margin-bottom: 0.3em;
          font-weight: lighter; }
          .timeline .inner .event.stage h3 a:hover {
            text-decoration: none; }
        .timeline .inner .event.stage .cicon {
          position: relative;
          right: auto;
          left: auto;
          top: 5px;
          -webkit-transform: scale(1.2);
          -moz-transform: scale(1.2);
          -ms-transform: scale(1.2);
          -o-transform: scale(1.2);
          transform: scale(1.2);
          margin: 0; }
        .timeline .inner .event.stage .meta {
          text-align: center;
          font-size: 0.75em;
          color: #BBB;
          position: relative;
          bottom: auto;
          top: auto;
          margin-top: 5px;
          display: inline-block; }
          .timeline .inner .event.stage .meta li {
            float: left; }
        .timeline .inner .event.stage .action {
          z-index: 10;
          display: block;
          margin: -15px auto 0;
          text-align: center;
          width: 200px;
          position: relative;
          z-index: 20;
          background-color: #f7f7f7; }
        .timeline .inner .event.stage p {
          font-size: 0.95em; }
      @media screen and (min-width: 650px) {
        .timeline .inner .event:nth-of-type(2n+1):not(.stage) {
          width: 46%;
          margin: 30px 0;
          float: left;
          clear: left; }
          .timeline .inner .event:nth-of-type(2n+1):not(.stage) .cicon {
            right: -53px;
            left: auto;
            top: -3px;
            margin: 0;
            -webkit-transform: scale(1.0);
            -moz-transform: scale(1.0);
            -ms-transform: scale(1.0);
            -o-transform: scale(1.0);
            transform: scale(1.0); }
          .timeline .inner .event:nth-of-type(2n+1):not(.stage) .uicon {
            right: -52px;
            left: auto;
            top: -3px;
            margin: 0;
            -webkit-transform: scale(1.0);
            -moz-transform: scale(1.0);
            -ms-transform: scale(1.0);
            -o-transform: scale(1.0);
            transform: scale(1.0); }
          .timeline .inner .event:nth-of-type(2n+1):not(.stage) .meta li {
            float: right; }
          .timeline .inner .event:nth-of-type(2n+1):not(.stage) .reputation {
            right: auto;
            left: 4px; }
          .timeline .inner .event:nth-of-type(2n+1):not(.stage) .arrow {
            right: -30px;
            border-right: 18px solid transparent;
            border-left: 18px solid #fff; }
          .timeline .inner .event:nth-of-type(2n+1):not(.stage) .meta {
            top: -23px;
            bottom: auto;
            right: 2px;
            left: auto; }
          .timeline .inner .event:nth-of-type(2n+1):not(.stage) .thumb {
            float: left;
            width: 130px;
            margin-right: 10px; }
        .timeline .inner .event:nth-of-type(2n):not(.stage) {
          width: 46%;
          margin: 30px 0;
          float: right;
          clear: right; }
          .timeline .inner .event:nth-of-type(2n):not(.stage) .cicon {
            left: -53px;
            right: auto;
            top: -3px;
            margin: 0;
            -webkit-transform: scale(1.0);
            -moz-transform: scale(1.0);
            -ms-transform: scale(1.0);
            -o-transform: scale(1.0);
            transform: scale(1.0); }
          .timeline .inner .event:nth-of-type(2n):not(.stage) .uicon {
            left: -52px;
            right: auto;
            top: -3px;
            margin: 0;
            -webkit-transform: scale(1.0);
            -moz-transform: scale(1.0);
            -ms-transform: scale(1.0);
            -o-transform: scale(1.0);
            transform: scale(1.0); }
          .timeline .inner .event:nth-of-type(2n):not(.stage) .meta li {
            float: left; }
          .timeline .inner .event:nth-of-type(2n):not(.stage) .reputation {
            left: auto;
            right: 4px; }
          .timeline .inner .event:nth-of-type(2n):not(.stage) .arrow {
            left: -30px;
            border-left: 18px solid transparent;
            border-right: 18px solid #fff; }
          .timeline .inner .event:nth-of-type(2n):not(.stage) .meta {
            top: -23px;
            bottom: auto;
            left: 2px;
            right: auto; }
          .timeline .inner .event:nth-of-type(2n):not(.stage) .thumb {
            float: right;
            width: 130px;
            margin-left: 10px; }
        .timeline .inner .event.stage {
          clear: both;
          float: none;
          width: 70%;
          margin: 0 auto;
          padding: 10px; }
          .timeline .inner .event.stage .cicon {
            -webkit-transform: scale(1.4);
            -moz-transform: scale(1.4);
            -ms-transform: scale(1.4);
            -o-transform: scale(1.4);
            transform: scale(1.4);
            top: 0; }
          .timeline .inner .event.stage .meta {
            position: relative;
            top: 0; }
          .timeline .inner .event.stage h3 {
            font-size: 2em; } }
      @media screen and (min-width: 900px) {
        .timeline .inner .event:nth-of-type(2n+1):not(.stage) .cicon {
          right: -61px;
          left: auto;
          top: -3px;
          margin: 0;
          -webkit-transform: scale(1.0);
          -moz-transform: scale(1.0);
          -ms-transform: scale(1.0);
          -o-transform: scale(1.0);
          transform: scale(1.0); }
        .timeline .inner .event:nth-of-type(2n+1):not(.stage) .uicon {
          right: -52px;
          left: auto;
          top: -3px;
          margin: 0;
          -webkit-transform: scale(1.0);
          -moz-transform: scale(1.0);
          -ms-transform: scale(1.0);
          -o-transform: scale(1.0);
          transform: scale(1.0); }
        .timeline .inner .event:nth-of-type(2n+1):not(.stage) .meta li {
          float: right; }
        .timeline .inner .event:nth-of-type(2n+1):not(.stage) .reputation {
          right: auto;
          left: 4px; }
        .timeline .inner .event:nth-of-type(2n):not(.stage) .cicon {
          left: -61px;
          right: auto;
          top: -3px;
          margin: 0;
          -webkit-transform: scale(1.0);
          -moz-transform: scale(1.0);
          -ms-transform: scale(1.0);
          -o-transform: scale(1.0);
          transform: scale(1.0); }
        .timeline .inner .event:nth-of-type(2n):not(.stage) .uicon {
          left: -52px;
          right: auto;
          top: -3px;
          margin: 0;
          -webkit-transform: scale(1.0);
          -moz-transform: scale(1.0);
          -ms-transform: scale(1.0);
          -o-transform: scale(1.0);
          transform: scale(1.0); }
        .timeline .inner .event:nth-of-type(2n):not(.stage) .meta li {
          float: left; }
        .timeline .inner .event:nth-of-type(2n):not(.stage) .reputation {
          left: auto;
          right: 4px; } }
      @media screen and (min-width: 1100px) {
        .timeline .inner .event:nth-of-type(2n+1):not(.stage) .cicon {
          right: -67px;
          left: auto;
          top: -3px;
          margin: 0;
          -webkit-transform: scale(1.0);
          -moz-transform: scale(1.0);
          -ms-transform: scale(1.0);
          -o-transform: scale(1.0);
          transform: scale(1.0); }
        .timeline .inner .event:nth-of-type(2n+1):not(.stage) .uicon {
          right: -52px;
          left: auto;
          top: -3px;
          margin: 0;
          -webkit-transform: scale(1.0);
          -moz-transform: scale(1.0);
          -ms-transform: scale(1.0);
          -o-transform: scale(1.0);
          transform: scale(1.0); }
        .timeline .inner .event:nth-of-type(2n+1):not(.stage) .meta li {
          float: right; }
        .timeline .inner .event:nth-of-type(2n+1):not(.stage) .reputation {
          right: auto;
          left: 4px; }
        .timeline .inner .event:nth-of-type(2n):not(.stage) .cicon {
          left: -67px;
          right: auto;
          top: -3px;
          margin: 0;
          -webkit-transform: scale(1.0);
          -moz-transform: scale(1.0);
          -ms-transform: scale(1.0);
          -o-transform: scale(1.0);
          transform: scale(1.0); }
        .timeline .inner .event:nth-of-type(2n):not(.stage) .uicon {
          left: -52px;
          right: auto;
          top: -3px;
          margin: 0;
          -webkit-transform: scale(1.0);
          -moz-transform: scale(1.0);
          -ms-transform: scale(1.0);
          -o-transform: scale(1.0);
          transform: scale(1.0); }
        .timeline .inner .event:nth-of-type(2n):not(.stage) .meta li {
          float: left; }
        .timeline .inner .event:nth-of-type(2n):not(.stage) .reputation {
          left: auto;
          right: 4px; } }
    .timeline .inner hr.stage-margin {
      width: 100%;
      background-color: transparent;
      height: 1px;
      clear: both;
      border: none;
      margin: 0; }
      .timeline .inner hr.stage-margin:before {
        content: '';
        width: 0;
        background: none; }
    .timeline .inner .deviding-time {
      height: 30px;
      line-height: 32px;
      background-color: gray;
      color: #fff;
      width: 100px;
      border-radius: 3px;
      margin: 10px auto;
      font-size: 0.75em;
      clear: both;
      font-weight: bold; }
      .timeline .inner .deviding-time h3 {
        display: inline-block;
        vertical-align: middle; }
  @media screen and (min-width: 650px) {
    .timeline .inner {
      width: 700px;
      padding: 40px 5px; } }
  @media screen and (min-width: 900px) {
    .timeline .inner {
      width: 900px;
      padding: 40px 10px; } }
  @media screen and (min-width: 1100px) {
    .timeline .inner {
      width: 1100px;
      padding: 40px 30px; } }
/* ----------- for index page -------------*/
.timeline.in-index {
  background-color: transparent;
  border-top: 0; }
  .timeline.in-index .inner {
    width: 100% !important;
    padding: 60px 0 10px;
    margin-top: -10px; }
    @media screen and (min-width: 650px) {
      .timeline.in-index .inner {
        padding: 60px 10px 10px; } }
    .timeline.in-index .inner .event.in-index {
      margin: 70px auto; }
      @media screen and (min-width: 650px) {
        .timeline.in-index .inner .event.in-index {
          margin: 40px auto; } }
      .timeline.in-index .inner .event.in-index:first-of-type {
        margin-top: -10px; }
      .timeline.in-index .inner .event.in-index .title {
        font-weight: normal;
        margin: 5px 5px 0 5px; }
      .timeline.in-index .inner .event.in-index .thumb {
        float: none;
        width: auto;
        margin: 0;
        max-height: 250px;
        max-width: 100%; }
        .timeline.in-index .inner .event.in-index .thumb:hover {
          opacity: 0.8; }
      .timeline.in-index .inner .event.in-index .summary {
        font-size: 0.8em;
        margin: 5px 5px 0 5px;
        color: #666666; }
  .timeline.in-index .pagination {
    background-color: #fff;
    border-radius: 3px;
    width: 80%;
    margin: 0 auto;
    box-shadow: 0 -3px 0 #d7e4ed; }

/* ----------------------------------------- */
/* --- EVENT FORM --- */
/* ----------------------------------------- */
.event-form {
  z-index: 5;
  clear: both;
  float: none;
  position: relative;
  margin: 0 auto 40px;
  border-radius: 3px;
  box-shadow: 0 3px 0 #D7E4EC;
  background-color: #fff;
  width: 95%;
  padding: 10px; }
  .event-form h3 {
    text-align: center; }
  .event-form .error-messages {
    font-size: 0.85em;
    color: #f2716a;
    text-align: center;
    margin-bottom: 0.3em; }
  .event-form .remove-form {
    background-color: #eee;
    width: 25px;
    height: 25px;
    padding-top: 1px;
    padding-left: 1px;
    border-radius: 15px;
    border: 1px solid #eee;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px; }
    .event-form .remove-form:hover {
      background-color: #fff; }
  @media screen and (min-width: 650px) {
    .event-form {
      width: 90%; } }
  @media screen and (min-width: 900px) {
    .event-form {
      width: 70%; } }
  .event-form form {
    text-align: left; }
    .event-form form fieldset {
      margin: 15px 0 10px; }
      .event-form form fieldset legend {
        width: 100%;
        border-top: 1px solid #eee;
        text-align: center;
        margin-bottom: 5px; }
        .event-form form fieldset legend h5 {
          margin: -10px auto 0;
          background-color: #fff;
          display: block;
          width: 100px;
          font-size: 0.8em;
          letter-spacing: 0.2em; }
    .event-form form input, .event-form form textarea {
      padding: 6px 11px 7px 11px;
      border-radius: 3px;
      border: 1px solid #ddd;
      box-shadow: inset 1px 1px 2px #ddd;
      width: 100%; }
    .event-form form input[type="submit"] {
      background-color: #78C554;
      border: 0;
      box-shadow: none;
      color: #fff;
      font-weight: bold;
      width: 50%;
      margin: 0 auto 5px;
      display: block;
      padding: 7px 10px;
      cursor: pointer; }
      .event-form form input[type="submit"]:hover {
        background-color: #5eac3a; }
    .event-form form .tab-menu li {
      float: left;
      background-color: #eee;
      border: 1px solid #eee;
      border-radius: 2px;
      padding: 3px 10px 2px;
      margin: 0 3px 3px 0;
      cursor: pointer;
      font-size: 0.8em; }
      .event-form form .tab-menu li:hover {
        background-color: #fff; }
      .event-form form .tab-menu li.active {
        background-color: #fff; }
    .event-form form .tab-content {
      display: none; }
      .event-form form .tab-content.active {
        display: block; }
    .event-form form #story_summary {
      height: 60px;
      resize: none; }
    .event-form form #story_body {
      height: 200px;
      resize: vertical; }
    .event-form form #story_icon {
      margin: 6px 0 0 5px; }
    .event-form form .datepicker-wrap {
      float: left;
      width: 150px;
      margin-left: 5px; }
      .event-form form .datepicker-wrap .datepicker {
        box-shadow: none;
        border: 0;
        padding: 6px 5px 7px 0;
        width: 120px; }
    .event-form form .title {
      float: left;
      width: 90%; }
      @media screen and (min-width: 650px) {
        .event-form form .title {
          width: 60%; } }
    .event-form form .lat, .event-form form .lon {
      font-size: 0.75em;
      color: #BBB;
      border: 0;
      box-shadow: none;
      padding: 0;
      width: auto; }

#user-map, #landing-map {
  width: 100%;
  background-color: #eee; }

/* ----------------------------------------- */
/* --- ABOUT --- */
/* ----------------------------------------- */
.canpath-resume .members {
  text-align: center; }
  @media screen and (min-width: 650px) {
    .canpath-resume .members {
      text-align: left; } }
  .canpath-resume .members .member {
    margin-top: 60px; }
    .canpath-resume .members .member img {
      height: 150px;
      width: 150px;
      border: 5px solid #fff;
      box-shadow: 0 2px 3px #ddd;
      border-radius: 75px;
      float: none;
      margin: 0 auto; }
      @media screen and (min-width: 650px) {
        .canpath-resume .members .member img {
          float: left;
          margin-right: 15px; } }
    .canpath-resume .members .member .info {
      float: none;
      width: 85%;
      margin: 5px auto; }
      @media screen and (min-width: 650px) {
        .canpath-resume .members .member .info {
          float: left;
          margin: 5px 0 0 0;
          width: 500px; } }
      .canpath-resume .members .member .info .role {
        font-size: 0.85em;
        color: #BBB; }
      .canpath-resume .members .member .info h3 {
        font-size: 1.2em;
        margin-bottom: 10px; }
      .canpath-resume .members .member .info p {
        line-height: 1.5em;
        text-align: justify; }
      .canpath-resume .members .member .info p.links {
        margin-top: 3px;
        font-size: 0.9em;
        text-align: left; }

.knowhow-list-timeline {
  position: relative;
  background: #EEE;
  box-shadow: inset 0 3px 5px #ddd;
  border-top: 1px solid #CCD9E2;
  border-bottom: 1px solid #CCD9E2; }
  .knowhow-list-timeline .knowhow-list-title {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    text-align: center;
    background: #B6C4CD;
    color: #fff;
    box-shadow: #eee;
    width: 150px; }
  .knowhow-list-timeline .inner {
    width: 100%;
    margin: 50px auto 30px; }
    @media screen and (min-width: 650px) {
      .knowhow-list-timeline .inner {
        width: 750px; } }
    @media screen and (min-width: 1100px) {
      .knowhow-list-timeline .inner {
        margin: 20px auto;
        width: 750px; } }
/* ----------------------------------------- */
/* --- PLUGIN --- */
/* ----------------------------------------- */
#maximage {
  position: relative !important; }

/*-- Variables ---------------------------*/
/*-- Mixin -------------------------------*/
/* -------------------------- */
/* -------------------------- */
.display-cicon {
  display: inline; }
  .display-cicon .cicon {
    position: relative;
    cursor: pointer; }
    .display-cicon .cicon:hover {
      background-color: #ffe4e4;
      border-radius: 25px; }
    .display-cicon .cicon.active {
      background-color: #FFCACA;
      border-radius: 25px; }

/* -------------------------- */
/* -------------------------- */
.cicon {
  display: inline-block;
  width: 50px !important;
  height: 50px !important;
  background-image: url("https://canpath.s3.amazonaws.com/assets/timeline/icons_20170916.svg") !important;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-position: 0 0;
  /*
	&.flag {
		background-position: -$cicon-size*0 0;
	}
	&.paperplane {
		background-position: -$cicon-size*1 0;
	}
	&.writing {
		background-position: -$cicon-size*2 0;
	}
	&.plane {
		background-position: -$cicon-size*3 0;
	}
	&.school {
		background-position: -$cicon-size*4 0;
	}
	&.job {
		background-position: -$cicon-size*5 0;
	}*/ }
  .cicon.none {
    background-position: 0px 0px; }
  .cicon.flag {
    background-position: -50px 0px; }
  .cicon.paperplane {
    background-position: -100px 0px; }
  .cicon.writing {
    background-position: -150px 0px; }
  .cicon.plane {
    background-position: -200px 0px; }
  .cicon.school {
    background-position: -250px 0px; }
  .cicon.job {
    background-position: -300px 0px; }
  .cicon.foot {
    background-position: -350px 0px; }
  .cicon.jewel {
    background-position: -400px 0px; }
  .cicon.shakehands {
    background-position: -450px 0px; }
  .cicon.heart {
    background-position: 0px -50px; }
  .cicon.star {
    background-position: -50px -50px; }
  .cicon.music {
    background-position: -100px -50px; }
  .cicon.bulb {
    background-position: -150px -50px; }
  .cicon.comment {
    background-position: -200px -50px; }
  .cicon.lightning {
    background-position: -250px -50px; }
  .cicon.flag-2 {
    background-position: -300px -50px; }
  .cicon.bomb {
    background-position: -350px -50px; }
  .cicon.alert {
    background-position: -400px -50px; }
  .cicon.lock {
    background-position: -450px -50px; }
  .cicon.battery {
    background-position: 0px -100px; }
  .cicon.writing-2 {
    background-position: -50px -100px; }
  .cicon.painting {
    background-position: -100px -100px; }
  .cicon.painting-2 {
    background-position: -150px -100px; }
  .cicon.sun {
    background-position: -200px -100px; }
  .cicon.cloud {
    background-position: -250px -100px; }
  .cicon.rain {
    background-position: -300px -100px; }
  .cicon.money {
    background-position: -350px -100px; }
  .cicon.cart {
    background-position: -400px -100px; }
  .cicon.present {
    background-position: -450px -100px; }
  .cicon.letter {
    background-position: 0px -150px; }
  .cicon.scissors {
    background-position: -50px -150px; }
  .cicon.flower {
    background-position: -100px -150px; }
  .cicon.sign {
    background-position: -150px -150px; }
  .cicon.map {
    background-position: -200px -150px; }
  .cicon.compass {
    background-position: -250px -150px; }
  .cicon.earth {
    background-position: -300px -150px; }
  .cicon.phone {
    background-position: -350px -150px; }
  .cicon.checkbox {
    background-position: -400px -150px; }
  .cicon.user {
    background-position: -450px -150px; }
  .cicon.walk {
    background-position: 0px -200px; }
  .cicon.skateboard {
    background-position: -50px -200px; }
  .cicon.bicycle {
    background-position: -100px -200px; }
  .cicon.moterbike {
    background-position: -150px -200px; }
  .cicon.moterbike-2 {
    background-position: -200px -200px; }
  .cicon.car {
    background-position: -250px -200px; }
  .cicon.car-2 {
    background-position: -300px -200px; }
  .cicon.ship {
    background-position: -350px -200px; }
  .cicon.plane-2 {
    background-position: -400px -200px; }
  .cicon.rocket {
    background-position: -450px -200px; }
  .cicon.island {
    background-position: 0px -250px; }
  .cicon.passport {
    background-position: -50px -250px; }
  .cicon.trophy {
    background-position: -100px -250px; }
  .cicon.sandglass {
    background-position: -150px -250px; }
  .cicon.book {
    background-position: -200px -250px; }
  .cicon.flag-3 {
    background-position: -250px -250px; }
  .cicon.tube {
    background-position: -300px -250px; }
  .cicon.warning-2 {
    background-position: -350px -250px; }
  .cicon.speedmeter {
    background-position: -400px -250px; }
  .cicon.bag {
    background-position: -450px -250px; }
  .cicon.game {
    background-position: 0px -300px; }
  .cicon.karaoke {
    background-position: -50px -300px; }
  .cicon.movie {
    background-position: -100px -300px; }
  .cicon.sound {
    background-position: -150px -300px; }
  .cicon.camera {
    background-position: -200px -300px; }
  .cicon.photo {
    background-position: -250px -300px; }
  .cicon.mobile {
    background-position: -300px -300px; }
  .cicon.computer {
    background-position: -350px -300px; }
  .cicon.note {
    background-position: -400px -300px; }
  .cicon.note-2 {
    background-position: -450px -300px; }
  .cicon.plus {
    background-position: 0px -350px; }

/*-- Variables ---------------------------*/
/*-- Mixin -------------------------------*/
.ex_feeds .ex_feed {
  border-bottom: 1px solid #eee;
  background-color: #fff;
  padding: 7px 10px 7px 5px;
  line-height: 1.4em;
  color: #3a3a3a; }
  .ex_feeds .ex_feed .country, .ex_feeds .ex_feed .tags {
    color: #3a3a3a; }
  .ex_feeds .ex_feed a.title {
    font-size: 0.87em;
    border-left: 2px solid #facac8;
    color: #3C3C3C;
    display: inline-block;
    padding-left: 5px; }
    .ex_feeds .ex_feed a.title:hover {
      color: #f2716a; }

/*-- Variables ---------------------------*/
/*-- Mixin -------------------------------*/
.knowhow-search {
  padding: 20px;
  border-radius: 3px;
  width: 100%;
  box-shadow: 0 4px 0 #E3ECEE;
  background-color: #fff;
  margin-bottom: 20px; }
  .knowhow-search h2 {
    margin: 15px 0 10px;
    text-align: center; }
  .knowhow-search form select {
    border: 1px solid #ddd;
    height: 40px;
    font-size: 1em;
    margin: 10px 0; }
  .knowhow-search form label {
    margin-left: -5px; }
  .knowhow-search .submit-button, .knowhow-search .story-form input[type="submit"], .story-form .knowhow-search input[type="submit"], .knowhow-search .user-form input[type="submit"], .user-form .knowhow-search input[type="submit"] {
    font-size: 1em;
    padding: 7px 20px;
    width: auto;
    margin-bottom: 5px; }

.knowhow-in-list {
  position: relative;
  background-color: #fff;
  margin-bottom: 10px;
  height: 150px; }
  .knowhow-in-list:after {
    content: "";
    display: table;
    clear: both; }
  .knowhow-in-list .knowhow-title {
    margin-bottom: 5px;
    line-height: 1.3em; }
    .knowhow-in-list .knowhow-title.long {
      font-size: 1.0em; }
  .knowhow-in-list .knowhow-image {
    overflow: hidden;
    float: left;
    height: 100%;
    width: 30%;
    font-size: 0;
    line-height: 0;
    background-color: #6A6A6A;
    text-align: center; }
    .knowhow-in-list .knowhow-image img {
      height: 100%; }
      .knowhow-in-list .knowhow-image img.placeholder {
        width: 120%;
        height: 120%;
        margin-left: -10%;
        margin-top: -10%;
        -webkit-filter: blur(3px);
        filter: blur(3px); }
  .knowhow-in-list .knowhow-summary {
    float: left;
    width: 70%;
    height: 100%;
    position: relative; }
  .knowhow-in-list .knowhow-author {
    margin: 5px 0; }
    .knowhow-in-list .knowhow-author.hide {
      display: none; }
  .knowhow-in-list .knowhow-user-icon {
    float: left;
    margin-right: 10px; }
    .knowhow-in-list .knowhow-user-icon img {
      width: 30px;
      height: 30px;
      border-radius: 50%; }
  .knowhow-in-list .knowhow-user-name {
    float: left;
    line-height: 30px;
    font-size: 0.85em;
    color: #878787; }
  .knowhow-in-list .top {
    padding: 10px 20px; }
    @media screen and (min-width: 480px) {
      .knowhow-in-list .top {
        padding: 20px; } }
  .knowhow-in-list .bottom {
    border-top: 1px solid #eee;
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 0.8em;
    padding: 3px 20px; }

.knowhow-intro {
  width: 100%;
  margin: 0 auto;
  font-size: 0.9em; }
  @media screen and (min-width: 480px) {
    .knowhow-intro {
      width: 95%; } }
  .knowhow-intro img {
    width: 75px;
    margin: 0 auto 10px; }

.dashboard-list-header {
  padding: 10px;
  background-color: #fff;
  text-align: center;
  border-bottom: 1px solid #ddd; }
  .dashboard-list-header h2 {
    font-size: 1.4em; }

/*-- Variables ---------------------------*/
/*-- Mixin -------------------------------*/
.message-form {
  width: 100%;
  background-color: #FBFBFB;
  padding: 10px;
  border-radius: 2px;
  margin: 30px 0 10px; }
  .message-form textarea {
    height: 200px;
    width: 100%;
    border: 1px solid #C7C7C7;
    border-radius: 5px;
    padding: 5px 10px;
    background-color: #FDFDFC;
    box-shadow: inset 0 2px 2px #eee;
    margin-bottom: 5px;
    display: block; }
  .message-form .btn {
    margin: 0; }
  @media screen and (min-width: 650px) {
    .message-form {
      width: 85%;
      margin-left: auto;
      margin-right: auto; } }
.js-message-list {
  width: 100%; }
  @media screen and (min-width: 650px) {
    .js-message-list {
      width: 80%;
      margin-left: auto;
      margin-right: auto; } }
.message-listed {
  padding: 10px 0;
  border-bottom: 1px solid #eee; }
  .message-listed .message-user-info {
    margin: 10px 5px; }
    .message-listed .message-user-info .message-user-icon {
      float: left;
      margin-right: 5px;
      margin-left: -10px; }
      .message-listed .message-user-info .message-user-icon img {
        width: 30px;
        height: 30px;
        border: 3px solid #fff;
        box-shadow: 0 1px 2px #ddd;
        border-radius: 50%; }
    .message-listed .message-user-info .message-user-name {
      line-height: 30px;
      font-size: 0.8em;
      display: inline-block; }

.message-body {
  margin: 5px 0 10px;
  line-height: 1.6em; }

.message-meta {
  font-size: 0.7em; }

.js-message-error {
  font-size: 0.9em; }

/*-- Variables ---------------------------*/
/*-- Mixin -------------------------------*/
.story-box-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px 0; }
  .story-box-container::after {
    clear: both;
    content: "";
    display: block; }

.story-box {
  width: 100%;
  height: auto;
  padding-bottom: 10px; }
  .story-box:nth-child(2n + 1) {
    padding-right: 0; }
  @media screen and (min-width: 650px) {
    .story-box {
      width: 50%;
      height: 300px; }
      .story-box:nth-child(2n + 1) {
        padding-right: 10px; } }
  .story-box__inner {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #fff; }
  .story-box__main-image {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    background-color: #3D4147; }
    .story-box__main-image img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%; }
    .story-box__main-image:before {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: "";
      background-color: #000;
      opacity: 0.4;
      z-index: 1; }
  .story-box__summary {
    width: 100%;
    color: #fff;
    position: relative;
    cursor: pointer;
    z-index: 5; }
    .story-box__summary:hover {
      opacity: 0.9; }
    .story-box__summary__link {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5; }
    .story-box__summary__inner {
      width: 100%;
      height: 100%;
      padding: 20px;
      z-index: 1;
      position: relative; }
  .story-box__country {
    font-size: 0.9em;
    margin-bottom: 10px; }
  .story-box__title {
    font-size: 1.25em; }
  .story-box__author {
    font-size: 0.9em;
    margin-top: 5px; }
  .story-box__reputation {
    font-size: 0.9em;
    margin-top: 20px; }
    .story-box__reputation span {
      margin-right: 5px; }
  .story-box__icon {
    padding: 15px 10px;
    z-index: 5; }

/*-- Variables ---------------------------*/
/*-- Mixin -------------------------------*/
.lp-wraper {
  position: relative; }

.area-top {
  background-color: #41c9b4;
  height: 350px; }
  @media screen and (min-width: 650px) {
    .area-top {
      height: 500px; } }
  .area-top .nav {
    text-align: right;
    margin: 0 auto;
    padding: 20px 10px 0 0; }
    @media screen and (min-width: 650px) {
      .area-top .nav {
        width: 760px;
        padding: 20px 0 0 0; } }
  .area-top .contents {
    margin: 0 auto;
    padding: 70px 10px 100px; }
    @media screen and (min-width: 650px) {
      .area-top .contents {
        width: 500px;
        margin: 0 auto;
        padding-top: 150px; } }
    .area-top .contents h1 {
      font-size: 1.2em;
      font-weight: lighter;
      margin-bottom: 10px;
      color: #fff; }
    .area-top .contents .logo {
      width: 400px;
      margin: 0 auto;
      display: inline-block;
      height: auto;
      max-width: 100%;
      display: block; }

.button-wrap {
  text-align: center; }
  .button-wrap a {
    display: inline-block;
    font-weight: normal;
    padding: 4px 20px 5px 20px;
    font-size: 1.2em; }

.button-landing-login {
  display: block;
  color: #41c9b4;
  letter-spacing: 1px;
  width: 300px;
  margin: 20px auto 0;
  background-color: #d4fcf5;
  border: 1px solid #f7fffb;
  border-radius: 100px;
  padding: 20px;
  text-align: center;
  font-size: 1.2em; }
  .button-landing-login.sm {
    width: 160px; }
  .button-landing-login:hover {
    text-decoration: none;
    background-color: #fff; }
  .button-landing-login.buttom {
    margin-top: 50px;
    color: #fff !important;
    background-color: #41c9b4;
    border: 1px solid #41c9b4;
    font-weight: bold; }
    .button-landing-login.buttom:hover {
      background-color: #69d4c4;
      border: 1px solid #41c9b4; }

.gizagiza {
  background-image: url(/assets/arrow-green.png);
  background-repeat: repeat-x;
  height: 30px;
  background-color: #fff; }

.area-intro-wrapper {
  border-bottom: #eee solid 1px; }

.area-intro-wrapper.white {
  width: 100%;
  background-color: #fff; }

.area-intro {
  margin: 0;
  padding: 50px 10px; }
  @media screen and (min-width: 650px) {
    .area-intro {
      width: 760px;
      margin: 0 auto;
      padding: 80px 0; } }
  .area-intro.thankyou {
    padding-bottom: 80px; }
  .area-intro.in-stories {
    margin: 0;
    padding: 10px 0 50px; }
    .area-intro.in-stories p {
      text-align: left; }
    @media screen and (min-width: 480px) {
      .area-intro.in-stories p {
        text-align: center; } }
    @media screen and (min-width: 650px) {
      .area-intro.in-stories {
        width: 688px;
        margin: 0 auto;
        padding: 0 0 50px 0; } }
  .area-intro h2 {
    font-size: 1.9em;
    font-weight: lighter;
    margin-bottom: 20px; }
  .area-intro h2.thankyou {
    font-size: 3.7em;
    color: #41c9b4;
    text-align: center;
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif !important;
    margin: 40px 0; }
  .area-intro p {
    color: #666666;
    line-height: 1.6em; }
  .area-intro .experiences {
    margin: 50px 0 20px; }
  .area-intro .experience {
    display: block;
    text-align: center; }
    .area-intro .experience p {
      color: #30a795; }
    @media screen and (min-width: 650px) {
      .area-intro .experience {
        width: 250px;
        display: inline-block; } }
  .area-intro img.circle {
    width: 200px;
    margin: 10px auto;
    display: inline-block;
    border: 8px solid #e0f6f3;
    border-radius: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px; }
  .area-intro .processes {
    margin: 30px 0 20px; }
  .area-intro .process {
    display: block;
    text-align: center; }
    .area-intro .process p {
      color: #30a795; }
    @media screen and (min-width: 650px) {
      .area-intro .process {
        width: 250px;
        display: inline-block; } }
    .area-intro .process img {
      width: 200px;
      margin: 10px auto; }

.area-fotter-wrapper {
  background-color: #fff; }

.area-fotter {
  margin: 0;
  padding: 50px 10px;
  text-align: center;
  font-size: 0.8em;
  display: block; }
  @media screen and (min-width: 650px) {
    .area-fotter {
      width: 760px;
      margin: 0 auto;
      padding: 80px 0; } }
/*-- Variables ---------------------------*/
/*-- Mixin -------------------------------*/
.switzerland-wrapper #maximage {
  position: relative !important; }

.switzerland-wrapper #video-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 450px;
  background: url("https://canpath.s3.amazonaws.com/assets/switzerland/main-1.jpg");
  background-position: center center;
  background-size: cover; }
  @media screen and (min-width: 900px) {
    .switzerland-wrapper #video-wrapper {
      height: 600px; } }
  .switzerland-wrapper #video-wrapper .title-box {
    z-index: 10;
    width: 80%;
    height: 300px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 10px; }
    .switzerland-wrapper #video-wrapper .title-box h1 {
      font-size: 1.8em; }
    .switzerland-wrapper #video-wrapper .title-box p {
      margin: 10px 3px;
      line-height: 1.6em; }
    @media screen and (min-width: 650px) {
      .switzerland-wrapper #video-wrapper .title-box {
        width: auto;
        padding: 60px 10%; }
        .switzerland-wrapper #video-wrapper .title-box h1 {
          font-size: 2.3em; } }
    @media screen and (min-width: 900px) {
      .switzerland-wrapper #video-wrapper .title-box {
        width: 1000px;
        padding: 200px 100px; } }
.switzerland-wrapper .ask-story {
  background-color: #CF0E0E;
  box-shadow: 0 3px 5px #000;
  border-bottom: solid 1px #DD4C4C; }
  .switzerland-wrapper .ask-story .ask-story-in {
    width: 100%; }
    .switzerland-wrapper .ask-story .ask-story-in .ask-text {
      font-size: 1.2em;
      display: block;
      padding: 20px 10px 10px;
      float: none;
      color: #fff;
      font-weight: lighter;
      text-align: center;
      width: auto;
      text-align: center; }
    .switzerland-wrapper .ask-story .ask-story-in .canpath-button {
      margin: 5px 27px 20px;
      padding: 10px 27px;
      font-size: 1.1em;
      display: block;
      float: none;
      text-align: center; }
    @media screen and (min-width: 650px) {
      .switzerland-wrapper .ask-story .ask-story-in {
        font-size: 1.5em;
        width: auto;
        margin: 0 auto; } }
    @media screen and (min-width: 900px) {
      .switzerland-wrapper .ask-story .ask-story-in {
        width: 1045px;
        margin: 0 auto; }
        .switzerland-wrapper .ask-story .ask-story-in .ask-text {
          max-width: 600px;
          padding: 20px;
          text-align: left;
          float: left; }
        .switzerland-wrapper .ask-story .ask-story-in .canpath-button {
          margin: 27px;
          float: right; } }
.switzerland-wrapper .photo-box-wrapper .photo-box {
  display: block;
  position: relative;
  width: 25%;
  height: auto;
  overflow: hidden;
  float: left; }
  .switzerland-wrapper .photo-box-wrapper .photo-box img {
    width: 100%; }
  .switzerland-wrapper .photo-box-wrapper .photo-box:hover {
    opacity: 0.9; }
  .switzerland-wrapper .photo-box-wrapper .photo-box .title {
    position: absolute;
    text-align: center;
    color: #fff;
    width: 100%;
    top: 40%;
    font-size: 0.9em; }
  @media screen and (min-width: 650px) {
    .switzerland-wrapper .photo-box-wrapper .photo-box .title {
      font-size: 1.3em; } }
  @media screen and (min-width: 900px) {
    .switzerland-wrapper .photo-box-wrapper .photo-box {
      height: 150px; }
      .switzerland-wrapper .photo-box-wrapper .photo-box .title {
        font-size: 1.6em; } }
.switzerland-wrapper .swiss-topics .swiss-topics-in {
  width: 100%;
  padding: 20px 10px; }
  @media screen and (min-width: 650px) {
    .switzerland-wrapper .swiss-topics .swiss-topics-in {
      padding: 20px; } }
  @media screen and (min-width: 900px) {
    .switzerland-wrapper .swiss-topics .swiss-topics-in {
      width: 1045px;
      margin: 0 auto; } }
.switzerland-wrapper .swiss-topics .topic-title {
  padding-top: 50px;
  font-size: 1.8em;
  font-weight: lighter;
  margin: 0 0 1.0em;
  line-height: 1.4em;
  text-align: center; }
  @media screen and (min-width: 650px) {
    .switzerland-wrapper .swiss-topics .topic-title {
      font-size: 2.0em; } }
  @media screen and (min-width: 900px) {
    .switzerland-wrapper .swiss-topics .topic-title {
      margin: 2.0em 0 2.0em 0; } }
  .switzerland-wrapper .swiss-topics .topic-title .sub {
    font-size: 0.55em; }

.switzerland-wrapper .swiss-topics .topic-image {
  float: left;
  margin: 0 25px 15px 0; }

.switzerland-wrapper .swiss-topics .desc {
  line-height: 1.7em; }

.switzerland-wrapper .swiss-topics hr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  margin: 130px 0 20px 0; }

.switzerland-wrapper .swiss-topics a {
  color: #CF0E0E; }

.switzerland-wrapper .countries-name .ch, .switzerland-wrapper .countries-name .ja {
  text-align: center;
  font-weight: bold;
  width: 50%;
  float: left;
  padding: 10px 0; }

.switzerland-wrapper .countries-name .ch {
  background-color: #CF0E0E;
  color: #fff; }

.switzerland-wrapper .countries-name .ja {
  background-color: #fff;
  color: #CF0E0E; }

.switzerland-wrapper .timeline {
  background-image: url("https://canpath.s3.amazonaws.com/assets/switzerland/dot.svg");
  background-repeat: repeat-y;
  background-position: 50% 0;
  position: relative;
  margin-top: 70px; }
  .switzerland-wrapper .timeline .year {
    width: 150px;
    padding: 7px 0 6px;
    text-align: center;
    background-color: #707070;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    margin: 20px auto; }
  .switzerland-wrapper .timeline .ch-ja-relationship {
    padding: 15px 10px 25px 10px;
    text-align: center;
    background-color: #F7F7F7;
    border-radius: 5px;
    font-weight: bold;
    margin: 10px auto; }
    .switzerland-wrapper .timeline .ch-ja-relationship h4 {
      font-size: 2.8em;
      line-height: 1.4em; }
  .switzerland-wrapper .timeline .history {
    position: relative;
    width: 47%;
    margin: 20px 0; }
    .switzerland-wrapper .timeline .history h4 {
      font-weight: bold;
      font-size: 1.2em;
      line-height: 1.3em;
      padding: 18px 5px 5px 5px; }
      .switzerland-wrapper .timeline .history h4 .sub {
        font-size: 0.65em;
        font-weight: normal;
        padding-left: 0.5em; }
    .switzerland-wrapper .timeline .history p {
      padding: 0 5px 20px 5px; }
    .switzerland-wrapper .timeline .history img {
      width: 100%; }
    .switzerland-wrapper .timeline .history .text {
      width: 100%; }
    @media screen and (min-width: 650px) {
      .switzerland-wrapper .timeline .history h4 {
        padding: 18px 20px 5px 20px; }
      .switzerland-wrapper .timeline .history p {
        padding: 0 20px 20px 20px; } }
    @media screen and (min-width: 900px) {
      .switzerland-wrapper .timeline .history img {
        width: 30%; }
      .switzerland-wrapper .timeline .history .text {
        width: 70%; } }
    .switzerland-wrapper .timeline .history.ch {
      float: left;
      background-color: #CF0E0E;
      color: #fff; }
      .switzerland-wrapper .timeline .history.ch img {
        float: left; }
      .switzerland-wrapper .timeline .history.ch .text {
        float: right; }
    .switzerland-wrapper .timeline .history.ja {
      float: right;
      background-color: #fff;
      color: #CF0E0E; }
      .switzerland-wrapper .timeline .history.ja img {
        float: right; }
      .switzerland-wrapper .timeline .history.ja .text {
        float: left; }
    .switzerland-wrapper .timeline .history .arrow {
      position: absolute;
      top: 18px;
      width: 0;
      height: 0; }
      .switzerland-wrapper .timeline .history .arrow.right {
        right: -24px;
        border-left: 12px solid #CF0E0E;
        border-top: 8px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 8px solid transparent; }
      .switzerland-wrapper .timeline .history .arrow.left {
        left: -24px;
        border-right: 12px solid #fff;
        border-top: 8px solid transparent;
        border-left: 12px solid transparent;
        border-bottom: 8px solid transparent; }

.switzerland-wrapper .similarity {
  clear: both;
  margin: 10px 0; }
  .switzerland-wrapper .similarity .country {
    width: 50%;
    float: left; }
    .switzerland-wrapper .similarity .country .title {
      font-size: 1.3em;
      font-weight: bold;
      line-height: 1.6em; }
    .switzerland-wrapper .similarity .country .caption {
      font-size: 0.9em;
      line-height: 1.5em; }
    .switzerland-wrapper .similarity .country .desc {
      padding: 15px;
      width: 100%; }
    .switzerland-wrapper .similarity .country img {
      width: 100%; }
    @media screen and (min-width: 900px) {
      .switzerland-wrapper .similarity .country .desc {
        width: 75%; }
      .switzerland-wrapper .similarity .country img {
        width: 25%; } }
    .switzerland-wrapper .similarity .country.ch {
      background-color: #CF0E0E;
      color: #fff; }
      .switzerland-wrapper .similarity .country.ch img {
        float: left; }
      .switzerland-wrapper .similarity .country.ch .desc {
        float: left; }
    .switzerland-wrapper .similarity .country.ja {
      color: #CF0E0E;
      background-color: #fff; }
      .switzerland-wrapper .similarity .country.ja img {
        float: right; }
      .switzerland-wrapper .similarity .country.ja .desc {
        float: right;
        text-align: left; }
        @media screen and (min-width: 650px) {
          .switzerland-wrapper .similarity .country.ja .desc {
            text-align: right; } }
.switzerland-wrapper .event {
  clear: both;
  margin: 10px 0;
  background-color: #fff; }
  .switzerland-wrapper .event .event-image {
    line-height: 0;
    float: left;
    width: 100%;
    background-color: #ddd;
    overflow: hidden; }
    .switzerland-wrapper .event .event-image img {
      width: 100%; }
  .switzerland-wrapper .event .meta {
    margin-bottom: 10px;
    border-bottom: #ddd 1px solid; }
    .switzerland-wrapper .event .meta .area {
      padding: 3px 10px;
      background-color: #CF0E0E;
      font-weight: bold;
      color: #fff;
      line-height: 1.8em; }
  .switzerland-wrapper .event .detail {
    background-color: #fff;
    float: left;
    width: 100%;
    padding: 20px 15px; }
    @media screen and (min-width: 650px) {
      .switzerland-wrapper .event .detail {
        padding: 20px 25px; } }
  @media screen and (min-width: 650px) {
    .switzerland-wrapper .event .event-image {
      width: 25%; }
    .switzerland-wrapper .event .detail {
      width: 75%; } }
  .switzerland-wrapper .event .title {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 10px; }
  .switzerland-wrapper .event .desc {
    font-size: 1.0em;
    float: none;
    max-width: 800px; }
  .switzerland-wrapper .event .inquiry {
    clear: both;
    font-size: 0.9em;
    color: #5E0808;
    margin-top: 6px; }

.switzerland-wrapper .topic.intro {
  width: 97%;
  margin: 0 auto; }
  @media screen and (min-width: 650px) {
    .switzerland-wrapper .topic.intro {
      width: 70%; } }
  .switzerland-wrapper .topic.intro .title {
    margin: 2.5em 4px 0.2em;
    background-color: #CF0E0E;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 1em 1.3em 0.9em 1.3em; }
  .switzerland-wrapper .topic.intro .basic-info {
    margin: 0 0 1em 0; }
    .switzerland-wrapper .topic.intro .basic-info li {
      padding: 1em 1.3em 0.9em 1.3em;
      line-height: 1.4em;
      border-bottom: #CF0E0E 1px dotted;
      margin-left: 10px;
      margin-right: 10px; }
      .switzerland-wrapper .topic.intro .basic-info li:before {
        content: url("https://canpath.s3.amazonaws.com/assets/switzerland/flag.svg");
        vertical-align: -4px;
        margin-left: -24px;
        margin-right: 5px; }

.switzerland-wrapper .swiss-thankyou {
  margin-top: 20px;
  background: url("https://canpath.s3.amazonaws.com/assets/switzerland/thanks-bg.jpg") no-repeat center center;
  background-size: cover;
  margin: 0;
  padding: 30px 0 30px;
  color: #fff; }
  .switzerland-wrapper .swiss-thankyou a {
    color: #fff;
    font-weight: bold; }
  .switzerland-wrapper .swiss-thankyou .topic-title {
    padding-top: 50px;
    margin-bottom: 1em;
    font-size: 1.9em;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 2px 9px #000; }
  .switzerland-wrapper .swiss-thankyou .copy {
    font-size: 1.1em;
    line-height: 1.5em;
    margin-bottom: 1.5em;
    padding: 0 20px;
    text-shadow: 0 2px 6px #000;
    font-weight: bold; }
  .switzerland-wrapper .swiss-thankyou .caption {
    font-size: 0.9em;
    padding: 0 20px; }
  @media screen and (min-width: 650px) {
    .switzerland-wrapper .swiss-thankyou {
      padding: 100px 0 150px; }
      .switzerland-wrapper .swiss-thankyou .topic-title {
        font-size: 2.5em; }
      .switzerland-wrapper .swiss-thankyou .copy {
        font-size: 1.2em; } }
.switzerland-wrapper .say-thanks-ch {
  text-align: center; }
  .switzerland-wrapper .say-thanks-ch .canpath-button {
    color: #fff;
    font-size: 2em;
    padding: 0.8em;
    width: 90%;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 40px; }
    @media screen and (min-width: 650px) {
      .switzerland-wrapper .say-thanks-ch .canpath-button {
        width: 60%; } }
/* ----------------------------------------------------------
This scss import all scss file because of the dev performance.
Compile this file with Codekit.
---------------------------------------------------------- */
/* https://github.com/x-team/wp-jquery-ui-datepicker-skins */
/* Date Picker Default Styles */
.ui-datepicker {
  width: 14em;
  line-height: 1em;
  padding: 0;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .ui-datepicker * {
    padding: 0;
    font-family: "Open Sans", sans-serif;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .ui-datepicker table {
    font-size: 13px;
    margin: 0; }
  .ui-datepicker .ui-datepicker-header {
    border: none;
    background: #6E6E6E;
    color: #fff;
    font-weight: normal; }
    .ui-datepicker .ui-datepicker-header .ui-state-hover {
      background: #222;
      border-color: transparent;
      cursor: pointer;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
  .ui-datepicker thead {
    background: #B0B0B0;
    color: #fff; }
    .ui-datepicker thead th {
      border-top: 0; }
  .ui-datepicker .ui-datepicker-title {
    margin-top: .4em;
    margin-bottom: .3em;
    color: #fff;
    font-size: 14px; }
  .ui-datepicker .ui-datepicker-prev-hover,
  .ui-datepicker .ui-datepicker-next-hover,
  .ui-datepicker .ui-datepicker-next,
  .ui-datepicker .ui-datepicker-prev {
    height: 1em;
    top: .9em;
    border: none; }
  .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px; }
  .ui-datepicker .ui-datepicker-next-hover {
    right: 2px; }
  .ui-datepicker .ui-datepicker-next span,
  .ui-datepicker .ui-datepicker-prev span {
    background-image: url("data:image/png;base64,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");
    background-position: -32px 0;
    margin-top: 0;
    top: 0;
    font-weight: normal; }
  .ui-datepicker .ui-datepicker-prev span {
    background-position: -96px 0; }
  .ui-datepicker th {
    padding: 0.75em 0;
    color: #fff;
    font-weight: normal;
    border: none;
    border-top: 1px solid #333; }
  .ui-datepicker td {
    background: #f1f1f1;
    border: none;
    padding: 0; }
    .ui-datepicker td .ui-state-default {
      background: transparent;
      border: none;
      text-align: center;
      padding: .5em;
      margin: 0;
      font-weight: normal;
      color: #333; }
    .ui-datepicker td .ui-state-active,
    .ui-datepicker td .ui-state-hover {
      background: #0074a2;
      color: #fff; }
  .ui-datepicker td.ui-state-disabled,
  .ui-datepicker td.ui-state-disabled .ui-state-default {
    opacity: 1;
    color: #999; }
  .ui-datepicker select.ui-datepicker-year, .ui-datepicker select.ui-datepicker-month {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 1px; }
  .ui-datepicker select.ui-datepicker-year {
    font-size: 0.9em;
    margin-right: 2px; }
  .ui-datepicker select.ui-datepicker-month {
    font-size: 0.85em;
    width: 35%;
    margin-left: 3px; }

.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #FFFFFF;
  border-bottom: 1px solid #BBBBBB;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  color: #333333;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none; }

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none; }

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
  border: none !important; }

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.xdsoft_noselect::selection {
  background: transparent; }

.xdsoft_noselect::-moz-selection {
  background: transparent; }

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none; }

.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none; }

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block; }

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px; }

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px; }

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0; }

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px; }

.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center; }

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC); }

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle; }

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0; }

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0; }

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #DDDDDD; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #F5F5F5;
  border-top: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0; }

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer; }

.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline; }

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33AAFF;
  box-shadow: #178FE5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right; }

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both; }

.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%; }

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px; }

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px; }

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #F1F1F1; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33AAFF; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33AAFF;
  box-shadow: #178FE5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  box-shadow: inherit !important; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default; }

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px; }

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important; }

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important; }

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc; }

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px; }

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer; }

.xdsoft_scroller_box {
  position: relative; }

.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000000;
  border-bottom: 1px solid #444444;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  border-top: 1px solid #333333;
  color: #cccccc; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222222; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222222;
  color: #999999; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==); }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222222;
  color: #999999; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important; }

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333; }

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important; }

.ui-autocomplete {
  border: 1px solid #ddd;
  border-top: 0;
  max-width: 200px; }
  .ui-autocomplete .ui-menu-item {
    font-size: 12px; }
    .ui-autocomplete .ui-menu-item:hover {
      border-color: #ddd;
      background: #eee; }
  .ui-autocomplete .ui-state-focus {
    border-color: #ddd;
    background: #eee; }

/* For scroll bar */
.ui-autocomplete {
  max-height: 150px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden; }

/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
  height: 150px; }

/*--------------------------------------------------------------------*/
/*--- Variables ------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/*--- Mixin ----------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/* Modal */
/*--------------------------------------------------------------------*/
#image-widget-modal .modal-dialog {
  width: 95%;
  margin: 50px auto; }
  @media screen and (min-width: 650px) {
    #image-widget-modal .modal-dialog {
      width: 80%;
      margin: 30px auto; } }
#image-widget-modal .modal-header {
  padding: 0; }
  #image-widget-modal .modal-header .tab-menu:after {
    content: "";
    display: table;
    clear: both; }
  #image-widget-modal .modal-header .tab-menu li {
    width: 50%;
    height: 100%;
    text-align: center;
    background-color: #eee;
    float: left;
    padding: 15px 0 12px;
    cursor: pointer; }
    #image-widget-modal .modal-header .tab-menu li:first-of-type {
      border-top-left-radius: 6px; }
    #image-widget-modal .modal-header .tab-menu li:last-of-type {
      border-top-right-radius: 6px; }
    #image-widget-modal .modal-header .tab-menu li:hover {
      background-color: #fff; }
    #image-widget-modal .modal-header .tab-menu li.active {
      background-color: #41c9b4;
      box-shadow: inset 0 0 1px #4B813A;
      color: #fff; }

#image-widget-modal .modal-body {
  padding: 10px 5px;
  overflow: auto; }
  @media screen and (min-width: 480px) {
    #image-widget-modal .modal-body {
      padding: 20px; } }
  #image-widget-modal .modal-body .tab-content {
    display: none; }
    #image-widget-modal .modal-body .tab-content.active {
      display: block; }

#image-widget-modal .modal-footer {
  margin-top: 0;
  border-top: 0;
  padding: 5px 20px 20px; }

/*--------------------------------------------------------------------*/
/* Tab contents => .new_image and .my_folder */
/*--------------------------------------------------------------------*/
#image-widget .new-image .manipulation:after {
  content: "";
  display: table;
  clear: both; }

#image-widget .new-image form {
  width: 100%;
  height: 50px;
  margin: 15px auto 15px;
  position: relative;
  border-radius: 3px; }
  #image-widget .new-image form input[type="file"] {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer; }
  #image-widget .new-image form .new-image-button {
    font-size: 15px;
    color: #0e85ad;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    border: 1px solid #ededed;
    background-color: #fff;
    text-align: center;
    padding: 15px; }
  #image-widget .new-image form:hover .new-image-button {
    color: #0e85ad;
    background-color: #f8fdfc;
    border: 1px solid #b8ebe3; }

#image-widget .my-folder .existing .exis-box {
  width: 32%;
  margin-right: 1%;
  height: 80px;
  margin-bottom: 10px;
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 3px; }
  @media screen and (min-width: 480px) {
    #image-widget .my-folder .existing .exis-box {
      width: 19%;
      margin-right: 1%;
      height: 120px; } }
  #image-widget .my-folder .existing .exis-box:last-of-type {
    margin-right: 0; }
  #image-widget .my-folder .existing .exis-box .thumb {
    cursor: pointer;
    width: 100%; }
  #image-widget .my-folder .existing .exis-box .edit {
    color: #0e85ad;
    position: absolute;
    top: -2px;
    right: -2px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #eeefef;
    border-radius: 2px;
    line-height: 29px;
    text-align: center;
    z-index: 3; }
    #image-widget .my-folder .existing .exis-box .edit:hover {
      color: #0e85ad;
      background-color: #fff;
      text-decoration: none;
      background-color: #f8fdfc;
      border: 1px solid #b8ebe3; }
    #image-widget .my-folder .existing .exis-box .edit i {
      margin-left: 1px; }

#image-widget .my-folder .navi {
  text-align: center;
  margin-bottom: 10px; }

#image-widget .my-folder .page-num {
  margin: 5px;
  font-size: 0.8em; }

/*--------------------------------------------------------------------*/
/* .mani-box (used for .new_image and .my_folder) */
/*--------------------------------------------------------------------*/
#image-widget .mani-btn {
  color: #0e85ad;
  background-color: #fff;
  border: 1px solid #ededed;
  padding: 4px 15px;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  font-size: 0.9em; }
  #image-widget .mani-btn:hover {
    color: #0e85ad;
    background-color: #fff;
    text-decoration: none;
    background-color: #f8fdfc;
    border: 1px solid #b8ebe3; }

#image-widget .mani-box {
  clear: both;
  margin: 20px 0;
  width: 100%;
  background-color: #FCFCFC;
  border: 1px solid #eee;
  border-radius: 3px;
  box-shadow: 0 2px 1px #eee;
  position: relative;
  padding: 15px; }
  #image-widget .mani-box:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 480px) {
    #image-widget .mani-box {
      padding: 10px; } }
  #image-widget .mani-box .jcrop-keymgr {
    opacity: 0; }
  #image-widget .mani-box .thumb {
    width: 150px;
    float: left; }
  #image-widget .mani-box .msg {
    float: left;
    margin: 5px 10px; }
  #image-widget .mani-box .action {
    margin-bottom: 5px;
    border-bottom: 1px solid #eeefef;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none; }
    #image-widget .mani-box .action input {
      border-radius: 2px;
      border: 1px solid #d4d6d6;
      padding: 6px;
      margin: 0 10px 5px 0;
      font-size: 0.9em;
      display: none;
      box-shadow: inset 0 1px 3px #eeefef;
      width: 100%; }
      @media screen and (min-width: 480px) {
        #image-widget .mani-box .action input {
          width: 200px; } }
    #image-widget .mani-box .action a {
      display: none;
      cursor: pointer;
      margin: 0 5px 5px 0; }
      #image-widget .mani-box .action a i {
        margin-left: -5px; }
      #image-widget .mani-box .action a.rotate i {
        margin: 5px 0; }
      #image-widget .mani-box .action a.cancel {
        font-size: 1.3em;
        position: absolute;
        right: 5px;
        bottom: 5px; }
        #image-widget .mani-box .action a.cancel i {
          margin-left: 0; }
        @media screen and (min-width: 480px) {
          #image-widget .mani-box .action a.cancel {
            right: 5px;
            top: 5px; } }
    #image-widget .mani-box .action .active {
      display: inline-block; }
  #image-widget .mani-box canvas {
    display: none; }
    #image-widget .mani-box canvas.active {
      display: block; }

#image-widget .loading-circle {
  margin: 15px auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #D2D2D2;
  border-right-color: transparent;
  -webkit-animation: loading_circle 1s linear 0s infinite;
  -moz-animation: loading_circle 1s linear 0s infinite;
  -ms-animation: loading_circle 1s linear 0s infinite;
  -o-animation: loading_circle 1s linear 0s infinite;
  animation: loading_circle 1s linear 0s infinite; }

@-webkit-keyframes loading_circle {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.2; }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.8; }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.2; } }

@-moz-keyframes loading_circle {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.2; }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.8; }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.2; } }

@-o-keyframes loading_circle {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.2; }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.8; }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.2; } }

@keyframes loading_circle {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.2; }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.8; }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.2; } }

#image-widget .thumb.use-this-image {
  cursor: pointer; }
  #image-widget .thumb.use-this-image:hover {
    opacity: 0.8; }

.thumb.selected {
  padding: 3px;
  border: 1px solid #eee;
  border-radius: 2px;
  margin-bottom: 5px; }

/*--------------------------------------------------------------------*/
/*--- bootstrap modal ------------------------------------------------*/
/*--------------------------------------------------------------------*/
.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 20px; }

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

/* jquery.Jcrop.css v0.9.12 - MIT License */
/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
.jcrop-holder {
  direction: ltr;
  text-align: left; }

/* Selection Border */
.jcrop-vline,
.jcrop-hline {
  background: #ffffff url(/assets/Jcrop.gif);
  font-size: 0;
  position: absolute; }

.jcrop-vline {
  height: 100%;
  width: 1px !important; }

.jcrop-vline.right {
  right: 0; }

.jcrop-hline {
  height: 1px !important;
  width: 100%; }

.jcrop-hline.bottom {
  bottom: 0; }

/* Invisible click targets */
.jcrop-tracker {
  height: 100%;
  width: 100%;
  /* "turn off" link highlight */
  -webkit-tap-highlight-color: transparent;
  /* disable callout, image save panel */
  -webkit-touch-callout: none;
  /* disable cut copy paste */
  -webkit-user-select: none; }

/* Selection Handles */
.jcrop-handle {
  background-color: #333333;
  border: 1px #eeeeee solid;
  width: 7px;
  height: 7px;
  font-size: 1px; }

.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0; }

.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px; }

.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%; }

.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%; }

.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0; }

.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0; }

.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0; }

.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px; }

/* Dragbars */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%; }

.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px; }

.jcrop-dragbar.ord-n {
  margin-top: -4px; }

.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px; }

.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0; }

.jcrop-dragbar.ord-w {
  margin-left: -4px; }

/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important; }

.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000000;
  border-color: #ffffff;
  border-radius: 3px; }

/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important; }

.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 3px; }

/* Simple macro to turn off the antlines */
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
  background: #ffffff; }

/* Fix for twitter bootstrap et al. */
.jcrop-holder img,
img.jcrop-preview {
  max-width: none; }

.tag-wrap {
  position: relative; }
  .tag-wrap.center {
    width: 100%; }
    @media screen and (min-width: 480px) {
      .tag-wrap.center {
        width: 50%;
        margin: 0 auto; } }
  .tag-wrap .tag-label {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1em;
    padding: 4px 7px 4px 12px;
    border-radius: 3px;
    background-color: #f2716a;
    color: #fff;
    display: inline-block;
    white-space: nowrap; }
    .tag-wrap .tag-label span.remove {
      border-radius: 2px;
      cursor: pointer;
      padding: 2px;
      background-color: transparent;
      line-height: 21px; }
      .tag-wrap .tag-label span.remove i {
        vertical-align: -2px;
        width: 14px;
        height: 14px;
        display: inline-block;
        background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTRweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTQgMTQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE0IDE0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik04LjY3OSw3LjA0MWwyLjI2NC0yLjI2NGMwLjQ0NS0wLjQ0NCwwLjQ0NS0xLjE2NiwwLTEuNjExYy0wLjQ0NC0wLjQ0NS0xLjE2Ni0wLjQ0NS0xLjYxLDBMNy4wNjgsNS40Mw0KCUw0LjgwNCwzLjE2N2MtMC40NDUtMC40NDUtMS4xNjYtMC40NDUtMS42MTEsMGMtMC40NDUsMC40NDUtMC40NDUsMS4xNjcsMCwxLjYxMWwyLjI2NCwyLjI2NEwzLjE5Myw5LjMwNQ0KCWMtMC40NDUsMC40NDQtMC40NDUsMS4xNjYsMCwxLjYxYzAuMjIzLDAuMjIzLDAuNTE0LDAuMzM0LDAuODA2LDAuMzM0czAuNTgzLTAuMTExLDAuODA1LTAuMzM0bDIuMjY0LTIuMjYzbDIuMjY0LDIuMjYzDQoJYzAuMjIzLDAuMjIzLDAuNTE0LDAuMzM0LDAuODA1LDAuMzM0YzAuMjkyLDAsMC41ODMtMC4xMTEsMC44MDYtMC4zMzRjMC40NDUtMC40NDQsMC40NDUtMS4xNjYsMC0xLjYxTDguNjc5LDcuMDQxeiIvPg0KPC9zdmc+DQo="); }
      .tag-wrap .tag-label span.remove:hover {
        background-color: #f8b4b0; }
  .tag-wrap .tag-autocomplete {
    width: 100%;
    resize: vertical;
    padding: 10px;
    font-size: 1em;
    line-height: 1.15em; }
  .tag-wrap textarea {
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: inset 0 1px 4px #EAEAEA; }

.check-done-wrap {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto; }

.check-done:before, .check-done:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.check-done {
  width: 136px;
  height: 136px;
  background: #e5e5e5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -moz-box-shadow: 0px -4px 4px 0px rgba(255, 255, 255, 0.75), inset 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px -4px 4px 0px rgba(255, 255, 255, 0.75), inset 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px -4px 4px 0px rgba(255, 255, 255, 0.75), inset 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
  cursor: pointer; }

.check-done:before {
  content: "";
  background: #fff;
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 9%;
  left: 9%;
  right: 9%;
  bottom: 9%;
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08); }

.check-done:after {
  content: "";
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-color: #60b247;
  border-width: 0;
  border-style: solid; }

.check-done .check-done-icon {
  position: absolute;
  z-index: 3;
  top: 31%;
  left: 28%;
  width: 45%;
  fill: #e5e5e5; }

.check-done.active:after {
  -moz-transition: 0.1s ease-out all;
  -o-transition: 0.1s ease-out all;
  -webkit-transition: 0.1s ease-out all;
  transition: 0.1s ease-out all;
  border-width: 68px; }

.check-done.active .check-done-icon {
  fill: #fff;
  -moz-animation: bounce 0.2s;
  -webkit-animation: bounce 0.2s;
  animation: bounce 0.2s;
  -moz-animation-delay: 0.08s;
  -webkit-animation-delay: 0.08s;
  animation-delay: 0.08s; }

@-moz-keyframes bounce {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }

@-webkit-keyframes bounce {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }

@keyframes bounce {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }

.flag {
  background-image: url(/assets/flags/flat-flags.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 20px;
  box-shadow: 0 1px 1px #CBCBCB;
  border-radius: 3px; }
  .flag.sm {
    margin-left: -15px;
    margin-top: -5px;
    transform: scale(0.5);
    transform-origin: right bottom; }

.flag-ad {
  background-position: -5px -5px; }

.flag-ae {
  background-position: -45px -5px; }

.flag-af {
  background-position: -85px -5px; }

.flag-ag {
  background-position: -125px -5px; }

.flag-al {
  background-position: -165px -5px; }

.flag-am {
  background-position: -205px -5px; }

.flag-at {
  background-position: -245px -5px; }

.flag-au {
  background-position: -285px -5px; }

.flag-az {
  background-position: -325px -5px; }

.flag-ba {
  background-position: -365px -5px; }

.flag-bb {
  background-position: -405px -5px; }

.flag-bd {
  background-position: -445px -5px; }

.flag-be {
  background-position: -5px -35px; }

.flag-bf {
  background-position: -45px -35px; }

.flag-bg {
  background-position: -85px -35px; }

.flag-bh {
  background-position: -125px -35px; }

.flag-bi {
  background-position: -165px -35px; }

.flag-bn {
  background-position: -205px -35px; }

.flag-br {
  background-position: -245px -35px; }

.flag-bs {
  background-position: -285px -35px; }

.flag-bt {
  background-position: -325px -35px; }

.flag-bw {
  background-position: -365px -35px; }

.flag-by {
  background-position: -405px -35px; }

.flag-bz {
  background-position: -445px -35px; }

.flag-ca {
  background-position: -5px -65px; }

.flag-cd {
  background-position: -45px -65px; }

.flag-cf {
  background-position: -85px -65px; }

.flag-cg {
  background-position: -125px -65px; }

.flag-ch {
  background-position: -165px -65px; }

.flag-ci {
  background-position: -205px -65px; }

.flag-cl {
  background-position: -245px -65px; }

.flag-cm {
  background-position: -285px -65px; }

.flag-cn {
  background-position: -325px -65px; }

.flag-co {
  background-position: -365px -65px; }

.flag-cr {
  background-position: -405px -65px; }

.flag-cu {
  background-position: -445px -65px; }

.flag-cv {
  background-position: -5px -95px; }

.flag-cy {
  background-position: -45px -95px; }

.flag-cz {
  background-position: -85px -95px; }

.flag-de {
  background-position: -125px -95px; }

.flag-dj {
  background-position: -165px -95px; }

.flag-dk {
  background-position: -205px -95px; }

.flag-dm {
  background-position: -245px -95px; }

.flag-do {
  background-position: -285px -95px; }

.flag-dy {
  background-position: -325px -95px; }

.flag-dz {
  background-position: -365px -95px; }

.flag-ec {
  background-position: -405px -95px; }

.flag-eg {
  background-position: -445px -95px; }

.flag-er {
  background-position: -5px -125px; }

.flag-es {
  background-position: -45px -125px; }

.flag-et {
  background-position: -85px -125px; }

.flag-ew {
  background-position: -125px -125px; }

.flag-fi {
  background-position: -165px -125px; }

.flag-fj {
  background-position: -205px -125px; }

.flag-fm {
  background-position: -245px -125px; }

.flag-fr {
  background-position: -285px -125px; }

.flag-ga {
  background-position: -325px -125px; }

.flag-gb {
  background-position: -365px -125px; }

.flag-ge {
  background-position: -405px -125px; }

.flag-gh {
  background-position: -445px -125px; }

.flag-gm {
  background-position: -5px -155px; }

.flag-gn {
  background-position: -45px -155px; }

.flag-gq {
  background-position: -85px -155px; }

.flag-gr {
  background-position: -125px -155px; }

.flag-gt {
  background-position: -165px -155px; }

.flag-gw {
  background-position: -205px -155px; }

.flag-gy {
  background-position: -245px -155px; }

.flag-hn {
  background-position: -285px -155px; }

.flag-hr {
  background-position: -325px -155px; }

.flag-ht {
  background-position: -365px -155px; }

.flag-hu {
  background-position: -405px -155px; }

.flag-id {
  background-position: -445px -155px; }

.flag-ie {
  background-position: -5px -185px; }

.flag-il {
  background-position: -45px -185px; }

.flag-in {
  background-position: -85px -185px; }

.flag-iq {
  background-position: -125px -185px; }

.flag-ir {
  background-position: -165px -185px; }

.flag-is {
  background-position: -205px -185px; }

.flag-it {
  background-position: -245px -185px; }

.flag-jm {
  background-position: -285px -185px; }

.flag-jo {
  background-position: -325px -185px; }

.flag-jp {
  background-position: -365px -185px; }

.flag-ke {
  background-position: -405px -185px; }

.flag-kg {
  background-position: -445px -185px; }

.flag-kh {
  background-position: -5px -215px; }

.flag-ki {
  background-position: -45px -215px; }

.flag-km {
  background-position: -85px -215px; }

.flag-kn {
  background-position: -125px -215px; }

.flag-kp {
  background-position: -165px -215px; }

.flag-kr {
  background-position: -205px -215px; }

.flag-kw {
  background-position: -245px -215px; }

.flag-kz {
  background-position: -285px -215px; }

.flag-la {
  background-position: -325px -215px; }

.flag-lb {
  background-position: -365px -215px; }

.flag-lc {
  background-position: -405px -215px; }

.flag-li {
  background-position: -445px -215px; }

.flag-lk {
  background-position: -5px -245px; }

.flag-lr {
  background-position: -45px -245px; }

.flag-ls {
  background-position: -85px -245px; }

.flag-lt {
  background-position: -125px -245px; }

.flag-lu {
  background-position: -165px -245px; }

.flag-lv {
  background-position: -205px -245px; }

.flag-ly {
  background-position: -245px -245px; }

.flag-ma {
  background-position: -285px -245px; }

.flag-mc {
  background-position: -325px -245px; }

.flag-md {
  background-position: -365px -245px; }

.flag-me {
  background-position: -405px -245px; }

.flag-mg {
  background-position: -445px -245px; }

.flag-mh {
  background-position: -5px -275px; }

.flag-mk {
  background-position: -45px -275px; }

.flag-ml {
  background-position: -85px -275px; }

.flag-mm {
  background-position: -125px -275px; }

.flag-mn {
  background-position: -165px -275px; }

.flag-mr {
  background-position: -205px -275px; }

.flag-mt {
  background-position: -245px -275px; }

.flag-mu {
  background-position: -285px -275px; }

.flag-mv {
  background-position: -325px -275px; }

.flag-mw {
  background-position: -365px -275px; }

.flag-mx {
  background-position: -405px -275px; }

.flag-my {
  background-position: -445px -275px; }

.flag-mz {
  background-position: -5px -305px; }

.flag-na {
  background-position: -45px -305px; }

.flag-ng {
  background-position: -85px -305px; }

.flag-ni {
  background-position: -125px -305px; }

.flag-nl {
  background-position: -165px -305px; }

.flag-no {
  background-position: -205px -305px; }

.flag-np {
  background-position: -245px -305px; }

.flag-nr {
  background-position: -285px -305px; }

.flag-nz {
  background-position: -325px -305px; }

.flag-om {
  background-position: -365px -305px; }

.flag-pe {
  background-position: -405px -305px; }

.flag-pg {
  background-position: -445px -305px; }

.flag-ph {
  background-position: -5px -335px; }

.flag-pk {
  background-position: -45px -335px; }

.flag-pl {
  background-position: -85px -335px; }

.flag-pt {
  background-position: -125px -335px; }

.flag-pw {
  background-position: -165px -335px; }

.flag-py {
  background-position: -205px -335px; }

.flag-pz {
  background-position: -245px -335px; }

.flag-qa {
  background-position: -285px -335px; }

.flag-ra {
  background-position: -325px -335px; }

.flag-rb {
  background-position: -365px -335px; }

.flag-rn {
  background-position: -405px -335px; }

.flag-ro {
  background-position: -445px -335px; }

.flag-rs {
  background-position: -5px -365px; }

.flag-ru {
  background-position: -45px -365px; }

.flag-rw {
  background-position: -85px -365px; }

.flag-sa {
  background-position: -125px -365px; }

.flag-sb {
  background-position: -165px -365px; }

.flag-sc {
  background-position: -205px -365px; }

.flag-sd {
  background-position: -245px -365px; }

.flag-se {
  background-position: -285px -365px; }

.flag-sg {
  background-position: -325px -365px; }

.flag-si {
  background-position: -365px -365px; }

.flag-sk {
  background-position: -405px -365px; }

.flag-sl {
  background-position: -445px -365px; }

.flag-sm {
  background-position: -5px -395px; }

.flag-sn {
  background-position: -45px -395px; }

.flag-so {
  background-position: -85px -395px; }

.flag-sr {
  background-position: -125px -395px; }

.flag-ss {
  background-position: -165px -395px; }

.flag-st {
  background-position: -205px -395px; }

.flag-sv {
  background-position: -245px -395px; }

.flag-sy {
  background-position: -285px -395px; }

.flag-sz {
  background-position: -325px -395px; }

.flag-td {
  background-position: -365px -395px; }

.flag-tg {
  background-position: -405px -395px; }

.flag-th {
  background-position: -445px -395px; }

.flag-tj {
  background-position: -5px -425px; }

.flag-tm {
  background-position: -45px -425px; }

.flag-tn {
  background-position: -85px -425px; }

.flag-to {
  background-position: -125px -425px; }

.flag-tp {
  background-position: -165px -425px; }

.flag-tr {
  background-position: -205px -425px; }

.flag-tt {
  background-position: -245px -425px; }

.flag-tv {
  background-position: -285px -425px; }

.flag-tw {
  background-position: -325px -425px; }

.flag-tz {
  background-position: -365px -425px; }

.flag-ua {
  background-position: -405px -425px; }

.flag-ug {
  background-position: -445px -425px; }

.flag-us {
  background-position: -5px -455px; }

.flag-uy {
  background-position: -45px -455px; }

.flag-uz {
  background-position: -85px -455px; }

.flag-va {
  background-position: -125px -455px; }

.flag-vc {
  background-position: -165px -455px; }

.flag-ve {
  background-position: -205px -455px; }

.flag-vn {
  background-position: -245px -455px; }

.flag-vu {
  background-position: -285px -455px; }

.flag-wg {
  background-position: -325px -455px; }

.flag-ws {
  background-position: -365px -455px; }

.flag-xk {
  background-position: -405px -455px; }

.flag-ye {
  background-position: -445px -455px; }

.flag-za {
  background-position: -485px -5px; }

.flag-zm {
  background-position: -485px -35px; }

.flag-zw {
  background-position: -485px -65px; }
