/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://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;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-31d988765b4e6f56553c29588c500381dc3e6f0aa2980c8212202e5644aefd5d.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-31d988765b4e6f56553c29588c500381dc3e6f0aa2980c8212202e5644aefd5d.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-32175261daee76c82bb0edf0eea16a56421866fbc31e94f3c1d570aa114502f5.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-350df1b7131037de20e83c5c0f3a41a770d2ac48b5762ea772b3f4a8a7b9d47a.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-0b020fc6e696d88d296e7bb1f61f1eb2ad827848e2c7382a4c3e0999e702dd9b.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-40985a64b4d5dd213fba27fcd862a1bd1b337a97674f6ff0b9ec20abcee4bc69.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-faf32007ae120c302213557626e660dd10e711c5dd4f1113d35f26dc05b78d2f.png)/*{iconsDefault}*/;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.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}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.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 Accordion 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
/*

 */

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/*!
 * jQuery UI Button 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.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 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*!
 * jQuery UI Checkboxradio 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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 {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI Menu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.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.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*!
 * jQuery UI Resizable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
/*!
 * jQuery UI Selectable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*!
 * jQuery UI Selectmenu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

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

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

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/*!
 * jQuery UI Spinner 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*




















 */

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


 */

.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */


@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
/*!
 * Font Awesome Free 5.0.7 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comments:before {
  content: "\f086"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frown:before {
  content: "\f119"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-key:before {
  content: "\f084"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-male:before {
  content: "\f183"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-moon:before {
  content: "\f186"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-percent:before {
  content: "\f295"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-plane:before {
  content: "\f072"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-print:before {
  content: "\f02f"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-road:before {
  content: "\f018"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-strava:before {
  content: "\f428"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

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

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-trademark:before {
  content: "\f25c"; }

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

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.3
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);display:none}.chosen-container.chosen-with-drop .chosen-drop{display:block}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-single input[type=text]{cursor:pointer;opacity:0;position:absolute}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}
/*! Pentix v.1.0 - 2018-12-07 */


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
blockquote,
q {
  margin: 1.9rem 0;
  font-size: 1.5rem;
  line-height: 1.8;
}
q {
  display: inline-block;
}
q:before,
q:after {
  content: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  color: inherit;
  font-size: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0 !important;
  padding: 0 !important;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
}
td,
th {
  text-align: left;
  border: 0 none;
  padding: 0;
  vertical-align: top;
}
th {
  font-weight: bold;
}
.body {
  position: relative;
  margin: 0;
  padding: 0;
}
.body *,
.body,
.body *:before,
.body:before,
.body *:after,
.body:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.body .inline-block {
  display: inline-block;
  vertical-align: middle;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.container {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.medium-container {
  max-width: 840px;
  margin: 0 auto;
}
.large-container {
  max-width: 1920px;
  margin: 0 auto;
}
.full,
.back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.screen-height {
  display: block;
  position: relative;
  height: 100vh;
}
.back {
  z-index: -1;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.sub-block {
  display: block;
  font-size: 0.8em;
  color: #666;
  font-style: italic;
}
.date-square {
  width: 100px;
  height: 100px;
  line-height: 80px;
  position: relative;
  z-index: 1;
  padding: 10px;
  font-family: Montserrat;
  display: inline-block;
}
.date-square .month,
.date-square .year,
.date-square .day {
  font-size: 12px;
  display: block;
  font-weight: 600;
}
.date-square .day {
  font-size: 32px;
  padding: 5px 0;
}
.date-square.small {
  width: 70px;
  height: 70px;
  line-height: 50px;
}
.date-square.small .day {
  padding: 0;
}
.btn {
  background: none;
  border: 0 none;
  padding: 0;
  border-radius: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 0 35px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  z-index: 1;
  height: 46px;
  line-height: 46px;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
}
.btn:before,
.btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn:before {
  background: #29abe2;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
  color: #fff;
}
.btn:hover:before,
.btn:focus:before,
.btn:active:before,
.btn.active:before {
  background: #35354a;
}
.btn.disabled,
.btn:disabled,
.btn[disabled] {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.btn-sm {
  padding: 0 15px;
  height: 32px;
  line-height: 32px;
}
.btn-md {
  padding: 0 25px;
  height: 38px;
  line-height: 38px;
}
.btn-lg {
  padding: 0 45px;
  font-size: 16px;
  height: 54px;
  line-height: 54px;
}
.btn-block {
  margin-top: 30px;
}
.btn-content {
  width: 100%;
  max-width: 240px;
}
.embed {
  overflow: hidden;
}
.embed iframe {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 0 none;
}
label.required:after {
  content: "*";
  margin-left: 3px;
  font-family: sans-serif;
}
.input-group-state {
  display: table-cell;
  vertical-align: top;
  width: 0;
  height: 0;
  font-size: 8px;
  color: inherit;
}
.input-group-state .positioned {
  display: block;
  z-index: 3;
  width: 0;
  height: 0;
  position: relative;
  left: -5px;
  top: 5px;
}
.input-group-state,
.input-group-state * {
  pointer-events: none;
}
.input-group-state .text {
  position: absolute;
  top: 0;
  right: 0;
}
.input-group-state .text > * {
  display: none;
}
.field-control[readonly] {
  cursor: default;
}
.field-control[disabled] {
  cursor: not-allowed;
}
.field-control[readonly],
.field-control[disabled] {
  pointer-events: none;
}
.field-control:required ~ .input-group-state .required-text {
  display: inline-block;
}
.field-readonly,
.field-disabled,
.field-readonly *,
.field-disabled * {
  pointer-events: none;
}
.field-readonly .field-back,
.field-disabled .field-back {
  border-color: #f6f6f6;
}
.field-readonly .check-icon .check-block,
.field-disabled .check-icon .check-block {
  background-color: #f6f6f6;
}
.field-readonly .rating-field .rating-icon,
.field-disabled .rating-field .rating-icon {
  color: #f6f6f6;
}
.field-readonly .field-cancel,
.field-disabled .field-cancel {
  display: none;
}
.field-error .input-group-state .error-text {
  display: inline-block;
}
.field-error .input-group-state .error-text ~ .required-text {
  display: none;
}
.field-error .input-group-state .required-text {
  color: #b80000;
}
.field-valid .input-group-state .valid-text {
  display: inline-block;
}
.field-valid .input-group-state .valid-text ~ .required-text {
  display: none;
}
.field-valid .input-group-state .required-text {
  color: #2b995d;
}
.error-text {
  color: #b80000;
}
.valid-text {
  color: #2b995d;
}
.alert {
  padding: 20px;
  border: 1px solid #eee;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.alert-error {
  background-color: #b80000;
  border-color: #d20000;
  color: #fff;
}
.alert-valid {
  background-color: #2b995d;
  border-color: #31ad69;
  color: #fff;
}
.field-sub-text {
  display: block;
  font-size: 13px;
  line-height: 15px;
  margin-top: 3px;
  clear: both;
}
.field-group + .field-sub-text {
  margin-top: 10px;
}
.label {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  position: relative;
}
.field-group {
  position: relative;
  color: #666;
}
.field-group,
.field-group * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.field-group + .field-group,
.field-group + .field-groups {
  margin-top: 20px;
}
.field-group label,
.field-groups label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: normal;
}
.field-groups .field-group + .field-group {
  margin-top: 10px;
}
.field-wrap {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}
.field-wrap .field-control,
.field-wrap .field-addon-btn {
  display: table-cell;
  vertical-align: top;
}
.field-wrap .field-control {
  width: 100%;
}
.field-wrap .field-addon-btn {
  width: 1%;
}
.field-wrap .field-actions {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.field-wrap .field-file-control {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 1;
}
.field-wrap .field-file-control,
.field-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.field-back {
  border: 1px solid #eee;
  background-color: #fff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.field-control {
  background: transparent;
  border: 0 none;
  color: inherit;
  font-family: inherit;
  display: inline-block;
  height: 46px;
  line-height: 22px;
  padding: 12px 20px;
  position: relative;
  font-size: 14px;
  margin: 0;
  z-index: 2;
  outline: 0 none;
}
.field-control::-webkit-input-placeholder {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  color: inherit;
  font-size: inherit;
}
.field-control::-moz-placeholder {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  color: inherit;
  font-size: inherit;
}
.field-control:-moz-placeholder {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  color: inherit;
  font-size: inherit;
}
.field-control:-ms-input-placeholder {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  color: inherit;
  font-size: inherit;
}
.field-control[type="password"] {
  font-family: Helvetica, Arial, sans-serif;
}
textarea.field-control {
  height: 112px;
  min-height: 46px;
  resize: vertical;
}
.field-op-state {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.field-wrap:hover .field-op-state,
.field-focus ~ .field-op-state,
.field-control:focus ~ .field-op-state,
.chosen-container-active ~ .field-op-state {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.field-wrap:hover .field-back,
.field-focus ~ .field-back,
.field-control:focus ~ .field-back,
.chosen-container-active ~ .field-back {
  border-width: 2px;
  border-color: #29abe2;
}
.field-icon {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.field-icon,
.select-arrow {
  font-size: 18px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  z-index: 2;
  display: block;
  text-align: center;
  pointer-events: none;
}
.has-icon {
  padding-left: 26px;
}
.has-icon .field-icon {
  position: absolute;
  left: 0;
  top: 0;
}
select.field-control {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 46px;
}
select.field-control[multiple],
select.field-control[size] {
  height: auto;
  padding: 0;
}
select.field-control option {
  line-height: 22px;
  padding: 3px 20px;
  color: #666;
}
.select-arrow {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.radio,
.checkbox {
  white-space: nowrap;
}
.radio label,
.checkbox label {
  padding-left: 0;
  line-height: 24px;
  margin: 0;
  cursor: pointer;
}
.label {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  position: relative;
  top: 2px;
}
.check-icon,
.check-block {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
}
.check-icon + .label {
  margin-left: 8px;
}
.check-block {
  width: 24px;
  height: 24px;
  background-color: #eee;
}
.check-pin {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 4px;
  top: 4px;
  background-color: #29abe2;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.check-i {
  font-size: 18px;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
[type="radio"] ~ .check-icon .check-block,
[type="radio"] ~ .check-icon .check-pin {
  border-radius: 50%;
}
label:hover .check-pin,
label:hover .check-i {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
:checked ~ .check-icon .check-pin,
:checked ~ .check-icon .check-i {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.checkbox [type="checkbox"],
.radio [type="radio"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  margin: 0;
  width: 24px;
  height: 24px;
}
.field-group > .checkbox label,
.field-group > .radio label {
  color: inherit;
  margin: 0;
  font-weight: inherit;
}
.chosen-field .chosen-container {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
.chosen-field .chosen-container,
.chosen-field .chosen-single {
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: 0 none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chosen-field .chosen-single {
  background: transparent;
  height: 46px;
  line-height: 22px;
  z-index: 2;
}
.chosen-field .chosen-single span,
.chosen-field .chosen-single input {
  display: inline-block;
  vertical-align: top;
  padding: 12px 46px 12px 20px;
  margin: 0;
  line-height: 22px;
  height: 46px;
  width: 100%;
  border: 0 none;
}
.chosen-field .chosen-single div {
  display: none;
}
.chosen-field .chosen-container-active.chosen-with-drop .chosen-single {
  border: 0 none;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chosen-field .chosen-drop {
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 6px rgba(0,0,0,0.15);
  box-shadow: 0 5px 6px rgba(0,0,0,0.15);
  width: auto;
  min-width: 100%;
  z-index: 5;
}
.chosen-field .chosen-container-single .chosen-search {
  padding: 5px 5px 10px;
}
.chosen-field .chosen-container-single .chosen-search .chosen-search-input {
  padding: 5px 15px;
  border: 1px solid #eee;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}
.chosen-field .chosen-results {
  margin: 0;
  padding: 0;
  color: inherit;
  border-radius: 0;
}
.chosen-field .chosen-results li {
  padding: 3px 20px;
  line-height: 20px;
  background: #fff;
  word-wrap: normal;
}
.chosen-field .chosen-results li:nth-child(even) {
  background-color: #f7f7f7;
}
.chosen-field .chosen-results li.highlighted {
  background: #29abe2;
  color: #fff;
}
.chosen-field .chosen-results li.no-results {
  background: #fff;
}
.field-spin-sides .field-control {
  padding-left: 46px;
  padding-right: 46px;
}
.field-spin-sides .field-increment,
.field-spin-sides .field-decrement {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 46px;
  vertical-align: top;
  line-height: 46px;
  z-index: 4;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  cursor: pointer;
  color: #35354a;
}
.field-spin-sides .field-increment.disabled,
.field-spin-sides .field-decrement.disabled {
  color: #999 !important;
}
.field-spin-sides .field-increment:hover,
.field-spin-sides .field-decrement:hover,
.field-spin-sides .field-increment:focus,
.field-spin-sides .field-decrement:focus {
  color: #29abe2;
}
.field-spin-sides .field-increment {
  left: auto;
  right: 0;
}
.field-group .rating-field label {
  margin: 0;
}
.field-group .rating-field label {
  color: inherit;
}
.rating-field {
  white-space: nowrap;
  font-size: 16px;
  line-height: 46px;
  color: #fc0;
}
.rating-field {
  zoom: 1;
}
.rating-field:before,
.rating-field:after {
  content: "";
  display: table;
  clear: both;
}
.rating-field label {
  float: right;
  cursor: pointer;
  margin: 0;
  padding: 0 2px;
  text-align: center;
}
.rating-field:hover .rating-cancel-icon {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.rating-field .rating-cancel-icon {
  font-size: 0.6em;
  line-height: 1.2;
  color: #ccc;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.rating-field .rating-cancel-icon {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rating-field .rating-icon {
  color: #ccc;
}
.rating-field .rating-active-icon {
  display: none;
  color: inherit;
}
.rating-field input[type="radio"] ~ label:hover .rating-icon,
.rating-field input[type="radio"] ~ label:hover ~ label .rating-icon,
.rating-field [type="radio"]:checked ~ label .rating-icon {
  color: inherit;
}
.rating-field input[type="radio"] ~ label:hover .rating-active-icon,
.rating-field input[type="radio"] ~ label:hover ~ label .rating-active-icon,
.rating-field [type="radio"]:checked ~ label .rating-active-icon {
  display: inline-block;
}
.rating-field input[type="radio"] ~ label:hover .rating-active-icon + .rating-icon,
.rating-field input[type="radio"] ~ label:hover ~ label .rating-active-icon + .rating-icon,
.rating-field [type="radio"]:checked ~ label .rating-active-icon + .rating-icon {
  display: none;
}
.rating-field input[type="radio"] ~ label.rating-cancel-icon:hover {
  color: inherit;
}
.rating-field input[type="radio"] ~ label.rating-cancel-icon:hover ~ label .rating-icon,
.rating-field .rating-cancel:checked ~ label .rating-icon,
.rating-field *:hover [type="radio"] ~ label .rating-icon {
  color: #ccc;
}
.rating-field input[type="radio"] ~ label.rating-cancel-icon:hover ~ label .rating-active-icon,
.rating-field .rating-cancel:checked ~ label .rating-active-icon,
.rating-field *:hover [type="radio"] ~ label .rating-active-icon {
  display: none;
}
.rating-field input[type="radio"] ~ label.rating-cancel-icon:hover ~ label .rating-active-icon + .rating-icon,
.rating-field .rating-cancel:checked ~ label .rating-active-icon + .rating-icon,
.rating-field *:hover [type="radio"] ~ label .rating-active-icon + .rating-icon {
  display: inline-block;
}
.rating-field [type="radio"] {
  display: none;
}
.field-group.field-line {
  zoom: 1;
}
.field-group.field-line:before,
.field-group.field-line:after {
  content: "";
  display: table;
  clear: both;
}
.field-group.field-line > label {
  margin-bottom: 0;
  margin-right: 10px;
  float: left;
  height: 46px;
  padding: 10px 0;
  line-height: 26px;
}
.field-group.field-line > .field-group,
.field-group.field-line > .rating-field {
  float: left;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
body.body .collapse {
  display: none;
}
body.body .auto-size {
  width: auto;
}
.no-overflow {
  overflow: hidden;
}
.no-wrap {
  white-space: nowrap;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.image {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}
.cover-image {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.image-wrap {
  overflow: hidden;
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
.image-wrap .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.fix-image-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  clip: rect(0, auto, auto, 0);
  overflow: hidden;
}
.fix-image-wrap .image,
.fix-image-wrap .cover-image {
  position: fixed;
  left: 0;
  top: 0;
}
a {
  text-decoration: none;
  color: #29abe2;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  font-size: inherit;
  outline: 0 none;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #35354a;
}
.grayscale-link {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.grayscale-link:hover,
.grayscale-link:focus,
.grayscale-link:active,
.grayscale-link.active {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.content-link {
  color: inherit;
}
.content-link:hover,
.content-link:focus,
.content-link:active,
.content-link.active {
  color: #29abe2;
}
.simple-link:hover,
.simple-link:focus,
.simple-link:active,
.simple-link.active {
  color: #29abe2;
  text-decoration: underline;
}
.solid-link,
.muted-solid-link {
  display: block;
  color: inherit;
}
.solid-link:hover,
.muted-solid-link:hover,
.solid-link:focus,
.muted-solid-link:focus,
.solid-link:active,
.muted-solid-link:active,
.solid-link.active,
.muted-solid-link.active {
  color: #29abe2;
}
.muted-solid-link {
  padding: 5px;
  background-color: #f7f7f7;
}
.muted-solid-link:hover,
.muted-solid-link:focus,
.muted-solid-link:active,
.muted-solid-link.active {
  color: #fff;
  background-color: #29abe2;
}
.btn-link,
.btn-text {
  line-height: 46px;
  color: #29abe2;
  white-space: nowrap;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
}
.close-link {
  position: absolute;
  top: 20px;
  right: 20px;
  color: inherit;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  font-size: 24px;
}
.close-link:hover,
.close-link:focus,
.close-link:active,
.close-link.active {
  color: inherit;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.cols-list {
  display: block;
}
.cols-list {
  zoom: 1;
}
.cols-list:before,
.cols-list:after {
  content: "";
  display: table;
  clear: both;
}
.cols-list > .list-item {
  display: block;
  float: left;
}
.list {
  line-height: 1.6;
}
.list li + li {
  margin-top: 5px;
}
.list-mark {
  margin-right: 12px;
}
.spaced-list li {
  margin-bottom: 3px;
}
.spaced-list li:last-child {
  margin-bottom: 0;
}
body.body .pos-reset {
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}
body.body .middle-block {
  display: inline-block;
  vertical-align: middle !important;
  line-height: 1.2;
}
body.body .pos-top,
body.body .pos-bottom,
body.body .pos-v-center,
body.body .out-top,
body.body .out-bottom {
  position: absolute;
  left: 0;
}
body.body .pos-left,
body.body .pos-right,
body.body .pos-h-center,
body.body .out-left,
body.body .out-right {
  position: absolute;
  top: 0;
}
body.body .out-left,
body.body .pos-right {
  left: auto;
}
body.body .out-top,
body.body .pos-bottom {
  top: auto;
}
body.body .pos-top {
  top: 0;
}
body.body .pos-bottom {
  bottom: 0;
}
body.body .pos-left {
  left: 0;
}
body.body .pos-right {
  right: 0;
}
body.body .pos-h-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.body .pos-v-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.body .pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body.body .out-top {
  bottom: 100%;
}
body.body .out-bottom {
  top: 100%;
}
body.body .out-left {
  right: 100%;
}
body.body .out-right {
  left: 100%;
}
body.body .left-half {
  left: 50%;
}
body.body .pull-left-half {
  left: -50%;
}
body.body .right-half {
  right: 50%;
}
body.body .pull-right-half {
  right: -50%;
}
body.body .top-half {
  top: 50%;
}
body.body .pull-top-half {
  top: -50%;
}
body.body .bottom-half {
  bottom: 50%;
}
body.body .pull-bottom-half {
  bottom: -50%;
}
body.body .pos-relative,
body.body .pos-front,
body.body .pos-back {
  position: relative;
}
body.body .pos-absolute {
  position: absolute;
}
body.body .pos-fixed {
  position: fixed;
}
body.body .pos-static {
  position: static;
}
body.body .pos-front {
  z-index: 1;
}
body.body .pos-back {
  z-index: -1;
}
body.body .singlepage-block {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.row {
  zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row > .col-1,
.row > .col-2,
.row > .col-3,
.row > .col-4,
.row > .col-5,
.row > .col-6,
.row > .col-7,
.row > .col-8,
.row > .col-9,
.row > .col-10,
.row > .col-11,
.row > .col-12,
.row > .col {
  display: inline-block;
  float: left;
  position: relative;
}
.col-1 {
  width: 8.333333333333332%;
}
.push-1 {
  left: 8.333333333333332%;
}
.pull-1 {
  left: -8.333333333333332%;
}
.col-offs-1 {
  margin-left: 8.333333333333332%;
}
.col-2 {
  width: 16.666666666666664%;
}
.push-2 {
  left: 16.666666666666664%;
}
.pull-2 {
  left: -16.666666666666664%;
}
.col-offs-2 {
  margin-left: 16.666666666666664%;
}
.col-3 {
  width: 25%;
}
.push-3 {
  left: 25%;
}
.pull-3 {
  left: -25%;
}
.col-offs-3 {
  margin-left: 25%;
}
.col-4 {
  width: 33.33333333333333%;
}
.push-4 {
  left: 33.33333333333333%;
}
.pull-4 {
  left: -33.33333333333333%;
}
.col-offs-4 {
  margin-left: 33.33333333333333%;
}
.col-5 {
  width: 41.66666666666667%;
}
.push-5 {
  left: 41.66666666666667%;
}
.pull-5 {
  left: -41.66666666666667%;
}
.col-offs-5 {
  margin-left: 41.66666666666667%;
}
.col-6 {
  width: 50%;
}
.push-6 {
  left: 50%;
}
.pull-6 {
  left: -50%;
}
.col-offs-6 {
  margin-left: 50%;
}
.col-7 {
  width: 58.333333333333336%;
}
.push-7 {
  left: 58.333333333333336%;
}
.pull-7 {
  left: -58.333333333333336%;
}
.col-offs-7 {
  margin-left: 58.333333333333336%;
}
.col-8 {
  width: 66.66666666666666%;
}
.push-8 {
  left: 66.66666666666666%;
}
.pull-8 {
  left: -66.66666666666666%;
}
.col-offs-8 {
  margin-left: 66.66666666666666%;
}
.col-9 {
  width: 75%;
}
.push-9 {
  left: 75%;
}
.pull-9 {
  left: -75%;
}
.col-offs-9 {
  margin-left: 75%;
}
.col-10 {
  width: 83.33333333333334%;
}
.push-10 {
  left: 83.33333333333334%;
}
.pull-10 {
  left: -83.33333333333334%;
}
.col-offs-10 {
  margin-left: 83.33333333333334%;
}
.col-11 {
  width: 91.66666666666666%;
}
.push-11 {
  left: 91.66666666666666%;
}
.pull-11 {
  left: -91.66666666666666%;
}
.col-offs-11 {
  margin-left: 91.66666666666666%;
}
.col-12 {
  width: 100%;
}
.push-12 {
  left: 100%;
}
.pull-12 {
  left: -100%;
}
.col-offs-12 {
  margin-left: 100%;
}
.table {
  display: table;
  border-collapse: separate;
  width: 100%;
}
.table > .col-1,
.table > .col-2,
.table > .col-3,
.table > .col-4,
.table > .col-5,
.table > .col-6,
.table > .col-7,
.table > .col-8,
.table > .col-9,
.table > .col-10,
.table > .col-11,
.table > .col-12,
.table > .col {
  display: table-cell;
  vertical-align: top;
}
.col-middle {
  vertical-align: middle !important;
}
.col-bottom {
  vertical-align: bottom !important;
}
.col-top {
  vertical-align: top !important;
}
.col-tight {
  width: 1%;
}
.auto-table {
  table-layout: auto;
}
.separator {
  border: 0 none;
  border-top: 1px solid;
  color: inherit;
}
.dashed {
  border-style: dashed;
}
.top-separator {
  border-top: 1px solid #eee;
}
.bottom-separator {
  border-bottom: 1px solid #eee;
}
.left-separator {
  border-left: 1px solid #eee;
  padding-left: 30px;
}
.right-separator {
  border-right: 1px solid #eee;
  padding-right: 30px;
}
body.body .border {
  border: 1px solid;
}
body.body .round,
body.body .round:before,
body.body .round:after {
  border-radius: 50%;
}
body.body .round-left,
body.body .round-left:before,
body.body .round-left:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
body.body .round-top,
body.body .round-top:before,
body.body .round-top:after {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body.body .round-right,
body.body .round-right:before,
body.body .round-right:after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body.body .round-bottom,
body.body .round-bottom:before,
body.body .round-bottom:after {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body.body .round-top-left,
body.body .round-top-left:before,
body.body .round-top-left:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
body.body .round-top-right,
body.body .round-top-right:before,
body.body .round-top-right:after {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
}
body.body .round-bottom-right,
body.body .round-bottom-right:before,
body.body .round-bottom-right:after {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
body.body .round-bottom-left,
body.body .round-bottom-left:before,
body.body .round-bottom-left:after {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
body.body .op {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
body.body .op-w {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
body.body .op-half {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
body.body .backface-hidden {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.table-bordered > tbody > tr > td,
.table-striped > tbody > tr > td,
.table-bordered > thead > tr > td,
.table-striped > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-striped > tbody > tr > th,
.table-bordered > thead > tr > th,
.table-striped > thead > tr > th {
  padding: 15px 20px;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.table-bordered > tbody > tr > td:first-child,
.table-bordered > tbody > tr > th:first-child {
  border-left: 1px solid #eee;
}
.table-bordered > tbody > tr:first-child > td,
.table-bordered > tbody > tr:first-child > th {
  border-top: 1px solid #eee;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}
.table-lines > tbody > tr > td,
.table-lines > tbody > tr > th {
  border-bottom: 1px solid #eee;
}
.table-lines > tbody > tr > td:first-child,
.table-lines > tbody > tr > th:first-child {
  border-left: 1px solid #eee;
}
.table-lines > tbody > tr > td:last-child,
.table-lines > tbody > tr > th:last-child {
  border-right: 1px solid #eee;
}
.table-lines > tbody > tr:first-child > td,
.table-lines > tbody > tr:first-child > th {
  border-top: 1px solid #eee;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-justify-center {
  text-align: justify;
  text-align-last: center;
}
body.body .text-2x {
  font-size: 200%;
}
body.body .text-3x {
  font-size: 300%;
}
body.body .text-4x {
  font-size: 400%;
}
body.body .text-5x {
  font-size: 500%;
}
body.body .text-1x2 {
  font-size: 50%;
}
body.body .text-1x3 {
  font-size: 33.3333%;
}
body.body .text-2x3 {
  font-size: 66.6666%;
}
body.body .text-1x4 {
  font-size: 25%;
}
body.body .text-3x4 {
  font-size: 75%;
}
body.body .main-text {
  line-height: 1.6;
}
body.body .strict-text {
  line-height: 1;
}
body.body .normal-text {
  line-height: 1.2;
}
.text-upper {
  text-transform: uppercase;
}
.text-italic {
  font-style: italic;
}
.text-push-out-left,
.text-push-out-right {
  height: 0;
  line-height: 0;
  white-space: nowrap;
}
.text-push-out-left {
  float: right;
  margin-right: 100%;
}
.text-push-out-right {
  float: left;
  margin-left: 100%;
}
body .text-light {
  font-weight: 300;
}
body .text-regular {
  font-weight: 400;
}
body .text-medium {
  font-weight: 500;
}
body .text-semibold {
  font-weight: 600;
}
body strong,
body b,
body .text-bold {
  font-weight: 700;
}
body .text-extra-bold {
  font-weight: 800;
}
body .text-black {
  font-weight: 900;
}
body .single-line-text {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  vertical-align: top;
}
.reset-ins {
  padding: 0 !important;
}
.reset-offs {
  margin: 0 !important;
}
.cols-tiny:not(.table) {
  margin-left: -1px;
}
.cols-tiny > .col-1,
.cols-tiny > .table > .col-1,
.cols-tiny > .col-2,
.cols-tiny > .table > .col-2,
.cols-tiny > .col-3,
.cols-tiny > .table > .col-3,
.cols-tiny > .col-4,
.cols-tiny > .table > .col-4,
.cols-tiny > .col-5,
.cols-tiny > .table > .col-5,
.cols-tiny > .col-6,
.cols-tiny > .table > .col-6,
.cols-tiny > .col-7,
.cols-tiny > .table > .col-7,
.cols-tiny > .col-8,
.cols-tiny > .table > .col-8,
.cols-tiny > .col-9,
.cols-tiny > .table > .col-9,
.cols-tiny > .col-10,
.cols-tiny > .table > .col-10,
.cols-tiny > .col-11,
.cols-tiny > .table > .col-11,
.cols-tiny > .col-12,
.cols-tiny > .table > .col-12,
.cols-tiny > .col,
.cols-tiny > .table > .col,
.cols-tiny > .list-item,
.cols-tiny > .table > .list-item {
  padding-left: 1px;
}
.rows-tiny.row,
.rows-tiny.table {
  margin-top: -1px;
}
.rows-tiny > .row,
.rows-tiny > .table {
  padding-top: 1px;
}
.rows-tiny > .row:first-child,
.rows-tiny > .table:first-child {
  padding-top: 0;
}
.rows-tiny > .col-1,
.rows-tiny > .col,
.rows-tiny > .col-2,
.rows-tiny > .col-3,
.rows-tiny > .col-4,
.rows-tiny > .col-5,
.rows-tiny > .col-6,
.rows-tiny > .col-7,
.rows-tiny > .col-8,
.rows-tiny > .col-9,
.rows-tiny > .col-10,
.rows-tiny > .col-11,
.rows-tiny > .col-12 {
  padding-top: 1px;
}
.cols-xs:not(.table) {
  margin-left: -5px;
}
.cols-xs > .col-1,
.cols-xs > .table > .col-1,
.cols-xs > .col-2,
.cols-xs > .table > .col-2,
.cols-xs > .col-3,
.cols-xs > .table > .col-3,
.cols-xs > .col-4,
.cols-xs > .table > .col-4,
.cols-xs > .col-5,
.cols-xs > .table > .col-5,
.cols-xs > .col-6,
.cols-xs > .table > .col-6,
.cols-xs > .col-7,
.cols-xs > .table > .col-7,
.cols-xs > .col-8,
.cols-xs > .table > .col-8,
.cols-xs > .col-9,
.cols-xs > .table > .col-9,
.cols-xs > .col-10,
.cols-xs > .table > .col-10,
.cols-xs > .col-11,
.cols-xs > .table > .col-11,
.cols-xs > .col-12,
.cols-xs > .table > .col-12,
.cols-xs > .col,
.cols-xs > .table > .col,
.cols-xs > .list-item,
.cols-xs > .table > .list-item {
  padding-left: 5px;
}
.rows-xs.row,
.rows-xs.table {
  margin-top: -5px;
}
.rows-xs > .row,
.rows-xs > .table {
  padding-top: 5px;
}
.rows-xs > .row:first-child,
.rows-xs > .table:first-child {
  padding-top: 0;
}
.rows-xs > .col-1,
.rows-xs > .col,
.rows-xs > .col-2,
.rows-xs > .col-3,
.rows-xs > .col-4,
.rows-xs > .col-5,
.rows-xs > .col-6,
.rows-xs > .col-7,
.rows-xs > .col-8,
.rows-xs > .col-9,
.rows-xs > .col-10,
.rows-xs > .col-11,
.rows-xs > .col-12 {
  padding-top: 5px;
}
.cols-sm:not(.table) {
  margin-left: -10px;
}
.cols-sm > .col-1,
.cols-sm > .table > .col-1,
.cols-sm > .col-2,
.cols-sm > .table > .col-2,
.cols-sm > .col-3,
.cols-sm > .table > .col-3,
.cols-sm > .col-4,
.cols-sm > .table > .col-4,
.cols-sm > .col-5,
.cols-sm > .table > .col-5,
.cols-sm > .col-6,
.cols-sm > .table > .col-6,
.cols-sm > .col-7,
.cols-sm > .table > .col-7,
.cols-sm > .col-8,
.cols-sm > .table > .col-8,
.cols-sm > .col-9,
.cols-sm > .table > .col-9,
.cols-sm > .col-10,
.cols-sm > .table > .col-10,
.cols-sm > .col-11,
.cols-sm > .table > .col-11,
.cols-sm > .col-12,
.cols-sm > .table > .col-12,
.cols-sm > .col,
.cols-sm > .table > .col,
.cols-sm > .list-item,
.cols-sm > .table > .list-item {
  padding-left: 10px;
}
.rows-sm.row,
.rows-sm.table {
  margin-top: -10px;
}
.rows-sm > .row,
.rows-sm > .table {
  padding-top: 10px;
}
.rows-sm > .row:first-child,
.rows-sm > .table:first-child {
  padding-top: 0;
}
.rows-sm > .col-1,
.rows-sm > .col,
.rows-sm > .col-2,
.rows-sm > .col-3,
.rows-sm > .col-4,
.rows-sm > .col-5,
.rows-sm > .col-6,
.rows-sm > .col-7,
.rows-sm > .col-8,
.rows-sm > .col-9,
.rows-sm > .col-10,
.rows-sm > .col-11,
.rows-sm > .col-12 {
  padding-top: 10px;
}
.cols-md:not(.table) {
  margin-left: -20px;
}
.cols-md > .col-1,
.cols-md > .table > .col-1,
.cols-md > .col-2,
.cols-md > .table > .col-2,
.cols-md > .col-3,
.cols-md > .table > .col-3,
.cols-md > .col-4,
.cols-md > .table > .col-4,
.cols-md > .col-5,
.cols-md > .table > .col-5,
.cols-md > .col-6,
.cols-md > .table > .col-6,
.cols-md > .col-7,
.cols-md > .table > .col-7,
.cols-md > .col-8,
.cols-md > .table > .col-8,
.cols-md > .col-9,
.cols-md > .table > .col-9,
.cols-md > .col-10,
.cols-md > .table > .col-10,
.cols-md > .col-11,
.cols-md > .table > .col-11,
.cols-md > .col-12,
.cols-md > .table > .col-12,
.cols-md > .col,
.cols-md > .table > .col,
.cols-md > .list-item,
.cols-md > .table > .list-item {
  padding-left: 20px;
}
.rows-md.row,
.rows-md.table {
  margin-top: -20px;
}
.rows-md > .row,
.rows-md > .table {
  padding-top: 20px;
}
.rows-md > .row:first-child,
.rows-md > .table:first-child {
  padding-top: 0;
}
.rows-md > .col-1,
.rows-md > .col,
.rows-md > .col-2,
.rows-md > .col-3,
.rows-md > .col-4,
.rows-md > .col-5,
.rows-md > .col-6,
.rows-md > .col-7,
.rows-md > .col-8,
.rows-md > .col-9,
.rows-md > .col-10,
.rows-md > .col-11,
.rows-md > .col-12 {
  padding-top: 20px;
}
.cols-lg:not(.table) {
  margin-left: -30px;
}
.cols-lg > .col-1,
.cols-lg > .table > .col-1,
.cols-lg > .col-2,
.cols-lg > .table > .col-2,
.cols-lg > .col-3,
.cols-lg > .table > .col-3,
.cols-lg > .col-4,
.cols-lg > .table > .col-4,
.cols-lg > .col-5,
.cols-lg > .table > .col-5,
.cols-lg > .col-6,
.cols-lg > .table > .col-6,
.cols-lg > .col-7,
.cols-lg > .table > .col-7,
.cols-lg > .col-8,
.cols-lg > .table > .col-8,
.cols-lg > .col-9,
.cols-lg > .table > .col-9,
.cols-lg > .col-10,
.cols-lg > .table > .col-10,
.cols-lg > .col-11,
.cols-lg > .table > .col-11,
.cols-lg > .col-12,
.cols-lg > .table > .col-12,
.cols-lg > .col,
.cols-lg > .table > .col,
.cols-lg > .list-item,
.cols-lg > .table > .list-item {
  padding-left: 30px;
}
.rows-lg.row,
.rows-lg.table {
  margin-top: -30px;
}
.rows-lg > .row,
.rows-lg > .table {
  padding-top: 30px;
}
.rows-lg > .row:first-child,
.rows-lg > .table:first-child {
  padding-top: 0;
}
.rows-lg > .col-1,
.rows-lg > .col,
.rows-lg > .col-2,
.rows-lg > .col-3,
.rows-lg > .col-4,
.rows-lg > .col-5,
.rows-lg > .col-6,
.rows-lg > .col-7,
.rows-lg > .col-8,
.rows-lg > .col-9,
.rows-lg > .col-10,
.rows-lg > .col-11,
.rows-lg > .col-12 {
  padding-top: 30px;
}
.cols-xl:not(.table) {
  margin-left: -60px;
}
.cols-xl > .col-1,
.cols-xl > .table > .col-1,
.cols-xl > .col-2,
.cols-xl > .table > .col-2,
.cols-xl > .col-3,
.cols-xl > .table > .col-3,
.cols-xl > .col-4,
.cols-xl > .table > .col-4,
.cols-xl > .col-5,
.cols-xl > .table > .col-5,
.cols-xl > .col-6,
.cols-xl > .table > .col-6,
.cols-xl > .col-7,
.cols-xl > .table > .col-7,
.cols-xl > .col-8,
.cols-xl > .table > .col-8,
.cols-xl > .col-9,
.cols-xl > .table > .col-9,
.cols-xl > .col-10,
.cols-xl > .table > .col-10,
.cols-xl > .col-11,
.cols-xl > .table > .col-11,
.cols-xl > .col-12,
.cols-xl > .table > .col-12,
.cols-xl > .col,
.cols-xl > .table > .col,
.cols-xl > .list-item,
.cols-xl > .table > .list-item {
  padding-left: 60px;
}
.rows-xl.row,
.rows-xl.table {
  margin-top: -60px;
}
.rows-xl > .row,
.rows-xl > .table {
  padding-top: 60px;
}
.rows-xl > .row:first-child,
.rows-xl > .table:first-child {
  padding-top: 0;
}
.rows-xl > .col-1,
.rows-xl > .col,
.rows-xl > .col-2,
.rows-xl > .col-3,
.rows-xl > .col-4,
.rows-xl > .col-5,
.rows-xl > .col-6,
.rows-xl > .col-7,
.rows-xl > .col-8,
.rows-xl > .col-9,
.rows-xl > .col-10,
.rows-xl > .col-11,
.rows-xl > .col-12 {
  padding-top: 60px;
}
.cols-xxl:not(.table) {
  margin-left: -100px;
}
.cols-xxl > .col-1,
.cols-xxl > .table > .col-1,
.cols-xxl > .col-2,
.cols-xxl > .table > .col-2,
.cols-xxl > .col-3,
.cols-xxl > .table > .col-3,
.cols-xxl > .col-4,
.cols-xxl > .table > .col-4,
.cols-xxl > .col-5,
.cols-xxl > .table > .col-5,
.cols-xxl > .col-6,
.cols-xxl > .table > .col-6,
.cols-xxl > .col-7,
.cols-xxl > .table > .col-7,
.cols-xxl > .col-8,
.cols-xxl > .table > .col-8,
.cols-xxl > .col-9,
.cols-xxl > .table > .col-9,
.cols-xxl > .col-10,
.cols-xxl > .table > .col-10,
.cols-xxl > .col-11,
.cols-xxl > .table > .col-11,
.cols-xxl > .col-12,
.cols-xxl > .table > .col-12,
.cols-xxl > .col,
.cols-xxl > .table > .col,
.cols-xxl > .list-item,
.cols-xxl > .table > .list-item {
  padding-left: 100px;
}
.rows-xxl.row,
.rows-xxl.table {
  margin-top: -100px;
}
.rows-xxl > .row,
.rows-xxl > .table {
  padding-top: 100px;
}
.rows-xxl > .row:first-child,
.rows-xxl > .table:first-child {
  padding-top: 0;
}
.rows-xxl > .col-1,
.rows-xxl > .col,
.rows-xxl > .col-2,
.rows-xxl > .col-3,
.rows-xxl > .col-4,
.rows-xxl > .col-5,
.rows-xxl > .col-6,
.rows-xxl > .col-7,
.rows-xxl > .col-8,
.rows-xxl > .col-9,
.rows-xxl > .col-10,
.rows-xxl > .col-11,
.rows-xxl > .col-12 {
  padding-top: 100px;
}
body.body .shift-tiny {
  margin-top: 1px;
}
body.body .offs-tiny {
  margin-bottom: 1px;
}
body.body .out-tiny {
  margin-top: 1px;
  margin-bottom: 1px;
}
body.body .ins-tiny {
  padding-top: 1px;
  padding-bottom: 1px;
}
body.body .sides-tiny {
  padding-left: 1px;
  padding-right: 1px;
}
body.body .block-tiny {
  padding: 1px;
}
body.body .shift-xs {
  margin-top: 5px;
}
body.body .offs-xs {
  margin-bottom: 5px;
}
body.body .out-xs {
  margin-top: 5px;
  margin-bottom: 5px;
}
body.body .ins-xs {
  padding-top: 5px;
  padding-bottom: 5px;
}
body.body .sides-xs {
  padding-left: 5px;
  padding-right: 5px;
}
body.body .block-xs {
  padding: 5px;
}
body.body .shift-sm {
  margin-top: 10px;
}
body.body .offs-sm {
  margin-bottom: 10px;
}
body.body .out-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
body.body .ins-sm {
  padding-top: 10px;
  padding-bottom: 10px;
}
body.body .sides-sm {
  padding-left: 10px;
  padding-right: 10px;
}
body.body .block-sm {
  padding: 10px;
}
body.body .shift-md {
  margin-top: 20px;
}
body.body .offs-md {
  margin-bottom: 20px;
}
body.body .out-md {
  margin-top: 20px;
  margin-bottom: 20px;
}
body.body .ins-md {
  padding-top: 20px;
  padding-bottom: 20px;
}
body.body .sides-md {
  padding-left: 20px;
  padding-right: 20px;
}
body.body .block-md {
  padding: 20px;
}
body.body .shift-lg {
  margin-top: 30px;
}
body.body .offs-lg {
  margin-bottom: 30px;
}
body.body .out-lg {
  margin-top: 30px;
  margin-bottom: 30px;
}
body.body .ins-lg {
  padding-top: 30px;
  padding-bottom: 30px;
}
body.body .sides-lg {
  padding-left: 30px;
  padding-right: 30px;
}
body.body .block-lg {
  padding: 30px;
}
body.body .shift-xl {
  margin-top: 60px;
}
body.body .offs-xl {
  margin-bottom: 60px;
}
body.body .out-xl {
  margin-top: 60px;
  margin-bottom: 60px;
}
body.body .ins-xl {
  padding-top: 60px;
  padding-bottom: 60px;
}
body.body .sides-xl {
  padding-left: 60px;
  padding-right: 60px;
}
body.body .block-xl {
  padding: 60px;
}
body.body .shift-xxl {
  margin-top: 100px;
}
body.body .offs-xxl {
  margin-bottom: 100px;
}
body.body .out-xxl {
  margin-top: 100px;
  margin-bottom: 100px;
}
body.body .ins-xxl {
  padding-top: 100px;
  padding-bottom: 100px;
}
body.body .sides-xxl {
  padding-left: 100px;
  padding-right: 100px;
}
body.body .block-xxl {
  padding: 100px;
}
body.body .block-center {
  margin-left: auto;
  margin-right: auto;
}
body.body .full-height {
  height: 100%;
}
body.body .half-height {
  height: 50%;
}
body.body .auto-height {
  height: auto;
}
body.body .min-letter-1 {
  min-width: 1.1ch;
}
body.body .letter-1 {
  width: 1.1ch;
}
body.body .min-letter-2 {
  min-width: 2.2ch;
}
body.body .letter-2 {
  width: 2.2ch;
}
body.body .min-letter-3 {
  min-width: 3.3ch;
}
body.body .letter-3 {
  width: 3.3ch;
}
body.body .min-letter-4 {
  min-width: 4.4ch;
}
body.body .letter-4 {
  width: 4.4ch;
}
body.body .border-clear-left {
  border-left: 0 none;
}
body.body .border-clear-top {
  border-top: 0 none;
}
body.body .border-clear-right {
  border-right: 0 none;
}
body.body .border-clear-bottom {
  border-bottom: 0 none;
}
.toggle-icon {
  cursor: pointer;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.toggle-line-right {
  position: relative;
}
.toggle-line-right:after {
  content: "";
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  position: absolute;
  right: 0;
  top: 0;
  height: 0;
  width: 4px;
  background-color: #29abe2;
}
.toggle-block {
  display: none;
}
.active .toggle-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.active .toggle-line-right:after {
  height: 100%;
}
.active .toggle-block {
  display: block;
}
body.body .animation-scale-top-right {
  display: block;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-animation: scaleAnimation 0.3s;
  -moz-animation: scaleAnimation 0.3s;
  -o-animation: scaleAnimation 0.3s;
  -ms-animation: scaleAnimation 0.3s;
  animation: scaleAnimation 0.3s;
}
body.body .animation-unscale-top-right {
  display: block;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-animation: unscaleAnimation 0.3s;
  -moz-animation: unscaleAnimation 0.3s;
  -o-animation: unscaleAnimation 0.3s;
  -ms-animation: unscaleAnimation 0.3s;
  animation: unscaleAnimation 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
body.body .showup-translate-up {
  -webkit-animation: translateUp 1s;
  -moz-animation: translateUp 1s;
  -o-animation: translateUp 1s;
  -ms-animation: translateUp 1s;
  animation: translateUp 1s;
}
body.body .showup-translate-down {
  -webkit-animation: translateDown 1s;
  -moz-animation: translateDown 1s;
  -o-animation: translateDown 1s;
  -ms-animation: translateDown 1s;
  animation: translateDown 1s;
}
body.body .showup-translate-left {
  -webkit-animation: translateLeft 1s;
  -moz-animation: translateLeft 1s;
  -o-animation: translateLeft 1s;
  -ms-animation: translateLeft 1s;
  animation: translateLeft 1s;
}
body.body .showup-translate-right {
  -webkit-animation: translateRight 1s;
  -moz-animation: translateRight 1s;
  -o-animation: translateRight 1s;
  -ms-animation: translateRight 1s;
  animation: translateRight 1s;
}
body.body .showup-scale {
  -webkit-animation: scaleAnimation 1s;
  -moz-animation: scaleAnimation 1s;
  -o-animation: scaleAnimation 1s;
  -ms-animation: scaleAnimation 1s;
  animation: scaleAnimation 1s;
}
body.body .showup-scale-down {
  -webkit-animation: scaleDownAnimation 1s;
  -moz-animation: scaleDownAnimation 1s;
  -o-animation: scaleDownAnimation 1s;
  -ms-animation: scaleDownAnimation 1s;
  animation: scaleDownAnimation 1s;
}
@-moz-keyframes scaleAnimation {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scaleAnimation {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes scaleAnimation {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleAnimation {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes unscaleAnimation {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes unscaleAnimation {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
}
@-o-keyframes unscaleAnimation {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes unscaleAnimation {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
}
@-moz-keyframes scaleDownAnimation {
  0% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scaleDownAnimation {
  0% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes scaleDownAnimation {
  0% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleDownAnimation {
  0% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes translateUp {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes translateUp {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes translateUp {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes translateUp {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes translateDown {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes translateDown {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes translateDown {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes translateDown {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes translateLeft {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes translateLeft {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes translateLeft {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes translateLeft {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes translateRight {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes translateRight {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes translateRight {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes translateRight {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.responsive-1by1,
.responsive-16by9,
.responsive-4by3,
.responsive-9by8,
.responsive-3by2 {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  display: block;
}
.responsive-1by1 img,
.responsive-16by9 img,
.responsive-4by3 img,
.responsive-9by8 img,
.responsive-3by2 img,
.responsive-1by1 iframe,
.responsive-16by9 iframe,
.responsive-4by3 iframe,
.responsive-9by8 iframe,
.responsive-3by2 iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.responsive-1by1 {
  padding-top: 100%;
}
.responsive-16by9 {
  padding-top: 56.25%;
}
.responsive-4by3 {
  padding-top: 75%;
}
.responsive-3by2 {
  padding-top: 66.66%;
}
.responsive-9by8 {
  padding-top: 88.88%;
}
.cols-tiny > .sm-col-1,
.cols-tiny > .table > .sm-col-1,
.cols-tiny > .md-col-1,
.cols-tiny > .table > .md-col-1,
.cols-tiny > .lg-col-1,
.cols-tiny > .table > .lg-col-1,
.cols-tiny > .sm-col-2,
.cols-tiny > .table > .sm-col-2,
.cols-tiny > .md-col-2,
.cols-tiny > .table > .md-col-2,
.cols-tiny > .lg-col-2,
.cols-tiny > .table > .lg-col-2,
.cols-tiny > .sm-col-3,
.cols-tiny > .table > .sm-col-3,
.cols-tiny > .md-col-3,
.cols-tiny > .table > .md-col-3,
.cols-tiny > .lg-col-3,
.cols-tiny > .table > .lg-col-3,
.cols-tiny > .sm-col-4,
.cols-tiny > .table > .sm-col-4,
.cols-tiny > .md-col-4,
.cols-tiny > .table > .md-col-4,
.cols-tiny > .lg-col-4,
.cols-tiny > .table > .lg-col-4,
.cols-tiny > .sm-col-5,
.cols-tiny > .table > .sm-col-5,
.cols-tiny > .md-col-5,
.cols-tiny > .table > .md-col-5,
.cols-tiny > .lg-col-5,
.cols-tiny > .table > .lg-col-5,
.cols-tiny > .sm-col-6,
.cols-tiny > .table > .sm-col-6,
.cols-tiny > .md-col-6,
.cols-tiny > .table > .md-col-6,
.cols-tiny > .lg-col-6,
.cols-tiny > .table > .lg-col-6,
.cols-tiny > .sm-col-7,
.cols-tiny > .table > .sm-col-7,
.cols-tiny > .md-col-7,
.cols-tiny > .table > .md-col-7,
.cols-tiny > .lg-col-7,
.cols-tiny > .table > .lg-col-7,
.cols-tiny > .sm-col-8,
.cols-tiny > .table > .sm-col-8,
.cols-tiny > .md-col-8,
.cols-tiny > .table > .md-col-8,
.cols-tiny > .lg-col-8,
.cols-tiny > .table > .lg-col-8,
.cols-tiny > .sm-col-9,
.cols-tiny > .table > .sm-col-9,
.cols-tiny > .md-col-9,
.cols-tiny > .table > .md-col-9,
.cols-tiny > .lg-col-9,
.cols-tiny > .table > .lg-col-9,
.cols-tiny > .sm-col-10,
.cols-tiny > .table > .sm-col-10,
.cols-tiny > .md-col-10,
.cols-tiny > .table > .md-col-10,
.cols-tiny > .lg-col-10,
.cols-tiny > .table > .lg-col-10,
.cols-tiny > .sm-col-11,
.cols-tiny > .table > .sm-col-11,
.cols-tiny > .md-col-11,
.cols-tiny > .table > .md-col-11,
.cols-tiny > .lg-col-11,
.cols-tiny > .table > .lg-col-11,
.cols-tiny > .sm-col-12,
.cols-tiny > .table > .sm-col-12,
.cols-tiny > .md-col-12,
.cols-tiny > .table > .md-col-12,
.cols-tiny > .lg-col-12,
.cols-tiny > .table > .lg-col-12 {
  padding-left: 1px;
}
.rows-tiny > .sm-col-1,
.rows-tiny > .md-col-1,
.rows-tiny > .lg-col-1,
.rows-tiny > .sm-col-2,
.rows-tiny > .md-col-2,
.rows-tiny > .lg-col-2,
.rows-tiny > .sm-col-3,
.rows-tiny > .md-col-3,
.rows-tiny > .lg-col-3,
.rows-tiny > .sm-col-4,
.rows-tiny > .md-col-4,
.rows-tiny > .lg-col-4,
.rows-tiny > .sm-col-5,
.rows-tiny > .md-col-5,
.rows-tiny > .lg-col-5,
.rows-tiny > .sm-col-6,
.rows-tiny > .md-col-6,
.rows-tiny > .lg-col-6,
.rows-tiny > .sm-col-7,
.rows-tiny > .md-col-7,
.rows-tiny > .lg-col-7,
.rows-tiny > .sm-col-8,
.rows-tiny > .md-col-8,
.rows-tiny > .lg-col-8,
.rows-tiny > .sm-col-9,
.rows-tiny > .md-col-9,
.rows-tiny > .lg-col-9,
.rows-tiny > .sm-col-10,
.rows-tiny > .md-col-10,
.rows-tiny > .lg-col-10,
.rows-tiny > .sm-col-11,
.rows-tiny > .md-col-11,
.rows-tiny > .lg-col-11,
.rows-tiny > .sm-col-12,
.rows-tiny > .md-col-12,
.rows-tiny > .lg-col-12 {
  padding-top: 1px;
}
.cols-xs > .sm-col-1,
.cols-xs > .table > .sm-col-1,
.cols-xs > .md-col-1,
.cols-xs > .table > .md-col-1,
.cols-xs > .lg-col-1,
.cols-xs > .table > .lg-col-1,
.cols-xs > .sm-col-2,
.cols-xs > .table > .sm-col-2,
.cols-xs > .md-col-2,
.cols-xs > .table > .md-col-2,
.cols-xs > .lg-col-2,
.cols-xs > .table > .lg-col-2,
.cols-xs > .sm-col-3,
.cols-xs > .table > .sm-col-3,
.cols-xs > .md-col-3,
.cols-xs > .table > .md-col-3,
.cols-xs > .lg-col-3,
.cols-xs > .table > .lg-col-3,
.cols-xs > .sm-col-4,
.cols-xs > .table > .sm-col-4,
.cols-xs > .md-col-4,
.cols-xs > .table > .md-col-4,
.cols-xs > .lg-col-4,
.cols-xs > .table > .lg-col-4,
.cols-xs > .sm-col-5,
.cols-xs > .table > .sm-col-5,
.cols-xs > .md-col-5,
.cols-xs > .table > .md-col-5,
.cols-xs > .lg-col-5,
.cols-xs > .table > .lg-col-5,
.cols-xs > .sm-col-6,
.cols-xs > .table > .sm-col-6,
.cols-xs > .md-col-6,
.cols-xs > .table > .md-col-6,
.cols-xs > .lg-col-6,
.cols-xs > .table > .lg-col-6,
.cols-xs > .sm-col-7,
.cols-xs > .table > .sm-col-7,
.cols-xs > .md-col-7,
.cols-xs > .table > .md-col-7,
.cols-xs > .lg-col-7,
.cols-xs > .table > .lg-col-7,
.cols-xs > .sm-col-8,
.cols-xs > .table > .sm-col-8,
.cols-xs > .md-col-8,
.cols-xs > .table > .md-col-8,
.cols-xs > .lg-col-8,
.cols-xs > .table > .lg-col-8,
.cols-xs > .sm-col-9,
.cols-xs > .table > .sm-col-9,
.cols-xs > .md-col-9,
.cols-xs > .table > .md-col-9,
.cols-xs > .lg-col-9,
.cols-xs > .table > .lg-col-9,
.cols-xs > .sm-col-10,
.cols-xs > .table > .sm-col-10,
.cols-xs > .md-col-10,
.cols-xs > .table > .md-col-10,
.cols-xs > .lg-col-10,
.cols-xs > .table > .lg-col-10,
.cols-xs > .sm-col-11,
.cols-xs > .table > .sm-col-11,
.cols-xs > .md-col-11,
.cols-xs > .table > .md-col-11,
.cols-xs > .lg-col-11,
.cols-xs > .table > .lg-col-11,
.cols-xs > .sm-col-12,
.cols-xs > .table > .sm-col-12,
.cols-xs > .md-col-12,
.cols-xs > .table > .md-col-12,
.cols-xs > .lg-col-12,
.cols-xs > .table > .lg-col-12 {
  padding-left: 5px;
}
.rows-xs > .sm-col-1,
.rows-xs > .md-col-1,
.rows-xs > .lg-col-1,
.rows-xs > .sm-col-2,
.rows-xs > .md-col-2,
.rows-xs > .lg-col-2,
.rows-xs > .sm-col-3,
.rows-xs > .md-col-3,
.rows-xs > .lg-col-3,
.rows-xs > .sm-col-4,
.rows-xs > .md-col-4,
.rows-xs > .lg-col-4,
.rows-xs > .sm-col-5,
.rows-xs > .md-col-5,
.rows-xs > .lg-col-5,
.rows-xs > .sm-col-6,
.rows-xs > .md-col-6,
.rows-xs > .lg-col-6,
.rows-xs > .sm-col-7,
.rows-xs > .md-col-7,
.rows-xs > .lg-col-7,
.rows-xs > .sm-col-8,
.rows-xs > .md-col-8,
.rows-xs > .lg-col-8,
.rows-xs > .sm-col-9,
.rows-xs > .md-col-9,
.rows-xs > .lg-col-9,
.rows-xs > .sm-col-10,
.rows-xs > .md-col-10,
.rows-xs > .lg-col-10,
.rows-xs > .sm-col-11,
.rows-xs > .md-col-11,
.rows-xs > .lg-col-11,
.rows-xs > .sm-col-12,
.rows-xs > .md-col-12,
.rows-xs > .lg-col-12 {
  padding-top: 5px;
}
.cols-sm > .sm-col-1,
.cols-sm > .table > .sm-col-1,
.cols-sm > .md-col-1,
.cols-sm > .table > .md-col-1,
.cols-sm > .lg-col-1,
.cols-sm > .table > .lg-col-1,
.cols-sm > .sm-col-2,
.cols-sm > .table > .sm-col-2,
.cols-sm > .md-col-2,
.cols-sm > .table > .md-col-2,
.cols-sm > .lg-col-2,
.cols-sm > .table > .lg-col-2,
.cols-sm > .sm-col-3,
.cols-sm > .table > .sm-col-3,
.cols-sm > .md-col-3,
.cols-sm > .table > .md-col-3,
.cols-sm > .lg-col-3,
.cols-sm > .table > .lg-col-3,
.cols-sm > .sm-col-4,
.cols-sm > .table > .sm-col-4,
.cols-sm > .md-col-4,
.cols-sm > .table > .md-col-4,
.cols-sm > .lg-col-4,
.cols-sm > .table > .lg-col-4,
.cols-sm > .sm-col-5,
.cols-sm > .table > .sm-col-5,
.cols-sm > .md-col-5,
.cols-sm > .table > .md-col-5,
.cols-sm > .lg-col-5,
.cols-sm > .table > .lg-col-5,
.cols-sm > .sm-col-6,
.cols-sm > .table > .sm-col-6,
.cols-sm > .md-col-6,
.cols-sm > .table > .md-col-6,
.cols-sm > .lg-col-6,
.cols-sm > .table > .lg-col-6,
.cols-sm > .sm-col-7,
.cols-sm > .table > .sm-col-7,
.cols-sm > .md-col-7,
.cols-sm > .table > .md-col-7,
.cols-sm > .lg-col-7,
.cols-sm > .table > .lg-col-7,
.cols-sm > .sm-col-8,
.cols-sm > .table > .sm-col-8,
.cols-sm > .md-col-8,
.cols-sm > .table > .md-col-8,
.cols-sm > .lg-col-8,
.cols-sm > .table > .lg-col-8,
.cols-sm > .sm-col-9,
.cols-sm > .table > .sm-col-9,
.cols-sm > .md-col-9,
.cols-sm > .table > .md-col-9,
.cols-sm > .lg-col-9,
.cols-sm > .table > .lg-col-9,
.cols-sm > .sm-col-10,
.cols-sm > .table > .sm-col-10,
.cols-sm > .md-col-10,
.cols-sm > .table > .md-col-10,
.cols-sm > .lg-col-10,
.cols-sm > .table > .lg-col-10,
.cols-sm > .sm-col-11,
.cols-sm > .table > .sm-col-11,
.cols-sm > .md-col-11,
.cols-sm > .table > .md-col-11,
.cols-sm > .lg-col-11,
.cols-sm > .table > .lg-col-11,
.cols-sm > .sm-col-12,
.cols-sm > .table > .sm-col-12,
.cols-sm > .md-col-12,
.cols-sm > .table > .md-col-12,
.cols-sm > .lg-col-12,
.cols-sm > .table > .lg-col-12 {
  padding-left: 10px;
}
.rows-sm > .sm-col-1,
.rows-sm > .md-col-1,
.rows-sm > .lg-col-1,
.rows-sm > .sm-col-2,
.rows-sm > .md-col-2,
.rows-sm > .lg-col-2,
.rows-sm > .sm-col-3,
.rows-sm > .md-col-3,
.rows-sm > .lg-col-3,
.rows-sm > .sm-col-4,
.rows-sm > .md-col-4,
.rows-sm > .lg-col-4,
.rows-sm > .sm-col-5,
.rows-sm > .md-col-5,
.rows-sm > .lg-col-5,
.rows-sm > .sm-col-6,
.rows-sm > .md-col-6,
.rows-sm > .lg-col-6,
.rows-sm > .sm-col-7,
.rows-sm > .md-col-7,
.rows-sm > .lg-col-7,
.rows-sm > .sm-col-8,
.rows-sm > .md-col-8,
.rows-sm > .lg-col-8,
.rows-sm > .sm-col-9,
.rows-sm > .md-col-9,
.rows-sm > .lg-col-9,
.rows-sm > .sm-col-10,
.rows-sm > .md-col-10,
.rows-sm > .lg-col-10,
.rows-sm > .sm-col-11,
.rows-sm > .md-col-11,
.rows-sm > .lg-col-11,
.rows-sm > .sm-col-12,
.rows-sm > .md-col-12,
.rows-sm > .lg-col-12 {
  padding-top: 10px;
}
.cols-md > .sm-col-1,
.cols-md > .table > .sm-col-1,
.cols-md > .md-col-1,
.cols-md > .table > .md-col-1,
.cols-md > .lg-col-1,
.cols-md > .table > .lg-col-1,
.cols-md > .sm-col-2,
.cols-md > .table > .sm-col-2,
.cols-md > .md-col-2,
.cols-md > .table > .md-col-2,
.cols-md > .lg-col-2,
.cols-md > .table > .lg-col-2,
.cols-md > .sm-col-3,
.cols-md > .table > .sm-col-3,
.cols-md > .md-col-3,
.cols-md > .table > .md-col-3,
.cols-md > .lg-col-3,
.cols-md > .table > .lg-col-3,
.cols-md > .sm-col-4,
.cols-md > .table > .sm-col-4,
.cols-md > .md-col-4,
.cols-md > .table > .md-col-4,
.cols-md > .lg-col-4,
.cols-md > .table > .lg-col-4,
.cols-md > .sm-col-5,
.cols-md > .table > .sm-col-5,
.cols-md > .md-col-5,
.cols-md > .table > .md-col-5,
.cols-md > .lg-col-5,
.cols-md > .table > .lg-col-5,
.cols-md > .sm-col-6,
.cols-md > .table > .sm-col-6,
.cols-md > .md-col-6,
.cols-md > .table > .md-col-6,
.cols-md > .lg-col-6,
.cols-md > .table > .lg-col-6,
.cols-md > .sm-col-7,
.cols-md > .table > .sm-col-7,
.cols-md > .md-col-7,
.cols-md > .table > .md-col-7,
.cols-md > .lg-col-7,
.cols-md > .table > .lg-col-7,
.cols-md > .sm-col-8,
.cols-md > .table > .sm-col-8,
.cols-md > .md-col-8,
.cols-md > .table > .md-col-8,
.cols-md > .lg-col-8,
.cols-md > .table > .lg-col-8,
.cols-md > .sm-col-9,
.cols-md > .table > .sm-col-9,
.cols-md > .md-col-9,
.cols-md > .table > .md-col-9,
.cols-md > .lg-col-9,
.cols-md > .table > .lg-col-9,
.cols-md > .sm-col-10,
.cols-md > .table > .sm-col-10,
.cols-md > .md-col-10,
.cols-md > .table > .md-col-10,
.cols-md > .lg-col-10,
.cols-md > .table > .lg-col-10,
.cols-md > .sm-col-11,
.cols-md > .table > .sm-col-11,
.cols-md > .md-col-11,
.cols-md > .table > .md-col-11,
.cols-md > .lg-col-11,
.cols-md > .table > .lg-col-11,
.cols-md > .sm-col-12,
.cols-md > .table > .sm-col-12,
.cols-md > .md-col-12,
.cols-md > .table > .md-col-12,
.cols-md > .lg-col-12,
.cols-md > .table > .lg-col-12 {
  padding-left: 20px;
}
.rows-md > .sm-col-1,
.rows-md > .md-col-1,
.rows-md > .lg-col-1,
.rows-md > .sm-col-2,
.rows-md > .md-col-2,
.rows-md > .lg-col-2,
.rows-md > .sm-col-3,
.rows-md > .md-col-3,
.rows-md > .lg-col-3,
.rows-md > .sm-col-4,
.rows-md > .md-col-4,
.rows-md > .lg-col-4,
.rows-md > .sm-col-5,
.rows-md > .md-col-5,
.rows-md > .lg-col-5,
.rows-md > .sm-col-6,
.rows-md > .md-col-6,
.rows-md > .lg-col-6,
.rows-md > .sm-col-7,
.rows-md > .md-col-7,
.rows-md > .lg-col-7,
.rows-md > .sm-col-8,
.rows-md > .md-col-8,
.rows-md > .lg-col-8,
.rows-md > .sm-col-9,
.rows-md > .md-col-9,
.rows-md > .lg-col-9,
.rows-md > .sm-col-10,
.rows-md > .md-col-10,
.rows-md > .lg-col-10,
.rows-md > .sm-col-11,
.rows-md > .md-col-11,
.rows-md > .lg-col-11,
.rows-md > .sm-col-12,
.rows-md > .md-col-12,
.rows-md > .lg-col-12 {
  padding-top: 20px;
}
.cols-lg > .sm-col-1,
.cols-lg > .table > .sm-col-1,
.cols-lg > .md-col-1,
.cols-lg > .table > .md-col-1,
.cols-lg > .lg-col-1,
.cols-lg > .table > .lg-col-1,
.cols-lg > .sm-col-2,
.cols-lg > .table > .sm-col-2,
.cols-lg > .md-col-2,
.cols-lg > .table > .md-col-2,
.cols-lg > .lg-col-2,
.cols-lg > .table > .lg-col-2,
.cols-lg > .sm-col-3,
.cols-lg > .table > .sm-col-3,
.cols-lg > .md-col-3,
.cols-lg > .table > .md-col-3,
.cols-lg > .lg-col-3,
.cols-lg > .table > .lg-col-3,
.cols-lg > .sm-col-4,
.cols-lg > .table > .sm-col-4,
.cols-lg > .md-col-4,
.cols-lg > .table > .md-col-4,
.cols-lg > .lg-col-4,
.cols-lg > .table > .lg-col-4,
.cols-lg > .sm-col-5,
.cols-lg > .table > .sm-col-5,
.cols-lg > .md-col-5,
.cols-lg > .table > .md-col-5,
.cols-lg > .lg-col-5,
.cols-lg > .table > .lg-col-5,
.cols-lg > .sm-col-6,
.cols-lg > .table > .sm-col-6,
.cols-lg > .md-col-6,
.cols-lg > .table > .md-col-6,
.cols-lg > .lg-col-6,
.cols-lg > .table > .lg-col-6,
.cols-lg > .sm-col-7,
.cols-lg > .table > .sm-col-7,
.cols-lg > .md-col-7,
.cols-lg > .table > .md-col-7,
.cols-lg > .lg-col-7,
.cols-lg > .table > .lg-col-7,
.cols-lg > .sm-col-8,
.cols-lg > .table > .sm-col-8,
.cols-lg > .md-col-8,
.cols-lg > .table > .md-col-8,
.cols-lg > .lg-col-8,
.cols-lg > .table > .lg-col-8,
.cols-lg > .sm-col-9,
.cols-lg > .table > .sm-col-9,
.cols-lg > .md-col-9,
.cols-lg > .table > .md-col-9,
.cols-lg > .lg-col-9,
.cols-lg > .table > .lg-col-9,
.cols-lg > .sm-col-10,
.cols-lg > .table > .sm-col-10,
.cols-lg > .md-col-10,
.cols-lg > .table > .md-col-10,
.cols-lg > .lg-col-10,
.cols-lg > .table > .lg-col-10,
.cols-lg > .sm-col-11,
.cols-lg > .table > .sm-col-11,
.cols-lg > .md-col-11,
.cols-lg > .table > .md-col-11,
.cols-lg > .lg-col-11,
.cols-lg > .table > .lg-col-11,
.cols-lg > .sm-col-12,
.cols-lg > .table > .sm-col-12,
.cols-lg > .md-col-12,
.cols-lg > .table > .md-col-12,
.cols-lg > .lg-col-12,
.cols-lg > .table > .lg-col-12 {
  padding-left: 30px;
}
.rows-lg > .sm-col-1,
.rows-lg > .md-col-1,
.rows-lg > .lg-col-1,
.rows-lg > .sm-col-2,
.rows-lg > .md-col-2,
.rows-lg > .lg-col-2,
.rows-lg > .sm-col-3,
.rows-lg > .md-col-3,
.rows-lg > .lg-col-3,
.rows-lg > .sm-col-4,
.rows-lg > .md-col-4,
.rows-lg > .lg-col-4,
.rows-lg > .sm-col-5,
.rows-lg > .md-col-5,
.rows-lg > .lg-col-5,
.rows-lg > .sm-col-6,
.rows-lg > .md-col-6,
.rows-lg > .lg-col-6,
.rows-lg > .sm-col-7,
.rows-lg > .md-col-7,
.rows-lg > .lg-col-7,
.rows-lg > .sm-col-8,
.rows-lg > .md-col-8,
.rows-lg > .lg-col-8,
.rows-lg > .sm-col-9,
.rows-lg > .md-col-9,
.rows-lg > .lg-col-9,
.rows-lg > .sm-col-10,
.rows-lg > .md-col-10,
.rows-lg > .lg-col-10,
.rows-lg > .sm-col-11,
.rows-lg > .md-col-11,
.rows-lg > .lg-col-11,
.rows-lg > .sm-col-12,
.rows-lg > .md-col-12,
.rows-lg > .lg-col-12 {
  padding-top: 30px;
}
.cols-xl > .sm-col-1,
.cols-xl > .table > .sm-col-1,
.cols-xl > .md-col-1,
.cols-xl > .table > .md-col-1,
.cols-xl > .lg-col-1,
.cols-xl > .table > .lg-col-1,
.cols-xl > .sm-col-2,
.cols-xl > .table > .sm-col-2,
.cols-xl > .md-col-2,
.cols-xl > .table > .md-col-2,
.cols-xl > .lg-col-2,
.cols-xl > .table > .lg-col-2,
.cols-xl > .sm-col-3,
.cols-xl > .table > .sm-col-3,
.cols-xl > .md-col-3,
.cols-xl > .table > .md-col-3,
.cols-xl > .lg-col-3,
.cols-xl > .table > .lg-col-3,
.cols-xl > .sm-col-4,
.cols-xl > .table > .sm-col-4,
.cols-xl > .md-col-4,
.cols-xl > .table > .md-col-4,
.cols-xl > .lg-col-4,
.cols-xl > .table > .lg-col-4,
.cols-xl > .sm-col-5,
.cols-xl > .table > .sm-col-5,
.cols-xl > .md-col-5,
.cols-xl > .table > .md-col-5,
.cols-xl > .lg-col-5,
.cols-xl > .table > .lg-col-5,
.cols-xl > .sm-col-6,
.cols-xl > .table > .sm-col-6,
.cols-xl > .md-col-6,
.cols-xl > .table > .md-col-6,
.cols-xl > .lg-col-6,
.cols-xl > .table > .lg-col-6,
.cols-xl > .sm-col-7,
.cols-xl > .table > .sm-col-7,
.cols-xl > .md-col-7,
.cols-xl > .table > .md-col-7,
.cols-xl > .lg-col-7,
.cols-xl > .table > .lg-col-7,
.cols-xl > .sm-col-8,
.cols-xl > .table > .sm-col-8,
.cols-xl > .md-col-8,
.cols-xl > .table > .md-col-8,
.cols-xl > .lg-col-8,
.cols-xl > .table > .lg-col-8,
.cols-xl > .sm-col-9,
.cols-xl > .table > .sm-col-9,
.cols-xl > .md-col-9,
.cols-xl > .table > .md-col-9,
.cols-xl > .lg-col-9,
.cols-xl > .table > .lg-col-9,
.cols-xl > .sm-col-10,
.cols-xl > .table > .sm-col-10,
.cols-xl > .md-col-10,
.cols-xl > .table > .md-col-10,
.cols-xl > .lg-col-10,
.cols-xl > .table > .lg-col-10,
.cols-xl > .sm-col-11,
.cols-xl > .table > .sm-col-11,
.cols-xl > .md-col-11,
.cols-xl > .table > .md-col-11,
.cols-xl > .lg-col-11,
.cols-xl > .table > .lg-col-11,
.cols-xl > .sm-col-12,
.cols-xl > .table > .sm-col-12,
.cols-xl > .md-col-12,
.cols-xl > .table > .md-col-12,
.cols-xl > .lg-col-12,
.cols-xl > .table > .lg-col-12 {
  padding-left: 60px;
}
.rows-xl > .sm-col-1,
.rows-xl > .md-col-1,
.rows-xl > .lg-col-1,
.rows-xl > .sm-col-2,
.rows-xl > .md-col-2,
.rows-xl > .lg-col-2,
.rows-xl > .sm-col-3,
.rows-xl > .md-col-3,
.rows-xl > .lg-col-3,
.rows-xl > .sm-col-4,
.rows-xl > .md-col-4,
.rows-xl > .lg-col-4,
.rows-xl > .sm-col-5,
.rows-xl > .md-col-5,
.rows-xl > .lg-col-5,
.rows-xl > .sm-col-6,
.rows-xl > .md-col-6,
.rows-xl > .lg-col-6,
.rows-xl > .sm-col-7,
.rows-xl > .md-col-7,
.rows-xl > .lg-col-7,
.rows-xl > .sm-col-8,
.rows-xl > .md-col-8,
.rows-xl > .lg-col-8,
.rows-xl > .sm-col-9,
.rows-xl > .md-col-9,
.rows-xl > .lg-col-9,
.rows-xl > .sm-col-10,
.rows-xl > .md-col-10,
.rows-xl > .lg-col-10,
.rows-xl > .sm-col-11,
.rows-xl > .md-col-11,
.rows-xl > .lg-col-11,
.rows-xl > .sm-col-12,
.rows-xl > .md-col-12,
.rows-xl > .lg-col-12 {
  padding-top: 60px;
}
.cols-xxl > .sm-col-1,
.cols-xxl > .table > .sm-col-1,
.cols-xxl > .md-col-1,
.cols-xxl > .table > .md-col-1,
.cols-xxl > .lg-col-1,
.cols-xxl > .table > .lg-col-1,
.cols-xxl > .sm-col-2,
.cols-xxl > .table > .sm-col-2,
.cols-xxl > .md-col-2,
.cols-xxl > .table > .md-col-2,
.cols-xxl > .lg-col-2,
.cols-xxl > .table > .lg-col-2,
.cols-xxl > .sm-col-3,
.cols-xxl > .table > .sm-col-3,
.cols-xxl > .md-col-3,
.cols-xxl > .table > .md-col-3,
.cols-xxl > .lg-col-3,
.cols-xxl > .table > .lg-col-3,
.cols-xxl > .sm-col-4,
.cols-xxl > .table > .sm-col-4,
.cols-xxl > .md-col-4,
.cols-xxl > .table > .md-col-4,
.cols-xxl > .lg-col-4,
.cols-xxl > .table > .lg-col-4,
.cols-xxl > .sm-col-5,
.cols-xxl > .table > .sm-col-5,
.cols-xxl > .md-col-5,
.cols-xxl > .table > .md-col-5,
.cols-xxl > .lg-col-5,
.cols-xxl > .table > .lg-col-5,
.cols-xxl > .sm-col-6,
.cols-xxl > .table > .sm-col-6,
.cols-xxl > .md-col-6,
.cols-xxl > .table > .md-col-6,
.cols-xxl > .lg-col-6,
.cols-xxl > .table > .lg-col-6,
.cols-xxl > .sm-col-7,
.cols-xxl > .table > .sm-col-7,
.cols-xxl > .md-col-7,
.cols-xxl > .table > .md-col-7,
.cols-xxl > .lg-col-7,
.cols-xxl > .table > .lg-col-7,
.cols-xxl > .sm-col-8,
.cols-xxl > .table > .sm-col-8,
.cols-xxl > .md-col-8,
.cols-xxl > .table > .md-col-8,
.cols-xxl > .lg-col-8,
.cols-xxl > .table > .lg-col-8,
.cols-xxl > .sm-col-9,
.cols-xxl > .table > .sm-col-9,
.cols-xxl > .md-col-9,
.cols-xxl > .table > .md-col-9,
.cols-xxl > .lg-col-9,
.cols-xxl > .table > .lg-col-9,
.cols-xxl > .sm-col-10,
.cols-xxl > .table > .sm-col-10,
.cols-xxl > .md-col-10,
.cols-xxl > .table > .md-col-10,
.cols-xxl > .lg-col-10,
.cols-xxl > .table > .lg-col-10,
.cols-xxl > .sm-col-11,
.cols-xxl > .table > .sm-col-11,
.cols-xxl > .md-col-11,
.cols-xxl > .table > .md-col-11,
.cols-xxl > .lg-col-11,
.cols-xxl > .table > .lg-col-11,
.cols-xxl > .sm-col-12,
.cols-xxl > .table > .sm-col-12,
.cols-xxl > .md-col-12,
.cols-xxl > .table > .md-col-12,
.cols-xxl > .lg-col-12,
.cols-xxl > .table > .lg-col-12 {
  padding-left: 100px;
}
.rows-xxl > .sm-col-1,
.rows-xxl > .md-col-1,
.rows-xxl > .lg-col-1,
.rows-xxl > .sm-col-2,
.rows-xxl > .md-col-2,
.rows-xxl > .lg-col-2,
.rows-xxl > .sm-col-3,
.rows-xxl > .md-col-3,
.rows-xxl > .lg-col-3,
.rows-xxl > .sm-col-4,
.rows-xxl > .md-col-4,
.rows-xxl > .lg-col-4,
.rows-xxl > .sm-col-5,
.rows-xxl > .md-col-5,
.rows-xxl > .lg-col-5,
.rows-xxl > .sm-col-6,
.rows-xxl > .md-col-6,
.rows-xxl > .lg-col-6,
.rows-xxl > .sm-col-7,
.rows-xxl > .md-col-7,
.rows-xxl > .lg-col-7,
.rows-xxl > .sm-col-8,
.rows-xxl > .md-col-8,
.rows-xxl > .lg-col-8,
.rows-xxl > .sm-col-9,
.rows-xxl > .md-col-9,
.rows-xxl > .lg-col-9,
.rows-xxl > .sm-col-10,
.rows-xxl > .md-col-10,
.rows-xxl > .lg-col-10,
.rows-xxl > .sm-col-11,
.rows-xxl > .md-col-11,
.rows-xxl > .lg-col-11,
.rows-xxl > .sm-col-12,
.rows-xxl > .md-col-12,
.rows-xxl > .lg-col-12 {
  padding-top: 100px;
}
.sm-fix-container,
.md-fix-container,
.lg-fix-container {
  margin-left: -20px;
  margin-right: -20px;
}
body.body .text-xxl {
  font-size: 64px;
}
body.body .text-xl {
  font-size: 48px;
}
body.body .text-lg {
  font-size: 34px;
}
body.body .text-md {
  font-size: 24px;
}
body.body .text-sm {
  font-size: 18px;
}
body.body .text-n {
  font-size: 14px;
}
body.body .text-xs {
  font-size: 12px;
}
body.body .res-text-xxl {
  font-size: 42px;
}
body.body .res-text-xl {
  font-size: 30px;
}
body.body .res-text-lg {
  font-size: 16px;
}
body.body .res-text-md {
  font-size: 15px;
}
body.body .res-text-sm {
  font-size: 13px;
}
body.body .res-text-n {
  font-size: 11px;
}
body.body .res-text-xs {
  font-size: 10px;
}
.smart-container,
.md-smart-container {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .xs-hidden {
    display: none !important;
  }
  .only-xs-text-center {
    text-align: center;
  }
  .only-xs-text-left {
    text-align: left;
  }
  .only-xs-text-right {
    text-align: right;
  }
  .only-xs-text-justify {
    text-align: justify;
  }
  .only-xs-text-justify-center {
    text-align: justify;
    text-align-last: center;
  }
  .only-xs-fix-container {
    margin-left: 0;
    margin-right: 0;
  }
  .only-xs-shift-tiny {
    margin-top: 1px;
  }
  .only-xs-offs-tiny {
    margin-bottom: 1px;
  }
  .only-xs-ins-tiny {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .only-xs-shift-xs {
    margin-top: 5px;
  }
  .only-xs-offs-xs {
    margin-bottom: 5px;
  }
  .only-xs-ins-xs {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .only-xs-shift-sm {
    margin-top: 10px;
  }
  .only-xs-offs-sm {
    margin-bottom: 10px;
  }
  .only-xs-ins-sm {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .only-xs-shift-md {
    margin-top: 20px;
  }
  .only-xs-offs-md {
    margin-bottom: 20px;
  }
  .only-xs-ins-md {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .only-xs-shift-lg {
    margin-top: 30px;
  }
  .only-xs-offs-lg {
    margin-bottom: 30px;
  }
  .only-xs-ins-lg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .only-xs-shift-xl {
    margin-top: 60px;
  }
  .only-xs-offs-xl {
    margin-bottom: 60px;
  }
  .only-xs-ins-xl {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .only-xs-shift-xxl {
    margin-top: 100px;
  }
  .only-xs-offs-xxl {
    margin-bottom: 100px;
  }
  .only-xs-ins-xxl {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  body.body .res-text-xxl {
    font-size: 44px;
  }
  body.body .res-text-xl {
    font-size: 32px;
  }
  body.body .res-text-lg {
    font-size: 24px;
  }
  body.body .res-text-md {
    font-size: 18px;
  }
  body.body .res-text-sm {
    font-size: 14px;
  }
  body.body .res-text-n {
    font-size: 12px;
  }
  body.body .res-text-xs {
    font-size: 11px;
  }
  .sm-col-1 {
    width: 8.333333333333332%;
  }
  .sm-push-1 {
    left: 8.333333333333332%;
  }
  .sm-pull-1 {
    left: -8.333333333333332%;
  }
  .sm-col-offs-1 {
    margin-left: 8.333333333333332%;
  }
  .row > .sm-col-1,
  .row > .sm-col-2,
  .row > .sm-col-3,
  .row > .sm-col-4,
  .row > .sm-col-5,
  .row > .sm-col-6,
  .row > .sm-col-7,
  .row > .sm-col-8,
  .row > .sm-col-9,
  .row > .sm-col-10,
  .row > .sm-col-11,
  .row > .sm-col-12,
  .row > .sm-col {
    display: inline-block;
    float: left;
    position: relative;
  }
  .table > .sm-col-1,
  .table > .sm-col-2,
  .table > .sm-col-3,
  .table > .sm-col-4,
  .table > .sm-col-5,
  .table > .sm-col-6,
  .table > .sm-col-7,
  .table > .sm-col-8,
  .table > .sm-col-9,
  .table > .sm-col-10,
  .table > .sm-col-11,
  .table > .sm-col-12,
  .table > .sm-col {
    display: table-cell;
    vertical-align: top;
  }
  .sm-col-2 {
    width: 16.666666666666664%;
  }
  .sm-push-2 {
    left: 16.666666666666664%;
  }
  .sm-pull-2 {
    left: -16.666666666666664%;
  }
  .sm-col-offs-2 {
    margin-left: 16.666666666666664%;
  }
  .sm-col-3 {
    width: 25%;
  }
  .sm-push-3 {
    left: 25%;
  }
  .sm-pull-3 {
    left: -25%;
  }
  .sm-col-offs-3 {
    margin-left: 25%;
  }
  .sm-col-4 {
    width: 33.33333333333333%;
  }
  .sm-push-4 {
    left: 33.33333333333333%;
  }
  .sm-pull-4 {
    left: -33.33333333333333%;
  }
  .sm-col-offs-4 {
    margin-left: 33.33333333333333%;
  }
  .sm-col-5 {
    width: 41.66666666666667%;
  }
  .sm-push-5 {
    left: 41.66666666666667%;
  }
  .sm-pull-5 {
    left: -41.66666666666667%;
  }
  .sm-col-offs-5 {
    margin-left: 41.66666666666667%;
  }
  .sm-col-6 {
    width: 50%;
  }
  .sm-push-6 {
    left: 50%;
  }
  .sm-pull-6 {
    left: -50%;
  }
  .sm-col-offs-6 {
    margin-left: 50%;
  }
  .sm-col-7 {
    width: 58.333333333333336%;
  }
  .sm-push-7 {
    left: 58.333333333333336%;
  }
  .sm-pull-7 {
    left: -58.333333333333336%;
  }
  .sm-col-offs-7 {
    margin-left: 58.333333333333336%;
  }
  .sm-col-8 {
    width: 66.66666666666666%;
  }
  .sm-push-8 {
    left: 66.66666666666666%;
  }
  .sm-pull-8 {
    left: -66.66666666666666%;
  }
  .sm-col-offs-8 {
    margin-left: 66.66666666666666%;
  }
  .sm-col-9 {
    width: 75%;
  }
  .sm-push-9 {
    left: 75%;
  }
  .sm-pull-9 {
    left: -75%;
  }
  .sm-col-offs-9 {
    margin-left: 75%;
  }
  .sm-col-10 {
    width: 83.33333333333334%;
  }
  .sm-push-10 {
    left: 83.33333333333334%;
  }
  .sm-pull-10 {
    left: -83.33333333333334%;
  }
  .sm-col-offs-10 {
    margin-left: 83.33333333333334%;
  }
  .sm-col-11 {
    width: 91.66666666666666%;
  }
  .sm-push-11 {
    left: 91.66666666666666%;
  }
  .sm-pull-11 {
    left: -91.66666666666666%;
  }
  .sm-col-offs-11 {
    margin-left: 91.66666666666666%;
  }
  .sm-col-12 {
    width: 100%;
  }
  .sm-push-12 {
    left: 100%;
  }
  .sm-pull-12 {
    left: -100%;
  }
  .sm-col-offs-12 {
    margin-left: 100%;
  }
  .sm-text-center {
    text-align: center;
  }
  .sm-text-left {
    text-align: left;
  }
  .sm-text-right {
    text-align: right;
  }
  .sm-text-justify {
    text-align: justify;
  }
  .sm-text-justify-center {
    text-align: justify;
    text-align-last: center;
  }
  .sm-fix-container {
    margin-left: 0;
    margin-right: 0;
  }
  .sm-shift-tiny {
    margin-top: 1px;
  }
  .sm-offs-tiny {
    margin-bottom: 1px;
  }
  .sm-ins-tiny {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .sm-shift-xs {
    margin-top: 5px;
  }
  .sm-offs-xs {
    margin-bottom: 5px;
  }
  .sm-ins-xs {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .sm-shift-sm {
    margin-top: 10px;
  }
  .sm-offs-sm {
    margin-bottom: 10px;
  }
  .sm-ins-sm {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sm-shift-md {
    margin-top: 20px;
  }
  .sm-offs-md {
    margin-bottom: 20px;
  }
  .sm-ins-md {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sm-shift-lg {
    margin-top: 30px;
  }
  .sm-offs-lg {
    margin-bottom: 30px;
  }
  .sm-ins-lg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sm-shift-xl {
    margin-top: 60px;
  }
  .sm-offs-xl {
    margin-bottom: 60px;
  }
  .sm-ins-xl {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sm-shift-xxl {
    margin-top: 100px;
  }
  .sm-offs-xxl {
    margin-bottom: 100px;
  }
  .sm-ins-xxl {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .xs-shown {
    display: none !important;
  }
  .smart-container {
    max-width: 840px;
  }
}
@media (max-width: 767px), (min-width: 992px) {
  .sm-shown {
    display: none !important;
  }
}
@media (min-width: 992px) {
  body.body .res-text-xxl {
    font-size: 54px;
  }
  body.body .res-text-xl {
    font-size: 40px;
  }
  body.body .res-text-lg {
    font-size: 28px;
  }
  body.body .res-text-md {
    font-size: 21px;
  }
  body.body .res-text-sm {
    font-size: 16px;
  }
  body.body .res-text-n {
    font-size: 13px;
  }
  body.body .res-text-xs {
    font-size: 12px;
  }
  .md-col-1 {
    width: 8.333333333333332%;
  }
  .md-push-1 {
    left: 8.333333333333332%;
  }
  .md-pull-1 {
    left: -8.333333333333332%;
  }
  .md-col-offs-1 {
    margin-left: 8.333333333333332%;
  }
  .row > .md-col-1,
  .row > .md-col-2,
  .row > .md-col-3,
  .row > .md-col-4,
  .row > .md-col-5,
  .row > .md-col-6,
  .row > .md-col-7,
  .row > .md-col-8,
  .row > .md-col-9,
  .row > .md-col-10,
  .row > .md-col-11,
  .row > .md-col-12,
  .row > .md-col {
    display: inline-block;
    float: left;
    position: relative;
  }
  .table > .md-col-1,
  .table > .md-col-2,
  .table > .md-col-3,
  .table > .md-col-4,
  .table > .md-col-5,
  .table > .md-col-6,
  .table > .md-col-7,
  .table > .md-col-8,
  .table > .md-col-9,
  .table > .md-col-10,
  .table > .md-col-11,
  .table > .md-col-12,
  .table > .md-col {
    display: table-cell;
    vertical-align: top;
  }
  .md-col-2 {
    width: 16.666666666666664%;
  }
  .md-push-2 {
    left: 16.666666666666664%;
  }
  .md-pull-2 {
    left: -16.666666666666664%;
  }
  .md-col-offs-2 {
    margin-left: 16.666666666666664%;
  }
  .md-col-3 {
    width: 25%;
  }
  .md-push-3 {
    left: 25%;
  }
  .md-pull-3 {
    left: -25%;
  }
  .md-col-offs-3 {
    margin-left: 25%;
  }
  .md-col-4 {
    width: 33.33333333333333%;
  }
  .md-push-4 {
    left: 33.33333333333333%;
  }
  .md-pull-4 {
    left: -33.33333333333333%;
  }
  .md-col-offs-4 {
    margin-left: 33.33333333333333%;
  }
  .md-col-5 {
    width: 41.66666666666667%;
  }
  .md-push-5 {
    left: 41.66666666666667%;
  }
  .md-pull-5 {
    left: -41.66666666666667%;
  }
  .md-col-offs-5 {
    margin-left: 41.66666666666667%;
  }
  .md-col-6 {
    width: 50%;
  }
  .md-push-6 {
    left: 50%;
  }
  .md-pull-6 {
    left: -50%;
  }
  .md-col-offs-6 {
    margin-left: 50%;
  }
  .md-col-7 {
    width: 58.333333333333336%;
  }
  .md-push-7 {
    left: 58.333333333333336%;
  }
  .md-pull-7 {
    left: -58.333333333333336%;
  }
  .md-col-offs-7 {
    margin-left: 58.333333333333336%;
  }
  .md-col-8 {
    width: 66.66666666666666%;
  }
  .md-push-8 {
    left: 66.66666666666666%;
  }
  .md-pull-8 {
    left: -66.66666666666666%;
  }
  .md-col-offs-8 {
    margin-left: 66.66666666666666%;
  }
  .md-col-9 {
    width: 75%;
  }
  .md-push-9 {
    left: 75%;
  }
  .md-pull-9 {
    left: -75%;
  }
  .md-col-offs-9 {
    margin-left: 75%;
  }
  .md-col-10 {
    width: 83.33333333333334%;
  }
  .md-push-10 {
    left: 83.33333333333334%;
  }
  .md-pull-10 {
    left: -83.33333333333334%;
  }
  .md-col-offs-10 {
    margin-left: 83.33333333333334%;
  }
  .md-col-11 {
    width: 91.66666666666666%;
  }
  .md-push-11 {
    left: 91.66666666666666%;
  }
  .md-pull-11 {
    left: -91.66666666666666%;
  }
  .md-col-offs-11 {
    margin-left: 91.66666666666666%;
  }
  .md-col-12 {
    width: 100%;
  }
  .md-push-12 {
    left: 100%;
  }
  .md-pull-12 {
    left: -100%;
  }
  .md-col-offs-12 {
    margin-left: 100%;
  }
  .cols-2 > .md-col-6:nth-child(2n + 1) {
    clear: left;
  }
  .cols-2-to-3 > .md-col-4:nth-child(3n + 1) {
    clear: left;
  }
  .md-text-center {
    text-align: center;
  }
  .md-text-left {
    text-align: left;
  }
  .md-text-right {
    text-align: right;
  }
  .md-text-justify {
    text-align: justify;
  }
  .md-text-justify-center {
    text-align: justify;
    text-align-last: center;
  }
  .md-fix-container {
    margin-left: 0;
    margin-right: 0;
  }
  .md-shift-tiny {
    margin-top: 1px;
  }
  .md-offs-tiny {
    margin-bottom: 1px;
  }
  .md-ins-tiny {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .md-shift-xs {
    margin-top: 5px;
  }
  .md-offs-xs {
    margin-bottom: 5px;
  }
  .md-ins-xs {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .md-shift-sm {
    margin-top: 10px;
  }
  .md-offs-sm {
    margin-bottom: 10px;
  }
  .md-ins-sm {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .md-shift-md {
    margin-top: 20px;
  }
  .md-offs-md {
    margin-bottom: 20px;
  }
  .md-ins-md {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .md-shift-lg {
    margin-top: 30px;
  }
  .md-offs-lg {
    margin-bottom: 30px;
  }
  .md-ins-lg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .md-shift-xl {
    margin-top: 60px;
  }
  .md-offs-xl {
    margin-bottom: 60px;
  }
  .md-ins-xl {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .md-shift-xxl {
    margin-top: 100px;
  }
  .md-offs-xxl {
    margin-bottom: 100px;
  }
  .md-ins-xxl {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .smart-container,
  .md-smart-container {
    max-width: 1200px;
  }
}
@media (max-width: 991px), (min-width: 1600px) {
  .md-shown {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  body.body .res-text-xxl {
    font-size: 64px;
  }
  body.body .res-text-xl {
    font-size: 48px;
  }
  body.body .res-text-lg {
    font-size: 34px;
  }
  body.body .res-text-md {
    font-size: 24px;
  }
  body.body .res-text-sm {
    font-size: 18px;
  }
  body.body .res-text-n {
    font-size: 14px;
  }
  .lg-col-1 {
    width: 8.333333333333332%;
  }
  .lg-push-1 {
    left: 8.333333333333332%;
  }
  .lg-pull-1 {
    left: -8.333333333333332%;
  }
  .lg-col-offs-1 {
    margin-left: 8.333333333333332%;
  }
  .row > .lg-col-1,
  .row > .lg-col-2,
  .row > .lg-col-3,
  .row > .lg-col-4,
  .row > .lg-col-5,
  .row > .lg-col-6,
  .row > .lg-col-7,
  .row > .lg-col-8,
  .row > .lg-col-9,
  .row > .lg-col-10,
  .row > .lg-col-11,
  .row > .lg-col-12,
  .row > .lg-col {
    display: inline-block;
    float: left;
    position: relative;
  }
  .table > .lg-col-1,
  .table > .lg-col-2,
  .table > .lg-col-3,
  .table > .lg-col-4,
  .table > .lg-col-5,
  .table > .lg-col-6,
  .table > .lg-col-7,
  .table > .lg-col-8,
  .table > .lg-col-9,
  .table > .lg-col-10,
  .table > .lg-col-11,
  .table > .lg-col-12,
  .table > .lg-col {
    display: table-cell;
    vertical-align: top;
  }
  .lg-col-2 {
    width: 16.666666666666664%;
  }
  .lg-push-2 {
    left: 16.666666666666664%;
  }
  .lg-pull-2 {
    left: -16.666666666666664%;
  }
  .lg-col-offs-2 {
    margin-left: 16.666666666666664%;
  }
  .lg-col-3 {
    width: 25%;
  }
  .lg-push-3 {
    left: 25%;
  }
  .lg-pull-3 {
    left: -25%;
  }
  .lg-col-offs-3 {
    margin-left: 25%;
  }
  .lg-col-4 {
    width: 33.33333333333333%;
  }
  .lg-push-4 {
    left: 33.33333333333333%;
  }
  .lg-pull-4 {
    left: -33.33333333333333%;
  }
  .lg-col-offs-4 {
    margin-left: 33.33333333333333%;
  }
  .lg-col-5 {
    width: 41.66666666666667%;
  }
  .lg-push-5 {
    left: 41.66666666666667%;
  }
  .lg-pull-5 {
    left: -41.66666666666667%;
  }
  .lg-col-offs-5 {
    margin-left: 41.66666666666667%;
  }
  .lg-col-6 {
    width: 50%;
  }
  .lg-push-6 {
    left: 50%;
  }
  .lg-pull-6 {
    left: -50%;
  }
  .lg-col-offs-6 {
    margin-left: 50%;
  }
  .lg-col-7 {
    width: 58.333333333333336%;
  }
  .lg-push-7 {
    left: 58.333333333333336%;
  }
  .lg-pull-7 {
    left: -58.333333333333336%;
  }
  .lg-col-offs-7 {
    margin-left: 58.333333333333336%;
  }
  .lg-col-8 {
    width: 66.66666666666666%;
  }
  .lg-push-8 {
    left: 66.66666666666666%;
  }
  .lg-pull-8 {
    left: -66.66666666666666%;
  }
  .lg-col-offs-8 {
    margin-left: 66.66666666666666%;
  }
  .lg-col-9 {
    width: 75%;
  }
  .lg-push-9 {
    left: 75%;
  }
  .lg-pull-9 {
    left: -75%;
  }
  .lg-col-offs-9 {
    margin-left: 75%;
  }
  .lg-col-10 {
    width: 83.33333333333334%;
  }
  .lg-push-10 {
    left: 83.33333333333334%;
  }
  .lg-pull-10 {
    left: -83.33333333333334%;
  }
  .lg-col-offs-10 {
    margin-left: 83.33333333333334%;
  }
  .lg-col-11 {
    width: 91.66666666666666%;
  }
  .lg-push-11 {
    left: 91.66666666666666%;
  }
  .lg-pull-11 {
    left: -91.66666666666666%;
  }
  .lg-col-offs-11 {
    margin-left: 91.66666666666666%;
  }
  .lg-col-12 {
    width: 100%;
  }
  .lg-push-12 {
    left: 100%;
  }
  .lg-pull-12 {
    left: -100%;
  }
  .lg-col-offs-12 {
    margin-left: 100%;
  }
  .lg-text-center {
    text-align: center;
  }
  .lg-text-left {
    text-align: left;
  }
  .lg-text-right {
    text-align: right;
  }
  .lg-text-justify {
    text-align: justify;
  }
  .lg-text-justify-center {
    text-align: justify;
    text-align-last: center;
  }
  .lg-fix-container {
    margin-left: 0;
    margin-right: 0;
  }
  .lg-shift-tiny {
    margin-top: 1px;
  }
  .lg-offs-tiny {
    margin-bottom: 1px;
  }
  .lg-ins-tiny {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .lg-shift-xs {
    margin-top: 5px;
  }
  .lg-offs-xs {
    margin-bottom: 5px;
  }
  .lg-ins-xs {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .lg-shift-sm {
    margin-top: 10px;
  }
  .lg-offs-sm {
    margin-bottom: 10px;
  }
  .lg-ins-sm {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .lg-shift-md {
    margin-top: 20px;
  }
  .lg-offs-md {
    margin-bottom: 20px;
  }
  .lg-ins-md {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .lg-shift-lg {
    margin-top: 30px;
  }
  .lg-offs-lg {
    margin-bottom: 30px;
  }
  .lg-ins-lg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .lg-shift-xl {
    margin-top: 60px;
  }
  .lg-offs-xl {
    margin-bottom: 60px;
  }
  .lg-ins-xl {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .lg-shift-xxl {
    margin-top: 100px;
  }
  .lg-offs-xxl {
    margin-bottom: 100px;
  }
  .lg-ins-xxl {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .lg-hidden {
    display: none !important;
  }
}
@media (max-width: 1599px) {
  .lg-shown {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cols-2-to-3 > .sm-col-6:nth-child(2n + 1) {
    clear: left;
  }
  .cols-3-only > .sm-col-6:nth-child(3) {
    left: 25%;
    clear: left;
  }
  .sm-hidden {
    display: none !important;
  }
  .only-sm-text-center {
    text-align: center;
  }
  .only-sm-text-left {
    text-align: left;
  }
  .only-sm-text-right {
    text-align: right;
  }
  .only-sm-text-justify {
    text-align: justify;
  }
  .only-sm-text-justify-center {
    text-align: justify;
    text-align-last: center;
  }
  .only-sm-fix-container {
    margin-left: 0;
    margin-right: 0;
  }
  .only-sm-shift-tiny {
    margin-top: 1px;
  }
  .only-sm-offs-tiny {
    margin-bottom: 1px;
  }
  .only-sm-ins-tiny {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .only-sm-shift-xs {
    margin-top: 5px;
  }
  .only-sm-offs-xs {
    margin-bottom: 5px;
  }
  .only-sm-ins-xs {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .only-sm-shift-sm {
    margin-top: 10px;
  }
  .only-sm-offs-sm {
    margin-bottom: 10px;
  }
  .only-sm-ins-sm {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .only-sm-shift-md {
    margin-top: 20px;
  }
  .only-sm-offs-md {
    margin-bottom: 20px;
  }
  .only-sm-ins-md {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .only-sm-shift-lg {
    margin-top: 30px;
  }
  .only-sm-offs-lg {
    margin-bottom: 30px;
  }
  .only-sm-ins-lg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .only-sm-shift-xl {
    margin-top: 60px;
  }
  .only-sm-offs-xl {
    margin-bottom: 60px;
  }
  .only-sm-ins-xl {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .only-sm-shift-xxl {
    margin-top: 100px;
  }
  .only-sm-offs-xxl {
    margin-bottom: 100px;
  }
  .only-sm-ins-xxl {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1599px) {
  .md-hidden {
    display: none !important;
  }
  .only-md-text-center {
    text-align: center;
  }
  .only-md-text-left {
    text-align: left;
  }
  .only-md-text-right {
    text-align: right;
  }
  .only-md-text-justify {
    text-align: justify;
  }
  .only-md-text-justify-center {
    text-align: justify;
    text-align-last: center;
  }
  .only-md-fix-container {
    margin-left: 0;
    margin-right: 0;
  }
  .only-md-shift-tiny {
    margin-top: 1px;
  }
  .only-md-offs-tiny {
    margin-bottom: 1px;
  }
  .only-md-ins-tiny {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .only-md-shift-xs {
    margin-top: 5px;
  }
  .only-md-offs-xs {
    margin-bottom: 5px;
  }
  .only-md-ins-xs {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .only-md-shift-sm {
    margin-top: 10px;
  }
  .only-md-offs-sm {
    margin-bottom: 10px;
  }
  .only-md-ins-sm {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .only-md-shift-md {
    margin-top: 20px;
  }
  .only-md-offs-md {
    margin-bottom: 20px;
  }
  .only-md-ins-md {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .only-md-shift-lg {
    margin-top: 30px;
  }
  .only-md-offs-lg {
    margin-bottom: 30px;
  }
  .only-md-ins-lg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .only-md-shift-xl {
    margin-top: 60px;
  }
  .only-md-offs-xl {
    margin-bottom: 60px;
  }
  .only-md-ins-xl {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .only-md-shift-xxl {
    margin-top: 100px;
  }
  .only-md-offs-xxl {
    margin-bottom: 100px;
  }
  .only-md-ins-xxl {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/*! ProFix - Computer & Mobile Phone Repair Service Company HTML5 Template v.1.2 - 2018-12-07 */
/*******************************************************************

[Table of contents]
1. Body
2. Typography / h1-6, p, q, blockquote, ...
3. Buttons Styles / .btns-*
4. Form elements
5. Colors, Backgrounds, Shadows / .decorated-bg, .theme-*
6. Logo / .logo
7. Header / .header
8. Menu / .menu-*
9. Footer / .footer-*
10. Scroll Top / .scroll-top
11. Sections / .*-section, .section-*
12. Socials / .socials, .social-blocks
13. Features / .feature
14. Counters / .counter-*
15. Block link / .block-link
16. Banner / .banner
17. FlexSlider / .flexslider
18. Owl Carousel / .owl-carousel
19. Pricings / .pricing
20. Steps / .service-steps
21. Items (services) / .item
22. Testimonials / .simple-testimonial
23. Contact block / .contact-*
24. Map with contact information / .map-section
25. Team/members / .member-*
26. Content text / .content-text
27. Paginator / .paginator
28. Lines / .line-*, .hard-line-*
29. Solid Borders / .solid-border-*
30. Selectable categories / .selectable-categories
31. Page Sidebar / .page-sidebar
32. Page path info / .page-path
33. Contact info / .info-item
34. Accordion / .accordion
35. Articles/Content page / .articles, .article
36. Comments / .comments
37. Search / .search-*
38. Loader / .loader-*
39. In view / .inview-*
40. Shop / .shop-*
41. Tabs / .tabs-
42. Sign In / .sign-in-form
43. User Dashboard Menu / .user-dashboard-menu
44. User ticket / .user-ticket
45. User order / .user-order
46. User dashboard / .user-dashboard

[Typography]
Font families: Raleway, Montserrat
    Montserrat - used for headings, main elements
    Raleway - for generic textes
Text default color: #666666
Theme colors: #29abe2, #35354a
    #29abe2 - main theme color, used to highlight some elements
    #35354a - theme sub color, used for headings, sub-headings

*******************************************************************/
/****   [Fonts]    ****/

body .font-raleway,
body .raleway-light,
body .raleway-regular,
body .raleway-medium,
body .raleway-semi-bold,
body .raleway-bold,
body .raleway-extra-bold,
body .raleway-black {
  font-family: 'Raleway' !important;
}
body .raleway-light {
  font-weight: 300;
}
body .raleway-regular {
  font-weight: 400;
}
body .raleway-medium {
  font-weight: 500;
}
body .raleway-semi-bold {
  font-weight: 600;
}
body .raleway-bold {
  font-weight: 700;
}
body .raleway-extra-bold {
  font-weight: 800;
}
body .raleway-black {
  font-weight: 900;
}
/*------------------------------------------------------------------
    [1. Body]
*/
.body {
  font-family: Raleway;
  color: #666;
  font-size: 14px;
  line-height: 1.2;
  min-height: 100vh;
  background-color: #fff;
}
/*------------------------------------------------------------------
    [2. Typography]
*/
p {
  line-height: 1.8;
  padding: 0;
  margin: 0 0 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat;
  font-weight: 600;
  color: #35354a;
}
h1 {
  font-size: 42px;
  margin-bottom: 25px;
  font-weight: 600;
  line-height: 1.2;
}
h2 {
  font-size: 34px;
  margin-bottom: 20px;
  line-height: 1.4;
}
h3 {
  font-size: 26px;
  margin-bottom: 15px;
  line-height: 1.4;
}
h4 {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.6;
}
h5 {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.6;
}
h6 {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 1.4;
}
.list-mark {
  font-weight: 600;
  color: #29abe2;
}
blockquote.pull-left,
q.pull-left {
  padding-right: 15px;
}
blockquote.pull-right,
q.pull-right {
  padding-left: 15px;
}
th {
  font-weight: 600;
}
/*------------------------------------------------------------------
    [3. Buttons Styles]
*/
/* bordered button */
.btns-bordered {
  color: #29abe2;
}
.btns-bordered:before,
.btns-bordered:hover:before,
.btns-bordered:focus:before,
.btns-bordered:active:before,
.btns-bordered.active:before {
  background: transparent;
}
.btns-bordered:after {
  border: 2px solid #29abe2;
}
.btns-bordered:hover,
.btns-bordered:focus,
.btns-bordered:active,
.btns-bordered.active {
  color: #35354a;
}
.btns-bordered:hover:after,
.btns-bordered:focus:after,
.btns-bordered:active:after,
.btns-bordered.active:after {
  border-color: #35354a;
}
/* alternative bordered button */
.btns-bordered-alt:hover:before,
.btns-bordered-alt:focus:before,
.btns-bordered-alt:active:before,
.btns-bordered-alt.active:before {
  background: transparent;
}
.btns-bordered-alt:after {
  border: 2px solid #29abe2;
}
/* button with white to theme color background animation */
.btns-white {
  color: #29abe2;
}
.btns-white:before {
  background: #fff;
}
.btns-white:hover,
.btns-white:focus,
.btns-white:active,
.btns-white.active {
  color: #fff;
}
.btns-white:hover:before,
.btns-white:focus:before,
.btns-white:active:before,
.btns-white.active:before {
  background: #35354a /* bordered button */;
}
.btns-white-bordered {
  color: #fff;
}
.btns-white-bordered:before,
.btns-white-bordered:hover:before,
.btns-white-bordered:focus:before,
.btns-white-bordered:active:before,
.btns-white-bordered.active:before {
  background: transparent;
}
.btns-white-bordered:after {
  border: 2px solid #fff;
}
.btns-white-bordered:hover,
.btns-white-bordered:focus,
.btns-white-bordered:active,
.btns-white-bordered.active {
  color: #29abe2;
}
.btns-white-bordered:hover:after,
.btns-white-bordered:focus:after,
.btns-white-bordered:active:after,
.btns-white-bordered.active:after {
  border-color: #29abe2;
}
.btns-facebook:before {
  background: #3b5999;
}
.btns-facebook:hover:before,
.btns-facebook:focus:before,
.btns-facebook:active:before,
.btns-facebook.active:before {
  background: #263962;
}
.btns-twitter:before {
  background: #45b0e4;
}
.btns-twitter:hover:before,
.btns-twitter:focus:before,
.btns-twitter:active:before,
.btns-twitter.active:before {
  background: #1c8bc1;
}
.btns-google-plus:before {
  background: #de4c33;
}
.btns-google-plus:hover:before,
.btns-google-plus:focus:before,
.btns-google-plus:active:before,
.btns-google-plus.active:before {
  background: #a9301b;
}
/*------------------------------------------------------------------
    [4. Form elements]
*/
.field-group label,
.field-groups label {
  margin-bottom: 10px;
  font-weight: 500;
  color: #35354a;
}
.field-type-image {
  padding-left: 90px;
}
.field-type-image .file-preview {
  position: absolute;
  left: -90px;
  bottom: 0;
  width: 70px;
  height: 70px;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}
.field-type-image .file-preview-image,
.field-type-image .file-preview-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.field-type-image .file-preview-bg {
  background-color: #f7f7f7;
  z-index: 2;
}
.field-type-image .file-no-preview {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #666;
  font-size: 36px;
  z-index: 3;
}
.field-type-image .file-preview-image {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  z-index: 4;
}
.field-type-image .file-preview-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.field-type-image.has-file .file-preview-image {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.slider-wrap {
  zoom: 1;
}
.slider-wrap:before,
.slider-wrap:after {
  content: "";
  display: table;
  clear: both;
}
.slider-text {
  font-family: Montserrat;
  margin-top: 10px;
  font-weight: 500;
  font-size: 13px;
  color: #35354a;
}
.theme-slider {
  height: 15px;
  display: block;
  width: 100%;
  background-color: transparent;
}
.theme-slider .slider-back {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #29abe2;
}
.theme-slider .slider-back,
.theme-slider .ui-slider-range,
.theme-slider .ui-slider-handle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.theme-slider .ui-slider-range {
  background-color: #29abe2;
  height: 3px;
}
.theme-slider .ui-slider-handle {
  width: 0;
  height: 0;
  margin: 0;
  cursor: pointer;
  outline: 0 none;
}
.theme-slider .ui-slider-handle .slider-handle-block {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 2px solid #29abe2;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.theme-slider .ui-slider-handle.ui-state-focus .slider-handle-block,
.theme-slider .ui-slider-handle.ui-state-hover .slider-handle-block {
  border-width: 4px;
  -webkit-box-shadow: 0 1px 5px #333, 0 1px 2px #666 inset;
  box-shadow: 0 1px 5px #333, 0 1px 2px #666 inset;
}
.multi-choice {
  padding-left: 20px;
}
.multi-choice .choice {
  display: block;
}
.multi-choice .choice label {
  margin: 0;
  cursor: pointer;
  position: relative;
}
.multi-choice .choice label:hover .choice-text,
.multi-choice .choice [type="checkbox"]:checked ~ .choice-text,
.multi-choice .choice [type="radio"]:checked ~ .choice-text {
  color: #29abe2;
}
.multi-choice .choice [type="checkbox"],
.multi-choice .choice [type="radio"] {
  position: absolute;
  left: 20px;
  bottom: 0;
  visibility: hidden;
}
.multi-choice .choice + .choice {
  margin-top: 10px;
}
.multi-choice .choice-text {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 13px;
  color: #35354a;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
/*------------------------------------------------------------------
    [5. Colors, Backgrounds, Shadows]
*/
.decorated-bg {
/* Transparent background with icons */
  background-image: url("../images/parts/pattern.png");
  background-repeat: repeat;
}
.theme-back,
.theme-back-alt {
/* make background block take full size */
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.theme-back {
/* theme background with week gradient */
  background: -webkit-linear-gradient(bottom, rgba(53,53,74,0.5) 0%, rgba(53,53,74,0.7) 75%, rgba(53,53,74,0.9) 100%);
  background: -moz-linear-gradient(bottom, rgba(53,53,74,0.5) 0%, rgba(53,53,74,0.7) 75%, rgba(53,53,74,0.9) 100%);
  background: -o-linear-gradient(bottom, rgba(53,53,74,0.5) 0%, rgba(53,53,74,0.7) 75%, rgba(53,53,74,0.9) 100%);
  background: -ms-linear-gradient(bottom, rgba(53,53,74,0.5) 0%, rgba(53,53,74,0.7) 75%, rgba(53,53,74,0.9) 100%);
  background: linear-gradient(to top, rgba(53,53,74,0.5) 0%, rgba(53,53,74,0.7) 75%, rgba(53,53,74,0.9) 100%);
}
.theme-back-alt {
/* theme darker background */
  background: rgba(53,53,74,0.85);
}
.inner-shadow {
/* add inner shadow to block */
  -webkit-box-shadow: 0 0 10px #000 inset;
  box-shadow: 0 0 10px #000 inset;
}
body.body .muted-bg {
  background-color: #f7f7f7;
}
body.body .main-bg {
  background-color: #29abe2;
  color: #fff;
}
body.body .white-bg {
  background-color: #fff;
  color: #666;
}
body.body .alt-bg {
  background-color: #35354a;
  color: #fff;
}
body.body .colorful-border {
  border-color: #29abe2;
}
body.body .alt-border {
  border-color: #35354a;
}
body.body .text-colorful,
body.body .colorful {
  color: #29abe2;
}
body.body .alt-color {
  color: #35354a;
}
body.body .solid-color {
  color: #333;
}
body.body .text-white {
  color: #fff;
}
body.body .text-muted {
  color: #999;
}
body.body .default-color {
  color: #666;
}
body.body .text-error {
  color: #f00;
}
body.body .text-valid {
  color: #2b995d;
}
/*------------------------------------------------------------------
    [6. Logo]
    Logo should be a block, it's size is limited by parent elements
*/
.logo a,
.logo img {
  display: block;
}
/*------------------------------------------------------------------
    [7. Header]
*/
.header {
  position: relative;
  z-index: 10;
}
.header {
  zoom: 1;
}
.header:before,
.header:after {
  content: "";
  display: table;
  clear: both;
}
/* top infobar with contact information, etc. */
.header .infobar {
  font-family: Raleway;
  font-size: 11px;
  line-height: 42px;
  color: #fff;
  background: #35354a;
}
.header .infobar {
  zoom: 1;
}
.header .infobar:before,
.header .infobar:after {
  content: "";
  display: table;
  clear: both;
}
.header .infobar.transparent {
  border-color: rgba(255,255,255,0.1);
  background: transparent;
}
.header .socials a {
  color: #fff;
}
.header .socials a:hover,
.header .socials a:focus,
.header .socials a:active {
  color: #29abe2;
}
.header .side-icon-block {
  position: relative;
  padding-left: 45px;
  font-family: Montserrat;
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
  display: inline-block;
}
.header .side-icon-block .icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 27px;
}
/* header that is on top of the header image, banners */
.header-over {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
/* header menu toggler */
.header-toggler {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 32px;
  color: inherit;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
}
.header-toggler:hover,
.header-toggler:focus,
.header-toggler:active {
  color: #29abe2;
}
.header-toggler > label {
  cursor: pointer;
}
.header-toggler > label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* header menu states: shown/hiden */
.header-shown-sign,
#header-hidden:checked ~ * .header-shown-sign {
  display: none;
}
.header-hidden-sign,
#header-hidden:checked ~ * .header-hidden-sign {
  display: block;
}
#header-shown:checked ~ * .header-toggler {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
#header-shown:checked ~ * .header-shown-sign {
  display: block;
}
#header-shown:checked ~ * .header-hidden-sign {
  display: none;
}
@media (min-width: 768px) {
  .header-over {
/* change header position, and move only menu with javascript if needed */
    position: absolute;
  }
}
/*------------------------------------------------------------------
    [8. Menu]
*/
/* menu wrapper */
.menu-wrap {
  position: relative;
  z-index: 20;
}
.menu-wrap .line-right,
.menu-wrap .line-left,
.menu-wrap .line-sides {
  margin-top: 5px;
}
/* menu item side icon block */
.menu-sign-right,
.menu-sign-left {
  position: absolute;
  top: 50%;
  width: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menu-sign-right {
  right: 0;
  text-align: left;
}
.menu-sign-left {
  left: 0;
  text-align: center;
}
.menu-container,
.menu {
  zoom: 1;
}
.menu-container:before,
.menu:before,
.menu-container:after,
.menu:after {
  content: "";
  display: table;
  clear: both;
}
.menu-item {
  cursor: default;
}
/* menu item */
.menu-items {
  font-family: Montserrat;
  font-size: 17px;
  z-index: 2;
  display: block;
  position: relative;
}
.menu-items {
  zoom: 1;
}
.menu-items:before,
.menu-items:after {
  content: "";
  display: table;
  clear: both;
}
.menu-items .item-label {
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
  font-size: 12px;
  padding: 3px 8px;
}
.menu-items a,
.menu-items .menu-item {
  text-decoration: none;
  display: block;
  color: inherit;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  white-space: nowrap;
  position: relative;
  line-height: 30px;
}
.menu-items a:hover,
.menu-items .menu-item:hover,
.menu-items a:focus,
.menu-items .menu-item:focus,
.menu-items a:active,
.menu-items .menu-item:active,
.menu-items a.active,
.menu-items .menu-item.active {
  color: #29abe2;
}
.menu-items a {
  cursor: pointer;
}
.menu-items li {
  position: relative;
  color: #666;
  font-weight: 500;
}
.menu-items > li {
  color: #35354a;
}
.menu-items > li > ul {
  display: none;
}
.menu-items .toggle-icon {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  width: 60px;
  line-height: 50px;
}
.menu-items .toggle-icon:hover,
.menu-items .toggle-icon:focus,
.menu-items .toggle-icon:active {
  color: #29abe2;
}
.menu-items .active > ul {
  display: block;
}
.menu-item-stick-left {
  margin-left: 0 !important;
}
#header-shown:checked ~ * .menu {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* menu styles variations */
.menu-wrap .menu-container,
.menu-wrap .menu {
  background: #fff;
}
.menu-wrap.transparent,
.menu-wrap.transparent .menu-items,
.menu-wrap.transparent .menu-items li {
  color: #fff;
}
.menu-wrap.transparent .menu-container,
.menu-wrap.transparent .menu {
  background: rgba(53,53,74,0.7);
}
.menu-wrap.pannel .menu-container {
  background-color: #fff;
  padding: 20px;
}
.menu-wrap.line .logo img {
  max-height: 40px;
}
/* sticked menu styles */
.sticked-menu .menu-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px #666;
  box-shadow: 0 0 2px #666;
}
.sticked-menu .menu-wrap.transparent {
  background-color: rgba(53,53,74,0.7);
}
.sticked-menu .stick-hide {
  display: none;
}
.sticked-menu .stick-hide + .menu-row {
  margin-top: 0 !important;
}
/* menu styles only for mobile screens */
@media (max-width: 767px) {
  .menu-sign-right,
  .menu-sign-left {
    display: none;
  }
  .menu-items ul {
    padding-left: 20px;
    font-size: 15px;
  }
  .menu-items > li > a,
  .menu-items > li > .menu-item,
  .menu-items > li > ul {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(102,102,102,0.1);
  }
  .menu-wrap .menu-items > li > a,
  .menu-wrap .menu-items > li > ul {
    border-bottom-color: rgba(102,102,102,0.1);
  }
  .menu-wrap.transparent .menu-items > li > a,
  .menu-wrap.transparent .menu-items > li > ul {
    border-bottom-color: rgba(255,255,255,0.1);
  }
  .menu-wrap.line {
    height: 70px;
  }
  .menu-wrap.line .logo {
    float: left;
  }
  .menu-wrap.line .menu-container {
    padding: 15px 20px;
  }
  .menu-wrap.line .menu {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 0;
    overflow: auto;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    -webkit-transform: translateY(-300%);
    -moz-transform: translateY(-300%);
    -o-transform: translateY(-300%);
    -ms-transform: translateY(-300%);
    transform: translateY(-300%);
  }
}
@media (min-width: 768px) {
  /* menu with no side insets */
  .menu-no-sides > li:first-child {
    margin-left: 0 !important;
  }
  .menu-no-sides > li:last-child {
    margin-right: 0 !important;
  }
  .menu-container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
  }
  /* menu row */
  .menu-row {
    display: table;
    width: 100%;
  }
  .menu-row .logo,
  .menu-row .menu,
  .menu-row .menu-btn,
  .menu-row .menu-col {
    display: table-cell;
    vertical-align: bottom;
  }
  .menu-row .logo,
  .menu-row .menu-btn {
    width: 1%;
  }
  .menu-row .logo {
    padding-right: 15px;
  }
  .menu-row .menu-btn {
    padding-left: 15px;
  }
  .menu-items {
    font-size: 13px;
  }
  .menu-items .item-label {
    position: absolute;
    left: 100%;
    bottom: 100%;
    margin-left: -5px;
    margin-bottom: -5px;
  }
  /*
    Menu variations
    */
  .menu-wrap.transparent .menu-container,
  .menu-wrap.transparent .menu {
    background: transparent;
  }
  .menu-wrap.simple,
  .menu-wrap.contacts {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .menu-wrap.contacts .menu-row + .menu-row {
    margin-top: 15px;
  }
  .menu-wrap.simple .menu-items,
  .menu-wrap.pannel .menu-items {
    float: right;
  }
  /*
    Single line menu items
    */
  .menu-wrap.line .menu-items ul li {
    color: #666;
  }
  .menu-wrap.line .menu-items ul a:hover,
  .menu-wrap.line .menu-items ul a:focus,
  .menu-wrap.line .menu-items ul a:active,
  .menu-wrap.line .menu-items ul a.active {
    color: #29abe2;
  }
  .menu-wrap.line .menu-items .toggle-icon {
    display: none; /* hide toggle icon */
  }
  .menu-wrap.line .menu-items li:hover > ul {
    display: block;
  }
  .menu-wrap.line .menu-items li:after {
    content: "";
    position: absolute;
    background: #29abe2;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
  }
  .menu-wrap.line .menu-items ul {
    display: none;
    background: #fff;
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-box-shadow: 0 0 2px #666;
    box-shadow: 0 0 2px #666;
  }
  .menu-wrap.line .menu-items ul li {
    padding-left: 25px;
    padding-right: 40px;
  }
  .menu-wrap.line .menu-items ul li:after {
    right: 0;
    top: 0;
    bottom: 100%;
    width: 4px;
  }
  .menu-wrap.line .menu-items ul li:hover:after,
  .menu-wrap.line .menu-items ul li:focus:after,
  .menu-wrap.line .menu-items ul li:active:after {
    bottom: 0; /* animate selection line */
  }
  .menu-wrap.line .menu-items ul li:hover .menu-sign-right,
  .menu-wrap.line .menu-items ul li:focus .menu-sign-right,
  .menu-wrap.line .menu-items ul li:active .menu-sign-right,
  .menu-wrap.line .menu-items ul li:hover .menu-sign-left,
  .menu-wrap.line .menu-items ul li:focus .menu-sign-left,
  .menu-wrap.line .menu-items ul li:active .menu-sign-left {
    color: #29abe2; /* highlight menu sign line */
  }
  .menu-wrap.line .menu-items ul.left {
    left: auto;
    right: 100%;
  }
  .menu-wrap.line .menu-items ul.left li {
    padding-left: 40px;
    padding-right: 25px;
    text-align: right;
  }
  .menu-wrap.line .menu-items ul.left li:after {
    right: auto;
    left: 0;
  }
  .menu-wrap.line .menu-items > li {
    float: left;
    margin: 0 15px;
  }
  .menu-wrap.line .menu-items > li > a,
  .menu-wrap.line .menu-items > li > a:hover,
  .menu-wrap.line .menu-items > li > a:focus,
  .menu-wrap.line .menu-items > li > a:active {
    color: inherit;
  }
  .menu-wrap.line .menu-items > li > .menu-item {
    color: inherit;
  }
  .menu-wrap.line .menu-items > li:after {
    left: -4px;
    right: 150%;
    bottom: 0;
    height: 4px;
  }
  .menu-wrap.line .menu-items > li:hover:after,
  .menu-wrap.line .menu-items > li:focus:after,
  .menu-wrap.line .menu-items > li:active:after {
    right: -4px;
  }
  .menu-wrap.line .menu-items > li > ul {
    top: 100%;
    margin-top: 5px;
    left: -4px;
  }
  .menu-wrap.line .menu-items > li > ul:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 8px;
    display: block;
  }
  .menu-wrap.line .menu-items > li > ul.left {
    right: -4px;
  }
  .sticked-menu .sm-stick-hide {
    display: none;
  }
  .sticked-menu .sm-stick-hide + .menu-row {
    margin-top: 0 !important;
  }
}
/* make menu bigger for larger screens */
@media (min-width: 992px) {
  .menu-items {
    font-size: 14px;
  }
  .menu-wrap.simple .logo img {
    max-height: 40px;
  }
  .menu-wrap.contacts {
    padding-top: 20px;
  }
  .menu-wrap.contacts .logo img {
    max-height: 50px;
  }
  .menu-wrap.contacts .menu-row + .menu-row {
    margin-top: 20px;
  }
  .menu-wrap.line .menu-items > li {
    margin: 0 20px;
  }
  .menu-wrap.line .menu-items ul li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
/* make menu take it's maximum size for hi-resolution screens */
@media (min-width: 1600px) {
  .menu-wrap.simple {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .menu-wrap.simple .logo {
    padding-right: 25px;
  }
  .menu-wrap.simple .logo img {
    max-height: 60px;
  }
  .menu-wrap.contacts {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .menu-wrap.contacts .logo img {
    max-height: 80px;
  }
  .menu-wrap.contacts .menu-row + .menu-row {
    margin-top: 30px;
  }
}
/*------------------------------------------------------------------
    [9. Footer]
*/
.footer-logo {
  height: 70px;
}
.footer-logo img {
  max-height: 50px;
}
.footer-title {
  padding: 40px 0 10px;
  height: 70px;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
}
.footer-text {
  line-height: 1.6;
}
.footer-copyrights {
  line-height: 20px;
}
/* simple, one line footer */
.footer-simple {
  line-height: 40px;
}
.footer-simple .footer-copyrights,
.footer-simple .cols-list {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .footer-title {
    padding: 20px 0 30px;
  }
}
/*------------------------------------------------------------------
    [10. Scroll Top]
    Scroll to top block, fixed at the bottom right side of the screen
*/
.scroll-top {
  position: fixed;
  display: block;
  right: 30px;
  bottom: 60px;
  background-color: #29abe2;
  color: #fff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  text-align: center;
  width: 42px;
  height: 42px;
  font-size: 24px;
  line-height: 42px;
  z-index: 20;
}
.scroll-top:hover,
.scroll-top:focus,
.scroll-top:active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #fff;
}
.scroll-top.disabled {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
/*------------------------------------------------------------------
    [11. Sections]
    Sections spacement classes
*/
.content-section {
/* used for grouped sections */
  margin-top: 80px;
  margin-bottom: 60px;
}
.content-section.tight {
  margin-top: 60px;
  margin-bottom: 60px;
}
.solid-section {
/* used for single sections, either with background or image */
  padding-top: 80px;
  padding-bottom: 60px;
}
.solid-section.tight {
  padding-top: 60px;
  padding-bottom: 60px;
}
.head-section,
.wide-head-section {
/* header sections */
  padding-top: 100px;
  padding-bottom: 60px;
}
/* section head titles */
.section-head {
  margin-bottom: 30px;
}
.section-head .section-title,
.section-alt-head .section-title {
  color: #35354a;
  margin: 0;
}
.section-head p,
.section-alt-head p {
  padding-top: 5px;
  font-size: 16px;
  margin: 0;
}
/* section with background image */
.back-section,
.with-bg {
  position: relative;
  z-index: 1;
}
.back-section .container,
.with-bg .container {
  position: relative;
}
.back-section,
.with-bg,
.back-section .section-alt-head .section-title,
.with-bg .section-alt-head .section-title,
.back-section .section-head .section-title,
.with-bg .section-head .section-title {
  color: #fff;
}
.back-section .section-footer,
.with-bg .section-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
/* pushed up section (i.e. Homepage Pricings) */
.hyped-block {
  zoom: 1;
}
.hyped-block:before,
.hyped-block:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  /* Make sections spacings bigger for wider screens. */
  .section-head {
    margin-bottom: 50px;
  }
  .head-section {
    padding-top: 250px;
    padding-bottom: 80px;
  }
  .wide-head-section {
    padding-top: 300px;
    padding-bottom: 80px;
  }
  .content-section {
    margin-top: 100px;
    margin-bottom: 80px;
  }
  .solid-section {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
/* styles for pushed up sections */
@media (min-width: 992px) {
  .md-stuck-top {
    margin-top: 0;
  }
  .hyped-block {
    margin-top: -120px;
  }
}
@media (min-width: 1600px) {
  .lg-stuck-top {
    margin-top: 0;
  }
  .hyped-block {
    margin-top: -160px;
  }
}
/*------------------------------------------------------------------
    [12. Socials]
*/
/* simple social links */
.socials {
  font-size: 15px;
}
.socials a {
  color: #666;
}
.socials a:hover,
.socials a:focus,
.socials a:active {
  color: #29abe2;
}
/* social blocks that are backlighted on hover */
.social-blocks {
  font-size: 15px;
}
.social-blocks a {
  display: block;
  color: #29abe2;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
}
.social-blocks a:hover,
.social-blocks a:focus,
.social-blocks a:active {
  color: #fff;
  background: #29abe2;
}
/*------------------------------------------------------------------
    [13. Features]
*/
.feature {
  position: relative;
  display: inline-block;
  padding: 20px;
}
.feature {
  zoom: 1;
}
.feature:before,
.feature:after {
  content: "";
  display: table;
  clear: both;
}
.feature-icon {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
.feature-title {
  font-family: Montserrat;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}
.feature-text {
  line-height: 1.6;
}
.feature-head {
  display: table;
  border-collapse: separate;
  width: 100%;
}
.feature-head .feature-icon,
.feature-head .feature-title {
  display: table-cell;
  vertical-align: middle;
}
/* feature block with icon wrapper in square-like image */
.feature-side {
  padding: 40px 0 0 45px;
}
.feature-side .feature-icon {
  background: url("../images/parts/feature-icon.png") no-repeat;
  width: 56px;
  height: 56px;
  font-size: 26px;
  line-height: 56px;
  color: #29abe2;
  position: absolute;
  left: 0;
  top: 0;
}
/* feature block with background and image on top of it */
.solid-feature {
  margin-top: 50px;
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #fff;
}
.solid-feature .feature-icon {
  background-color: #fff;
  width: 75px;
  height: 75px;
  font-size: 26px;
  line-height: 75px;
  margin-top: -125px;
}
/* feature block with background and image at side */
.block-feature {
  display: block;
  padding: 0;
}
.block-feature .feature-icon {
  background-color: #fff;
  width: 68px;
  height: 68px;
  font-size: 26px;
  line-height: 68px;
}
.block-feature .feature-icon.pull-left {
  margin-right: 20px;
}
.block-feature .feature-icon.pull-right {
  margin-left: 20px;
}
.block-feature .feature-title {
  padding: 0 20px;
}
.block-feature .feature-text {
  padding: 20px;
}
/*------------------------------------------------------------------
    [14. Counters]
*/
.counter-title {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
}
.counter-value {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 54px;
  line-height: 1;
}
/*------------------------------------------------------------------
    [15. Block link]
    Block-like link with or without hover animation
    Scales up .image-wrap .image
    .hover-show - shown on block hover with scale down animation
    .hover-hidden - hidden on block hover
    .hover-lines - shown on block hover with lines at sides
*/
.block-link {
  display: block;
  text-decoration: none;
  color: #fff;
  position: relative;
/* Hover blocksm should take full size of the block */
}
.block-link .back {
/* half transparent bakcground for hover effect */
  background: #000;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.block-link .content {
  font-size: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.block-link .hover,
.block-link .hover-show,
.block-link .hover-hidden {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.block-link .hover-show,
.block-link .hover-hidden {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  color: #fff;
}
.block-link .hover-show {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
/* make it scale down on hover */
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.block-link .hover-lines {
/* Shown on block hover with lines at sides */
/* Uses :before :after to animate lines */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s linear 0.2s;
  -moz-transition: all 0.2s linear 0.2s;
  -o-transition: all 0.2s linear 0.2s;
  -ms-transition: all 0.2s linear 0.2s;
  transition: all 0.2s linear 0.2s;
}
.block-link .hover-lines .line-content {
  padding: 20px /* content inset */;
  border: 2px solid transparent /* additional line sized inset  */;
}
.block-link .hover-lines:before,
.block-link .hover-lines:after {
  content: "";
  position: absolute;
  background-color: #29abe2;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.block-link .hover-lines:before {
  left: 0;
  right: 100%;
  top: 20px /* line offset */;
  height: 2px /* line size */;
}
.block-link .hover-lines:after {
  top: 0;
  bottom: 100%;
  left: 20px /* line offset */;
  width: 2px /* line size */;
}
.block-link .hover-lines .line-link {
/* learn more link */
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.block-link .image-wrap .image {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
/* make it scale up on hover */
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.block-link:hover .hover-show,
.block-link:focus .hover-show,
.block-link:active .hover-show,
.block-link.active .hover-show {
/* show on hover */
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.block-link:hover .hover-hidden,
.block-link:focus .hover-hidden,
.block-link:active .hover-hidden,
.block-link.active .hover-hidden {
/* hide on hover */
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.block-link:hover .hover-lines,
.block-link:focus .hover-lines,
.block-link:active .hover-lines,
.block-link.active .hover-lines {
/* show on hover */
  opacity: 1;
  -ms-filter: none;
  filter: none;
/* change animation delay */
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.block-link:hover .hover-lines:before,
.block-link:focus .hover-lines:before,
.block-link:active .hover-lines:before,
.block-link.active .hover-lines:before,
.block-link:hover .hover-lines:after,
.block-link:focus .hover-lines:after,
.block-link:active .hover-lines:after,
.block-link.active .hover-lines:after {
/* change animation delay */
  -webkit-transition: all 0.2s linear 0.2s;
  -moz-transition: all 0.2s linear 0.2s;
  -o-transition: all 0.2s linear 0.2s;
  -ms-transition: all 0.2s linear 0.2s;
  transition: all 0.2s linear 0.2s;
}
.block-link:hover .hover-lines:before,
.block-link:focus .hover-lines:before,
.block-link:active .hover-lines:before,
.block-link.active .hover-lines:before {
/* animate line */
  left: 10px;
  right: 20px;
}
.block-link:hover .hover-lines:after,
.block-link:focus .hover-lines:after,
.block-link:active .hover-lines:after,
.block-link.active .hover-lines:after {
/* animate line */
  top: 10px;
  bottom: 20px;
}
.block-link:hover .image-wrap .image,
.block-link:focus .image-wrap .image,
.block-link:active .image-wrap .image,
.block-link.active .image-wrap .image {
/* scale up image */
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
/*------------------------------------------------------------------
    [16. Banner]
*/
.banner {
  position: relative;
  color: #fff;
  text-align: center;
}
.banner-image {
  height: 100vh; /* make banner image take full screen height */
  overflow: hidden;
}
/* make banner image take full screen height */
.banner-image img {
  max-width: 100%;
}
.banner-title {
  font-family: Montserrat;
  font-weight: 800;
  margin-bottom: 0.3em;
}
.banner-subtitle {
  line-height: 1.6;
}
/*------------------------------------------------------------------
    [17. FlexSlider]
    Used for Homepage banners rotation
*/
.flexslider {
  position: relative;
  overflow: hidden;
}
.flexslider {
  zoom: 1;
}
.flexslider:before,
.flexslider:after {
  content: "";
  display: table;
  clear: both;
}
.flexslider .flex-viewport,
.flexslider .slides,
.flexslider .slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.flexslider .slide {
  display: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flexslider .flex-prev,
.flexslider .flex-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 64px;
  z-index: 10;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  color: #fff;
  text-shadow: 0 0 5px #666;
}
.flexslider .flex-prev:hover,
.flexslider .flex-next:hover {
  color: #29abe2;
}
.flexslider .flex-prev.flex-disabled,
.flexslider .flex-next.flex-disabled {
  display: none;
}
.flexslider .flex-custom-controls {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
.flexslider .flex-custom-controls .flex-control-nav {
  display: inline-block;
  vertical-align: top;
}
.flexslider .flex-custom-controls .flex-control-nav {
  zoom: 1;
}
.flexslider .flex-custom-controls .flex-control-nav:before,
.flexslider .flex-custom-controls .flex-control-nav:after {
  content: "";
  display: table;
  clear: both;
}
.flexslider .flex-custom-controls .flex-control-nav li {
  float: left;
  display: block;
  text-indent: -1000px;
  overflow: hidden;
  margin: 0 3px;
  position: relative;
  z-index: 10;
}
.flexslider .flex-custom-controls .flex-control-nav li a {
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.flexslider .flex-custom-controls .flex-control-nav li a:hover,
.flexslider .flex-custom-controls .flex-control-nav li a:focus {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  background-color: #35354a;
}
.flexslider .flex-custom-controls .flex-control-nav li a.flex-active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  background-color: #29abe2;
}
.flexslider .flex-prev {
  left: -100px;
}
.flexslider .flex-next {
  right: -100px;
}
.flexslider:hover .flex-prev,
.flexslider:hover .flex-next {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.flexslider:hover .flex-prev {
  left: 50px;
}
.flexslider:hover .flex-next {
  right: 50px;
}
/*------------------------------------------------------------------
    [18. Owl Carousel]
*/
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
}
.owl-carousel .owl-stage,
.owl-carousel .owl-item {
  position: relative;
}
.owl-carousel .owl-item {
  float: left;
  min-height: 1px;
  padding: 0 5px;
}
.owl-carousel .disabled {
  display: none;
}
.owl-carousel .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dot {
  display: inline-block;
  vertical-align: top;
  margin: 30px 3px 0;
  cursor: pointer;
}
.owl-carousel .owl-dot span {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  background-color: rgba(102,102,102,0.7);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.owl-carousel .owl-dot.active span {
  background-color: #29abe2;
}
.owl-carousel .owl-dot:hover span {
  background-color: #35354a;
}
/*------------------------------------------------------------------
    [19. Pricings]
*/
.pricing {
  margin-top: 20px;
  margin-bottom: 40px;
}
.price-image {
  height: 80px;
  position: relative;
  margin-bottom: 10px;
  display: block;
}
.price-image img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.price-image .active-image {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.price-title {
  font-family: Montserrat;
  font-size: 18px;
}
.price-back {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 3px 10px #888;
  box-shadow: 0 3px 10px #888;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
/* Pricing block */
.price-block {
  text-align: center;
  position: relative;
  z-index: 1;
  color: #666;
  padding: 30px 15px 20px;
}
.price-block:hover .price-back,
.price-block.active .price-back {
  -webkit-box-shadow: 0 10px 15px #888;
  box-shadow: 0 10px 15px #888;
}
.price-block:hover .price-image .active-image,
.price-block.active .price-image .active-image {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.price-block:hover .price-image .active-image ~ .image,
.price-block.active .price-image .active-image ~ .image {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
/* Simple pricing block variation */
.price-block.simple .price-title {
  color: #29abe2;
  min-height: 50px;
}
.price-block.simple .price-subtext {
  font-size: 13px;
  color: #666;
  margin-bottom: 5px;
}
.price-block.simple .price {
  font-size: 36px;
  color: #35354a;
  font-family: Montserrat;
  font-weight: 300;
  margin-bottom: 30px;
}
.price-block.simple .price-list {
  margin-bottom: 30px;
}
.price-block.simple .price-list li {
  padding-bottom: 5px;
  line-height: 1.6;
}
/* Short pricing block variation */
.price-block.short {
  color: #fff;
}
.price-block.short .price-title {
  padding: 15px 0;
}
@media (min-width: 992px) {
  /* Adjust spacing for short pricing block title */
  .price-block.short .price-title {
    padding: 30px 0;
  }
}
@media (min-width: 1600px) {
  /* Adjust spacing for pricing block */
  .price-block {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  /* Make pricing image bigger */
  .price-image {
    height: 110px;
  }
}
/*------------------------------------------------------------------
    [20. Steps]
*/
.steps {
  position: relative;
}
.steps .container {
  position: relative;
  color: #fff;
}
.steps .container .title {
  color: #fff;
}
.service-steps,
.service-simple-steps {
  display: inline-block;
  vertical-align: top;
}
.service-steps,
.service-simple-steps {
  zoom: 1;
}
.service-steps:before,
.service-simple-steps:before,
.service-steps:after,
.service-simple-steps:after {
  content: "";
  display: table;
  clear: both;
}
.service-steps .step-number,
.service-simple-steps .step-number {
  font-family: Montserrat;
  font-weight: 800;
  font-size: 86px;
  margin-right: 30px;
}
.service-steps .step-number.active,
.service-simple-steps .step-number.active {
  color: #29abe2;
}
.service-steps .step,
.service-simple-steps .step {
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 70px;
}
.service-steps .step:nth-child(4),
.service-simple-steps .step:nth-child(4) {
  margin-bottom: 0;
}
/* by default steps should go down like a list */
.service-steps .step {
  position: relative;
  vertical-align: bottom;
}
.service-steps .step:before,
.service-steps .step:after {
  content: "";
  position: absolute;
  border-color: #29abe2;
  left: 50%;
  top: 100%;
}
.service-steps .step:before {
  border-style: dashed;
  border-width: 0 0 0 2px;
  margin-top: 20px;
  height: 59px;
}
.service-steps .step:after {
  border-radius: 50%;
  width: 13px;
  height: 13px;
  border-style: solid;
  border-width: 2px;
  margin-left: -5.5px;
  margin-top: 83px;
}
.service-steps .step:nth-child(4):after,
.service-steps .step:nth-child(4):before {
  display: none;
}
.service-simple-steps .step-separator {
  display: none;
  padding: 0 40px;
  font-size: 34px;
  line-height: 70px;
  color: #29abe2;
}
@media (min-width: 1200px) {
  /* for higher resolutions make steps go horizontaly */
  .service-simple-steps .step,
  .service-steps .step {
    float: left;
  }
  .service-simple-steps .step-separator {
    display: block;
    float: left;
  }
  .service-simple-steps .step {
    width: 200px;
    display: table;
  }
  .service-simple-steps .step-number {
    padding-right: 10px;
    vertical-align: top;
    display: table-cell;
  }
  .service-simple-steps .step-text {
    line-height: 1.4;
    display: table-cell;
    vertical-align: bottom;
    text-align: left;
  }
  .service-steps .step:before {
    border-width: 2px;
    margin-top: 0;
    right: 37px;
  }
  .service-steps .step:after {
    left: auto;
    margin: 0;
    right: 20px;
  }
  .service-steps .step:nth-child(2n+1) {
    margin-bottom: 140px;
  }
  .service-steps .step:nth-child(2n) {
    margin-top: 140px;
    margin-bottom: 0;
  }
  .service-steps .step:nth-child(1):before {
    border-top-width: 0;
    border-right-width: 0;
    margin-top: 20px;
    height: 85px;
  }
  .service-steps .step:nth-child(1):after {
    right: 20px;
    margin-top: 98.5px;
  }
  .service-steps .step:nth-child(2):before,
  .service-steps .step:nth-child(2):after {
    bottom: 100%;
    top: auto;
  }
  .service-steps .step:nth-child(2):before {
    border-bottom-width: 0;
    border-right-width: 0;
    height: 131px;
    margin-bottom: -26px;
  }
  .service-steps .step:nth-child(2):after {
    margin-bottom: 98.5px;
  }
  .service-steps .step:nth-child(3):before,
  .service-steps .step:nth-child(3):after {
    display: none;
  }
  .service-steps .step:nth-child(4):before,
  .service-steps .step:nth-child(4):after {
    display: block;
    bottom: 100%;
    top: auto;
    right: 50%;
  }
  .service-steps .step:nth-child(4):before {
    border-bottom-width: 0;
    border-left-width: 0;
    left: 20px;
    height: 91px;
    margin-bottom: -9px;
  }
  .service-steps .step:nth-child(4):after {
    margin-right: -6.5px;
    margin-bottom: -26px;
  }
}
/*------------------------------------------------------------------
    [21. Items (services)]
*/
/* Simple items */
.item {
  background: #fff;
}
.item {
  zoom: 1;
}
.item:before,
.item:after {
  content: "";
  display: table;
  clear: both;
}
.item-content {
  padding: 40px 20px 20px;
}
.item-content {
  zoom: 1;
}
.item-content:before,
.item-content:after {
  content: "";
  display: table;
  clear: both;
}
.item-title {
  font-family: Montserrat;
  font-weight: 600;
  color: #29abe2;
  font-size: 16px;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-text {
  text-align: justify;
  line-height: 1.6;
  margin-bottom: 30px;
  height: 66px;
  overflow: hidden;
}
/* Items block with side title and description, i.e. Homepage 2 services block */
.side-items-head {
  zoom: 1;
}
.side-items-head:before,
.side-items-head:after {
  content: "";
  display: table;
  clear: both;
}
.side-items-head h2 {
  padding: 20px;
  background-color: #fff;
}
.side-items {
  clear: both;
  float: left;
}
.side-items {
  zoom: 1;
}
.side-items:before,
.side-items:after {
  content: "";
  display: table;
  clear: both;
}
.item.solid .block-link {
  margin: 20px 20px 0;
}
@media (min-width: 768px) {
  .side-items-head h2 {
    float: left;
    padding: 30px 30px 200px;
    margin: 0 20px 0 0;
  }
  .side-items-head p {
    padding-top: 30px;
  }
  .side-items {
    margin: -150px 0 0 100px;
  }
}
/*------------------------------------------------------------------
    [22. Testimonials]
*/
.simple-testimonial .tt-title {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  color: #35354a;
  margin-bottom: 5px;
}
.simple-testimonial .tt-rating {
  color: #29abe2;
  font-size: 18px;
  margin-bottom: 15px;
}
.simple-testimonial .tt-star {
  margin: 0 3px;
}
.simple-testimonial .tt-content {
  padding: 15px 35px 25px;
  position: relative;
  z-index: 1;
  line-height: 1.6;
  text-align: justify;
  text-align-last: center;
  overflow: hidden;
}
.simple-testimonial .tt-quote {
  position: absolute;
  left: 0;
  top: -40px;
  font-family: Montserrat;
  font-weight: 900;
  font-size: 220px;
  color: #29abe2;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  line-height: 1;
  z-index: -1;
}
.simple-testimonial .tt-icon {
  margin-bottom: 10px;
}
.simple-testimonial .pexx-tt-user-title {
  font-weight: 600;
  color: #35354a;
  font-size: 18px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .simple-testimonial .tt-title {
    margin-bottom: 20px;
  }
  .simple-testimonial .tt-rating {
    margin-bottom: 30px;
  }
  .simple-testimonial .tt-star {
    margin: 0 5px;
  }
  .simple-testimonial .tt-content {
    margin-bottom: 10px;
  }
}
/*------------------------------------------------------------------
    [23. Contact block]
*/
.contact-table {
  padding-top: 30px;
  padding-bottom: 30px;
}
.contact-icon {
  font-size: 60px;
}
.contact-content,
.contact-icon {
  padding: 15px 0;
}
.contact-title {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .contact-table {
    display: table;
    width: 100%;
    min-height: 150px;
  }
  .contact-icon,
  .contact-content,
  .contact-btn {
    display: table-cell;
    vertical-align: middle;
  }
  .contact-content,
  .contact-icon {
    padding-right: 40px;
  }
  .contact-icon,
  .contact-btn {
    width: 1%;
  }
}
/*------------------------------------------------------------------
    [24. Map with contact information]
*/
.map-section {
  position: relative;
}
.map-section .iframe,
.map-section .gmap {
  width: 100%;
  height: 500px;
  display: block;
  border: 0 none;
  z-index: 1;
}
.our-info {
  padding: 30px 20px 15px;
  max-width: 1200px;
  z-index: 1;
  position: relative;
}
.our-info {
  zoom: 1;
}
.our-info:before,
.our-info:after {
  content: "";
  display: table;
  clear: both;
}
.info-container {
  zoom: 1;
}
.info-container:before,
.info-container:after {
  content: "";
  display: table;
  clear: both;
}
.info-title {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}
.info-line {
  margin-bottom: 10px;
}
.info-line {
  zoom: 1;
}
.info-line:before,
.info-line:after {
  content: "";
  display: table;
  clear: both;
}
.info-line:last-child {
  margin-bottom: 0;
}
.info-icon {
  margin-right: 5px;
}
.info-block + .info-block {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .our-info {
    display: table;
    width: 100%;
    padding: 50px 0 20px;
  }
  .our-info .info-block {
    display: table-cell;
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .map-section .info-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .map-section .info-wrap.top {
    bottom: auto;
    top: 0;
  }
  .info-container {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
  }
  .our-info {
    width: 66.6666%;
    left: 16.6666%;
  }
  .our-info.side {
    display: block;
    width: 370px;
    float: right;
    left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .our-info.side .info-block {
    display: block;
    padding: 0;
  }
  .our-info.side .info-block + .info-block {
    margin-top: 50px;
  }
}
/*------------------------------------------------------------------
    [25. Team/members]
*/
.member-info {
  padding: 20px;
}
.member-info .socials {
  margin-top: 20px;
}
.member-title {
  font-size: 18px;
  font-weight: 600;
  color: #35354a;
  line-height: 1.6;
}
/*------------------------------------------------------------------
    [26. Content text]
    Block with content text and images
    Add extra offset for content images, and make it take max 100% of block width.
    Add extra offset for lists and tables
*/
.content-text img {
  margin-bottom: 20px;
  max-width: 100%;
}
.content-text img.pull-left {
  margin-right: 20px;
}
.content-text img.pull-right {
  margin-left: 20px;
}
.content-text table,
.content-text ul {
  margin-bottom: 20px;
}
.content-text ul {
  line-height: 1.6;
}
.content-text li + li {
  margin-top: 5px;
}
/*------------------------------------------------------------------
    [27. Paginator]
*/
.paginator {
  margin: 20px -5px 0;
  display: inline-block;
  vertical-align: top;
}
.paginator {
  zoom: 1;
}
.paginator:before,
.paginator:after {
  content: "";
  display: table;
  clear: both;
}
.paginator a,
.paginator span {
  margin: 0 5px;
  display: inline-block;
  float: left;
  color: #666;
  padding: 0 10px;
  line-height: 26px;
  min-width: 26px;
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
}
.paginator a.active,
.paginator span.active {
  color: #fff;
  background: #29abe2;
}
.paginator a:hover,
.paginator a:focus {
  color: #29abe2;
}
.paginator .previous,
.paginator .next {
  color: #29abe2;
  position: relative;
}
.paginator .previous:after,
.paginator .next:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid;
}
.paginator .previous:hover,
.paginator .next:hover,
.paginator .previous:focus,
.paginator .next:focus {
  color: #35354a;
}
/*------------------------------------------------------------------
    [28. Lines]
*/
/*
    .line-* - simple lines with dot at the side(s)
*/
.line-right,
.line-left,
.line-sides {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: relative;
}
.line-right:before,
.line-left:before,
.line-sides:before,
.line-right:after,
.line-left:after,
.line-sides:after {
  content: "";
  position: absolute;
  left: 0px;
  top: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: inherit;
}
.line-right:after,
.line-left:after,
.line-sides:after {
  left: auto;
  right: 0px;
}
.line-right:before,
.line-left:after {
  display: none;
}
/*
    .hard-line-* - adds hard line at a block side with an inset
*/
.hard-line-right,
.hard-line-left {
  position: relative;
}
.hard-line-right {
  padding-right: 15px;
  border-right: 4px solid #29abe2;
}
.hard-line-left {
  padding-left: 15px;
  border-left: 4px solid #29abe2;
}
/*------------------------------------------------------------------
    [29. Solid Borders]
*/
/*
    .solid-border-* - adds solid border at a block side
*/
.solid-border-top {
  border-top: 2px solid #29abe2;
}
.solid-border-left {
  border-left: 2px solid #29abe2;
}
.solid-border-right {
  border-right: 2px solid #29abe2;
}
.solid-border-bottom {
  border-bottom: 2px solid #29abe2;
}
.solid-border-left {
  border-left: 2px solid #29abe2;
}
/*------------------------------------------------------------------
    [30. Selectable categories]
    Categories links for dynamic sorting (Services, Projects pages)
*/
.selectable-categories a {
  margin: 0 10px 10px;
  font-weight: 600;
  display: inline-block;
}
/*------------------------------------------------------------------
    [31. Page Sidebar]
*/
@media (min-width: 768px) {
  .page-content {
    width: 100%;
    min-height: 1px;
  }
  .page-sidebar {
    width: 300px;
  }
  .page-sidebar-right .page-content {
    float: left;
    padding-right: 350px;
  }
  .page-sidebar-right .page-sidebar {
    float: left;
    margin-left: -300px;
  }
  .page-sidebar-left .page-content {
    float: right;
    padding-left: 350px;
  }
  .page-sidebar-left .page-sidebar {
    float: right;
    margin-right: -300px;
  }
}
/*------------------------------------------------------------------
    [32. Page path info]
*/
.page-path {
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
}
.page-path {
  zoom: 1;
}
.page-path:before,
.page-path:after {
  content: "";
  display: table;
  clear: both;
}
.page-path li {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 12px;
  float: left;
}
.page-path li a {
  color: inherit;
}
.page-path li a:hover,
.page-path li a:focus,
.page-path li a:active,
.page-path li a.active {
  color: #29abe2;
}
.page-path li:last-child {
  color: #29abe2;
}
.page-path .path-separator {
  padding: 0 10px;
  color: #29abe2;
}
/*------------------------------------------------------------------
    [33. Contact info]
*/
.info-item {
  display: table;
  border-collapse: separate;
  width: 100%;
}
.info-item .icon,
.info-item .text {
  display: table-cell;
  vertical-align: middle;
}
.info-item .icon {
  width: 90px;
  padding-right: 20px;
}
.info-item .icon img {
  max-width: 100%;
}
/*------------------------------------------------------------------
    [34. Accordion]
*/
.accordion,
.accordion-item,
.accordion-content {
  zoom: 1;
}
.accordion:before,
.accordion-item:before,
.accordion-content:before,
.accordion:after,
.accordion-item:after,
.accordion-content:after {
  content: "";
  display: table;
  clear: both;
}
.accordion-item {
  border: 1px solid #eee;
  margin-top: -1px;
}
.accordion-item:first-child {
  margin-top: 0;
}
.accordion-title,
.accordion-content {
  padding: 20px;
}
.accordion-title {
  display: block;
  color: inherit;
  cursor: pointer;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.accordion-title:hover,
.accordion-title:focus,
.accordion-title:active {
  color: #29abe2;
}
.accordion-title .toggle-icon {
  padding: 0 10px;
}
/*------------------------------------------------------------------
    [35. Articles/Content page]
*/
.articles > .article {
  margin-bottom: 50px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.articles > .article:last-child {
  margin-bottom: 0;
  border-bottom: 0 none;
  padding-bottom: 0;
}
.category,
.author {
  font-size: 13px;
  font-weight: 600;
}
.share {
  font-weight: 600;
}
.article .category {
  margin-bottom: 30px;
}
.description-line {
  font-family: Montserrat;
  font-weight: 600;
}
.description-line {
  zoom: 1;
}
.description-line:before,
.description-line:after {
  content: "";
  display: table;
  clear: both;
}
.description-line > .title,
.description-line > .value {
  float: left;
}
.description-line > .title {
  padding-right: 10px;
  width: 120px;
}
/*------------------------------------------------------------------
    [36. Comments]
*/
.comments .comment {
  margin-top: 20px;
}
.comments .comment:first-child {
  margin-top: 0;
}
.comment {
  position: relative;
  padding-left: 90px;
}
.comment > .content {
  position: relative;
  background-color: #f7f7f7;
  padding: 20px;
}
.comment > .content:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 100%;
  border-style: solid;
  border-color: rgba(247,247,247,0);
  border-width: 8px 10px 8px 0;
  border-right-color: #f7f7f7;
}
.comment > .content > .user-rating {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 14px;
  z-index: 2;
}
.comment > .content > .title {
  margin-bottom: 20px;
  padding-right: 110px;
}
.comment > .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #f7f7f7;
  font-size: 36px;
  text-align: center;
}
.comment > .icon overflow-hidden,
.comment > .icon img {
  width: 100%;
}
/*------------------------------------------------------------------
    [37. Search]
*/
.search-item,
.search-title {
  margin-bottom: 30px;
}
.search-title {
  font-size: 18px;
  font-weight: 700;
  color: #35354a;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.search-item-title,
.search-item-text {
  margin-bottom: 10px;
}
.search-item-text {
  line-height: 1.6;
}
/*------------------------------------------------------------------
    [38. Loader]
*/
.loader-block,
.loader-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.loader-block {
  z-index: 20000;
  display: none;
}
.loader-back {
  z-index: -1;
}
.loader-image {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loader-loading {
  position: relative;
  min-height: 200px;
  overflow: hidden;
}
.loader-loading.body {
  min-height: 100vh;
}
.loader-loading.body .loader-block {
  position: fixed;
}
.loader-loading > .loader-block {
  display: block;
}
/*------------------------------------------------------------------
    [39. In view]
*/
.inview-showup {
  visibility: hidden;
}
/*------------------------------------------------------------------
    [40. Shop]
*/
/* shop categories */
.category-line {
  padding: 20px;
  background-color: #f7f7f7;
  display: block;
  color: inherit;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.category-line:hover {
  background-color: #eee;
}
.category-line.active {
  background-color: #ddd;
}
.categories-list .category-line,
.sub-categories-list .category-line {
  margin-top: 3px;
}
.sub-categories-list {
  display: none;
}
.sub-categories-list > li > .category-line {
  padding-left: 40px;
}
.categories-list > li:first-child > .category-line {
  margin-top: 0;
}
.categories-list .open-sub-link {
  width: 60px;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  height: 100%;
}
.categories-list .open-sub-link .shown-icon,
.categories-list .open-sub-link .hidden-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.categories-list .open-sub-link .shown-icon {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.categories-list > li > .category-line {
  padding-right: 60px;
  position: relative;
}
.categories-list > li.active > .category-line .shown-icon,
.categories-list > li.active > .category-line .hidden-icon {
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
  -moz-transform: translate(-50%, -50%) rotate(360deg);
  -o-transform: translate(-50%, -50%) rotate(360deg);
  -ms-transform: translate(-50%, -50%) rotate(360deg);
  transform: translate(-50%, -50%) rotate(360deg);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.categories-list > li.active > .category-line .hidden-icon {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.categories-list > li.active > .sub-categories-list {
  display: block;
}
/* shop sorting panel */
.shop-line-field {
  zoom: 1;
}
.shop-line-field:before,
.shop-line-field:after {
  content: "";
  display: table;
  clear: both;
}
.shop-line-field label,
.shop-line-field .field-wrap {
  float: left;
  width: auto;
}
.shop-line-field .field-wrap {
  font-family: Montserrat;
}
.shop-line-field .field-back {
  display: none;
}
.shop-line-field label {
  color: #999;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  padding: 12px 0;
  margin: 0;
}
.shop-line-field .select-arrow {
  width: 32px;
  font-size: 14px;
}
.shop-line-field .select-arrow,
.shop-line-field .chosen-single {
  color: #333;
}
.shop-line-field .chosen-single span,
.shop-line-field .chosen-single input {
  padding-right: 42px;
  font-weight: 700;
}
.shop-line-field .chosen-container:hover .chosen-single,
.shop-line-field .chosen-container.chosen-container-active .chosen-single,
.shop-line-field .chosen-container:hover ~ .select-arrow,
.shop-line-field .chosen-container.chosen-container-active ~ .select-arrow {
  color: #29abe2;
}
.shop-line-field .input-group-state .positioned {
  left: 0;
}
.shop-line-field.field-disabled .select-arrow,
.shop-line-field.field-disabled .chosen-single {
  color: #ccc;
}
.shop-results-text {
  color: #999;
  font-weight: 600;
  line-height: 20px;
  padding: 12px 0;
}
/* shop items, featured */
.item-label {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
  background: #666;
  display: inline-block;
  border-radius: 3px;
  font-family: Montserrat;
  font-weight: 500;
  vertical-align: bottom;
}
.item-label + .item-label {
  margin-left: 5px;
}
.item-label-sm {
  padding: 3px 8px;
  font-size: 11px;
}
a.item-label {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-box-shadow: 0 0 0 #333;
  box-shadow: 0 0 0 #333;
}
a.item-label:hover {
  color: #fff;
  -webkit-box-shadow: 0 5px 10px #333;
  box-shadow: 0 5px 10px #333;
}
.item-label-sale {
  background: #ed1b23;
}
.item-label-top {
  background: #35354a;
}
.item-label-trending {
  background: #29abe2;
}
.item-label-new {
  background: #49cd20;
}
.item-categories {
  color: #999;
}
.item-old-price {
  color: #999;
  text-decoration: line-through;
  font-family: Montserrat;
}
.item-price {
  color: #35354a;
  font-family: Montserrat;
}
.shop-item {
  position: relative;
  z-index: 1;
}
.shop-item .item-lables {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
}
.shop-item .item-lables .item-label {
  position: relative;
  float: left;
  z-index: 2;
}
.shop-item .item-content {
  padding: 0 100px 0 0;
}
.shop-item .item-content .item-prices {
  text-align: right;
  width: 90px;
  margin-right: -100px;
  float: right;
}
.shop-item .item-content .item-price {
  margin-bottom: 10px;
}
.shop-item .item-textes {
  width: 100%;
  float: left;
}
.shop-item .item-price {
  font-size: 18px;
  font-weight: 700;
}
.shop-item .item-old-price {
  font-weight: 700;
  text-decoration: line-through;
}
.shop-item .item-title {
  font-size: 14px;
  margin-bottom: 10px;
  color: #35354a;
}
.shop-item .item-categories {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shop-item .item-price,
.shop-item .item-title {
  line-height: 20px;
}
.shop-item .item-links {
  margin-top: 10px;
  text-align: right;
}
.shop-item .item-links a,
.shop-item .item-links .btn {
  margin-top: 10px;
}
.shop-item .item-links a + a,
.shop-item .item-links .btn + a,
.shop-item .item-links a + .btn,
.shop-item .item-links .btn + .btn {
  margin-left: 10px;
}
.shop-item-simple,
.item-image-wrap {
  padding: 20px;
  position: relative;
}
.shop-item-simple .item-back,
.item-image-wrap .item-back {
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.35);
  box-shadow: 0 0 0 rgba(0,0,0,0.35);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  border: 1px dashed #eee;
}
.shop-item-simple:hover,
.item-image-wrap:hover {
  z-index: 2;
}
.shop-item-simple:hover .item-back,
.item-image-wrap:hover .item-back {
  border-style: solid;
  -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.35);
  box-shadow: 0 5px 20px rgba(0,0,0,0.35);
}
.item-image-wrap {
  margin-bottom: 20px;
}
.shop-item-lined .item-price,
.shop-item-lined .item-old-price {
  display: inline-block;
}
.shop-item-lined .item-prices > div {
  margin-left: 10px;
  margin-right: 10px;
}
.shop-item-lined .item-links {
  text-align: inherit;
}
/* Shop side featured product */
.shop-side-featured .item-lables {
  left: 0;
  right: 0;
  top: 0;
}
.shop-side-featured .item-descripton {
  margin-top: 20px;
  line-height: 1.8;
}
/* Shop side products */
.shop-side-item {
  padding-left: 100px;
  position: relative;
}
.shop-side-item {
  zoom: 1;
}
.shop-side-item:before,
.shop-side-item:after {
  content: "";
  display: table;
  clear: both;
}
.shop-side-item + .shop-side-item {
  margin-top: 20px;
}
.shop-side-item .item-side-image,
.shop-side-item .item-side {
  float: left;
}
.shop-side-item .item-side-image {
  margin-left: -100px;
  width: 80px;
}
.shop-side-item .item-title {
  font-size: 14px;
  white-space: normal;
  margin-bottom: 5px;
  overflow: visible;
  color: #35354a;
}
.shop-side-item .item-categories,
.shop-side-item .item-quantity {
  font-size: 12px;
  margin-bottom: 5px;
}
.shop-side-item .item-prices {
  margin-top: 10px;
}
.shop-side-item .item-prices {
  zoom: 1;
}
.shop-side-item .item-prices:before,
.shop-side-item .item-prices:after {
  content: "";
  display: table;
  clear: both;
}
.shop-side-item .item-old-price,
.shop-side-item .item-price {
  float: left;
  font-weight: 700;
}
.shop-side-item .item-old-price {
  margin-left: 5px;
}
.shop-side-item.cart-item {
  padding-right: 20px;
}
.shop-side-item.cart-item .remove {
  position: absolute;
  right: 0;
  top: 0;
}
/* Cart block */
.block-cart {
  position: fixed;
  right: 0;
  top: 0;
  width: 340px;
  z-index: 100;
  height: 100%;
}
.block-cart .items {
  margin: 30px 0;
}
.block-cart .cart-inner {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 20px;
  -webkit-box-shadow: 0 5px 5px #666;
  box-shadow: 0 5px 5px #666;
}
.block-cart .close-link {
  background-color: #29abe2;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  right: auto;
  left: 0;
  font-size: 18px;
  position: absolute;
}
.block-cart .close-link:hover,
.block-cart .close-link:focus {
  background-color: #35354a;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.block-cart .cart-price-title,
.block-cart .cart-price {
  color: #35354a;
  line-height: 18px;
}
.block-cart .cart-price-title {
  font-weight: 600;
}
.block-cart .cart-price {
  font-size: 16px;
  font-weight: 700;
  font-family: Montserrat;
}
.user-rating {
  zoom: 1;
}
.user-rating:before,
.user-rating:after {
  content: "";
  display: table;
  clear: both;
}
.user-rating .rating-star {
  display: inline-block;
  float: left;
  height: auto;
  width: 1.2em;
  line-height: 1.2;
  color: #fc0;
}
.user-rating .rating-star + .rating-star {
  margin-left: 3px;
}
.user-reviews {
  color: #999;
  font-family: Montserrat;
  font-weight: 500;
}
.user-feedback {
  margin-left: -20px;
}
.user-feedback {
  zoom: 1;
}
.user-feedback:before,
.user-feedback:after {
  content: "";
  display: table;
  clear: both;
}
.user-feedback > div {
  float: left;
  padding-left: 20px;
}
.product-price,
.product-available {
  color: #35354a;
  font-family: Montserrat;
  margin: 20px 0;
}
.product-price {
  font-size: 30px;
  font-weight: 600;
}
.product-available {
  font-weight: 500;
}
.product-short {
  margin: 20px 0;
  line-height: 1.8;
}
.description-lines,
.description-line {
  position: relative;
}
.description-lines,
.description-line {
  zoom: 1;
}
.description-lines:before,
.description-line:before,
.description-lines:after,
.description-line:after {
  content: "";
  display: table;
  clear: both;
}
.description-line .description-title,
.description-line .description-value {
  float: left;
  font-family: Montserrat;
  font-weight: 600;
}
.description-line .description-title {
  color: #999;
}
.description-line .description-value {
  padding-left: 10px;
}
.description-line + .description-line {
  margin-top: 10px;
}
.description-table .table-line {
  display: table;
  width: 100%;
  background-color: transparent;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.description-table .table-line:nth-child(even) {
  background-color: #fafafa;
}
.description-table .table-line:hover {
  background-color: #eee;
}
.description-table .col-title,
.description-table .col-value {
  display: table-cell;
  padding: 10px 20px 10px 0;
  line-height: 1.6;
  font-size: 16px;
}
.description-table .col-title {
  width: 160px;
  font-weight: 500;
  padding-left: 20px;
}
.cart-line-items .items-head {
  display: none;
}
.cart-line-items .items-head,
.cart-line-items .cart-item-line {
  position: relative;
  border-bottom: 1px solid #eee;
}
.cart-line-items .items-head,
.cart-line-items .cart-item-line {
  zoom: 1;
}
.cart-line-items .items-head:before,
.cart-line-items .cart-item-line:before,
.cart-line-items .items-head:after,
.cart-line-items .cart-item-line:after {
  content: "";
  display: table;
  clear: both;
}
.cart-line-items .cart-item-line {
  padding: 10px 0;
}
.cart-line-items .item-image,
.cart-line-items .item-name,
.cart-line-items .item-price,
.cart-line-items .item-quantity,
.cart-line-items .item-total,
.cart-line-items .item-remove {
  float: left;
  padding: 10px;
}
.cart-line-items .item-image {
  width: 130px;
  padding: 10px 20px;
}
.cart-line-items .item-name {
  width: 100%;
}
.cart-line-items .item-price {
  clear: left;
}
.cart-line-items .item-price,
.cart-line-items .item-total {
  width: 120px;
}
.cart-line-items .item-quantity {
  width: 150px;
}
.cart-line-items .item-remove {
  padding-right: 20px;
  width: 40px;
}
.cart-line-items .items-head {
  text-align: center;
  font-family: Montserrat;
  font-weight: 600;
  color: #35354a;
  font-size: 13px;
}
.cart-line-items .items-head .item-name {
  text-align: left;
}
.cart-line-items .cart-item-line .item-name,
.cart-line-items .cart-item-line .item-price,
.cart-line-items .cart-item-line .item-total,
.cart-line-items .cart-item-line .item-remove {
  padding-top: 20px;
}
.cart-line-items .cart-item-line .item-name,
.cart-line-items .cart-item-line .item-price,
.cart-line-items .cart-item-line .item-total {
  font-family: Montserrat;
  font-weight: 600;
  color: #35354a;
  font-size: 16px;
  line-height: 1.6;
}
.cart-line-items .cart-item-line .item-name {
  padding-left: 140px;
  padding-right: 30px;
  margin-left: -140px;
}
.cart-line-items .cart-item-line .item-price,
.cart-line-items .cart-item-line .item-total {
  text-align: center;
}
.cart-line-items .cart-item-line .item-remove {
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .cart-line-items .items-head,
  .cart-line-items .cart-item-line {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .cart-line-items .item-image,
  .cart-line-items .item-name,
  .cart-line-items .item-price,
  .cart-line-items .item-quantity,
  .cart-line-items .item-total,
  .cart-line-items .item-remove {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
  .cart-line-items .cart-item-line .item-remove {
    position: relative;
  }
  .cart-line-items .cart-item-line .item-name {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cart-total-line {
  font-family: Montserrat;
  font-weight: 500;
  color: #35354a;
  font-size: 16px;
  line-height: 1.4;
}
.cart-total-line {
  zoom: 1;
}
.cart-total-line:before,
.cart-total-line:after {
  content: "";
  display: table;
  clear: both;
}
.cart-total-line .title,
.cart-total-line .value {
  float: left;
}
.cart-total-line .title {
  width: 100%;
  padding-right: 160px;
}
.cart-total-line .value {
  margin-left: -160px;
  width: 160px;
  padding-left: 20px;
  text-align: right;
}
.checkout-total-line {
  font-family: Montserrat;
  font-weight: 500;
  color: #35354a;
  line-height: 1.4;
  padding: 10px 20px;
}
.checkout-total-line {
  zoom: 1;
}
.checkout-total-line:before,
.checkout-total-line:after {
  content: "";
  display: table;
  clear: both;
}
.checkout-total-line .title,
.checkout-total-line .value {
  float: left;
}
.checkout-total-line .title {
  width: 100%;
  padding-right: 160px;
}
.checkout-total-line .value {
  margin-left: -160px;
  width: 160px;
  padding-left: 20px;
  text-align: right;
}
.checkout-total-line .value-line + .value-line {
  margin-top: 10px;
}
.checkout-total-separator {
  border-top: 2px solid #eee;
  margin: 10px 20px;
}
/*------------------------------------------------------------------
    [41. Tabs]
*/
.tabs-lined .tabs-head {
  zoom: 1;
}
.tabs-lined .tabs-head:before,
.tabs-lined .tabs-head:after {
  content: "";
  display: table;
  clear: both;
}
.tabs-lined .tabs-head li {
  float: left;
  padding: 0 10px;
  line-height: 46px;
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 600;
  display: inline-block;
  white-space: nowrap;
}
.tabs-lined .tabs-head li:first-child {
  padding-left: 0;
}
.tabs-lined .tabs-head li:last-child {
  padding-right: 0;
}
.tabs-lined .tabs-head li > a {
  color: #999;
}
.tabs-lined .tabs-head li > a:hover,
.tabs-lined .tabs-head li > a:focus {
  color: #29abe2;
}
.tabs-lined .tabs-head li > a.active {
  color: #35354a !important;
}
.tabs-lined .tabs-line {
  position: relative;
  height: 2px;
  width: 100%;
  background-color: #999;
}
.tabs-lined .tab-active-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #29abe2;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.tabs-lined .tabs-content {
  margin-top: 20px;
  position: relative;
}
.tabs-lined .tab-content {
  display: none;
}
.tabs-lined .tab-content.hiding {
  position: absolute;
  left: 0;
  top: 0;
  max-height: 100%;
  overflow: hidden;
}
/*------------------------------------------------------------------
    42. Sign In
*/
.sign-in-form .item-side {
  border-top: 1px solid #eee;
  padding-top: 30px;
}
.sign-in-form .item-subtitle {
  padding-top: 8px;
}
@media (min-width: 768px) {
  .sign-in-form .item-side {
    border-left: 1px solid #eee;
    padding-left: 30px;
    border-top: 0 none;
    padding-top: 0;
  }
}
/*------------------------------------------------------------------
    43. User Dashboard Menu
*/
.user-dashboard-menu {
  background-color: #35354a;
  margin-top: 30px;
  padding: 0 10px;
  color: #fff;
  text-align: center;
}
.user-dashboard-menu {
  zoom: 1;
}
.user-dashboard-menu:before,
.user-dashboard-menu:after {
  content: "";
  display: table;
  clear: both;
}
.user-dashboard-menu > ul > li {
  line-height: 40px;
}
.user-dashboard-menu .menu-item {
  margin: 0 10px;
  position: relative;
}
.user-dashboard-menu .menu-item:after {
  content: "";
  position: absolute;
  left: -4px;
  right: 150%;
  bottom: 4px;
  height: 4px;
  background-color: #29abe2;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.user-dashboard-menu .menu-item:hover:after,
.user-dashboard-menu .menu-item:focus:after,
.user-dashboard-menu .menu-item:active:after {
  right: -4px;
}
.user-dashboard-menu .menu-item a {
  display: inline-block;
  vertical-align: top;
}
.user-dashboard-menu .menu-item a,
.user-dashboard-menu .menu-item a:hover,
.user-dashboard-menu .menu-item a:focus,
.user-dashboard-menu .menu-item a:active {
  color: inherit;
}
.user-dashboard-menu .menu-btn .btn {
  height: 40px;
  line-height: 40px;
  vertical-align: top;
  width: 100%;
}
.user-dashboard-menu .menu-stick-right {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .user-dashboard-menu > ul > li {
    float: left;
    display: inline-block;
    vertical-align: top;
  }
  .user-dashboard-menu .menu-stick-right {
    float: right !important;
    margin-left: 0;
  }
}
/*------------------------------------------------------------------
    44. User Ticket
*/
.user-ticket {
  background-color: transparent;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  position: relative;
}
.user-ticket + .user-ticket {
  margin-top: -1px;
  border-top: 1px solid transparent;
}
.user-ticket .item-header,
.user-ticket .user-ticket-info-line {
  font-family: Montserrat;
  font-weight: 600;
}
.user-ticket .user-ticket-status.pending {
  color: #999;
}
.user-ticket .user-ticket-status.diagnostic {
  color: #29abe2;
}
.user-ticket .user-ticket-status.repair {
  color: #d33232;
}
.user-ticket .user-ticket-status.complete {
  color: #3fbf7b;
}
.user-ticket .item-content {
  display: none;
  padding: 0;
}
.user-ticket .user-ticket-field-like {
  text-transform: none;
  font-family: Raleway;
  font-weight: 400;
  background-color: #fff;
  padding: 10px 20px;
  text-align: left;
  overflow-y: auto;
  height: 95px;
  line-height: 1.8;
}
.user-ticket .item-header {
  line-height: 30px;
  padding: 20px 0 20px 20px;
  cursor: pointer;
  position: relative;
  color: #35354a;
  border-bottom: 1px solid #ccc;
}
.user-ticket .user-ticket-show-more-icon {
  color: #29abe2;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.user-ticket .user-ticket-show-more-icon:hover,
.user-ticket .user-ticket-show-more-icon:focus,
.user-ticket .user-ticket-show-more-icon:active {
  color: #35354a;
}
@media (min-width: 768px) {
  .user-ticket .item-header {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .user-ticket .item-header > div {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .user-ticket .user-ticket-show-more {
    width: 40px;
    text-align: center;
  }
  .user-ticket .user-ticket-number {
    width: 70px;
  }
  .user-ticket .user-ticket-date {
    width: 95px;
    text-align: center;
  }
  .user-ticket .user-ticket-price {
    width: 90px;
    text-align: center;
  }
  .user-ticket .user-ticket-status {
    width: 120px;
    text-align: center;
  }
}
.user-ticket .user-ticket-info {
  padding: 30px 20px 20px;
}
.user-ticket .user-ticket-info .user-ticket-field-like {
  margin-top: 10px;
}
.user-ticket .user-ticket-info-line {
  line-height: 1.8;
}
.user-ticket .user-ticket-info-line + .user-ticket-info-line {
  margin-top: 5px;
}
.user-ticket .user-ticket-info-value {
  color: #35354a;
}
@media (min-width: 768px) {
  .user-ticket .user-ticket-info-line {
    display: table;
    width: 100%;
  }
  .user-ticket .user-ticket-info-title,
  .user-ticket .user-ticket-info-value,
  .user-ticket .user-ticket-info-text {
    display: table-cell;
    vertical-align: top;
  }
  .user-ticket .user-ticket-info-title {
    white-space: nowrap;
    width: 1%;
    padding-right: 5px;
  }
  .user-ticket .user-ticket-info .user-ticket-field-like {
    margin-top: -10px;
  }
}
.user-ticket .user-ticket-steps-wrap {
  background-color: #f7f7f7;
  text-align: center;
  padding: 30px 20px 20px;
}
.user-ticket .user-ticket-step-separator {
  display: none;
  width: 80px;
  font-size: 34px;
  line-height: 70px;
  color: #29abe2;
  float: left;
  padding-top: 10px;
  height: 85px;
}
.user-ticket .user-ticket-steps {
  display: inline-block;
  vertical-align: top;
  margin-top: -10px;
}
.user-ticket .user-ticket-steps {
  zoom: 1;
}
.user-ticket .user-ticket-steps:before,
.user-ticket .user-ticket-steps:after {
  content: "";
  display: table;
  clear: both;
}
.user-ticket .user-ticket-step {
  padding-top: 10px;
  color: #29abe2;
}
.user-ticket .user-ticket-step {
  zoom: 1;
}
.user-ticket .user-ticket-step:before,
.user-ticket .user-ticket-step:after {
  content: "";
  display: table;
  clear: both;
}
.user-ticket .user-ticket-step float-left ~ .user-ticket-step,
.user-ticket .user-ticket-step.active ~ .user-ticket-step,
.user-ticket .user-ticket-step float-left ~ .user-ticket-step-separator,
.user-ticket .user-ticket-step.active ~ .user-ticket-step-separator {
  color: #999;
}
.user-ticket .user-ticket-step float-left + .user-ticket-step-separator,
.user-ticket .user-ticket-step.active + .user-ticket-step-separator {
  color: #29abe2;
}
.user-ticket .user-ticket-step-number,
.user-ticket .user-ticket-step-title {
  display: inline-block;
}
.user-ticket .user-ticket-step-number {
  font-family: Montserrat;
  font-weight: 800;
  font-size: 48px;
  padding-right: 10px;
  width: 50px;
  text-align: right;
}
.user-ticket .user-ticket-step-title {
  font-size: 24px;
  font-weight: 600;
}
.user-ticket .user-ticket-step-date {
  font-family: Montserrat;
  font-weight: 500;
  color: #666;
}
@media (min-width: 768px) {
  .user-ticket .user-ticket-step-date {
    padding-left: 50px;
  }
  .user-ticket .user-ticket-step {
    float: left;
    width: 200px;
    height: 85px;
  }
  .user-ticket .user-ticket-step-separator {
    display: block;
  }
}
.user-ticket .user-ticket-summary {
  padding: 30px 20px 20px;
}
.user-ticket .user-ticket-commentary-title,
.user-ticket .user-ticket-cost-line,
.user-ticket .user-ticket-commentary-date {
  font-family: Montserrat;
  font-weight: 600;
}
.user-ticket .user-ticket-commentary {
  position: relative;
}
.user-ticket .user-ticket-commentary-title {
  font-size: 16px;
  color: #35354a;
  margin-bottom: 10px;
}
.user-ticket .user-ticket-commentary-date {
  margin-bottom: 10px;
  font-weight: 500;
}
.user-ticket .user-ticket-totals {
  display: inline-block;
  vertical-align: top;
  min-width: 200px;
  margin-top: 30px;
}
.user-ticket .user-ticket-cost-line {
  color: #35354a;
  margin-top: 10px;
}
.user-ticket .user-ticket-cost-line {
  zoom: 1;
}
.user-ticket .user-ticket-cost-line:before,
.user-ticket .user-ticket-cost-line:after {
  content: "";
  display: table;
  clear: both;
}
.user-ticket .user-ticket-cost-title {
  float: left;
  margin-right: 30px;
}
.user-ticket .user-ticket-cost-value {
  float: right;
}
.user-ticket .user-ticket-total {
  font-size: 16px;
  margin-top: 20px;
  color: #29abe2;
}
@media (min-width: 768px) {
  .user-ticket .user-ticket-commentary-date {
    position: absolute;
    right: 0;
    top: 2px;
  }
  .user-ticket .user-ticket-totals {
    float: right;
  }
}
.user-ticket.active {
  background-color: #eee;
}
.user-ticket.active .item-content {
  display: block;
}
.user-ticket.active .user-ticket-show-more-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .user-ticket {
    text-align: center;
  }
  .user-ticket .item-header {
    padding: 80px 20px 90px;
  }
  .user-ticket .user-ticket-show-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .user-ticket .user-ticket-number,
  .user-ticket .user-ticket-date {
    position: absolute;
    top: 20px;
  }
  .user-ticket .user-ticket-price,
  .user-ticket .user-ticket-status {
    position: absolute;
    bottom: 30px;
    line-height: 1;
  }
  .user-ticket .user-ticket-number,
  .user-ticket .user-ticket-price {
    left: 20px;
  }
  .user-ticket .user-ticket-date,
  .user-ticket .user-ticket-status {
    right: 20px;
  }
  .user-ticket .user-ticket-number,
  .user-ticket .user-ticket-date,
  .user-ticket .user-ticket-status {
    font-size: 13px;
  }
  .user-ticket .user-ticket-device {
    font-size: 18px;
  }
  .user-ticket .user-ticket-price {
    font-size: 20px;
  }
}
/*------------------------------------------------------------------
    45. User order
*/
.user-order {
  background-color: transparent;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  position: relative;
}
.user-order + .user-order {
  margin-top: -1px;
  border-top: 1px solid transparent;
}
.user-order .item-header,
.user-order .user-order-info-line {
  font-family: Montserrat;
  font-weight: 600;
}
.user-order .user-order-status.on-hold,
.user-order .user-order-status.pending {
  color: #999;
}
.user-order .user-order-status.processing {
  color: #29abe2;
}
.user-order .user-order-status.completed {
  color: #3fbf7b;
}
.user-order .user-order-status.failed,
.user-order .user-order-status.cancelled,
.user-order .user-order-status.refunded {
  color: #d33232;
}
.user-order .item-content {
  display: none;
  padding: 0;
}
.user-order .item-header {
  line-height: 30px;
  padding: 20px 0 20px 20px;
  cursor: pointer;
  position: relative;
  color: #35354a;
  border-bottom: 1px solid #ccc;
}
.user-order .user-order-show-more-icon {
  color: #29abe2;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.user-order .user-order-show-more-icon:hover,
.user-order .user-order-show-more-icon:focus,
.user-order .user-order-show-more-icon:active {
  color: #35354a;
}
@media (min-width: 768px) {
  .user-order .item-header {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .user-order .item-header > div {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .user-order .user-order-show-more {
    width: 40px;
    text-align: center;
  }
  .user-order .user-order-number {
    width: 120px;
  }
  .user-order .user-order-date {
    width: 95px;
    text-align: center;
  }
  .user-order .user-order-price {
    width: 110px;
    text-align: center;
  }
  .user-order .user-order-status {
    width: 120px;
    text-align: center;
  }
}
.user-order .user-order-summary {
  padding: 20px;
}
.user-order .user-order-items {
  padding: 20px;
  background-color: #f7f7f7;
  font-family: Montserrat;
  font-weight: 600;
}
.user-order .user-order-items-head,
.user-order .user-order-item {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.user-order .user-order-items-head > div,
.user-order .user-order-item > div {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
.user-order .user-order-items-head >:first-child,
.user-order .user-order-item >:first-child {
  padding-left: 0;
}
.user-order .user-order-items-head {
  display: none;
  padding-bottom: 20px;
}
.user-order .user-order-item {
  color: #35354a;
}
.user-order .user-order-item + .user-order-item {
  margin-top: 20px;
}
.user-order .user-order-item-image {
  width: 100px;
  display: table-cell;
  vertical-align: top;
}
@media (min-width: 768px) {
  .user-order .user-order-items-head {
    display: table;
  }
  .user-order .user-order-items-head-price,
  .user-order .user-order-items-head-total,
  .user-order .user-order-item-price,
  .user-order .user-order-item-total {
    width: 125px;
    text-align: center;
  }
  .user-order .user-order-items-head-quantity,
  .user-order .user-order-item-quantity {
    width: 90px;
    text-align: center;
  }
}
.user-order .user-order-info-line {
  line-height: 1.8;
}
.user-order .user-order-info-line + .user-order-info-line {
  margin-top: 5px;
}
.user-order .user-order-info-value {
  color: #35354a;
}
@media (min-width: 768px) {
  .user-order .user-order-info-line {
    display: table;
    width: 100%;
  }
  .user-order .user-order-info-title,
  .user-order .user-order-info-value,
  .user-order .user-order-info-text {
    display: table-cell;
    vertical-align: top;
  }
  .user-order .user-order-info-title {
    white-space: nowrap;
    width: 1%;
    padding-right: 5px;
  }
}
.user-order .user-order-totals {
  display: inline-block;
  vertical-align: top;
  min-width: 200px;
  margin-top: 30px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.user-order .user-order-cost-line {
  color: #35354a;
  margin-top: 10px;
  font-family: Montserrat;
  font-weight: 600;
}
.user-order .user-order-cost-line {
  zoom: 1;
}
.user-order .user-order-cost-line:before,
.user-order .user-order-cost-line:after {
  content: "";
  display: table;
  clear: both;
}
.user-order .user-order-cost-title {
  float: left;
  margin-right: 30px;
}
.user-order .user-order-cost-value {
  float: right;
}
.user-order .user-order-total {
  font-size: 16px;
  margin-top: 20px;
  color: #29abe2;
}
@media (min-width: 768px) {
  .user-order .user-order-totals {
    float: right;
    border-top: 0 none;
    padding-top: 0;
  }
}
.user-order.active {
  background-color: #eee;
}
.user-order.active .item-content {
  display: block;
}
.user-order.active .user-order-show-more-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .user-order {
    text-align: center;
  }
  .user-order .item-header {
    padding: 80px 20px 90px;
  }
  .user-order .user-order-title {
    font-size: 16px;
  }
  .user-order .user-order-show-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .user-order .user-order-number,
  .user-order .user-order-date {
    position: absolute;
    top: 20px;
  }
  .user-order .user-order-price,
  .user-order .user-order-status {
    position: absolute;
    bottom: 30px;
    line-height: 1;
  }
  .user-order .user-order-number,
  .user-order .user-order-price {
    left: 20px;
  }
  .user-order .user-order-date,
  .user-order .user-order-status {
    right: 20px;
  }
  .user-order .user-order-number,
  .user-order .user-order-date,
  .user-order .user-order-status {
    font-size: 13px;
  }
  .user-order .user-order-price {
    font-size: 20px;
  }
  .user-order .user-order-item {
    padding-bottom: 30px;
    position: relative;
  }
  .user-order .user-order-item-title {
    text-align: left;
    width: 100%;
  }
  .user-order .user-order-item-price,
  .user-order .user-order-item-quantity,
  .user-order .user-order-item-total {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-left: 0 !important;
  }
  .user-order .user-order-item-price {
    text-align: left;
  }
  .user-order .user-order-item-total {
    text-align: center;
  }
  .user-order .user-order-item-total {
    text-align: right;
  }
}
/*------------------------------------------------------------------
    46. User dashboard
*/
.user-dashboard-personal-info {
  margin-bottom: 20px;
}
.user-dashboard-user {
  padding-left: 70px;
}
.user-dashboard-user {
  zoom: 1;
}
.user-dashboard-user:before,
.user-dashboard-user:after {
  content: "";
  display: table;
  clear: both;
}
.user-dashboard-user-image {
  width: 70px;
  margin-left: -70px;
  float: left;
}
.user-dashboard-user-content {
  float: left;
  margin-left: 20px;
}
.user-dashboard-info-line {
  padding-left: 30px;
  position: relative;
  line-height: 1.8;
}
.user-dashboard-info-icon {
  position: absolute;
  left: 0;
  top: 0;
  color: #29abe2;
}
.user-dashboard-list {
  text-align: center;
}
.user-dashboard-item {
  line-height: 30px;
  padding: 20px 0 20px 20px;
  position: relative;
  color: #35354a;
  border-bottom: 1px solid #ccc;
  font-family: Montserrat;
  font-weight: 600;
}
.user-dashboard-item-status.pending {
  color: #999;
}
.user-dashboard-item-status.processing,
.user-dashboard-item-status.on-hold,
.user-dashboard-item-status.diagnostic {
  color: #29abe2;
}
.user-dashboard-item-status.completed,
.user-dashboard-item-status.complete {
  color: #3fbf7b;
}
.user-dashboard-item-status.failed,
.user-dashboard-item-status.cancelled,
.user-dashboard-item-status.refunded,
.user-dashboard-item-status.repair {
  color: #d33232;
}
.user-dashboard-list-btns {
  margin-top: 30px;
  text-align: right;
  margin-top: 20px;
  margin-left: -10px;
}
.user-dashboard-list-btns .btn {
  margin-top: 10px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .user-dashboard-list-btns {
    margin-top: 30px;
    margin-bottom: 60px;
    text-align: center;
  }
  .user-dashboard-item {
    padding: 80px 20px 70px;
  }
  .user-dashboard-item-number,
  .user-dashboard-item-date {
    position: absolute;
    top: 20px;
  }
  .user-dashboard-item-price,
  .user-dashboard-item-status {
    position: absolute;
    bottom: 10px;
    line-height: 1;
  }
  .user-dashboard-item-number,
  .user-dashboard-item-price {
    left: 20px;
  }
  .user-dashboard-item-date,
  .user-dashboard-item-status {
    right: 20px;
  }
  .user-dashboard-item-number,
  .user-dashboard-item-date,
  .user-dashboard-item-status {
    font-size: 13px;
  }
  .user-dashboard-item-title {
    font-size: 16px;
  }
  .user-dashboard-item-price {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .user-dashboard-list {
    text-align: left;
  }
  .user-dashboard-item {
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: left;
  }
  .user-dashboard-item > div {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .user-dashboard-item-date {
    width: 95px;
    text-align: center;
  }
  .user-dashboard-item-price {
    width: 90px;
    text-align: center;
  }
  .user-dashboard-item-status {
    width: 120px;
    text-align: center;
  }
  .user-dashboard-tickets-list .user-dashboard-item-number {
    width: 70px;
  }
  .user-dashboard-orders-list .user-dashboard-item-number {
    width: 120px;
  }
}
.product_1 .ck-content, .product_2 .ck-content, .product_3 .ck-content{
	background-color: #0a3f77!important;
}
.product_1 .ck-widget.table td.ck-editor__nested-editable.ck-editor__nested-editable_focused,
.product_2 .ck-widget.table td.ck-editor__nested-editable.ck-editor__nested-editable_focused,
.product_3 .ck-widget.table td.ck-editor__nested-editable.ck-editor__nested-editable_focused{
	background-color: #0a3f77;
}
.ck .table{
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
	color: #fff;
}
.ck .table td{
	vertical-align: middle;
	text-align: center;
	height: 50px;
	padding: 5px 10px;
	line-height: 25px;
}

.ck mark{
	background-color: initial;
}

/* .product_1. 雲端VPS */
.product_1 .ck table{
	width: 100%;
}
.product_1 .ck tr:first-child{
	font-weight: 500;
}
.product_1 .ck td:first-child{
	background-color: #002750;
	width: 10%;
}
.product_1 .ck tr td{
	width: 30%;
	border: 1px solid #ddd;
}
.product_1 .ck tr:first-child td:nth-child(3){
	background-color: #000000;
	color: #fff;
}
.product_1 .ck tr:first-child td:nth-child(even){
	background-color: #000000;
	color: #fff;
}
.product_1 .ck tr td:nth-child(3){
	background-color: #0b3361;
}

/* .product_2 */
.product_2 .ck table{
	width: 100%;
}
.product_2 .ck ul li{
	list-style-type: disc;
	margin-left: 20px;
	text-align: left;
}
.product_2 .ck tr:first-child{
	font-weight: 500;
}
.product_2 .ck td:first-child{
	background-color: #002750;
	width: 20%;
}
.product_2 .ck tr:first-child td:nth-child(2){
	background-color: #000000;
}
.product_2 .ck tr td{
	border: 1px solid #ccc;
	width: 80%;
}
.product_2 .ck tr:nth-child(4) td:nth-child(2){
	width: 30%;
	background-color: #08326200;
}
.product_2 .ck tr:nth-child(5) td:nth-child(1){
	width: 30%;
	background-color: #08326200;
}

/* .product_3 */

.product_3 .ck table{
	width: 100%;
}
.product_3 .ck ul li{
	list-style-type: disc;
	margin-left: 20px;
	text-align: left;
}
.product_3 .ck tr:first-child{
	font-weight: 500;
}
.product_3 .ck td:first-child{
	background-color: #002651;
	width: 20%;
}
.product_3 .ck tr:first-child td:nth-child(2){
	background-color: #000000;
}
.product_3 .ck tr td{
	border: 1px solid #ccc;
	width: 80%;
}

/* about */
.about_content blockquote{
	padding-left: 0!important;
	padding-right: 15px!important;
	border-right: 4px solid #29abe2;
	border-left: none!important;
	font-style: initial!important;
}
.about_content p{
	margin-bottom: 20px;
	font-size: 14px;
}
.about_content blockquote p{
	font-size: 17.5px;
	text-align: right;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url('/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot');
  src: url('/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix') format('embedded-opentype'), url('/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2') format('woff2'), url('/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff') format('woff'), url('/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf') format('truetype'), url('/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*








* require_self

*/



/*PC ----------------------------------------------------------------------------------*/

body {
	font-family: '微軟正黑體'!important;
	color: #000;
}
body.body .muted-bg {
	background-color: #093f77;
}
body.body .main-bg {
	background-color: #002e5f;
	color: #fff;
	font-weight: 300;
}
p {
	color: #333;
	font-size: 14px;
	font-weight: 300;
}
.header {
	z-index: 11;
}
.section-head .section-title, .section-alt-head .section-title {
	color: #333;
	font-weight: 400;
}
.btn-black{
	background-color: #000;
	border-bottom: none !important; 
	color: #fff;
}
.btn-black:hover {
	background-color: #000;
	color: #fff;
}
.btn-black:before {
	background-color: #000;
}
.btn-black:hover:before, .btn-black:focus:before, .btn-black:active:before, .btn-black.active:before {
	background: #000;
}
.side-items-head p {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
}
.width100 {
	width: 100%;
	height: auto;
}
.item-text{
	height: 180px;
}
.price-image {
	margin-bottom: 0;
}
.price-image img {
	width: auto;
	height: 78%;
}
header a{
	color: #fff;
}
header a:hover, header a:focus{
	color: #2aaae2;
}
blockquote, q{
	font-size: 1.4rem;
}
.table-responsive{
	overflow-x: auto;
}
.table{
	display: block;
}
.table table{
	min-width: 600px;
}
.theme-back {
	background: rgba(0, 0, 0, 0.39);
}
.sticked-menu .menu-wrap.transparent {
	background-color: rgb(0, 0, 0);
}
.menu-wrap.simple {
	padding: 14px 0;
}
.menu-wrap.simple .logo img {
	max-height: 48px;
}
.menu-wrap.transparent .menu-container, .menu-wrap.transparent .menu {
	vertical-align: middle;
}
.menu-wrap.simple .logo-xl img {
	max-height: none;
	height: auto;
	width: 190px;
}
.menu-wrap.simple .logo-xs img {
	max-height: none;
	height: auto;
	width: 146px;
}
body.body .res-text-xxl {
	font-size: 36px;
	font-weight: 600;
}
body.body .res-text-md {
	font-size: 16px;
	font-weight: 200;
}
.menu-wrap.line .menu-items > li {
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 3px;
	text-shadow: 0 0 1.2em #000000b3;
}
.sticked-menu .menu-wrap {
	box-shadow: none;
}
.menu-wrap.line .menu-items li:after {
	background: #ffffff;
	height: 1.5px;
}
.no-text-shadow {
	text-shadow: none;
}
.menu-wrap.line .menu-items ul {
	background: rgba(255, 255, 255, 0.6);
}
.menu-items a, .menu-items .menu-item {
	color: #000;
	font-weight: 400;
}
.menu-wrap.line .menu-items ul li:hover a, .menu-wrap.line .menu-items ul li:focus a, .menu-wrap.line .menu-items ul li:active a, .menu-wrap.line .menu-items ul a.active {
	color: #ffffff;
}
.menu-wrap.line .menu-items ul li:hover {
	background-color: #000;
}
.menu-wrap.line .menu-items ul {
	box-shadow: none;
	border: #fff 1px solid; 
	border-bottom: none; 
}
.menu-wrap.line .menu-items ul li {
	border-bottom: #fff 1px solid; 
}
.price-back {
	box-shadow: none;
	background: rgba(255, 255, 255, 0.42);
}
.price-block:hover .price-back, .price-block.active .price-back {
	box-shadow: none;
}
.price-block.simple .price-title {
	color: #fff;
}
.btns-bordered {
	color: #ffffff;
}
.btns-bordered:after {
	border: 2px solid #ffffff;
}
.hyped-block {
	margin-top: -80px;
}
/* 5 張卡片的金字塔式 grid：手機 1 欄、平板 2 欄（第 5 張獨立置中）、桌機 3+2（下排置中）。
   規則綁定 :nth-child(4)/(5)，故只適用「5 張、下排較少置中」的排版。 */
.card-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}
@media (min-width: 768px) {
	/* 4 欄 grid + 每張卡片 span 2，讓第 5 張 eSIM 能置中占中間 2 欄 */
	.card-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	.card-grid > * {
		grid-column: span 2;
	}
	.card-grid > :nth-child(5) {
		grid-column: 2 / span 2;
	}
}
@media (min-width: 992px) {
	.card-grid {
		grid-template-columns: repeat(6, 1fr);
	}
	.card-grid > :nth-child(4) {
		grid-column: 2 / span 2;
	}
	.card-grid > :nth-child(5) {
		grid-column: 4 / span 2;
	}
}
.flexslider .flex-prev, .flexslider .flex-next {
	color: rgba(255, 255, 255, 0.3);
	text-shadow: none;
}
.flexslider .flex-prev:hover, .flexslider .flex-next:hover {
	color: #ffffff;
}
/* 圓點導覽：小、圓、置中（覆寫 pex-theme.css 預設的 16px 方塊、float:left） */
.flexslider .flex-custom-controls {
	text-align: center;
}
.flexslider .flex-custom-controls .flex-control-nav li {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
}
.flexslider .flex-custom-controls .flex-control-nav li a {
	width: 8px;
	height: 8px;
	border-radius: 50%;
}
/* 桌機版：箭頭完全沿用 pex-theme 預設（hover 才顯示、64px）。
   只把圓點上移，避開 .hyped-block 用 margin-top:-120px/-160px 疊上來的服務卡片區。 */
@media (min-width: 992px) {
	.flexslider .flex-custom-controls {
		bottom: 100px;
	}
}
@media (min-width: 1600px) {
	.flexslider .flex-custom-controls {
		bottom: 150px;
	}
}
/* 行動版：不顯示左右箭頭，只留圓點 */
@media (max-width: 991px) {
	.flexslider .flex-custom-navigation {
		display: none;
	}
}
.scroll-top {
	background-color: #000000;
}
.item-title a {
	font-weight: 400;
	color: #333;
}
.section-head-white, .section-head-white .section-title, .section-alt-head .section-title {
	color: #ffffff;
	font-weight: 300;
}
.section-head-white p {
	color: #fff;
}
.map-section iframe {
	height: 400px;
}
body.body .alt-bg {
	background-color: #000000;
}
body.body .footer-bg {
	background-color: #000000;
}
.btn-text {
	color: #868686;
	font-weight: 400 !important;
}
.service-steps .step-number, .service-simple-steps .step-number {
	font-family: auto;
	font-weight: 400;
	margin-right: 20px;
}
.section-head-white i {
	margin-right: 6px;
	width: 16px;
}
.feature-side {
	padding: 10px 0 0 0;
}
.feature-text {
	font-weight: 600;
	font-size: 15px;
	color: #333;
}
.feature-title h5 {
	color: #043d78;
	font-size: 18px;
	font-weight: 400;
	border-bottom: 2px solid #78ade4;
	display: inline-block;
}
.solid-section {
	padding-top: 70px;
	padding-bottom: 65px;
}
.field-control {
	background: #2c5f94;
	border: 1px solid #3a74b1;
	color: #fff;
}
.our-info {
	padding: 30px 0 20px;
}
.content-link:hover, .content-link:focus, .content-link:active, .content-link.active {
	color: #5084bf;
}
.header .infobar {
	background: #143f6b;
}
.header-black {
	background: #000;
}
.header-black .menu-wrap .menu-container, .menu-wrap .menu {
	background: #000;
}
.header-black .menu-wrap {
	background: #000;
}
.header-black .menu-wrap.line .menu-items > li {
	text-shadow: none;
}
.page-path li:last-child {
	color: #ffffff;
}
.page-path .path-separator {
	color: #ffffff;
}
.bg-blu {
	background-color: #093f77;
	margin-top: 0;
	padding-top: 10px;
	margin-bottom: 0;
	padding-bottom: 80px;
}
.bg-blu .content-section .container .row .sm-col-12 h4 {
	color: #ffffff;
}
.bg-blu .ck mark {
	color: #fff;
}
.text-align-cen {
	text-align: center;
}
.banner-xs {
	background-image: url(/images/123435234.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 90% 36%;
}

/* 首頁輪播：版面格式 ------------------------------------------------------- */
/* 沒有滿版背景圖的格式需要自己的底色，否則白字看不見 */
.slide-left_text_right_image,
.slide-left_text_right_code {
	background-color: #002e5f;
}
/* 左文右程式碼：圖片當背景，與內容疊在同一個 grid 格。
   桌機讓 .slide-stack 撐滿 .slide（即 100vh），圖片用 object-fit: cover 裁切
   填滿而不由自身自然比例撐大 .slide —— 否則 1620×1080 圖在 ~1425 寬時自然高
   950 會把 .slide 撐到 950（超過 900 的 viewport），smoothHeight 再把整條
   .flex-viewport 灌成 950，其他張透過 height:100% cascade 也一併變 950，
   .pos-center（top:50%）位置跟著位移。行動版另行改用內容撐開（見 ≤768 段落）。 */
/* grid 掛在內層 —— FlexSlider 會在 .slide 上寫 inline display，CSS 蓋不過去 */
/* grid-template-rows:100% 是關鍵：若不指定，grid row 預設 auto 會以「內容 max
   size」決定。即便 .slide-bg 已設 height:100%，img 是 replaced element，其
   percentage height 會被 fallback 到 intrinsic（自然比例），結果 row 撐到圖
   自然高（例如 1405 寬 × 1620×1080 圖 → 937px），overlay/split 跟著 937，
   內容以 flex align-items:center 置中於 937 內、但 .slide-stack 只顯示上緣
   900px，看起來像被往下推。強制 row = 100%（=900）讓所有子項都對齊 900 內。 */
.slide-left_text_right_code .slide-stack {
	display: grid;
	height: 100%;
	grid-template-rows: 100%;
}
.slide-stack > .slide-bg,
.slide-stack > .theme-back,
.slide-stack > .slide-overlay {
	grid-area: 1 / 1;
	min-width: 0;
}
.slide-stack > .slide-bg {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slide-stack > .slide-bg-m {
	display: none;     /* 行動版才切換 */
}
.slide-overlay {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
}
.slide-overlay > .container {
	width: 100%;
}
/* Banner 底色：無論斷點都掛深藍。FlexSlider 的 smoothHeight 用 offsetHeight
   取整，img 常有 .5px 以下 subpixel（例如 820px 寬 × 1620×1080 圖 → 546.66px），
   viewport 進位變 547 → 圖底露 0.34px 空白。與圖片主色一致的底色可以吃掉。 */
.flexslider.screen-height {
	background-color: #093f77;
}

/* 電腦版背景圖：絕對定位鋪滿 .slide（100vh），圖片用 object-fit: cover 裁切填滿。
   若圖片走文件流（height:auto），自然比例會撐大 .slide 超過 100vh，程式碼張的
   height:100% cascade 就會被 smoothHeight 灌到其他張，造成 .pos-center 位移。
   .theme-back / .pos-center 也是 absolute，都掛在 .slide（position:relative）上。
   行動版 ≤768 另行覆寫（.slide-cover-pc 直接 display:none，改用 .slide-bg-mobile）。 */
.slide-cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.slide-cover img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* 行動版背景圖是一般 img（刻意未掛 data-cover-image），電腦版不顯示 */
.slide-bg-mobile {
	display: none;
}
.slide-button {
	margin-top: 24px;
}
/* 左文右圖／左文右程式碼的兩欄版面 */
.slide-split {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.slide-split-text {
	width: 48%;
}
.slide-split-visual {
	width: 48%;
}
.slide-split-visual img,
.slide-split-visual svg {
	max-width: 100%;
	height: auto;
	display: block;
}
.slide-split .banner-title,
.slide-split .banner-subtitle {
	text-align: left;
}
/* 需與上方 .slide-split-visual img 同等以上的 specificity，否則蓋不掉 */
.slide-split-visual img.slide-inline-mobile {
	display: none;
}


/*RWD ----------------------------------------------------------------------------------*/
@media (min-width: 768px){
	.side-items {
		width: 90%;
	}
}

@media (max-width: 1024px){
	.container {
		max-width: 970px;
	}
	/* banner 標題／描述在 ≤1024 固定 24px / 15px，避免 vendor 的 res-text-*
	   在不同斷點浮動；chained selector 蓋過 vendor 的 body.body .res-text-* */
	body.body .banner-title.res-text-xxl {
		font-size: 24px;
	}
	body.body .banner-subtitle.res-text-md {
		font-size: 15px;
	}
}

/* 小平板（iPad Mini 768 ~ 991）：header 收薄、logo 縮小，避免蓋到 banner 文字。
   768 沿用桌機版 layout（水平選單），但比照大平板一起隱藏頂部 infobar、縮小
   menu-wrap padding 與 logo，避免頂端留白與過胖 header。
   header 在此段仍是 position:absolute（pex-theme 的 min-width:768 規則），
   靠縮小自身高度讓中央的 banner-title 有淨空。 */
@media (min-width: 768px) and (max-width: 991px){
	.header .infobar {
		display: none;
	}
	.menu-wrap.simple {
		padding: 0;
	}
	.menu-wrap.simple .logo-xl img {
		width: 130px;
	}
	.menu-wrap.simple .logo-xs img {
		width: 110px;
	}
}

/* iPad Mini（768）維持桌機版 header layout，只把底色改成深藍。
   原本這條規則掛在 @media (max-width:414)，把套用範圍上拉到 768 讓 iPad Mini
   起的小螢幕共用同一色系。桌機半透明灰的規則在 pex-theme min-width:768 段落，
   這裡沒動 layout，僅覆寫 background。 */
@media (max-width: 768px){
	.menu-wrap.transparent .menu-container,
	.menu-wrap.transparent .menu {
		background: #043d78;
	}
}

/* 小平板（768 ~ 991，含 iPad Mini 768 與 iPad Air 820）：
   menu-container 內距，避免 logo 與菜單貼齊 nav 邊界。 */
@media (min-width: 768px) and (max-width: 991px){
	.menu-container {
		padding: 15px 20px;
	}
}

@media (max-width: 768px){
	.container {
		max-width: 719px;
	}
	.side-items {
		width: 84%;
	}
	.feature-side {
		padding: 0;
		text-align: center;
	}
	.md-fix-container img {
		width: 100%;
	}
}

/* 行動版 banner 一律走 ≤575.98：這個斷點以下才切換 mobile 圖、關掉 100vh、
   把左右兩欄改成上下堆疊、並讓 header 進入正常文件流。576~767 之間維持桌機版
   banner（100vh + 桌機圖 + 左右兩欄 + header overlay），只有寬度縮小而已。 */
@media (max-width: 575.98px){
	/* 行動版 banner 高度改由該張內容決定：左文右程式碼在窄螢幕會改成縱向堆疊
	   （見下方 .slide-split flex-direction:column），此時桌機用的 100vh + grid
	   100% + object-fit 會把堆疊後的高內容切掉，所以整條 cascade 切回 auto。 */
	.flexslider.screen-height,
	.flexslider .flex-viewport,
	.flexslider .slides,
	.flexslider .slide {
		height: auto;
	}
	.slide-left_text_right_code .slide-stack {
		height: auto;
	}
	.slide-stack > .slide-bg {
		height: auto;
		min-height: 100%;
	}
	/* 表頭改回正常文件流，Banner 才不會被蓋住（預設 .header-over 是 fixed）。
	   表頭高度隨寬度變動（390px→70、576px→~72），所以不用固定 padding 補償。 */
	.header-over {
		position: relative;
	}
	/* menu-wrap 預設 padding:14px 0，行動版 header 進文件流後這 28px 會變成
	   header 與 banner 之間的空白，收掉讓 logo 貼齊上下緣。 */
	.menu-wrap.simple {
		padding: 0;
	}
	/* 圖文置中：mobile 走文件流的一般 img，pc 版的絕對定位鋪滿層隱藏 */
	.slide-bg-mobile {
		display: block;
		width: 100%;
		height: auto;
	}
	.slide-cover-pc {
		display: none;
	}
	/* 左文右程式碼的背景圖切換 */
	.slide-stack > .slide-bg-m {
		display: block;
	}
	.slide-stack > .slide-bg-m + .slide-bg-d {
		display: none;
	}
	/* 左文右圖的內容圖切換 */
	.slide-split-visual img.slide-inline-mobile {
		display: block;
	}
	.slide-split-visual img.slide-inline-mobile + .slide-inline-pc {
		display: none;
	}
	/* 兩欄版面改為上下堆疊 */
	.slide-split {
		flex-direction: column;
		justify-content: center;
		height: auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.slide-split-text,
	.slide-split-visual {
		width: 100%;
	}
	.slide-split-visual {
		text-align: center;
	}
	/* 約束所有子元素（含貼入的 svg），避免任意 HTML 撐破版面 */
	.slide-split-visual > * {
		max-width: 100%;
	}
	.slide-split-visual img {
		width: auto;
		margin: 0 auto;
	}
	.slide-split .banner-title,
	.slide-split .banner-subtitle {
		text-align: center;
	}
	.slide-split .banner-subtitle {
		padding: 0;
	}
	.slide-split .slide-button {
		text-align: center;
	}
}

/* 576~1024（平板／小筆電）：桌機圖照用，但 banner 高度改成隨圖片自然比例，
   不吃 100vh。這個範圍常見裝置（iPad Air / iPad Pro / 小筆電）畫面較短、
   或直式握持時 vh 值偏小，100vh 會把圖切掉又露出大片底色；改為圖片自然高度
   可完整呈現主視覺。≥1025 才恢復 100vh 桌機版。 */
@media (min-width: 576px) and (max-width: 1024px){
	.flexslider.screen-height,
	.flexslider .flex-viewport,
	.flexslider .slides,
	.flexslider .slide {
		height: auto;
	}
	/* 圖文置中：桌機的 .slide-cover 由絕對定位鋪滿改成在文件流中，圖片走自然
	   比例撐高（object-fit:cover 會強制 100% 高度，一併關掉） */
	.slide-cover {
		position: relative;
		height: auto;
	}
	.slide-cover img {
		height: auto;
		object-fit: initial;
	}
	/* 左文右程式碼：grid 高度改為隨背景圖自然比例 */
	.slide-left_text_right_code .slide-stack {
		height: auto;
	}
	.slide-stack > .slide-bg {
		height: auto;
		min-height: 100%;
	}
}

@media (max-width: 414px){
	.menu-items a:hover, .menu-items .menu-item:hover, .menu-items a:focus, .menu-items .menu-item:focus, .menu-items a:active, .menu-items .menu-item:active, .menu-items a.active, .menu-items .menu-item.active {
		color: #ffffff;
		background-color: #000;
	}
	.side-items {
		width: 100%;
	}
	.menu-wrap.simple {
		padding: 0;
	}
	body.body .pos-center {
		top: 60%;
	}
	.screen-height {
		height: 272px;
	}
	.menu-wrap.simple .logo-xl img {
		width: 120px;
	}
	.header-toggler {
		font-size: 23px;
	}
	.container {
		max-width: 365px;
	}
	body.body .res-text-xxl {
		font-size: 24px;
	}
	body.body .res-text-md {
		font-size: 15px;
		padding: 0 16px;
	}
	.menu-items a, .menu-items .menu-item {
		color: #fff;
	}
	.menu-wrap.transparent .menu-container, .menu-wrap.transparent .menu {
		background: #043d78;
	}
	.menu-wrap.transparent .menu-items > li > a, .menu-wrap.transparent .menu-items > li > ul {
		border-bottom-color: rgba(255, 255, 255, 0.58);
	}
	.header-toggler:hover, .header-toggler:focus, .header-toggler:active {
		color: #ffffff;
	}
	.menu-items .toggle-icon:hover, .menu-items .toggle-icon:focus, .menu-items .toggle-icon:active {
		color: #ffffff;
	}
	.menu-wrap.line .menu-items > li {
		text-shadow: none;
	}
	.menu-wrap.line .menu-items ul {
		border: none;
		background: rgb(0, 0, 0);
	}
	.menu-wrap.line .menu-items ul li {
		border-bottom: none;
		padding: 8px 0;
	}
	.hyped-block {
		margin-top: -40px;
	}
	body.body .showup-translate-up {
		margin-bottom: 21px;
	}
	.feature-side {
		padding: 0;
		text-align: center;
	}
	body.body .text-lg {
		font-size: 23px;
	}
	.our-info {
		padding: 30px 39px;
	}
	.xs-shown .header-hidden-sign i{
		color: #fff;
	}
}



