/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.


 * require nprogress
* require nprogress-bootstrap

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

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

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


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


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

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

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

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

/*






 */



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

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

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

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

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

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-35832a3dbe7161dd5a81ae60c83d85c60ed191a36a676b74a66e359ad98fd9bf.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-35832a3dbe7161dd5a81ae60c83d85c60ed191a36a676b74a66e359ad98fd9bf.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-ca5052163442778d9227cdf26db5c8ea903b873c42fa16f2f76b9e113d07d938.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-fbd835df858c2abe61900db61ceced0e3c7c4e70134f4f32ef536d79b477b34c.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-9fae7afaa86785b12142fdc578c5858c2a3d3b420a1552d7b1ac2eb4443c5103.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-b986d4daf3d3ac850bf56f9704e29e5f6bacf8e90955ffbb6e68465e8335125d.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-3d5375967c1b241506dfa6c9126d710a06d588a7bb418664730b2493d817251f.png)/*{iconsDefault}*/;
}

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


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

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

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

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

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

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

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

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

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

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

}

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

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

 */

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

 */

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

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

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

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

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

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

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

 */
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/*!
 * jQuery UI Draggable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

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

 */
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

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

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

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
/*!
 * jQuery UI Progressbar 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/progressbar/#theming
 */
/*

 */
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,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%;
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*!
 * jQuery UI Resizable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

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

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

 */
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
/*!
 * jQuery UI Sortable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

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

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

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

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

 */
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
/*!
 * jQuery UI Tabs 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/tabs/#theming
 */
/*

 */
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
/*!
 * jQuery UI Tooltip 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/tooltip/#theming
 */
/*

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




















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


 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@media print{*{text-shadow:none!important;color:#000!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:400;line-height:1;color:#999}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-muted{color:#999}.text-primary{color:#428bca}a.text-primary:hover{color:#3071a9}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.428571429}dt{font-weight:700}dd{margin-left:0}@media (min-width:991px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.428571429;color:#999}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.428571429}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;white-space:nowrap;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:985px}}@media (min-width:1200px){.container{width:1200px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666666666666%}.col-xs-10{width:83.33333333333334%}.col-xs-9{width:75%}.col-xs-8{width:66.66666666666666%}.col-xs-7{width:58.333333333333336%}.col-xs-6{width:50%}.col-xs-5{width:41.66666666666667%}.col-xs-4{width:33.33333333333333%}.col-xs-3{width:25%}.col-xs-2{width:16.666666666666664%}.col-xs-1{width:8.333333333333332%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666666666666%}.col-xs-pull-10{right:83.33333333333334%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666666666666%}.col-xs-pull-7{right:58.333333333333336%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666666666667%}.col-xs-pull-4{right:33.33333333333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.666666666666664%}.col-xs-pull-1{right:8.333333333333332%}.col-xs-pull-0{right:0}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666666666666%}.col-xs-push-10{left:83.33333333333334%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666666666666%}.col-xs-push-7{left:58.333333333333336%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666666666667%}.col-xs-push-4{left:33.33333333333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.666666666666664%}.col-xs-push-1{left:8.333333333333332%}.col-xs-push-0{left:0}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666666666666%}.col-xs-offset-10{margin-left:83.33333333333334%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666666666666%}.col-xs-offset-7{margin-left:58.333333333333336%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666666666667%}.col-xs-offset-4{margin-left:33.33333333333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.666666666666664%}.col-xs-offset-1{margin-left:8.333333333333332%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666666666666%}.col-sm-10{width:83.33333333333334%}.col-sm-9{width:75%}.col-sm-8{width:66.66666666666666%}.col-sm-7{width:58.333333333333336%}.col-sm-6{width:50%}.col-sm-5{width:41.66666666666667%}.col-sm-4{width:33.33333333333333%}.col-sm-3{width:25%}.col-sm-2{width:16.666666666666664%}.col-sm-1{width:8.333333333333332%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666666666666%}.col-sm-pull-10{right:83.33333333333334%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666666666666%}.col-sm-pull-7{right:58.333333333333336%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666666666667%}.col-sm-pull-4{right:33.33333333333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.666666666666664%}.col-sm-pull-1{right:8.333333333333332%}.col-sm-pull-0{right:0}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666666666666%}.col-sm-push-10{left:83.33333333333334%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666666666666%}.col-sm-push-7{left:58.333333333333336%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666666666667%}.col-sm-push-4{left:33.33333333333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.666666666666664%}.col-sm-push-1{left:8.333333333333332%}.col-sm-push-0{left:0}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666666666666%}.col-sm-offset-10{margin-left:83.33333333333334%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666666666666%}.col-sm-offset-7{margin-left:58.333333333333336%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666666666667%}.col-sm-offset-4{margin-left:33.33333333333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.666666666666664%}.col-sm-offset-1{margin-left:8.333333333333332%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666666666666%}.col-md-10{width:83.33333333333334%}.col-md-9{width:75%}.col-md-8{width:66.66666666666666%}.col-md-7{width:58.333333333333336%}.col-md-6{width:50%}.col-md-5{width:41.66666666666667%}.col-md-4{width:33.33333333333333%}.col-md-3{width:25%}.col-md-2{width:16.666666666666664%}.col-md-1{width:8.333333333333332%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666666666666%}.col-md-pull-10{right:83.33333333333334%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666666666666%}.col-md-pull-7{right:58.333333333333336%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666666666667%}.col-md-pull-4{right:33.33333333333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.666666666666664%}.col-md-pull-1{right:8.333333333333332%}.col-md-pull-0{right:0}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666666666666%}.col-md-push-10{left:83.33333333333334%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666666666666%}.col-md-push-7{left:58.333333333333336%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666666666667%}.col-md-push-4{left:33.33333333333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.666666666666664%}.col-md-push-1{left:8.333333333333332%}.col-md-push-0{left:0}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666666666666%}.col-md-offset-10{margin-left:83.33333333333334%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666666666666%}.col-md-offset-7{margin-left:58.333333333333336%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666666666667%}.col-md-offset-4{margin-left:33.33333333333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.666666666666664%}.col-md-offset-1{margin-left:8.333333333333332%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666666666666%}.col-lg-10{width:83.33333333333334%}.col-lg-9{width:75%}.col-lg-8{width:66.66666666666666%}.col-lg-7{width:58.333333333333336%}.col-lg-6{width:50%}.col-lg-5{width:41.66666666666667%}.col-lg-4{width:33.33333333333333%}.col-lg-3{width:25%}.col-lg-2{width:16.666666666666664%}.col-lg-1{width:8.333333333333332%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666666666666%}.col-lg-pull-10{right:83.33333333333334%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666666666666%}.col-lg-pull-7{right:58.333333333333336%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666666666667%}.col-lg-pull-4{right:33.33333333333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.666666666666664%}.col-lg-pull-1{right:8.333333333333332%}.col-lg-pull-0{right:0}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666666666666%}.col-lg-push-10{left:83.33333333333334%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666666666666%}.col-lg-push-7{left:58.333333333333336%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666666666667%}.col-lg-push-4{left:33.33333333333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.666666666666664%}.col-lg-push-1{left:8.333333333333332%}.col-lg-push-0{left:0}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666666666666%}.col-lg-offset-10{margin-left:83.33333333333334%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666666666666%}.col-lg-offset-7{margin-left:58.333333333333336%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666666666667%}.col-lg-offset-4{margin-left:33.33333333333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.666666666666664%}.col-lg-offset-1{margin-left:8.333333333333332%}.col-lg-offset-0{margin-left:0}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}@media (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=radio],input[type=checkbox]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.428571429;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}input[type=date]{line-height:34px}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;margin-top:10px;margin-bottom:10px;padding-left:20px}.radio label,.checkbox label{display:inline;font-weight:400;cursor:pointer}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type=radio][disabled],input[type=checkbox][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.has-feedback .form-control-feedback{position:absolute;top:25px;right:0;display:block;width:34px;height:34px;line-height:34px;text-align:center}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.form-control-static{margin-bottom:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{float:none;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}.form-horizontal .form-control-static{padding-top:7px}@media (min-width:768px){.form-horizontal .control-label{text-align:right}}.form-horizontal .has-feedback .form-control-feedback{top:0;right:15px}.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.428571429;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#428bca;font-weight:400;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%;padding-left:0;padding-right:0}.btn-block+.btn-block{margin-top:5px}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@font-face{font-family:'Glyphicons Halflings';src:url(/assets/fonts/glyphicons-halflings-regular.eot);src:url(/assets/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url("https://cdn.jsdelivr.net/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.woff") format('woff'),url("https://cdn.jsdelivr.net/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.ttf") format('truetype'),url(/assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.428571429;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#428bca}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:#999}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:991px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}[data-toggle=buttons]>.btn>input[type=radio],[data-toggle=buttons]>.btn>input[type=checkbox]{display:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=radio],.input-group-addon input[type=checkbox]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:991px){.navbar{border-radius:4px}}@media (min-width:991px){.navbar-header{float:left}}.navbar-collapse{max-height:340px;overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:991px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:991px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:991px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:991px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media (min-width:991px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:991px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:990px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:991px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}.navbar-nav.navbar-right:last-child{margin-right:-15px}}@media (min-width:991px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle}.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox]{float:none;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:990px){.navbar-form .form-group{margin-bottom:5px}}@media (min-width:991px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-15px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:991px){.navbar-text{float:left;margin-left:15px;margin-right:15px}.navbar-text.navbar-right:last-child{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media (max-width:990px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .navbar-nav>li>a{color:#999}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media (max-width:990px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#999}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.428571429;text-decoration:none;color:#428bca;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:gray}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#999;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.container .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}a.list-group-item.active .list-group-item-heading,a.list-group-item.active:hover .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading{color:inherit}a.list-group-item.active .list-group-item-text,a.list-group-item.active:hover .list-group-item-text,a.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px;overflow:hidden}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#faebcc}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#ebccd1}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ebccd1}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.428571429px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.428571429}.modal-body{position:relative;padding:20px}.modal-footer{margin-top:15px;padding:19px 20px 20px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1030;display:block;visibility:visible;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;right:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);white-space:normal}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-control.left{background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5) 0),color-stop(rgba(0,0,0,.0001) 100%));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001) 0),color-stop(rgba(0,0,0,.5) 100%));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}}@media print{.hidden-print{display:none!important}}
/*===================================================================================*/
/*  Green Color
/*===================================================================================*/
.primary-bg {
  background-color: #59b210;
  color: #FFF;
}
.primary-color {
  color: #59b210;
}
.le-dropdown {
  background-color: #59b210;
}
.le-dropdown.open {
  background-color: #4d9b0e;
}
.le-button {
  background-color: #59b210;
}
.le-button:hover {
  background-color: #60c011;
}
a,
a:focus,
a:active {
  color: #333;
}
a:hover {
  color: #59b210;
}
::-moz-selection {
  background-color: #59b210;
}
::selection {
  background-color: #59b210;
}
.social-icons li a:hover {
  background-color: #59b210;
}
.le-color {
  color: #59b210;
}
.navbar .navbar-toggle {
  /*background-color: #4d9b0e;
  border-color: #42830c;
  border-radius: 0;*/
}
header .top-search-holder .contact-row i {
  color: #59b210;
}
header .top-search-holder .search-area .search-button {
  background-color: #59b210;
}
header .top-cart-row .wishlist-compare-holder a:hover {
  color: #59b210;
}
header .top-cart-row .wishlist-compare-holder a:hover i {
  color: #59b210;
}
header .top-cart-row .top-cart-holder .basket-item .price {
  color: #59b210;
}
header .top-cart-row .top-cart-holder .basket-item-count .count {
  background-color: #59b210;
}
.sidemenu-holder .side-menu .head {
  background-color: #59b210;
}
.sidemenu-holder .side-menu .menu-item:hover,
.sidemenu-holder .side-menu .menu-item.open {
  border-color: #59b210;
}
.megamenu-horizontal .nav > li > a:hover,
.megamenu-horizontal .nav > li > a:focus {
  background-color: #59b210 !important;
}
.megamenu-horizontal .dropdown:hover .dropdown-toggle:focus,
.megamenu-horizontal .dropdown.open .dropdown-toggle:focus,
.megamenu-horizontal .dropdown:focus .dropdown-toggle:focus,
.megamenu-horizontal .dropdown:hover .dropdown-toggle,
.megamenu-horizontal .dropdown.open .dropdown-toggle,
.megamenu-horizontal .dropdown:focus .dropdown-toggle {
  background-color: #59b210 !important;
}
.breadcrumb-nav-holder .breadcrumb-item.current a {
  color: #59b210;
}
.carousel-holder .title-nav .inverse {
  color: #59b210;
}
.carousel-holder .title-nav .nav-holder a:hover {
  color: #59b210 !important;
}
.le-radio:checked + .fake-box:after {
  background-color: #59b210;
}
.le-checkbox:checked + .fake-box {
  background-color: #59b210;
  border-color: #59b210;
}
.le-links li a:hover {
  color: #59b210;
}
.accordion-widget .accordion .accordion-toggle {
  color: #59b210;
}
.accordion-widget .accordion .accordion-toggle:after {
  color: #59b210;
}
.dropdown .dropdown-menu {
  border-top-color: #59b210;
}
.slider-selection {
  background-color: #59b210;
}
.slider-handle {
  border-color: #59b210;
}
#footer .widget .body li a:hover {
  color: #59b210;
}
#footer .link-list-row .link-widget li a:hover {
  color: #59b210;
}
h2 {
  color: #59b210;
}
.iconic-link:hover {
  color: #59b210;
}
.iconic-link:hover:before {
  color: #59b210;
}
/*.dropdown{
    .dropdown-menu{
        box-shadow: inset 0px 2px 0px @primary-color, inset 0px 0px 0px 2px darken(@second-color,10%) ;
        
        &:before{
            border-bottom-color: @primary-color;
        }
    }
}*/
.pagination li:hover a,
.pagination li.current a {
  color: #59b210 !important;
  border-color: #59b210;
}
.simple-link:hover {
  color: #59b210;
}
#top-megamenu-nav {
  background-color: #59b210;
}
#top-megamenu-nav .nav > li {
  border-right-color: #4d9b0e;
}
#top-megamenu-nav .nav > li > a:hover,
#top-megamenu-nav .nav > li > a:focus {
  background-color: #54a90f;
}
#top-megamenu-nav .nav > li.active a,
#top-megamenu-nav .nav > li.active a:focus {
  background-color: #54a90f;
}
#top-megamenu-nav .nav > li .dropdown-toggle:focus {
  background-color: #54a90f !important;
}
#top-megamenu-nav .nav > li .dropdown-toggle:before {
  border-bottom-color: #59b210;
}
#top-megamenu-nav .nav > li.open .dropdown-toggle {
  background-color: #54a90f;
}
#top-megamenu-nav .dropdown {
  border-right-color: #4d9b0e;
}
#top-megamenu-nav .dropdown:hover .dropdown-toggle,
#top-megamenu-nav .dropdown:focus .dropdown-toggle,
#top-megamenu-nav .dropdown.active .dropdown-toggle,
#top-megamenu-nav .dropdown:hover .dropdown-toggle:focus,
#top-megamenu-nav .dropdown:focus .dropdown-toggle:focus,
#top-megamenu-nav .dropdown.active .dropdown-toggle:focus {
  background-color: #54a90f;
}
#top-megamenu-nav .dropdown .dropdown-toggle:focus {
  background-color: #54a90f !important;
}
#top-megamenu-nav .dropdown .dropdown-toggle:before {
  border-bottom-color: #59b210;
}
#top-megamenu-nav .dropdown.open .dropdown-toggle {
  background-color: #54a90f;
}
#cart-page .widget .buttons-holder .simple-link:hover {
  color: #59b210;
}
#cart-page .items-holder .close-btn:hover:after {
  color: #59b210;
}
#cart-page .items-holder .cart-item .title a:hover {
  color: #59b210;
}
.nav-tabs li.active a,
.nav-tabs li.active a:focus {
  background-color: #59b210 !important;
}
.nav-tabs li.active a:hover {
  background-color: #62c512;
}
.btn-loadmore:hover i {
  background-color: #59b210;
}
.le-quantity .minus:hover:after,
.le-quantity .plus:hover:after {
  color: #59b210;
}
.meta-row span a {
  color: #59b210;
}
.comment-item .comment-body .author {
  color: #59b210;
}
.product-item-holder .body .title a:hover {
  color: #59b210;
}
.single-product-gallery .gallery-thumbs .next-btn:hover,
.single-product-gallery .gallery-thumbs .prev-btn:hover {
  background-color: #59b210;
}
.single-product-gallery .gallery-thumbs li a.active {
  border-bottom-color: #59b210;
}
.grid-list-products .grid-list-buttons ul li.active a i {
  color: #59b210;
}
.grid-list-products .grid-list-buttons ul li a:hover i {
  color: #42830c;
}
@media (max-width: 767px) {
  #top-megamenu-nav .nav {
    border-color: #42830c !important;
  }
  #top-megamenu-nav .nav > .dropdown {
    border-color: #42830c !important;
  }
}
.sidebar .price-range-holder .filter-button a {
  color: #59b210;
}
.sidebar .widget .product-list li a:hover {
  color: #59b210;
}
.sidebar .widget .product-list .price .price-current {
  color: #59b210;
}
.top-bar ul > li a:hover {
  color: #59b210;
}
.logo-svg {
  fill: #59b210;
}
.owl-carousel:hover .owl-prev:hover,
.owl-carousel:hover .owl-next:hover {
  color: #59b210;
}
.owl-pagination .owl-page.active span,
.owl-pagination .owl-page:hover span {
  background: #59b210;
}
.panel-group-faq .panel-faq .panel-heading .panel-title > a:after {
  color: #59b210;
}
.panel-group-faq .panel-faq .panel-heading .panel-title > a:hover:after {
  color: #59b210;
}
.posts .post .meta > li a:hover {
  color: #59b210;
}
.blog-sidebar .le-links > li > a:hover {
  color: #59b210 !important;
}
.blog-sidebar .tagcloud a:hover {
  color: #59b210 !important;
}
.owl-carousel-blog .owl-pagination .owl-page:hover span,
.owl-carousel-blog .owl-pagination .owl-page.active span {
  background: none repeat scroll 0 0 #59b210;
}
.comment-item .comment-body .likes a:hover,
.comment-item .comment-body .likes .icon:hover {
  color: #59b210;
}
.comment-item .comment-body .likes .dislikes .icon:hover {
  color: #59b210;
}
.comment-item .comment-body .comment-reply:hover {
  color: #59b210;
}
.blog-sidebar .widget .recent-post-list h5 a:hover {
  color: #59b210;
}
.homepage-promotions-block {
  margin: 25px auto 35px;
}
.homepage-hero-card {
  border: 1px solid #dee2e6;
  border-radius: 28px;
  box-shadow: 0 25px 40px rgba(15, 23, 42, 0.08);
}
.homepage-hero__media {
  border-radius: 24px;
  overflow: hidden;
  min-height: 280px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.15);
}
.homepage-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.homepage-hero__content {
  padding: 32px 12px;
}
.homepage-hero__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
  color: #14b8a6;
  margin-bottom: 8px;
}
.homepage-hero__body {
  font-size: 16px;
  color: #475569;
  margin-top: 12px;
}
.homepage-spotlight-card {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
  min-height: 250px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  transition: transform 0.2s ease;
}
.homepage-spotlight-card:hover {
  transform: translateY(-4px);
}
.homepage-spotlight-card__image {
  height: 160px;
  background-size: cover;
  background-position: center;
}
.homepage-hero-product__thumb {
  width: 64px;
  height: 64px;
  object-fit: cover;
  margin-right: 15px;
}
.homepage-hero-product .media-body h4 {
  margin-top: 0;
}
.homepage-spotlights__body {
  padding: 16px 20px;
}
.homepage-spotlights__body h4 {
  margin-top: 0;
  font-size: 18px;
  color: #0f172a;
}
.promotion-panel {
  margin: 40px 0;
}
.promotion-product-card {
  display: flex;
  gap: 20px;
  padding: 24px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #fff;
}
.promotion-product-card__image img {
  max-width: 200px;
  border-radius: 12px;
}
.promotion-product-card__brand {
  text-transform: uppercase;
  font-size: 12px;
  color: #94a3b8;
}
.promotion-product-grid__card {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
  height: 100%;
  text-align: center;
  background: #fff;
}
.promotion-product-grid__image img {
  max-height: 120px;
  margin: 0 auto 12px;
}
.promotion-show-container {
  margin-top: 30px;
  margin-bottom: 30px;
}
.promotion-show-hero {
  border-radius: 28px;
  box-shadow: 0 30px 50px rgba(15, 23, 42, 0.08);
  margin-bottom: 30px;
}
.promotion-show-hero__media {
  min-height: 320px;
  background-size: cover;
  background-position: center;
}
.promotion-hero-product__thumb {
  width: 96px;
  height: 96px;
  object-fit: cover;
  margin-right: 15px;
}
.promotion-hero-product .media-body h4 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .homepage-hero__media {
    margin-bottom: 20px;
  }
  .homepage-hero__content {
    padding: 16px 0;
  }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

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

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

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

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

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

.fancybox-inner {
	overflow: hidden;
}

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

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

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

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

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(/assets/fancybox_sprite-54e539970b7ff8f654458d9765465cf0c866509ff5b3f413172f3e1a7acb1554.png);
}

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

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/assets/fancybox_loading-ee23cc966216eeef69c22b4ecd62913b421d5a30365bc23e587bed7a97fd11d4.gif) center center no-repeat;
}

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

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/assets/blank-5729b515ec9168b4c0446b4c9247688b6985aa0999d788cd87b44783b533d2ac.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

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

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

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

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

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

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(/assets/fancybox_overlay-55c5ea7eab38ba80faee5d2b69516b09233846d4a639e552f2de2267d2c3d645.png);
}

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

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

/* Title helper */

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

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

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

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

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

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

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(/assets/fancybox_sprite@2x-89f1b98f5c778e93e6eda9f6c071a0a73230ede9d3c10090a2e84d9dcb2b377b.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(/assets/fancybox_loading@2x-e6f2e459f4e4342a1b8042af6c7d7e7834425e9b0a94400725b0b4970330629d.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
@media (max-width: 767px){.offcanvas-stop-scrolling{height:100%;overflow:hidden}.navbar-default .navbar-offcanvas{background-color:#f8f8f8}.navbar-inverse .navbar-offcanvas{background-color:#222}.navbar-offcanvas{position:fixed;width:100%;max-width:250px;left:-250px;top:0;padding-left:15px;padding-right:15px;z-index:999;overflow:scroll;-webkit-overflow-scrolling:touch;-webkit-transition:all 0.15s ease-in;transition:all 0.15s ease-in}.navbar-offcanvas.in{box-shadow:0 0 20px rgba(0,0,0,0.3)}.navbar-offcanvas.navbar-offcanvas-fade{opacity:0}.navbar-offcanvas.navbar-offcanvas-fade.in{opacity:1}.navbar-offcanvas.offcanvas-transform.in{-webkit-transform:translateX(250px);transform:translateX(250px)}.navbar-offcanvas.offcanvas-position.in{left:0}.navbar-offcanvas.navbar-offcanvas-right{left:auto;right:-250px}.navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in{-webkit-transform:translateX(-250px);transform:translateX(-250px)}.navbar-offcanvas.navbar-offcanvas-right.offcanvas-position.in{left:auto;right:0}.navbar-offcanvas .dropdown.active .caret{border-top:0;border-bottom:4px solid}.navbar-offcanvas .dropdown-menu{position:relative;width:100%;border:inherit;box-shadow:none;-webkit-transition:height 0.15s ease-in;transition:height 0.15s ease-in}.navbar-offcanvas .dropdown-menu.shown{display:block;margin-bottom:10px}}.offcanvas-toggle .icon-bar{background:#000;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.offcanvas-toggle.is-open .icon-bar:nth-child(1){-webkit-transform:rotate(45deg) translate(5px, 4px);transform:rotate(45deg) translate(5px, 4px)}.offcanvas-toggle.is-open .icon-bar:nth-child(2){opacity:0}.offcanvas-toggle.is-open .icon-bar:nth-child(3){-webkit-transform:rotate(-45deg) translate(4px, -4px);transform:rotate(-45deg) translate(4px, -4px)}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
@charset 'UTF-8';
/* Slider */
/*.slick-loading .slick-list
{
    background: #fff url(/ajax-loader.gif) center center no-repeat;
}*/

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/fonts/slick.eot);
    src: url(/fonts/slick.eot?#iefix) format('embedded-opentype'), url(/fonts/slick.woff) format('woff'), url(/fonts/slick.ttf) format('truetype'), url(/fonts/slick.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*===================================================================================*/
/*  Helper
/*===================================================================================*/
.light-bg {
  background-color: #f8f8f8;
}
.inner {
  padding-top: 75px;
  padding-bottom: 75px;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-t-35 {
  margin-top: 35px !important;
}
.semi-bold {
  font-weight: 600 !important;
}
.title-color {
  color: #434343 !important;
}
.content-color {
  color: #747474 !important;
}
.bold {
  font-weight: 700 !important;
}
.auto-width {
  width: auto !important;
}
.center-block {
  float: none;
}
.inner {
  padding-top: 120px;
  padding-bottom: 120px;
}
.inner-md {
  padding-top: 100px;
  padding-bottom: 100px;
}
.inner-sm {
  padding-top: 80px;
  padding-bottom: 80px;
}
.inner-xs {
  padding-top: 40px;
  padding-bottom: 40px;
}
.inner-top {
  padding-top: 120px;
}
.inner-top-md {
  padding-top: 100px;
}
.inner-top-sm {
  padding-top: 80px;
}
.inner-top-xs {
  padding-top: 40px;
}
.inner-bottom {
  padding-bottom: 120px;
}
.inner-bottom-md {
  padding-bottom: 100px;
}
.inner-bottom-sm {
  padding-bottom: 80px;
}
.inner-bottom-xs {
  padding-bottom: 40px;
}
.inner-left {
  padding-left: 75px;
}
.inner-left-md {
  padding-left: 60px;
}
.inner-left-sm {
  padding-left: 45px;
}
.inner-left-xs {
  padding-left: 30px;
}
.inner-right {
  padding-right: 75px;
}
.inner-right-md {
  padding-right: 60px;
}
.inner-right-sm {
  padding-right: 45px;
}
.inner-right-xs {
  padding-right: 30px;
}
.outer {
  margin-top: 120px;
  margin-bottom: 120px;
}
.outer-md {
  margin-top: 100px;
  margin-bottom: 100px;
}
.outer-sm {
  margin-top: 80px;
  margin-bottom: 80px;
}
.outer-xs {
  margin-top: 40px;
  margin-bottom: 40px;
}
.outer-top {
  margin-top: 120px;
}
.outer-top-md {
  margin-top: 100px;
}
.outer-top-sm {
  margin-top: 80px;
}
.outer-top-xs {
  margin-top: 40px;
}
.outer-bottom {
  margin-bottom: 120px;
}
.outer-bottom-md {
  margin-bottom: 100px;
}
.outer-bottom-sm {
  margin-bottom: 80px;
}
.outer-bottom-xs {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .inner-md {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .inner-sm {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .inner-xs {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .inner-top {
    padding-top: 80px;
  }
  .inner-top-md {
    padding-top: 65px;
  }
  .inner-top-sm {
    padding-top: 50px;
  }
  .inner-top-xs {
    padding-top: 40px;
  }
  .inner-bottom {
    padding-bottom: 80px;
  }
  .inner-bottom-md {
    padding-bottom: 65px;
  }
  .inner-bottom-sm {
    padding-bottom: 50px;
  }
  .inner-bottom-xs {
    padding-bottom: 40px;
  }
}
/*===================================================================================*/
/*	GENERAL
/*===================================================================================*/
.fontawesome {
  font-family: fontawesome;
}
.inline {
  display: inline-block;
  vertical-align: top;
}
.thumb-holder {
  float: left;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #e0e0e0;
}
.h1,
h1 {
  font-size: 28px;
  line-height: 52px;
  font-weight: 500!important;
  color: #3d3d3d;
}
.h1.border,
h1.border {
  border-bottom: 1px solid #e0e0e0;
  line-height: 50px;
}
h2 {
  font-size: 18px;
  line-height: 37px;
}
h2.border {
  border-bottom: 1px solid #e0e0e0;
  line-height: 50px;
}
.iconic-link {
  color: #3d3d3d;
  font-size: 12px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
}
.iconic-link:before {
  margin: 0 5px 0 0;
  font-size: 18px;
  color: #c6c6c6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: fontawesome;
}
.availability {
  font-size: 11px;
  line-height: 9px;
  margin: 10px 0 15px 0;
  color: #707070;
  font-weight: 600;
  text-transform: capitalize;
}
.availability span {
  margin: 0 0 0 3px;
}
.availability .available {
  color: #59B210;
  font-weight: 700 !important;
  font-weight: 800;
  text-transform: capitalize;
}
.availability .not-available {
  color: red;
  font-weight: 700 !important;
  font-weight: 800;
  text-transform: capitalize;
}
ul {
  list-style: none;
}
.font-opensans {
  font-family: 'Open Sans', sans-serif;
}
.color-bg {
  background-color: #f9f9f9;
  border-top: 1px solid #e0e0e0;
}
img { 
  max-width: 100%;
}
.no-margin {
  padding: 0;
  margin: 0;
}
.no-padding {
  padding: 0;
}
.no-padding-right {
  padding-right: 0;
}
.no-padding-left {
  padding-left: 0;
}
.no-margin-left {
  margin-left: 0;
  padding-left: 0;
}
.no-margin-right {
  margin-right: 0;
  padding-right: 0;
}
.no-padding-bottom {
  padding-bottom: 0;
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.caroufredsel_wrapper {
  margin: 0!important;
  width: 100%!important;
}
.caroufredsel_wrapper ul {
  padding-left: 0!important;
}
* {
  font-family: Lato, 'Open Sans', sans-serif;
}
body {
  font-size: 14px;
  color: #333;
  line-height: 180%;
  background-color: #fff;
  /*overflow-x: hidden;*/
  margin: 0;
  padding: 0;
}
::-moz-selection {
  color: #ffffff;
  text-shadow: none;
  -webkit-text-shadow: none;
}
::selection {
  color: #ffffff;
  text-shadow: none;
  -webkit-text-shadow: none;
}
ul {
  margin: 0;
  padding: 0;
}
a {
  outline: none!important;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
.uppercase {
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-family: Lato, 'Open Sans', sans-serif;
  font-weight: 600!important;
}
.capital {
  text-transform: capitalize;
}
#loading {
  display: none;
}
*:focus {
  outline: none;
}
.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-icons li {
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
}
.social-icons li a {
  color: #fff;
  display: inline-block;
  padding: 6px;
  background-color: #3d3d3d;
  border-radius: 100px;
}
.social-icons li a:before {
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
}
.center-absolute {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.map-holder,
.map-holder #map {
  width: 100%;
  min-height: 460px;
  height: 100%;
}
.map-holder img {
  max-width: none;
}
.map-holder label {
  width: auto;
  display: inline;
}
.bold {
  font-weight: 800;
}
label.error {
  color: red;
  font-size: 10px;
}
.green {
  background-color: #59B210;
  color: #fff;
}
.green.ribbon {
  background-color: transparent;
}
.green.ribbon:after {
  border-top-color: #59B210;
}
.red {
  background-color: #F8484A;
  color: #fff;
}
.red.ribbon {
  background-color: transparent;
}
.red.ribbon:after {
  border-top-color: #F8484A;
}
.blue {
  background-color: #407AC5;
  color: #fff;
}
.blue.ribbon {
  background-color: transparent;
}
.blue.ribbon:after {
  border-top-color: #407AC5;
}
.label-discount {
  padding: 0 8px;
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  display: table-cell;
  text-transform: uppercase;
  background-color: #59B210;
  color: #fff;
}
.label-discount.ribbon {
  background-color: transparent;
}
.label-discount.ribbon:after {
  border-top-color: #59B210;
}
.label-discount.clear {
  height: 16px;
  background-color: transparent;
}
.ribbon {
  z-index: 100;
  top: 2.5%;
  font-size: 11px;
  line-height: 20px;
  padding: 4px 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.ribbon:nth-child(2) {
  margin-top: 30px;
}
.ribbon:nth-child(3) {
  margin-top: 60px;
}
.ribbon:nth-child(4) {
  margin-top: 90px;
}
.ribbon span {
  position: relative;
  z-index: 100;
  margin-right: 11px;
}
.ribbon:after {
  content: "";
  display: inline-block;
  border-top-width: 28px;
  border-top-style: solid;
  border-left: 0px;
  border-right: 14px solid transparent;
  height: 0;
  min-width: 68px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section-title {
  margin: 29px 0;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: -1px;
  font-weight: normal!important;
  text-transform: capitalize;
}
.pagination {
  margin: 17px 0;
}
.pagination li:last-child a {
  padding: 9px 32px!important;
}
.pagination li:hover a,
.pagination li.current a {
  background-color: #fff;
}
/*.pagination a {
  border: 1px solid #e0e0e0;
  color: #3d3d3d !important;
  border-radius: 0!important;
  padding: 9px 17px!important;
  font-size: 18px;
  margin: 0 4px 0 0;
  text-transform: capitalize;
}*/
.inline-input .placeholder {
  font-weight: 700 !important;
  font-weight: 800;
  text-transform: capitalize;
}
.inline-input input {
  width: 73%!important;
  border-radius: 3px;
  background-color: #ececec;
  border: none;
  color: #3d3d3d;
  width: 100%;
  padding: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 15px 14px;
  font-size: 13px;
  line-height: 20px;
  border-radius: 5px 0 0 5px;
  display: inline-block;
  vertical-align: top;
  float: left;
}
.inline-input input:focus,
.inline-input input:hover {
  background-color: #e0e0e0;
}
.inline-input .le-button {
  padding: 15px 14px;
  width: 27%;
  float: right;
  border-radius: 0 5px 5px 0;
}
.block {
  display: block;
}
.simple-link {
  color: #3d3d3d;
  text-transform: capitalize;
}
.dropdown-toggle:before,
.dropdown-toggle:after {
  z-index: 100;
}
.green-text {
  color: #59b210 !important;
}
.green-text:hover {
  background-color: #59b210 !important;
  color: #fff !important;
}
.blue-text {
  color: #3498db !important;
}
.blue-text:hover {
  background-color: #3498db !important;
  color: #fff !important;
}
.red-text {
  color: #e74c3c !important;
}
.red-text:hover {
  background-color: #e74c3c !important;
  color: #fff !important;
}
.orange-text {
  color: #f27a24 !important;
}
.orange-text:hover {
  background-color: #f27a24 !important;
  color: #fff !important;
}
.navy-text {
  color: #34495e !important;
}
.navy-text:hover {
  background-color: #34495e !important;
  color: #fff !important;
}
.dark-green-text {
  color: #21b68e !important;
}
.dark-green-text:hover {
  background-color: #21b68e !important;
  color: #fff !important;
}
.height-xs {
  height: 230px;
}
.height-sm {
  height: 338px;
}
.height-md {
  height: 468px;
}
.height-lg {
  height: 690px;
}
.normal-weight {
  font-weight: 400;
}
.semi-bold {
  font-weight: 600;
}
.regular-bold {
  font-weight: 700;
}
.extra-bold {
  font-weight: 800;
}
.page-header {
  padding: 0;
  border: none;
  margin: 0;
  text-align: center;
  margin-bottom: 60px;
}
.page-header .page-title {
  font-size: 40px;
  font-weight: 400;
  color: #434343;
  line-height: 18px;
}
.page-header .page-subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #979797;
  margin: 0;
  line-height: 15px;
}
img[src="assets/blank.gif"] {
  background: url(/../ajax.gif) no-repeat scroll center center #ffffff;
  width: 100%;
}
/*===================================================================================*/
/*	Top Navbar
/*===================================================================================*/
.top-bar {
  background-color: #f9f9f9;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0 9px;
}
.top-bar ul {
  list-style: none;
}
.top-bar ul.right {
  text-align: right;
}
.top-bar ul.right > li:first-child a {
  padding: 0 13px;
}
.top-bar ul.right > li:last-child a {
  padding: 0 0 0 12px ;
}
.top-bar ul > li {
  display: inline-block;
}
.top-bar ul > li.dropdown .dropdown-menu {
  top: 135%;
  border-radius: 0px;
}
.top-bar ul > li.dropdown .dropdown-menu li {
  text-align: left;
  display: block;
}
.top-bar ul > li.dropdown .dropdown-menu li a {
  display: block;
  padding: 7px 13px;
  margin: 0 2px;
  border: none;
}
.top-bar ul > li:first-child a {
  padding: 0 16px 0 0;
}
.top-bar ul > li:last-child a {
  border: none;
}
.top-bar ul > li a {
  padding: 0 13px;
  border-right: 1px solid #e0e0e0;
  color: #3d3d3d;
  font-size: 13px;
  line-height: 15px;
  display: inline-block;
  text-transform: capitalize;
}
/*===================================================================================*/
/*  Header
/*===================================================================================*/
header {
  /*padding: 40px 0 31px 0;*/
  border-bottom: 1px solid #e0e0e0;
}
header.ver2 {
  padding-bottom: 0;
  margin-bottom: 13px;
}
header .logo-holder .logo {
  margin: 10px 0px 0px 0px;
}
header .top-search-holder {
  margin: 0 0 0 -20px;
}
header .top-search-holder .contact-row {
  font-size: 14px;
  line-height: 20px;
}
header .top-search-holder .contact-row .phone {
  margin: 0 10px 0 0;
}
header .top-search-holder .contact-row i {
  vertical-align: middle;
  margin: 0 8px 0 0;
  font-size: 23px;
  line-height: 23px;
}
header .top-search-holder .search-area {
  border: 3px solid #c6c6c6;
  border-radius: 7px;
  margin: 8px 0 0 0;
}
header .top-search-holder .search-area .categories-filter {
  line-height: 44px;
  padding-left: 7px;
  display: inline-block;
  border-left: 1px solid #e0e0e0;
  text-transform: capitalize;
}
header .top-search-holder .search-area .categories-filter .dropdown-menu {
  width: 156%;
  left: -8px;
}
header .top-search-holder .search-area .categories-filter .dropdown-toggle {
  color: #3d3d3d;
  padding: 0 14px 0 2px;
}
header .top-search-holder .search-area .categories-filter .dropdown-toggle:after {
  content: "\f107";
  font-family: fontawesome;
  color: #e0e0e0;
  display: inline-block;
  font-size: 25px;
  line-height: 25px;
  vertical-align: sub;
  margin: 0 0 0 8px;
}
header .top-search-holder .search-area .search-field,
header .top-search-holder .search-area .search-button,
header .top-search-holder .search-area .categories-filter {
  display: inline-block;
}
header .top-search-holder .search-area .search-field {
  border-radius: 5px 0 0 5px;
  border: none;
  width: 65%;
  padding: 13px;
}
header .top-search-holder .search-area .search-button {
  float: right;
  display: inline-block;
  text-align: center;
  padding: 15px 15px 13px 15px;
  margin: -3px -3px 0 0;
  border-radius: 0 5px 5px 0;
}
header .top-search-holder .search-area .search-button:hover {
  background-color: #939393;
}
header .top-search-holder .search-area .search-button:after {
  content: "\f002";
  font-family: fontawesome;
  font-size: 25px;
  line-height: 25px;
  vertical-align: sub;
  color: #fff;
}
header .top-cart-row {
  padding: 35px 0 0 21px;
}
header .top-cart-row .wishlist-compare-holder {
  line-height: 24px;
  margin: 0 18px 0 0;
  font-size: 13px;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: top;
}
header .top-cart-row .wishlist-compare-holder a {
  color: #3d3d3d;
}
header .top-cart-row .wishlist-compare-holder i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #c6c6c6;
  margin: 0 10px 0 0px;
  font-size: 14px;
}
header .top-cart-row .top-cart-holder {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
header .top-cart-row .top-cart-holder .checkout a {
  display: inline-block;
}
header .top-cart-row .top-cart-holder .dropdown-menu {
  width: 332px;
  left: -170px;
  top: 65px;
  padding: 16px 0 0 0;
}
header .top-cart-row .top-cart-holder li {
  border-bottom: 1px solid #e0e0e0;
}
header .top-cart-row .top-cart-holder .basket-item {
  padding: 11px 28px;
  position: relative;
}
header .top-cart-row .top-cart-holder .basket-item .thumb {
  border: 1px solid #e0e0e0;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
header .top-cart-row .top-cart-holder .basket-item .title {
  font-weight: 100;
  line-height: 26px;
}
header .top-cart-row .top-cart-holder .basket-item .price {
  font-weight: 700 !important;
  font-weight: 800;
}
header .top-cart-row .top-cart-holder .basket-item .close-btn {
  display: inline-block;
  position: absolute;
  right: 8%;
  top: 41%;
}
header .top-cart-row .top-cart-holder .basket-item .close-btn:after {
  color: #3d3d3d;
  content: "\f00d";
  font-family: fontawesome;
}
header .top-cart-row .top-cart-holder .basket-item-count {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
header .top-cart-row .top-cart-holder .basket-item-count .count {
  position: absolute;
  color: #fff;
  top: 5px;
  right: 12px;
  border-radius: 100px;
  width: 21px;
  height: 21px;
  line-height: 21px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
header .top-cart-row .top-cart-holder .dropdown-toggle {
  display: block;
  padding: 0;
}
header .top-cart-row .top-cart-holder .dropdown-toggle .lbl {
  font-size: 14px;
  line-height: 21px;
  color: #3d3d3d;
  display: block;
}
header .top-cart-row .top-cart-holder .dropdown-toggle .total-price {
  font-size: 22px;
  font-weight: bold;
}
header .top-cart-row .top-cart-holder .dropdown-toggle:after {
  display: none;
}
header .top-cart-row .top-cart-holder .total-price-basket {
  margin: 0 0 0 5px;
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
}
.header-alt {
  border-bottom: none;
}
/*===================================================================================*/
/*  Sidemenu
/*===================================================================================*/
.sidemenu-holder {
  padding: 0;
  margin: 0;
  width: 21.5%!important;
}
.sidemenu-holder .side-menu .head {
  padding: 17px;
  color: #fff;
  border-radius: 5px 5px 0 0;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 16px;
}
.sidemenu-holder .side-menu .head i {
  margin: 0 6px 0 0;
}
.sidemenu-holder .side-menu nav {
  border-radius: 0 0 5px 5px;
}
.sidemenu-holder .side-menu nav .nav > li {
  border: 1px solid #e0e0e0;
  border-top: 0;
  border-bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidemenu-holder .side-menu nav .nav > li > .mega-menu {
  padding: 3px 0;
}
.sidemenu-holder .side-menu nav .nav > li > .sub-menu {
  min-width: 0;
  width: 100%;
}
.sidemenu-holder .side-menu nav .nav > li .yamm-content {
  padding: 10px 20px;
}
.sidemenu-holder .side-menu nav .nav > li .yamm-content li {
  padding: 5px 0;
  border-bottom: 1px solid #e0e0e0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidemenu-holder .side-menu nav .nav > li .yamm-content li:last-child {
  border-bottom: 0;
}
.sidemenu-holder .side-menu nav .nav > li .yamm-content li a {
  color: #636363;
  line-height: 26px;
}
.sidemenu-holder .side-menu nav .nav > li .yamm-content li:hover {
  background-color: #f9f9f9;
}
.sidemenu-holder .side-menu nav .nav > li .yamm-content .dropdown-banner-holder {
  position: absolute;
  right: -19px;
  top: 0;
}
.sidemenu-holder .side-menu nav .nav > li .yamm-content .dropdown-banner-holder a {
  display: block;
  padding: 0;
  width: 100%;
}
.sidemenu-holder .side-menu nav .nav > li:last-child {
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0 0 5px 5px;
}
.sidemenu-holder .side-menu nav .nav > li:last-child a {
  border-radius: 0 0 3px 3px;
}
.sidemenu-holder .side-menu nav .nav > li:first-child a,
.sidemenu-holder .side-menu nav .nav > li:last-child a {
  line-height: 26px;
}
.sidemenu-holder .side-menu nav .nav > li:first-child a:after,
.sidemenu-holder .side-menu nav .nav > li:last-child a:after {
  line-height: 27px;
}
.sidemenu-holder .side-menu nav .nav > li a {
  padding: 12px 17px ;
  line-height: 17px;
}
.sidemenu-holder .side-menu nav .nav > li:nth-child(2n+1) {
  background-color: #fff;
}
.sidemenu-holder .side-menu nav .nav > li:nth-child(2n) {
  background-color: #f9f9f9;
}
/*===================================================================================*/
/*  Megamenu
/*===================================================================================*/
/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3
 * 
 * http://geedmo.github.com/yamm3
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .nav.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.megamenu-vertical .yamm-content {
  padding: 10px 20px;
}
.megamenu-vertical .yamm-content h2 {
  font-size: 18px;
  line-height: 24px;
  margin: 20px 0;
}
.megamenu-vertical .yamm-content li {
  padding: 5px 0;
  border-bottom: 1px solid #e0e0e0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.megamenu-vertical .yamm-content li:last-child {
  border-bottom: 0;
}
.megamenu-vertical .yamm-content li a {
  color: #3d3d3d;
  line-height: 26px;
}
.megamenu-vertical .yamm-content li:hover,
.megamenu-vertical .yamm-content li:focus {
  background-color: #f9f9f9;
}
.megamenu-vertical .yamm-content .dropdown-banner-holder {
  position: absolute;
  right: -19px;
  top: 0;
}
.megamenu-vertical .yamm-content .dropdown-banner-holder a {
  display: block;
  padding: 0;
  width: 100%;
}
.megamenu-horizontal .menu-item .dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0;
  min-width: 365%;
}
.megamenu-horizontal .nav > li {
  position: relative;
  width: 100%;
}
.megamenu-horizontal .nav > li > a {
  color: #636363;
  font-weight: 600;
}
.megamenu-horizontal .nav > li > a:focus,
.megamenu-horizontal .nav > li > a:hover {
  color: #fff;
}
.megamenu-horizontal .nav > li > a:focus:after,
.megamenu-horizontal .nav > li > a:hover:after {
  opacity: 1;
}
.megamenu-horizontal .nav > li .dropdown-menu {
  top: 0 !important;
}
.megamenu-horizontal .nav > li > .dropdown-toggle:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "\f105";
  line-height: 18px;
  opacity: 0;
  color: #fff;
  float: right;
  font-size: 20px;
  height: 20px;
  width: 20px;
}
.megamenu-horizontal .dropdown:hover .dropdown-toggle:focus,
.megamenu-horizontal .dropdown.open .dropdown-toggle:focus,
.megamenu-horizontal .dropdown:focus .dropdown-toggle:focus,
.megamenu-horizontal .dropdown:hover .dropdown-toggle,
.megamenu-horizontal .dropdown.open .dropdown-toggle,
.megamenu-horizontal .dropdown:focus .dropdown-toggle {
  color: #fff;
}
.megamenu-horizontal .dropdown:hover .dropdown-toggle:after,
.megamenu-horizontal .dropdown.open .dropdown-toggle:after,
.megamenu-horizontal .dropdown:focus .dropdown-toggle:after {
  opacity: 1;
}
#top-mega-nav {
  margin: 27px 0;
}
#top-mega-nav nav {
  background-color: #f9f9f9;
  border-radius: 5px;
}
#top-mega-nav nav .le-dropdown {
  font-size: 16px;
  font-weight: 700;
}
#top-mega-nav nav .le-dropdown:first-child {
  display: inline-block;
  float: left;
}
#top-megamenu-nav {
  margin: 33px 0 0 0;
  position: relative;
}
#top-megamenu-nav .navbar {
  margin: 0;
}
#top-megamenu-nav .navbar-nav > li {
  border-right: 1px solid;
}
#top-megamenu-nav .navbar-nav > li > a {
  text-transform: capitalize;
  font-weight: bold;
  padding: 18px 27px;
}
#top-megamenu-nav .navbar-nav > li > a,
#top-megamenu-nav .navbar-nav > li > a:focus {
  color: #fff;
}
#top-megamenu-nav .navbar-nav > li .dropdown-toggle:after {
  content: none;
}
#top-megamenu-nav .navbar-nav > li .dropdown-toggle:before {
  display: none;
  left: auto;
  right: 45%;
  bottom: -22%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 5px;
  margin-left: -5px;
}
#top-megamenu-nav .navbar-nav > li .dropdown-menu > li > a {
  padding: 8px 16px;
  border-bottom: 1px solid #e0e0e0 !important;
}
#top-megamenu-nav .navbar-nav > li .dropdown-menu > li:last-child > a {
  border-bottom: none!important;
}
#top-megamenu-nav .navbar-nav .dropdown.open .dropdown-toggle:before {
  display: block;
}
.animate-dropdown .open > .dropdown-menu,
.animate-dropdown .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
  animation-name: slidenavAnimation;
  animation-duration: 200ms;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: 200ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: 200ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-out;
  -moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
  from {
    margin-top: -30px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    margin-top: -30px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
/*===================================================================================*/
/*  Breadcrumb
/*===================================================================================*/
.breadcrumb-nav-holder {
  display: inline-block;
  float: left;
}
.breadcrumb-nav-holder.minimal .breadcrumb-item:before,
.breadcrumb-nav-holder.minimal .breadcrumb-item:after {
  display: none;
}
.breadcrumb-nav-holder.minimal .breadcrumb-item > a {
  background-color: #fff;
  padding: 10px 18px;
}
.breadcrumb-nav-holder .breadcrumb-item {
  display: inline-block !important;
  float: left;
  position: relative!important;
  display: table-cell;
}
.breadcrumb-nav-holder .breadcrumb-item.current:after,
.breadcrumb-nav-holder .breadcrumb-item.current:before {
  display: none;
}
.breadcrumb-nav-holder .breadcrumb-item.current.gray a {
  color: #3d3d3d;
}
.breadcrumb-nav-holder .breadcrumb-item:last-child a {
  border-right: 0;
}
.breadcrumb-nav-holder .breadcrumb-item.open:after,
.breadcrumb-nav-holder .breadcrumb-item:focus:after,
.breadcrumb-nav-holder .breadcrumb-item:hover:after {
  border-color: transparent transparent transparent #ececec !important;
}
.breadcrumb-nav-holder .breadcrumb-item.open > a,
.breadcrumb-nav-holder .breadcrumb-item:focus > a,
.breadcrumb-nav-holder .breadcrumb-item:hover > a {
  background-color: #ececec;
}
.breadcrumb-nav-holder .breadcrumb-item:before,
.breadcrumb-nav-holder .breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.breadcrumb-nav-holder .breadcrumb-item:before {
  top: 39%;
  right: -10px;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #e0e0e0;
}
.breadcrumb-nav-holder .breadcrumb-item:after {
  top: 39%;
  right: -8px;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #f9f9f9;
}
.breadcrumb-nav-holder .breadcrumb-item .dropdown-menu {
  min-width: 100%;
  top: 97%!important;
  left: 0!important;
  right: auto!important;
}
.breadcrumb-nav-holder .breadcrumb-item .dropdown-menu li > a {
  padding: 8px 16px;
  border-bottom: 1px solid #e0e0e0 !important;
}
.breadcrumb-nav-holder .breadcrumb-item .dropdown-menu li > a:last-child {
  border-bottom: none!important;
}
.breadcrumb-nav-holder .breadcrumb-item .dropdown-menu:before {
  display: none;
}
.breadcrumb-nav-holder .breadcrumb-item > a {
  letter-spacing: -1px;
  display: inline-block;
  background-color: #f9f9f9;
  padding: 20px 18px;
  color: #3d3d3d;
  border-right: 1px solid #e0e0e0;
  position: relative;
  text-transform: capitalize;
}
.breadcrumb-nav-holder .breadcrumb-item > a.dropdown-toggle:after {
  content: "\f0da";
  color: #3d3d3d;
  font-size: 12px;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 0 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
#breadcrumb-alt {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 27px;
}
/*===================================================================================*/
/*  Sections : Blocks that appear within pages
/*===================================================================================*/
.section {
  margin: 30px 0;
}
.section h2 {
  color: #434343;
  font-size: 28px;
  line-height: 36px;
  font-weight: normal !important;
  padding-bottom: 14px;
  margin-bottom: 12px;
}
.section p,
.section li {
  color: #747474;
  font-size: 16px;
  line-height: 28px;
}
#bestsellers {
  padding: 24px 0 63px 0;
}
#bestsellers .size-medium {
  max-width: 238px;
}
#bestsellers .product-grid-holder > .col-sm-7 {
  width: 60%;
}
#bestsellers .product-grid-holder > .col-sm-5 {
  width: 40%;
}
#bestsellers .single-product-gallery {
  border-left-width: 0;
}
#recently-reviewd {
  padding: 69px 0 10px 0;
}
#top-brands {
  padding: 0px 0 84px 0;
}
#recommended-products {
  margin: 7px 0 -72px 0;
}
#recommended-products .title-nav {
  margin: 0 0 21px 0!important;
}
#recommended-products .size-medium {
  min-height: 311px;
}
#recommended-products .size-medium .image {
  padding: 0px 0px 25px 0;
}
#recommended-products .size-medium .ribbon {
  top: 0;
}
#recommended-products .size-medium .body {
  min-height: 80px;
}
#grid-page-banner {
  margin: 18px 0 24px 0;
}
/*===================================================================================*/
/*  Input Controls, Accordion Boxes, Price Slider, Buttons and Star Rating
/*===================================================================================*/
.radio-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}
.radio-label.bold {
  font-weight: 700;
}
.radio-label p {
  font-weight: 500;
  font-size: 13px;
}
.le-radio {
  opacity: 0;
  margin: 0!important;
  vertical-align: middle;
  z-index: 100;
  position: absolute;
  width: 100%;
  height: 15px;
}
.le-radio + .fake-box {
  border-radius: 0px;
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0px 6px 0 0;
  vertical-align: top;
  border: 1px solid #e0e0e0;
  background-color: #fff;
}
.le-radio:hover,
.le-radio:focus {
  cursor: pointer;
}
.le-radio:hover + .fake-box:after,
.le-radio:focus + .fake-box:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  content: "";
  background-color: #3d3d3d;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.le-radio:checked + .fake-box:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.le-checkbox {
  margin: 7px 0 0 0!important;
  vertical-align: middle;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 10px;
}
.le-checkbox.big + .fake-box {
  border-radius: 0;
  width: 15px;
  height: 15px;
}
.le-checkbox + .fake-box {
  border-radius: 2px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0px 5px 0 0;
  vertical-align: middle;
  border: 1px solid #e0e0e0;
  background-color: #fff;
}
.le-checkbox:hover,
.le-checkbox:focus {
  cursor: pointer;
}
.le-checkbox:hover + .fake-box,
.le-checkbox:focus + .fake-box {
  background-color: #f9f9f9;
}
.le-select {
  background-color: #fff;
  border: 1px solid #ececec;
  padding: 5px 16px 7px 5px;
  color: #3d3d3d;
  width: 100%;
  font-size: 13px;
  width: auto;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.le-select .le-select-in {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.le-select select {
  position: absolute;
  width: 100%!important;
  bottom: 0;
  height: 32px!important;
  left: 0px;
}
.le-select:after {
  content: "\f107";
  font-family: fontawesome;
  color: #3d3d3d;
  font-size: 15px;
  height: 13px;
  position: absolute;
  right: 6px;
  top: 21%;
}
.le-links {
  list-style: none;
}
.le-links li {
  line-height: 27px;
}
.le-links li a {
  font-size: 14px;
  text-transform: capitalize;
}
.le-links li a:hover:before {
  margin: 0 8px 0 0;
}
.le-links li a,
.le-links li a:before {
  color: #3d3d3d;
}
.le-links li a:before {
  font-size: 14px;
  line-height: 15px;
  margin: 0 5px 0 0;
  content: "\f105";
  font-family: fontawesome;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion-widget {
  margin: 0 0 38px 0;
}
.accordion-widget .accordion {
  margin: 20px 0 0 0;
  text-transform: capitalize;
}
.accordion-widget .accordion .accordion-inner {
  margin: 14px 0 20px 0;
  list-style: none;
}
.accordion-widget .accordion .accordion-inner li {
  line-height: 27px;
}
.accordion-widget .accordion .accordion-inner li a {
  font-size: 14px;
  text-transform: capitalize;
}
.accordion-widget .accordion .accordion-inner li a:hover:before {
  margin: 0 8px 0 0;
}
.accordion-widget .accordion .accordion-inner li a,
.accordion-widget .accordion .accordion-inner li a:before {
  color: #3d3d3d;
}
.accordion-widget .accordion .accordion-inner li a:before {
  font-size: 14px;
  line-height: 15px;
  margin: 0 5px 0 0;
  content: "\f105";
  font-family: fontawesome;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion-widget .accordion .accordion-inner .accordion-body ul {
  padding: 0 0 0 20px;
}
.accordion-widget .accordion .accordion-toggle {
  font-size: 14px;
  line-height: 26px;
  display: block;
  font-weight: 600;
}
.accordion-widget .accordion .accordion-toggle:after {
  float: right;
  content: "\f068";
  font-family: fontawesome;
}
.accordion-widget .accordion .accordion-toggle.collapsed {
  color: #636363;
}
.accordion-widget .accordion .accordion-toggle.collapsed:after {
  color: #636363;
  content: "\f067";
}
.accordion-widget .accordion a {
  color: #636363;
}
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 100%!important;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 6px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-handle {
  margin-top: -5px;
}
.slider input {
  display: none;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #939393;
  width: 94%!important;
  margin: 0 auto;
  background-repeat: repeat-x;
}
.slider-selection {
  position: absolute;
  background-repeat: repeat-x;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 400px;
  background-color: #fff;
  top: -3px;
  background-repeat: repeat-x;
  margin-left: -3px !important;
  opacity: 1;
  border: 5px solid;
}
.star-holder .star {
  display: inline;
}
.le-button {
  border-radius: 4px;
  font-weight: bold;
  padding: 10px 20px;
  display: inline-block;
  line-height: 20px;
  border: none;
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.le-button.huge {
  padding: 18px 52px;
}
.le-button:hover {
  color: #fff;
}
.le-button.disabled {
  cursor: not-allowed;
  background-color: #c6c6c6;
  color: #fff;
}
.le-button.inverse {
  background-color: #e0e0e0;
  color: #3d3d3d;
  font-weight: 100;
}
.le-button.inverse:hover {
  background-color: #ececec;
  color: #3d3d3d;
}
.le-button.big {
  padding: 15px 34px;
}
.btn-add-to-compare {
  color: #3d3d3d;
  font-size: 12px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
}
.btn-add-to-compare:before {
  margin: 0 5px 0 0;
  font-size: 18px;
  color: #c6c6c6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: fontawesome;
}
.btn-add-to-compare:before {
  content: "\f0ec";
}
.btn-add-to-wishlist {
  color: #3d3d3d;
  font-size: 12px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
}
.btn-add-to-wishlist:before {
  margin: 0 5px 0 0;
  font-size: 18px;
  color: #c6c6c6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: fontawesome;
}
.btn-add-to-wishlist:before {
  content: "\f004";
}
.dropdown .dropdown-toggle {
  padding: 0 14px 0 5px;
}
.dropdown .dropdown-toggle:after {
  content: "\f107";
  font-family: fontawesome;
  color: #333;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  vertical-align: sub;
  margin: 0 0 0 6px;
  position: relative;
  top: -2px;
}
.dropdown .dropdown-menu {
  border-radius: 0;
  top: 120% !important;
}
.le-dropdown {
  position: relative;
  border-radius: 5px;
  font-weight: 700 !important;
  font-weight: 800;
  display: inline-block;
  vertical-align: top;
}
.le-dropdown i {
  margin: 0 6px 0 0;
}
.le-dropdown .dropdown-toggle {
  padding: 19px 17px;
  display: inline-block;
}
.le-dropdown .dropdown-toggle:after {
  font-size: 24px;
  margin: 0 0 0 5px;
  color: #fff;
}
.le-dropdown.open {
  border-radius: 5px 5px  0 0!important;
}
.le-dropdown .dropdown-menu {
  top: 96%!important;
  right: 0!important;
  left: 0!important;
  padding: 0;
  border: 1px solid #e0e0e0 !important;
  border-radius: 0 0 5px 5px!important;
}
.le-dropdown .dropdown-menu li:first-child a,
.le-dropdown .dropdown-menu li:last-child a {
  padding: 12px 15px;
}
.le-dropdown .dropdown-menu li:last-child,
.le-dropdown .dropdown-menu li:last-child a {
  border-radius: 0 0 5px 5px;
}
.le-dropdown .dropdown-menu li a {
  font-weight: 600;
  display: block;
  padding: 11px 15px;
  margin: 0!important;
}
.le-dropdown .dropdown-menu li:nth-child(2n+1) {
  background-color: #f9f9f9;
}
.le-dropdown .dropdown-menu li:nth-child(2n) {
  background-color: #fff;
}
.le-dropdown .dropdown-menu:before {
  display: none;
}
.le-dropdown .dropdown-toggle {
  text-transform: capitalize;
}
.le-dropdown .dropdown-toggle,
.le-dropdown .dropdown-toggle i {
  color: #fff;
}
/*===================================================================================*/
/*  Carousel
/*===================================================================================*/
.carousel-holder.hover {
  position: relative;
}
.carousel-holder.hover.small .size-small {
  max-width: 134.7pt!important;
}
.carousel-holder.hover.small .size-small:hover .hover-area {
  bottom: 6px;
}
.carousel-holder .title-nav {
  margin: 0 0 32px 0;
  position: relative;
}
.carousel-holder .title-nav h1,
.carousel-holder .title-nav h2 {
  font-weight: normal !important;
  background-color: #fff;
  color: #3d3d3d;
  letter-spacing: -1px;
  padding: 0 23px 0 0;
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
}
.carousel-holder .title-nav h1 {
  font-size: 33px;
  line-height: 40px;
}
.carousel-holder .title-nav h2 {
  font-size: 28px;
  line-height: 35px;
}
.carousel-holder .title-nav .nav-holder {
  float: right;
  display: inline-block;
}
.carousel-holder .title-nav .nav-holder a {
  font-size: 29px;
  line-height: 40px;
  color: #d3d3d3 !important;
  margin: 0 3px;
}
.carousel-holder .title-nav .nav-holder:after {
  z-index: -1;
  top: 50%;
  position: absolute;
  left: 0;
  content: "";
  height: 1px;
  width: 90%;
  right: 0;
  margin: 0 auto;
  background-color: #e0e0e0;
}
.carousel-holder .title-nav .nav-holder a {
  color: #e0e0e0;
}
.brands-carousel .carousel-item {
  width: 168px;
  text-align: center;
  margin: 0 27px 0 0 ;
}
.brands-carousel .carousel-item a {
  padding: 30px 11px;
  margin: 2px 0 0 0;
  display: block;
  border: 1px solid #e0e0e0;
}
.brands-carousel .carousel-item a img {
  vertical-align: middle;
  display: inline-block;
}
/*===================================================================================*/
/*  OWL CAROUSEL
/*===================================================================================*/
.owl-carousel {
  text-align: center;
  cursor: default;
}
.owl-controls {
  display: inline-block;
  position: relative;
  margin-top: 40px;
}
.panel-group .panel .owl-controls {
  margin-top: 25px;
}
.panel-group.blank .panel .owl-controls {
  margin-top: 40px;
}
.owl-pagination {
  position: relative;
  line-height: 30px;
}
.owl-buttons {
  display: none;
}
.owl-prev,
.owl-next {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  font-size: 21px;
  color: #FFF;
  background-color: #d3d3d3;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: auto;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0;
}
.owl-prev {
  left: -35px;
}
.owl-next {
  right: -35px;
}
.owl-carousel:hover .owl-prev {
  left: -40px;
  opacity: .25;
}
.owl-carousel:hover .owl-next {
  right: -40px;
  opacity: .25;
}
.owl-carousel:hover .owl-prev:hover,
.owl-carousel:hover .owl-next:hover {
  opacity: 1;
}
.owl-outer-nav:after {
  content: "";
  position: absolute;
  top: 0;
  left: -15%;
  width: 130%;
  height: 100%;
  z-index: 0;
}
.owl-outer-nav .owl-wrapper-outer,
.owl-outer-nav .owl-pagination,
.owl-outer-nav .owl-prev,
.owl-outer-nav .owl-next {
  z-index: 1;
}
.owl-outer-nav .owl-controls {
  position: static;
}
.owl-outer-nav .owl-prev {
  left: -65px;
}
.owl-outer-nav .owl-next {
  right: -65px;
}
.owl-outer-nav:hover .owl-prev {
  left: -80px;
}
.owl-outer-nav:hover .owl-next {
  right: -80px;
}
.owl-ui-md .owl-pagination {
  line-height: 45px;
}
.owl-ui-md .owl-prev,
.owl-ui-md .owl-next {
  width: 45px;
  height: 45px;
  font-size: 45px;
}
.owl-ui-md .owl-prev {
  left: -55px;
}
.owl-ui-md .owl-next {
  right: -55px;
}
.owl-ui-md:hover .owl-prev {
  left: -60px;
}
.owl-ui-md:hover .owl-next {
  right: -60px;
}
.owl-outer-nav.owl-ui-md:after {
  left: -18%;
  width: 136%;
}
.owl-outer-nav.owl-ui-md .owl-prev {
  left: -85px;
}
.owl-outer-nav.owl-ui-md .owl-next {
  right: -85px;
}
.owl-outer-nav.owl-ui-md:hover .owl-prev {
  left: -100px;
}
.owl-outer-nav.owl-ui-md:hover .owl-next {
  right: -100px;
}
.owl-ui-lg .owl-pagination {
  line-height: 60px;
}
.owl-ui-lg .owl-prev,
.owl-ui-lg .owl-next {
  width: 60px;
  height: 60px;
  font-size: 42px;
}
.owl-ui-lg .owl-prev {
  left: -75px;
}
.owl-ui-lg .owl-next {
  right: -75px;
}
.owl-ui-lg:hover .owl-prev {
  left: -80px;
}
.owl-ui-lg:hover .owl-next {
  right: -80px;
}
.owl-outer-nav.owl-ui-lg:after {
  left: -22%;
  width: 144%;
}
.owl-outer-nav.owl-ui-lg .owl-prev {
  left: -105px;
}
.owl-outer-nav.owl-ui-lg .owl-next {
  right: -105px;
}
.owl-outer-nav.owl-ui-lg:hover .owl-prev {
  left: -120px;
}
.owl-outer-nav.owl-ui-lg:hover .owl-next {
  right: -120px;
}
.owl-inner-nav .owl-controls {
  position: static;
}
.owl-inner-nav .owl-prev {
  left: 45px;
}
.owl-inner-nav .owl-next {
  right: 45px;
}
.owl-inner-nav:hover .owl-prev {
  left: 30px;
}
.owl-inner-nav:hover .owl-next {
  right: 30px;
}
.owl-outer-nav .owl-prev,
.owl-outer-nav .owl-next,
.owl-inner-nav .owl-prev,
.owl-inner-nav .owl-next {
  bottom: 70px;
}
.owl-outer-nav.owl-ui-md .owl-prev,
.owl-outer-nav.owl-ui-md .owl-next,
.owl-inner-nav.owl-ui-md .owl-prev,
.owl-inner-nav.owl-ui-md .owl-next {
  bottom: 85px;
}
.owl-outer-nav.owl-ui-lg .owl-prev,
.owl-outer-nav.owl-ui-lg .owl-next,
.owl-inner-nav.owl-ui-lg .owl-prev,
.owl-inner-nav.owl-ui-lg .owl-next {
  bottom: 100px;
}
.owl-inner-pagination .owl-pagination,
.owl-inner-pagination .owl-prev,
.owl-inner-pagination .owl-next {
  margin-top: -40px;
  top: -60px;
}
.owl-inner-pagination.owl-ui-md .owl-pagination,
.owl-inner-pagination.owl-ui-md .owl-prev,
.owl-inner-pagination.owl-ui-md .owl-next {
  margin-top: -50px;
  top: -65px;
}
.owl-inner-pagination.owl-ui-lg .owl-pagination,
.owl-inner-pagination.owl-ui-lg .owl-prev,
.owl-inner-pagination.owl-ui-lg .owl-next {
  margin-top: -60px;
  top: -75px;
}
.owl-inner-pagination.owl-outer-nav .owl-prev,
.owl-inner-pagination.owl-outer-nav .owl-next,
.owl-inner-pagination.owl-inner-nav .owl-prev,
.owl-inner-pagination.owl-inner-nav .owl-next {
  margin: auto;
  top: 0;
  bottom: 43px;
}
.owl-inner-pagination .owl-pagination {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0;
}
.owl-inner-pagination:hover .owl-pagination {
  opacity: 1;
}
.owl-inner-pagination.owl-inner-nav .owl-pagination,
.owl-inner-pagination.owl-outer-nav .owl-pagination {
  top: -45px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-md .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-md .owl-pagination {
  top: -50px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-lg .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-lg .owl-pagination {
  top: -60px;
}
.owl-inner-pagination.owl-inner-nav:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav:hover .owl-pagination {
  top: -60px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-md:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-md:hover .owl-pagination {
  top: -65px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-lg:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-lg:hover .owl-pagination {
  top: -75px;
}
#owl-main .item {
  height: 525px;
  background-color: #FFF;
  background-position: center 55%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#owl-main.height-md .item {
  height: 457px;
}
#owl-main.height-lg .item {
  height: 675px;
}
#owl-main .container {
  display: table;
  height: inherit;
}
#owl-main .caption {
  display: table-cell;
}
#owl-main .caption.vertical-center {
  vertical-align: middle;
  padding-bottom: 3vh;
}
#owl-main .caption.vertical-top {
  vertical-align: top;
  padding-top: 8vh;
}
#owl-main .caption.vertical-bottom {
  vertical-align: bottom;
  padding-bottom: 14vh;
}
#owl-main .caption.text-center {
  padding-left: 10%;
  padding-right: 10%;
}
#owl-main .caption.text-left {
  padding-right: 20%;
}
#owl-main .caption.text-right {
  padding-left: 20%;
}
#owl-main .owl-controls {
  display: block;
  position: static;
  margin-top: -47px;
}
#owl-main .owl-pagination {
  background: #FFF;
  line-height: inherit;
  position: relative;
  bottom: -40px;
  padding: 10px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: auto;
  opacity: 0;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
#owl-main:hover .owl-pagination {
  bottom: -25px;
  opacity: 1;
}
#owl-main .owl-prev,
#owl-main .owl-next {
  bottom: 0;
}
.owl-controls .owl-page {
  display: inline-block;
}
.owl-pagination .owl-page span {
  display: block;
  width: 15px;
  height: 15px;
  background: #d3d3d3;
  border: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 5px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.owl-item-gap .item {
  margin: 0 15px;
}
.owl-item-gap-sm .item {
  margin: 0 10px;
}
.owl-item.loading {
  min-height: inherit;
  background: none;
}
#owl-recently-viewed .owl-wrapper-outer,
#owl-recently-viewed-2 .owl-wrapper-outer {
  width: 100.1%;
  padding-bottom: 70px;
}
#owl-recently-viewed .owl-wrapper-outer .owl-item:hover .product-item-holder,
#owl-recently-viewed-2 .owl-wrapper-outer .owl-item:hover .product-item-holder {
  border-right-width: 1px;
}
#owl-recently-viewed .owl-wrapper-outer .owl-item .product-item-holder,
#owl-recently-viewed-2 .owl-wrapper-outer .owl-item .product-item-holder {
  border-right-width: 0;
}
#owl-recently-viewed .owl-wrapper-outer .owl-item .product-item-holder .wish-compare a,
#owl-recently-viewed-2 .owl-wrapper-outer .owl-item .product-item-holder .wish-compare a {
  margin: 0 7px;
}
#owl-recently-viewed .owl-wrapper-outer .owl-item:last-child .product-item-holder,
#owl-recently-viewed-2 .owl-wrapper-outer .owl-item:last-child .product-item-holder {
  border-right-width: 1px;
}
#owl-recommended-products .owl-wrapper-outer {
  width: 100.1%;
  padding-bottom: 70px;
}
#owl-recommended-products .owl-wrapper-outer .owl-item:hover .product-item-holder {
  border-right-width: 1px;
}
#owl-recommended-products .owl-wrapper-outer .owl-item .product-item-holder {
  border-right-width: 0;
}
#owl-recommended-products .owl-wrapper-outer .owl-item .product-item-holder .wish-compare a {
  margin: 0 7px;
}
#owl-recommended-products .owl-wrapper-outer .owl-item:last-child .product-item-holder {
  border-right-width: 1px;
}
/*===================================================================================*/
/*  Product Item, Product List, Product Grid
/*===================================================================================*/
.product-item-holder.hover {
  position: relative;
}
.product-item-holder.hover.size-small .product-item .add-cart-button {
  margin-bottom: 10px;
}
.product-item-holder.hover.size-small .product-item .add-cart-button a {
  padding: 5px 10px!important;
  font-size: 12px!important;
}
.product-item-holder.hover.size-small .product-item .add-cart-button a:before {
  font-size: 12px!important;
}
.product-item-holder.hover.size-small .product-item .hover-area {
  bottom: 9px;
}
.product-item-holder.hover.size-small .product-item .hover-area .wish-compare a {
  margin: 0 8px;
  font-size: 11px!important;
}
.product-item-holder.hover.size-small .product-item .hover-area .wish-compare a:before {
  font-size: 12px!important;
  margin-right: 3px;
}
.product-item-holder.hover.size-medium .product-item .wish-compare a {
  margin: 0 5px!important;
}
.product-item-holder.hover.size-medium .product-item .add-cart-button {
  margin-bottom: 10px;
}
.product-item-holder.hover.size-medium .product-item .add-cart-button a {
  padding: 5px 10px!important;
  font-size: 12px;
}
.product-item-holder.hover.size-medium .product-item .hover-area {
  bottom: 7px;
}
.product-item-holder.hover .product-item .hover-area {
  text-align: center;
  bottom: 11px;
  width: 100%;
  display: none;
}
.product-item-holder.hover .product-item .hover-area .wish-compare a {
  margin: 0 10px;
}
.product-item-holder.hover .product-item .hover-area .add-cart-button {
  position: relative;
  margin-bottom: 10px;
}
.product-item-holder.hover .product-item .hover-area .add-cart-button a {
  padding: 13px 31px;
  z-index: 10;
  position: relative;
}
.product-item-holder.hover .product-item .hover-area .add-cart-button:before {
  z-index: 0;
  width: 100%;
  height: 1px;
  /*background-color: #e0e0e0;*/
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
}
.product-item-holder.hover:hover .product-item,
.product-item-holder.hover.test .product-item {
  width: 100%;
  position: absolute;
  padding-bottom: 2%;
  box-shadow: 0px 0px 5px 0px #c6c6c6;
  z-index: 200;
  background-color: #fff;
}
.product-item-holder.hover:hover .hover-area,
.product-item-holder.hover.test .hover-area {
  display: block;
}
/*.product-grid-holder .row:nth-child(n+2) .product-item-holder {
  border-top: 0;
}*/
.product-grid-holder .product-item-holder {
  background-color: #fff;
  min-height: 250px;
  /*border: 1px solid #ececec;*/
  border-right: 0;
  position: relative;
}
.product-grid-holder {
  overflow: auto;
  width: 100%;
}
/*.product-grid-holder .product-item-holder:last-child {
  border-right: 1px solid #ececec;
}*/
.product-grid-holder .product-item-holder .image {
  padding: 29px 0px 0 0;
}
.product-grid-holder .product-item-holder .prices {
  margin: 0 34px;
  padding: 11px 0;
  min-height: 72px;
}
.product-grid-holder .product-item-holder .body {
  margin: 0 14px ;
  min-height: 50px;
}
.product-grid-holder .product-item-holder.size-big .body {
  min-height: 133px;
}
.product-grid-holder .product-item-holder.size-big .body .title {
  min-height: 36px;
  line-height: 26px;
  font-size: 20px;
  margin: 10px 0 0 0;
}
.product-grid-holder .product-item-holder.size-big .prices {
  padding: 11px 0 18px 0;
}
.product-grid-holder .product-item-holder.size-big .prices .le-button {
  margin-left: 10px;
}
.product-grid-holder .product-item-holder.size-big .price-current {
  font-size: 26px!important;
  line-height: 55px;
}
.product-grid-holder .product-item-holder.size-medium {
  max-width: 224.8px;
  min-height: 323px;
}
.product-grid-holder .product-item-holder.size-medium .image {
  padding: 16px 0px 0 0;
}
.product-grid-holder .product-item-holder.size-medium .body {
  margin: 0 20px;
}
.product-grid-holder .product-item-holder.size-medium .body .title {
  min-height: 36px;
  line-height: 19px;
}
.product-grid-holder .product-item-holder.size-small {
  min-height: 270px;
  max-width: 146.2pt!important;
}
.product-grid-holder .product-item-holder.size-small .ribbon {
  top: 0;
}
.product-grid-holder .product-item-holder.size-small .image {
  padding: 0;
}
.product-grid-holder .product-item-holder.size-small .body {
  margin: 0 15px;
  min-height: 71px;
}
.product-grid-holder .product-item-holder.size-small .body .title {
  margin: 9px 0 0 0;
  line-height: 16px;
}
.product-grid-holder .product-item-holder.size-small .body .brand {
  line-height: 22px;
}
.product-grid-holder .product-item-holder.size-small .prices {
  margin: 0 15px;
  padding: 8px 0;
}
.product-item-holder {
  background-color: #fff;
  /*border: 1px solid #ececec;*/
  position: relative;
}
.product-item-holder .ribbon {
  position: absolute;
}
.product-item-holder .image {
  text-align: center;
}
.product-item-holder .prices {
  margin: 0 34px;
  padding: 11px 0;
}
.product-item-holder .price-prev {
  display: inline-block;
  font-size: 14px;
  color: #d3d3d3;
  font-weight: 700 !important;
  font-weight: 800;
}
.product-item-holder .price-current {
  color: #2A1051;
  font-weight: 700;
  font-size: 14px;
}
.product-item-holder .body .title {
  margin: 15px 0 0 0;
  line-height: 19px;
  text-transform: capitalize;
}
.product-item-holder .body .title a {
  color: #0e53a5;
  font-weight: bold;
}
.product-item-holder .body .brand {
  font-size: 10px;
  line-height: 30px;
  color: #3d3d3d;
  text-transform: uppercase;
}
.product-grid-holder.medium .product-item-holder .prices {
  margin: 0 20px;
}
.single-product-gallery .single-product-gallery-item {
  display: inline-block;
}
.single-product-gallery .single-product-gallery-item a {
  display: block;
  padding: 20px;
}
.single-product-gallery .gallery-thumbs {
  position: relative;
  margin: 0px 20px 0px 9%;
  text-align: left;
}
.single-product-gallery .gallery-thumbs .nav-holder {
  position: absolute;
  background-color: #fff;
  width: 23px;
  padding: 3px;
  top: 0px;
  height: 100%;
  z-index: 50;
}
.single-product-gallery .gallery-thumbs .nav-holder.right {
  right: 0;
}
.single-product-gallery .gallery-thumbs .nav-holder.left {
  left: 0;
}
.single-product-gallery .gallery-thumbs .next-btn,
.single-product-gallery .gallery-thumbs .prev-btn {
  background-color: #e0e0e0;
  border-radius: 2px;
  position: absolute;
  z-index: 100;
  height: 90%;
  width: 90%;
  display: inline-block;
  vertical-align: top;
}
.single-product-gallery .gallery-thumbs .next-btn:after,
.single-product-gallery .gallery-thumbs .prev-btn:after {
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  height: 30px;
  font-family: fontawesome;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.single-product-gallery .gallery-thumbs .next-btn {
  right: 0;
}
.single-product-gallery .gallery-thumbs .next-btn:after {
  content: "\f105";
}
.single-product-gallery .gallery-thumbs .prev-btn {
  left: 0;
}
.single-product-gallery .gallery-thumbs .prev-btn:after {
  content: "\f104";
}
.single-product-gallery .gallery-thumbs .item,
.single-product-gallery .gallery-thumbs li {
  display: inline-block;
  float: left;
}
.single-product-gallery .gallery-thumbs .item a,
.single-product-gallery .gallery-thumbs li a {
  display: inline-block;
  border: 1px solid #e0e0e0;
  min-height: 60px;
}
.grid-list-products {
  margin: 0 0 59px 0;
}
.grid-list-products .result-counter {
  padding: 30px 0;
  font-size: 13px;
  line-height: 20px;
  text-align: right;
}
.grid-list-products .product-grid-holder {
  margin: 36px 0 0 0;
  border: 1px solid #ececec;
  border-bottom: 0;
  border-right: 0;
}
.grid-list-products .product-grid-holder .product-item-holder {
  min-height: 410px;
  border: 1px solid #ececec;
  border-top: 0;
  border-left: 0;
}
.grid-list-products .product-grid-holder .product-item-holder .image {
  padding: 30px 0px 6px 0;
}
.grid-list-products .product-grid-holder .pagination-holder .pagination {
  display: inline-block;
}
.grid-list-products .section-title {
  margin: 32px 0 11px;
  font-size: 27px;
}
.grid-list-products .control-bar {
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: 13px;
}
.grid-list-products .control-bar #popularity-sort {
  width: 190px;
  margin: 0 18px 0 0;
}
.grid-list-products .grid-list-buttons {
  padding: 7px;
  float: right;
  display: inline-block;
  vertical-align: top;
}
.grid-list-products .grid-list-buttons ul li {
  min-width: 49px;
  margin: 0 23px 0 0;
  display: inline-block;
  vertical-align: top;
}
.grid-list-products .grid-list-buttons ul li:last-child {
  margin: 0;
}
.grid-list-products .grid-list-buttons ul li.active a {
  font-weight: 700 !important;
  font-weight: 800;
}
.grid-list-products .grid-list-buttons ul li a {
  font-size: 13px;
  color: #3d3d3d;
  font-weight: 600;
}
.grid-list-products .grid-list-buttons ul li a i {
  font-size: 19px;
  color: #ccc;
  vertical-align: bottom;
}
.products-list {
  margin: 36px 0 27px 0;
}
.products-list .product-item {
  min-height: 241px;
  position: relative;
  border: 1px solid #e0e0e0;
  border-bottom: 0;
}
.products-list .product-item:last-child {
  border-bottom: 1px solid #e0e0e0;
}
.products-list .product-item .row {
  padding: 0;
  margin: 0;
}
.products-list .product-item .row .image-holder {
  width: 31%!important;
  padding: 19px;
}
.products-list .product-item .row .body-holder {
  width: 47%;
  padding: 13px 0px;
}
.products-list .product-item .row .body-holder .body .brand {
  border-bottom: 1px solid #e0e0e0;
}
.products-list .product-item .row .body-holder .body .excerpt {
  margin: 10px 0 16px 0;
  font-size: 12px;
}
.products-list .product-item .row .body-holder .body .excerpt .star-holder {
  margin: -4px 0 6px 0;
}
.products-list .product-item .row .body-holder .body .excerpt .star-holder img {
  width: 16px;
  height: 16px;
}
.products-list .product-item .row .price-area {
  width: 22%;
  padding: 27px;
}
.products-list .product-item .row .price-area .price-current {
  font-size: 18px;
  line-height: 33px;
  display: inline-block;
  vertical-align: middle;
}
.products-list .product-item .row .price-area .price-prev {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 4px;
}
.products-list .product-item .row .price-area .le-button {
  padding: 13px 28px;
  margin: 0 0 18px 0;
}
/*===================================================================================*/
/*  Home Page
/*===================================================================================*/
#top-banner-and-menu {
  margin: 27px 0 0 0;
}
#top-banner-and-menu.homepage2 {
  background-color: #f6f6f6;
  margin: 0;
}
.homebanner-holder {
  padding: 0;
  margin: 0;
  width: 78.5%!important;
  padding-left: 20px;
}
.homebanner-slider {
  position: relative;
}
.homebanner-slider:hover .nav-holder {
  opacity: 1;
}
.homebanner-slider .nav-holder {
  opacity: 0;
  width: 100%;
  display: block;
  z-index: 100;
  position: absolute;
  top: 40%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.homebanner-slider .nav-holder .btn-prev,
.homebanner-slider .nav-holder .btn-next {
  position: absolute;
  font-size: 100px;
}
.homebanner-slider .nav-holder .btn-prev:hover,
.homebanner-slider .nav-holder .btn-next:hover {
  color: #333;
}
.homebanner-slider .nav-holder .btn-prev {
  left: 10px;
}
.homebanner-slider .nav-holder .btn-next {
  right: 10px;
}
.homebanner {
  display: inline-block;
}
.homebanner a {
  display: block;
}
.homebanner a:hover {
  opacity: 0.9;
}
#owl-main .caption {
  letter-spacing: -3px;
  color: #636363;
  position: absolute;
  z-index: 100;
  top: 11%;
  left: 5%;
}
#owl-main .caption.right {
  left: auto;
  right: 2%;
  top: 10%;
}
#owl-main .caption .big-text {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 64px;
}
#owl-main .caption .big-text .big {
  display: block;
  font-size: 90px;
  font-weight: 800;
  line-height: 70px;
  top: -11px;
  left: 9px;
  position: relative;
}
#owl-main .caption .big-text .big .sign {
  font-size: 42px;
  vertical-align: super;
}
#owl-main .caption .excerpt {
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: -1px;
  margin-top: 15px;
  line-height: 28px;
}
#owl-main .caption .small {
  text-transform: capitalize;
  margin: 11px 0;
  letter-spacing: -1px;
}
#owl-main .caption .button-holder {
  margin: 31px 0 0;
}
#owl-main .caption .button-holder a {
  letter-spacing: 0px;
}
.banner > a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.banner img {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner:hover img {
  -webkit-transform: rotate(-1deg) scale(1.1);
  -moz-transform: rotate(-1deg) scale(1.1);
  -ms-transform: rotate(-1deg) scale(1.1);
  -o-transform: rotate(-1deg) scale(1.1);
  opacity: 0.9;
}
.banner .banner-text {
  position: absolute;
  color: #3d3d3d;
  top: 30%;
  left: 4%;
  z-index: 200;
}
.banner .banner-text.theblue h1,
.banner .banner-text.theblue .tagline {
  color: #4F6276;
}
.banner .banner-text.right {
  right: 4%;
  left: auto;
}
.banner .banner-text h1 {
  font-size: 36px;
  font-weight: 800!important;
  text-transform: capitalize;
  line-height: 38px;
}
.banner .banner-text .tagline {
  text-transform: capitalize;
  font-weight: 100;
  font-size: 20px;
  line-height: 33px;
}
#banner-holder {
  margin: 23px 0;
}
#products-tab {
  margin: 50px 0 20px 0;
}
#products-tab .image {
  min-height: 215px;
}
.nav-tabs {
  border: none;
}
.nav-tabs,
.nav-tabs li,
.nav-tabs a,
.nav-tabs ul {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-tabs.simple li a {
  border-bottom: 1px solid #e0e0e0;
}
.nav-tabs.simple li.active a {
  padding: 14px 44px;
  background-color: #fff;
  color: #3d3d3d;
  border: 1px solid #e0e0e0;
}
.nav-tabs.simple li.active a:hover {
  background-color: #e0e0e0;
  color: #3d3d3d;
  border: 1px solid #d3d3d3;
}
.nav-tabs li {
  float: none;
  display: inline-block;
  vertical-align: bottom;
}
.nav-tabs li a {
  border: none;
  color: #3d3d3d;
  background-color: #f9f9f9;
  font-size: 15px;
  line-height: 13px;
  padding: 18px 39px;
  margin: 0 3px;
  text-transform: capitalize;
}
.nav-tabs li.active a {
  margin-left: 0 !important;
  font-size: 19px;
  line-height: 30px;
  padding: 16px 53px;
  font-weight: 600;
  text-transform: capitalize;
}
.nav-tabs li.active a,
.nav-tabs li.active a:focus {
  color: #fff!important;
  border: none!important;
}
.nav-tabs li.active a:hover {
  cursor: pointer;
  color: #fff;
  border: none;
}
.btn-loadmore {
  color: #575757;
  display: inline-block;
  text-align: center;
  margin: 21px 0;
  text-transform: capitalize;
}
.btn-loadmore:hover i:before {
  color: #fff;
}
.btn-loadmore i {
  vertical-align: middle;
  display: inline-block;
  background-color: #f9f9f9;
  border-radius: 5px;
  width: 22px;
  height: 22px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-loadmore i:before {
  color: #575757;
  display: inline-block;
  width: 10px;
  height: 10px;
  font-size: 10px;
  line-height: 12px;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*===================================================================================*/
/*  Single Product Page
/*===================================================================================*/
#single-product .gallery-holder {
  width: 37%;
}
#single-product .body-holder {
  width: 63%;
}
#single-product .body-holder .body {
  padding: 0 37px;
}
#single-product .body-holder .body .availability {
  margin: 0 0 0 21px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
#single-product .body-holder .body .title a {
  letter-spacing: -1px;
  color: #3d3d3d;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
}
#single-product .body-holder .body .brand {
  line-height: 22px;
  padding-bottom: 7px;
  font-size: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
  text-transform: uppercase;
}
#single-product .body-holder .stButton .stFb,
#single-product .body-holder .stButton .stTwbutton,
#single-product .body-holder .stButton .stMainServices {
  height: 23px;
}
#single-product .body-holder .social-row,
#single-product .body-holder .buttons-holder {
  display: inline-block;
  vertical-align: top;
}
#single-product .body-holder .buttons-holder {
  margin: 0 0 0 10px;
}
#single-product .body-holder .buttons-holder .btn-add-to-wishlist {
  margin: 0 20px 0 0;
}
#single-product .body-holder .excerpt {
  margin: 22px 0 ;
}
#single-product .body-holder .price-current {
  font-size: 30px;
  font-weight: 700;
  color: #28124A;
  display: inline-block;
  vertical-align: top;
}
#single-product .body-holder .price-prev {
  font-size: 20px;
  font-weight: 600;
  color: #e0e0e0;
  text-decoration: line-through;
  vertical-align: bottom;
  line-height: 40px;
  margin: 0 0 0 16px;
  display: inline-block;
  vertical-align: top;
}
#single-product .body-holder .qnt-holder {
  margin: 24px 0;
  display: inline-block;
  vertical-align: top;
}
#single-product .body-holder #addto-cart {
  margin: 0px 0 0 18px;
}
#single-product .single-product-gallery-item {
  padding-bottom: 40px;
}
#single-product .single-product-gallery-item img {
  width: 433px;
}
#single-product .product-item-holder {
  border: none;
}
#single-product .product-item-holder .owl-wrapper-outer {
  border: 1px solid #e0e0e0;
}
#single-product .gallery-thumbs {
  margin: 10px 0 0 0;
}
#single-product .gallery-thumbs .owl-wrapper-outer {
  border: none;
}
#single-product .gallery-thumbs img {
  width: 67px;
}
#owl-single-product .single-product-gallery-item > a {
  display: inline;
}
#owl-single-product-thumbnails .owl-wrapper-outer {
  width: 100.1%;
}
#owl-single-product-thumbnails .owl-item .horizontal-thumb {
  border: 1px solid #e0e0e0;
  display: block;
  border-right-width: 0;
}
#owl-single-product-thumbnails .owl-item:last-child .horizontal-thumb {
  border-right-width: 1px;
}
.single-product-gallery-thumbs .nav-holder {
  display: none;
}
.single-product-gallery-thumbs .nav-holder:hover {
  opacity: 1;
}
.single-product-gallery-thumbs:hover .nav-holder {
  display: block;
  opacity: 0.8;
}
.le-quantity {
  padding: 4px;
  position: relative;
  border: 1px solid #f5f5f5;
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  margin-top: 15px;
}
.le-quantity .minus,
.le-quantity .plus {
  position: absolute;
  width: 5px;
  height: 100%;
  padding: 3px 14px;
  background-color: #f9f9f9;
  top: 0;
  font-family: fontawesome;
  border-radius: 5px;
}
.le-quantity .minus:hover,
.le-quantity .plus:hover {
  background-color: #f6f6f6;
}
.le-quantity .minus,
.le-quantity .plus,
.le-quantity .minus:after,
.le-quantity .plus:after {
  color: #3d3d3d;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.le-quantity .minus:after,
.le-quantity .plus:after {
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  font-size: 10px;
}
.le-quantity .minus {
  left: 0;
  /*border-right: 1px solid #e0e0e0;*/
}
.le-quantity .minus:after {
  content: "\f068";
}
.le-quantity .plus {
  /*border-left: 1px solid #e0e0e0;*/
  right: 0;
}
.le-quantity .plus:after {
  content: "\f067";
}
.le-quantity input {
  border: none;
  text-align: center;
  width: 80px;
  color: #3d3d3d;
  font-size: 18px;
  background-color: #fff;
}
.meta-row label {
  font-weight: 700 !important;
  font-weight: 800;
  text-transform: capitalize;
}
.meta-row span {
  color: #3d3d3d;
  font-weight: 500;
  text-transform: capitalize;
}
.meta-row span a {
  font-weight: 600;
  text-transform: capitalize;
}
.meta-row span a:hover {
  color: #3d3d3d;
}
#single-product-tab {
  margin: 42px 0 20px 0;
}
#single-product-tab .tab-content {
  border: 1px solid #e0e0e0;
}
#single-product-tab .tab-pane {
  padding: 35px;
}
#single-product-tab .tab-pane p {
  margin-bottom: 24px;
}
#single-product-tab .tab-pane .meta-row {
  margin: 47px 0 0 0;
  font-size: 14px;
}
#single-product-tab .tab-pane .meta-row .seperator {
  margin: 0 20px;
}
#single-product-tab .new-review-form {
  margin: 53px 0 0 0;
}
#single-product-tab .new-review-form .field-row {
  margin-bottom: 36px;
}
#single-product-tab .new-review-form h2 {
  font-size: 22px;
  line-height: 36px;
  text-transform: capitalize;
}
#single-product-tab .new-review-form form {
  margin: 27px 0 0 0;
}
#single-product-tab .new-review-form .star-row {
  margin-bottom: 27px!important;
}
#single-product-tab .new-review-form .star-row .star-holder {
  padding: 9px 0 0 0;
}
#single-product-tab .new-review-form .buttons-holder {
  margin: -16px 0px 0 0px;
  text-align: right;
}
#single-product-tab .new-review-form .buttons-holder button {
  padding: 14px 31px;
}
.tabled-data.no-border {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 16px;
}
.tabled-data.no-border li {
  border: none;
  line-height: 16px;
}
.tabled-data.inverse-bold label {
  font-weight: normal;
}
.tabled-data.inverse-bold .value {
  /*font-weight: 700;*/
}
.tabled-data li {
  border-bottom: 1px solid #e0e0e0;
  color: #3d3d3d;
  font-size: 14px;
  padding: 7px 0;
}
.tabled-data li:first-child {
  padding-top: 0;
}
.tabled-data li:last-child {
  border-bottom: 0;
}
.tabled-data li label {
  margin: 0;
  min-width: 150px;
  font-weight: 700;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: top;
}
.tabled-data li .value {
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
}
.le-input {
  border-radius: 3px;
  background-color: #ececec;
  border: none;
  color: #3d3d3d;
  width: 100%;
  padding: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.le-input:focus,
.le-input:hover {
  background-color: #e0e0e0;
}
.field-row label {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #3d3d3d;
  text-transform: capitalize;
}
.field-row input {
  width: 100%;
}
.comment-item {
  margin-bottom: 20px;
}
.comment-item .comment-body {
  position: relative;
  padding: 21px;
  border: 1px solid #e0e0e0;
}
.comment-item .comment-body:before,
.comment-item .comment-body:after {
  content: "";
  border-width: 7.5px 10px 7.5px 0;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 20px;
}
.comment-item .comment-body:before {
  left: -10px;
  border-color: transparent #e0e0e0 transparent transparent;
}
.comment-item .comment-body:after {
  left: -8px;
  border-color: transparent #fff transparent transparent;
}
.comment-item .comment-body .author {
  font-weight: 500;
  text-transform: capitalize;
}
.comment-item .comment-body .comment-text {
  margin: 16px 0 7px 0!important;
}
.comment-item .comment-body .date {
  font-size: 14px;
  line-height: 26px;
}
.sidebar-page #recently-reviewd {
  padding-top: 19px!important;
}
.sidebar-page .gallery-holder {
  padding: 15px;
  width: 50%!important;
}
.sidebar-page .body-holder {
  width: 50%!important;
  padding: 15px 0;
}
.sidebar-page .body-holder .body {
  padding: 0 19px!important;
}
.sidebar-page .body-holder .body .social-row {
  margin-bottom: 13px;
}
.sidebar-page .body-holder .body .buttons-holder {
  margin: 0 0 0 0px!important;
}
.sidebar-page #single-product-tab {
  margin-top: 12px;
}
/*===================================================================================*/
/*  Shopping Cart Page
/*===================================================================================*/
#cart-page {
  margin-bottom: 76px;
}
#cart-page .widget {
  margin: 0 0 17px 0!important;
  /*padding-left: 40px;*/
}
#cart-page .widget .body {
  padding: 7px 0;
}
#cart-page .widget .buttons-holder {
  text-align: right;
}
#cart-page .widget .buttons-holder .simple-link {
  color: #3d3d3d;
  margin: 10px 0;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
}
#cart-page .widget .tabled-data li label {
  min-width: 125px;
}
#cart-page .widget #total-price {
  margin: 18px 0 0 0;
  padding-bottom: 24px;
  border-bottom: 0;
}
#cart-page .widget #total-price .value {
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
}
#cart-page .items-holder {
  margin: 14px 0 0 0;
}
#cart-page .items-holder .close-btn {
  display: inline-block;
  position: absolute;
  right: 1%;
  top: 39%;
}
#cart-page .items-holder .close-btn:after {
  color: #E30000;
  content: "\f00d";
  font-family: fontawesome;
}
#cart-page .items-holder .cart-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 27px 0 24px;
}
#cart-page .items-holder .cart-item:first-child {
  padding-top: 0;
}
#cart-page .items-holder .cart-item:last-child {
  border-bottom: 0;
}
#cart-page .items-holder .cart-item .title {
  /*padding: 17px 0 0 0;*/
}
#cart-page .items-holder .cart-item .title a {
  line-height: 15px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 700;
  color: #0e53a5;
}
#cart-page .items-holder .cart-item .brand {
  font-size: 10px;
  line-height: 27px;
  text-transform: uppercase;
}
#cart-page .items-holder .cart-item .quantity {
  margin: 11px 0 0 30px;
}
#cart-page .items-holder .cart-item .price {
  font-weight: 700;
  font-size: 16px;
  padding: 28px 0;
  text-align: center;
}
/*===================================================================================*/
/*  Checkout Page
/*===================================================================================*/
#checkout-page .billing-address .le-checkbox {
  display: inline-block;
  vertical-align: top;
}
#checkout-page .billing-address .placeholder {
  text-transform: capitalize;
}
#checkout-page .billing-address form {
  margin: 23px 0 0 0;
}
#checkout-page .billing-address .le-input {
  padding: 9px;
}
#checkout-page .billing-address .field-row {
  margin-bottom: 25px;
}
#checkout-page #create-account {
  font-size: 13px;
  line-height: 24px;
}
#checkout-page #shipping-address {
  margin: 66px 0 0 0;
}
#checkout-page #shipping-address form {
  margin: 24px 0 0 0;
  font-size: 14px;
}
#checkout-page #your-order {
  margin: 58px 0 0 0;
}
#checkout-page #your-order .order-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 24px 0 25px 0;
}
#checkout-page #your-order .order-item:first-child {
  margin-top: 16px;
}
#checkout-page #your-order .order-item .qty {
  font-weight: 700;
  font-size: 18px;
  display: block;
  margin: 14px 0 0 0;
  color: #3d3d3d;
}
#checkout-page #your-order .order-item .title {
  font-weight: 600;
  text-transform: capitalize;
}
#checkout-page #your-order .order-item .title a {
  margin: 0 0 0 -42px;
}
#checkout-page #your-order .order-item .title,
#checkout-page #your-order .order-item .title a {
  line-height: 27px;
  color: #3d3d3d;
}
#checkout-page #your-order .order-item .brand {
  margin: 0 0 0 -42px;
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
}
#checkout-page #your-order .order-item .price {
  text-align: right;
  font-weight: 800;
  font-size: 17px;
  line-height: 46px;
}
#checkout-page #subtotal-holder {
  margin: 44px 0 0 0;
}
#checkout-page #subtotal-holder .radio-group .radio-label {
  margin-bottom: 12px;
}
#checkout-page #subtotal-holder .tabled-data li label {
  min-width: 230px;
}
#checkout-page #subtotal-holder .tabled-data li .value {
  width: 140px;
}
#checkout-page #total-field {
  margin-top: 11px;
}
#checkout-page #total-field label {
  line-height: 24px;
}
#checkout-page #total-field .value {
  font-size: 21px;
  line-height: 30px;
}
#checkout-page .place-order-button {
  text-align: right;
  margin: 23px 0 52px 0;
}
#payment-method-options {
  margin: 90px 0 0 0;
}
#payment-method-options .payment-method-option {
  padding: 26px 0 25px;
  border-bottom: 1px solid #e0e0e0;
}
#payment-method-options .payment-method-option:first-child {
  padding-top: 0;
}
#payment-method-options .payment-method-option .radio-label {
  vertical-align: top;
  margin-top: -3px;
  font-size: 16px;
  text-transform: capitalize;
}
#payment-method-options .payment-method-option .fake-box {
  margin-right: 20px;
}
#payment-method-options .payment-method-option .value {
  text-transform: capitalize;
}
#payment-method-options .payment-method-option .value p {
  text-transform: none;
}
/*===================================================================================*/
/*  About Us Page
/*===================================================================================*/
.services .service {
  background-color: #FFF;
  text-align: center;
  padding: 55px 30px 30px 30px;
  position: relative;
}
.services .service .service-icon {
  height: 70px;
  width: 70px;
  border-radius: 4px;
  font-size: 40px;
  position: absolute;
  margin-bottom: 20px;
  top: -35px;
  left: 35%;
}
.services .service .service-icon i {
  padding: 15px;
}
.services .service h3 {
  font-size: 21px;
  font-weight: 600;
  line-height: 36px;
  color: #434343;
  margin-bottom: 10px;
}
.services .service p {
  font-size: 15px;
  color: #747474;
  line-height: 24px;
}
.team-members .team-member {
  margin-bottom: 20px;
}
.team-members .team-member .profile-pic {
  width: 100%;
}
.team-members .team-member .profile {
  text-align: center;
  padding: 26px 0;
  background-color: #f8f8f8;
}
.team-members .team-member .profile h3 {
  font-size: 24px;
  color: #434343;
  font-weight: 400 !important;
}
.team-members .team-member .profile h3 .designation {
  font-size: 18px;
  color: #afafaf;
}
.team-members .team-member .profile .social {
  display: none;
}
/*===================================================================================*/
/*  Contact Page
/*===================================================================================*/
#contact-us .bordered,
#authentication .bordered {
  border-bottom: 1px solid #ececec;
}
.cf-style-1 .field-row {
  margin-bottom: 25px;
}
.cf-style-1 label {
  color: #3e3e3e;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600 !important;
}
.cf-style-1 .le-input {
  background-color: #f6f6f6;
  border-radius: 0;
  padding: 9px;
}
.our-store {
  line-height: 28px;
  color: #747474;
}
.our-store address {
  line-height: 28px;
}
.our-store h3 {
  font-size: 16px;
  color: #434343;
  margin: 40px 0;
}
.get-direction {
  background-color: #f6f6f6;
  padding: 15px 0;
}
.get-direction .btn-lg {
  padding: 13px 20px;
}
.get-direction .le-input {
  background-color: #FFF;
  color: #3e3e3e;
  font-size: 14px;
  padding: 15px 30px;
  font-weight: 600 !important;
}
/*===================================================================================*/
/*  Authentication Page
/*===================================================================================*/
.btn-facebook,
.btn-twitter {
  background-color: #3d5c98;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
}
.btn-facebook:hover,
.btn-twitter:hover,
.btn-facebook:focus,
.btn-twitter:focus,
.btn-facebook:active,
.btn-twitter:active {
  background-color: #2e4674;
  color: #FFF;
}
.btn-facebook i,
.btn-twitter i {
  font-size: 25px;
  display: inline-block;
  padding-right: 15px;
}
.btn-twitter {
  background-color: #22aadf;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active {
  background-color: #1a89b4;
  color: #FFF;
}
.social-auth-buttons {
  padding: 15px 0 25px 0;
}
.register-form {
  padding: 40px 0;
}
.list-benefits > li {
  margin-bottom: 15px;
  color: #747474;
  font-size: 16px;
  font-weight: 600;
}
/*===================================================================================*/
/*  FAQ Page
/*===================================================================================*/
.panel-group-faq .panel-faq .panel-heading {
  padding: 0 15px;
}
.panel-group-faq .panel-faq .panel-heading .panel-title {
  font-size: 28px;
  color: #434343;
  font-weight: 400 !important;
}
.panel-group-faq .panel-faq .panel-heading .panel-title > a {
  padding: 24px 0;
  display: block;
}
.panel-group-faq .panel-faq .panel-heading .panel-title > a:after {
  content: "\f106";
  font-family: fontawesome;
  float: right;
}
.panel-group-faq .panel-faq .panel-heading .panel-title > a.collapsed:after {
  content: "\f107";
  color: #e1e1e1;
}
.panel-group-faq .panel-faq .panel-body {
  line-height: 28px;
  font-size: 16px;
  color: #747474;
  border-top: 0 !important;
  padding: 20px 15px 60px 15px;
}
/*===================================================================================*/
/*  Blog Page
/*===================================================================================*/
.posts.sidemeta {
  padding-left: 50px;
  margin-left: 20px;
}
.posts.sidemeta .format-wrapper {
  position: absolute;
  top: 75px;
  left: -75px;
  font-size: 25px;
}
.posts.sidemeta .format-wrapper a {
  color: #a7a7a7;
}
.posts.sidemeta .date-wrapper {
  position: absolute;
  top: 0;
  left: -90px;
}
.posts .meta {
  padding: 18px 0;
  border-bottom: 1px solid #ececec;
}
.posts .meta > li {
  display: inline-block;
  margin: 0 6px;
}
.posts .meta > li,
.posts .meta > li a {
  color: #9f9f9f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.posts .meta > li:before {
  content: "\f111";
  color: #9f9f9f;
  font-family: fontawesome;
  font-size: 5px;
  padding-right: 15px;
  float: left;
  margin-top: 7px;
  display: inline-block;
}
.posts .meta > li:first-child {
  margin-left: 0;
}
.posts .meta > li:first-child:before {
  content: none;
}
.posts .post {
  margin-bottom: 100px;
  position: relative;
}
.posts .post .date-wrapper {
  text-align: center;
  display: table;
  float: left;
  margin-right: 20px;
}
.posts .post .date-wrapper .date {
  display: table-cell;
  vertical-align: middle;
  border-radius: 4px;
  width: 52px;
  height: 71px;
  background-color: #59b210;
  line-height: 24px;
  color: #FFF;
}
.posts .post .date-wrapper .date .month {
  font-size: 15px;
  text-transform: uppercase;
  display: block;
}
.posts .post .date-wrapper .date .day {
  font-size: 18px;
  display: block;
}
.posts .post .post-media {
  margin-bottom: 50px;
}
.posts .post .post-media iframe {
  width: 100%;
  border: 0;
}
.posts .post p {
  color: #747474;
  font-size: 14px;
  line-height: 24px;
  padding: 24px 0 ;
}
.posts .post .post-title {
  font-size: 28px;
  color: #434343;
  line-height: 120%;
  font-weight: 400 !important;
}
.posts .format-quote {
  padding: 60px 80px;
  background-color: #59b210;
}
.posts .format-quote:before {
  background: url(/../images/background-images/testimonials.jpg) repeat scroll 0 0 rgba(0, 0, 0, 0);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.05;
  position: absolute;
  right: 0;
  top: 0;
}
.posts .format-quote blockquote {
  border-left: 0;
  padding: 0;
  position: relative;
}
.posts .format-quote blockquote:after {
  content: "\f10e";
  display: block;
  font-family: fontawesome;
  font-size: 40px;
  line-height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #FFF;
}
.posts .format-quote blockquote p {
  font-size: 22px;
  font-style: italic;
  line-height: 160%;
  color: #FFF;
  font-weight: 600 !important;
}
.posts .format-quote blockquote footer {
  color: #FFF;
}
.posts .format-quote blockquote footer:after {
  background-color: #FFF;
  content: "";
  display: inline-block;
  height: 1px;
  margin-bottom: 0.28em;
  width: 20px;
  margin-left: 5px;
}
.posts .format-link {
  background-color: #ececec;
  padding: 80px;
}
.posts .format-link .post-title {
  font-size: 38px;
  line-height: 46px;
  font-weight: 600 !important;
  margin-bottom: 20px;
}
.posts .format-link .post-title > a {
  color: #434343;
}
.posts .post-entry .meta {
  margin-bottom: 25px;
}
.posts .post-entry .post-title {
  font-size: 28px;
  color: #434343;
  line-height: 120%;
  font-weight: 400 !important;
}
.posts .post-entry p {
  font-size: 16px !important;
  line-height: 28px !important;
  color: #747474;
  padding: 0 !important;
  margin-bottom: 40px;
}
.posts .post-entry p.highlight {
  font-size: 19px !important;
  font-weight: 600 !important;
}
.posts .post-entry p.highlight-light {
  font-size: 19px !important;
}
.posts .post-entry .inner-left {
  padding-left: 50px;
}
.posts .post-entry blockquote {
  border-left: 0;
  font-size: inherit;
  margin: 0;
  padding: 0;
}
.posts .post-entry blockquote p {
  font-weight: 600;
  font-size: 16px;
  font-style: italic;
}
.posts .post-entry blockquote:before {
  content: "\f10d";
  font-family: FontAwesome;
  color: #a7a7a7;
  font-size: 25px;
  margin-left: -38px;
  float: left;
}
.blog-pagination {
  text-align: center;
  width: 100%;
}
.blog-pagination > li {
  display: inline-block !important;
}
.blog-sidebar .widget {
  margin-bottom: 55px !important;
}
.blog-sidebar .widget:first-child .body {
  margin-top: 0;
  padding-top: 0;
}
.blog-sidebar .widget h4 {
  border-bottom: 1px solid #ececec;
  font-size: 24px;
  font-weight: 400 !important;
  line-height: 45px;
}
.blog-sidebar .widget .body {
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: 14px;
  line-height: 24px;
  color: #868686;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.blog-sidebar .widget .body .le-links > li {
  line-height: 36px;
  border-bottom: 1px solid #ececec;
}
.blog-sidebar .widget .body .le-links > li > a {
  color: #686868;
  font-weight: 600 !important;
  display: block;
}
.blog-sidebar .widget .body .le-links > li > a:before {
  content: none;
}
.blog-sidebar .widget .body .le-links > li > a:after {
  content: "\f105";
  font-family: fontawesome;
  float: right;
}
.blog-sidebar .widget .body .le-links > li:last-child {
  border-bottom: none;
}
.blog-sidebar .widget .body .tagcloud a {
  color: #686868;
  line-height: 34px;
}
.blog-sidebar .widget .body .search-form .form-group {
  float: left;
  margin-bottom: 0;
  margin-right: -28px;
  width: 100%;
}
.blog-sidebar .widget .body .search-form .form-control {
  font-size: 14px;
  border: none;
  height: 42px;
  border-radius: 0px;
  background: none repeat scroll 0 0 #f6f6f6;
  box-shadow: none;
  color: #1A1A1A;
  padding-left: 10px;
  padding-right: 10px;
}
.blog-sidebar .widget .body .search-form .form-control:focus {
  box-shadow: none;
}
.blog-sidebar .widget .body .search-form button {
  border: 0 none;
  float: left;
  font-size: 13px;
  margin: 0;
  padding: 10px 10px 5px 0;
  margin-top: 1px;
  background: rgba(0, 0, 0, 0);
}
.blog-sidebar .widget .recent-post-list h5 {
  margin: 7px 0px;
  font-size: 14px;
  font-weight: 300 !important;
  line-height: 15.58px;
  text-transform: capitalize;
}
.blog-sidebar .widget .recent-post-list h5 a {
  color: #434343;
}
.blog-sidebar .widget .recent-post-list .posted-date {
  color: #8f8f8f;
  font-size: 12px;
}
.blog-sidebar .widget .recent-post-list .sidebar-recent-post-item {
  margin-bottom: 20px;
}
.blog-sidebar .widget .recent-post-list img {
  height: 75px;
  width: 75px;
  overflow: hidden;
}
/* Owl Carousel for Blog Post with Gallery */
.owl-carousel-blog {
  margin-bottom: 30px;
}
.owl-carousel-blog .item {
  height: 430px !important;
}
.owl-carousel-blog .owl-prev,
.owl-carousel-blog .owl-next {
  opacity: 0.8;
}
/* Blog Post Author */
.blog-post-author {
  background: none repeat scroll 0 0 #F8F8F8;
  padding: 16px;
  margin-bottom: 60px;
  margin-top: 30px;
}
.blog-post-author .media > .pull-left {
  margin-right: 28px;
}
.blog-post-author .media .media-heading {
  font-size: 19px;
  margin: 15px 0px;
}
.blog-post-author .media .media-heading > a {
  color: #747474;
}
.blog-post-author .media .media-body p {
  color: #7f7f7f;
  font-size: 16px;
  line-height: 25px;
}
/* Blog COmments */
#comments > h3 {
  font-size: 24px;
  font-weight: 400 !important;
  border-bottom: 1px solid #ececec;
  margin-bottom: 35px;
  line-height: 40px;
}
.comment-item .comment-body header {
  border-bottom: none;
}
.comment-item .comment-body .author {
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
}
.comment-item .comment-body .date {
  color: #8c8c8c;
  margin-right: 15px;
}
.comment-item .comment-body .likes,
.comment-item .comment-body .likes-count {
  margin-right: 15px;
}
.comment-item .comment-body .likes a,
.comment-item .comment-body .likes .icon {
  color: #a7a7a7;
}
.comment-item .comment-body .dislikes .icon {
  color: #a7a7a7;
}
.comment-item .comment-body .comment-reply {
  color: #434343;
}
.comment-item .comment-body .comment-content {
  margin-top: 15px;
  color: #747474;
  font-size: 14px;
  line-height: 22px;
}
/* Reply Block */
.leave-reply h3 {
  font-size: 24px;
  font-weight: 400 !important;
  border-bottom: 1px solid #ececec;
  line-height: 40px;
}
.leave-reply p {
  margin-top: 15px;
  color: #747474;
}
.leave-reply .field-row {
  margin-bottom: 25px;
}
.leave-reply .reply-form {
  margin-top: 40px;
}
#reply-block .le-input {
  padding: 9px;
}
.post-comment-button {
  font-size: 16px;
  margin-bottom: 70px;
}
/*===================================================================================*/
/*  Sidebar
/*===================================================================================*/
.sidebar h1,
.sidebar h2,
.sidebar h3 {
  font-weight: 500 !important;
}
.sidebar.narrow {
  width: 23%;
  padding: 0 20px 0 0;
}
.sidebar.wide {
  width: 77%;
}
.sidebar .price-filter {
  border-top: 1px solid #e0e0e0;
  margin: 19px 0 0 0;
  padding: 10px 0 0 0;
}
.sidebar .price-range-holder {
  padding: 18px 0px 47px 0px;
  position: relative;
}
.sidebar .price-range-holder .filter-button a {
  text-transform: uppercase !important;
}
.sidebar .price-range-holder .filter-button a:hover {
  color: #3d3d3d;
}
.sidebar .price-range-holder .min-max,
.sidebar .price-range-holder .filter-button {
  margin: 14px 0 0 0;
  font-size: 13px;
}
.sidebar .price-range-holder .price-slider {
  visibility: hidden;
}
.sidebar .price-range-holder .price-range.in {
  overflow: visible;
}
.sidebar .price-range-holder .slider .tooltip {
  margin-top: 55px;
}
.sidebar .price-range-holder .min-max {
  float: left;
}
.sidebar .price-range-holder .filter-button {
  float: right;
}
.sidebar .price-range-holder .filter-button a {
  font-weight: 700 !important;
  font-weight: 800;
  text-transform: capitalize;
}
.sidebar .simple-banner {
  margin: 43px 0 34px 0;
}
.sidebar .simple-banner a {
  display: block;
}
.sidebar .widget {
  margin: 0 0 25px 0;
}
.sidebar .widget .row {
  padding: 0;
  margin: 0;
}
.sidebar .widget .body {
  margin: 10px 0;
  padding: 10px;
}
.sidebar .widget .product-list {
  margin: 30px 0 0 0;
  padding: 0;
}
.sidebar .widget .product-list li {
  margin: 0 0 20px 0;
}
.sidebar .widget .product-list li a {
  line-height: 20px;
  font-size: 14px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 600;
  color: #3d3d3d;
}
.sidebar .widget .product-list .price {
  line-height: 28px;
}
.sidebar .widget .product-list .price .price-prev {
  color: #c6c6c6;
  font-size: 11px;
  text-decoration: line-through;
}
.sidebar .widget .product-list .price .price-current {
  font-size: 15px;
  font-weight: 700 !important;
  font-weight: 800;
}
.sidebar .widget .product-list .price .price-prev,
.sidebar .widget .product-list .price .price-current {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
}
.sidebar .widget .bordered {
  border: 2px solid #ececec;
  border-radius: 10px;
}
.sidebar .widget hr {
  margin: 5px 0;
}
.sidebar .widget .category-filter ul {
  padding: 0 3px;
  margin: 10px 0 0 0;
}
.sidebar .widget .category-filter ul li {
  position: relative;
}
.sidebar .widget .category-filter ul span {
  font-size: 12px;
  vertical-align: bottom;
  display: inline-block;
  line-height: 24px;
  margin: 0 8px 0 0;
}
.sidebar .widget .category-filter ul label {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 12px;
  margin: 0 0 3px;
  line-height: 20px;
}
/*===================================================================================*/
/*  Footer
/*===================================================================================*/
#footer {
  padding: 54px 0 0 0;
}
#footer h2 {
  text-transform: capitalize;
  font-size: 21px;
  line-height: 32px;
  letter-spacing: -1px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 11px;
}
#footer h3 {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -1px;
  padding-bottom: 11px;
}
#footer .widget .row {
  padding: 0;
  margin: 0;
}
#footer .widget .body {
  margin: 27px 0 0 0;
}
#footer .widget .body li {
  margin: 0 0 20px 0;
}
#footer .widget .body li a {
  line-height: 15px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 700;
  color: #0e53a5;
}
#footer .widget .price {
  line-height: 21px;
}
#footer .widget .price .price-prev {
  color: #c6c6c6;
  font-size: 11px;
  text-decoration: line-through;
}
#footer .widget .price .price-current {
  font-size: 15px;
  color: #3d3d3d;
}
#footer .widget .price .price-prev,
#footer .widget .price .price-current {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
}
#footer .widget .thumb-holder {
  float: right;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #e0e0e0;
}
#footer .widget .thumb-holder img {
  width: 73px;
}
#footer .sub-form-row {
  margin: 51px 0;
  position: relative;
  z-index: 200;
}
#footer .sub-form-row:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #e0e0e0;
  z-index: -1;
}
#footer .sub-form-row input {
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  padding: 18px;
  color: #3d3d3d;
  width: 82%;
  border-radius: 5px 0  0 5px ;
}
#footer .sub-form-row button {
  border-radius: 0 5px 5px 0;
  padding: 19px 31px 20px 31px;
  margin: 0 0 0 -5px;
}
#footer .link-list-row {
  margin: 75px 0 72px 0;
}
#footer .link-list-row .contact-info {
  text-transform: capitalize;
}
#footer .link-list-row .contact-info .regular-bold {
  margin: 0 0 29px 0;
}
#footer .link-list-row .contact-info .social-icons {
  margin: 58px 0 0 0;
}
#footer .link-list-row .contact-info .social-icons h3 {
  line-height: 27px;
}
#footer .link-list-row .footer-logo {
  display: inline-block;
  vertical-align: top;
  margin: 7px 0 30px 0;
}
#footer .link-list-row .link-widget {
  display: inline-block;
  vertical-align: top;
  width: 215px;
  margin: 0 0 0 15px;
}
#footer .link-list-row .link-widget h3 {
  padding-bottom: 32px;
}
#footer .link-list-row .link-widget li {
  margin: 0 0 12px 0;
}
#footer .link-list-row .link-widget li a {
  color: #adadad;
  text-transform: capitalize;
}
#footer .copyright-bar {
  background-color: #3d3d3d;
  padding: 17px 0;
  text-transform: capitalize;
}
#footer .copyright-bar .copyright {
  line-height: 30px;
  color: #8a8a8a;
}
#footer .copyright-bar .copyright a {
  color: #fff;
  font-weight: 600;
}
#footer .payment-methods {
  text-align: right;
}
#footer .payment-methods li {
  display: inline-block;
  width: 50px;
  background-color: #fff;
  border-radius: 2px;
  text-align: center;
  padding: 0px 5px;
}
#footer .payment-methods li:hover {
  cursor: pointer;
}
#footer .payment-methods li:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}
#footer .payment-methods li img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}
/*===================================================================================*/
/*  Browser Specific Styles
/*===================================================================================*/
.gecko .dropdown > a:after {
  vertical-align: middle!important;
}
.gecko .dropdown-toggle:after {
  vertical-align: middle!important;
}
.gecko header .top-search-holder .search-area .search-button:after {
  vertical-align: middle!important;
}
.ie9 #top-megamenu-nav .dropdown .dropdown-toggle:before {
  bottom: -23%;
}
.ie9 .le-select select {
  padding: 5px;
}
.ie9 .le-select:after {
  display: none;
}
/*===================================================================================*/
/*  Responsive Layout
/*===================================================================================*/
select.top-drop-menu {
  margin: 10px 0 0 0;
  padding: 10px;
  width: 100%;
  color: #000;
}
.carousel-item.size-small {
  min-width: 194px;
}
.carousel-item.size-medium {
  min-width: 225px;
}
.navbar-collapse {
  padding: 0;
}
.navbar .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-collapse {
  max-height: none;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  #top-megamenu-nav .nav .dropdown {
    border-right: none;
    width: 100%;
  }
  #top-megamenu-nav .nav > li {
    border-right: none;
    width: 100%;
  }
  #top-megamenu-nav .nav .dropdown-menu {
    min-width: 0;
    max-width: none;
    width: 100%;
    background-color: #FFF;
  }
  .top-bar > .container > div {
    margin: 10px 0;
  }
  .top-bar ul.right,
  .top-bar {
    text-align: center!important;
  }
  .top-bar > .container > div > ul > li > a {
    font-size: 11px !important;
    padding: 0 9px !important;
  }
  .logo > a {
    display: block;
    margin-bottom: 20px;
  }
  .logo > a > svg {
    display: block;
    margin: 0 auto;
  }
  #owl-main .caption .big-text {
    font-size: 30px;
    line-height: 30px;
  }
  #owl-main .caption .big-text .bg {
    font-size: 50px;
    line-height: 60px;
  }
  header .top-search-holder {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  header .top-search-holder .contact-row {
    text-align: center;
    margin-bottom: 20px;
  }
  header .top-search-holder .contact-row > div,
  header .top-search-holder .contact-row .phone,
  header .top-search-holder .contact-row .contact {
    margin: 0;
    margin-bottom: 5px;
    display: block !important;
  }
  header .top-search-holder .search-area .search-button {
    margin: -51px -3px 0 0;
    border-radius: 0 0 5px 0;
  }
  header .top-search-holder .search-area .categories-filter {
    border-top: 1px solid #e0e0e0;
    border-left: none;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  header .top-cart-holder .basket .dropdown-menu {
    width: 300px;
    left: -136px;
  }
  header .top-cart-holder .basket .checkout .le-button {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  #banner-holder .banner {
    margin-bottom: 10px;
  }
  #banner-holder .banner .banner-text {
    top: 25%;
  }
  #banner-holder .banner .banner-text h1 {
    font-size: 20px;
    line-height: 22px;
  }
  #banner-holder .banner .banner-text .tagline {
    font-size: 14px;
    line-height: 24px;
  }
  #banner-holder .banner .banner-image {
    width: 100%;
  }
  .sidemenu-holder {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .homebanner-holder {
    width: 100% !important;
    padding: 0;
  }
  #hero .caption {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .product-grid-holder .product-item-holder {
    border-right: 1px solid #ececec;
    margin-bottom: 10px;
  }
  .nav-tabs {
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
  }
  .nav-tabs > li.active,
  .nav-tabs li {
    padding: 0;
    margin: 0;
    display: block;
  }
  .nav-tabs > li.active > a,
  .nav-tabs li > a {
    width: 100%;
    font-size: 15px;
    padding: 18px 39px;
    margin: 0;
    border-radius: 0;
    border-bottom: 1px solid #e0e0e0;
    line-height: 24px;
  }
  .nav-tabs > li.active:last-child > a,
  .nav-tabs li:last-child > a {
    border-bottom: none !important;
  }
  #bestsellers .size-medium {
    max-width: 100% !important;
  }
  #bestsellers .single-product-gallery {
    border-left-width: 1px;
  }
  #bestsellers .single-product-gallery .single-product-gallery-item {
    max-width: 100% !important;
  }
  #owl-recently-viewed .size-small,
  #owl-recently-viewed-2 .size-small {
    max-width: 100% !important;
  }
  #owl-recently-viewed .owl-wrapper-outer .owl-item .product-item-holder,
  #owl-recently-viewed-2 .owl-wrapper-outer .owl-item .product-item-holder {
    border-right-width: 1px;
  }
  .megamenu-horizontal .dropdown-menu {
    left: 0 !important;
    max-width: 100%;
    top: 100% !important;
    min-width: 0 !important;
  }
  .megamenu-horizontal .dropdown-menu .yamm-content .dropdown-banner-holder {
    position: relative !important;
  }
  .brands-carousel .carousel-item {
    margin: 0 auto !important;
  }
  #single-product .gallery-holder {
    width: 100%;
  }
  #single-product .body-holder {
    width: 100%;
  }
  #single-product .body-holder .body {
    padding: 0 15px;
  }
  #single-product .body-holder .qnt-holder {
    display: block;
    text-align: center;
  }
  #single-product .body-holder .qnt-holder #addto-cart {
    width: 100%;
    display: block;
    margin: 15px 0;
    text-align: center;
  }
  #single-product .single-product-gallery-item img {
    width: 100%;
  }
  #owl-single-product-thumbnails .owl-item .horizontal-thumb {
    border-right-width: 1px;
  }
  #footer .widgets-row > div {
    margin-left: 0;
    padding-left: 0;
  }
  #footer .sub-form-row:before {
    content: none;
  }
  #footer .sub-form-row input {
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  #footer .sub-form-row button {
    margin: 0 auto;
    width: 100%;
    border-radius: 5px;
    margin-top: 5px;
  }
  #footer .link-list-row {
    margin-bottom: 30px;
  }
  #footer .link-list-row .link-widget h3 {
    margin-bottom: 15px;
    padding-bottom: 0;
    margin-top: 30px;
  }
  #footer .copyright-bar .container > div {
    text-align: center;
  }
  #footer .copyright-bar .container > div:first-child {
    margin-bottom: 10px;
  }
  #footer .copyright-bar .container > div .payment-methods {
    text-align: center;
  }
  #footer .copyright-bar .container > div .payment-methods > ul {
    text-align: center;
  }
  #footer .copyright-bar .container > div .payment-methods > ul > li {
    display: inline-block;
  }
  .sidebar {
    width: 100%!important;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .top-bar > .container > div {
    margin: 10px 0;
  }
  .top-bar > .container > div > ul > li > a {
    font-size: 12px !important;
    padding: 0 9px !important;
  }
  .logo > a {
    display: block;
    margin-bottom: 20px;
  }
  .logo > a > svg {
    display: block;
    margin: 0 auto;
  }
  header .top-search-holder {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  header .top-search-holder .contact-row {
    text-align: center;
    margin-bottom: 20px;
  }
  header .top-search-holder .contact-row > div,
  header .top-search-holder .contact-row .phone,
  header .top-search-holder .contact-row .contact {
    margin: 0;
    margin-bottom: 5px;
    display: block !important;
  }
  header .top-cart-holder .basket .dropdown-menu {
    width: 300px;
    left: -136px;
  }
  header .top-cart-holder .basket .checkout .le-button {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .top-cart-row-container {
    text-align: center;
  }
  .sidemenu-holder {
    width: 33.333% !important;
  }
  .homebanner-holder {
    width: 66.6667% !important;
  }
  #owl-main {
    background-color: #f4f4f4;
  }
  #owl-main .owl-item {
    height: 480px !important;
  }
  #banner-holder .container .banner {
    width: 48%;
    margin-right: 15px;
  }
  #banner-holder .container .banner > a {
    max-width: 100%;
  }
  #banner-holder .container .banner > a .banner-text {
    top: 16%;
  }
  #banner-holder .container .banner > a .banner-text h1 {
    font-size: 24px;
  }
  #banner-holder .container .banner > a .banner-text .tagline {
    font-size: 16px;
  }
  #banner-holder .container .banner:last-child {
    margin-right: 0;
  }
  #owl-recently-viewed .owl-item .product-item-holder,
  #owl-recommended-products .owl-item .product-item-holder {
    max-width: none !important;
    width: 100%;
  }
  #footer .sub-form-row input {
    width: 72%;
  }
  #footer .link-list-row .container > div:first-child {
    margin-bottom: 20px;
  }
  #cart-page .widget {
    margin: 0 0 25px;
    padding: 0;
  }
  .sidebar {
    width: 100%!important;
  }
  #single-product .gallery-holder {
    width: 50% !important;
  }
  #single-product .gallery-holder .single-product-gallery-item {
    width: 100%;
  }
  #single-product .body-holder {
    width: 50% !important;
  }
  #single-product .body-holder #addto-cart {
    margin: 15px 0 0 0 !important;
    width: 100%;
    text-align: center;
  }
  .products-list .product-item .row .body-holder {
    width: 41%;
  }
  .products-list .product-item .row .price-area {
    width: 28%;
  }
  #hero .caption {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  #owl-recently-viewed .owl-item .product-item-holder,
  #owl-recently-viewed-2 .owl-item .product-item-holder,
  #owl-recommended-products .owl-item .product-item-holder {
    max-width: none !important;
    width: 100%;
  }
  #single-product .gallery-holder .single-product-gallery-item {
    width: 100%;
  }
  #footer .sub-form-row input {
    width: 75% !important;
  }
  #footer .link-list-row .link-widget {
    width: 30.33% !important;
  }
  header .logo svg {
    width: 100% !important;
  }
  header .top-search-holder {
    margin: 0;
    width: 41.6667% !important;
  }
  header .top-search-holder .search-field {
    width: 50% !important;
  }
  header .top-cart-row {
    width: 33.333%;
  }
  .products-list .product-item .row .body-holder {
    width: 42%;
  }
  .products-list .product-item .row .price-area {
    width: 27%;
  }
  h1.border {
    line-height: 40px;
  }
  .sidebar .widget .product-list li .row > div:first-child {
    margin-right: 5px !important;
  }
  .sidebar .widget .product-list li .row > div:last-child {
    width: 63.667% !important;
  }
  .sidebar .widget .product-list li .row .thumb-holder {
    width: 100%;
  }
  #hero .caption {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .owl-buttons {
    display: block;
  }
}

/************************  START CUSTOM ***********************/

.header-bg {
  background-color: #59b210;
  padding-bottom: 20px;
  padding-top: 20px;
  color: #fff;
  /* ramadan holiday banner */
 /* margin-top:40px;*/
/*  background-image: url(/images/bg/ramadhan20161.png);
  background-position-x: center;
  background-position-y: center;*/
}

.header-bg:before, 
.header-bg:after {
  content: " ";
  display: table;
  clear:both;
}

.top-header-section-top {
  display: inline-block;
  margin-right: 25px;
  font-size: 13px;
  font-weight: bold;
}

.promotion-landing-page .top-header-section-top {
  display: inline-block;
  margin-right: 25px;
  font-size: 17px;
  font-weight: bold;
}

/*.top-header-section-top:nth-last-child(3) {
  margin-right: 10px;
}*/

.top-header-section-bottom {
  display: inline-block;
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}

.fa-xs {
  font-size: 6px;
  top:-2px;
  margin-right: 20px;
  position: relative;
}

.fa-md {
  font-size:20px;
}

.fa-lg {
  font-size:28px;
}

.fa-sp-r {
  margin-right: 5px;
}

.fa-sp-r-1x {
  margin-right: 10px;
}

.fa-sp-r-2x {
  margin-right: 15px;
}

.fa-sp-l {
  margin-left: 5px;
}

.fa-sp-l-1x {
  margin-left: 10px;
}

.fa-sp-l-2x {
  margin-left: 15px;
}

.search-bg {
  top: -20px;
  padding-top: 50px;
  padding-bottom: 60px;
  background: url(/bg-sections/search-bg-section.jpg) no-repeat center center;
}

.search-bg > .text-lead {
  position: relative;
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}

.search-bg > .text-lead-2 {
  position: relative;
  font-size: 22px;
  margin-bottom: 30px;
  text-align: center;
}

.col-centered {
  margin: 0 auto;
  float: none;
}

.hr-10 {
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 0.4;
}

/************* BANNER *******************/
.features-text-lead {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 3px;
}

.features-text-lead:before {
  border: 1px solid #ccc;
  content: "";
  position: absolute;
  width: 32%;
  left:0;
  top:25px;
}

.features-text-lead:after {
  border: 1px solid #ccc;
  content: "";
  position: absolute;
  width: 32%;
  right:0;
  top:25px;
}

.banner-top-section {
  padding: 0px;
}

.banner-top-left,
.banner-top-middle,
.banner-top-right {
  width: 100%;
  height: 230px;
}

/************** BANNER END *************/
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

body {
  -webkit-user-select: none;
     -moz-user-select: -moz-none;
      -ms-user-select: none;
          user-select: none;
}
 
 .font-10 {
   font-size: 10px;
 }

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

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

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

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

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

.text-h3 {
  font-size: 32px;
}

.block {
  display: block;
}

.underlined {
  text-decoration: underline;
  color: #4f9fcf;
}

.italic {
  font-style: italic;
}

.overflow-auto {
  overflow: auto;
}

.image > img {
  margin: auto;
}

.avatar-material-letter {
  border-radius: 50%;
  background-color: red;
  color: #fff;
  width: 100%;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
  margin-right: 5px;
  font-size: 14px;
}

.padding-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.blue-link {
  text-decoration: underline;
  color: #0066A1;
  cursor: pointer;
}

.white-link,
.white-link:focus {
  color: #fff;
  cursor: pointer;
}

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

.promo-link {
  color: #ce1212 !important;
  background-color: #fff;
  border-radius: 2px;
  padding: 1px 5px;
}

.black-link {
  text-decoration: underline;
  color: #333 !important;
  cursor: pointer;
}

.blue-link:hover {
  text-decoration: underline;
  color: #4f9fcf;
  cursor: pointer;
}

.underlined:hover {
  text-decoration: underline;
}

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

.black {
  color: black !important;
}

.overflow-auto {
  overflow: auto;
}
.no-account-text {
  padding-top: 20px;
  display: block;
}

.forgot-password {
  font-size: 14px;
}

.trash-remove-item {
  font-size: 20px;
  margin-top: 30px!important;
  display: block;
  text-align: center;
  vertical-align: middle;
}

.confirm-payment {
  white-space: nowrap;
  margin-top: 0px !important;
  margin-left: 0px !important;
}

.gray {
  color: #adadad;
}

.fb-color {
  color: #4267B2;
}

.twitter-color {
  color: #00aced;
}

.gplus-color {
  color: #d34836;
}

.social-media-footer {
  margin-top: 10px;
  font-size: 14px;
}

.fb-btn {
  background-color: #4267B2;
  color: #fafafa;
  border-radius: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.fb-btn:focus,
.fb-btn:hover {
  -webkit-filter: brightness(90%);
  color: #fafafa;
}

.google-btn {
  background-color: #ffffff;
  /*color: #737373;*/
  border-radius: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ccc;
  font-weight: bold;
}

.google-btn:focus,
.google-btn:hover {
  background-color: #f1f1f1;
}

.google-btn:active {
  background-color: #e5e5e5;
}

.oauth-icon {
  margin-right: 10px;
  bottom: -2px;
  position: relative;
  font-size: 20px;
}

.margin-left-10 {
  margin-left:10px;
}

.homepage-notice {
  position: absolute;
  z-index: 100;
  right: 20px;
}

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

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

.icon-service-completed {
  color: green;
  font-size: 62px;
}

.homepage-desc {
  padding-top:10px;
  padding-bottom:10px;
  color: #858585;
}

.homepage-desc h1, .homepage-desc h3 {
  padding-top:10px;
  padding-bottom: 5px;
  color: #858585;
  font-size: 14px;
}

.homepage-desc p {
  font-size: 12px;
}

.service-completed-wrapper {
  padding: 60px 20px 20px 20px;
  text-align: center;
}

.service-completed-text {
  font-size: 15px;
  margin: 30px 10px;
}

.service-completed-inner-text {
  font-size: 15px;
  margin-top: 20px;
}

.flash-alert {
  color: red;
  font-size: 12px;
}

.breadcumb-section a,
.breadcumb-section div {
  font-size: 13px;
}

 .medicalogy-banner:hover{
 	-webkit-filter: brightness(50%);
 }

 .category-sidebar-chevron {
  float: right;
  margin-top: 8px;
  right: 10px;
  position: absolute;
  font-size: 12px;
 }

 .medicalogy-banner{
 	margin-bottom: 20px;
 }

 .logo-fixed {
  height: 25px;
 }

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

 .search-btn-fixed {
  width: 20%;
  padding-bottom: 8px;
 }

 .search-form-fixed {
  width: 80% !important;
 }

 .navbar-medi {
  background-color: #59b210;
/*  background-image: url(/images/bg/ramadhan20161.png);
  background-position-x: center;
  background-position-y: center;*/
 }

 .nav-medi-fixed a {
  font-size: 13px;
  color: #fff;
 }

#card{
	padding:10px;
}

#card:hover{
 	border:1px solid #59b210;
 }

.image-card{
 	/*border:1px solid #CFCFCF;*/
 	padding:10px;
 }

.image-size{
 	width:95% !important;
 }

 .image-thumb-size{
    margin-top: 10px;
    width:80%;
  }

  .image-thumb-size:hover{
     outline: 1px solid #000;
   }

 .section-desc{
 	font-size:25px;
 }

 #medicalogy-contact{
 	/*background-color: #59b210;*/
 	background-color:#fff;
 	padding:10px;
 	border:1px solid #59b210;
 }

 #medicalogy-contact:hover{
 	background-color:#B8FF7D;
 }

 #beli, #sewa, #quotationRequest {
 	margin-right:10px;
 }

 .button-container {
  margin-top: 10px;
 }

 .qnt-holder {
  overflow: auto;
 }

 #q{
  border-radius: 0px;
  font-size: 14px;
  color: #333;
 }

 header{
 	border-bottom: none !important;
 }

 td, th{
 	padding:5px !important;
 }

 th{
 	background-color: #59b210;
 	color:#fff;
 }

 .data.border > tbody > tr > td, .data.border > thead > tr > th{
 	border: 1px solid #ccc !important;
 }

 .data.border{
 	width:60%;
 }

 #flash-notice{
 	padding:2px 5px;
 	width:100%;
 	background-color: #dff0d8;
 	border-radius: 5px;
 	color:#fff;
 	text-align: center;
 	margin-bottom: 20px;
 }

 #flash-notice > p{
 	margin: 5px 0px 5px 0px !important;
 	color:#468847;
 }

  #flash-alert{
 	padding:2px 5px;
 	width:100%;
	background-color: #f2dede;
	border-color: #eed3d7;
 	text-align: center;
 	margin-bottom: 20px;
 }

  #flash-alert > p{
 	margin: 5px 0px 5px 0px !important;
 	color: #b94a48;
 }

 .color-green {
  color: green;
 }

 .left-label label {
  text-align: left !important;
  white-space: nowrap !important;
 }

 .cart-text{
 	color:#333;
 	display:block;
 	font-weight: bold;
 	text-transform: uppercase;
 	font-size:10px;
 }

 .top-cart-row-container{
 	text-align: center;
 }

.top-search-holder{
	margin:0 auto !important;
}

.total-price-basket{
	text-align: left;
}

.header-bg-green {
  background-color: #53A312;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #fff;
/*  background-image: url(/images/bg/ramadhan20161.png);
  background-position-x: center;
  background-position-y: center;*/
}

.stripe-bg-green {
  background-color: #53A312;
  padding-bottom: 30px;
  padding-top: 30px;
  color: #fff;
/*  background-image: url(/images/bg/ramadhan20161.png);
  background-position-x: center;
  background-position-y: center;*/
}

.service-banner-bg {
  padding-top: 50px;
  padding-bottom: 50px;
  height: 150px;
  background: url(/images/bg/leaf.jpg) no-repeat center center;
  background-size: cover;
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.3);
}

.quotation-banner-bg {
  padding-top: 50px;
  padding-bottom: 50px;
  height: 150px;
  /*background: url(/images/bg/leaf.jpg) no-repeat center center;*/
  background: #fff;
  background-size: cover;
  /*box-shadow: inset 0 0 0 1000px rgba(0,0,0,.3);*/
}

.quotation-title {
  color: #333;
  text-align: center;
}

.rent-banner-bg {
  padding-top: 50px;
  padding-bottom: 50px;
  height: 150px;
  /*background-color: #1C1C1C;*/
  opacity: 1;
  filter: alpha(opacity=90);
  background: url(/images/bg/wood.jpg) no-repeat center center;
  background-size: cover;
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.3);
}

.triangles-banner-bg {
  padding-top: 50px;
  padding-bottom: 50px;
  height: 150px;
  background: url(/assets/bg-sections/triangles-d8f81455536af2c6c334072f1e0c871373c50e55abfce8f328d054e6f0c95368.png) no-repeat center center;
  background-size: cover;
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.3);
}

.category-sidebar-wrapper {
  width: 225px;
  position: absolute;
  z-index: 999;
}

.category-sidebar {
  background-color: #0066A1;
  padding: 10px 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}

.category-sidebar-wrapper > .nav > li {
  background-color: #fafafa;
  /*border-bottom: 1px solid #ccc;*/
  color: #333;
}

.category-sidebar-child {
  background-color: #fff;
  border: 1px solid #ccc;
}

.category-sidebar-child a {
  color: #333;
}

/*.megamenu-target > a:hover*/
.megamenu-target:hover {
  /*color: #fafafa;*/
  /*background-color: #59b210 !important;*/
  border-left: 4px solid #59b210;
}

.category-sidebar-child:hover + #backdrop-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0,0,0,0.5); 
}

.category-sidebar-wrapper > ul.nav {
  display: none;
}

.category-sidebar:hover + ul.nav {
  display: block;
}

ul.nav:hover {
  display: block;
}

.icon-r-space {
  margin-right: 10px;
}

.megamenu-expanded {
  height: 442px;
  left: 224px;
  width: 750px;
  position: absolute !important;
  background-color: #fafafa;
  top: 45px;
  z-index: 1000;
  /*border-top: 4px solid #0066A1;*/
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  color: #333;
  overflow: auto;
}

/*
  issue with border space
  http://stackoverflow.com/a/16363465/2677461
*/
.megamenu-expanded:before {
  content: '';
  display: block;
  position: absolute;
  top: 0; 
  width: 100%;
  height: 4px;
  background: #0066A1;
}

.megamenu-target {
  position: inherit !important;
  font-size: 14px;
}

#megamenu-data {
  opacity:0;
  height: 0;
  transition-delay: 100ms; 
}

.megamenu-target:hover > #megamenu-data {
  opacity: 1;
  height: 442px;
}

.megamenu-wrapper {
  padding: 20px 30px;
}

.megamenu-title {
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
}

.category-level-2 a {
  font-weight: bold;
  text-transform: capitalize;
  color: #333;
  font-size: 14px;
}

.category-level-2 a:hover,
.category-level-3 a:hover {
  text-decoration: underline;
}

.category-level-2 {
  margin-bottom: 2px;
}

.subcategory-block-wrapper {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 25px;
}

.top-nav-search {
  position: absolute !important;
  top: 3px;
}

.not-found-nav-search {
  position: relative;
  margin-top: 30px;
  margin-bottom: 100px;
}

.search-not-found-form {
  height: 55px;
  font-size: 20px;
}

.search-product-group {
  margin-left: 60px;
}

.top-second-header {
  height: 60px;
}

.breadcumb-section {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 10px;
  width: 99.5%;
  display: inline-block;
  padding: 6px 35px; 
  box-shadow: 0 5px 30px rgba(0,0,0,0.1), 0 1px 5px rgba(0,0,0,0.23);
}

.popular-strip-section {
  border-bottom: 1px solid #E6E6E6;
  width: 100%;
  display: inline-block;
  padding: 0px 35px; 
  margin-bottom: -8px;
}

.highlighted {
  background-color: yellow;
  padding: 0px 4px;
  border-radius: 4px;
}

.search-product-group {
  z-index: 1;
}

.medi-btn-blue,
.medi-btn-blue:focus {
  background-color: #0066A1;
  color: #fafafa;
  /*border-radius: 0px;*/
}

.medi-btn-blue:hover {
  background-color: #0076BA;
  color: #fafafa;
  outline: 0;
}

.medi-btn-green,
.medi-btn-green:focus {
  background-color: #59b210;
  color: #fafafa;
  /*border-radius: 0px;*/
}

.medi-btn-green:hover {
  background-color: #60c011;
  color: #fafafa;
  outline: 0;
}

.medi-btn-red,
.medi-btn-red:focus {
  background-color: #C70000;
  color: #fafafa;
  /*border-radius: 0px;*/
  font-weight: bold;
}

.medi-btn-red:hover {
  background-color: #E80000;
  color: #fafafa;
  outline: 0;
}

.medi-btn-bordered-green,
.medi-btn-bordered-green:focus {
  border: 2px solid #59b210;
  color: #59b210 !important;
  border-radius: 4px;
  background-color: #fff;
  font-weight: bold;
  outline: none;
}

.medi-btn-bordered-green:hover {
  border: 2px solid #53A312;
  box-shadow: 0 0 8px #59b210;
  -moz-box-shadow: 0px 0px 8px #59b210;
  -webkit-box-shadow: 0px 0px 8px #59b210;  
  color: #53A312;
  border-radius: 6px;
  background-color: #fff;
  font-weight: bold;
  outline: none;
}

.medi-btn-bordered-blue,
.medi-btn-bordered-blue:focus {
  border: 2px solid #0066A1;
  color: #0066A1 !important;
  border-radius: 4px;
  background-color: #fff;
  font-weight: bold;
  outline: none;
}

.medi-btn-bordered-blue:hover {
  border: 2px solid #0076BA;
  box-shadow: 0 0 8px #4195fc;
  -moz-box-shadow: 0px 0px 8px #4195fc;
  -webkit-box-shadow: 0px 0px 8px #4195fc;  
  color: #0076BA;
  border-radius: 6px;
  background-color: #fff;
  font-weight: bold;
  outline: none;
}

.btn-section-2 {
  margin-top: 10px;
}

.brand-col-split {
  /*border: 1px solid #ccc;*/
  padding: 0px;
  text-align: center;
}

.top-bottom-margin {
  margin: 30px 0px;
}

.top-cart {
  z-index: 2;
}

.cart-link {
  cursor: pointer;
  color: #fafafa;
}

.cart-link:hover {
  color: #4F4F4F;
}

.top-cart-icon {
  margin-top: 10px;
}

.top-cart-text {
  margin-top: 4px;
  font-size: 12px;
  line-height: 140%;
}

#item-count {
  font-size: 16px;
  font-weight: bold;
}

.no-border {
  border: 0px;
}

.medi-btn-small {
  padding: 2px 10px 2px 10px;
}

.medi-btn-cta {
  padding: 8px 10px;
  font-size: 16px;
  font-weight: bold;
  /*letter-spacing: 1px;*/
}

.bolded {
  font-weight: bold;
}

.font-normal {
  font-weight: normal!important;
}

.product-detail-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 120%;
}

.product-grid-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}

.rent-price-box {
  border:1px solid #E0E0E0;
  padding:20px;
  border-radius:4px;
  margin-bottom:30px;
}

.safety-box {
  background-color:#f6f5f5;
  border:1px solid #E0E0E0;
  padding:15px 20px;
  border-radius:5px;
  margin-bottom:25px;
}

.safety-box-g {
  background-color:#f6f5f5;
  border:1px solid #ccc;
  padding:20px;
  border-radius:5px;
  margin-bottom:20px;
}

.safety-title {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc
}

.safety-title-g {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
}

.safety-description {
  font-size: 12px;
}

.product-detail-right-section {
  margin-bottom: 20px;
  padding-left: 35px;
}

.clearboth {
  clear:both;
}

#single-product {
  margin-top: 20px;
  overflow: auto;
  overflow-y:hidden;
}

.prices {
  margin-top: 8px;
  margin-bottom: 8px;
  /*height: 72px;*/
}

.price-current {
  font-size: 24px;
  color: #d4232b;
}

.price-current-list {
  color: #d4232b !important;
}

.price-before-discount-list {
  font-size: 12px;
  text-decoration: line-through;
}

.contact {
  margin-top: 40px;
}

.payment-method input[type=radio] {
  margin-bottom: 30px;
  margin-right: 10px;
}

/*.card-list {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  transition: all 0.2s ease-in-out;
  border: 1px solid #E6E6E6;
  clear: both;
}

.card-list:hover {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}*/

.product-item:hover {
  outline: 1px solid #E0E0E0;
  z-index: 10;
}

.voucher-card {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  transition: all 0.2s ease-in-out;
  outline: 1px solid #E6E6E6;
  margin-right: 10px;
  min-height: 260px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.voucher-card:hover {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.new-card {
  background: #fff;
  min-height: 50px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  padding: 5px 15px;
}

.category-card {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  transition: all 0.2s ease-in-out;
  outline: 1px solid #E6E6E6;
  margin-right: 10px;
  min-height: 100px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  padding: 20px;
  font-size: 16px;
  text-align: center
}

.category-card:hover {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.category-card-title {
  margin-top: 15px;
  font-size: 15px;
  font-weight: bold;
}

.career-card-title {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.career-card-body {
  margin-bottom: 15px;
  text-align:center;
  font-size: 13px;
}

.career-label {
  float: left;
  font-size: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 4px 6px;
}

.filter-nonactive {
  opacity: 0.2;
}

.voucher-card-title {
  text-align: center;
  margin: 5px 10px 2px 10px;
  line-height: 150%;
  font-size: 14px;
}

.voucher-card-detail {
  font-size: 12px;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

.voucher-card-btn {
  width: 100%;
  bottom: 0;
  position: absolute;
}

.modal-body-description {
  margin: 2px 25px;
}

.modal-body-description ul {
  list-style-type: disc;
}

.card-list {
  margin:-1px;
  clear: both;
  border-radius:4px;
}

.product-bundle-card-list {
  margin:-1px;
  clear: both;
}

/*.card-list:hover {
  outline: 1px solid #ccc;
}*/

.card-list-title {
  margin-bottom: 20px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.card-list-wrapper {
  padding: 30px;
}

/*.product-detail-wrapper {
  margin: 15px;
  padding: 25px 5px 25px 5px;
  border: 1px solid black;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}*/

.service-title {
  color: #fafafa;
  text-align: center;
  letter-spacing: 2px;
}

.service-form {
  margin: 30px 10px 60px 10px;
  position: relative;
  display: block;
  top: 30px;
  border: 1px solid #ccc;
}

.service-description {
  margin: 60px 10px 30px 10px;
  display: block;
  position: relative;
  top: 30px;
}

.quotation-description {
  margin: 60px 10px 30px 10px;
  display: block;
  position: relative;
  top: 40px;
  text-align: justify;
}

.card-form-wrapper {
  padding: 20px;
}

.rent-checkbox-group {
  margin-right: 20px;
}

.btn-sort {
  padding: 4px 10px !important;
}

li a {
  cursor: pointer;
}

.category-title {
  margin-top: 20px;
  margin-bottom: 10px;
}

.price-before-discount {
  text-decoration: line-through;
}

.discount-rate-box {
  border: 1px solid #0066A1;
  color: #0066A1;
  padding: 2px 6px;
  margin-left: 5px;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
}

.discount-rate-box-list {
  border: 1px solid #0066A1;
  color: #0066A1;
  padding: 2px 6px;
  margin-left: -20px;
  margin-top:14px;
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
}

.product-detail-brand {
  font-size: 13px;
  margin-top: -10px;
}

.product-detail-brand a {
  color: #0066A1;
  text-decoration: underline;
}

.rent-btn {
  background-color: #0066A1;
}

.rent-btn:hover {
  background-color: #0066D1;
}

.top-header-section-bottom a {
  color: #fff;
}

.top-header-section-bottom a:hover {
  text-decoration: underline;
}

.copyright-footer {
  margin-top: 10px;
  text-align: center;
  padding: 5px;
  border-top: 1px solid #ccc;
}

.copyright-text {
  font-size: 12px;
}

.footer-section {
  padding: 20px 10px 20px 10px;
}

.footer-link {
  font-size: 14px;
}

.mailing-text {
  margin-top: 10px;
  line-height: 150%;
}

.mailing-form {
  margin-top: 10px;
}

.mailing-form-inner {
  padding: 0px 5px;
  /*border: 1px solid #ccc;*/
  width:70%;
  height: 34px;
}

.btn-mailing {
  background-color: #0066A1;
  color: #fafafa;
  border: 0px;
  padding-left: 10px;
  padding-right: 10px;
  width: 20%;
}

.human-category-stripe {
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}

.human-category-icon {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  border-radius: 50%;
  padding: 10px;
  border: 2px solid #fafafa;
}

/****** override bootstrap **************/
.carousel-control {
  background-image: none !important;
}

.dropdown-menu .divider {
  margin: 5px 0!important;
}

.modal-backdrop {
  background-color: rgba(0,0,0,0.4);
}

hr {
  border-color: #ddd !important;
}

.remove-basket-item {
  margin-top: -5px;
  z-index: 1;
}

.remove-basket-item:hover:after {
  color: red !important;
  font-size: 18px;
}

.cart-qty {
  margin-left: 0px !important;
}

.cart-price {
  margin-left: 20px;
}

.cart-label {
  min-width: 20px !important;
}

.edit-profile-h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.sign-in,
.sign-up {
  border:1px solid #ccc;
  padding:20px 30px 40px 30px;
  margin-top:20px;
  margin-bottom:30px;
}

.edit-profile .field,
.sign-in .field,
.sign-up .field {
  margin-bottom: 10px;
}

.change-password-block {
  display: none;
}

.alert-info-custom {
  padding:5px 20px;
  border-radius: 0px;
  font-size: 14px;
  margin-top: 10px;
}

.cart-summary-absolute {
  position: absolute;
  top: -30px;
  width: 320px;
}

.cart-summary-fixed {
  position: fixed;
  top: 0px !important;
}

.rekap {
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}

.delivery-box {
  border: 1px solid #fafafa;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
  cursor: pointer;
  background: #fff;
  /*min-height: 50px;*/
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  /*position: relative;*/
  /*margin-bottom: 30px;*/
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 6px;
  /*padding: 5px 15px;*/
}

.delivery-box.active {
  outline: 2px solid #0066A1;
}

.delivery-box:hover {
  outline: 2px solid #0066A1;
}

.delivery-box-title {
  border-bottom: 1px solid #ccc;
  /*margin-top: 10px;*/
  margin-bottom: 5px;
  font-weight: bold;
}

.delivery-box-gray, .delivery-box-gray-price {
  color: #999;
  font-size: 12px;
}

.delivery-box-cost-price {
  font-weight: bold;
  color: #0066A1;
}

/*************** end override *****************/

/*************** color theme *****************/

.pink-theme,
.pink-theme:hover {
  border-color: #E80C7A !important;
}

.orange-theme,
.orange-theme:hover {
  border-color: #FF540D !important;
}

.red-theme,
.red-theme:hover {
  border-color: #FF0000 !important;
}

.blue-theme,
.blue-theme:hover {
  border-color: #0000FF !important;
}

.green-theme,
.green-theme:hover {
  border-color: #00D501 !important;
}

.brown-theme,
.brown-theme:hover {
  border-color: #6A3D23 !important;
}

.yellow-theme,
.yellow-theme:hover {
  border-color: #E8E800 !important;
}

.light-blue-theme,
.light-blue-theme:hover {
  border-color: #28BBD5 !important;
}

.dark-blue-theme,
.dark-blue-theme:hover {
  border-color: #0F454F !important;
}

.float-none {
  float:none;
}

#product-image-gallery {
  cursor: pointer;
  border-right: 1px solid #cfcfcf;
}

.mob-sidemenu > li {
  padding: 10px 15px;
  font-size: 13px;
  border-bottom: 1px solid #cfcfcf;
}

.mob-sidemenu-title {
  font-size: 16px !important;
  font-weight: bold;
}

.mob-sidemenu-title > i {
  margin-right: 5px;
}

.mob-li-normal {
  color: #333 !important;
  padding: 5px 0px !important;
  line-height: 1 !important;
}

.width-50 {
  width: 50%;
}

/********************* mobile ************************/
.m-category-sidebar-wrapper, .m-top-second-header {
  display: none;
}

.m-category-sidebar-wrapper {
  width:100%;
  position: relative;
  z-index: 999;
  margin-top: 20px;
}

.pagination a, .pagination span.current, .pagination span.gap {
    float: left;
    padding: 5px 12px;
    text-decoration: none;
    background-color: white;
    border: 1px solid #ccc;
    border-left-width: 0;
    font-size: 14px;
}

.pagination span.current:first-child, .pagination .first a{
  border-left-width: 1px;
}

.pagination span.current {
  font-weight: bold;
  outline: none;
  border-color: #9ecaed;
  box-shadow: 0 0 10px #9ecaed;

  cursor:pointer;
}

.pagination .first,
.pagination .prev,
.pagination .page,
.pagination .next,
.pagination .last{
    padding : 0;
    float: none;
}

.offer-title {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.category-bottom-text {
  font-size: 12px;
  margin-bottom: 20px;
}

.category-bottom-section {
  display: block;
}

#single-product-tab {
  margin-top: 40px;
  margin-bottom: 40px;
}

#single-product-tab .card-list {
  border: 1px solid #E0E0E0;
}

.product-weight-text, 
.product-brand-text, 
.product-review-text,
.product-discussion-text {
  font-size: 13px;
  margin-top: -7px;
}

.product-brand-text:before,
.product-discussion-text:before {
  content: '|';
  margin: 0 5px;
}

.product-detail-top-section {
  margin-bottom: 15px;
}

#userDropdown {
  cursor: pointer;
  border: 1px solid rgba(250, 250, 250, .8);
  padding: 0px 8px;
}

#userDropdown:hover {
  border: 1px solid rgba(250, 250, 250, 1);
  background-color: #5EBA13;
}

.recently-viewed-products-history {
  margin-left:30px;
  margin-right:30px
}

.customer-list div {
  height: 80px;
}

.customer-list div img {
  height: 55px;
}

.partner-list {
  width: 100%;
  text-align: center;
}

.partner-list div {
  height: 80px;
  display: inline-block;
  width: 18%;
}

.partner-list div img {
  max-height: 35px;
}

.hp-title-section {
  margin-top:20px;
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

#product-form {
  width: 100%;
}

.note-box {
  height: 40px !important;
}

.note-container {
  margin-left: 10px;
}

.qty-box {
  padding: 3px 0px;
  text-align: center;
  font-size: 18px;
  height: 40px;
}

.brand-image-size {
  height: 69px;
  width: 228px;
}

.floor-category-title {
  margin-top:45px;
  margin-bottom:10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.floor-category-text-1 {
  color: #FF4545;
}

.floor-category-text-2 {
  color: #00BEF2;
}

.floor-category-text-3 {
  color: #2BC400;
}

.recommended-section {
  margin:0px -15px;
  font-weight:bold;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 13px;
}

.recommended-text-1 {
  background-color: #FF4545;
  color: #fff;
}

.recommended-text-2 {
  background-color: #2ED1FF;
  color: #fff;
}

.recommended-text-3 {
  background-color: #59b210;
  color: #fff;
}
  

.slick-prev:before, .slick-next:before { 
  font-family: 'Glyphicons Halflings';
  font-size: 20px;
  line-height: 1;
  color: #BABABA;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  } 

.slick-next {
  top: 40%;
} 

.slick-prev {
  top: 40%;
}

.slick-prev:before { content: "\e079"; }
[dir="rtl"] .slick-prev:before { content: "\e080"; }

[dir="rtl"] .slick-next { left: -10px; top: 70px; right: auto; }
.slick-next:before { content: "\e080"; }
[dir="rtl"] .slick-next:before { content: "\e079"; }

.floor {
  overflow: auto;
  overflow-y: hidden;
  width: 100%;
}

.qty-form {
  width: 100px;
}

.excerpt > p {
  line-height: 140%;
}

.card-list-content > p {
  line-height: 140%;
}

.card-list-content ul li,
.product-footer-txt ul li,
.category-bottom-text ul li {
  list-style: disc;
  margin-left: 30px;
}

.product-footer-txt p {
  margin: 15px 0 3px 0;
}

.card-list-content td {
  border-width: 1px;
  border-style: solid;
}

.floor .category-level-2 a {
  font-weight: normal;
  text-transform: capitalize;
  color: #333;
  font-size: 14px;
}

.floor .category-level-2 {
  margin-bottom: 8px;
}

.purchases-container{
  margin-bottom: 48px;
}

.order{
  overflow: hidden;
  vertical-align: middle;
  margin-top:8px;
  margin-bottom:8px;
}

.order .order-section{
  margin: 8px;
}

.order .order-image{
  color: #59B210;
  float: left;
  margin: 8px;
  width: 64px;
  height: 64px;
}

.go-back span{
  margin-left:12px;
  font-weight:bold;
}


.order .order-body{
  height:64px;
  overflow: hidden;
}

.order-body .order-date{
  display:block;
  margin-top: 8px;
  margin-left: 8px;
  vertical-align: middle
}

.order-body .order-id a {
  color: #59B210;
  font-size : 15px;
  margin : 8px 8px 0px 8px;
  vertical-align: middle;
  font-weight: bold;
}

.order-body .order-id a:hover {
  text-decoration: underline;
}

.order-body .order-status{
  margin-left: 8px;
  vertical-align: middle
}

.order-amount span{
  font-weight: bolder;
  margin-left: 8px;
  margin-right: 8px;
}

.order-items{
  margin-top:12px;
  margin-bottom:12px;
}

.order-detail{
  margin-top:12px;
  margin-bottom:12px;
  overflow:hidden;
}

.order-detail .title{
  padding:0;
}

.order-detail .title .subtotal{
  text-align: right;
}

.shipping{
  color:#444;
  font-size:15px;
  font-weight: normal;
  margin-top:8px;
  margin-bottom:8px;
}

.shipping td{
  padding:0 ;
  vertical-align:top;
}

.order-details .field-label{
  color:#aaa;
  padding-left:0px !important;
  width:50%;
}

.order-details .field-content{
  width:50%;
  padding-left:8px;
}


.confirming{
  color: #000;
}

.received{
  color: #3C763D;
}

.accepted{
  color: #59B210;
}

.rejected{
  color: #59B210;
}

.shipped{
  color: #31708F;
}

.sidebar{
  color:#444;
  margin-top:12px;
  margin-bottom:12px;
}

.sidebar .sidebar-title{
  color: #59b210;
  font-size:18px;
  margin-bottom:12px;
}

.sidebar .selected{
  background-color: #EFEFEF;
}

.sidebar .selected a{
  color: #59b210;
}
.sidebar-item a{
  display:block;  
  padding:8px;
}

.sidebar-item .sidebar-icon{
  vertical-align:middle;
}

.sidebar-item span{
  padding-left:12px;
  padding-right:12px;
  vertical-align:middle;
}

.order-visualization{
  min-height:400px;
  margin-top:24px;
  margin-bottom:24px;
}

.order-visualization .visualization{
  display:block;
  overflow:hidden;
}

.visualization{
  position:relative;
}

.visualization .inactive{
  background-color:#CCC !important;
}

.visual-right .inactive::after, .visual-right .inactive::before{
  border-right-color: #CCC;
}

.visual-left .inactive::after, .visual-left .inactive::before{
  border-left-color: #CCC;
}

.visualization .warehouse{
  width:40%;
}

.visualization .warehouse .logo{
  color: #59b210;
  font-weight:bold;
}

.visualization .visual-left div{
  margin-right:54%;
  float:right;
}

.visualization .visual-left{
  overflow:hidden;
}

.visualization .visual-right div{
  left:50%;
  margin-left:36px;
}

.visual-left div::before, .visual-left div::after{ 
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #59b210;
  border-width: 12px;
  margin-top: -12px;
}

.visual-right div::before, .visual-right div::after{ 
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #59b210;
  border-width: 12px;
  margin-top: -12px;
}


.visualization .visual-block{
  background-color: #59b210;
  border-radius:10px;
  color:white;
  display:inline-block;
  padding: 12px;
  position: relative;
  margin-top:8px;
  margin-bottom:8px;
  width:40%;
}

.visual-block p{
  font-size: 14px;
  font-weight: bold;
}

.visual-block span{
  font-size:12px;
  display:block;
  line-height: 180%;
}

.visual-left .visual-block p, .visual-left .visual-block span{
  text-align:left;
}

.order-visualization .timeline{
  border:1px solid #BBB;
  display:block;
  left:50%;
  position:absolute;
  width:1px;
  height:100%;
}

hr.mini{
  margin-top:8px;
  margin-bottom:8px;
}

h1{
  font-size:24px;
  line-height:24px;
  margin-top:12px;
  margin-bottom:12px;
}

h2{
  font-size:18px;
  /*margin-top:8px;
  margin-bottom:8px;*/
  color: #000;
}

h3{
  font-size:15px;
  margin-top:8px;
  margin-bottom:8px;
}

iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

.powered-by {
  opacity: 0 !important;
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.privy-privacy-container > a, 
.powered-by,
.privy-powered-by,
.powered-by-sumo {
  display: none !important;
  visibility: hidden !important;
}

.promo-image{
  width:100%;
  margin-bottom:20px;
  background-color: #3c3c3c;
}

.promo-image img{
  display:block;
  /*width:100%;*/
  max-height: 280px;
  margin: 0 auto;
}

.promo-grid-title{
  position:relative;
  font-weight:bold;
  text-align:center;
  margin-bottom:20px;
}

.promo-grid-title span{
  background-color:white;
  padding: 0 12px;
}

.promo-grid-title hr{
  position:absolute;
  top:-25%;
  width:100%;
  z-index: -1;
}

.promo-terms{
  background-color:#EFEFEF;
  border-bottom:1px solid #59b210;
  margin: 20px 0px;
}

.promo-terms-header{
  cursor: pointer;
  font-size: 14px;
  font-weight: bolder;
  overflow: hidden;
  padding: 16px;
}

.promo-terms-body{
  /*display:none;*/
  font-size:14px;
  padding: 12px;
}

.promo-terms-toggle{
  float:right;
}

.promo-countdown{
}

.countdown-time{
  display:none;
}

.countdown-timer{
  background-color:#fff;
  color:#333;
  overflow:hidden;
  border-bottom: 1px solid black;
}

.countdown-block{
  display:inline-block;
  font-size:28px;
  text-align:center;
  margin:20px;
}

.countdown-caption{
  display:inline-block;
  font-size:23px;
  line-height:110px;
  vertical-align:middle;
  padding: 0 20px;
}

.countdown-time-unit{
  display:block;
  margin-bottom:20px;
}

.more-products{
  background-color:#59b210;
  color:white;
  height:260px;
  line-height:260px;
  text-align:center;
}

.more-products-link{
  display:block;
}

.more-products-holder:hover, .more-products-holder:active, .more-products-holder:focus {
  padding: 0px 12px;
  text-decoration: underline;
  text-decoration-color:white;
}

.promo{
  margin: 0 0 20px 0;
}

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

.nav-tabs-payment li.active a,
.nav-tabs-payment li.active a:focus {
  color: #333 !important;
  border: 1px solid #ddd !important;
  border-bottom: 0px !important;
  background-color: #fff !important;
}

.cat-folder-active, 
.mob-cat-folder-active {
  font-weight: bold;
}

.cat-directory, 
.mob-cat-directory {
  margin-top:20px;
  margin-bottom:40px;
}

.car-dir-1,
.mob-cat-directory {
  outline:1px solid #ccc;
  padding:10px 20px;
  font-size:14px;
  white-space:nowrap;
  overflow:hidden;
  cursor: pointer;
}

.cat-dir-2, 
.cat-dir-3,
.mob-cat-dir-2,
.mob-cat-dir-3 {
  padding-left:20px;
  display:none;
  cursor: pointer;
}

.car-dir-1 > div > div {
  border-bottom: 1px solid #ccc;
  padding-top: 2px;
  padding-bottom: 2px;
}

.bubble-cart-mob {
  background-color: red;
  border-radius: 50%;
  width: 27px;
  font-size: 11px;
  display: block;
  text-align: center;
  position: absolute;
  font-style: normal;
  top: 5px;
  z-index: 1;
  pointer-events: none;
}

.product-bundle-price {
  margin: 0 14px !important;
  overflow: hidden;
}

#buy-bundle {
  margin-left:30px
}

.product-footer-txt {
  font-size: 11px;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right:20px;
}

.megamenu-target > a {
  padding: 4px 15px!important;
}

.text-lead {
  text-align: center;
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 1.5;
}

.product-review-comment-box,
.product-discussion-box {
  margin-bottom: 10px;
  border: 1px solid #E0E0E0;
  padding: 15px 20px;
  border-radius:4px;
}

.product-discussion-box.nested {
  border-left: 4px solid #bbb;
  margin-left: 25px;
}

.product-discussion-box.nested-admin {
  border-left: 4px solid #59b210;
  margin-left: 25px;
}

.img-profile-comment {
  height: 25px!important;
  padding: 2px;
}

.discussion-user {
  font-weight: bold;
  margin-bottom: 2px;
}

.discussion-user > label {
  font-size: 10px;
}

.discussion-info {
  font-weight: bold;
  margin-bottom: 8px;
}

.product-category-picks-title {
  color: #868686;
  font-size: 16px;
  overflow: auto;
  clear: both;
  line-height: 120%;
  margin-bottom: 15px;
}

.product-item:hover .product-title {
  color: #59b210;
}

.product-title {
  color: #0e53a5;
  font-weight: bold;
}

.product-category-picks-container {
  border-bottom: 1px solid #ececec;
  clear: both;
  overflow: auto;
}

/*==========  Override NProgress Default Color  ==========*/

#nprogress .bar {
  /*background: #FF0000;*/

  background: #fff;
}

#nprogress .spinner-icon {
  /*border-top-color: #FF0000;
  border-left-color: #FF0000;*/

  border-top-color: #fff;
  border-left-color: #fff;
}

/****** Style Star Rating Widget *****/

.rating { 
  border: none;
  float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

.rating-star0, .rating-star1,
.rating-star2, .rating-star3,
.rating-star4, .rating-star5 {
    background: url(/images/bg/sprite.png) no-repeat transparent;
    display: inline-block;
}

.rating-star1 {
    background-position: -1px -1px;
    width: 74px;
    height: 13px;
}

.rating-star2 {
    background-position: -83px -1px;
    width: 74px;
    height: 13px;
}

.rating-star3 {
    background-position: -163px -1px;
    width: 74px;
    height: 13px;
}

.rating-star4 {
    background-position: 0 -19px;
    width: 74px;
    height: 13px;
}

.rating-star5 {
    background-position: -83px -19px;
    width: 74px;
    height: 13px;
}
/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 

.review-comment,
.discussion-answer {
  display: block;
  width: 100%;
  min-height: 100px;
}

.discussion-comment-reply {
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  color: #0e53a5;
  cursor: pointer;
}

.discussion-comment-reply:hover {
  color: #59b210;
}

.discussion-question {
  margin-bottom: 20px;
}

.hellobar {
  padding: 5px 20px;
  vertical-align: middle;
  text-align: center;
  font-size: 11px;
  background-color: #53A312;
  color: #F0F0F0;
  height: 40px;
  width: 100%;
  top: 0px;
  position: relative;
  z-index: 1049;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottombar {
  padding: 5px 20px;
  vertical-align: middle;
  text-align: center;
  font-size: 11px;
  background-color: #e4c93f;
  color: #333;
  height: 40px;
  width: 100%;
  bottom: 0px;
  position: fixed;
  z-index: 1049;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-fixed-top {
  top: 40px !important;
}

.promotion-landing-page.navbar-fixed-top{
  top: 0px !important;
}

#continue-checkout:disabled,
#continue-checkout[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

.order-summary-table {
  font-size: 11px;
}

.order-summary-table td {
  padding: 0px!important;
}

.order-summary-table-detail {
  width:100% !important;
  font-size:12px;
}

.order-summary-table-detail th,
.order-summary-table-detail td {
  padding: 0px!important;
  padding-left: 5px!important;
}

.product-item .title {
  height: 38px;
  overflow:auto;
}

.product-replacement-recommendation-box {
  margin-top:10px;
  border-radius:4px;
  border:1px solid #cacaca;
  display:inline-block;
  padding:0px 10px 0px 0px;
  background-color: #fff;
}

.product-replacement-recommendation-box:hover {
  border:2px solid #cacaca;
}


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


/*==========  Non-Mobile First Method  ==========*/

  /* Large Devices, Wide Screens */
  @media only screen and (max-width : 1200px) {

  }

  /* Medium Devices, Desktops */
  @media only screen and (max-width : 992px) {
    .note-container {
      margin-left: 0px;
    }

    #beli, #sewa, #quotationRequest {
      margin-bottom: 10px;
    }

    #buy-bundle {
      margin-top: 10px;
      margin-left: 0px
    }
  }

  /* Small Devices, Tablets */
  @media only screen and (max-width : 767px) {
    .nav-medi-fixed a {
      color: #333 !important;
    }

    .mob-div-item-order .title {
      padding:0px !important;
    }

    .cart-summary {
      padding-left: 0px !important;
    }

    .cart-summary-absolute {
      position: relative;
      top: 0px;
      width: 100%;
    }

    .clearboth-mob {
      clear: both;
      z-index: 1;
    }

    .checkout-form-mob {
      float: left;
      width: 100%;
    }

    .navbar-medi-container-fixed {
      display: block !important;
    }

    .mob-cat-directory {
      display: block;
      margin-top: 0px;
      margin-bottom: 0px;
    }

    .mob-margin-gap {
      /*margin-bottom: 100px;*/
      margin-bottom: 130px;
    }

    .mob-margin-gap-landing-page {
      /*margin-bottom: 100px;*/
      margin-bottom: 100px!important;
    }

    .mob-cart {
      float: right;
      margin-top: 5px;
    }

    .mob-sidemenu-link-inline {
      display: inline !important;
      padding: 0px !important;
      font-size: 16px !important;
    }

    .mob-navbar-toggle {
      float: left;
      margin-right: 0px;
      margin-left: 5px;
    }

    .mob-navbar-brand {
      display: block;
      float: none;
      text-align: center;
    }

    .mob-search-box-form-group {
      width: 100%;
    }

    .search-btn-fixed {
      width: 15% !important;
    }

    .search-form-fixed {
      width: 85% !important;
    }

    .mob-navbar-form {
      padding: 8px 15px 0px 15px;
      margin: 0px !important;
    }

    .v-mob {
      display: none;
    }

    .v-mob-banner {
      margin-top: 100px;
      /*margin-top: 140px;*/
    }

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

    .category-sidebar-wrapper, .top-second-header {
      display: none;
    }

    .m-category-sidebar-wrapper, .m-top-second-header {
      display: block;
    }

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

    .footer-section > div {
      margin-bottom: 20px;
    }

    .category-bottom-text {
      z-index: 1;
      position: relative;
    }

    .btn-mailing {
      width: initial;
    }

    .cat-directory {
      display: none !important;
    }

    .hellobar {
      position: fixed;
      white-space: nowrap;
      padding: 8px;
      height: 30px;
      overflow-x: auto;
      display: inline;
    }

    .navbar-fixed-top {
      top: 30px !important;
    }

    .breadcumb-section {
      overflow-y: auto;
      white-space: nowrap;
    }

    /*.category-title {
      margin-top: 160px;
    }*/

    .career-title {
      margin-top: 160px;
    }

    .footer-link a {
      padding: 16px;
    }
  }

  /* Extra Small Devices, Phones */ 
  @media only screen and (max-width : 480px) {
    .medicalogy-logo {
      text-align: center;
    }

    .card-list img {
      height: 122px;
    }

    .card-list .title {
      height: 38px;
    }

    .product-item-holder .body {
      margin: 0px 5px!important;
    }

    .product-item-holder .body .title {
      height: 38px;
      overflow-x: auto;
    }

    .card-list .padding-15 {
      padding: 0px;
    }

    .category-card-title {
      margin-top: 15px;
      font-size: 14px;
      white-space: nowrap;
      overflow-x: auto;
    }

    .hellobar {
      position: fixed;
      white-space: nowrap;
      padding: 8px;
      height: 30px;
      overflow-x: auto;
      display: inline;
    }

    .navbar-fixed-top {
      top: 30px !important;
    }
  }

/* Custom, iPhone Retina */ 
  @media only screen and (max-width : 320px) {
     
  }

.fraud-banner {
  width: 100%;
  background: #fff7e0;
  color: #1f2b25;
  padding: 12px 0;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 1.5;
  margin-bottom: 0;
  position: relative;
  z-index: 1048;
  border-bottom: 1px solid rgba(15, 81, 50, 0.12);
}
.fraud-banner__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 0 24px;
}
.fraud-banner__icon {
  color: #f5b301;
  font-size: 16px;
}
.fraud-banner__text {
  font-size: 13px;
  color: #2f3b34;
}

@media (max-width: 768px) {
  .fraud-banner {
    padding: 10px 0;
    font-size: 13px;
    margin-bottom: 0;
  }
  .fraud-banner__inner {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .fraud-banner {
    margin-top: 0;
  }

  .hellobar {
    display: none;
  }

  .navbar-fixed-top {
    top: 0 !important;
  }
}
/* Mobile admin layout aligned with brand guidelines */
:root {
  --brand-green: #59b210;
  --brand-green-light: #7adc2a;
  --brand-green-dark: #2d5a08;
  --brand-blue: #3DB3E2;
  --brand-blue-dark: #1a8bb8;
  --brand-gray-900: #333333;
  --brand-gray-700: #4d4d4d;
  --brand-gray-500: #888888;
  --brand-gray-200: #efefef;
  --brand-gray-100: #f7f7f7;
  --card-bg: #ffffff;
  --shadow-soft: 0 12px 25px rgba(0, 0, 0, 0.1);
  --shadow-card: 0 10px 22px rgba(0, 0, 0, 0.08);
}

* {
  box-sizing: border-box;
}

body.mobile-layout {
  margin: 0;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  color: var(--brand-gray-900);
  background:
    radial-gradient(circle at top left, rgba(125, 220, 42, 0.22), transparent 50%),
    radial-gradient(circle at bottom right, rgba(61, 179, 226, 0.18), transparent 55%),
    var(--brand-gray-100);
}

.mobile-shell {
  min-height: 100vh;
}

.mobile-topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-menu-toggle {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: none;
  background: var(--brand-gray-200);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
}

.mobile-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--brand-gray-700);
  border-radius: 999px;
}

.mobile-brand__link {
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  color: var(--brand-gray-900);
}

.mobile-brand__logo {
  display: block;
  height: 42px;
  width: auto;
}

.mobile-user__name {
  font-size: 12px;
  color: var(--brand-gray-500);
  font-weight: 600;
}

.mobile-live-status {
  display: inline-flex;
  align-items: center;
  margin-top: 4px;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  background: rgba(61, 179, 226, 0.16);
  color: var(--brand-blue-dark);
}

.mobile-live-status.is-live {
  background: rgba(89, 178, 16, 0.16);
  color: var(--brand-green-dark);
}

.mobile-live-status.is-offline {
  background: rgba(227, 49, 39, 0.16);
  color: #b8271f;
}

.mobile-updated-at {
  font-size: 11px;
  color: var(--brand-gray-500);
  margin-bottom: 10px;
}

.monitorings-live-root {
  position: relative;
  min-height: 100vh;
}

.monitorings-live-root.monitorings-live-loading::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.65);
  z-index: 10;
}

.monitorings-live-root.monitorings-live-loading::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 3px solid rgba(89, 178, 16, 0.2);
  border-top-color: var(--brand-green);
  animation: spin 0.8s linear infinite;
  z-index: 11;
}

.monitorings-live-loader {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  pointer-events: none;
  z-index: 12;
  transition: opacity 0.2s ease;
  display: none;
}

.monitorings-live-loader.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.orders-live-mobile [class*="xl:grid-cols-12"] {
  grid-template-columns: 1fr !important;
  height: auto !important;
}

.orders-live-mobile [class*="h-[calc(100vh-220px)]"] {
  height: auto !important;
  max-height: none !important;
}

.orders-live-mobile [class*="xl:grid-cols-12"] > div {
  grid-column: span 1 / span 1 !important;
}

.orders-live-mobile [class*="xl:grid-cols-12"] > div:nth-child(3) {
  display: none !important;
}

.orders-live-mobile [data-orders-live-target="detail"] {
  min-height: 50vh;
}

.internal-inquiries-live-mobile .internal-inquiries-mobile-shell {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.internal-inquiries-live-mobile .internal-inquiries-mobile-panel {
  border-radius: 20px;
  overflow: hidden;
  background: var(--card-bg);
  box-shadow: var(--shadow-card);
}

.internal-inquiries-live-mobile.internal-inquiries-mobile-view-list .internal-inquiries-live-conversation,
.internal-inquiries-live-mobile.internal-inquiries-mobile-view-list .internal-inquiries-live-actions {
  display: none;
}

.internal-inquiries-live-mobile.internal-inquiries-mobile-view-detail .internal-inquiries-live-list {
  display: none;
}

.internal-inquiries-live-mobile .internal-inquiries-live-conversation,
.internal-inquiries-live-mobile .internal-inquiries-live-actions {
  min-height: 60vh;
}

.internal-inquiries-live-mobile .internal-inquiries-live-list .form-input-wrapper,
.internal-inquiries-live-mobile .internal-inquiries-live-list .admin-input {
  width: 100%;
}

.internal-inquiries-mobile-back {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  border: none;
  background: var(--brand-gray-200);
  color: var(--brand-gray-700);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.mobile-drawer {
  position: fixed;
  inset: 0 auto 0 0;
  width: 78%;
  max-width: 320px;
  background: var(--card-bg);
  box-shadow: var(--shadow-card);
  transform: translateX(-105%);
  transition: transform 0.3s ease;
  z-index: 40;
  display: flex;
  flex-direction: column;
}

.mobile-drawer__header {
  padding: 20px 18px 12px;
  border-bottom: 1px solid var(--brand-gray-200);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-drawer__title {
  font-size: 18px;
  font-weight: 800;
}

.mobile-drawer__close {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  border: none;
  background: var(--brand-gray-200);
  font-size: 20px;
  cursor: pointer;
}

.mobile-drawer__nav {
  padding: 8px 18px 16px;
  display: grid;
  gap: 10px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1 1 auto;
  min-height: 0;
}

.mobile-drawer__section {
  padding: 14px 18px 0;
  display: grid;
  gap: 8px;
}

.mobile-drawer__label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--brand-gray-500);
  font-weight: 700;
}

.mobile-drawer__select {
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid var(--brand-gray-200);
  background: #fff;
  font-weight: 700;
}

.mobile-drawer__hint {
  font-size: 12px;
  color: var(--brand-gray-500);
}

.mobile-drawer__link {
  padding: 12px 14px;
  border-radius: 12px;
  text-decoration: none;
  color: var(--brand-gray-900);
  font-weight: 700;
  background: var(--brand-gray-100);
}

.mobile-drawer__link--muted {
  color: var(--brand-gray-500);
}

.mobile-drawer__link--danger {
  color: #b42318;
  background: #fff1f1;
}

.mobile-drawer__link--danger:hover {
  background: #ffe4e4;
}

.mobile-drawer__footer {
  margin-top: auto;
  padding: 14px 18px 20px;
}

.mobile-drawer__tag {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: var(--brand-green-dark);
  background: rgba(89, 178, 16, 0.12);
}

.mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 35;
}

.mobile-embed {
  display: grid;
  gap: 16px;
}

.mobile-embed__header {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.mobile-embed__kicker {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
  font-weight: 700;
}

.mobile-embed__title {
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
}

.mobile-embed__actions {
  display: flex;
  gap: 10px;
}

.mobile-embed__action {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #d7dde5;
  background: #f8fafc;
  font-size: 12px;
  font-weight: 700;
  color: #1f2937;
  text-decoration: none;
}

.mobile-embed__frame-wrap {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  height: calc(100vh - 320px);
  min-height: 420px;
}

.mobile-embed__frame {
  border: 0;
  width: 100%;
  height: 100%;
}

.mobile-so__header {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.mobile-so__kicker {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
  font-weight: 700;
}

.mobile-so__title {
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
}

.mobile-so__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.mobile-so__action {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #d7dde5;
  background: #f8fafc;
  font-size: 12px;
  font-weight: 700;
  color: #1f2937;
  text-decoration: none;
}

.mobile-so__action--primary {
  background: #59b210;
  border-color: #59b210;
  color: #ffffff;
}

.mobile-so__filters {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 14px;
  margin-bottom: 18px;
}

.mobile-so__filter-grid {
  display: grid;
  gap: 12px;
}

.mobile-so__field label,
.mobile-so__field-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #64748b;
  font-weight: 700;
  margin-bottom: 6px;
  display: block;
}

.mobile-so__field input,
.mobile-so__field select,
.mobile-so__field textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  padding: 10px 12px;
  font-weight: 600;
  font-size: 14px;
  background: #fff;
}

.mobile-so__submit {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  border: none;
  background: #0f172a;
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}

.mobile-so__list {
  display: grid;
  gap: 12px;
}

.mobile-so-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 14px;
  border: 1px solid #e2e8f0;
  display: grid;
  gap: 10px;
}

.mobile-so-card--link {
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.mobile-so-card--link:active {
  transform: translateY(1px);
}

.mobile-so-card--yearly {
  border: 1px solid #e2e8f0;
  background: #ffffff;
}

.mobile-so-card__summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  cursor: pointer;
}

.mobile-so-card__summary::-webkit-details-marker {
  display: none;
}

.mobile-so-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.mobile-so-card__title {
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
}

.mobile-so-card__meta,
.mobile-so-card__footer {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #64748b;
  font-weight: 600;
}

.mobile-so-card--yearly .mobile-so-card__title {
  font-size: 15px;
}

.mobile-so-card__progress {
  display: grid;
  gap: 8px;
  padding-top: 8px;
}

.mobile-so-card__progress-label {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 700;
  color: #0f172a;
}

.mobile-so-card__progress-bar {
  height: 8px;
  background: #e2e8f0;
  border-radius: 999px;
  overflow: hidden;
}

.mobile-so-card__progress-fill {
  height: 100%;
  background: #59b210;
  border-radius: 999px;
}

.mobile-so-card__children {
  display: grid;
  gap: 10px;
  padding-top: 10px;
}

.mobile-so-card__parent-link {
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  color: #1f2937;
}

.mobile-so-badge {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.mobile-so-badge.is-open {
  background: #fee2e2;
  color: #991b1b;
}

.mobile-so-badge.is-closed {
  background: #dcfce7;
  color: #166534;
}

.mobile-so-badge.is-cancelled {
  background: #e2e8f0;
  color: #475569;
}

.mobile-so-badge.is-awaiting {
  background: #fef3c7;
  color: #92400e;
}

.mobile-so-badge.is-pending {
  background: #e0f2fe;
  color: #075985;
}

.mobile-so-badge.is-approved {
  background: #dcfce7;
  color: #166534;
}

.mobile-so-badge.is-rejected {
  background: #fee2e2;
  color: #991b1b;
}

.mobile-so-badge.is-skipped {
  background: #fef3c7;
  color: #b45309;
}

.mobile-so__cards {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.mobile-so-card__label {
  font-size: 12px;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.mobile-so-card__value {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
}

.mobile-so__panel {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  padding: 14px;
  margin-bottom: 16px;
  display: grid;
  gap: 10px;
}

.mobile-so__details {
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
}

.mobile-so__details summary {
  list-style: none;
  cursor: pointer;
  padding: 10px 12px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
}

.mobile-so__details summary::-webkit-details-marker {
  display: none;
}

.mobile-so__details-body {
  display: grid;
  gap: 10px;
  padding: 10px 12px 12px;
  background: #ffffff;
}

.mobile-so__detail-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  color: inherit;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
}

.mobile-so__detail-title {
  font-size: 13px;
  font-weight: 800;
  color: #0f172a;
}

.mobile-so__detail-meta {
  font-size: 11px;
  color: #64748b;
  font-weight: 600;
}

.mobile-so__panel-title {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #64748b;
  font-weight: 700;
}

.mobile-so__panel-subtitle {
  font-size: 12px;
  color: #64748b;
  font-weight: 600;
}

.mobile-so__panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mobile-so__panel-label {
  font-size: 11px;
  color: #94a3b8;
  font-weight: 700;
  text-transform: uppercase;
}

.mobile-so__panel-value {
  font-size: 15px;
  font-weight: 800;
  color: #0f172a;
}

.mobile-so__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mobile-so__chip {
  padding: 6px 10px;
  border-radius: 999px;
  background: #f1f5f9;
  font-size: 12px;
  font-weight: 700;
  color: #0f172a;
}

.mobile-so__product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mobile-so__product {
  padding: 6px 10px;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  font-size: 12px;
  font-weight: 700;
  color: #0f172a;
}

.mobile-so__product--more {
  background: #0f172a;
  color: #ffffff;
  border-color: #0f172a;
}

.mobile-so__product-items {
  display: grid;
  gap: 12px;
}

.mobile-so__product-item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 12px;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
}

.mobile-so__product-image {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #64748b;
  overflow: hidden;
}

.mobile-so__product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-so__product-info {
  display: grid;
  gap: 6px;
}

.mobile-so__product-title {
  font-size: 14px;
  font-weight: 800;
  color: #0f172a;
}

.mobile-so__product-status {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.mobile-so__product-amount {
  font-size: 12px;
  font-weight: 700;
  color: #0f172a;
}

.mobile-so__product-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 11px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.mobile-so__product-category {
  font-size: 12px;
  font-weight: 600;
  color: #475569;
}

.mobile-so__product-updated {
  font-size: 11px;
  color: #64748b;
  font-weight: 600;
}

.mobile-so__summary {
  display: grid;
  gap: 10px;
}

.mobile-so__summary-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
}

.mobile-todo__header {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.mobile-todo__kicker {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
  font-weight: 700;
}

.mobile-todo__title {
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
}

.mobile-todo__subtitle {
  font-size: 12px;
  color: #64748b;
  font-weight: 600;
}

.mobile-todo__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.mobile-todo__action {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #d7dde5;
  background: #f8fafc;
  font-size: 12px;
  font-weight: 700;
  color: #1f2937;
  text-decoration: none;
}

.mobile-todo__action--primary {
  background: #59b210;
  border-color: #59b210;
  color: #ffffff;
}

.mobile-todo__list,
.mobile-todo__cards {
  display: grid;
  gap: 12px;
}

.mobile-todo-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  padding: 12px;
  text-decoration: none;
  color: inherit;
  display: grid;
  gap: 8px;
}

.mobile-todo-card--item {
  background: #f8fafc;
}

.mobile-todo-card__title {
  font-size: 14px;
  font-weight: 800;
  color: #0f172a;
}

.mobile-todo-card__meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
}

.mobile-todo-card__labels {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.mobile-todo-card__label {
  padding: 4px 8px;
  border-radius: 999px;
  background: #e2e8f0;
  font-size: 11px;
  font-weight: 700;
  color: #0f172a;
}

.mobile-todo-card__actions {
  margin-top: 8px;
  display: grid;
  gap: 8px;
}

.mobile-todo-card__action-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #64748b;
  margin-bottom: 4px;
}

.mobile-todo-card__select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  padding: 8px 10px;
  font-weight: 700;
  font-size: 12px;
  background: #ffffff;
}

.mobile-todo-card__button {
  width: 100%;
  border: none;
  border-radius: 10px;
  padding: 10px 12px;
  font-weight: 800;
  background: #0f172a;
  color: #ffffff;
  cursor: pointer;
}

.mobile-todo-card--dragging {
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.2);
  opacity: 0.9;
}

.mobile-todo-card--placeholder {
  border: 2px dashed #94a3b8;
  background: #f1f5f9;
}

.mobile-todo__sections {
  display: grid;
  gap: 14px;
}

.mobile-todo__section {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #ffffff;
}

.mobile-todo__section summary {
  list-style: none;
  cursor: pointer;
  padding: 12px 14px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 800;
  color: #0f172a;
}

.mobile-todo__section summary::-webkit-details-marker {
  display: none;
}

.mobile-todo__count {
  background: #e2e8f0;
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 700;
  color: #0f172a;
}

.mobile-todo__empty {
  padding: 12px;
  border-radius: 12px;
  background: #f8fafc;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
}

.mobile-so__empty {
  padding: 16px;
  border-radius: 16px;
  background: #f8fafc;
  color: #64748b;
  font-weight: 600;
  text-align: center;
}

.mobile-so__pager {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 16px;
}

.mobile-so__pager-link {
  flex: 1;
  text-align: center;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #d7dde5;
  background: #ffffff;
  color: #1f2937;
  font-weight: 700;
  text-decoration: none;
}

.mobile-so-form {
  display: grid;
  gap: 16px;
}

.mobile-so__team {
  display: grid;
  gap: 12px;
}

.mobile-so__team-group {
  background: #f8fafc;
  border-radius: 12px;
  padding: 10px;
  border: 1px solid #e2e8f0;
  display: grid;
  gap: 8px;
}

.mobile-so__team-title {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #64748b;
}

.mobile-so__team-option {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #0f172a;
  font-weight: 600;
}

.mobile-so__hint {
  font-size: 12px;
  color: #64748b;
  font-weight: 600;
}

.mobile-so__submit-row {
  margin-top: 8px;
}

.mobile-so__errors {
  background: #fff1f1;
  border: 1px solid #fecaca;
  color: #991b1b;
  border-radius: 14px;
  padding: 12px;
  margin-bottom: 16px;
}

.mobile-so__errors-title {
  font-weight: 800;
  margin-bottom: 6px;
}

.mobile-menu-open .mobile-drawer {
  transform: translateX(0);
}

.mobile-menu-open .mobile-overlay {
  opacity: 1;
  pointer-events: auto;
}

.mobile-content {
  padding: 20px 18px 32px;
  padding-bottom: 96px;
  animation: floatIn 0.45s ease-out;
}

.mobile-section {
  margin-bottom: 28px;
}

.mobile-hero {
  background: linear-gradient(140deg, var(--brand-green-dark), var(--brand-green));
  color: #ffffff;
  padding: 22px;
  border-radius: 20px;
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
  margin-bottom: 22px;
}

.mobile-hero::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  top: -40px;
  right: -40px;
}

.mobile-hero__title {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 6px;
}

.mobile-hero__meta {
  font-size: 13px;
  opacity: 0.85;
}

.mobile-hero__action {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
}

.mobile-title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 800;
}

.mobile-subtitle {
  margin: 0 0 16px;
  color: var(--brand-gray-500);
  font-size: 14px;
}

.mobile-grid {
  display: grid;
  gap: 12px;
}

.mobile-card {
  display: block;
  padding: 16px;
  border-radius: 16px;
  background: var(--card-bg);
  border: 1px solid rgba(0, 0, 0, 0.06);
  color: var(--brand-gray-900);
  text-decoration: none;
  font-weight: 700;
  box-shadow: var(--shadow-card);
}

.mobile-card__label {
  font-size: 12px;
  color: var(--brand-gray-500);
  margin-bottom: 6px;
}

.mobile-card__value {
  font-size: 22px;
  font-weight: 800;
}

.mobile-card__accent {
  color: var(--brand-green-dark);
}

.mobile-task-list {
  display: grid;
  gap: 12px;
}

.mobile-task {
  background: var(--card-bg);
  border-radius: 16px;
  padding: 14px 16px;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.mobile-task.is-overdue {
  border-left: 4px solid #e33127;
}

.mobile-task__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.mobile-task__title {
  font-weight: 700;
  font-size: 15px;
  color: var(--brand-gray-900);
}

.mobile-task__meta {
  font-size: 12px;
  color: var(--brand-gray-500);
}

.mobile-task__users {
  margin-top: 8px;
  font-size: 12px;
  color: var(--brand-gray-700);
}

.mobile-task__actions {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mobile-action {
  border: none;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  background: var(--brand-gray-100);
  color: var(--brand-gray-700);
}

.mobile-action--approve {
  background: rgba(89, 178, 16, 0.16);
  color: var(--brand-green-dark);
}

.mobile-action--reject {
  background: rgba(227, 49, 39, 0.16);
  color: #b8271f;
}

.mobile-action--notify {
  background: rgba(61, 179, 226, 0.2);
  color: var(--brand-blue-dark);
}

.mobile-action--priority {
  background: rgba(246, 124, 0, 0.16);
  color: #c05f00;
}

.mobile-action--lock {
  background: rgba(79, 79, 79, 0.12);
  color: var(--brand-gray-700);
}

.mobile-status-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.mobile-chip {
  border: 1px solid var(--brand-gray-200);
  background: #ffffff;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.mobile-chip.is-active {
  background: rgba(89, 178, 16, 0.16);
  border-color: rgba(89, 178, 16, 0.4);
  color: var(--brand-green-dark);
}

.mobile-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  z-index: 60;
}

.mobile-modal__card {
  width: 100%;
  max-width: 360px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: var(--shadow-soft);
  padding: 16px;
}

.mobile-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.mobile-modal__title {
  font-weight: 800;
  font-size: 16px;
}

.mobile-modal__close {
  border: none;
  background: var(--brand-gray-100);
  width: 32px;
  height: 32px;
  border-radius: 10px;
  font-size: 18px;
  cursor: pointer;
}

.mobile-modal__actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.mobile-textarea {
  resize: vertical;
}

.mobile-user-list {
  display: grid;
  gap: 10px;
}

.mobile-user-card {
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: var(--card-bg);
  border-radius: 14px;
  padding: 12px 14px;
  text-align: left;
  box-shadow: var(--shadow-card);
  cursor: pointer;
}

.mobile-user-card.is-active {
  border-color: rgba(89, 178, 16, 0.4);
  box-shadow: 0 8px 18px rgba(89, 178, 16, 0.2);
}

.mobile-user-card__title {
  font-weight: 700;
  font-size: 14px;
}

.mobile-user-card__meta {
  margin-top: 4px;
  font-size: 12px;
  color: var(--brand-gray-500);
}

.mobile-load-more {
  margin-top: 12px;
  width: 100%;
  border: 1px solid var(--brand-gray-200);
  background: #ffffff;
  padding: 10px 12px;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
}

.mobile-entry-list {
  display: grid;
  gap: 12px;
}

.mobile-entry {
  background: var(--card-bg);
  border-radius: 16px;
  padding: 14px 16px;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.mobile-entry__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.mobile-entry__title {
  font-weight: 700;
  font-size: 14px;
  color: var(--brand-gray-900);
}

.mobile-entry__title-link {
  color: inherit;
  text-decoration: none;
}

.mobile-entry__title-link:hover {
  text-decoration: underline;
}

.mobile-entry__title-text {
  color: inherit;
}

.mobile-entry__meta {
  font-size: 12px;
  color: var(--brand-gray-500);
}

.mobile-entry__rows {
  margin-top: 10px;
  display: grid;
  gap: 6px;
}

.mobile-entry__row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
  color: var(--brand-gray-700);
}

.mobile-entry__label {
  font-weight: 600;
  color: var(--brand-gray-500);
}

.mobile-entry__value {
  text-align: right;
  color: var(--brand-gray-900);
  word-break: break-word;
}

.mobile-entry__link {
  color: var(--brand-green-dark);
  font-weight: 700;
  text-decoration: none;
}

.mobile-entry__link:hover {
  text-decoration: underline;
}

.mobile-entry__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.mobile-entry__chip {
  padding: 4px 10px;
  border-radius: 999px;
  background: #fff7ed;
  color: #c2410c;
  font-size: 11px;
  font-weight: 700;
}

.mobile-entry__actions {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mobile-action-button {
  border: 1px solid var(--brand-gray-200);
  background: #ffffff;
  border-radius: 10px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  color: var(--brand-gray-700);
}

.mobile-action-button:hover {
  border-color: var(--brand-green);
  color: var(--brand-green-dark);
}

.mobile-action-link {
  border: 1px solid rgba(61, 179, 226, 0.3);
  background: rgba(61, 179, 226, 0.08);
  border-radius: 10px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  color: var(--brand-blue-dark);
}

.mobile-action-link:hover {
  border-color: var(--brand-blue);
}

.mobile-entry__comments {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px dashed rgba(0, 0, 0, 0.08);
  display: grid;
  gap: 10px;
}

.mobile-entry__comments-toggle {
  border: none;
  background: var(--brand-gray-100);
  color: var(--brand-gray-700);
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.mobile-entry__comments-list {
  display: grid;
  gap: 8px;
}

.mobile-entry__comment-card {
  border: 1px solid var(--brand-gray-200);
  border-radius: 12px;
  padding: 10px 12px;
  background: #ffffff;
}

.mobile-entry__comment-meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 11px;
  color: var(--brand-gray-500);
}

.mobile-entry__comment-author {
  font-weight: 700;
  color: var(--brand-gray-700);
}

.mobile-entry__comment-body {
  margin-top: 6px;
  font-size: 12px;
  color: var(--brand-gray-700);
  white-space: pre-line;
}

.mobile-entry__comment-empty {
  font-size: 12px;
  color: var(--brand-gray-500);
}

.mobile-entry__comment-form {
  display: grid;
  gap: 8px;
}

.mobile-entry__comment-input {
  border-radius: 12px;
  border: 1px solid var(--brand-gray-200);
  padding: 10px 12px;
  font-size: 12px;
  font-family: inherit;
  background: #ffffff;
}

.mobile-entry__comment-submit {
  border: none;
  border-radius: 10px;
  padding: 8px 12px;
  background: var(--brand-green);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.mobile-entry__comment-submit:hover {
  background: var(--brand-green-dark);
}

.mobile-form {
  background: var(--card-bg);
  padding: 16px;
  border-radius: 16px;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.mobile-form__row {
  display: grid;
  gap: 12px;
  margin-bottom: 12px;
}

.mobile-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mobile-form__label {
  font-size: 12px;
  font-weight: 700;
  color: var(--brand-gray-700);
}

.mobile-form__input {
  border-radius: 12px;
  border: 1px solid var(--brand-gray-200);
  padding: 10px 12px;
  font-size: 14px;
  font-family: inherit;
  background: #ffffff;
}

.mobile-form__actions {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.mobile-login-shell {
  min-height: calc(100vh - 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px 40px;
}

.mobile-login {
  position: relative;
  width: min(440px, 100%);
}

.mobile-login__glow {
  position: absolute;
  inset: -40px 0 40px;
  background: radial-gradient(circle at top, rgba(89, 178, 16, 0.22), rgba(61, 179, 226, 0.08), transparent 70%);
  filter: blur(24px);
  z-index: 0;
}

.mobile-login__card {
  position: relative;
  z-index: 1;
  padding: 28px 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.15);
  text-align: center;
}

.mobile-login__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.mobile-login__logo img {
  width: 170px;
  height: auto;
}

.mobile-login__brand {
  font-size: 22px;
  font-weight: 800;
  color: var(--brand-gray-900);
  letter-spacing: 0.2px;
}

.mobile-login__subtitle {
  margin-top: 6px;
  font-size: 12px;
  color: var(--brand-gray-500);
}

.mobile-login__alert {
  margin: 16px auto 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: #ffeaea;
  color: #b42318;
  font-size: 12px;
  font-weight: 600;
}

.mobile-login__footnote {
  margin-top: 16px;
  font-size: 11px;
  color: var(--brand-gray-500);
}

.mobile-form--login {
  margin-top: 18px;
  box-shadow: none;
  border: none;
  background: transparent;
  padding: 0;
}

.mobile-button--accent {
  background: linear-gradient(135deg, var(--brand-green), var(--brand-blue));
  color: #ffffff;
  box-shadow: 0 14px 26px rgba(61, 179, 226, 0.25);
}

.mobile-button--accent:hover {
  filter: brightness(0.95);
}

.mobile-button {
  flex: 1;
  padding: 10px 12px;
  border-radius: 12px;
  border: none;
  background: var(--brand-green);
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.mobile-button--ghost {
  background: var(--brand-gray-100);
  color: var(--brand-gray-700);
}

.mobile-badge {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.mobile-badge--done {
  background: rgba(89, 178, 16, 0.15);
  color: var(--brand-green-dark);
}

.mobile-badge--open {
  background: rgba(61, 179, 226, 0.15);
  color: var(--brand-blue-dark);
}

.mobile-badge--hold {
  background: rgba(246, 124, 0, 0.15);
  color: #c05f00;
}

.mobile-badge--overdue {
  background: rgba(227, 49, 39, 0.15);
  color: #b8271f;
}

.mobile-empty {
  padding: 16px;
  border-radius: 12px;
  background: rgba(89, 178, 16, 0.12);
  color: var(--brand-green-dark);
  font-weight: 700;
}

.mobile-flash {
  padding: 12px 14px;
  margin-bottom: 16px;
  border-radius: 10px;
  background: rgba(89, 178, 16, 0.12);
  color: var(--brand-green-dark);
  font-weight: 700;
}

.mobile-pagination {
  margin-top: 16px;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.pagination a,
.pagination span {
  padding: 6px 10px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid var(--brand-gray-200);
  color: var(--brand-gray-700);
  background: #ffffff;
}

.pagination .current {
  background: var(--brand-green);
  color: #ffffff;
  border-color: var(--brand-green);
}

.mobile-tabbar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  padding: 8px 10px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  z-index: 50;
}

.mobile-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 6px 4px;
  border-radius: 12px;
  text-decoration: none;
  color: var(--brand-gray-500);
  font-weight: 700;
  font-size: 11px;
  background: transparent;
  border: none;
}

.mobile-tab__icon {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--brand-gray-200);
  display: inline-block;
}

.mobile-tab__label {
  line-height: 1;
}

.mobile-tab--active {
  color: var(--brand-green-dark);
  background: rgba(89, 178, 16, 0.12);
}

.mobile-tab--active .mobile-tab__icon {
  background: var(--brand-green);
}

.mobile-tab--menu {
  cursor: pointer;
}

.orders-live-mobile-shell {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px 16px 110px;
  overflow-x: hidden;
}

.orders-live-mobile-header {
  background: #ffffff;
  border-radius: 18px;
  padding: 12px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 8px;
}

.orders-live-mobile-kicker {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a8797;
  font-weight: 700;
  margin: 0;
}

.orders-live-mobile-heading {
  font-size: 22px;
  font-weight: 800;
  margin: 2px 0 0;
  color: #0f172a;
}

.orders-live-mobile-subtitle {
  font-size: 12px;
  color: #64748b;
  margin: 4px 0 0;
}

.orders-live-mobile-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.orders-live-mobile-pill {
  border-radius: 999px;
  border: 1px solid #d7dde5;
  background: #ffffff;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  color: #334155;
}

.orders-live-mobile-pill--primary {
  background: #59b210;
  border-color: #59b210;
  color: #ffffff;
}

.orders-live-mobile-pill--ghost {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.orders-live-mobile-search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 6px 10px;
}

.orders-live-mobile-search .material-icons {
  font-size: 18px;
  color: #94a3b8;
}

.orders-live-mobile-search input {
  border: none;
  background: transparent;
  width: 100%;
  font-size: 13px;
  outline: none;
  color: #0f172a;
}

.orders-live-mobile-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.orders-live-mobile-filters {
  background: #ffffff;
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  display: none;
  gap: 12px;
}

.orders-live-mobile-filters.is-open {
  display: grid;
}

.orders-live-mobile-filter-row {
  display: grid;
  gap: 8px;
}

.orders-live-mobile-filter-row label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
  font-weight: 700;
}

.orders-live-mobile-date {
  display: flex;
  align-items: center;
  gap: 8px;
}

.orders-live-mobile-date input {
  flex: 1;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 8px 10px;
  font-size: 12px;
}

.orders-live-mobile-date span {
  font-size: 11px;
  color: #94a3b8;
}

.orders-live-mobile-filters select {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 8px 10px;
  font-size: 12px;
  background: #ffffff;
}

.orders-live-mobile-filter-actions {
  display: flex;
  gap: 8px;
}


.orders-live-mobile-list {
  background: #ffffff;
  border-radius: 18px;
  padding: 12px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 12px;
  overflow: hidden;
}

.orders-live-mobile-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
}

.orders-live-mobile-live {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(89, 178, 16, 0.12);
  color: #3a7b08;
  font-size: 11px;
  font-weight: 700;
}

.orders-live-mobile-live .material-icons {
  font-size: 14px;
}

.orders-live-mobile-list-body {
  display: grid;
  gap: 10px;
  width: 100%;
  min-width: 0;
}

.orders-live-mobile-list-body .orders-live-order {
  border-radius: 16px;
  border: 1px solid #edf2f7;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.orders-live-mobile-list-body .orders-live-order:active {
  transform: scale(0.99);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

.orders-live-mobile-load {
  text-align: center;
}

.orders-live-mobile-load button {
  width: 100%;
  border-radius: 999px;
  border: 1px solid #d7dde5;
  background: #f8fafc;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 700;
  color: #334155;
}

.orders-live-mobile-detail-panel {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 90;
  display: flex;
  align-items: stretch;
}

.orders-live-mobile-detail-panel.is-open {
  opacity: 1;
  pointer-events: auto;
}

.orders-live-mobile-detail-card {
  background: #ffffff;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  transform: translateY(20px);
  transition: transform 0.2s ease;
}

.orders-live-mobile-detail-panel.is-open .orders-live-mobile-detail-card {
  transform: translateY(0);
}

.orders-live-mobile-detail-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(14px + env(safe-area-inset-top)) 16px 14px;
  border-bottom: 1px solid #edf2f7;
}

.orders-live-mobile-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: none;
  background: none;
  color: #1f2937;
  font-weight: 700;
  font-size: 13px;
}

.orders-live-mobile-back .material-icons {
  font-size: 18px;
}

.orders-live-mobile-detail-title {
  font-size: 13px;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.orders-live-mobile-detail-body {
  overflow-y: auto;
  padding: 0 16px 28px;
}

.orders-live-mobile-detail-section {
  padding: 16px 0;
}

.orders-live-mobile-notes {
  padding-top: 12px;
  border-top: 1px solid #edf2f7;
}

.mobile-detail-panel {
  background: #ffffff;
  border-radius: 18px;
  padding: 12px;
  box-shadow: var(--shadow-soft);
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
}

.mobile-detail-panel .status-filter-list {
  margin-left: 0;
  margin-right: 0;
}

.orders-live-mobile-notes-title {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
  font-weight: 700;
  margin-bottom: 8px;
}

.mobile-users {
  display: grid;
  gap: 14px;
}

.mobile-users__header {
  background: #ffffff;
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 10px;
}

.mobile-users__kicker {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a8797;
  font-weight: 700;
}

.mobile-users__title {
  font-size: 22px;
  font-weight: 800;
  margin: 4px 0 0;
  color: #0f172a;
}

.mobile-users__subtitle {
  font-size: 12px;
  color: #64748b;
  margin: 4px 0 0;
}

.mobile-users__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mobile-users__action {
  border-radius: 999px;
  border: 1px solid #d7dde5;
  background: #f8fafc;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  color: #1f2937;
  text-decoration: none;
}

.mobile-users__action--primary {
  background: #59b210;
  border-color: #59b210;
  color: #ffffff;
}

.mobile-users__filters {
  background: #ffffff;
  border-radius: 18px;
  padding: 12px;
  display: grid;
  gap: 10px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.mobile-users__search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 6px 10px;
}

.mobile-users__search .material-icons {
  font-size: 18px;
  color: #94a3b8;
}

.mobile-users__search input {
  border: none;
  background: transparent;
  width: 100%;
  font-size: 13px;
  outline: none;
  color: #0f172a;
}

.mobile-users__filter-row {
  display: grid;
  gap: 8px;
}

.mobile-users__filter-row select {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 8px 10px;
  font-size: 12px;
  background: #ffffff;
}

.mobile-users__alert {
  border-radius: 16px;
  border: 1px solid #fde68a;
  background: #fffbeb;
  padding: 12px;
}

.mobile-users__alert-title {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #b45309;
  margin-bottom: 8px;
}

.mobile-users__alert-body {
  display: grid;
  gap: 6px;
  font-size: 12px;
  color: #7c2d12;
}

.mobile-users__alert-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.mobile-users__grid {
  display: grid;
  gap: 12px;
}

.mobile-user-card {
  border: 1px solid #edf2f7;
  border-radius: 18px;
  padding: 12px;
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.06);
  text-align: left;
  width: 100%;
}

.mobile-user-card--inactive {
  background: #f3f4f6;
  opacity: 0.75;
}

.mobile-user-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.mobile-user-card__badge {
  font-size: 10px;
  font-weight: 700;
  background: #fef3c7;
  color: #92400e;
  padding: 2px 6px;
  border-radius: 999px;
}

.mobile-user-card__status {
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 999px;
}

.mobile-user-card__status.is-active {
  background: rgba(89, 178, 16, 0.12);
  color: #3a7b08;
}

.mobile-user-card__status.is-inactive {
  background: #fee2e2;
  color: #b91c1c;
}

.mobile-user-card__body {
  display: flex;
  gap: 12px;
  align-items: center;
}

.mobile-user-card__avatar {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  object-fit: cover;
  border: 1px solid #e5e7eb;
}

.mobile-user-card__meta {
  display: grid;
  gap: 4px;
}

.mobile-user-card__name {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
}

.mobile-user-card__role {
  font-size: 12px;
  color: #475569;
}

.mobile-user-card__sub {
  font-size: 11px;
  color: #94a3b8;
}

.mobile-user-card__footer {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 11px;
  color: #94a3b8;
}

.mobile-user-detail-panel {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 90;
  display: flex;
  align-items: stretch;
}

.mobile-user-detail-panel.is-open {
  opacity: 1;
  pointer-events: auto;
}

.mobile-user-detail-card {
  background: #ffffff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transform: translateY(20px);
  transition: transform 0.2s ease;
}

.mobile-user-detail-panel.is-open .mobile-user-detail-card {
  transform: translateY(0);
}

.mobile-user-detail-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(14px + env(safe-area-inset-top)) 16px 14px;
  border-bottom: 1px solid #edf2f7;
}

.mobile-user-detail-card__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: none;
  background: none;
  color: #1f2937;
  font-weight: 700;
  font-size: 13px;
}

.mobile-user-detail-card__title {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
  font-weight: 700;
}

.mobile-user-detail-card__body {
  overflow-y: auto;
  padding: 16px;
  display: grid;
  gap: 16px;
}

.mobile-user-detail-card__empty {
  text-align: center;
  color: #94a3b8;
  font-size: 13px;
  padding: 24px;
}

.mobile-user-detail__header {
  display: grid;
  gap: 8px;
}

.mobile-user-detail__name {
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
}

.mobile-user-detail__email {
  font-size: 12px;
  color: #64748b;
}

.mobile-user-detail__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.mobile-user-detail__tags span {
  background: #f1f5f9;
  color: #475569;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 999px;
  font-weight: 700;
}

.mobile-user-detail__status {
  font-size: 11px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 999px;
  align-self: flex-start;
}

.mobile-user-detail__status.is-active {
  background: rgba(89, 178, 16, 0.12);
  color: #3a7b08;
}

.mobile-user-detail__status.is-inactive {
  background: #fee2e2;
  color: #b91c1c;
}

.mobile-user-detail__section {
  background: #ffffff;
  border: 1px solid #edf2f7;
  border-radius: 16px;
  padding: 12px;
  display: grid;
  gap: 10px;
}

.mobile-user-detail__section-title {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
  font-weight: 700;
}

.mobile-user-detail__actions {
  display: grid;
  gap: 8px;
}

.mobile-user-detail__action {
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 700;
  color: #1f2937;
  text-decoration: none;
  text-align: center;
}

.mobile-user-detail__action--primary {
  background: #59b210;
  border-color: #59b210;
  color: #ffffff;
}

.mobile-user-detail__action--danger {
  background: #ef4444;
  border-color: #ef4444;
  color: #ffffff;
  width: 100%;
}

.mobile-user-detail__toggle-btn {
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 700;
  color: #1f2937;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.mobile-user-detail__toggle-btn .material-icons {
  font-size: 22px;
  color: #59b210;
}

.mobile-user-detail__link {
  font-size: 12px;
  font-weight: 700;
  color: #2563eb;
  text-decoration: none;
}

.mobile-user-detail__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.mobile-user-detail__chips span {
  background: #e2e8f0;
  color: #334155;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 999px;
  font-weight: 700;
}

.mobile-user-detail__empty {
  font-size: 12px;
  color: #94a3b8;
}

.mobile-user-detail__inline-form {
  margin: 0;
}

.mobile-user-detail__docs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.mobile-user-detail__doc {
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 700;
  color: #1f2937;
  text-decoration: none;
  background: #f8fafc;
}

.mobile-finance {
  display: grid;
  gap: 14px;
}

.mobile-finance__header {
  background: #ffffff;
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 10px;
}

.mobile-finance__kicker {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a8797;
  font-weight: 700;
}

.mobile-finance__title {
  font-size: 22px;
  font-weight: 800;
  margin: 4px 0 0;
  color: #0f172a;
}

.mobile-finance__subtitle {
  font-size: 12px;
  color: #64748b;
  margin: 4px 0 0;
}

.mobile-finance__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mobile-finance__action {
  border-radius: 999px;
  border: 1px solid #d7dde5;
  background: #f8fafc;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  color: #1f2937;
  text-decoration: none;
}

.mobile-finance__action--primary {
  background: #59b210;
  border-color: #59b210;
  color: #ffffff;
}

.mobile-finance__filters {
  background: #ffffff;
  border-radius: 18px;
  padding: 12px;
  display: grid;
  gap: 10px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.mobile-finance__range label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
}

.mobile-finance__date {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto;
  align-items: center;
  gap: 6px;
}

.mobile-finance__date input {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 8px 10px;
  font-size: 12px;
}

.mobile-finance__date span {
  font-size: 11px;
  color: #94a3b8;
}

.mobile-finance__date button {
  border-radius: 12px;
  border: none;
  background: #0f172a;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 10px;
}

.mobile-finance__search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 6px 10px;
}

.mobile-finance__search .material-icons {
  font-size: 18px;
  color: #94a3b8;
}

.mobile-finance__search input {
  border: none;
  background: transparent;
  width: 100%;
  font-size: 13px;
  outline: none;
  color: #0f172a;
}

.mobile-finance__filter-row {
  display: grid;
  gap: 8px;
}

.mobile-finance__filter-row select {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 8px 10px;
  font-size: 12px;
  background: #ffffff;
}

.mobile-finance__stats {
  display: grid;
  gap: 10px;
}

.mobile-finance__stat {
  background: #ffffff;
  border-radius: 16px;
  padding: 12px;
  border: 1px solid #edf2f7;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.mobile-finance__stat-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
  font-weight: 700;
}

.mobile-finance__stat-value {
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
  margin-top: 6px;
}

.mobile-finance__list {
  background: #ffffff;
  border-radius: 18px;
  padding: 12px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 12px;
}

.mobile-finance__list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
}

.mobile-finance__entries {
  display: grid;
  gap: 10px;
}

.mobile-finance__entry {
  width: 100%;
  border: 1px solid #edf2f7;
  border-radius: 16px;
  padding: 12px;
  text-align: left;
  background: #ffffff;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.06);
}

.mobile-finance__entry-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.mobile-finance__entry-bank {
  font-size: 11px;
  font-weight: 700;
  color: #64748b;
}

.mobile-finance__entry-badge {
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 999px;
}

.mobile-finance__entry-badge.is-credit {
  background: rgba(89, 178, 16, 0.12);
  color: #3a7b08;
}

.mobile-finance__entry-badge.is-debit {
  background: #fee2e2;
  color: #b91c1c;
}

.mobile-finance__entry-title {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}

.mobile-finance__entry-meta {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #64748b;
}

.mobile-finance-detail {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 90;
  display: flex;
  align-items: stretch;
}

.mobile-finance-detail.is-open {
  opacity: 1;
  pointer-events: auto;
}

.mobile-finance-detail__card {
  background: #ffffff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transform: translateY(20px);
  transition: transform 0.2s ease;
}

.mobile-finance-detail.is-open .mobile-finance-detail__card {
  transform: translateY(0);
}

.mobile-finance-detail__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(14px + env(safe-area-inset-top)) 16px 14px;
  border-bottom: 1px solid #edf2f7;
}

.mobile-finance-detail__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: none;
  background: none;
  color: #1f2937;
  font-weight: 700;
  font-size: 13px;
}

.mobile-finance-detail__title {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
  font-weight: 700;
}

.mobile-finance-detail__body {
  padding: 16px;
  overflow-y: auto;
  display: grid;
  gap: 12px;
}

.mobile-finance-detail__empty {
  text-align: center;
  color: #94a3b8;
  font-size: 13px;
  padding: 24px;
}

.mobile-finance-detail__section {
  background: #ffffff;
  border: 1px solid #edf2f7;
  border-radius: 16px;
  padding: 12px;
}

.mobile-finance-detail__label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
  font-weight: 700;
  margin-bottom: 6px;
}

.mobile-finance-detail__value {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}

.mobile-dashboard {
  display: grid;
  gap: 14px;
}

.mobile-dashboard__header {
  background: #ffffff;
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 10px;
}

.mobile-dashboard__kicker {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a8797;
  font-weight: 700;
}

.mobile-dashboard__title {
  font-size: 22px;
  font-weight: 800;
  margin: 4px 0 0;
  color: #0f172a;
}

.mobile-dashboard__subtitle {
  font-size: 12px;
  color: #64748b;
  margin: 4px 0 0;
}

.mobile-dashboard__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mobile-dashboard__action {
  border-radius: 999px;
  border: 1px solid #d7dde5;
  background: #f8fafc;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  color: #1f2937;
  text-decoration: none;
}

.mobile-dashboard__action--primary {
  background: #59b210;
  border-color: #59b210;
  color: #ffffff;
}

.mobile-dashboard__stats {
  display: grid;
  gap: 10px;
}

.mobile-dashboard__notice {
  margin: 20px 0 24px;
  padding: 16px;
  border-radius: 18px;
  background: #f2fbec;
  border: 1px solid rgba(89, 178, 16, 0.2);
  display: grid;
  gap: 10px;
}

.mobile-dashboard__notice-title {
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
}

.mobile-dashboard__notice-text {
  font-size: 13px;
  color: #64748b;
}

.mobile-dashboard__notice-select {
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #fff;
  font-weight: 700;
}

.mobile-dashboard__stat {
  background: #ffffff;
  border-radius: 16px;
  padding: 12px;
  border: 1px solid #edf2f7;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.mobile-dashboard__stat-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
  font-weight: 700;
}

.mobile-dashboard__stat-value {
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
  margin-top: 6px;
}

.mobile-dashboard__stat-sub {
  font-size: 12px;
  color: #64748b;
  margin-top: 4px;
}

.mobile-dashboard__section-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
  font-weight: 700;
  margin-bottom: 8px;
}

.mobile-dashboard__quick-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.mobile-dashboard__quick-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 12px;
  border: 1px solid #edf2f7;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #0f172a;
  font-weight: 700;
  font-size: 13px;
}

.mobile-dashboard__quick-card .material-icons {
  font-size: 18px;
  color: #59b210;
}

.mobile-dashboard__activity-grid {
  display: grid;
  gap: 10px;
}

.mobile-dashboard__activity-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 12px;
  border: 1px solid #edf2f7;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
  display: grid;
  gap: 8px;
}

.mobile-dashboard__activity-title {
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
}

.mobile-dashboard__activity-row {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #0f172a;
}

.mobile-user-form {
  display: grid;
  gap: 12px;
}

.mobile-user-form__header {
  background: #ffffff;
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 6px;
}

.mobile-user-form__kicker {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a8797;
  font-weight: 700;
}

.mobile-user-form__title {
  font-size: 20px;
  font-weight: 800;
  margin: 0;
  color: #0f172a;
}

.mobile-user-form__subtitle {
  font-size: 12px;
  color: #64748b;
  margin: 0;
}

.mobile-user-form__body .admin-card {
  padding: 12px;
}

.mobile-user-form__body .admin-input,
.mobile-user-form__body select,
.mobile-user-form__body textarea {
  font-size: 13px;
}

.mobile-user-form__body .btn-admin {
  width: 100%;
  justify-content: center;
}

.mobile-user-form__body .flex.gap-2 {
  flex-direction: column;
}

.mobile-user-form [data-mobile-collapsible] {
  position: relative;
  overflow: hidden;
}

.mobile-collapsible-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
  color: #1f2937;
}

.mobile-collapsible-toggle .material-icons {
  font-size: 18px;
  transition: transform 0.2s ease;
}

.mobile-collapsible-body {
  display: none;
  padding-top: 10px;
}

.mobile-user-form [data-mobile-collapsible].is-open .mobile-collapsible-body {
  display: block;
}

.mobile-user-form [data-mobile-collapsible].is-open .mobile-collapsible-toggle .material-icons {
  transform: rotate(180deg);
}

.mobile-user-form [data-mobile-collapsible] .mobile-collapsible-body h3 {
  display: none;
}

.mobile-sw-toast {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: calc(70px + env(safe-area-inset-bottom));
  padding: 12px 16px;
  border-radius: 14px;
  background: rgba(17, 24, 39, 0.92);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  z-index: 120;
  animation: fadeInUp 0.2s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-content {
    animation: none;
  }
}
