/* Minification failed. Returning unminified contents.
(7213,23): run-time error CSS1038: Expected hex color, found '#fffff'
(10776,1): run-time error CSS1019: Unexpected token, found '@'
 */
/*! jQuery UI - v1.12.1 - 2017-10-05
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

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

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


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


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

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

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

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.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;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.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;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* 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;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.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;
	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;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.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;
	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;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

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


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

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

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}html{box-sizing:border-box;font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}*,::after,::before{box-sizing:inherit}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}[role=button],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:left}label{display:inline-block;margin-bottom:.5rem}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.1}.display-2{font-size:5.5rem;font-weight:300;line-height:1.1}.display-3{font-size:4.5rem;font-weight:300;line-height:1.1}.display-4{font-size:3.5rem;font-weight:300;line-height:1.1}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:5px}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#868e96}.blockquote-footer::before{content:"\2014 \00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #ddd;border-radius:.25rem;transition:all .2s ease-in-out;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#868e96}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}code{padding:.2rem .4rem;font-size:90%;color:#bd4147;background-color:#f8f9fa;border-radius:.25rem}a>code{padding:0;color:inherit;background-color:inherit}kbd{padding:.2rem .4rem;font-size:90%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;margin-top:0;margin-bottom:1rem;font-size:90%;color:#212529}pre code{padding:0;font-size:inherit;color:inherit;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px;width:100%}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px;width:100%}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}}.table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #e9ecef}.table thead th{vertical-align:bottom;border-bottom:2px solid #e9ecef}.table tbody+tbody{border-top:2px solid #e9ecef}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #e9ecef}.table-bordered td,.table-bordered th{border:1px solid #e9ecef}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#dddfe2}.table-hover .table-secondary:hover{background-color:#cfd2d6}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#cfd2d6}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.thead-inverse th{color:#fff;background-color:#212529}.thead-default th{color:#495057;background-color:#e9ecef}.table-inverse{color:#fff;background-color:#212529}.table-inverse td,.table-inverse th,.table-inverse thead th{border-color:#32383e}.table-inverse.table-bordered{border:0}.table-inverse.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-inverse.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:991px){.table-responsive{display:block;width:100%;overflow-x:auto;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive.table-bordered{border:0}}.form-control{display:block;width:100%;padding:.5rem .75rem;font-size:1rem;line-height:1.25;color:#495057;background-color:#fff;background-image:none;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0}.form-control::-webkit-input-placeholder{color:#868e96;opacity:1}.form-control:-ms-input-placeholder{color:#868e96;opacity:1}.form-control::placeholder{color:#868e96;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 2px)}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block}.col-form-label{padding-top:calc(.5rem - 1px * 2);padding-bottom:calc(.5rem - 1px * 2);margin-bottom:0}.col-form-label-lg{padding-top:calc(.5rem - 1px * 2);padding-bottom:calc(.5rem - 1px * 2);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem - 1px * 2);padding-bottom:calc(.25rem - 1px * 2);font-size:.875rem}.col-form-legend{padding-top:.5rem;padding-bottom:.5rem;margin-bottom:0;font-size:1rem}.form-control-plaintext{padding-top:.5rem;padding-bottom:.5rem;margin-bottom:0;line-height:1.25;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.form-control-plaintext.input-group-addon,.input-group-lg>.input-group-btn>.form-control-plaintext.btn,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.form-control-plaintext.input-group-addon,.input-group-sm>.input-group-btn>.form-control-plaintext.btn{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),.input-group-sm>select.input-group-addon:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]){height:calc(1.8125rem + 2px)}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),.input-group-lg>select.input-group-addon:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]){height:calc(2.3125rem + 2px)}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;margin-bottom:.5rem}.form-check.disabled .form-check-label{color:#868e96}.form-check-label{padding-left:1.25rem;margin-bottom:0}.form-check-input{position:absolute;margin-top:.25rem;margin-left:-1.25rem}.form-check-input:only-child{position:static}.form-check-inline{display:inline-block}.form-check-inline .form-check-label{vertical-align:middle}.form-check-inline+.form-check-inline{margin-left:.75rem}.invalid-feedback{display:none;margin-top:.25rem;font-size:.875rem;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;width:250px;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(220,53,69,.8);border-radius:.2rem}.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid{border-color:#28a745}.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.invalid-feedback,.custom-select.is-valid~.invalid-tooltip,.form-control.is-valid~.invalid-feedback,.form-control.is-valid~.invalid-tooltip,.was-validated .custom-select:valid~.invalid-feedback,.was-validated .custom-select:valid~.invalid-tooltip,.was-validated .form-control:valid~.invalid-feedback,.was-validated .form-control:valid~.invalid-tooltip{display:block}.form-check-input.is-valid+.form-check-label,.was-validated .form-check-input:valid+.form-check-label{color:#28a745}.custom-control-input.is-valid~.custom-control-indicator,.was-validated .custom-control-input:valid~.custom-control-indicator{background-color:rgba(40,167,69,.25)}.custom-control-input.is-valid~.custom-control-description,.was-validated .custom-control-input:valid~.custom-control-description{color:#28a745}.custom-file-input.is-valid~.custom-file-control,.was-validated .custom-file-input:valid~.custom-file-control{border-color:#28a745}.custom-file-input.is-valid~.custom-file-control::before,.was-validated .custom-file-input:valid~.custom-file-control::before{border-color:inherit}.custom-file-input.is-valid:focus,.was-validated .custom-file-input:valid:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid{border-color:#dc3545}.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid+.form-check-label,.was-validated .form-check-input:invalid+.form-check-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-indicator,.was-validated .custom-control-input:invalid~.custom-control-indicator{background-color:rgba(220,53,69,.25)}.custom-control-input.is-invalid~.custom-control-description,.was-validated .custom-control-input:invalid~.custom-control-description{color:#dc3545}.custom-file-input.is-invalid~.custom-file-control,.was-validated .custom-file-input:invalid~.custom-file-control{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-control::before,.was-validated .custom-file-input:invalid~.custom-file-control::before{border-color:inherit}.custom-file-input.is-invalid:focus,.was-validated .custom-file-input:invalid:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group{width:auto}.form-inline .form-control-label{margin-bottom:0;vertical-align:middle}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;margin-top:0;margin-bottom:0}.form-inline .form-check-label{padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding-left:0}.form-inline .custom-control-indicator{position:static;display:inline-block;margin-right:.25rem;vertical-align:text-bottom}.form-inline .has-feedback .form-control-feedback{top:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.5rem .75rem;font-size:1rem;line-height:1.25;border-radius:.25rem;transition:all .15s ease-in-out}.btn:focus,.btn:hover{text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 3px rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn.active,.btn:active{background-image:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 3px rgba(0,123,255,.5)}.btn-primary.disabled,.btn-primary:disabled{background-color:#007bff;border-color:#007bff}.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{background-color:#0069d9;background-image:none;border-color:#0062cc}.btn-secondary{color:#fff;background-color:#868e96;border-color:#868e96}.btn-secondary:hover{color:#fff;background-color:#727b84;border-color:#6c757d}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 3px rgba(134,142,150,.5)}.btn-secondary.disabled,.btn-secondary:disabled{background-color:#868e96;border-color:#868e96}.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{background-color:#727b84;background-image:none;border-color:#6c757d}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 3px rgba(40,167,69,.5)}.btn-success.disabled,.btn-success:disabled{background-color:#28a745;border-color:#28a745}.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{background-color:#218838;background-image:none;border-color:#1e7e34}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 3px rgba(23,162,184,.5)}.btn-info.disabled,.btn-info:disabled{background-color:#17a2b8;border-color:#17a2b8}.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{background-color:#138496;background-image:none;border-color:#117a8b}.btn-warning{color:#111;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#111;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 3px rgba(255,193,7,.5)}.btn-warning.disabled,.btn-warning:disabled{background-color:#ffc107;border-color:#ffc107}.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{background-color:#e0a800;background-image:none;border-color:#d39e00}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 3px rgba(220,53,69,.5)}.btn-danger.disabled,.btn-danger:disabled{background-color:#dc3545;border-color:#dc3545}.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{background-color:#c82333;background-image:none;border-color:#bd2130}.btn-light{color:#111;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#111;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 3px rgba(248,249,250,.5)}.btn-light.disabled,.btn-light:disabled{background-color:#f8f9fa;border-color:#f8f9fa}.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{background-color:#e2e6ea;background-image:none;border-color:#dae0e5}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 3px rgba(52,58,64,.5)}.btn-dark.disabled,.btn-dark:disabled{background-color:#343a40;border-color:#343a40}.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{background-color:#23272b;background-image:none;border-color:#1d2124}.btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 3px rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary.active,.btn-outline-primary:active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-secondary{color:#868e96;background-color:transparent;background-image:none;border-color:#868e96}.btn-outline-secondary:hover{color:#fff;background-color:#868e96;border-color:#868e96}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 3px rgba(134,142,150,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#868e96;background-color:transparent}.btn-outline-secondary.active,.btn-outline-secondary:active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#868e96;border-color:#868e96}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 3px rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success.active,.btn-outline-success:active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 3px rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info.active,.btn-outline-info:active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#fff;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 3px rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning.active,.btn-outline-warning:active,.show>.btn-outline-warning.dropdown-toggle{color:#fff;background-color:#ffc107;border-color:#ffc107}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 3px rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger.active,.btn-outline-danger:active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}.btn-outline-light:hover{color:#fff;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 3px rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light.active,.btn-outline-light:active,.show>.btn-outline-light.dropdown-toggle{color:#fff;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 3px rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark.active,.btn-outline-dark:active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-link{font-weight:400;color:#007bff;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link:disabled{background-color:transparent}.btn-link,.btn-link:active,.btn-link:focus{border-color:transparent;box-shadow:none}.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent}.btn-link:disabled{color:#868e96}.btn-link:disabled:focus,.btn-link:disabled:hover{text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;transition:opacity .15s linear}.fade.show{opacity:1}.collapse{display:none}.collapse.show{display:block}tr.collapse.show{display:table-row}tbody.collapse.show{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}.dropdown,.dropup{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropup .dropdown-menu{margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{border-top:0;border-bottom:.3em solid}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background:0 0;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#868e96;background-color:transparent}.show>a{outline:0}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#868e96;white-space:nowrap}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:0 1 auto;flex:0 1 auto;margin-bottom:0}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:2}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.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-left:-1px}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.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-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-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:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn+.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.btn+.dropdown-toggle-split::after{margin-left:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.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-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-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-left-radius:0;border-top-right-radius:0}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;width:100%}.input-group .form-control{position:relative;z-index:2;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group .form-control:active,.input-group .form-control:focus,.input-group .form-control:hover{z-index:3}.input-group .form-control,.input-group-addon,.input-group-btn{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{white-space:nowrap;vertical-align:middle}.input-group-addon{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.25;color:#495057;text-align:center;background-color:#e9ecef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.input-group-addon.form-control-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-addon.form-control-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:not(:last-child),.input-group-addon:not(:last-child),.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn,.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:not(:last-child)>.btn,.input-group-btn:not(:last-child)>.btn-group>.btn,.input-group-btn:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:not(:last-child){border-right:0}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,.input-group-btn:not(:last-child)>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.form-control+.input-group-addon:not(:first-child){border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:3}.input-group-btn:not(:last-child)>.btn,.input-group-btn:not(:last-child)>.btn-group{margin-right:-1px}.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group{z-index:2;margin-left:-1px}.input-group-btn:not(:first-child)>.btn-group:active,.input-group-btn:not(:first-child)>.btn-group:focus,.input-group-btn:not(:first-child)>.btn-group:hover,.input-group-btn:not(:first-child)>.btn:active,.input-group-btn:not(:first-child)>.btn:focus,.input-group-btn:not(:first-child)>.btn:hover{z-index:3}.custom-control{position:relative;display:-ms-inline-flexbox;display:inline-flex;min-height:1.5rem;padding-left:1.5rem;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-indicator{color:#fff;background-color:#007bff}.custom-control-input:focus~.custom-control-indicator{box-shadow:0 0 0 1px #fff,0 0 0 3px #007bff}.custom-control-input:active~.custom-control-indicator{color:#fff;background-color:#b3d7ff}.custom-control-input:disabled~.custom-control-indicator{background-color:#e9ecef}.custom-control-input:disabled~.custom-control-description{color:#868e96}.custom-control-indicator{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#ddd;background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-indicator{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-indicator{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator{background-color:#007bff;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-radio .custom-control-indicator{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-indicator{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-controls-stacked{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.custom-controls-stacked .custom-control{margin-bottom:.25rem}.custom-controls-stacked .custom-control+.custom-control{margin-left:0}.custom-select{display:inline-block;max-width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.25;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid rgba(0,0,0,.15);border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select:disabled{color:#868e96;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.custom-file{position:relative;display:inline-block;max-width:100%;height:2.5rem;margin-bottom:0}.custom-file-input{min-width:14rem;max-width:100%;height:2.5rem;margin:0;opacity:0}.custom-file-control{position:absolute;top:0;right:0;left:0;z-index:5;height:2.5rem;padding:.5rem 1rem;line-height:1.5;color:#495057;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.custom-file-control:lang(en):empty::after{content:"Choose file..."}.custom-file-control::before{position:absolute;top:-1px;right:-1px;bottom:-1px;z-index:6;display:block;height:2.5rem;padding:.5rem 1rem;line-height:1.5;color:#495057;background-color:#e9ecef;border:1px solid rgba(0,0,0,.15);border-radius:0 .25rem .25rem 0}.custom-file-control:lang(en)::before{content:"Browse"}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#868e96}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #ddd}.nav-tabs .nav-link.disabled{color:#868e96;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#ddd #ddd #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.show>.nav-pills .nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background:0 0;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}@media (min-width:576px){.card-deck{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-left:15px}}@media (min-width:576px){.card-group{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group .card{-ms-flex:1 0 0%;flex:1 0 0%}.card-group .card+.card{margin-left:0;border-left:0}.card-group .card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group .card:first-child .card-img-top{border-top-right-radius:0}.card-group .card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group .card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group .card:last-child .card-img-top{border-top-left-radius:0}.card-group .card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group .card:not(:first-child):not(:last-child){border-radius:0}.card-group .card:not(:first-child):not(:last-child) .card-img-bottom,.card-group .card:not(:first-child):not(:last-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;column-count:3;-webkit-column-gap:1.25rem;column-gap:1.25rem}.card-columns .card{display:inline-block;width:100%}}.breadcrumb{padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb::after{display:block;clear:both;content:""}.breadcrumb-item{float:left}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;padding-left:.5rem;color:#868e96;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#868e96}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#868e96;pointer-events:none;background-color:#fff;border-color:#ddd}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #ddd}.page-link:focus,.page-link:hover{color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#ddd}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}.badge-secondary{color:#fff;background-color:#868e96}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#6c757d}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:focus,.badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:focus,.badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#111;background-color:#ffc107}.badge-warning[href]:focus,.badge-warning[href]:hover{color:#111;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#111;background-color:#f8f9fa}.badge-light[href]:focus,.badge-light[href]:hover{color:#111;text-decoration:none;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible .close{position:relative;top:-.75rem;right:-1.25rem;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#464a4e;background-color:#e7e8ea;border-color:#dddfe2}.alert-secondary hr{border-top-color:#cfd2d6}.alert-secondary .alert-link{color:#2e3133}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;overflow:hidden;font-size:.75rem;line-height:1rem;text-align:center;background-color:#e9ecef;border-radius:.25rem}.progress-bar{height:1rem;line-height:1rem;color:#fff;background-color:#007bff;transition:width .6s ease}.progress-bar-striped{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:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#868e96;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}a.list-group-item-primary,button.list-group-item-primary{color:#004085}a.list-group-item-primary:focus,a.list-group-item-primary:hover,button.list-group-item-primary:focus,button.list-group-item-primary:hover{color:#004085;background-color:#9fcdff}a.list-group-item-primary.active,button.list-group-item-primary.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#464a4e;background-color:#dddfe2}a.list-group-item-secondary,button.list-group-item-secondary{color:#464a4e}a.list-group-item-secondary:focus,a.list-group-item-secondary:hover,button.list-group-item-secondary:focus,button.list-group-item-secondary:hover{color:#464a4e;background-color:#cfd2d6}a.list-group-item-secondary.active,button.list-group-item-secondary.active{color:#fff;background-color:#464a4e;border-color:#464a4e}.list-group-item-success{color:#155724;background-color:#c3e6cb}a.list-group-item-success,button.list-group-item-success{color:#155724}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#155724;background-color:#b1dfbb}a.list-group-item-success.active,button.list-group-item-success.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}a.list-group-item-info,button.list-group-item-info{color:#0c5460}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#0c5460;background-color:#abdde5}a.list-group-item-info.active,button.list-group-item-info.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}a.list-group-item-warning,button.list-group-item-warning{color:#856404}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#856404;background-color:#ffe8a1}a.list-group-item-warning.active,button.list-group-item-warning.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}a.list-group-item-danger,button.list-group-item-danger{color:#721c24}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#721c24;background-color:#f1b0b7}a.list-group-item-danger.active,button.list-group-item-danger.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}a.list-group-item-light,button.list-group-item-light{color:#818182}a.list-group-item-light:focus,a.list-group-item-light:hover,button.list-group-item-light:focus,button.list-group-item-light:hover{color:#818182;background-color:#ececf6}a.list-group-item-light.active,button.list-group-item-light.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}a.list-group-item-dark,button.list-group-item-dark{color:#1b1e21}a.list-group-item-dark:focus,a.list-group-item-dark:hover,button.list-group-item-dark:focus,button.list-group-item-dark:hover{color:#1b1e21;background-color:#b9bbbe}a.list-group-item-dark.active,button.list-group-item-dark.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:focus,.close:hover{color:#000;text-decoration:none;opacity:.75}button.close{padding:0;background:0 0;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.show .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;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}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:15px;border-bottom:1px solid #e9ecef}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:15px}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:15px;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:30px auto}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:5px;height:5px}.tooltip.bs-tooltip-auto[x-placement^=top],.tooltip.bs-tooltip-top{padding:5px 0}.tooltip.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.bs-tooltip-top .arrow{bottom:0}.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,.tooltip.bs-tooltip-top .arrow::before{margin-left:-3px;content:"";border-width:5px 5px 0;border-top-color:#000}.tooltip.bs-tooltip-auto[x-placement^=right],.tooltip.bs-tooltip-right{padding:0 5px}.tooltip.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.bs-tooltip-right .arrow{left:0}.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,.tooltip.bs-tooltip-right .arrow::before{margin-top:-3px;content:"";border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.bs-tooltip-auto[x-placement^=bottom],.tooltip.bs-tooltip-bottom{padding:5px 0}.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.bs-tooltip-bottom .arrow{top:0}.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.tooltip.bs-tooltip-bottom .arrow::before{margin-left:-3px;content:"";border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bs-tooltip-auto[x-placement^=left],.tooltip.bs-tooltip-left{padding:0 5px}.tooltip.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.bs-tooltip-left .arrow{right:0}.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,.tooltip.bs-tooltip-left .arrow::before{right:0;margin-top:-3px;content:"";border-width:5px 0 5px 5px;border-left-color:#000}.tooltip .arrow::before{position:absolute;border-color:transparent;border-style:solid}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;padding:1px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:10px;height:5px}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;border-color:transparent;border-style:solid}.popover .arrow::before{content:"";border-width:11px}.popover .arrow::after{content:"";border-width:11px}.popover.bs-popover-auto[x-placement^=top],.popover.bs-popover-top{margin-bottom:10px}.popover.bs-popover-auto[x-placement^=top] .arrow,.popover.bs-popover-top .arrow{bottom:0}.popover.bs-popover-auto[x-placement^=top] .arrow::after,.popover.bs-popover-auto[x-placement^=top] .arrow::before,.popover.bs-popover-top .arrow::after,.popover.bs-popover-top .arrow::before{border-bottom-width:0}.popover.bs-popover-auto[x-placement^=top] .arrow::before,.popover.bs-popover-top .arrow::before{bottom:-11px;margin-left:-6px;border-top-color:rgba(0,0,0,.25)}.popover.bs-popover-auto[x-placement^=top] .arrow::after,.popover.bs-popover-top .arrow::after{bottom:-10px;margin-left:-6px;border-top-color:#fff}.popover.bs-popover-auto[x-placement^=right],.popover.bs-popover-right{margin-left:10px}.popover.bs-popover-auto[x-placement^=right] .arrow,.popover.bs-popover-right .arrow{left:0}.popover.bs-popover-auto[x-placement^=right] .arrow::after,.popover.bs-popover-auto[x-placement^=right] .arrow::before,.popover.bs-popover-right .arrow::after,.popover.bs-popover-right .arrow::before{margin-top:-8px;border-left-width:0}.popover.bs-popover-auto[x-placement^=right] .arrow::before,.popover.bs-popover-right .arrow::before{left:-11px;border-right-color:rgba(0,0,0,.25)}.popover.bs-popover-auto[x-placement^=right] .arrow::after,.popover.bs-popover-right .arrow::after{left:-10px;border-right-color:#fff}.popover.bs-popover-auto[x-placement^=bottom],.popover.bs-popover-bottom{margin-top:10px}.popover.bs-popover-auto[x-placement^=bottom] .arrow,.popover.bs-popover-bottom .arrow{top:0}.popover.bs-popover-auto[x-placement^=bottom] .arrow::after,.popover.bs-popover-auto[x-placement^=bottom] .arrow::before,.popover.bs-popover-bottom .arrow::after,.popover.bs-popover-bottom .arrow::before{margin-left:-7px;border-top-width:0}.popover.bs-popover-auto[x-placement^=bottom] .arrow::before,.popover.bs-popover-bottom .arrow::before{top:-11px;border-bottom-color:rgba(0,0,0,.25)}.popover.bs-popover-auto[x-placement^=bottom] .arrow::after,.popover.bs-popover-bottom .arrow::after{top:-10px;border-bottom-color:#fff}.popover.bs-popover-auto[x-placement^=bottom] .popover-header::before,.popover.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:20px;margin-left:-10px;content:"";border-bottom:1px solid #f7f7f7}.popover.bs-popover-auto[x-placement^=left],.popover.bs-popover-left{margin-right:10px}.popover.bs-popover-auto[x-placement^=left] .arrow,.popover.bs-popover-left .arrow{right:0}.popover.bs-popover-auto[x-placement^=left] .arrow::after,.popover.bs-popover-auto[x-placement^=left] .arrow::before,.popover.bs-popover-left .arrow::after,.popover.bs-popover-left .arrow::before{margin-top:-8px;border-right-width:0}.popover.bs-popover-auto[x-placement^=left] .arrow::before,.popover.bs-popover-left .arrow::before{right:-11px;border-left-color:rgba(0,0,0,.25)}.popover.bs-popover-auto[x-placement^=left] .arrow::after,.popover.bs-popover-left .arrow::after{right:-10px;border-left-color:#fff}.popover-header{padding:8px 14px;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:9px 14px;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-ms-flex-align:center;align-items:center;width:100%;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.active.carousel-item-right,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;background-color:rgba(255,255,255,.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#868e96!important}a.bg-secondary:focus,a.bg-secondary:hover{background-color:#6c757d!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #e9ecef!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#868e96!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-circle{border-radius:50%}.rounded-0{border-radius:0}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.d-print-block{display:none!important}@media print{.d-print-block{display:block!important}}.d-print-inline{display:none!important}@media print{.d-print-inline{display:inline!important}}.d-print-inline-block{display:none!important}@media print{.d-print-inline-block{display:inline-block!important}}@media print{.d-print-none{display:none!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;-webkit-clip-path:none;clip-path:none}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mx-0{margin-right:0!important;margin-left:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.m-1{margin:.25rem!important}.mt-1{margin-top:.25rem!important}.mr-1{margin-right:.25rem!important}.mb-1{margin-bottom:.25rem!important}.ml-1{margin-left:.25rem!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-2{margin:.5rem!important}.mt-2{margin-top:.5rem!important}.mr-2{margin-right:.5rem!important}.mb-2{margin-bottom:.5rem!important}.ml-2{margin-left:.5rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-3{margin:1rem!important}.mt-3{margin-top:1rem!important}.mr-3{margin-right:1rem!important}.mb-3{margin-bottom:1rem!important}.ml-3{margin-left:1rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.m-4{margin:1.5rem!important}.mt-4{margin-top:1.5rem!important}.mr-4{margin-right:1.5rem!important}.mb-4{margin-bottom:1.5rem!important}.ml-4{margin-left:1.5rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-5{margin:3rem!important}.mt-5{margin-top:3rem!important}.mr-5{margin-right:3rem!important}.mb-5{margin-bottom:3rem!important}.ml-5{margin-left:3rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.p-0{padding:0!important}.pt-0{padding-top:0!important}.pr-0{padding-right:0!important}.pb-0{padding-bottom:0!important}.pl-0{padding-left:0!important}.px-0{padding-right:0!important;padding-left:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.p-1{padding:.25rem!important}.pt-1{padding-top:.25rem!important}.pr-1{padding-right:.25rem!important}.pb-1{padding-bottom:.25rem!important}.pl-1{padding-left:.25rem!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-2{padding:.5rem!important}.pt-2{padding-top:.5rem!important}.pr-2{padding-right:.5rem!important}.pb-2{padding-bottom:.5rem!important}.pl-2{padding-left:.5rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-3{padding:1rem!important}.pt-3{padding-top:1rem!important}.pr-3{padding-right:1rem!important}.pb-3{padding-bottom:1rem!important}.pl-3{padding-left:1rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.p-4{padding:1.5rem!important}.pt-4{padding-top:1.5rem!important}.pr-4{padding-right:1.5rem!important}.pb-4{padding-bottom:1.5rem!important}.pl-4{padding-left:1.5rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-5{padding:3rem!important}.pt-5{padding-top:3rem!important}.pr-5{padding-right:3rem!important}.pb-5{padding-bottom:3rem!important}.pl-5{padding-left:3rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.m-auto{margin:auto!important}.mt-auto{margin-top:auto!important}.mr-auto{margin-right:auto!important}.mb-auto{margin-bottom:auto!important}.ml-auto{margin-left:auto!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0{margin-top:0!important}.mr-sm-0{margin-right:0!important}.mb-sm-0{margin-bottom:0!important}.ml-sm-0{margin-left:0!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1{margin-top:.25rem!important}.mr-sm-1{margin-right:.25rem!important}.mb-sm-1{margin-bottom:.25rem!important}.ml-sm-1{margin-left:.25rem!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2{margin-top:.5rem!important}.mr-sm-2{margin-right:.5rem!important}.mb-sm-2{margin-bottom:.5rem!important}.ml-sm-2{margin-left:.5rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3{margin-top:1rem!important}.mr-sm-3{margin-right:1rem!important}.mb-sm-3{margin-bottom:1rem!important}.ml-sm-3{margin-left:1rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4{margin-top:1.5rem!important}.mr-sm-4{margin-right:1.5rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.ml-sm-4{margin-left:1.5rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5{margin-top:3rem!important}.mr-sm-5{margin-right:3rem!important}.mb-sm-5{margin-bottom:3rem!important}.ml-sm-5{margin-left:3rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0{padding-top:0!important}.pr-sm-0{padding-right:0!important}.pb-sm-0{padding-bottom:0!important}.pl-sm-0{padding-left:0!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1{padding-top:.25rem!important}.pr-sm-1{padding-right:.25rem!important}.pb-sm-1{padding-bottom:.25rem!important}.pl-sm-1{padding-left:.25rem!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2{padding-top:.5rem!important}.pr-sm-2{padding-right:.5rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pl-sm-2{padding-left:.5rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3{padding-top:1rem!important}.pr-sm-3{padding-right:1rem!important}.pb-sm-3{padding-bottom:1rem!important}.pl-sm-3{padding-left:1rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4{padding-top:1.5rem!important}.pr-sm-4{padding-right:1.5rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pl-sm-4{padding-left:1.5rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5{padding-top:3rem!important}.pr-sm-5{padding-right:3rem!important}.pb-sm-5{padding-bottom:3rem!important}.pl-sm-5{padding-left:3rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto{margin-top:auto!important}.mr-sm-auto{margin-right:auto!important}.mb-sm-auto{margin-bottom:auto!important}.ml-sm-auto{margin-left:auto!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0{margin-top:0!important}.mr-md-0{margin-right:0!important}.mb-md-0{margin-bottom:0!important}.ml-md-0{margin-left:0!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.m-md-1{margin:.25rem!important}.mt-md-1{margin-top:.25rem!important}.mr-md-1{margin-right:.25rem!important}.mb-md-1{margin-bottom:.25rem!important}.ml-md-1{margin-left:.25rem!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2{margin-top:.5rem!important}.mr-md-2{margin-right:.5rem!important}.mb-md-2{margin-bottom:.5rem!important}.ml-md-2{margin-left:.5rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3{margin-top:1rem!important}.mr-md-3{margin-right:1rem!important}.mb-md-3{margin-bottom:1rem!important}.ml-md-3{margin-left:1rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4{margin-top:1.5rem!important}.mr-md-4{margin-right:1.5rem!important}.mb-md-4{margin-bottom:1.5rem!important}.ml-md-4{margin-left:1.5rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5{margin-top:3rem!important}.mr-md-5{margin-right:3rem!important}.mb-md-5{margin-bottom:3rem!important}.ml-md-5{margin-left:3rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.p-md-0{padding:0!important}.pt-md-0{padding-top:0!important}.pr-md-0{padding-right:0!important}.pb-md-0{padding-bottom:0!important}.pl-md-0{padding-left:0!important}.px-md-0{padding-right:0!important;padding-left:0!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.p-md-1{padding:.25rem!important}.pt-md-1{padding-top:.25rem!important}.pr-md-1{padding-right:.25rem!important}.pb-md-1{padding-bottom:.25rem!important}.pl-md-1{padding-left:.25rem!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2{padding-top:.5rem!important}.pr-md-2{padding-right:.5rem!important}.pb-md-2{padding-bottom:.5rem!important}.pl-md-2{padding-left:.5rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3{padding-top:1rem!important}.pr-md-3{padding-right:1rem!important}.pb-md-3{padding-bottom:1rem!important}.pl-md-3{padding-left:1rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4{padding-top:1.5rem!important}.pr-md-4{padding-right:1.5rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pl-md-4{padding-left:1.5rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5{padding-top:3rem!important}.pr-md-5{padding-right:3rem!important}.pb-md-5{padding-bottom:3rem!important}.pl-md-5{padding-left:3rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto{margin-top:auto!important}.mr-md-auto{margin-right:auto!important}.mb-md-auto{margin-bottom:auto!important}.ml-md-auto{margin-left:auto!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0{margin-top:0!important}.mr-lg-0{margin-right:0!important}.mb-lg-0{margin-bottom:0!important}.ml-lg-0{margin-left:0!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1{margin-top:.25rem!important}.mr-lg-1{margin-right:.25rem!important}.mb-lg-1{margin-bottom:.25rem!important}.ml-lg-1{margin-left:.25rem!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2{margin-top:.5rem!important}.mr-lg-2{margin-right:.5rem!important}.mb-lg-2{margin-bottom:.5rem!important}.ml-lg-2{margin-left:.5rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3{margin-top:1rem!important}.mr-lg-3{margin-right:1rem!important}.mb-lg-3{margin-bottom:1rem!important}.ml-lg-3{margin-left:1rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4{margin-top:1.5rem!important}.mr-lg-4{margin-right:1.5rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.ml-lg-4{margin-left:1.5rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5{margin-top:3rem!important}.mr-lg-5{margin-right:3rem!important}.mb-lg-5{margin-bottom:3rem!important}.ml-lg-5{margin-left:3rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0{padding-top:0!important}.pr-lg-0{padding-right:0!important}.pb-lg-0{padding-bottom:0!important}.pl-lg-0{padding-left:0!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1{padding-top:.25rem!important}.pr-lg-1{padding-right:.25rem!important}.pb-lg-1{padding-bottom:.25rem!important}.pl-lg-1{padding-left:.25rem!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2{padding-top:.5rem!important}.pr-lg-2{padding-right:.5rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pl-lg-2{padding-left:.5rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3{padding-top:1rem!important}.pr-lg-3{padding-right:1rem!important}.pb-lg-3{padding-bottom:1rem!important}.pl-lg-3{padding-left:1rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4{padding-top:1.5rem!important}.pr-lg-4{padding-right:1.5rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pl-lg-4{padding-left:1.5rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5{padding-top:3rem!important}.pr-lg-5{padding-right:3rem!important}.pb-lg-5{padding-bottom:3rem!important}.pl-lg-5{padding-left:3rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto{margin-top:auto!important}.mr-lg-auto{margin-right:auto!important}.mb-lg-auto{margin-bottom:auto!important}.ml-lg-auto{margin-left:auto!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0{margin-top:0!important}.mr-xl-0{margin-right:0!important}.mb-xl-0{margin-bottom:0!important}.ml-xl-0{margin-left:0!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1{margin-top:.25rem!important}.mr-xl-1{margin-right:.25rem!important}.mb-xl-1{margin-bottom:.25rem!important}.ml-xl-1{margin-left:.25rem!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2{margin-top:.5rem!important}.mr-xl-2{margin-right:.5rem!important}.mb-xl-2{margin-bottom:.5rem!important}.ml-xl-2{margin-left:.5rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3{margin-top:1rem!important}.mr-xl-3{margin-right:1rem!important}.mb-xl-3{margin-bottom:1rem!important}.ml-xl-3{margin-left:1rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4{margin-top:1.5rem!important}.mr-xl-4{margin-right:1.5rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.ml-xl-4{margin-left:1.5rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5{margin-top:3rem!important}.mr-xl-5{margin-right:3rem!important}.mb-xl-5{margin-bottom:3rem!important}.ml-xl-5{margin-left:3rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0{padding-top:0!important}.pr-xl-0{padding-right:0!important}.pb-xl-0{padding-bottom:0!important}.pl-xl-0{padding-left:0!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1{padding-top:.25rem!important}.pr-xl-1{padding-right:.25rem!important}.pb-xl-1{padding-bottom:.25rem!important}.pl-xl-1{padding-left:.25rem!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2{padding-top:.5rem!important}.pr-xl-2{padding-right:.5rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pl-xl-2{padding-left:.5rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3{padding-top:1rem!important}.pr-xl-3{padding-right:1rem!important}.pb-xl-3{padding-bottom:1rem!important}.pl-xl-3{padding-left:1rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4{padding-top:1.5rem!important}.pr-xl-4{padding-right:1.5rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pl-xl-4{padding-left:1.5rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5{padding-top:3rem!important}.pr-xl-5{padding-right:3rem!important}.pb-xl-5{padding-bottom:3rem!important}.pl-xl-5{padding-left:3rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto{margin-top:auto!important}.mr-xl-auto{margin-right:auto!important}.mb-xl-auto{margin-bottom:auto!important}.ml-xl-auto{margin-left:auto!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-normal{font-weight:400}.font-weight-bold{font-weight:700}.font-italic{font-style:italic}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0062cc!important}.text-secondary{color:#868e96!important}a.text-secondary:focus,a.text-secondary:hover{color:#6c757d!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#1e7e34!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#117a8b!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#d39e00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#bd2130!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#dae0e5!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#1d2124!important}.text-muted{color:#868e96!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible!important}.invisible{visibility:hidden!important}
/*# sourceMappingURL=bootstrap.min.css.map */
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 29, 2017 */



@font-face {
    font-family: 'Theano Didot Regular';
    src: url('theanodidot-regular-webfont.eot');
    src: url('theanodidot-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('theanodidot-regular-webfont.woff2') format('woff2'),
         url('theanodidot-regular-webfont.woff') format('woff'),
         url('theanodidot-regular-webfont.ttf') format('truetype'),
         url('theanodidot-regular-webfont.svg#theano_didotregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Custom Preloader*/

body.preloader-running{
    overflow: hidden;
}
div#preloader {
    background: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

#status  {
     width: 300px;
     height: 300px;
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
 }
 #status img{
     width: 100%;
     height: auto;
 }
















 /* NAVIGATION */

 #cssmenu {
  position: relative;
  height: 44px;
  background: transparent;
  width: auto;
}
#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#cssmenu > ul {
  position: relative;
  display: block;
  background: transparent;
  width: 100%;
  z-index: 500;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu > ul > li.has-sub{
    height: 60px;
}
#cssmenu > ul > #menu-button {
  display: none;
}
#cssmenu ul li a {
  display: block;
  
  text-decoration: none;
}
#cssmenu > ul > li > a {
  /*font-size: 14px;
  font-weight: bold;
  
  color: #7a8189;
  text-transform: uppercase;*/
  padding: 15px 10px;
  /*-webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;*/
}
#cssmenu > ul > li:last-child > a{
    padding-right: 0px;
}
#cssmenu li.has-sub ul li a {
  opacity: 1 !important;
}

#cssmenu > ul > li:hover > a {
  /*color: #ffffff;*/
}
/*#cssmenu li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu > ul > li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 5px solid transparent;
  border-top-color: #7a8189;
}
#cssmenu > ul > li:hover::after {
  border-top-color: #ffffff;
}*/
#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: transparent;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: transparent;
  top: -12px;
  right: 100%;
  z-index: -2;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  box-shadow: 1px 0px 10px rgba(0,0,0,0.2);
  z-index: 1000;
}
#cssmenu ul ul ul {
  top: 37px;
  padding-left: 5px;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 60px;
  opacity: 1;
}

/*body.inner-page #cssmenu > ul > li:hover > ul {
  left: auto;
  top: 88px;
  opacity: 1;
}*/
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
  opacity: 1;
}
#cssmenu ul ul li:hover > ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul li:hover > ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}
#cssmenu ul ul li a {
  width: 180px;
  border-bottom: 1px solid #eeeeee;
  padding: 18px 20px;
  font-size: 12px;
  text-transform: uppercase;
  background: #ffffff;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu ul ul li:hover > a {
  /*background: #f2f2f2;*/
  color: #8c9195;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul::after {
  content: '';
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #ffffff;
  position: absolute;
  top: -12px;
  left: 30px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 30px;
}
#cssmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub::after {
  border-left-color: transparent;
  border-right-color: #9ea2a5;
  right: auto;
  left: 10px;
}
#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #ffffff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#cssmenu.align-right ul ul li.has-sub:hover::after {
  border-right-color: #ffffff;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: auto;
  }
  #cssmenu.align-center ul {
    text-align: left;
  }
  #cssmenu.align-right > ul > li {
    float: none;
  }
  #cssmenu ul {
    width: auto;
  }
  #cssmenu .submenuArrow,
  #cssmenu #indicatorContainer {
    display: none;
  }
  #cssmenu > ul {
    height: auto;
    display: block;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu li,
  #cssmenu > ul > li {
    display: none;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu ul > li:hover > ul,
  #cssmenu ul ul > li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul > li:hover > ul,
  #cssmenu.align-right ul ul > li:hover > ul {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    right: auto;
  }
  #cssmenu ul .has-sub::after {
    display: none;
  }
  #cssmenu ul li a {
    padding: 12px 20px;
  }
  #cssmenu ul ul li a {
    border: 0;
    background: none;
    width: auto;
    padding: 8px 35px;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu ul ul li:hover > a {
    background: none;
    color: #8c9195;
  }
  #cssmenu ul ul ul a {
    padding: 8px 50px;
  }
  #cssmenu ul ul ul ul a {
    padding: 8px 65px;
  }
  #cssmenu ul ul ul ul ul a {
    padding: 8px 80px;
  }
  #cssmenu ul ul ul ul ul ul a {
    padding: 8px 95px;
  }
  #cssmenu > ul > #menu-button {
    display: block;
    cursor: pointer;
  }
  #cssmenu #menu-button > a {
    padding: 14px 20px;
  }
  #cssmenu ul.open li,
  #cssmenu > ul.open > li {
    display: block;
  }
  #cssmenu > ul.open > li#menu-button > a {
    color: #fff;
    border-bottom: 1px solid rgba(150, 150, 150, 0.1);
  }
  #cssmenu ul ul::after {
    display: none;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #7a8189;
    border-bottom: 2px solid #7a8189;
    right: 20px;
    top: 15px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #7a8189;
    right: 20px;
    top: 25px;
  }
  #cssmenu ul.open #menu-button::after,
  #cssmenu ul.open #menu-button::before {
    border-color: #fff;
  }
}












/* Default tab style */


.tabs {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  
}

/* Nav */
.tabs nav {
  text-align: center;
}

.tabs nav ul {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  max-width: 1140px;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.tabs nav ul li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tabs nav a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5;
}
.tabs nav ul li svg, .tabs nav ul li img{
  width: 30px;
  height: auto;
  display: inline-block;
  margin-right: 10px;
  /*transform: translateY(10px);*/
}
.tabs nav ul li path{
  fill: #3E356A;
}

.tabs nav a svg + span {
  vertical-align: middle;
  font-size: 20px !important;
  transform: translateY(-10px);
  display: inline-block;
}

.tabs nav li.tab-current a {
  color: #74777b;
}

.tabs nav li.tab-current path {
  fill: #ffffff;
}

.tabs nav a:focus {
  outline: none;
}



/* Content */
.content-wrap {
  position: relative;
}

.content-wrap section {
  display: none;
  margin: 0 auto;
  padding: 3em;
  max-width: 1140px;
  
}

.content-wrap section.content-current {
  display: block;
  background-color: #f8f8f8;
}



/* Fallback */
.no-js .content-wrap section {
  display: block;
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(255,255,255,0.6);
}

.no-flexbox nav ul {
  display: block;
}

.no-flexbox nav ul li {
  min-width: 15%;
  display: inline-block;
}

@media screen and (max-width: 58em) {
  .tabs nav a.icon span {
    display: none;
  }
  .tabs nav a:before {
    margin-right: 0;
  }
}










/* Individual tab styles */

/*****************************/
/* Bar */
/*****************************/

.tabs-style-bar nav {
  background: rgba(40,44,42,0.05);
}

.tabs-style-bar nav ul {
  border: 4px solid transparent;
}

.tabs-style-bar nav ul li a {
  margin: 0 2px;
  background-color: #f7f7f7;
  color: #74777b;
  transition: background-color 0.2s, color 0.2s;
}

.tabs-style-bar nav ul li a:hover,
.tabs-style-bar nav ul li a:focus {
  color: #2CC185;
}

.tabs-style-bar nav ul li a span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 0.6em;
}

.tabs-style-bar nav ul li.tab-current a {
  background: #2CC185;
  color: #fff;
}

/*****************************/
/* Icon box */
/*****************************/

.tabs-style-iconbox nav {
  background: rgba(255,255,255,0.4);
}

.tabs-style-iconbox nav ul li a {
  overflow: visible;
  padding: 2em 0;
  line-height: 1;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-weight: 600;
  letter-spacing: 2px;
  color: #3E356A;
}

.tabs-style-iconbox nav ul li a span {
  font-weight: 700;
  font-size: 0.7em; 
}

.tabs-style-iconbox nav ul li.tab-current {
  z-index: 80;
}

.tabs-style-iconbox nav ul li.tab-current a {
  background: #6A1B9A;
  
  color: #ffffff;
}

.tabs-style-iconbox nav ul li.tab-current a::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px;
  border-top-color: #6A1B9A;
  content: '';
  pointer-events: none;
}



.tabs-style-iconbox .icon::before {
  display: block;
  margin: 0 0 0.25em 0;
}

/*****************************/
/* Underline */
/*****************************/

.tabs-style-underline nav {
  background: #fff;
}

.tabs-style-underline nav a {
  padding: 0.25em 0 0.5em;
  border-left: 1px solid #e7ecea;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.tabs-style-underline nav li:last-child a {
  border-right: 1px solid #e7ecea;
}

.tabs-style-underline nav li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #2CC185;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translate3d(0,150%,0);
  transform: translate3d(0,150%,0);
}

.tabs-style-underline nav li.tab-current a::after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.tabs-style-underline nav a span {
  font-weight: 700;
}

/*****************************/
/* Triangle and line */
/*****************************/

.tabs-style-linetriangle nav a {
  overflow: visible;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.tabs-style-linetriangle nav a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1em;
}

.tabs-style-linetriangle nav li.tab-current a:after, 
.tabs-style-linetriangle nav li.tab-current a:before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: '';
  pointer-events: none;
}

.tabs-style-linetriangle nav li.tab-current a:after {
  margin-left: -10px;
  border-width: 10px;
  border-top-color: #e7ecea;
}

.tabs-style-linetriangle nav li.tab-current a:before {
  margin-left: -11px;
  border-width: 11px;
  border-top-color: rgba(0,0,0,0.2);
}

@media screen and (max-width: 58em) {
  .tabs-style-linetriangle nav {
    font-size: 0.6em;
  }
}

/*****************************/
/* Top Line */
/*****************************/

.tabs-style-topline {
  max-width: 1200px;
}

.tabs-style-topline nav li {
  border: 1px solid rgba(40,44,42,0.1);
}

.tabs-style-topline nav li:not(:last-child) {
  border-right: none;
}

.tabs-style-topline nav li.tab-current {
  border-top-color: #2CC185;
  border-bottom: none;
}

.tabs-style-topline nav a {
  padding: 0.65em 0 0.5em;
  background: rgba(40,44,42,0.05);
  color: #74777b;
  line-height: 1;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.tabs-style-topline nav a:hover,
.tabs-style-topline nav a:focus {
  color: #2CC185;
}

.tabs-style-topline nav li.tab-current a {
  background: none;
  box-shadow: inset 0 3px 0 #2CC185;
  color: #2CC185;
}

.tabs-style-topline .icon::before {
  display: block;
  margin: 0;
}

.tabs-style-topline nav a span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 0.5em;
}

/*****************************/
/* Falling Icon, from http://vintageproductions.eu/grid/interactivity/ */ 
/*****************************/

.tabs-style-iconfall {
  overflow: visible;
}

.tabs-style-iconfall nav a {
  display: inline-block;
  overflow: visible;
  padding: 1em 0 2em;
  color: #74777b;
  line-height: 1;
  -webkit-transition: color 0.3s cubic-bezier(0.7,0,0.3,1); 
  transition: color 0.3s cubic-bezier(0.7,0,0.3,1);
}

.tabs-style-iconfall nav a:hover,
.tabs-style-iconfall nav a:focus,
.tabs-style-iconfall nav li.tab-current a {
  color: #2CC185;
}

.tabs-style-iconfall nav a span {
  font-weight: 700;
}

.tabs-style-iconfall nav li::before {
  position: absolute;
  bottom: 1em;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 4px;
  background: #2CC185;
  content: '';
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  -webkit-transform: scale3d(0,1,1);
  transform: scale3d(0,1,1);
}

.tabs-style-iconfall nav li.tab-current::before {
  opacity: 1;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}

.tabs-style-iconfall .icon::before {
  display: block;
  margin: 0 0 0.35em;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-transform: translate3d(0,-100px,0);
  transform: translate3d(0,-100px,0);
  pointer-events: none;
}

.tabs-style-iconfall nav li.tab-current .icon::before {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

@media screen and (max-width: 58em) {
  .tabs-style-iconfall nav li .icon::before {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

/*****************************/
/* Moving Line */
/*****************************/

.tabs-style-linemove nav {
  background: #fff;
}

.tabs-style-linemove nav li:last-child::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #2CC185;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

/* Move the line */
.tabs-style-linemove nav li:first-child.tab-current ~ li:last-child::before {
  -webkit-transform: translate3d(-400%,0,0);
  transform: translate3d(-400%,0,0);
}

.tabs-style-linemove nav li:nth-child(2).tab-current ~ li:last-child::before {
  -webkit-transform: translate3d(-300%,0,0);
  transform: translate3d(-300%,0,0);
}

.tabs-style-linemove nav li:nth-child(3).tab-current ~ li:last-child::before {
  -webkit-transform: translate3d(-200%,0,0);
  transform: translate3d(-200%,0,0);
}

.tabs-style-linemove nav li:nth-child(4).tab-current ~ li:last-child::before {
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.tabs-style-linemove nav a {
  padding: 1em 0;
  color: #74777b;
  line-height: 1;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s; 
  transition: color 0.3s, transform 0.3s;
}

.tabs-style-linemove nav li.tab-current a {
  color: #2CC185;
  -webkit-transform: translate3d(0,8px,0);
  transform: translate3d(0,8px,0);
}

.tabs-style-linemove nav a span {
  font-weight: 700;
}

/*****************************/
/* Line */
/*****************************/

.tabs-style-line nav ul {
  padding: 0 2em;
  max-width: none;
  box-shadow: inset 0 -2px #d1d3d2;
}

.tabs-style-line nav a {
  padding: 0.7em 0.4em;
  box-shadow: inset 0 -2px #d1d3d2;
  color: #74777b;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 0.8em;
  line-height: 1;
  -webkit-transition: color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, box-shadow 0.3s;
}

.tabs-style-line nav a:hover,
.tabs-style-line nav a:focus {
  box-shadow: inset 0 -2px #74777b;
}

.tabs-style-line nav li.tab-current a {
  box-shadow: inset 0 -2px #2CC185;
  color: #2CC185;
}

@media screen and (max-width: 58em) {
  .tabs-style-line nav ul {
    display: block;
    box-shadow: none;
  }
  .tabs-style-line nav ul li {
    display: block;
    -webkit-flex: none;
    flex: none;
  }
}

/*****************************/
/* Circle */
/*****************************/

.tabs-style-circle {
  overflow: visible;
}

.tabs-style-circle nav li::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -60px;
  width: 120px;
  height: 120px;
  border: 1px solid #2CC185;
  border-radius: 50%;
  content: '';
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
  transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

@media screen and (max-width: 58em) {
  .tabs-style-circle nav li::before {
    margin: -40px 0 0 -40px;
    width: 80px;
    height: 80px;
  }
}

.tabs-style-circle nav li.tab-current::before {
  opacity: 1;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}

.tabs-style-circle nav a {
  overflow: visible;
  color: #74777b;
  font-weight: 700;
  font-size: 0.9em;
  line-height: 1.1;
  -webkit-transition: color 0.3s cubic-bezier(0.7,0,0.3,1); 
  transition: color 0.3s cubic-bezier(0.7,0,0.3,1);
}

.tabs-style-circle nav a span {
  display: inline-block;
}

.tabs-style-circle nav a span,
.tabs-style-circle .icon::before {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7,0,0.3,1);
  transition: transform 0.3s cubic-bezier(0.7,0,0.3,1);
}

.tabs-style-circle nav a:hover,
.tabs-style-circle nav a:focus {
  color: #4a4a4b;
}

.tabs-style-circle nav li.tab-current a {
  color: #2CC185;
}

.tabs-style-circle nav li.tab-current a span {
  -webkit-transform: translate3d(0,4px,0);
  transform: translate3d(0,4px,0);
}

.tabs-style-circle .icon::before {
  display: block;
  margin: 0;
  pointer-events: none;
}

.tabs-style-circle nav li.tab-current .icon::before {
  -webkit-transform: translate3d(0,-4px,0);
  transform: translate3d(0,-4px,0);
}

/*****************************/
/* Shape */
/*****************************/

.tabs-style-shape {
  max-width: 1200px;
}

.tabs-style-shape nav ul li {
  margin: 0 3em;
}

.tabs-style-shape nav ul li:first-child {
  margin-left: 0;
}

.tabs-style-shape nav ul li.tab-current {
  z-index: 100;
}

.tabs-style-shape nav li a {
  overflow: visible;
  margin: 0 -3em 0 0;
  padding: 0;
  color: #fff;
  font-weight: 500;
}

.tabs-style-shape nav li:first-child a span {
  padding-left: 2em;
  border-radius: 30px 0 0 0;
}

.tabs-style-shape nav li:last-child a span {
  padding-right: 2em;
  border-radius: 0 30px 0 0;
}

.tabs-style-shape nav li a svg {
  position: absolute;
  left: 100%;
  margin: 0;
  width: 3em;
  height: 100%;
  fill: #bdc2c9;
}

.tabs-style-shape nav li a svg:nth-child(2),
.tabs-style-shape nav li:last-child a svg {
  right: 100%;
  left: auto;
  -webkit-transform: scale3d(-1,1,1);
  transform: scale3d(-1,1,1);
}

.tabs-style-shape nav li a span {
  display: block;
  overflow: hidden;
  padding: 0.65em 0;
  background-color: #bdc2c9;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tabs-style-shape nav li a:hover span {
  background-color: #2CC185;
}

.tabs-style-shape nav li a:hover svg {
  fill: #2CC185;
}

/* Make only shape clickable */
.tabs-style-shape nav li a svg {
  pointer-events: none;
}

.tabs-style-shape nav li a svg use {
  pointer-events: auto;
}

.tabs-style-shape nav li.tab-current a span,
.tabs-style-shape nav li.tab-current a svg {
  -webkit-transition: none;
  transition: none;
}

.tabs-style-shape nav li.tab-current a span {
  background: #fff;
}

.tabs-style-shape nav li.tab-current a svg {
  fill: #fff;
}

.tabs-style-shape .content-wrap {
  background: #fff;
}

@media screen and (max-width: 58em) {
  .tabs-style-shape nav ul {
    display: block;
    padding-top: 1.5em;
  }
  .tabs-style-shape nav ul li {
    display: block;
    margin: -1.25em 0 0;
    -webkit-flex: none;
    flex: none;
  }
  .tabs-style-shape nav ul li a {
    margin: 0;
  }
  .tabs-style-shape nav ul li svg {
    display: none;
  }
  .tabs-style-shape nav ul li a span {
    padding: 1.25em 0 2em !important;
    border-radius: 30px 30px 0 0 !important;
    box-shadow: 0 -1px 2px rgba(0,0,0,0.1);
    line-height: 1;
  }
  .tabs-style-shape nav ul li:last-child a span {
    padding: 1.25em 0 !important;
  }
  .tabs-style-shape nav ul li.tab-current {
    z-index: 1;
  }
}

/*****************************/
/* Line Box */
/*****************************/

.tabs-style-linebox nav ul li {
  margin: 0 0.5em;
  -webkit-flex: none;
  flex: none;
}

.tabs-style-linebox nav a {
  padding: 0 1.5em;
  color: #74777b;
  font-weight: 700;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.tabs-style-linebox nav a:hover,
.tabs-style-linebox nav a:focus {
  color: #2CC185;
}

.tabs-style-linebox nav li.tab-current a {
  color: #fff;
}

.tabs-style-linebox nav a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #d2d8d6;
  content: '';
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, transform 0.3s;
  -webkit-transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
  transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
  -webkit-transform: translate3d(0,100%,0) translate3d(0,-3px,0);
  transform: translate3d(0,100%,0) translate3d(0,-3px,0);
}

.tabs-style-linebox nav li.tab-current a::after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.tabs-style-linebox nav a:hover::after,
.tabs-style-linebox nav a:focus::after,
.tabs-style-linebox nav li.tab-current a::after {
  background: #2CC185;
}

@media screen and (max-width: 58em) {
  .tabs-style-linebox nav ul {
    display: block;
    box-shadow: none;
  }
  .tabs-style-linebox nav ul li {
    display: block;
    -webkit-flex: none;
    flex: none;
  }
}

/*****************************/
/* Flip */
/*****************************/

.tabs-style-flip {
  max-width: 1200px;
}

.tabs-style-flip nav a {
  padding: 0.5em 0;
  color: #2CC185;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.tabs-style-flip nav a:hover,
.tabs-style-flip nav a:focus,
.tabs-style-flip nav li.tab-current a {
  color: #74777b;
}

.tabs-style-flip nav a span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 0.625em;
}

.tabs-style-flip nav a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  content: '';
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  -webkit-transform: perspective(900px) rotate3d(1,0,0,90deg);
  transform: perspective(900px) rotate3d(1,0,0,90deg);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
}

.tabs-style-flip nav li.tab-current a::after {
  background-color: #fff;
  -webkit-transform: perspective(900px) rotate3d(1,0,0,0deg);
  transform: perspective(900px) rotate3d(1,0,0,0deg);
}

.tabs-style-flip .content-wrap {
  background: #fff;
}


/*****************************/
/* Fill up */
/*****************************/

.tabs-style-fillup nav ul li a {
  padding: 1.9em 0;
  border-right: 1px solid #2CC185;
  line-height: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tabs-style-fillup nav ul li:last-child a {
  border: none;
}

.tabs-style-fillup nav ul li.tab-current {
  z-index: 100;
}

.tabs-style-fillup nav ul li.tab-current a {
  color: #fff;
}

.tabs-style-fillup nav ul li a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  height: calc(100% + 1px);
  border: 1px solid #2CC185;
  background: #2CC185;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.tabs-style-fillup nav ul li.tab-current a::after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.tabs-style-fillup nav ul li a span,
.tabs-style-fillup .icon::before {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0,5px,0);
  transform: translate3d(0,5px,0);
}

.tabs-style-fillup nav ul li a span {
  display: block;
  font-weight: 700;
  font-size: 0.7em;
  line-height: 1.5;
}

.tabs-style-fillup .icon::before {
  display: block;
  margin: 0;
}

.tabs-style-fillup nav ul li.tab-current a span,
.tabs-style-fillup li.tab-current .icon::before {
  -webkit-transform: translate3d(0,-10px,0);
  transform: translate3d(0,-10px,0);
}


/*****************************/
/* Trapezoid, based on http://lea.verou.me/2013/10/slanted-tabs-with-css-3d-transforms/ */
/*****************************/ 

.tabs-style-tzoid {
  max-width: 1200px;
}

.tabs-style-tzoid nav {
  padding: 0 1em;
}

.tabs-style-tzoid nav ul li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tabs-style-tzoid nav ul li a {
  padding: 0 1.5em 0 0.3em;
  color: #0d9564;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

@media screen and (max-width: 54em) {
  .tabs-style-tzoid nav ul li a {
    padding: 0 0.5em 0 0.3em;
  }
}

.tabs-style-tzoid nav ul li a:hover,
.tabs-style-tzoid nav ul li a:focus {
  color: #fff;
}

.tabs-style-tzoid nav ul li.tab-current a,
.tabs-style-tzoid nav ul li.tab-current a:hover {
  color: #2CC185;
}

.tabs-style-tzoid nav ul li a span {
  font-weight: 500;
  font-size: 0.75em;
}

.tabs-style-tzoid nav ul li a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 10px 10px 0 0;
  background: #2CC185;
  box-shadow: inset 0 -3px 3px rgba(0,0,0,0.05);
  content: '';
  -webkit-transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
  transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tabs-style-tzoid nav ul li.tab-current a::after,
.tabs-style-tzoid .content-wrap {
  background: #fff;
  box-shadow: none;
}

/*****************************/
/* Circle fill */
/*****************************/

.tabs-style-circlefill {
  max-width: 700px;
  border: 1px solid #2CC185;
}

.tabs-style-circlefill nav ul li {
  overflow: hidden;
  border-right: 1px solid #2CC185;
}

.tabs-style-circlefill nav li a {
  padding: 1.5em 0;
  color: #fff;
  font-size: 1.25em;
}

.tabs-style-circlefill nav li:first-child {
  border-left: none;
}

.tabs-style-circlefill nav li:last-child {
  border: none;
}

.tabs-style-circlefill nav li::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  width: 80px;
  height: 80px;
  border: 1px solid #2CC185;
  border-radius: 50%;
  background: #2CC185;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.tabs-style-circlefill nav li.tab-current::before {
  -webkit-transform: scale3d(2.5,2.5,1);
  transform: scale3d(2.5,2.5,1);
}

.tabs-style-circlefill nav a {
  -webkit-transition: color 0.3s; 
  transition: color 0.3s;
}

.tabs-style-circlefill nav a span {
  display: none;
}

.tabs-style-circlefill nav li.tab-current a {
  color: #fff;
}

.tabs-style-circlefill .icon::before {
  display: block;
  margin: 0;
  pointer-events: none;
}

.tabs-style-circlefill .content-wrap {
  border-top: 1px solid #2CC185;
}

















/* TIMELINE STYLE */

.timeline-wrap .timeline{
  display: none;
}
.timeline-wrap .timeline:first-child{
  display: block;
}
.timeline .timeline-item:after, .timeline .timeline-item:before {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}



.timeline {
  width: 100%;
  margin: 30px auto;
  position: relative;
  padding: 0 10px;

}
.timeline:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #3E356A;
  left: 50%;
  top: 0;
  position: absolute;
}
.timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 50px;
  height: 1px;
  background: #3E356A;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  bottom: 0;
  border-radius: 5px;
}
.timeline .timeline-item {
  margin-bottom: 50px;
  position: relative;
}
.timeline .timeline-item .timeline-count {
  background-color: #FFF;
  border: #3E356A solid 1px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  margin-left: -23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.timeline .timeline-item .timeline-count h3 {
  position: relative;
  top: 10px;
  left: 0px;
}
.timeline .timeline-item .timeline-content {
  width: 45%;
  background: #fff;
  padding: 20px 0px;
  text-align: right;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.timeline .timeline-item .timeline-content h2 {
  font-size: 18px;
  line-height: 25px;
  padding: 0 30px;
  margin: -20px -20px 0 -20px;
  
}

.timeline .timeline-item .timeline-content.right {
  float: right;
  text-align: left;
}
.timeline .timeline-item .timeline-icon{
  width: 40%;
}
.timeline .timeline-item .timeline-icon.float-left{
  text-align: right;
}
.timeline .timeline-item .timeline-icon.float-right{
  text-align: left;
}
.timeline .timeline-item .timeline-icon img{
  width: 64px;
  max-width: 100%;
  height: auto;
}


@media screen and (max-width: 768px) {
  .timeline {
    margin: 30px;
    padding: 0px;
    width: 90%;
  }
  .timeline:before {
    left: 0;
  }
  .timeline .timeline-item .timeline-content {
    width: 90%;
    float: right;
  }
  .timeline .timeline-item .timeline-content:before, .timeline .timeline-item .timeline-content.right:before {
    left: 10%;
    margin-left: -6px;
    border-left: 0;
    border-right: 7px solid #ee4d4d;
  }
  .timeline .timeline-item .timeline-count {
    left: 0;
  }
}



















/* PRODUCT IMAGE GALLERY */
/* Needed for the lightbox */


/* CSS for the loading div */

.sp-loading {
  text-align: center;
  max-width: 270px;
  padding: 15px;
  border: 5px solid #eee;
  border-radius: 3px;
  font-size: 12px;
  color: #888;
}

/* Element wrapper */

.sp-wrap {
  display: none;
  line-height: 0;
  font-size: 0;
  
  border-radius: 3px;
  position: relative;
 
  float: left;
  /**************
    Set max-width to your thumbnail width
  ***************/
  
  width: 100%;
}

/* Thumbnails */

.sp-thumbs {
  text-align: left;
  display: inline-block;
}
.sp-thumbs img {
  min-height: 50px;
  min-width: 50px;
  max-width: 50px;
}
.sp-thumbs a{
  margin-right: 10px;
}
.sp-thumbs a:last-child{
  margin-right: 0px;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
  width: 100px;
  height: 100px;
  overflow: hidden;
  opacity: 1;
  display: inline-block;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.sp-thumbs a:hover {
  opacity: 1;
}

/* Styles for the currently selected thumbnail */

.sp-thumbs a:active, .sp-current {
  opacity: 1!important;
  position: relative;
}

/* Image currently being viewed */

.sp-large {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
}
.sp-large a img {
  max-width: 100%;
  /*width: 100%;*/
  height: auto;
}
.sp-large a {
  display: block;
}

/* Panning Zoomed Image */

.sp-zoom {
  position: absolute;
  left: -50%;
  top: -50%;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
  display: none;
}
/* Lightbox */

.sp-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, .9);
  z-index: 500;
  display: none;
  cursor: pointer;
}
.sp-lightbox img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
  border: 2px solid #fff;
}
#sp-prev, #sp-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 501;
  color: #fff;
  padding: 14px;
  text-decoration: none;
  background: #000;
  border-radius: 25px;
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  transition: .2s;
}
#sp-prev {
  left: 10px;
}
#sp-prev:before {
  content: '';
  border: 7px solid transparent;
  border-right: 15px solid #fff;
  position: absolute;
  top: 16px;
  left: 7px;
}
#sp-next {
  right: 10px;
}
#sp-next:before {
  content: '';
  border: 7px solid transparent;
  border-left: 15px solid white;
  position: absolute;
  top: 16px;
  left: 18px;
}
#sp-prev:hover, #sp-next:hover {
  background: #444;
}

/* Tweak styles for small viewports */

@media screen and (max-width: 400px) {
  .sp-wrap {
    margin: 0 0 15px 0;
  }
  #sp-prev, #sp-next {
    top: auto;
    margin-top: 0;
    bottom: 25px;
  }
}














#container {
  position: relative;
  left: 0;
  -webkit-transition: left 300ms ease;
  transition: left 300ms ease;
  display: inline-block;
  width: 100%;
}
#container #content {
  position: relative;
  width: 100%;
  background: #404040;
  z-index: 1;
  float: left;
  overflow: hidden;
}

.mobile-header .header-logo{
  height: 50px;
  width: auto;
}
#container #content .left-burger {
  position: relative;
  width: 50%;
  float: left;
  background: transparent;
  z-index: 100;
}
#container #content .left-burger h2 {
  position: relative;
  z-index: auto;
}
#container #content .left-burger .triangle {
  width: 0;
  height: 0;
  border-top: solid #f1f1f1;
  border-right: solid transparent;
  border-left: none;
  border-bottom: none;
  position: absolute;
}
#container #content .right-slider {
  position: relative;
  width: 50%;
  float: left;
  background: transparent;
}
#container #content .right-slider h2 {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

#main-nav {
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 999;
  display: inline-block;
  left: 0;
  top: 0;
}
#main-nav .logo {
  padding: 20px 50px;
  margin: 0;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  position: relative;
}
#main-nav #bun {
  position: fixed;
  cursor: pointer;
  right: 30px;
  top: 25px;
  
  width: 38px;
  height: 38px;
  
  
  overflow: hidden;
}
#main-nav #bun .mmm-burger {
  position: relative;
  width: 25px;
  margin: 18px 7px 0;
  height: 3px;
  background: #222;
}
#main-nav #bun .mmm-burger:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: #222;
  right: 0;
  top: -8px;
}
#main-nav #bun .mmm-burger:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: #222;
  right: 0;
  top: 8px;
}
#main-nav #bun:before {
  content: '';
  top: -10px;
  left: -45px;
  width: 30px;
  height: 75px;
  position: absolute;
  opacity: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  -webkit-transition: left 300ms linear 50ms, opacity 20ms linear;
  transition: left 300ms linear 50ms, opacity 20ms linear;
}
#main-nav #bun:hover:before {
  opacity: 1;
  left: 100px;
}

#sidebar {
  position: fixed;
  z-index: 999;
  height: 100%;
  width: 300px;
  background: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 0;
  left: -300px;
  top: 0;
  -webkit-transition: left 300ms ease;
  transition: left 300ms ease;
}
#sidebar #mobile-nav .mobile-logo {
  
  width: 100%;
  text-align: left;
  padding: 25px;
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity 1500ms ease;
  transition: opacity 1500ms ease;
}
#sidebar #mobile-nav .mobile-logo img{
  height: 50px;
  width: auto;
}
#sidebar #mobile-nav ul {
  margin: 0;
  padding: 4px 0;
  position: relative;
  
}
#sidebar #mobile-nav > ul{
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}

#sidebar #mobile-nav ul li{
  text-transform: uppercase;
}
#sidebar #mobile-nav ul .nav-item {
  position: relative;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
  float: left;
  list-style: none;
  width: 100%;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
  background: #FFF;
  border-top: 1px solid #ccc;
  
  overflow: hidden;
  cursor: pointer;
  -webkit-transform: scale(0.75, 0.75);
          transform: scale(0.75, 0.75);
  opacity: 0;
  -webkit-transition: left 300ms linear 2s, opacity 100ms ease-in 600ms;
  transition: left 300ms linear 2s, opacity 100ms ease-in 600ms;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.45, 1.8, 0.5, 0.75) 500ms;
  transition: -webkit-transform 0.3s cubic-bezier(0.45, 1.8, 0.5, 0.75) 500ms;
  transition: transform 0.3s cubic-bezier(0.45, 1.8, 0.5, 0.75) 500ms;
  transition: transform 0.3s cubic-bezier(0.45, 1.8, 0.5, 0.75) 500ms, -webkit-transform 0.3s cubic-bezier(0.45, 1.8, 0.5, 0.75) 500ms;
  -webkit-transition: border-top 40 ease 0ms, border-bottom 40 ease 0ms, box-shadow 150 ms ease-in;
  transition: border-top 40 ease 0ms, border-bottom 40 ease 0ms, box-shadow 150 ms ease-in;
}
#sidebar #mobile-nav ul .nav-item:last-child {
  border-bottom: 1px solid #ccc;
}
#sidebar #mobile-nav ul .nav-item:hover {
  box-shadow: 0 0px 12px 3px rgba(0,0,0,0.05);
  z-index: 100;
}
#sidebar #mobile-nav ul .nav-item:hover:after {
  color: #fff;
}
#sidebar #mobile-nav ul .nav-item h3 {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  
  padding: 15px 25px;
  margin: 0;
  
}
#sidebar #mobile-nav ul .nav-item:first-child {
  
  margin: 0;
}
#sidebar #mobile-nav ul .nav-item:first-child:hover {
  
}
#sidebar #mobile-nav ul .nav-item:last-child {
  
}
#sidebar #mobile-nav ul .nav-item:last-child:hover {
  
}
#sidebar #mobile-nav ul .sub-nav {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  
}
#sidebar #mobile-nav ul .sub-nav .sub-nav-item {
  position: relative;
  float: left;
  list-style: none;
  width: 100%;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  overflow: hidden;
  cursor: pointer;
  
  border-bottom: 1px solid #CCC;
}
#sidebar #mobile-nav ul .sub-nav .sub-nav-item:hover {
  background: rgba(0, 0, 0, 0.05);
}
#sidebar #mobile-nav ul .sub-nav .sub-nav-item:hover h4 {
  color: #333;
}
#sidebar #mobile-nav ul .sub-nav .sub-nav-item h4 {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  padding: 11px 20px 10px 40px;
  margin: 0;
  
}
#sidebar #mobile-nav ul .sub-nav .sub-nav-item:first-child {
  border-top: 1px solid #CCC;
}
#sidebar #mobile-nav ul .sub-nav .sub-nav-item:last-child {
  border-bottom: none;
}

.nav-slide {
  left: 0 !important;
}
.nav-slide #mobile-nav .mobile-logo {
  opacity: 1 !important;
}

.body-slide {
  left: 300px !important;
}
.body-slide #main-nav .logo {
  opacity: 0 !important;
}

.item-slide {
  -webkit-transform: scale(1, 1) !important;
          transform: scale(1, 1) !important;
  opacity: 1 !important;
}

.scroll-jam {
  height: 100%;
  overflow-y: hidden;
}

.arrowed:after {
  content: '+';
  width: 50px;
  height: 50px;
  position: absolute;
  color: #333 !important;
  right: 0px;
  padding-right: 15px;
  padding-bottom: 15px;
  font-size: 26px;
  top: 2px;
  text-align: right;
}

.selected {
  box-shadow: 0 0px 12px 3px rgba(0,0,0,0.05) !important;
}
.selected:after {
  content: "-";
  
}

@charset "UTF-8";/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/@font-face{font-family:"Ionicons";src:url("../fonts/ionicons.eot?v=2.0.0");src:url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"),url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"),url("../fonts/ionicons.woff?v=2.0.0") format("woff"),url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");font-weight:normal;font-style:normal}.ion,.ionicons,.ion-alert:before,.ion-alert-circled:before,.ion-android-add:before,.ion-android-add-circle:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done:before,.ion-android-done-all:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite:before,.ion-android-favorite-outline:before,.ion-android-film:before,.ion-android-folder:before,.ion-android-folder-open:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone:before,.ion-android-microphone-off:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person:before,.ion-android-person-add:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove:before,.ion-android-remove-circle:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share:before,.ion-android-share-alt:before,.ion-android-star:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace:before,.ion-backspace-outline:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox:before,.ion-chatbox-working:before,.ion-chatboxes:before,.ion-chatbubble:before,.ion-chatbubble-working:before,.ion-chatbubbles:before,.ion-checkmark:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close:before,.ion-close-circled:before,.ion-close-round:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code:before,.ion-code-download:before,.ion-code-working:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document:before,.ion-document-text:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email:before,.ion-email-unread:before,.ion-erlenmeyer-flask:before,.ion-erlenmeyer-flask-bubbles:before,.ion-eye:before,.ion-eye-disabled:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash:before,.ion-flash-off:before,.ion-folder:before,.ion-fork:before,.ion-fork-repo:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy:before,.ion-happy-outline:before,.ion-headphone:before,.ion-heart:before,.ion-heart-broken:before,.ion-help:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information:before,.ion-information-circled:before,.ion-ionic:before,.ion-ios-alarm:before,.ion-ios-alarm-outline:before,.ion-ios-albums:before,.ion-ios-albums-outline:before,.ion-ios-americanfootball:before,.ion-ios-americanfootball-outline:before,.ion-ios-analytics:before,.ion-ios-analytics-outline:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-at-outline:before,.ion-ios-barcode:before,.ion-ios-barcode-outline:before,.ion-ios-baseball:before,.ion-ios-baseball-outline:before,.ion-ios-basketball:before,.ion-ios-basketball-outline:before,.ion-ios-bell:before,.ion-ios-bell-outline:before,.ion-ios-body:before,.ion-ios-body-outline:before,.ion-ios-bolt:before,.ion-ios-bolt-outline:before,.ion-ios-book:before,.ion-ios-book-outline:before,.ion-ios-bookmarks:before,.ion-ios-bookmarks-outline:before,.ion-ios-box:before,.ion-ios-box-outline:before,.ion-ios-briefcase:before,.ion-ios-briefcase-outline:before,.ion-ios-browsers:before,.ion-ios-browsers-outline:before,.ion-ios-calculator:before,.ion-ios-calculator-outline:before,.ion-ios-calendar:before,.ion-ios-calendar-outline:before,.ion-ios-camera:before,.ion-ios-camera-outline:before,.ion-ios-cart:before,.ion-ios-cart-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatbubble:before,.ion-ios-chatbubble-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock:before,.ion-ios-clock-outline:before,.ion-ios-close:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-download:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-outline:before,.ion-ios-cog:before,.ion-ios-cog-outline:before,.ion-ios-color-filter:before,.ion-ios-color-filter-outline:before,.ion-ios-color-wand:before,.ion-ios-color-wand-outline:before,.ion-ios-compose:before,.ion-ios-compose-outline:before,.ion-ios-contact:before,.ion-ios-contact-outline:before,.ion-ios-copy:before,.ion-ios-copy-outline:before,.ion-ios-crop:before,.ion-ios-crop-strong:before,.ion-ios-download:before,.ion-ios-download-outline:before,.ion-ios-drag:before,.ion-ios-email:before,.ion-ios-email-outline:before,.ion-ios-eye:before,.ion-ios-eye-outline:before,.ion-ios-fastforward:before,.ion-ios-fastforward-outline:before,.ion-ios-filing:before,.ion-ios-filing-outline:before,.ion-ios-film:before,.ion-ios-film-outline:before,.ion-ios-flag:before,.ion-ios-flag-outline:before,.ion-ios-flame:before,.ion-ios-flame-outline:before,.ion-ios-flask:before,.ion-ios-flask-outline:before,.ion-ios-flower:before,.ion-ios-flower-outline:before,.ion-ios-folder:before,.ion-ios-folder-outline:before,.ion-ios-football:before,.ion-ios-football-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-b:before,.ion-ios-game-controller-b-outline:before,.ion-ios-gear:before,.ion-ios-gear-outline:before,.ion-ios-glasses:before,.ion-ios-glasses-outline:before,.ion-ios-grid-view:before,.ion-ios-grid-view-outline:before,.ion-ios-heart:before,.ion-ios-heart-outline:before,.ion-ios-help:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-home:before,.ion-ios-home-outline:before,.ion-ios-infinite:before,.ion-ios-infinite-outline:before,.ion-ios-information:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-ionic-outline:before,.ion-ios-keypad:before,.ion-ios-keypad-outline:before,.ion-ios-lightbulb:before,.ion-ios-lightbulb-outline:before,.ion-ios-list:before,.ion-ios-list-outline:before,.ion-ios-location:before,.ion-ios-location-outline:before,.ion-ios-locked:before,.ion-ios-locked-outline:before,.ion-ios-loop:before,.ion-ios-loop-strong:before,.ion-ios-medical:before,.ion-ios-medical-outline:before,.ion-ios-medkit:before,.ion-ios-medkit-outline:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-minus:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-monitor:before,.ion-ios-monitor-outline:before,.ion-ios-moon:before,.ion-ios-moon-outline:before,.ion-ios-more:before,.ion-ios-more-outline:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-navigate-outline:before,.ion-ios-nutrition:before,.ion-ios-nutrition-outline:before,.ion-ios-paper:before,.ion-ios-paper-outline:before,.ion-ios-paperplane:before,.ion-ios-paperplane-outline:before,.ion-ios-partlysunny:before,.ion-ios-partlysunny-outline:before,.ion-ios-pause:before,.ion-ios-pause-outline:before,.ion-ios-paw:before,.ion-ios-paw-outline:before,.ion-ios-people:before,.ion-ios-people-outline:before,.ion-ios-person:before,.ion-ios-person-outline:before,.ion-ios-personadd:before,.ion-ios-personadd-outline:before,.ion-ios-photos:before,.ion-ios-photos-outline:before,.ion-ios-pie:before,.ion-ios-pie-outline:before,.ion-ios-pint:before,.ion-ios-pint-outline:before,.ion-ios-play:before,.ion-ios-play-outline:before,.ion-ios-plus:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetags:before,.ion-ios-pricetags-outline:before,.ion-ios-printer:before,.ion-ios-printer-outline:before,.ion-ios-pulse:before,.ion-ios-pulse-strong:before,.ion-ios-rainy:before,.ion-ios-rainy-outline:before,.ion-ios-recording:before,.ion-ios-recording-outline:before,.ion-ios-redo:before,.ion-ios-redo-outline:before,.ion-ios-refresh:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-reload:before,.ion-ios-reverse-camera:before,.ion-ios-reverse-camera-outline:before,.ion-ios-rewind:before,.ion-ios-rewind-outline:before,.ion-ios-rose:before,.ion-ios-rose-outline:before,.ion-ios-search:before,.ion-ios-search-strong:before,.ion-ios-settings:before,.ion-ios-settings-strong:before,.ion-ios-shuffle:before,.ion-ios-shuffle-strong:before,.ion-ios-skipbackward:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipforward:before,.ion-ios-skipforward-outline:before,.ion-ios-snowy:before,.ion-ios-speedometer:before,.ion-ios-speedometer-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stopwatch:before,.ion-ios-stopwatch-outline:before,.ion-ios-sunny:before,.ion-ios-sunny-outline:before,.ion-ios-telephone:before,.ion-ios-telephone-outline:before,.ion-ios-tennisball:before,.ion-ios-tennisball-outline:before,.ion-ios-thunderstorm:before,.ion-ios-thunderstorm-outline:before,.ion-ios-time:before,.ion-ios-time-outline:before,.ion-ios-timer:before,.ion-ios-timer-outline:before,.ion-ios-toggle:before,.ion-ios-toggle-outline:before,.ion-ios-trash:before,.ion-ios-trash-outline:before,.ion-ios-undo:before,.ion-ios-undo-outline:before,.ion-ios-unlocked:before,.ion-ios-unlocked-outline:before,.ion-ios-upload:before,.ion-ios-upload-outline:before,.ion-ios-videocam:before,.ion-ios-videocam-outline:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass:before,.ion-ios-wineglass-outline:before,.ion-ios-world:before,.ion-ios-world-outline:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon:before,.ion-navicon-round:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person:before,.ion-person-add:before,.ion-person-stalker:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-reply:before,.ion-reply-all:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad:before,.ion-sad-outline:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android:before,.ion-social-android-outline:before,.ion-social-angular:before,.ion-social-angular-outline:before,.ion-social-apple:before,.ion-social-apple-outline:before,.ion-social-bitcoin:before,.ion-social-bitcoin-outline:before,.ion-social-buffer:before,.ion-social-buffer-outline:before,.ion-social-chrome:before,.ion-social-chrome-outline:before,.ion-social-codepen:before,.ion-social-codepen-outline:before,.ion-social-css3:before,.ion-social-css3-outline:before,.ion-social-designernews:before,.ion-social-designernews-outline:before,.ion-social-dribbble:before,.ion-social-dribbble-outline:before,.ion-social-dropbox:before,.ion-social-dropbox-outline:before,.ion-social-euro:before,.ion-social-euro-outline:before,.ion-social-facebook:before,.ion-social-facebook-outline:before,.ion-social-foursquare:before,.ion-social-foursquare-outline:before,.ion-social-freebsd-devil:before,.ion-social-github:before,.ion-social-github-outline:before,.ion-social-google:before,.ion-social-google-outline:before,.ion-social-googleplus:before,.ion-social-googleplus-outline:before,.ion-social-hackernews:before,.ion-social-hackernews-outline:before,.ion-social-html5:before,.ion-social-html5-outline:before,.ion-social-instagram:before,.ion-social-instagram-outline:before,.ion-social-javascript:before,.ion-social-javascript-outline:before,.ion-social-linkedin:before,.ion-social-linkedin-outline:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest:before,.ion-social-pinterest-outline:before,.ion-social-python:before,.ion-social-reddit:before,.ion-social-reddit-outline:before,.ion-social-rss:before,.ion-social-rss-outline:before,.ion-social-sass:before,.ion-social-skype:before,.ion-social-skype-outline:before,.ion-social-snapchat:before,.ion-social-snapchat-outline:before,.ion-social-tumblr:before,.ion-social-tumblr-outline:before,.ion-social-tux:before,.ion-social-twitch:before,.ion-social-twitch-outline:before,.ion-social-twitter:before,.ion-social-twitter-outline:before,.ion-social-usd:before,.ion-social-usd-outline:before,.ion-social-vimeo:before,.ion-social-vimeo-outline:before,.ion-social-whatsapp:before,.ion-social-whatsapp-outline:before,.ion-social-windows:before,.ion-social-windows-outline:before,.ion-social-wordpress:before,.ion-social-wordpress-outline:before,.ion-social-yahoo:before,.ion-social-yahoo-outline:before,.ion-social-yen:before,.ion-social-yen-outline:before,.ion-social-youtube:before,.ion-social-youtube-outline:before,.ion-soup-can:before,.ion-soup-can-outline:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle:before,.ion-toggle-filled:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt:before,.ion-tshirt-outline:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-alert:before{content:"\f101"}.ion-alert-circled:before{content:"\f100"}.ion-android-add:before{content:"\f2c7"}.ion-android-add-circle:before{content:"\f359"}.ion-android-alarm-clock:before{content:"\f35a"}.ion-android-alert:before{content:"\f35b"}.ion-android-apps:before{content:"\f35c"}.ion-android-archive:before{content:"\f2c9"}.ion-android-arrow-back:before{content:"\f2ca"}.ion-android-arrow-down:before{content:"\f35d"}.ion-android-arrow-dropdown:before{content:"\f35f"}.ion-android-arrow-dropdown-circle:before{content:"\f35e"}.ion-android-arrow-dropleft:before{content:"\f361"}.ion-android-arrow-dropleft-circle:before{content:"\f360"}.ion-android-arrow-dropright:before{content:"\f363"}.ion-android-arrow-dropright-circle:before{content:"\f362"}.ion-android-arrow-dropup:before{content:"\f365"}.ion-android-arrow-dropup-circle:before{content:"\f364"}.ion-android-arrow-forward:before{content:"\f30f"}.ion-android-arrow-up:before{content:"\f366"}.ion-android-attach:before{content:"\f367"}.ion-android-bar:before{content:"\f368"}.ion-android-bicycle:before{content:"\f369"}.ion-android-boat:before{content:"\f36a"}.ion-android-bookmark:before{content:"\f36b"}.ion-android-bulb:before{content:"\f36c"}.ion-android-bus:before{content:"\f36d"}.ion-android-calendar:before{content:"\f2d1"}.ion-android-call:before{content:"\f2d2"}.ion-android-camera:before{content:"\f2d3"}.ion-android-cancel:before{content:"\f36e"}.ion-android-car:before{content:"\f36f"}.ion-android-cart:before{content:"\f370"}.ion-android-chat:before{content:"\f2d4"}.ion-android-checkbox:before{content:"\f374"}.ion-android-checkbox-blank:before{content:"\f371"}.ion-android-checkbox-outline:before{content:"\f373"}.ion-android-checkbox-outline-blank:before{content:"\f372"}.ion-android-checkmark-circle:before{content:"\f375"}.ion-android-clipboard:before{content:"\f376"}.ion-android-close:before{content:"\f2d7"}.ion-android-cloud:before{content:"\f37a"}.ion-android-cloud-circle:before{content:"\f377"}.ion-android-cloud-done:before{content:"\f378"}.ion-android-cloud-outline:before{content:"\f379"}.ion-android-color-palette:before{content:"\f37b"}.ion-android-compass:before{content:"\f37c"}.ion-android-contact:before{content:"\f2d8"}.ion-android-contacts:before{content:"\f2d9"}.ion-android-contract:before{content:"\f37d"}.ion-android-create:before{content:"\f37e"}.ion-android-delete:before{content:"\f37f"}.ion-android-desktop:before{content:"\f380"}.ion-android-document:before{content:"\f381"}.ion-android-done:before{content:"\f383"}.ion-android-done-all:before{content:"\f382"}.ion-android-download:before{content:"\f2dd"}.ion-android-drafts:before{content:"\f384"}.ion-android-exit:before{content:"\f385"}.ion-android-expand:before{content:"\f386"}.ion-android-favorite:before{content:"\f388"}.ion-android-favorite-outline:before{content:"\f387"}.ion-android-film:before{content:"\f389"}.ion-android-folder:before{content:"\f2e0"}.ion-android-folder-open:before{content:"\f38a"}.ion-android-funnel:before{content:"\f38b"}.ion-android-globe:before{content:"\f38c"}.ion-android-hand:before{content:"\f2e3"}.ion-android-hangout:before{content:"\f38d"}.ion-android-happy:before{content:"\f38e"}.ion-android-home:before{content:"\f38f"}.ion-android-image:before{content:"\f2e4"}.ion-android-laptop:before{content:"\f390"}.ion-android-list:before{content:"\f391"}.ion-android-locate:before{content:"\f2e9"}.ion-android-lock:before{content:"\f392"}.ion-android-mail:before{content:"\f2eb"}.ion-android-map:before{content:"\f393"}.ion-android-menu:before{content:"\f394"}.ion-android-microphone:before{content:"\f2ec"}.ion-android-microphone-off:before{content:"\f395"}.ion-android-more-horizontal:before{content:"\f396"}.ion-android-more-vertical:before{content:"\f397"}.ion-android-navigate:before{content:"\f398"}.ion-android-notifications:before{content:"\f39b"}.ion-android-notifications-none:before{content:"\f399"}.ion-android-notifications-off:before{content:"\f39a"}.ion-android-open:before{content:"\f39c"}.ion-android-options:before{content:"\f39d"}.ion-android-people:before{content:"\f39e"}.ion-android-person:before{content:"\f3a0"}.ion-android-person-add:before{content:"\f39f"}.ion-android-phone-landscape:before{content:"\f3a1"}.ion-android-phone-portrait:before{content:"\f3a2"}.ion-android-pin:before{content:"\f3a3"}.ion-android-plane:before{content:"\f3a4"}.ion-android-playstore:before{content:"\f2f0"}.ion-android-print:before{content:"\f3a5"}.ion-android-radio-button-off:before{content:"\f3a6"}.ion-android-radio-button-on:before{content:"\f3a7"}.ion-android-refresh:before{content:"\f3a8"}.ion-android-remove:before{content:"\f2f4"}.ion-android-remove-circle:before{content:"\f3a9"}.ion-android-restaurant:before{content:"\f3aa"}.ion-android-sad:before{content:"\f3ab"}.ion-android-search:before{content:"\f2f5"}.ion-android-send:before{content:"\f2f6"}.ion-android-settings:before{content:"\f2f7"}.ion-android-share:before{content:"\f2f8"}.ion-android-share-alt:before{content:"\f3ac"}.ion-android-star:before{content:"\f2fc"}.ion-android-star-half:before{content:"\f3ad"}.ion-android-star-outline:before{content:"\f3ae"}.ion-android-stopwatch:before{content:"\f2fd"}.ion-android-subway:before{content:"\f3af"}.ion-android-sunny:before{content:"\f3b0"}.ion-android-sync:before{content:"\f3b1"}.ion-android-textsms:before{content:"\f3b2"}.ion-android-time:before{content:"\f3b3"}.ion-android-train:before{content:"\f3b4"}.ion-android-unlock:before{content:"\f3b5"}.ion-android-upload:before{content:"\f3b6"}.ion-android-volume-down:before{content:"\f3b7"}.ion-android-volume-mute:before{content:"\f3b8"}.ion-android-volume-off:before{content:"\f3b9"}.ion-android-volume-up:before{content:"\f3ba"}.ion-android-walk:before{content:"\f3bb"}.ion-android-warning:before{content:"\f3bc"}.ion-android-watch:before{content:"\f3bd"}.ion-android-wifi:before{content:"\f305"}.ion-aperture:before{content:"\f313"}.ion-archive:before{content:"\f102"}.ion-arrow-down-a:before{content:"\f103"}.ion-arrow-down-b:before{content:"\f104"}.ion-arrow-down-c:before{content:"\f105"}.ion-arrow-expand:before{content:"\f25e"}.ion-arrow-graph-down-left:before{content:"\f25f"}.ion-arrow-graph-down-right:before{content:"\f260"}.ion-arrow-graph-up-left:before{content:"\f261"}.ion-arrow-graph-up-right:before{content:"\f262"}.ion-arrow-left-a:before{content:"\f106"}.ion-arrow-left-b:before{content:"\f107"}.ion-arrow-left-c:before{content:"\f108"}.ion-arrow-move:before{content:"\f263"}.ion-arrow-resize:before{content:"\f264"}.ion-arrow-return-left:before{content:"\f265"}.ion-arrow-return-right:before{content:"\f266"}.ion-arrow-right-a:before{content:"\f109"}.ion-arrow-right-b:before{content:"\f10a"}.ion-arrow-right-c:before{content:"\f10b"}.ion-arrow-shrink:before{content:"\f267"}.ion-arrow-swap:before{content:"\f268"}.ion-arrow-up-a:before{content:"\f10c"}.ion-arrow-up-b:before{content:"\f10d"}.ion-arrow-up-c:before{content:"\f10e"}.ion-asterisk:before{content:"\f314"}.ion-at:before{content:"\f10f"}.ion-backspace:before{content:"\f3bf"}.ion-backspace-outline:before{content:"\f3be"}.ion-bag:before{content:"\f110"}.ion-battery-charging:before{content:"\f111"}.ion-battery-empty:before{content:"\f112"}.ion-battery-full:before{content:"\f113"}.ion-battery-half:before{content:"\f114"}.ion-battery-low:before{content:"\f115"}.ion-beaker:before{content:"\f269"}.ion-beer:before{content:"\f26a"}.ion-bluetooth:before{content:"\f116"}.ion-bonfire:before{content:"\f315"}.ion-bookmark:before{content:"\f26b"}.ion-bowtie:before{content:"\f3c0"}.ion-briefcase:before{content:"\f26c"}.ion-bug:before{content:"\f2be"}.ion-calculator:before{content:"\f26d"}.ion-calendar:before{content:"\f117"}.ion-camera:before{content:"\f118"}.ion-card:before{content:"\f119"}.ion-cash:before{content:"\f316"}.ion-chatbox:before{content:"\f11b"}.ion-chatbox-working:before{content:"\f11a"}.ion-chatboxes:before{content:"\f11c"}.ion-chatbubble:before{content:"\f11e"}.ion-chatbubble-working:before{content:"\f11d"}.ion-chatbubbles:before{content:"\f11f"}.ion-checkmark:before{content:"\f122"}.ion-checkmark-circled:before{content:"\f120"}.ion-checkmark-round:before{content:"\f121"}.ion-chevron-down:before{content:"\f123"}.ion-chevron-left:before{content:"\f124"}.ion-chevron-right:before{content:"\f125"}.ion-chevron-up:before{content:"\f126"}.ion-clipboard:before{content:"\f127"}.ion-clock:before{content:"\f26e"}.ion-close:before{content:"\f12a"}.ion-close-circled:before{content:"\f128"}.ion-close-round:before{content:"\f129"}.ion-closed-captioning:before{content:"\f317"}.ion-cloud:before{content:"\f12b"}.ion-code:before{content:"\f271"}.ion-code-download:before{content:"\f26f"}.ion-code-working:before{content:"\f270"}.ion-coffee:before{content:"\f272"}.ion-compass:before{content:"\f273"}.ion-compose:before{content:"\f12c"}.ion-connection-bars:before{content:"\f274"}.ion-contrast:before{content:"\f275"}.ion-crop:before{content:"\f3c1"}.ion-cube:before{content:"\f318"}.ion-disc:before{content:"\f12d"}.ion-document:before{content:"\f12f"}.ion-document-text:before{content:"\f12e"}.ion-drag:before{content:"\f130"}.ion-earth:before{content:"\f276"}.ion-easel:before{content:"\f3c2"}.ion-edit:before{content:"\f2bf"}.ion-egg:before{content:"\f277"}.ion-eject:before{content:"\f131"}.ion-email:before{content:"\f132"}.ion-email-unread:before{content:"\f3c3"}.ion-erlenmeyer-flask:before{content:"\f3c5"}.ion-erlenmeyer-flask-bubbles:before{content:"\f3c4"}.ion-eye:before{content:"\f133"}.ion-eye-disabled:before{content:"\f306"}.ion-female:before{content:"\f278"}.ion-filing:before{content:"\f134"}.ion-film-marker:before{content:"\f135"}.ion-fireball:before{content:"\f319"}.ion-flag:before{content:"\f279"}.ion-flame:before{content:"\f31a"}.ion-flash:before{content:"\f137"}.ion-flash-off:before{content:"\f136"}.ion-folder:before{content:"\f139"}.ion-fork:before{content:"\f27a"}.ion-fork-repo:before{content:"\f2c0"}.ion-forward:before{content:"\f13a"}.ion-funnel:before{content:"\f31b"}.ion-gear-a:before{content:"\f13d"}.ion-gear-b:before{content:"\f13e"}.ion-grid:before{content:"\f13f"}.ion-hammer:before{content:"\f27b"}.ion-happy:before{content:"\f31c"}.ion-happy-outline:before{content:"\f3c6"}.ion-headphone:before{content:"\f140"}.ion-heart:before{content:"\f141"}.ion-heart-broken:before{content:"\f31d"}.ion-help:before{content:"\f143"}.ion-help-buoy:before{content:"\f27c"}.ion-help-circled:before{content:"\f142"}.ion-home:before{content:"\f144"}.ion-icecream:before{content:"\f27d"}.ion-image:before{content:"\f147"}.ion-images:before{content:"\f148"}.ion-information:before{content:"\f14a"}.ion-information-circled:before{content:"\f149"}.ion-ionic:before{content:"\f14b"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-alarm-outline:before{content:"\f3c7"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-albums-outline:before{content:"\f3c9"}.ion-ios-americanfootball:before{content:"\f3cc"}.ion-ios-americanfootball-outline:before{content:"\f3cb"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-analytics-outline:before{content:"\f3cd"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-left:before{content:"\f3d2"}.ion-ios-arrow-right:before{content:"\f3d3"}.ion-ios-arrow-thin-down:before{content:"\f3d4"}.ion-ios-arrow-thin-left:before{content:"\f3d5"}.ion-ios-arrow-thin-right:before{content:"\f3d6"}.ion-ios-arrow-thin-up:before{content:"\f3d7"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-at-outline:before{content:"\f3d9"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-barcode-outline:before{content:"\f3db"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-baseball-outline:before{content:"\f3dd"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-basketball-outline:before{content:"\f3df"}.ion-ios-bell:before{content:"\f3e2"}.ion-ios-bell-outline:before{content:"\f3e1"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-body-outline:before{content:"\f3e3"}.ion-ios-bolt:before{content:"\f3e6"}.ion-ios-bolt-outline:before{content:"\f3e5"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-book-outline:before{content:"\f3e7"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bookmarks-outline:before{content:"\f3e9"}.ion-ios-box:before{content:"\f3ec"}.ion-ios-box-outline:before{content:"\f3eb"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-briefcase-outline:before{content:"\f3ed"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-browsers-outline:before{content:"\f3ef"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calculator-outline:before{content:"\f3f1"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-calendar-outline:before{content:"\f3f3"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-camera-outline:before{content:"\f3f5"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cart-outline:before{content:"\f3f7"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatboxes-outline:before{content:"\f3f9"}.ion-ios-chatbubble:before{content:"\f3fc"}.ion-ios-chatbubble-outline:before{content:"\f3fb"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-empty:before{content:"\f3fd"}.ion-ios-checkmark-outline:before{content:"\f3fe"}.ion-ios-circle-filled:before{content:"\f400"}.ion-ios-circle-outline:before{content:"\f401"}.ion-ios-clock:before{content:"\f403"}.ion-ios-clock-outline:before{content:"\f402"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-empty:before{content:"\f404"}.ion-ios-close-outline:before{content:"\f405"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-download-outline:before{content:"\f407"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloud-upload-outline:before{content:"\f40a"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-cloudy-night-outline:before{content:"\f40d"}.ion-ios-cloudy-outline:before{content:"\f40f"}.ion-ios-cog:before{content:"\f412"}.ion-ios-cog-outline:before{content:"\f411"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-filter-outline:before{content:"\f413"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-color-wand-outline:before{content:"\f415"}.ion-ios-compose:before{content:"\f418"}.ion-ios-compose-outline:before{content:"\f417"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contact-outline:before{content:"\f419"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-copy-outline:before{content:"\f41b"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-crop-strong:before{content:"\f41d"}.ion-ios-download:before{content:"\f420"}.ion-ios-download-outline:before{content:"\f41f"}.ion-ios-drag:before{content:"\f421"}.ion-ios-email:before{content:"\f423"}.ion-ios-email-outline:before{content:"\f422"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-outline:before{content:"\f424"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-fastforward-outline:before{content:"\f426"}.ion-ios-filing:before{content:"\f429"}.ion-ios-filing-outline:before{content:"\f428"}.ion-ios-film:before{content:"\f42b"}.ion-ios-film-outline:before{content:"\f42a"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flag-outline:before{content:"\f42c"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flame-outline:before{content:"\f42e"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flask-outline:before{content:"\f430"}.ion-ios-flower:before{content:"\f433"}.ion-ios-flower-outline:before{content:"\f432"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-outline:before{content:"\f434"}.ion-ios-football:before{content:"\f437"}.ion-ios-football-outline:before{content:"\f436"}.ion-ios-game-controller-a:before{content:"\f439"}.ion-ios-game-controller-a-outline:before{content:"\f438"}.ion-ios-game-controller-b:before{content:"\f43b"}.ion-ios-game-controller-b-outline:before{content:"\f43a"}.ion-ios-gear:before{content:"\f43d"}.ion-ios-gear-outline:before{content:"\f43c"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-glasses-outline:before{content:"\f43e"}.ion-ios-grid-view:before{content:"\f441"}.ion-ios-grid-view-outline:before{content:"\f440"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-outline:before{content:"\f442"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-empty:before{content:"\f444"}.ion-ios-help-outline:before{content:"\f445"}.ion-ios-home:before{content:"\f448"}.ion-ios-home-outline:before{content:"\f447"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-infinite-outline:before{content:"\f449"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-empty:before{content:"\f44b"}.ion-ios-information-outline:before{content:"\f44c"}.ion-ios-ionic-outline:before{content:"\f44e"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-keypad-outline:before{content:"\f44f"}.ion-ios-lightbulb:before{content:"\f452"}.ion-ios-lightbulb-outline:before{content:"\f451"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-outline:before{content:"\f453"}.ion-ios-location:before{content:"\f456"}.ion-ios-location-outline:before{content:"\f455"}.ion-ios-locked:before{content:"\f458"}.ion-ios-locked-outline:before{content:"\f457"}.ion-ios-loop:before{content:"\f45a"}.ion-ios-loop-strong:before{content:"\f459"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medical-outline:before{content:"\f45b"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-medkit-outline:before{content:"\f45d"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-mic-outline:before{content:"\f460"}.ion-ios-minus:before{content:"\f464"}.ion-ios-minus-empty:before{content:"\f462"}.ion-ios-minus-outline:before{content:"\f463"}.ion-ios-monitor:before{content:"\f466"}.ion-ios-monitor-outline:before{content:"\f465"}.ion-ios-moon:before{content:"\f468"}.ion-ios-moon-outline:before{content:"\f467"}.ion-ios-more:before{content:"\f46a"}.ion-ios-more-outline:before{content:"\f469"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-navigate-outline:before{content:"\f46d"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-nutrition-outline:before{content:"\f46f"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-outline:before{content:"\f471"}.ion-ios-paperplane:before{content:"\f474"}.ion-ios-paperplane-outline:before{content:"\f473"}.ion-ios-partlysunny:before{content:"\f476"}.ion-ios-partlysunny-outline:before{content:"\f475"}.ion-ios-pause:before{content:"\f478"}.ion-ios-pause-outline:before{content:"\f477"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-paw-outline:before{content:"\f479"}.ion-ios-people:before{content:"\f47c"}.ion-ios-people-outline:before{content:"\f47b"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-outline:before{content:"\f47d"}.ion-ios-personadd:before{content:"\f480"}.ion-ios-personadd-outline:before{content:"\f47f"}.ion-ios-photos:before{content:"\f482"}.ion-ios-photos-outline:before{content:"\f481"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pie-outline:before{content:"\f483"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pint-outline:before{content:"\f485"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-outline:before{content:"\f487"}.ion-ios-plus:before{content:"\f48b"}.ion-ios-plus-empty:before{content:"\f489"}.ion-ios-plus-outline:before{content:"\f48a"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetag-outline:before{content:"\f48c"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-pricetags-outline:before{content:"\f48e"}.ion-ios-printer:before{content:"\f491"}.ion-ios-printer-outline:before{content:"\f490"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-pulse-strong:before{content:"\f492"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-rainy-outline:before{content:"\f494"}.ion-ios-recording:before{content:"\f497"}.ion-ios-recording-outline:before{content:"\f496"}.ion-ios-redo:before{content:"\f499"}.ion-ios-redo-outline:before{content:"\f498"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-empty:before{content:"\f49a"}.ion-ios-refresh-outline:before{content:"\f49b"}.ion-ios-reload:before{content:"\f49d"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-reverse-camera-outline:before{content:"\f49e"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-rewind-outline:before{content:"\f4a0"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-rose-outline:before{content:"\f4a2"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-search-strong:before{content:"\f4a4"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-settings-strong:before{content:"\f4a6"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-shuffle-strong:before{content:"\f4a8"}.ion-ios-skipbackward:before{content:"\f4ab"}.ion-ios-skipbackward-outline:before{content:"\f4aa"}.ion-ios-skipforward:before{content:"\f4ad"}.ion-ios-skipforward-outline:before{content:"\f4ac"}.ion-ios-snowy:before{content:"\f4ae"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-speedometer-outline:before{content:"\f4af"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-stopwatch-outline:before{content:"\f4b4"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-sunny-outline:before{content:"\f4b6"}.ion-ios-telephone:before{content:"\f4b9"}.ion-ios-telephone-outline:before{content:"\f4b8"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-tennisball-outline:before{content:"\f4ba"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-thunderstorm-outline:before{content:"\f4bc"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-time-outline:before{content:"\f4be"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-timer-outline:before{content:"\f4c0"}.ion-ios-toggle:before{content:"\f4c3"}.ion-ios-toggle-outline:before{content:"\f4c2"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trash-outline:before{content:"\f4c4"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-undo-outline:before{content:"\f4c6"}.ion-ios-unlocked:before{content:"\f4c9"}.ion-ios-unlocked-outline:before{content:"\f4c8"}.ion-ios-upload:before{content:"\f4cb"}.ion-ios-upload-outline:before{content:"\f4ca"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-videocam-outline:before{content:"\f4cc"}.ion-ios-volume-high:before{content:"\f4ce"}.ion-ios-volume-low:before{content:"\f4cf"}.ion-ios-wineglass:before{content:"\f4d1"}.ion-ios-wineglass-outline:before{content:"\f4d0"}.ion-ios-world:before{content:"\f4d3"}.ion-ios-world-outline:before{content:"\f4d2"}.ion-ipad:before{content:"\f1f9"}.ion-iphone:before{content:"\f1fa"}.ion-ipod:before{content:"\f1fb"}.ion-jet:before{content:"\f295"}.ion-key:before{content:"\f296"}.ion-knife:before{content:"\f297"}.ion-laptop:before{content:"\f1fc"}.ion-leaf:before{content:"\f1fd"}.ion-levels:before{content:"\f298"}.ion-lightbulb:before{content:"\f299"}.ion-link:before{content:"\f1fe"}.ion-load-a:before{content:"\f29a"}.ion-load-b:before{content:"\f29b"}.ion-load-c:before{content:"\f29c"}.ion-load-d:before{content:"\f29d"}.ion-location:before{content:"\f1ff"}.ion-lock-combination:before{content:"\f4d4"}.ion-locked:before{content:"\f200"}.ion-log-in:before{content:"\f29e"}.ion-log-out:before{content:"\f29f"}.ion-loop:before{content:"\f201"}.ion-magnet:before{content:"\f2a0"}.ion-male:before{content:"\f2a1"}.ion-man:before{content:"\f202"}.ion-map:before{content:"\f203"}.ion-medkit:before{content:"\f2a2"}.ion-merge:before{content:"\f33f"}.ion-mic-a:before{content:"\f204"}.ion-mic-b:before{content:"\f205"}.ion-mic-c:before{content:"\f206"}.ion-minus:before{content:"\f209"}.ion-minus-circled:before{content:"\f207"}.ion-minus-round:before{content:"\f208"}.ion-model-s:before{content:"\f2c1"}.ion-monitor:before{content:"\f20a"}.ion-more:before{content:"\f20b"}.ion-mouse:before{content:"\f340"}.ion-music-note:before{content:"\f20c"}.ion-navicon:before{content:"\f20e"}.ion-navicon-round:before{content:"\f20d"}.ion-navigate:before{content:"\f2a3"}.ion-network:before{content:"\f341"}.ion-no-smoking:before{content:"\f2c2"}.ion-nuclear:before{content:"\f2a4"}.ion-outlet:before{content:"\f342"}.ion-paintbrush:before{content:"\f4d5"}.ion-paintbucket:before{content:"\f4d6"}.ion-paper-airplane:before{content:"\f2c3"}.ion-paperclip:before{content:"\f20f"}.ion-pause:before{content:"\f210"}.ion-person:before{content:"\f213"}.ion-person-add:before{content:"\f211"}.ion-person-stalker:before{content:"\f212"}.ion-pie-graph:before{content:"\f2a5"}.ion-pin:before{content:"\f2a6"}.ion-pinpoint:before{content:"\f2a7"}.ion-pizza:before{content:"\f2a8"}.ion-plane:before{content:"\f214"}.ion-planet:before{content:"\f343"}.ion-play:before{content:"\f215"}.ion-playstation:before{content:"\f30a"}.ion-plus:before{content:"\f218"}.ion-plus-circled:before{content:"\f216"}.ion-plus-round:before{content:"\f217"}.ion-podium:before{content:"\f344"}.ion-pound:before{content:"\f219"}.ion-power:before{content:"\f2a9"}.ion-pricetag:before{content:"\f2aa"}.ion-pricetags:before{content:"\f2ab"}.ion-printer:before{content:"\f21a"}.ion-pull-request:before{content:"\f345"}.ion-qr-scanner:before{content:"\f346"}.ion-quote:before{content:"\f347"}.ion-radio-waves:before{content:"\f2ac"}.ion-record:before{content:"\f21b"}.ion-refresh:before{content:"\f21c"}.ion-reply:before{content:"\f21e"}.ion-reply-all:before{content:"\f21d"}.ion-ribbon-a:before{content:"\f348"}.ion-ribbon-b:before{content:"\f349"}.ion-sad:before{content:"\f34a"}.ion-sad-outline:before{content:"\f4d7"}.ion-scissors:before{content:"\f34b"}.ion-search:before{content:"\f21f"}.ion-settings:before{content:"\f2ad"}.ion-share:before{content:"\f220"}.ion-shuffle:before{content:"\f221"}.ion-skip-backward:before{content:"\f222"}.ion-skip-forward:before{content:"\f223"}.ion-social-android:before{content:"\f225"}.ion-social-android-outline:before{content:"\f224"}.ion-social-angular:before{content:"\f4d9"}.ion-social-angular-outline:before{content:"\f4d8"}.ion-social-apple:before{content:"\f227"}.ion-social-apple-outline:before{content:"\f226"}.ion-social-bitcoin:before{content:"\f2af"}.ion-social-bitcoin-outline:before{content:"\f2ae"}.ion-social-buffer:before{content:"\f229"}.ion-social-buffer-outline:before{content:"\f228"}.ion-social-chrome:before{content:"\f4db"}.ion-social-chrome-outline:before{content:"\f4da"}.ion-social-codepen:before{content:"\f4dd"}.ion-social-codepen-outline:before{content:"\f4dc"}.ion-social-css3:before{content:"\f4df"}.ion-social-css3-outline:before{content:"\f4de"}.ion-social-designernews:before{content:"\f22b"}.ion-social-designernews-outline:before{content:"\f22a"}.ion-social-dribbble:before{content:"\f22d"}.ion-social-dribbble-outline:before{content:"\f22c"}.ion-social-dropbox:before{content:"\f22f"}.ion-social-dropbox-outline:before{content:"\f22e"}.ion-social-euro:before{content:"\f4e1"}.ion-social-euro-outline:before{content:"\f4e0"}.ion-social-facebook:before{content:"\f231"}.ion-social-facebook-outline:before{content:"\f230"}.ion-social-foursquare:before{content:"\f34d"}.ion-social-foursquare-outline:before{content:"\f34c"}.ion-social-freebsd-devil:before{content:"\f2c4"}.ion-social-github:before{content:"\f233"}.ion-social-github-outline:before{content:"\f232"}.ion-social-google:before{content:"\f34f"}.ion-social-google-outline:before{content:"\f34e"}.ion-social-googleplus:before{content:"\f235"}.ion-social-googleplus-outline:before{content:"\f234"}.ion-social-hackernews:before{content:"\f237"}.ion-social-hackernews-outline:before{content:"\f236"}.ion-social-html5:before{content:"\f4e3"}.ion-social-html5-outline:before{content:"\f4e2"}.ion-social-instagram:before{content:"\f351"}.ion-social-instagram-outline:before{content:"\f350"}.ion-social-javascript:before{content:"\f4e5"}.ion-social-javascript-outline:before{content:"\f4e4"}.ion-social-linkedin:before{content:"\f239"}.ion-social-linkedin-outline:before{content:"\f238"}.ion-social-markdown:before{content:"\f4e6"}.ion-social-nodejs:before{content:"\f4e7"}.ion-social-octocat:before{content:"\f4e8"}.ion-social-pinterest:before{content:"\f2b1"}.ion-social-pinterest-outline:before{content:"\f2b0"}.ion-social-python:before{content:"\f4e9"}.ion-social-reddit:before{content:"\f23b"}.ion-social-reddit-outline:before{content:"\f23a"}.ion-social-rss:before{content:"\f23d"}.ion-social-rss-outline:before{content:"\f23c"}.ion-social-sass:before{content:"\f4ea"}.ion-social-skype:before{content:"\f23f"}.ion-social-skype-outline:before{content:"\f23e"}.ion-social-snapchat:before{content:"\f4ec"}.ion-social-snapchat-outline:before{content:"\f4eb"}.ion-social-tumblr:before{content:"\f241"}.ion-social-tumblr-outline:before{content:"\f240"}.ion-social-tux:before{content:"\f2c5"}.ion-social-twitch:before{content:"\f4ee"}.ion-social-twitch-outline:before{content:"\f4ed"}.ion-social-twitter:before{content:"\f243"}.ion-social-twitter-outline:before{content:"\f242"}.ion-social-usd:before{content:"\f353"}.ion-social-usd-outline:before{content:"\f352"}.ion-social-vimeo:before{content:"\f245"}.ion-social-vimeo-outline:before{content:"\f244"}.ion-social-whatsapp:before{content:"\f4f0"}.ion-social-whatsapp-outline:before{content:"\f4ef"}.ion-social-windows:before{content:"\f247"}.ion-social-windows-outline:before{content:"\f246"}.ion-social-wordpress:before{content:"\f249"}.ion-social-wordpress-outline:before{content:"\f248"}.ion-social-yahoo:before{content:"\f24b"}.ion-social-yahoo-outline:before{content:"\f24a"}.ion-social-yen:before{content:"\f4f2"}.ion-social-yen-outline:before{content:"\f4f1"}.ion-social-youtube:before{content:"\f24d"}.ion-social-youtube-outline:before{content:"\f24c"}.ion-soup-can:before{content:"\f4f4"}.ion-soup-can-outline:before{content:"\f4f3"}.ion-speakerphone:before{content:"\f2b2"}.ion-speedometer:before{content:"\f2b3"}.ion-spoon:before{content:"\f2b4"}.ion-star:before{content:"\f24e"}.ion-stats-bars:before{content:"\f2b5"}.ion-steam:before{content:"\f30b"}.ion-stop:before{content:"\f24f"}.ion-thermometer:before{content:"\f2b6"}.ion-thumbsdown:before{content:"\f250"}.ion-thumbsup:before{content:"\f251"}.ion-toggle:before{content:"\f355"}.ion-toggle-filled:before{content:"\f354"}.ion-transgender:before{content:"\f4f5"}.ion-trash-a:before{content:"\f252"}.ion-trash-b:before{content:"\f253"}.ion-trophy:before{content:"\f356"}.ion-tshirt:before{content:"\f4f7"}.ion-tshirt-outline:before{content:"\f4f6"}.ion-umbrella:before{content:"\f2b7"}.ion-university:before{content:"\f357"}.ion-unlocked:before{content:"\f254"}.ion-upload:before{content:"\f255"}.ion-usb:before{content:"\f2b8"}.ion-videocamera:before{content:"\f256"}.ion-volume-high:before{content:"\f257"}.ion-volume-low:before{content:"\f258"}.ion-volume-medium:before{content:"\f259"}.ion-volume-mute:before{content:"\f25a"}.ion-wand:before{content:"\f358"}.ion-waterdrop:before{content:"\f25b"}.ion-wifi:before{content:"\f25c"}.ion-wineglass:before{content:"\f2b9"}.ion-woman:before{content:"\f25d"}.ion-wrench:before{content:"\f2ba"}.ion-xbox:before{content:"\f30c"}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
@charset"UTF-8";.mb_YTPBar,.mb_YTPBar span.mb_YTPUrl a{color:#fff}@font-face{font-family:ytpregular;src:url(font/ytp-regular.eot)}@font-face{font-family:ytpregular;src:url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA5sABEAAAAAFCAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcZ9iuNUdERUYAAAGcAAAAHQAAACAAdAAET1MvMgAAAbwAAABJAAAAYHUMUrFjbWFwAAACCAAAAKkAAAGKn5XycWN2dCAAAAK0AAAANgAAADYNLQohZnBnbQAAAuwAAAGxAAACZVO0L6dnYXNwAAAEoAAAAAgAAAAIAAAAEGdseWYAAASoAAAGVQAAB4jz86dSaGVhZAAACwAAAAAzAAAANgbKONpoaGVhAAALNAAAACAAAAAkESQLXGhtdHgAAAtUAAAAVAAAARxOmwVwbG9jYQAAC6gAAAAjAAAAkFoEXRRtYXhwAAALzAAAACAAAAAgAWoB625hbWUAAAvsAAAA+wAAAeok3Eb+cG9zdAAADOgAAADAAAABN99tv1lwcmVwAAANqAAAALkAAAFY3I6ikndlYmYAAA5kAAAABgAAAAbHMlGnAAAAAQAAAADMPaLPAAAAAM3Nk7QAAAAAzc13sXjaY2BkYGDgA2IJBhBgYmAEQjcgZgHzGAAHTAB5AAAAeNpjYGbZwDiBgZWBhdWY5SwDA8MsCM10liGNKQ3IB0rBASMDEgj1DvdjcGDgfcDAlvYPqJJVldEZpoZVkuUZkFJgYAQAUUULewAAAHjaY2BgYGaAYBkGRgYQaAHyGMF8FoYMIC3GIAAUYQOyeBkUGKIYqhgWKHAp6CvEP2D4/x+sAyTuyJAIFGeAizP+//r/8f/D//f+n/HA8oHo/WcKblDzsQBGoOkwSUYmIMGErgDiRLyAhZWNnYOTi5uHl49fQFBIWERUTFxCUkpaRhYiLyevoKikrKKqpq6hqaWto6unb2BoZGxiambOQF1gQZYuAIQnH4IAAAAAAAAAAAABegEnAHEAswC9AOAA5QD+ARcBIwBdAHIBtgBcAGAAZgByAI8AogErAbIAUwBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaTZVrbBxXFcfvufNe72Nmdx77tmfHO2N76117784OTr154YAbR7RQuUQhttoSuXZKFQVKKYqgiFJAgkpIkVClIn8opSomjXY3VHHTFldEIYpay1hR+ID4Bha27FoIEQGpd8Idu4lY7c6eOfee//2f3+zeizAaQwif4iYRgwRUbgGqjLYFNvVxtcVzfxltM5iGqMUEaS5ItwU+vTPahiBPFFMpmoo5hnv8XnjFn+Um7/xmjF1GCLHoPf+fgsUVEYcSKIcGkYbaWYxKLZ3bgGa50qpACQ0NeyYoYILaDTqpurUK2FZBUYlJY8ukEc0egLpbo+kY8O/BQcx2dvwP2Fh6/Q+Gl19fyroubHmer7rpjHllPZ/NKB+tp2/4/TzxSx0zo/74uUY29vJZOEHIfng4lzz7cjyXzn/jJwqCwCOLdj2iPSP3F/hUAHF3v+Cviee5DIqhJDLRACLoPGpHECq1M7Sd5iDZ/W6zQW8mu9Ecql7SI6xYaiOpnxCydwPNWqWJ/tSSjY1mqtqU5ZYNpWal2pJiGy0XSi1bVuKX1Fyh1GuMoJYeUeJvy/GEVbTpfTOjHJRVzUim0tlcwekbKD1QrgR5M97OV8nIyMjQsKPUEKWGNEVFFBwqEs/yHMEVFMM1PIc4FhiWQVxHcxjD0zzXEkgbmHe5G1eA9T955453xd+B9tbpi6vj10+fvj6+evH0Fju7vPDU5szVY8euzmw+tXABv7kEov/v33WOv+v/C8LG9M2xD19/EquzCyuHVuY6R25Obz35+odw4NDKwuzWHAK86q9x21wKYYQkjFeZ3M5f/TUmw6Qo12P+38Wf0zEZpVABlVANfQu1owHXXMD1AdIyQhvNgeou2b1LAuhAkVwyExRps/ppAE230qrTX1MrEVXil5W4qlm9thMAMpR2MtVHAbXMnBJvZ8oVGjdZ5XK6u6cwNExqdNJ9dnm4D+8eIeYeM7hH0b3H9bcQuczdeH75ef+TxTveO/5tuDK2Mrs5d+HmzQtzm7MrbP6ZqxMrrz2+vf34aysTV5+5iN9YhMi51W93Tiz5/wFp+ujy/MntGXx+dfrjqflrO788Ob989MaMP716+Nr8FOpCjbvnw032BUrm82gKfQc10SJaAwwZGINHEUrksaEndI3XCppBavWaU7Nrda/u7QfPsnmBF1ReK4NjCxbkgVRJdW/MdmiyjHkhCgKvGkrNq+uGngPLUDXVioJTcGxONWguENOIYmkq1lQqaDu2q1AqKi6qRh6CN0uqhlkn1WIwt1Z3FTqH6lt2kWLkqZpQ2F1H4D3X1CzFUkCp1R8EVaeKGr3mgXpyd3OKZTcgioMi3qImqA2FaFSYrkHd7BYESnSMdqAx1HNgg/6pG0Bo95RAGehqoNAuaRHR90wGdXyJtkAJ1DxSDVQCfS8ocui+EohqagNjFroniyLAOYbBgvSQxuXxiUSCGQXReJBnjafhbf6xBs8P9ZclLLJdTJfdL3bLRsgd50Nf52P7JIWjInYqFuZhUGErucF0Qj/zNJtPGArDz7EYFi0chvSpw8C/mJRgRVLfgrEf7RvowhyjJ3JPfPlX/h8N/6fZryX7bh/pJsPj4QLX9Ra89NL3QQkljmOqnognU6HcxKkoI/JsaJ8cDcfCqZAMC2cfFeSoHu+WFEmWzIQqx8PVmCThSFqPKqLIsgxJx0QYZt1iocjgfrPbjIoiltkXxzxTlE5FVTL1zb7YmTOSzXGiEBU0ZgHzXexjd9HklDtTc2P7iR4/Wmqk/jGhfZXjZW1bYFVp3y01G+ocrh/K9VST3+05OUsaEnAYGKZRfWIpDQaXT2Ej2/vCl1S5nNe7jHq5eCAlM7rOpFx8PP1Zf/NzCUdkpXjUhHmdfdi/Xv31D6WccPAIDjNMmPnBzC+ErAipZzPf++LkQyGRhTDEpCNkbmLpz8892zmE3+8swq1YODIqf2Z7lO8RdJHn7RS8kpY6r0qhAg7xXIHnhViu+zBDbhcx16UOfGVgaGkoXe6LhwS+h7NgSa+vR7ESZvPyq6VUqN+SC0ZSTPm3oETGoxGIh/p60w3naIyJ/Gywf9CMnnAemR3524hT5DErxOwBhR55COMw3e+u0T0tOEsR0JMx+NBHftD/AJ+D/f7v/TW+9t+P+Bo9e/7vNYz+By6FsKkAAAB42mNgZGBgYGRwbI8IWhzPb/OVQZ6DAQTOni3fCKP/+/x7yrOBNRTI5WBgAokCAG3mDbAAeNpjYGRgYFX9t5eBgeftf5//WTwbGIAiKMAdAJycBph42mN6w+DCwcDAAMIsZ8D0HhBNLIap52D478fBwHQRyvbBpZ7nLYMtKeZjt5OJhxT1TKsYGFhDETTjcSAG0gyPoRgozigIpL0hNEiOBcgFAEBoNC142mNgYNCBwjoccALDBEY9RhsgPIMMmZcRhHtIhkcA9pQspAAAAQAAAEcBVAALAAAAAAACAAEAAgAWAAABAACTAAAAAHjalZCxTgJBFEXPApJoYYgF9VZUSIAFTdDCnmiIgsTKsASQuGiCu0YaCr4OfomKOzsTCHRmMzPn3blz38sCFyzJ4uXOgbKWZY+8KssZLqk7zkp9cJyjSOT4jD9WjvPSt46vKHoFx2txyfGGqnfPO18kyohSGjBjJPqRFmqPmWolWkZ9o0uHZ/EkfTNgTo0KVX017ujRps+TyDqvT7xW9U/UV1Vz9ZryrQn8o8QOL1JsdVA/5IwZpv7f/YsKTW50O1PqpzKNZyw1UnKov2c9dbkD7c1/zdhXFSrNdIz3HbuaJFH1KM9CZyDN3N3SoiFupfP66mbOYAd8k0EGAHjabc05TwJhHITxZ0BBBc/P4IkI7y4sh0dBsosHKiqHeLUiiTE0FH56Xdl/6TS/ZIoZUszzM+ad/3IOSilNmm122GWPfQ4ocEiRI0qUcXj4VKgSUKNOgybHnHDKGSER7Xjjgkuu6HDNDbd0ueOeB3r0GTDkkRFPPPPCK29a0KIyympJy1pRTnmtak3r2tCmtjLjz+/ph5edfU2cc2Fiy/3px4Xpmb5ZMatmYNbMutkwm2Yr0W8nBnOj+OcXVDk0PnjaRc67DoJAEAVQFuT9fqsJCSZ2+w12QkNjrCCx9w+sbSy19DsGK/9Ob3RZujk3k7nzZp8bsbvSkXXoR8Yew9gavN9QNHSUHTFch4oMfuoV0uqGNL4nv25emq3yHzzADwVcwOsFHMCtBWzAWQlYgJ0ImIA1rRmAeRbQAWM6vQD04A9GgXglRBo4Kh+19gJGYDgzBqOnZALGO8kUTLaSGZhWkjmYrSULMA8kS7CYi5ZgKTlQxr/W1F5aAAAAAAFRp8cxAAA=)format('woff'),url(font/ytp-regular.ttf)format('truetype');font-weight:400;font-style:normal}.mb_YTPlayer:focus{outline:0}.YTPWrapper{display:block;transform:translateZ(0)translate3d(0,0,0);transform-style:preserve-3d;perspective:1000;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}.mb_YTPlayer .loading{position:absolute;top:10px;right:10px;font-size:12px;color:#fff;background:rgba(0,0,0,.51);text-align:center;padding:2px 4px;border-radius:5px;font-family:"Droid Sans",sans-serif;-webkit-animation:fade .1s infinite alternate;animation:fade .1s infinite alternate}@-webkit-keyframes fade{0%{opacity:.5}100%{opacity:1}}@keyframes fade{0%{opacity:.5}100%{opacity:1}}.YTPFullscreen{display:block!important;position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;margin:0!important;border:none!important;opacity:1!important;background-color:#000}.mbYTP_wrapper iframe{max-width:4000px!important}.inline_YTPlayer{margin-bottom:20px;vertical-align:top;position:relative;left:0;overflow:hidden;border-radius:4px;box-shadow:0 0 5px rgba(0,0,0,.7);background:rgba(0,0,0,.5)}.inline_YTPlayer img{border:none!important;margin:0!important;padding:0!important;transform:none!important}.mb_YTPBar,.mb_YTPBar .buttonBar{box-sizing:border-box;left:0;padding:5px;width:100%}.mb_YTPBar .ytpicon{font-size:20px;font-family:ytpregular}.mb_YTPBar .mb_YTPUrl.ytpicon{font-size:30px}.mb_YTPBar{transition:opacity .5s;display:block;height:10px;background:#333;position:fixed;bottom:0;text-align:left;z-index:1000;font:14px/16px sans-serif;opacity:.1}.mb_YTPBar.visible,.mb_YTPBar:hover{opacity:1}.mb_YTPBar .buttonBar{transition:all .5s;background:0 0;font:12px/14px Calibri;position:absolute;top:-30px;height:40px}.mb_YTPBar:hover .buttonBar{background:rgba(0,0,0,.4)}.mb_YTPBar span{display:inline-block;font:16px/20px Calibri,sans-serif;position:relative;width:30px;height:25px;vertical-align:middle}.mb_YTPBar span.mb_YTPTime{width:130px}.mb_YTPBar span.mb_OnlyYT,.mb_YTPBar span.mb_YTPUrl{position:absolute;width:auto;display:block;top:6px;right:10px;cursor:pointer}.mb_YTPBar span.mb_YTPUrl img{width:60px}.mb_YTPBar span.mb_OnlyYT{left:300px;right:auto}.mb_YTPBar span.mb_OnlyYT img{width:25px}.mb_YTPBar .mb_YTPMuteUnmute,.mb_YTPBar .mb_YTPPlaypause,.mb_YTPlayer .mb_YTPBar .mb_YTPPlaypause img{cursor:pointer}.mb_YTPBar .mb_YTPProgress{height:10px;width:100%;background:#222;bottom:0;left:0}.mb_YTPBar .mb_YTPLoaded{height:10px;width:0;background:#444;left:0}.mb_YTPBar .mb_YTPseekbar{height:10px;width:0;background:#bb110e;bottom:0;left:0;box-shadow:rgba(82,82,82,.47)1px 1px 3px}.mb_YTPBar .YTPOverlay{backface-visibility:hidden;-webkit-backface-visibility:hidden;-webkit-transform-style:"flat";box-sizing:border-box}.YTPOverlay.raster{background:url(images/raster.png)}.YTPOverlay.raster.retina{background:url(images/raster@2x.png)}.YTPOverlay.raster-dot{background:url(images/raster_dot.png)}.YTPOverlay.raster-dot.retina{background:url(images/raster_dot@2x.png)}.mb_YTPBar .simpleSlider{position:relative;width:100px;height:10px;border:1px solid #fff;overflow:hidden;box-sizing:border-box;margin-right:10px;cursor:pointer!important;border-radius:3px}.mb_YTPBar.compact .simpleSlider{width:40px}.mb_YTPBar .simpleSlider.muted{opacity:.3}.mb_YTPBar .level{position:absolute;left:0;bottom:0;background-color:#fff;box-sizing:border-box}.mb_YTPBar .level.horizontal{height:100%;width:0}.mb_YTPBar .level.vertical{height:auto;width:100%}
/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;

}
.vbox-overlay{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1040;
    -webkit-transform:translateZ(1000px);
    transform: translateZ(1000px);
    transform-style: preserve-3d;
}

/* ----- navigation ----- */
.vbox-title{
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 40px;
    overflow: hidden;
    position: fixed;
    display: none;
    left: 0;
    z-index: 1050;
}
.vbox-close{
    cursor: pointer;
    position: fixed;
    top: -1px;
    right: 0;
    width: 50px;
    height: 40px;
    padding: 6px;
    display: block;
    background-position:10px center;
    overflow: hidden;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    z-index: 1050;
}
.vbox-num{
    cursor: pointer;
    position: fixed;
    left: 0;
    height: 40px;
    display: block;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 10px;
    display: none;
    z-index: 1050;
}
/* ----- navigation ARROWS ----- */
.vbox-next, .vbox-prev{
    position: fixed;
    top: 50%;
    margin-top: -15px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    width: 45px;
    height: 45px;
    z-index: 1050;
}
.vbox-next span, .vbox-prev span{
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top-color: #B6B6B6;
    border-right-color: #B6B6B6;
    text-indent: -100px;
    position: absolute;
    top: 8px;
    display: block;
}
.vbox-prev{
    left: 15px;
}
.vbox-next{
    right: 15px;
}
.vbox-prev span{
    left: 10px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.vbox-next span{
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 10px;
}
/* ------- inline window ------ */
.vbox-inline{
    width: 420px;
    height: 315px;
    height: 70vh;
    padding: 10px;
    background: #fff;
    margin: 0 auto;
    overflow: auto;
    text-align: left;
}
/* ------- Video & iFrames window ------ */
.venoframe{
    max-width: 100%;
    width: 100%;
    border: none;
    width: 100%;
    height: 260px;
    height: 70vh;
}
.venoframe.vbvid{
    height: 260px;
}
@media (min-width: 768px) {
    .venoframe, .vbox-inline{
        width: 90%;
        height: 360px;
        height: 70vh;
    }
    .venoframe.vbvid{
        width: 640px;
        height: 360px;
    }
}
@media (min-width: 992px) {
    .venoframe, .vbox-inline{
        max-width: 1200px;
        width: 80%;
        height: 540px;
        height: 70vh;
    }
    .venoframe.vbvid{
        width: 960px;
        height: 540px;
    }
}
/* 
Please do NOT edit this part! 
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open{
    overflow: hidden;
}
.vbox-container{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    z-index: 20;
    max-height: 100%;

}

.vbox-content{
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 20px 10px;
}
.vbox-container img{
    max-width: 100%;
    height: auto;
}
.figlio{
    box-shadow: 0 0 12px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    max-width: 100%;
    text-align: initial;
}
img.figlio{
    -webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
.vbox-content.swipe-left{
    margin-left: -200px !important;
}
.vbox-content.swipe-right{
    margin-left: 200px !important;
}
.animated{
    webkit-transition: margin 300ms ease-out;
    transition: margin 300ms ease-out;
}
.animate-in{
    opacity: 1;
}
.animate-out{
    opacity: 0;
}
/* ---------- preloader ----------
 * SPINKIT 
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce,.sk-rotating-plane{width:40px;height:40px;margin:40px auto}.sk-rotating-plane{background-color:#333;-webkit-backface-visibility:visible;-moz-backface-visibility:visible;backface-visibility:visible;-webkit-animation:sk-rotatePlane 1.2s infinite ease-in-out;animation:sk-rotatePlane 1.2s infinite ease-in-out}@-webkit-keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.sk-double-bounce{position:relative}.sk-double-bounce .sk-child{width:100%;height:100%;border-radius:50%;background-color:#333;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-doubleBounce 2s infinite ease-in-out;animation:sk-doubleBounce 2s infinite ease-in-out}.sk-double-bounce .sk-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-wave{width:50px;height:40px;text-align:center;font-size:10px;margin:40px auto}.sk-wave .sk-rect{background-color:#333;height:100%;width:4px;margin:0 1px;display:inline-block;-webkit-animation:sk-waveStretchDelay 1.2s infinite ease-in-out;animation:sk-waveStretchDelay 1.2s infinite ease-in-out}.sk-wave .sk-rect1{-webkit-animation-delay:-1.2s;animation-delay:-1.2s}.sk-wave .sk-rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-wave .sk-rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-wave .sk-rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-wave .sk-rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes sk-waveStretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes sk-waveStretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}.sk-three-bounce{margin:40px auto;width:100px;text-align:center}.sk-three-bounce .sk-child{width:16px;height:16px;background-color:#333;border-radius:100%;margin:4px;display:inline-block;-webkit-animation:sk-three-bounce 1.4s ease-in-out 0s infinite both;animation:sk-three-bounce 1.4s ease-in-out 0s infinite both}.sk-cube-grid,.sk-spinner-pulse{width:40px;height:40px;margin:40px auto}.sk-three-bounce .sk-bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.sk-three-bounce .sk-bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-spinner-pulse{background-color:#333;border-radius:100%;-webkit-animation:sk-pulseScaleOut 1s infinite ease-in-out;animation:sk-pulseScaleOut 1s infinite ease-in-out}@-webkit-keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.sk-cube-grid .sk-cube{width:33.33%;height:33.33%;background-color:#333;float:left;-webkit-animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out;animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out}.sk-cube-grid .sk-cube1{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube2{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube3{-webkit-animation-delay:.4s;animation-delay:.4s}.sk-cube-grid .sk-cube4{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube5{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube6{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube7{-webkit-animation-delay:0ms;animation-delay:0ms}.sk-cube-grid .sk-cube8{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube9{-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}.sk-wandering-cubes{margin:40px auto;width:40px;height:40px;position:relative}.sk-wandering-cubes .sk-cube{background-color:#333;width:10px;height:10px;position:absolute;top:0;left:0;-webkit-animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both}.sk-wandering-cubes .sk-cube2{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}

/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */

/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

table th { font-weight: inherit; }
table td { padding: 15px 25px; }
table th {padding: 15px 25px;

}
/* Mobile */
@media only screen and (max-width: 767px) {

	table.responsive { margin-bottom: 0; }

	.pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
	.pinned table { border-right: none; border-left: none; width: 100%; }
	.pinned table th, .pinned table td { white-space: nowrap; }
	.pinned td:last-child { border-bottom: 0; }

	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; }
	div.table-wrapper div.scrollable table { margin-left: 35%; }
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }

	table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }

}

/* -----------------------------------------
   Page Name 1
----------------------------------------- */




/* -----------------------------------------
   Page Name 2
----------------------------------------- */

/*MAIN.CSS*/
/*----------------------------------------------------------------------------------------------------------------*/

/*This is main CSS file that contains custom style rules used in this template*/

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

/* Template Name: - JEWELRICH*/
/* Version: 1.0 Initial Release*/
/* Author: QUADNOTION.*/
/* Website: http://www.quadnotion.com */
/* Copyright: (C) 2017 */

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

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

/* TABLE OF CONTENTS: */

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

/* 01 - LAYOUT INITIALIZATION */

/* 02 - COMMON ELEMENTS */

/* 03 - HEADER & NAVIGATION */

/* 04 - PAGES & SECTIONS SETUP */

/* 05 - FOOTER */

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

/* 01 - LAYOUT INITIALIZATION */

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

body {
    font-weight: 400;
    overflow-x: hidden !important;
    overflow-y: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: inherit;
}

input:focus {
    outline: none;
}

ul, li {
    padding: 0;
    margin: 0;
    border: 0;
}

ul {
    list-style: none;
}

p {
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6, ul {
    margin: 0px;
    font-weight: normal;
}

/*@media (min-width: 1440px) and (max-width: 5000px) {
    .container {
        width: 90%;
        max-width: 90%;
    }
}
*/

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

/* 02 - COMMON ELEMENTS */

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

/* 1.Spacing and Padding */
/* 2.Position Elements */
/* 3.Font Styles */
/* 4.Color Styles */


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

/* 1.Spacing and Padding */

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

.add-top {
    margin-top: 160px;
}

.add-bottom {
    margin-bottom: 160px;
}

.add-top-half {
    margin-top: 80px;
}

.add-bottom-half {
    margin-bottom: 80px;
}

.add-min-top-half {
    margin-top: 40px;
}

.add-min-bottom-half {
    margin-bottom: 40px;
}

.add-min-top-quarter {
    margin-top: 20px;
}

.add-min-bottom-quarter {
    margin-bottom: 20px;
}

.pad-top {
    padding-top: 160px;
}

.pad-bottom {
    padding-bottom: 160px;
}

.pad-top-half {
    padding-top: 80px;
}

.pad-bottom-half {
    padding-bottom: 80px;
}

.pad-min-top-half {
    padding-top: 40px;
}

.pad-min-bottom-half {
    padding-bottom: 40px;
}

.pad-min-top-quarter {
    padding-top: 20px;
}

.pad-min-bottom-quarter {
    padding-bottom: 20px;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.form-pad-right {
    padding-right: 25px;
}

.form-pad-left {
    padding-left: 25px;
}


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

/* 2.Position Elements */

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

.float-clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

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

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

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

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

.full-height {
    height: 100vh !important;
}

.threefourth-height {
    height: 75vh;
}

.full-width {
    width: 100% !important;
}

.threefourth-height {
    height: 75vh;
}

.threefourth-width {
    width: 75vw;
}

.half-height {
    height: 50vh;
}

.half-width {
    width: 50vw;
}

.vertical-align {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.horizontal-align {
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pos-center-wrap {
    display: table;
    width: 100%;
    height: 100%;
}

.pos-center {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.pos-middle {
    margin: 0 auto;
}

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

/* 3.Font Styles */

/*--------------------------------------------------------------------------------*/
.font1 {
    font-family: 'Theano Didot Regular';
}

.font2 {
    font-family: 'Montserrat', sans-serif;
}

.title-font-big {
    font-size: 74px;
    line-height: 74px;
    letter-spacing: 24px;
}

.title-font-medium {
    font-size: 44px;
    line-height: 50px;
    letter-spacing: 26px;
}

    .title-font-medium.right {
        margin-right: -26px;
    }

.title-font-small {
    font-variant-ligatures: no-common-ligatures;
    font-size: 15px;
    line-height: 36px;
    letter-spacing: 11px;
}

.para-font-small {
    font-size: 12px;
    line-height: 28px;
}

.para-font-big {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 9px;
}

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

.font-slant {
    font-style: italic;
}

.font-weight-100 {
    font-weight: 100;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

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

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

.font-height-half {
    line-height: 0.5;
}

.font-height-threefourth {
    line-height: 0.75;
}

.font-height-one {
    line-height: 1;
}

.font-height-one-half {
    line-height: 1.5;
}

.font-height-one-threefourth {
    line-height: 1.75;
}



.font-spacing-1 {
    letter-spacing: 1px;
    padding-left: 1px;
}

.font-spacing-2 {
    letter-spacing: 2px;
    padding-left: 2px;
}

.font-spacing-3 {
    letter-spacing: 3px;
    padding-left: 3px;
}


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

/* 3.Color Styles */

/*--------------------------------------------------------------------------------*/
.main-color {
    color: #3E356A;
}

.main-dark-color {
    color: #342d59;
}

.white {
    color: #ffffff;
}

.black {
    color: #333333;
}

.off-white {
    color: #ebebeb;
}

.elite-white {
    color: #fcfcfc;
}
/*.contrast-color{
    color: #f3a712;
}*/

.contrast-color {
    color: #f5a623;
}

.elite-grey {
    color: #9b9b9b;
}


.light-gray {
    color: #adadad;
}

.light-gray-bg {
    background: #adadad;
}

.dark-gray {
    color: #e5e3ec;
}

.dark-gray-bg {
    background: #e5e3ec;
}

.red {
    color: #ff0000;
}

.red-bg {
    background: #ff0000;
}

.green {
    color: #417505;
}

.green-bg {
    background: #417505;
}


.main-color-bg {
    background-color: #3E356A;
}

.main-dark-color-bg {
    background-color: #342d59;
}

.white-bg {
    background-color: #ffffff;
}

.black-bg {
    background-color: #333333;
}

.off-white-bg {
    background-color: #ebebeb;
}

.elite-white-bg {
    background-color: #f8f8f8;
}

.contrast-color-bg {
    background-color: #f5a623;
}



.ease {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


.slow-ease {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.jr-button {
    font-size: 14px;
    background-color: transparent;
    padding: 10px 15px;
    font-weight: 400;
    cursor: pointer;
    transform: translateX(5px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .jr-button img {
        width: 14px;
        height: auto;
    }

    .jr-button svg {
        width: 14px;
        transform: translateY(2.5px);
    }


    .jr-button.white {
        border: 1px solid #FFF;
    }

        .jr-button.white:hover {
            border: 1px solid #FFF;
            background-color: #FFF;
            color: #3E356A;
        }

        .jr-button.white path {
            fill: #FFF;
            -webkit-transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            -ms-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
        }

        .jr-button.white:hover path {
            fill: #3E356A;
        }

    .jr-button.main-color {
        border: 1px solid #3E356A;
    }

        .jr-button.main-color:hover {
            border: 1px solid #3E356A;
            background-color: #3E356A;
            color: #fff;
        }

        .jr-button.main-color.filled {
            border: 1px solid #3E356A;
            background-color: #3E356A;
            color: #FFF;
        }

            .jr-button.main-color.filled:hover {
                border: 1px solid #3E356A;
                background-color: #FFF;
                color: #3E356A;
            }

        .jr-button.main-color path {
            fill: #3E356A;
            -webkit-transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            -ms-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
        }

        .jr-button.main-color:hover path {
            fill: #fff;
        }

.large-btn.jr-button {
    padding: 12px 20px 18px 20px;
    font-size: 16px;
    font-weight: 600;
}

.jr-button .button-icon {
    font-size: 20px;
    transform: translateY(2px);
    padding: 0px 5px;
    display: inline-block;
    position: relative;
}


.jr-list {
    padding-left: 15px;
}

    .jr-list li {
        list-style: disc;
        margin-bottom: 15px;
    }

        .jr-list li:last-child {
            margin-bottom: 0px;
        }


.sub-heading {
    font-size: 24px;
    position: relative;
    padding-top: 15px;
    margin-bottom: 10px;
}

    .sub-heading:before {
        content: '';
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0px;
        width: 75px;
        height: 2px;
        background-color: #3E356A;
    }



/* PAGINATION */
.pagination nav {
    width: 100%;
}

ul.pagination li {
    margin-left: 10px;
}

    ul.pagination li a, ul.pagination li.disabled a {
        border-radius: .25rem;
        background-color: #DEDEDE !important;
        padding: 15px 20px;
    }

    ul.pagination li:not(.disabled):not(.active) a {
        color: #3E356A !important;
    }

    ul.pagination li.active a {
        background-color: #3E356A !important;
        border-color: #3E356A !important;
    }


.quadbox-overlay {
    position: fixed;
    background: rgba(0,0,0,0.9);
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 997;
}

.quadbox-close {
    width: 50px;
    height: 50px;
    font-size: 30px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 999;
}

.quadbox-content {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80vh;
    /*overflow-y: scroll;*/
    overflow-x: hidden;
    transform: translate(-50%, -50%);
    z-index: 998;
    background: #FFF;
    padding: 50px;
}






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

/* 03. HEADER & NAVIGATION */

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

.pre-header {
    padding: 10px 0px;
    position: relative;
    z-index: 101;
}

body:not(.inner-page) .pre-header {
    background-color: rgba(0,0,0,0.2);
}

.pre-header-plans {
    font-size: 12px;
}

    .pre-header-plans a:hover {
        color: #ffffff;
        opacity: 0.6;
    }

    .pre-header-plans img {
        width: 15px;
        margin-left: 10px;
    }

.pre-header-right-section {
    font-size: 12px;
}

    .pre-header-right-section a:hover {
        color: #ffffff;
        opacity: 0.6;
    }

img.pre-header-icon {
    height: 18px;
    width: auto;
    transform: translateY(-2px);
}

.pre-header-right-section a.tel-link {
    display: inline-block;
    margin-right: 20px;
}


.pre-header-right-section a.play-video-link {
    display: inline-block;
    margin-right: 20px;
}

.pre-header .drop-down-nav-wrap {
    position: relative;
    display: inline-block;
}

    .pre-header .drop-down-nav-wrap ul.sub-nav {
        position: absolute;
        top: 29px;
        right: 0;
        width: 150px;
        box-shadow: 1px 0px 10px rgba(0,0,0,0.2);
        text-align: left;
    }

        .pre-header .drop-down-nav-wrap ul.sub-nav li {
            border-bottom: #eee solid 1px;
        }

            .pre-header .drop-down-nav-wrap ul.sub-nav li a {
                padding: 15px;
                display: inline-block;
                width: 100%;
            }

                .pre-header .drop-down-nav-wrap ul.sub-nav li a:hover {
                    color: #3E356A;
                    opacity: 0.7;
                }






.header-bar {
    /*margin-bottom: 50px;*/
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    z-index: 100;
}

.quarter-board {
    height: 50vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    background: url(../images/pattern.svg) #6743b3;
    background-position: center center;
    animation: callto_animation 100s infinite linear;
}

@keyframes callto_animation {
    100% {
        background-position: -2500px 0;
    }
}

.sampling {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a35cb5+0,461670+95 */
    background: #a35cb5; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #a35cb5 0%, #461670 95%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #a35cb5 0%,#461670 95%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #a35cb5 0%,#461670 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a35cb5', endColorstr='#461670',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


/* NAVIGATION */


body.inner-page header {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 98;
}

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

    nav.left-nav ul li {
        display: inline-block;
        list-style: none;
        padding: 0px 10px;
    }

        nav.left-nav ul li a {
            font-size: 16px;
        }

            nav.left-nav ul li a:hover {
                color: #9783fb;
            }

nav.right-nav {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

    nav.right-nav > ul > li {
        display: inline-block;
        list-style: none;
        padding: 0px 10px;
    }

        nav.right-nav > ul > li:last-child {
            padding: 0;
        }

    nav.right-nav ul li a {
        font-size: 16px;
    }

body:not(.inner-page) nav.right-nav > ul > li > a:hover {
    color: #fff;
    opacity: 0.5;
}

nav.right-nav ul li a:hover {
    color: #3E356A;
    opacity: 0.5;
}


.header-bar {
    position: relative;
}

.header-logo-wrap {
    display: inline-block;
    width: 120px;
    /*background-color: #FFF;*/
}

    .header-logo-wrap:hover {
    }


.header-logo {
    width: 95%;
    height: auto;
}

header.sticky {
    top: -200px !important;
}

    header.sticky.slide-down {
        position: fixed !important;
        box-shadow: 1px 0px 10px rgba(0,0,0,0.2);
        top: 0px !important;
        left: 0;
        width: 100%;
        z-index: 98;
    }

header .header-bar.small {
    padding: 5px 0px;
}

header.sticky .header-logo {
    width: 65%;
    height: auto;
    padding: 10px 0px;
}


body.inner-page .page-header {
    margin-top: 134px;
}




.jewellery-section-title .draw-border .btnBefore, .jewellery-section-title .draw-border .btnAfter {
    border: 0px solid #fff;
}

.jewellery-item .draw-border .btnBefore, .jewellery-item .draw-border .btnAfter {
    border: 0px solid #3E356A;
}
/*Draw Line On Hover*/
.draw-border {
    width: 100%;
    margin: 0 auto;
    border-radius: 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    /*min-width: 47px;*/
    display: table;
    /*padding: 40px 20px;*/
    border: none;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    /*text-align: left;*/
    /*text-decoration: none;*/
}

    .draw-border .btnBefore, .draw-border .btnAfter {
        content: '';
        position: absolute;
        height: 0;
        width: 0;
        /*border: solid #fff;*/
        border-width: 0;
        border-radius: 0;
        transition: 0;
        -webkit-transition: 0;
        -moz-transition: 0;
        -o-transition: 0;
        -ms-transition: 0;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        border-radius: 0px;
    }

    .draw-border .btnBefore {
        right: 0;
        bottom: 0;
    }

    .draw-border .btnAfter {
        left: 0;
        top: 0;
    }

.draw-border-wrapper:hover .btnBefore {
    border-width: 0 0 1px 1px;
}

.draw-border-wrapper:hover .btnAfter {
    border-width: 1px 1px 0 0;
}

.draw-border-wrapper:hover .draw-border .btnAfter, .draw-border-wrapper:hover .draw-border .btnBefore {
    height: 100%;
    width: 100%;
    transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
    -webkit-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
    -moz-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
    -o-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
    -ms-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
}


.draw-border-active.active .btnBefore {
    border-width: 0 0 1px 1px;
}

.draw-border-active.active .btnAfter {
    border-width: 1px 1px 0 0;
}

.draw-border-active.active .draw-border .btnAfter, .draw-border-active.active .draw-border .btnBefore {
    height: 100%;
    width: 100%;
    transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
    -webkit-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
    -moz-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
    -o-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
    -ms-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
}






/* BANNER SECTION */
.banner-slider {
    position: relative;
}

.banner-slide-item {
    width: 100%;
    height: 73vh;
}

.banner-slide-item {
    /*background-image: url(../images/banners/banner-d1.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/*.banner-slide-item.second-bgimg {
    background-image: url(../images/banners/banner-d3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner-slide-item.third-bgimg {
    background-image: url(../images/banners/banner-one.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}*/

.banner-slider.owl-theme .owl-dots {
    position: absolute;
    width: 30px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

    .banner-slider.owl-theme .owl-dots div.owl-dot {
        display: block !important;
        margin-bottom: 15px;
    }

        .banner-slider.owl-theme .owl-dots div.owl-dot span {
            background-color: #FFF !important;
        }

        .banner-slider.owl-theme .owl-dots div.owl-dot.active span {
            background-color: #3E356A !important;
        }

/*SAVING POPUP*/
.hide-popup {
    opacity: 0;
    visibility: hidden;
}

.show-popup {
    opacity: 1;
    visibility: visible;
}

.popup-overlay {
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255,0.9);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 900;
}

.popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 15px;
    height: 15px;
    opacity: 0.5;
}

/*.popup-close:hover {
    transform: scale(1.2);
}*/

.saving-popup-section {
    position: fixed;
    width: 70%;
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 80px;
    padding-bottom: 40px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
    z-index: 996;
}

.popup-left-right-pad {
    padding: 0 80px;
}

.popup-buttons-wrap {
    margin-top: 30px;
}

    .popup-buttons-wrap a {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        display: flex;
        margin: 0 auto;
    }

        .popup-buttons-wrap a .popup-button-content-wrap {
            opacity: 0;
            visibility: hidden;
        }

        .popup-buttons-wrap a:hover .popup-button-content-wrap {
            opacity: 1;
            visibility: visible;
        }

    .popup-buttons-wrap .popup-button {
        width: inherit;
        height: inherit;
        border-radius: 50%;
        margin: 0 auto;
        position: relative;
    }

        .popup-buttons-wrap .popup-button:after {
            content: '';
            position: absolute;
            width: 130px;
            height: 130px;
            border-radius: 50%;
            background: none;
            border: 4px solid #fff;
            left: 5px;
            top: 5px;
        }

.popup-button-inner-wrap {
    height: inherit;
    width: inherit;
    overflow: hidden;
    position: relative;
    /*display: inline-block;*/
    border-radius: 50%;
}

/*.saving-popup-section.active {
    position: fixed;
}*/

.popup-content-wrap .text-wrap h1 {
    font-size: 20px;
    line-height: 27px;
}

.popup-buttons-wrap .hover-text h3 {
    font-size: 14px;
    line-height: 21px;
}

.popup-button-icon-wrap, .popup-button-content-wrap {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: inherit;
    height: inherit;
}

.popup-scheme-process-wrap {
    position: relative;
}

    .popup-scheme-process-wrap:before {
        content: '';
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        top: 33.33%;
        background: #3E356A;
        transform: translateY(-50%);
    }

.scheme-process-icon-wrap {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 18px;
    margin: 0 auto;
    border: 3px solid #3E356A;
}

    .scheme-process-icon-wrap img {
        margin: 0 auto;
    }

.scheme-process-title {
    padding-top: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}

/* CALL TO ACTION */

.plan-start-cta-wrap {
    position: absolute;
    display: inline-block;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    /* top: 79.5%;*/
    left: 50%;
    padding: 5px;
    transform: translateX(-50%);
    transform-origin: center center;
    /*overflow: hidden;*/
    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
    animation: breath 3s infinite linear;
    z-index: 997;
}

    .plan-start-cta-wrap:hover {
        transform: translateX(-50%) scale(1.1);
    }

@keyframes breath {
    0% {
        transform: translateX(-50%) scale(1);
    }

    50% {
        transform: translateX(-50%) scale(1.1);
    }

    100% {
        transform: translateX(-50%) scale(1);
    }
}

.plan-start-cta-wrap .cta-inner-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.5);
}

.call-to-action-content {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.plan-start-cta-wrap h4 {
    font-size: 16px;
}

.plan-start-cta-wrap h2 {
    font-size: 26px;
    padding: 2px 0px;
}

.active-on-overlay {
    cursor: default !important;
}

    .active-on-overlay .plan-start-cta-wrap {
        position: absolute;
        transform: translateX(-50%) scale(0.8);
    }

        .active-on-overlay .plan-start-cta-wrap.make-fixed {
            position: fixed;
            transform: translateX(-50%) scale(0.8);
        }


@keyframes circle {
    from {
        opacity: 0.1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(3);
    }
}

.ripple-circle {
    margin: 0 auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    opacity: 0.1;
    border: 2px solid #fff;
}

.circle-one {
    animation: circle 8s infinite linear;
}

.circle-two {
    animation: circle 6s infinite linear;
}

.circle-three {
    animation: circle 4s infinite linear;
}




/* WATCH VIDEO SECTION */
.video-player {
    position: fixed;
    z-index: 998;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

    .video-player.player-visible {
        opacity: 1;
        visibility: visible;
    }

.mb_YTPBar {
    opacity: 1 !important;
}

.watch-video-close-btn {
    position: absolute;
    top: 50px;
    right: 50px;
    background-color: #fff;
    z-index: 999;
    padding: 10px;
}

    .watch-video-close-btn img {
        width: 20px;
        height: auto;
    }





/* CHAT BOX SECTION */

.chat-box iframe {
    z-index: 996 !important;
}



/* JEWLLERY SECTION */
.jewellery-second-row .card {
    margin-top: 30px;
}

.jewellery-section .card {
    border-radius: 0px;
    padding: 15px;
}

.jewellery-section-title .section-title-inner-wrap {
    /*border: 1px solid rgba(255,255,255,0.7);*/
    height: 100%;
}

.section-title-inner-wrap {
    padding: 40px 60px;
}

.jewellery-section-title h4 {
    font-size: 14px;
    margin-bottom: 10px;
}

.jewellery-section-title h2 {
    font-size: 36px;
    line-height: 48px;
}

.jewellery-item-wrap .card {
    box-shadow: 0px 0px 0px rgba(0,0,0,0.5);
}

    .jewellery-item-wrap .card:hover {
        box-shadow: 0px 0px 30px rgba(0,0,0,0.4);
    }

.jewellery-item-content {
    /*border: 1px solid #ffffff;*/
    height: 100%;
    padding: 20px 10px;
}

    .jewellery-item-content:hover {
        /*border: 1px solid #3E356A;*/
        height: 100%;
        padding: 20px 10px;
    }

.jewellery-item .jewellery-item-image {
    margin-bottom: 10px;
}

    .jewellery-item .jewellery-item-image img {
        max-width: 100%;
    }

@media screen and (min-width:992px) {

    .jewellery-item .jewellery-item-image {
        position: relative;
    }

        .jewellery-item .jewellery-item-image img {
            max-width: 100%;
            position: absolute;
            max-height: 100%;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }
}

@media screen and (min-width:1341px) {
    .jewellery-item .jewellery-item-image {
        padding-top:64%;
    }
}

@media screen and (max-width:1340px) and (min-width:1025px) {
    .jewellery-item .jewellery-item-image {
          padding-top:78%;
    }
}

@media screen and (max-width:1024px) and (min-width:992px) {
    .jewellery-item .jewellery-item-image {
          padding-top:68%;
    }
}


/* SAVINGS PLAN SECTION */

.section-title h4 {
    font-size: 14px;
    margin-bottom: 10px;
}

.section-title h2 {
    font-size: 36px;
    line-height: 48px;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

    .section-title h2:after {
        content: '';
        display: inline-block;
        position: absolute;
        height: 4px;
        width: 68px;
        bottom: 0px;
        left: 0px;
    }

    .section-title h2.white:after {
        background-color: #FFF;
    }

    .section-title h2.main-color:after {
        background-color: #3E356A;
    }


.savings-scheme-image-wrap {
    padding-bottom: 30px;
}

.plan-amount-selector {
    width: 100%;
    background-color: #dfdfdf;
    height: 40px;
    border-radius: 2px;
    position: relative;
}

    .plan-amount-selector .icon-holder {
        display: inline-block;
        background-color: #fff;
        width: 36px;
        height: 36px;
        padding: 5px;
        border-radius: 2px;
        margin-left: 2px;
    }

        .plan-amount-selector .icon-holder img {
            width: 100%;
            height: auto;
        }

#circle_1 {
    overflow: hidden;
}


.amount-wrap {
    display: inline-block;
    padding-left: 6px;
}

    .amount-wrap .main-amount {
        cursor: pointer;
    }

        .amount-wrap .main-amount img.indian-rupee-icon {
            width: 12px;
        }

    .amount-wrap .amount {
        font-size: 22px;
        transform: translateY(3px);
        display: inline-block;
    }

.plan-amount-selector .amount-list {
    position: absolute;
    top: 40px;
    left: 0px;
    background-color: #dfdfdf;
    width: 100%;
    z-index: 10;
}

    .plan-amount-selector .amount-list .amount-list-item {
        padding: 5px;
        padding-right: 13px;
        text-align: right;
        cursor: pointer;
        font-size: 22px;
    }

        .plan-amount-selector .amount-list .amount-list-item:hover {
            background-color: #FFF;
        }

.input-wrap {
    display: inline !important;
}

.plan-amount-selector.input-holder .icon-holder {
    background-color: #5F47CF;
}

.plan-amount-selector .input-amount {
    display: inline;
    width: 50%;
    background: none;
    border: none !important;
    height: 34px;
}

.button-wrap {
    margin-top: 30px;
}

    .button-wrap div:first-child {
        margin-right: 20px;
    }




/*JEWELLERS SLIDER*/
.select-jeweller-section {
    padding-bottom: 120px;
}

    .select-jeweller-section .section-title {
        padding-top: 60px;
    }

.jewellers-slider .owl-stage-outer {
    padding: 60px 0px;
}

.jeweller-item {
    padding: 40px;
}

    .jeweller-item .jeweller-name {
        font-size: 12px;
        text-align: center;
        padding-top: 15px;
    }

.jewellers-slider .owl-item {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .jewellers-slider .owl-item.active.center {
        transform: scale(1.2);
        transform-origin: center center;
        position: relative;
        z-index: 100;
        box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

.jewellers-slider.owl-theme .owl-dots .owl-dot span {
    background-color: #3E356A !important;
    border: 2px solid #FFF;
    width: 12px;
    height: 12px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.jewellers-slider.owl-theme .owl-dots .owl-dot.active span {
    transform: scale(1.5);
}





/*TESTIMONIAL SECTION*/



.parallax-layer {
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-bg-image {
    background-image: url(../images/testimonials/testimonial-bg.jpg);
}


.testimonial-author-image-wrap img {
    display: inline-block !important;
    width: 130px !important;
    height: auto;
    border-radius: 50%;
    border: #FFF solid 7px;
}

.testimonial-content {
    padding: 35px 60px;
}

    .testimonial-content p {
        font-size: 22px;
        line-height: 29px;
        font-weight: 300;
    }

.testimonial-slider .owl-nav > div {
    background: transparent !important;
}

    .testimonial-slider .owl-nav > div img {
        width: 60px;
        height: auto;
    }

.testimonial-slider .owl-nav .owl-next {
    position: absolute;
    right: -80px;
    top: 60%;
    transform: translateY(-50%);
}

.testimonial-slider .owl-nav .owl-prev {
    position: absolute;
    left: -80px;
    top: 60%;
    transform: translateY(-50%);
}


.quote-bg {
    position: absolute;
    width: 260px;
    height: 220px;
    opacity: 0.33;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
}

    .quote-bg img {
        width: 100%;
        height: auto;
    }





/* BLOG SECTION */

.blog-title-wrap h5 {
    margin-top: 20px;
    line-height: 26px;
}

.blog-slider .featured-img-wrap img {
    width: 100%;
    height: auto;
}

.blog-slider .blog-content-wrap {
    padding: 40px 30px;
}

    .blog-slider .blog-content-wrap .blog-post-title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 20px;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -o-hyphens: auto;
        hyphens: auto;
    }

    .blog-slider .blog-content-wrap .button-wrap a {
        font-size: 12px;
    }

        .blog-slider .blog-content-wrap .button-wrap a:hover {
            color: #8277b4;
        }

    .blog-slider .blog-content-wrap .button-wrap img {
        width: 15px;
        height: auto;
        display: inline-block !important;
        margin-left: -10px;
        opacity: 0;
        margin-top: -3px;
        visibility: hidden;
    }


    .blog-slider .blog-content-wrap .button-wrap a:hover > img {
        opacity: 1;
        margin-left: 3px;
        visibility: visible;
    }

.blog-slider.owl-theme .owl-dots {
    margin-top: 40px !important;
}

    .blog-slider.owl-theme .owl-dots .owl-dot span {
        background-color: #3E356A !important;
        border: 2px solid #FFF;
        width: 12px;
        height: 12px;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .blog-slider.owl-theme .owl-dots .owl-dot.active span {
        transform: scale(1.5);
    }





/* ARTICLES SLIDER SECTION */

/*.articles-section{
    padding: 120px 0px;
}*/

.articles-slider .owl-nav {
    margin-top: 0px !important;
}

    .articles-slider .owl-nav > div {
        background: transparent !important;
    }

        .articles-slider .owl-nav > div img {
            width: 20px;
            height: auto;
        }

    .articles-slider .owl-nav .owl-next {
        position: absolute;
        right: -50px;
        top: 45%;
        transform: translateY(-50%);
    }

    .articles-slider .owl-nav .owl-prev {
        position: absolute;
        left: -50px;
        top: 45%;
        transform: translateY(-50%);
    }




/* INNER PAGES */

.page-header {
    background: rgba(199,108,214,1);
    background-image: -moz-linear-gradient(-45deg, rgba(199,108,214,1) 10%, rgba(48,35,174,1) 100%), url(../images/pattern.png);
    background-image: -webkit-linear-gradient(-45deg, rgba(199,108,214,1) 10%,rgba(48,35,174,1) 100%), url(../images/pattern.png);
    background-image: linear-gradient(135deg, rgba(199,108,214,1) 10%,rgba(48,35,174,1) 100%), url(../images/pattern.png);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c76cd6', endColorstr='#3023ae',GradientType=1 );
    background-blend-mode: darken;
    position: relative;
    background-repeat: no-repeat;
    background-position: top left;
}


    .page-header .page-title-wrap h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .page-header .page-title-wrap h1 {
        position: relative;
        display: inline-block;
        font-size: 42px;
    }

        .page-header .page-title-wrap h1::after {
            content: '';
            display: inline-block;
            position: absolute;
            width: 100px;
            background-color: #FFF;
            height: 5px;
            left: 0;
            bottom: -10px;
        }

    .page-header .page-title-wrap .bread-crumbs {
        margin-top: 20px;
        font-size: 14px;
    }


.page-header-content-wrap p:last-child {
    margin-bottom: 0px;
}


.page-content-wrap-area p:last-child {
    margin-bottom: 0px;
}

.page-content-wrap-area ul {
    list-style: disc;
    margin-left: 17px;
}

    .page-content-wrap-area ul li {
        margin-bottom: 12px;
    }

        .page-content-wrap-area ul li:last-child {
            margin-bottom: 0px;
        }

.page-content-wrap-area .highlight-light-txt {
    font-size: 38px;
    line-height: 46px;
    margin-top: 50px;
}

.page-content-wrap-area .highlight-bold-txt {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 20px;
}

.page-content-wrap-area .legal-highlight-bold-txt {
    font-size: 30px;
    line-height: 46px;
    margin-bottom: 20px;
}

.page-content-card {
    width: 90%;
    border-radius: 0px;
    padding: 15px;
    transform: translateY(-130px);
}

    .page-content-card h1 {
        font-size: 52px;
    }

    .page-content-card h2 {
        font-size: 28px;
    }

    .page-content-card .section-title-inner-wrap {
        padding: 70px 0px;
    }

.inner-page-cta-wrap .card {
    border-radius: 0px !important;
    border: none !important;
}

.inner-page-cta-1-bg {
    background-color: #6A1B9A;
}

.inner-page-cta-2-bg {
    background-color: #9C27B0;
}

.inner-page-cta-wrap h3 {
    padding: 60px 0px;
    font-size: 32px;
    font-weight: 200;
}




.features-slider .owl-nav {
    margin-top: 0px !important;
}

    .features-slider .owl-nav > div {
        background: transparent !important;
    }

        .features-slider .owl-nav > div img {
            width: 20px;
            height: auto;
        }

    .features-slider .owl-nav .owl-next {
        position: absolute;
        right: -50px;
        top: 45%;
        transform: translateY(-50%);
    }

    .features-slider .owl-nav .owl-prev {
        position: absolute;
        left: -50px;
        top: 45%;
        transform: translateY(-50%);
    }


.features-details h5 {
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.features-icon {
    position: relative;
}

    .features-icon:after {
        content: '';
        display: inline-block;
        position: absolute;
        bottom: -40px;
        left: 50%;
        width: 30px;
        height: 30px;
        transform: translateX(-50%) rotate(-45deg);
        background-color: #EBEBEB;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .features-icon.current:after {
        bottom: -15px;
    }

    .features-icon .customLink {
        cursor: pointer;
    }

    .features-icon a {
        width: 128px;
        height: 128px;
        display: inline-block;
        padding: 35px 0px;
        border-radius: 50%;
        border: #3e356a solid 2px;
        display: inline-block;
        margin-bottom: 10px;
        height: inherit;
        width: 80%;
    }

    .features-icon img {
        width: 40%;
        height: auto;
    }

    .features-icon h4 {
        font-size: 14px;
        padding-bottom: 20px;
    }




/* TEAM SECTION STYLES */
.team-each {
    padding: 0px 50px;
}

    .team-each .team-image-contain {
        position: relative;
        border-radius: 50%;
    }

        .team-each .team-image-contain img {
            width: 100%;
            height: auto;
            border-radius: 50%;
        }

        .team-each .team-image-contain .team-image-overlay {
            position: absolute;
            display: inline-block;
            background-color: rgba(0,0,0,0.5);
            width: 90%;
            height: 90%;
            left: 50%;
            top: 50%;
            border-radius: 50%;
            transform: translate(-50%, -50%);
            opacity: 0;
            background: rgba(72,47,180,0.8);
            background: -moz-linear-gradient(-45deg, rgba(72,47,180,0.8) 0%, rgba(186,63,211,0.8) 62%);
            background: -webkit-linear-gradient(-45deg, rgba(72,47,180,0.8) 0%,rgba(186,63,211,0.8) 62%);
            background: linear-gradient(135deg, rgba(72,47,180,0.8) 0%,rgba(186,63,211,0.8) 62%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482fb4', endColorstr='#ba3fd3',GradientType=1 );
        }

            .team-each .team-image-contain .team-image-overlay h6 {
                position: relative;
                top: 50%;
                transform: translateY(-50%);
            }

        .team-each .team-image-contain:hover .team-image-overlay {
            opacity: 1;
        }

    .team-each .team-member-name {
        padding-top: 20px;
        font-size: 22px;
    }




.tab-content-wrap h5 {
    padding-bottom: 15px;
    font-weight: 600;
}

.tab-content-wrap h6 {
    padding-bottom: 10px;
    font-weight: 600;
}

.tab-content-wrap ol {
    margin-bottom: 40px;
}

    .tab-content-wrap ol p {
        margin-bottom: 10px;
        line-height: 24px;
    }

    .tab-content-wrap ol li p:last-child {
        margin-bottom: 30px;
    }


.tab-content-wrap .screen-shots img {
    width: 170px;
    height: auto;
    max-width: 100%;
    margin-right: 20px;
    display: inline-block;
}




/* ACCORDION */
.accordion .card {
    margin-bottom: 10px;
}

.accordion .card-header {
    color: #3e356a;
}

.accordion a[aria-expanded="true"] .card-header {
    background: #3e356a;
    color: #FFF;
}

.accordion ul {
    list-style: disc;
    padding-left: 15px;
}

.card-body ul {
    list-style: disc;
    padding-left: 15px;
}


.accordion h6 {
    padding-bottom: 10px;
    font-weight: 600;
}

.accordion .card-body h5 {
    padding-bottom: 15px;
    font-weight: 600;
}

.card-body ul + h5 {
    margin-top: 30px;
}

.accordion .card-header h6 {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
}

    .accordion .card-header h6 .icon {
        padding-right: 10px;
        display: inline-block;
    }




.jeweller-select-wrap {
    padding: 40px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

    .jeweller-select-wrap .action-icons {
        padding-top: 30px;
    }

        .jeweller-select-wrap .action-icons a {
            display: inline-block;
            width: 42px;
            height: 42px;
            border-radius: 50%;
            border: #3e356a solid 1px;
            color: #3e356a;
            background: transparent;
            text-align: center;
            margin-right: 30px;
            position: relative;
        }

            .jeweller-select-wrap .action-icons a:hover {
            }

            .jeweller-select-wrap .action-icons a:last-child {
                margin-right: 0px;
            }

            .jeweller-select-wrap .action-icons a:hover {
                border: #3e356a solid 1px;
                color: #fff;
                background: #3e356a;
            }

            .jeweller-select-wrap .action-icons a span {
                font-size: 24px;
                transform: translateY(2px);
                display: inline-block;
            }

.action-icons a i {
    font-size: 11px;
    display: inline-block;
    padding-top: 10px;
    font-style: normal;
    font-weight: bold;
}

.tooltip-wrap a {
    position: relative;
}

    .tooltip-wrap a i {
        width: 100px;
        height: auto;
        line-height: 20px;
        padding: 10px;
        left: 32px;
        margin-left: -64px;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        text-align: center;
        border: 4px solid #3E356A;
        background: #3E356A;
        text-indent: 0px;
        border-radius: 5px;
        position: absolute;
        top: 60px;
        opacity: 0;
        visibility: visible;
        pointer-events: none;
        box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
        -webkit-transform: translate(0px) rotate(25deg) scale(1.5);
        -moz-transform: translate(0px) rotate(25deg) scale(1.5);
        -o-transform: translate(0px) rotate(25deg) scale(1.5);
        -ms-transform: translate(0px) rotate(25deg) scale(1.5);
        transform: translate(0px) rotate(25deg) scale(1.5);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .tooltip-wrap a i:before,
        .tooltip-wrap a i:after {
            content: '';
            position: absolute;
            top: -14px;
            left: 50%;
            margin-left: -9px;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #3E356A;
            -webkit-transform: rotate(181deg);
            -moz-transform: rotate(181deg);
            -o-transform: rotate(181deg);
            -ms-transform: rotate(181deg);
            transform: rotate(181deg);
        }

        .tooltip-wrap a i:after {
            top: -14px;
            margin-left: -10px;
            border-top: 10px solid #3E356A;
        }

    .tooltip-wrap a:hover i {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate(0px) rotate(0deg) scale(1);
        -moz-transform: translate(0px) rotate(0deg) scale(1);
        -o-transform: translate(0px) rotate(0deg) scale(1);
        -ms-transform: translate(0px) rotate(0deg) scale(1);
        transform: translate(0px) rotate(0deg) scale(1);
    }



.quadbox-content .jeweller-popup-general {
    border-bottom: #D8D8D8 solid 1px;
    margin-bottom: 40px;
}

.quadbox-content .jeweller-pop-up-logo span {
    display: inline-block;
    border-radius: 50%;
    padding: 10px;
    border: #3E356A solid 1px;
}

.quadbox-content .jeweller-pop-up-logo img {
    border-radius: 5px;
}

.quadbox-content .jeweller-popup-general h4 {
    font-size: 36px;
    /*color: #4A4A4A;*/
    margin-top: 20px;
}

.quadbox-content .jeweller-popup-general h6 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 30px;
}


.quadbox-content .jeweller-popup-general .spec-wrap label {
    font-size: 12px;
    color: #4A4A4A;
    border: #D8D8D8 solid 1px;
    border-radius: 35px;
    padding: 12px;
    padding-bottom: 15px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}

.quadbox-content .jeweller-popup-general .feature-list {
    list-style: disc;
    padding-left: 20px;
    margin-top: 20px;
}

    .quadbox-content .jeweller-popup-general .feature-list li {
        font-size: 22px;
    }

.quadbox-content .jeweller-popup-dsc p {
    font-size: 14px;
    color: #4A4A4A;
    line-height: 25px;
}

.quadbox-content .available-schemes table {
    text-align: center;
    margin-top: 10px;
}

    .quadbox-content .available-schemes table th {
        font-size: 14px;
        font-weight: 400;
        vertical-align: middle;
        text-align: center;
    }

    .quadbox-content .available-schemes table td a {
        font-size: 12px;
        text-decoration: underline;
        color: #4A4A4A;
    }

.scheme-slider .owl-stage-outer {
    padding: 120px 0px;
    padding-bottom: 110px;
}


.scheme-item .scheme-name {
    font-size: 12px;
    text-align: center;
    padding-top: 15px;
}

.scheme-slider .owl-item {
    transform: scale(0.8);
    transform-origin: center center;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .scheme-slider .owl-item.active.center {
        transform: scale(1.5);
        transform-origin: center center;
        position: relative;
        z-index: 100;
        box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

.scheme-slider.owl-theme .owl-dots .owl-dot span {
    background-color: #3E356A !important;
    border: 2px solid #FFF;
    width: 12px;
    height: 12px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.scheme-slider.owl-theme .owl-dots .owl-dot.active span {
    transform: scale(1.5);
}


.location-data-wrap > div {
    padding-bottom: 50px;
    padding-top: 30px;
}

.location-select {
    padding-bottom: 30px;
}

.location-data-container h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.location-data-icon span {
    font-size: 26px;
    transform: translateY(-5px);
    display: inline-block;
}

.location-data {
    font-size: 14px;
    padding-bottom: 20px;
}



/* BLOG MAIN PAGE STYLE */
.sidebar-heading {
    font-size: 24px;
    position: relative;
    padding-top: 15px;
    margin-bottom: 10px;
}

    .sidebar-heading:before {
        content: '';
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0px;
        width: 75px;
        height: 2px;
        background-color: #3E356A;
    }

.widget-list {
    margin-top: 30px;
}

    .widget-list .widget-item {
        margin-bottom: 30px;
    }

        .widget-list .widget-item:last-child {
            margin-bottom: 0px;
        }

.widget-item h5 {
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    color: #222;
    font-weight: 600;
    padding-left: 5px;
}

.widget-item a:hover h5 {
    opacity: 0.6;
}

.widget-item .sidebar-thumb-holder {
    display: inline-block;
}





.blog-list .blog-list-item {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    margin-bottom: 40px;
}

    .blog-list .blog-list-item:last-child {
        margin-bottom: 0px;
    }

.blog-list .card {
    border-radius: 0 !important;
    border: none !important;
}

.blog-list-item-img {
    background-size: cover;
    background-position: center center;
}


.blog-list .blog-list-item .blog-list-item-content {
    padding: 50px 40px;
}

    .blog-list .blog-list-item .blog-list-item-content h2 {
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 10px;
    }

    .blog-list .blog-list-item .blog-list-item-content a:hover h2 {
        opacity: 0.6;
    }

    .blog-list .blog-list-item .blog-list-item-content .blog-list-item-attrs {
        margin-bottom: 15px;
    }

        .blog-list .blog-list-item .blog-list-item-content .blog-list-item-attrs span {
            display: inline-block;
            margin-right: 10px;
        }

        .blog-list .blog-list-item .blog-list-item-content .blog-list-item-attrs i {
            font-size: 18px;
            color: #999;
        }

    .blog-list .blog-list-item .blog-list-item-content p {
        margin-bottom: 0;
    }

    .blog-list .blog-list-item .blog-list-item-content .button-wrap a {
        font-size: 14px;
    }

        .blog-list .blog-list-item .blog-list-item-content .button-wrap a:hover {
            opacity: 0.8;
            color: #3E356A;
        }

    .blog-list .blog-list-item .blog-list-item-content .button-wrap img {
        width: 15px;
        height: auto;
        display: inline-block !important;
        margin-left: -10px;
        opacity: 0;
        margin-top: -3px;
        visibility: hidden;
    }


    .blog-list .blog-list-item .blog-list-item-content .button-wrap a:hover > img {
        opacity: 1;
        margin-left: 3px;
        visibility: visible;
    }


/*.blog-list-item-img.blog-img-1{
    background-image: url(../images/blog/01.jpg);
}
.blog-list-item-img.blog-img-2{
    background-image: url(../images/blog/02.jpg);
}
.blog-list-item-img.blog-img-3{
    background-image: url(../images/blog/03.jpg);
}
.blog-list-item-img.blog-img-4{
    background-image: url(../images/blog/04.jpg);
}*/



/* SINNG BLOG POST STYLES */
.blog-post-header h1 {
    font-size: 42px !important;
    line-height: 52px;
}

.blog-post-header .blog-list-item-attrs {
    margin-top: 40px;
}

    .blog-post-header .blog-list-item-attrs span {
        padding-right: 20px;
    }

.blog-post-content-wrap .featured-image {
    margin-bottom: 30px;
}

.single-post-pagination a {
    transform: translateX(0px);
    margin-left: 10px;
}

    .single-post-pagination a svg + span {
        padding-left: 5px;
    }

.comment-form input, .comment-form textarea {
    background: transparent !important;
    border-radius: 0px;
    border: none;
    border-bottom: #999 solid 2px !important;
    outline: none !important;
    padding-left: 0px;
    padding-right: 0px;
}






/* MY ACCOUNT STYLES */
.account-form h4.form-title {
    margin-bottom: 20px;
}


.account-form .form-group img {
    width: 24px;
    vertical-align: middle;
    height: auto;
    transform: translateY(10px);
}

.account-form .form-group input {
    color: #FFF !important;
    background: transparent !important;
    border-radius: 0px;
    border: none;
    border-bottom: rgba(255,255,255,0.6) solid 1px !important;
    outline: none !important;
    padding-left: 0px;
    padding-right: 0px;
}

    .account-form .form-group input:focus {
        border-bottom: rgba(255,255,255,1) solid 1px !important;
    }


    .account-form .form-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #FFF !important;
    }

    .account-form .form-group input::-moz-placeholder { /* Firefox 19+ */
        color: #FFF !important;
    }

    .account-form .form-group input:-ms-input-placeholder { /* IE 10+ */
        color: #FFF !important;
    }

    .account-form .form-group input:-moz-placeholder { /* Firefox 18- */
        color: #FFF !important;
    }

.account-form .form-action a {
    color: #FFF !important;
}

    .account-form .form-action a:hover {
        opacity: 0.6;
    }

.account-form .form-action .jr-button {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 20px;
}


.option-select span + .form-check {
    margin-left: .75rem;
}

.option-select input {
    transform: translateY(-2px);
    margin-right: 3px;
}




.timeline-trigger .timeline-trigger-icon {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: #FFF solid 2px;
    background: transparent;
    position: relative;
    display: inline-block;
}

.timeline-trigger:hover .timeline-trigger-icon, .timeline-trigger.active .timeline-trigger-icon {
    background: #3E356A;
    border: #3E356A solid 2px;
}

.timeline-trigger .timeline-trigger-icon img {
    width: 40px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.timeline-trigger h5 {
    margin-top: 20px;
}



.articles-grid-wrap img {
    border: #ccc solid 1px;
    padding: 30px 10px;
}



/* SHOP STYLES */
.product-sidebar .widget {
    border-radius: 5px;
    padding: 30px 25px;
    margin-top: 20px;
    margin-bottom: 35px;
}

    .product-sidebar .widget label input {
        margin-right: 5px;
        transform: translateY(-2px);
    }


/*Checkboxes styles*/
.product-sidebar input[type="checkbox"] {
    display: none;
}

    .product-sidebar input[type="checkbox"] + label {
        display: block;
        position: relative;
        padding-left: 30px;
        margin-bottom: 20px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        font-family: 'Montserrat';
        font-size: 14px;
        color: #333;
        padding-top: 2px;
    }

        .product-sidebar input[type="checkbox"] + label:last-child {
            margin-bottom: 0;
        }

        .product-sidebar input[type="checkbox"] + label:before {
            content: "";
            display: block;
            width: 15px;
            height: 15px;
            border: 1px solid #212529;
            position: absolute;
            left: 0;
            top: 5px;
            opacity: 0.6;
            cursor: pointer;
            -webkit-transition: all 0.12s, border-color 0.08s;
            -moz-transition: all 0.12s, border-color 0.08s;
            -ms-transition: all 0.12s, border-color 0.08s;
            -o-transition: all 0.12s, border-color 0.08s;
            transition: all 0.12s, border-color 0.08s;
        }

    .product-sidebar input[type="checkbox"]:checked + label:before {
        width: 7px;
        top: 2px;
        left: 5px;
        border-radius: 0;
        opacity: 1;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-color: #3E356A;
        border-top-color: transparent;
        border-left-color: transparent;
    }

.product-sidebar .widget h6 {
    font-size: 14px;
}

.product-sidebar .widget {
    position: relative;
    box-shadow: 0px -1px 10px rgba(0,0,0,0.05);
}

.product-sidebar form .reset-icon {
    position: absolute;
    top: -43px;
    right: 10px;
    color: #111 !important;
}

.product-list-page .sorter {
    border-top: rgba(0,0,0,0.1) solid 1px;
    width: 100%;
    position: relative;
}

    .product-list-page .sorter h4 {
        transform: translateY(-20px);
        border-radius: 20px;
        border: rgba(0,0,0,0.1) solid 1px;
        position: relative;
        display: inline-block;
        width: auto;
        background: #FFF;
        color: #495057;
        font-size: 16px;
        font-weight: 400;
        padding: 10px;
    }

    .product-list-page .sorter select {
        transform: translateY(-20px);
        border-radius: 20px;
        outline: none !important;
        border-color: rgba(0,0,0,0.1) !important;
    }

.product-list-page .product-list {
    margin-top: 22px;
}

@media screen and (min-width:768px) {
    .product-list-page .product-list {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
    }


        .product-list-page .product-list .cen {
            width: 33.33%;
            display: flex;
            display: -webkit-flex;
            flex-wrap: wrap;
        }

            .product-list-page .product-list .cen > a {
                display: flex;
                display: -webkit-flex;
                flex-direction: column;
                width: 100%;
            }

    .product-list-page .product {
        flex: 1 0 auto;
    }
}

.product-list-page .product {
    /*margin-bottom: 15px;*/
    position: relative;
    padding: 10px;
}

.product-list-page .product-image {
    text-align: center;
    padding: 50px 10px;
}

    .product-list-page .product-image img {
        width: 100%;
    }

.product-list-page .product .overlay {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    padding: 20px 25px;
    background: rgba(199,108,214,0.8);
    background: -moz-linear-gradient(-45deg, rgba(199,108,214,0.8) 0%, rgba(48,35,174,0.8) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(199,108,214,0.8) 0%,rgba(48,35,174,0.8) 100%);
    background: linear-gradient(135deg, rgba(199,108,214,0.8) 0%,rgba(48,35,174,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c76cd6', endColorstr='#3023ae',GradientType=1 );
}

.product-list-page .product-list > div {
    border: rgba(0,0,0,0.05) solid 1px;
    border-bottom: none;
}

    .product-list-page .product-list > div:nth-child(3n-1) {
        border-right: none;
        border-left: none;
    }

    .product-list-page .product-list > div:nth-last-child(-n+3) {
        border-bottom: rgba(0,0,0,0.05) solid 1px;
    }

.product-list-page .product-list a:hover .product .overlay {
    opacity: 1;
    visibility: visible;
}

.product-list-page .product-list a .product .overlay .overlay-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.product-list-page .product-list a {
    display: inline-block;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
    margin-bottom: 30px;
}
/*.product-list-page .product-list a:hover{
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}*/
.product-list-page .product .overlay .product-attr-wrap {
    margin-bottom: 15px;
}

.product-list-page .product .overlay .product-attr {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: #FFF solid 1px;
    display: inline-block;
    margin: 0 10px;
}

.product-list-page .product .overlay h3 {
    font-size: 24px;
}

.product-list-page .product .overlay .product-attr h4 {
    padding-top: 10px;
    font-weight: 600;
}

.product-list-page .product .overlay .product-attr h6 {
    font-size: 11px;
}

.product-list-page .product .overlay h5 span {
    font-weight: 400;
    font-size: 12px;
}

.product-list-page .product .overlay p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 15px;
}

.product-list-page .product-title-tag {
    font-size: 14px;
    /* padding: 20px 5px;
    box-shadow: 0px -1px 17px rgba(0,0,0,0.1);*/
    /*padding-top: 20px;*/
    position: relative;
}

.product-list-page .product + h3 {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}


.bread-crumbs {
    font-size: 14px;
    margin-bottom: 20px;
}

    .bread-crumbs a:hover {
        color: #333;
    }

.product-details .product-name {
    font-size: 32px;
    color: #444;
}

.product-details .jeweller-name {
    margin-top: 10px;
    font-size: 18px;
    color: #9b9b9b;
}

.product-details .jeweller-logo {
    width: 100px;
    height: 100px;
    padding: 3px;
    border-radius: 0.25rem;
    /*border: #3E356A solid 1px;*/
    display: inline-block;
    cursor: pointer;
}

    .product-details .jeweller-logo img {
        width: 100%;
        height: auto;
        border-radius: 5px;
        cursor: pointer;
        display: inline-block;
    }

.product-details .product-price {
    font-size: 38px;
}

.product-details .tc-link {
    font-size: 14px;
}

    .product-details .tc-link:hover {
        color: #777;
    }

table.product-spec, table.product-spec td, table.product-spec th {
    border: 1px solid #ccc !important;
    color: #777;
}

.more-spec-container {
    padding: 20px;
    border: #ccc solid 1px;
}

    .more-spec-container p:last-child {
        margin-bottom: 0px;
    }


.related-products .related-product {
    border: rgba(0,0,0,0.05) solid 1px;
    padding-bottom: 50px;
    border-right: none;
}

.related-products .owl-item:last-child .related-product {
    border-right: rgba(0,0,0,0.05) solid 1px;
}

.related-products .related-product .product-image {
    text-align: center;
    padding: 50px 10px;
    padding-bottom: 25px;
}

.related-products .related-product .product-title-tag {
    font-size: 14px;
    /* padding: 20px 5px;
    box-shadow: 0px -1px 17px rgba(0,0,0,0.1);*/
    /*padding-top: 20px;*/
    position: relative;
}

.related-products .related-product .product + h3 {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}


.related-products.owl-theme .owl-dots {
    margin-top: 20px !important;
}

    .related-products.owl-theme .owl-dots .owl-dot span {
        background-color: #3E356A !important;
        border: 2px solid #FFF;
        width: 12px;
        height: 12px;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .related-products.owl-theme .owl-dots .owl-dot.active span {
        transform: scale(1.5);
    }



.my-account-header h1 {
    font-size: 30px;
    line-height: 40px;
}

.my-account-links {
    margin-top: 10px;
}

    .my-account-links a {
        font-size: 14px;
        font-weight: 300;
    }

        .my-account-links a:hover {
            color: #FFF;
            opacity: 0.7;
        }

.account-notifications h3 {
    font-size: 18px;
}

    .account-notifications h3 .icon {
        font-size: 28px;
        padding-right: 10px;
        display: inline-block;
        transform: translateY(3px);
    }

.account-notifications ul {
    margin-top: 15px;
    font-weight: 300;
    font-size: 14px;
}

    .account-notifications ul li {
        margin-bottom: 10px;
    }

        .account-notifications ul li:last-child {
            margin-bottom: 10px;
        }

        .account-notifications ul li span {
            padding-right: 5px;
        }


.account-summary h3 {
    font-size: 18px;
    line-height: 32px;
}

.user-status-container {
    margin-top: 15px;
}

    .user-status-container .user-status {
        display: inline-block;
        width: 64px;
        margin-right: 10px;
    }

        .user-status-container .user-status:last-child {
            margin-right: 0px;
        }

        .user-status-container .user-status .count {
            width: 64px;
            height: 64px;
            display: inline-block;
            border-radius: 50%;
            border: #FFF solid 1px;
            font-size: 36px;
        }

            .user-status-container .user-status .count.contrast-color-bg {
                border: #f5a623 solid 1px;
            }

            .user-status-container .user-status .count span {
                display: inline-block;
                transform: translateY(2px);
            }

        .user-status-container .user-status .status {
            font-size: 12px;
            line-height: 15px;
            padding-top: 10px;
        }

        .user-status-container .user-status a {
            color: #FFF !important;
        }

            .user-status-container .user-status a:hover {
                opacity: 0.8;
            }

        .user-status-container .user-status .count img {
            width: 36px;
        }

.plan-details-table tbody tr:first-child td, .plan-details-table tbody tr:first-child th {
    border-top: none !important;
}







/* ACTIVITY PAGES STYLES */


.savings-scheme-image-wrap.activity-inner-page {
    /*padding: 0 60px 40px 60px;
  width: 70%;
  margin-left: 15%;*/
    padding-bottom: 50px;
}

/*.savings-scheme-image-wrap.activity-inner-page {
  padding-bottom: 50px;
}*/

.select-jeweller-area .savings-scheme-activity-st1 {
    fill: #3E356A;
}

.select-jeweller-area .savings-scheme-activity-st0#circle_1, .select-jeweller-area .savings-scheme-activity-st0#circle_2, .select-jeweller-area .savings-scheme-activity-st0#circle_3, .select-jeweller-area .savings-scheme-activity-st0#circle_4 {
    stroke: #3E356A;
}

.select-jeweller-area .savings-scheme-activity-st0#circle_1, .select-jeweller-area .savings-scheme-activity-st0#circle_2 {
    fill: #3E356A;
}


.select-jeweller-area #image_1 path, .select-jeweller-area #image_1 circle, .select-jeweller-area #image_2 path {
    fill: #fff;
}

.select-jeweller-area #one-two-separator path, .select-jeweller-area #two-three-separator path, .select-jeweller-area #three-four-separator path {
    stroke: #3E356A;
}

.activity-shadow-box {
    position: relative;
    margin: 0;
    padding: 25px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #dfdfdf;
    /*box-shadow: -2px 0px 11px -1px rgba(0, 0, 0, 0.4);*/
    box-shadow: -2px -1px 40px -6px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

    .activity-shadow-box.activity-jeweller-desc-wrap::after {
        content: "";
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0px;
        left: 39%;
        box-sizing: border-box;
        border: 1px solid #dfdfdf;
        border-color: transparent transparent #dfdfdf #dfdfdf;
        transform-origin: 0 0;
        transform: translateX(-50%) rotate(135deg);
        box-shadow: -3px 3px 8px -5px rgba(0, 0, 0, 0.15);
        background: #FFF;
        /*box-shadow: -5px 5px 17px -5px rgba(0, 0, 0, 0.4);*/
    }

.activity-jeweller-desc-text-wrap h4 {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 8px;
}

.tooltip-wrap a span.tool-tip-icon {
    font-size: 22px !important;
    padding-left: 5px;
    color: #adadad !important;
}

.tooltip-wrap a i {
    text-transform: uppercase;
    z-index: 120;
    font-size: 12px;
    letter-spacing: 1px;
}

h2.activity-jeweller a i {
    left: 25px;
    top: 45px;
}

h3.activity-jeweller-amount a i {
    left: 25px;
    top: 50px;
}

.activity-jeweller-desc-text-wrap h2.activity-jeweller {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 20px;
}

.activity-jeweller-desc-text-wrap h3.activity-jeweller-amount {
    font-size: 36px;
    line-height: 43px;
}

    .activity-jeweller-desc-text-wrap h3.activity-jeweller-amount span {
        font-size: 30px;
    }

.activity-jeweller-logo {
    width: 160px;
    height: 160px;
    display: inline-block;
    padding: 10px;
    margin-right: 20px;
    border-radius: 50%;
    border: 1px solid black;
}

.activity-divider {
    width: 100%;
    height: 2px;
    margin: 25px 0px;
}

.activity-jeweller-table h4 {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 8px;
}


.activity-jeweller-table {
    padding: 0px 15px;
}

    .activity-jeweller-table table th {
        text-align: center;
        font-size: 14px;
        line-height: 21px;
    }

    .activity-jeweller-table table td {
        text-align: center;
        font-size: 14px;
        line-height: 21px;
    }

    .activity-jeweller-table .table-title .title-selector {
        width: 7%;
    }

    .activity-jeweller-table .table-title .title-scheme {
        width: 30%;
    }

    .activity-jeweller-table .table-title .title-policy {
        width: 7%;
    }

    .activity-jeweller-table .table-title .title-amt {
        width: 14%;
    }

    .activity-jeweller-table .table-title .title-value {
        width: 21%;
    }

    .activity-jeweller-table .table-title .title-jewellery {
        width: 21%;
    }

    .activity-jeweller-table .table-title th {
        border: 1px solid #e5e3ec;
        border-bottom: 0px solid #e5e3ec;
    }

    .activity-jeweller-table .table-results td {
        border: 1px solid #e5e3ec;
    }

        .activity-jeweller-table .table-results td.view-file img {
            width: 50%;
        }

.activity-scheme-table h4 {
    font-size: 16px;
    line-height: 23px;
}

.activity-scheme-table-title h4 {
    padding-top: 10px;
}

.change-amount-wrap {
    margin-bottom: 20px;
    padding-right: 5px;
}

    .change-amount-wrap h4 {
        padding-right: 10px;
        display: inline-block;
    }

    .change-amount-wrap form {
        display: inline-block;
    }

    .change-amount-wrap input {
        display: inline-block;
        width: 100px;
        height: 40px;
        padding-left: 5px;
        padding-right: 5px;
        transform: translateY(1px);
    }

.scheme-each .scheme-jeweller-image-wrap img {
    width: auto;
    height: 85px;
}

.scheme-each-cell-1 h4 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.scheme-each-cell-1 h6 {
    font-size: 14px;
}

.scheme-each-cell-2 h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.scheme-each-cell-2 h6 {
    font-size: 16px;
    margin-bottom: 10px;
}

    .scheme-each-cell-2 h6 span {
        font-size: 20px;
    }

.scheme-each-cell-2 a {
    font-size: 14px;
    text-decoration: underline;
}

.scheme-each-cell-3 h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.scheme-each-cell-3 h6 {
    font-size: 14px;
    line-height: 19px;
}

    .scheme-each-cell-3 h6 + h6 {
        margin-top: 10px;
    }

.scheme-each-cell-4 h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.scheme-each-cell-4 ul {
    list-style: '+ ';
    margin-left: 15px;
    font-size: 14px;
}

td.scheme-each-cell-5 {
    vertical-align: middle;
}

    td.scheme-each-cell-5 a {
        transform: translateX(0px);
    }



.personal-details-area .savings-scheme-activity-st1 {
    fill: #3E356A;
}

.personal-details-area .savings-scheme-activity-st0#circle_1, .personal-details-area .savings-scheme-activity-st0#circle_2, .personal-details-area .savings-scheme-activity-st0#circle_3, .personal-details-area .savings-scheme-activity-st0#circle_4 {
    stroke: #3E356A;
}

.personal-details-area .savings-scheme-activity-st0#circle_1, .personal-details-area .savings-scheme-activity-st0#circle_2, .personal-details-area .savings-scheme-activity-st0#circle_3 {
    fill: #3E356A;
}

.personal-details-area #image_1 path, .personal-details-area #image_1 circle, .personal-details-area #image_2 path, .personal-details-area #image_3 path {
    fill: #fff;
}

.personal-details-area #one-two-separator path, .personal-details-area #two-three-separator path, .personal-details-area #three-four-separator path {
    stroke: #3E356A;
}

.activity-shadow-box.personal-details-desc-wrap::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0px;
    left: 68%;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
    border-color: transparent transparent #dfdfdf #dfdfdf;
    transform-origin: 0 0;
    transform: translateX(-50%) rotate(135deg);
    box-shadow: -3px 3px 8px -5px rgba(0, 0, 0, 0.15);
    background: #FFF;
}

.personal-details-desc-wrap table {
    margin-bottom: 0;
}

    .personal-details-desc-wrap table th {
        font-size: 14px;
        line-height: 21px;
    }

    .personal-details-desc-wrap table td {
        font-size: 14px;
        line-height: 21px;
    }

.personal-selected-jewellery-img-outer {
    padding: 5px;
    border: 1px solid #e9ecef;
}

.personal-selected-jewellery-img-wrap {
    width: 100%;
    padding: 24px;
    border-radius: 4px;
}

    .personal-selected-jewellery-img-wrap img {
        padding: 0px 65px;
    }

    .personal-selected-jewellery-img-wrap .jewellery-name {
        font-size: 20px;
        line-height: 27px;
    }

    .personal-selected-jewellery-img-wrap .jewellery-price {
        font-size: 14px;
        line-height: 29px;
    }

        .personal-selected-jewellery-img-wrap .jewellery-price span {
            font-size: 14px;
        }

.personal-form-indicator {
    width: 100%;
    height: 3px;
    background: #9b9a9b;
}

    .personal-form-indicator.active {
        background: #50e2c1;
    }

.personal-details-form-wrap .personal-form-title {
    font-size: 26px;
    line-height: 33px;
}

.personal-details-form .radio-sex-one {
    margin-left: 1px;
}

.personal-details-form #mobile-no-code, .personal-details-form #nominee-mobile-no-code {
    width: 12%;
    display: inline-block;
}

.personal-details-form #mobile-no, .personal-details-form #nominee-mobile-no {
    /*width: 87%;*/
    display: inline-block;
}

.personal-details-form #landline-no-code, .personal-details-form #nominee-landline-no-code {
    width: 12%;
    display: inline-block;
}

.personal-details-form #landline-no-areacode, .personal-details-form #nominee-landline-no-areacode {
    width: 24%;
    display: inline-block;
}

.personal-details-form #landline-no, .personal-details-form #nominee-landline-no {
    /*width: 62%;*/
    display: inline-block;
}

.personal-details-form #datepicker-date {
    width: 48px;
    display: inline-block;
}

.personal-details-form #datepicker-month {
    width: 48px;
    display: inline-block;
}

.personal-details-form #datepicker-year {
    /*width: 12%;*/
    display: inline-block;
}

.project-form label {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
}

    .project-form label span {
        font-size: 14px;
        line-height: 18px;
    }

.project-form input {
    border-radius: 0px;
    border: none;
    border-bottom: 2px solid #969696;
    font-size: 14px;
    line-height: 21px;
    padding-top: 3px;
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.project-form select {
    border-radius: 0px;
    border: none;
    border-bottom: 2px solid #969696;
    font-size: 14px;
    line-height: 21px;
    height: calc(2.25rem - 2px) !important;
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.project-form input[type=file] {
    border: none;
}

select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: .5em;
    padding-right: 1.5em;
    background-size: 14px;
}

.normal-redliner {
    position: relative;
    display: block;
}

.mobile-redliner {
    position: relative;
    display: inline-block;
    width: 87%;
}

.landline-redliner {
    position: relative;
    display: inline-block;
    width: 62%;
}

.datepicker-redliner {
    position: relative;
    display: inline-block;
    width: 96px;
}

.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 #3E356A;
    background: #3E356A;
    color: #fff;
}

.normal-redliner:after, .mobile-redliner:after, .datepicker-redliner:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 30px;
    height: 2px;
    background: #ff0000;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(0,3,51,0.5) !important;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: rgba(0,3,51,0.5) !important;
}

input:-ms-input-placeholder { /* IE 10+ */
    color: rgba(0,3,51,0.5) !important;
}

input:-moz-placeholder { /* Firefox 18- */
    color: rgba(0,3,51,0.5) !important;
}

.swiper-container {
    width: 100%;
}

.continue-prev-btn.swiper-button-disabled {
    opacity: 0.2;
    cursor: default;
}

    .continue-prev-btn.swiper-button-disabled:hover {
        background: #fff;
        border-color: #3E356A;
        color: #3E356A;
    }

        .continue-prev-btn.swiper-button-disabled:hover path {
            fill: #3E356A;
        }

/*Radio Button Styling*/



/*File upload style*/

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfile + label {
        max-width: 80%;
        font-size: 1.25rem;
        /* 20px */
        font-weight: 700;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        display: inline-block;
        overflow: hidden;
        padding: 0.625rem 1.25rem;
        /* 10px 20px */
    }

    .inputfile:focus + label,
    .inputfile.has-focus + label {
        outline: 1px dotted #000;
        outline: -webkit-focus-ring-color auto 5px;
    }

    .inputfile + label * {
        /* pointer-events: none; */
        /* in case of FastClick lib use */
    }

    .inputfile + label svg {
        width: 1em;
        height: 1em;
        vertical-align: middle;
        fill: currentColor;
        margin-top: -0.25em;
        /* 4px */
        margin-right: 0.25em;
        /* 4px */
    }

.inputfile-6 + label {
    color: #3E356A;
}

.inputfile-6 + label {
    border: 1px solid #3E356A;
    background-color: #fffff;
    padding: 0;
    margin-top: 5px;
    display: table-cell;
}

    .inputfile-6:focus + label,
    .inputfile-6.has-focus + label,
    .inputfile-6 + label:hover {
        border-color: #3E356A;
    }

    .inputfile-6 + label span,
    .inputfile-6 + label strong {
        padding: 8px;
        /* 10px 20px */
    }

    .inputfile-6 + label span {
        width: 200px;
        min-height: 2em;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        vertical-align: top;
    }

    .inputfile-6 + label strong {
        height: 100%;
        font-size: 12px;
        line-height: 19px;
        color: #ffffff;
        background-color: #3E356A;
        display: inline-block;
    }

    .inputfile-6:focus + label strong,
    .inputfile-6.has-focus + label strong,
    .inputfile-6 + label:hover strong {
        background-color: #3E356A;
    }

@media screen and (max-width: 50em) {
    .inputfile-6 + label strong {
        display: block;
    }
}

.file-upload-limit-text {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 0;
    margin-top: 7px;
}

.plan-table {
    margin-top: 1px;
}

    .plan-table .table-title th, .plan-table td {
        font-size: 12px !important;
        padding: 15px 0;
    }

        .plan-table td.view-file img {
            width: 50%;
        }

    .plan-table .plan-table-column-1, .plan-table .plan-table-column-7, {
        width: 3.6%;
    }

    .plan-table .plan-table-column-2, .plan-table .plan-table-column-8, .plan-table .plan-table-column-9, .plan-table .plan-table-column-10, .plan-table .plan-table-column-11 {
        width: 7.2%;
    }

    .plan-table .plan-table-column-3 {
        width: 14.4%;
    }

    .plan-table .plan-table-column-4, .plan-table .plan-table-column-4, .plan-table .plan-table-column-6 {
        width: 10.8%;
    }

    .plan-table .plan-table-column-12 {
        width: 5.4%;
    }

    .plan-table .plan-table-column-13 {
        width: 4.6%;
    }

.installment-table {
    margin-top: 40px;
}

    .installment-table .table-title th {
        font-size: 14px !important;
        line-height: 21px;
        padding: 15px;
    }

    .installment-table td {
        font-size: 14px !important;
        line-height: 21px;
        padding: 15px 10px;
    }

    .installment-table .installment-table-column-1 {
        width: 10%;
    }

    .installment-table .installment-table-column-2, .installment-table .installment-table-column-5, .installment-table .installment-table-column-6 {
        width: 20%;
    }

    .installment-table .installment-table-column-3, .installment-table .installment-table-column-4 {
        width: 15%;
    }

    .installment-table .installment-status {
        padding: 7px 10px;
    }

        .installment-table .installment-status.paid {
            color: #417505;
            margin-right: 5px;
        }

        .installment-table .installment-status.unpaid {
            color: #ff0000;
            margin-right: 5px;
        }

        .installment-table .installment-status.receipt, .installment-table .installment-status.pay-now {
            padding: 0;
            /*background: #4A90E2;*/
        }

            .installment-table .installment-status.receipt a {
                padding: 7px 10px;
                background: #4A90E2;
            }

        .installment-table .installment-status.pay-now {
            padding: 7px 10px;
            background: #3E356A;
        }






.make-payment-area .savings-scheme-activity-st1 {
    fill: #FFF;
}

.make-payment-area .savings-scheme-activity-st0#circle_1, .make-payment-area .savings-scheme-activity-st0#circle_2, .make-payment-area .savings-scheme-activity-st0#circle_3, .make-payment-area .savings-scheme-activity-st0#circle_4 {
    stroke: #3E356A;
    fill: #3E356A;
}

.make-payment-area .savings-scheme-activity-st0#circle_1, .make-payment-area .savings-scheme-activity-st0#circle_2, .make-payment-area .savings-scheme-activity-st0#circle_3 {
    fill: #3E356A;
}

.make-payment-area #image_1 path, .make-payment-area #image_1 circle, .make-payment-area #image_2 path, .make-payment-area #image_3 path {
    fill: #fff;
}

.make-payment-area #one-two-separator path, .make-payment-area #two-three-separator path, .make-payment-area #three-four-separator path {
    stroke: #3E356A;
}

.activity-shadow-box.make-payment-desc-wrap::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0px;
    left: 98%;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
    border-color: transparent transparent #dfdfdf #dfdfdf;
    transform-origin: 0 0;
    transform: translateX(-50%) rotate(135deg);
    box-shadow: -3px 3px 8px -5px rgba(0, 0, 0, 0.15);
    background: #FFF;
}

.make-payment-content-wrap {
    padding-top: 30px;
    padding-bottom: 20px;
}

    .make-payment-content-wrap h4 {
        font-size: 32px;
        line-height: 40px;
    }

    .make-payment-content-wrap form label {
        display: inline !important;
        padding-left: 10px;
        font-size: 14px;
    }


    /*Checkboxes styles*/
    .make-payment-content-wrap input[type="checkbox"] {
        display: none;
    }

        .make-payment-content-wrap input[type="checkbox"] + label {
            position: relative;
            padding-left: 30px;
            margin-bottom: 20px;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            padding-top: 2px;
        }

            .make-payment-content-wrap input[type="checkbox"] + label:last-child {
                margin-bottom: 0;
            }

            .make-payment-content-wrap input[type="checkbox"] + label:before {
                content: "";
                display: block;
                width: 15px;
                height: 15px;
                border: 1px solid #9b9a9b;
                position: absolute;
                left: 0;
                top: 5px;
                opacity: 0.6;
                cursor: pointer;
                -webkit-transition: all 0.12s, border-color 0.08s;
                -moz-transition: all 0.12s, border-color 0.08s;
                -ms-transition: all 0.12s, border-color 0.08s;
                -o-transition: all 0.12s, border-color 0.08s;
                transition: all 0.12s, border-color 0.08s;
            }

        .make-payment-content-wrap input[type="checkbox"]:checked + label:before {
            width: 7px;
            top: 2px;
            left: 5px;
            border-radius: 0;
            opacity: 1;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            border-color: #9b9a9b;
            border-top-color: transparent;
            border-left-color: transparent;
        }

.make-payment-button-wrap a.jr-button {
    transform: translateX(0);
}


.select-payment-method-wrap {
    border: #3E356A solid 1px;
    border-radius: 5px;
    padding: 30px;
    background: transparent;
    min-height: 300px;
}

    .select-payment-method-wrap svg {
        height: 100px;
    }

    .select-payment-method-wrap.online-payment svg {
        height: 85px;
    }

    .select-payment-method-wrap:hover {
        background: #3E356A;
    }

        .select-payment-method-wrap:hover svg * {
            fill: #FFF;
        }

        .select-payment-method-wrap:hover h4, .select-payment-method-wrap:hover h6 {
            color: #FFF;
        }

    .select-payment-method-wrap h4 {
        font-size: 24px;
        line-height: 31px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .select-payment-method-wrap h6 {
        font-size: 14px;
        line-height: 2;
    }



.payment-sucess-content-wrap {
    padding-top: 30px;
    padding-bottom: 20px;
}

    .payment-sucess-content-wrap h4 {
        font-size: 26px;
        line-height: 35px;
        padding-top: 20px;
    }

.payment-data-wrap {
    padding-top: 25px;
}

.payment-data {
    border-radius: 10px;
    padding: 20px 10px;
}

    .payment-data h6 {
        font-size: 13px;
    }

    .payment-data h5 {
        padding-top: 5px;
        font-size: 26px;
    }

.payment-sucess-content-wrap .alert {
    margin-top: 30px;
    font-size: 0.9rem;
}

.payment-details h5 {
    font-size: 12px;
}

.payment-details h4 {
    font-size: 14px;
}

.payment-details ul {
    list-style: disc;
    padding-left: 15px;
    font-weight: 400;
    font-size: 12px;
}


.scheme-swiper-wrap {
    overflow-x: hidden;
}



/* FOOTER STYLES */
.footer-segment-title {
    margin-bottom: 20px;
    font-size: 14px;
}

.footer-nav-wrap ul li {
    padding-bottom: 10px;
}

    .footer-nav-wrap ul li:last-child {
        padding-bottom: 0;
    }

    .footer-nav-wrap ul li a {
        font-size: 14px;
        color: #c5c2d2;
        font-weight: 400;
    }

        .footer-nav-wrap ul li a:hover {
            color: #FFF;
            opacity: 0.5;
        }

.footer-social-wrap {
    padding-top: 8px;
}

    .footer-social-wrap ul li {
        display: inline-block;
        list-style: none;
        margin-right: 10px;
    }

        .footer-social-wrap ul li:last-child {
            margin-right: 0px;
        }

        .footer-social-wrap ul li a {
            display: inline-block;
            border: #fff solid 1px;
            width: 45px;
            height: 43px;
            text-align: center;
            margin-bottom: 15px;
            -webkit-transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            -ms-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
        }

            .footer-social-wrap ul li a:hover {
                color: #FFF;
                opacity: 0.5;
            }

            .footer-social-wrap ul li a span {
                position: relative;
                z-index: 0;
                display: inline-block;
                text-align: center;
                font-weight: normal;
                font-size: 26px;
            }


.footer-contact-wrap {
    margin-top: 35px;
    font-size: 14px;
    color: #c5c2d2;
    font-weight: 400;
}

    .footer-contact-wrap a {
        font-size: 14px;
        color: #c5c2d2;
        font-weight: 400;
    }

.foot-contact-details, .foot-contact-details a {
    color: #c5c2d2;
}

.footer-contact-wrap a:hover {
    color: #FFF;
    opacity: 0.5;
}

.foot-contact-icon {
    display: inline-block;
    padding-right: 10px;
    font-size: 24px;
    font-weight: bold;
    transform: translateY(4px);
}

.copyright-txt h6 {
    font-size: 12px;
    opacity: 0.7;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/

/* Ultra Large Desktops / HD Screens */
@media only screen and (min-width: 3001px) and (max-width: 5000px){
    
}


/* Super Large Desktops / HD Screens */

@media (min-width: 1681px) and (max-width: 1980px) {
    .container {
        width: 1600px;
        max-width: unset;
    }

    .header-bar .left-nav ul {
        text-align: center;
    }

    /*.header-bar .right-nav {
        float: none !important;
    }

    .header-bar .right-nav ul {
        text-align: center;
    }*/

    .header-bar .left-nav ul li, .header-bar .right-nav ul li {
        padding: 0px 30px;
    }

    .popup-content-wrap.container {
        width: auto;
    }

    .saving-popup-section {
        width: 80%;
        left: 10%;
    }

    .popup-content-title {
        padding: 0px 120px;
    }

    .section-title-inner-wrap {
        padding: 78px 148px;
    }

    .savings-plan-section .button-wrap {
        text-align: right;
        padding-right: 5px;
    }

    .savings-plan-section .section-title, .select-jeweller-section .section-title {
        padding: 0px 60px;
    }

    .testimonial-slider {
        width: 80%;
        margin-left: 10%;
    }
}

@media (min-width: 1441px) and (max-width: 1680px) {
    .container {
        width: 1250px;
        max-width: unset;
    }

    .banner-slide-item {
        height: 63vh;
    }

    .section-title-inner-wrap {
        padding: 49px 60px;
    }

    .popup-content-wrap.container {
        width: auto;
    }

    .saving-popup-section {
        width: 80%;
        left: 10%;
    }

    .popup-content-title {
        padding: 0px 120px;
    }

    .savings-plan-section .section-title, .select-jeweller-section .section-title {
        padding: 0px 60px;
    }

    .testimonial-slider {
        width: 80%;
        margin-left: 10%;
    }
}

/* Larger than Desktop HD */
@media (max-width: 1440px) {
    .container {
        max-width: 1140px;
    }

    .banner-slide-item {
        height: calc(72vh - 50px);
    }

}

/* Larger than Desktop HD */
@media (max-width: 1340px) {
    .container {
        max-width: 1000px;
    }

	
	/* personal details*/
   .mobile-redliner {
    width: 85%;
   }
   .landline-redliner {
    width: 60%;
   }
	/* personal details end*/


    .plan-amount-selector{
        height: 38px;
    }
    .amount-wrap{
        padding-left: 0px;
    }
    .plan-amount-selector .icon-holder{
        width: 24px;
    }
    .amount-wrap .amount, .plan-amount-selector .amount-list .amount-list-item{
        font-size: 16px;
    }
}

/* Larger than desktop */
@media (max-width: 1024px) {
    .container {
        max-width: 900px;
    }
    .add-top {
        margin-top: 120px;
    }
    .add-bottom {
        margin-bottom: 120px;
    }
    .add-top-half {
        margin-top: 60px;
    }
    .add-bottom-half {
        margin-bottom: 60px;
    }
    .add-min-top-half {
        margin-top: 30px;
    }
    .add-min-bottom-half {
        margin-bottom: 30px;
    }
    .pad-top {
        padding-top: 120px;
    }
    .pad-bottom {
        padding-bottom: 120px;
    }
    .pad-top-half {
        padding-top: 60px;
    }
    .pad-bottom-half {
        padding-bottom: 60px;
    }
    .pad-min-top-half {
        padding-top: 30px;
    }
    .pad-min-bottom-half {
        padding-bottom: 30px;
    }

    .mobile-header{
        display: block !important;
    }
    .pre-header, .pre-header + header, .quarter-board + header{
        display: none;
    }

    body.inner-page .page-header{
        margin-top: 92px;
    }
    .banner-section{
        margin-top: 152px;
    }
	.overscroll {
		overflow-x: scroll;
	}
	.cen {
	text-align: center;
	}
	.pad-top-head {
		padding-top: 20px;
	}
	.pad-top-head-2 {
		padding-top: 15px;
	}
	/* my account*/
	.user-status-container .user-status .count {
    width: 54px;
    height: 54px;
	font-size: 28px;
	}
	.user-status-container .user-status {
    margin-right: 10px;
    }
	
	/* my account end*/
	/* login page */
	.account-form .form-group img {
    transform: translateY(0px);
    }
	/* login page end*/
	
	/* my account*/
	
	/* blog post*/
	.blog-post-header h1 {
    font-size: 37px !important; 
	}
	/* blog post end*/
	
	/* page box card */
	
	.page-content-card h1 {
    font-size: 40px;
    }
	.page-content-card .section-title-inner-wrap {
    padding: 50px 0px;
    }
	.page-content-card {
    transform: translateY(-105px);
    }
	/* page box card end*/
	
	/*partner jewellers*/
	.jeweller-select-wrap {
    padding: 30px;
	}
	
	.scheme-slider .owl-stage-outer {
    padding: 75px 0px;
    padding-bottom: 86px;
    }
	.quadbox-overlay {
    z-index: 999;
    }
	.quadbox-content {
    z-index: 999;
	    padding: 20px;
	}
	.col-11.font-weight-300.main-color.location-data {
    padding-left: 22px;
    margin-top: 5px;
    margin-left: -4px;
    padding-right: 0px;
   }
	/*patner jeweller end*/
	/* personal Details*/
	.personal-selected-jewellery-img-wrap img {
     padding: 0px 0px;
	 }
	 .form-pad-left {
     padding-left: 0px;
	 }
	 .form-control {
	 padding: 0rem 0rem;
	 }
	 .mobile-redliner {
      width: 85%;
      }
	  .landline-redliner {
       width: 60%;
	   }
	   .activity-shadow-box.personal-details-desc-wrap::after {
    transform: translateX(-21%) rotate(135deg);
	   }
	/* personal Details end*/
	/* make payment*/
	.activity-shadow-box.make-payment-desc-wrap::after {
    transform: translateX(-20%) rotate(135deg);
    }
	/* make payment end */
	/* about us*/
	.features-icon a {
    width: 100px;
    height: 100px;
	}
	.features-icon img {
    width: 30%;
	}
	/* about us end*/
	/* Footer Start*/
	.inner-page-cta-wrap h3 {
     padding: 32px 0px;
    font-size: 32px;
    font-weight: 200;
    }
	.footer-segment-title {
	margin-bottom: 6px;
    font-size: 15px;
    /*text-align: center;*/
    margin-top: 32px;
    }
    /*.footer-nav-wrap {
    text-align: center;
    }	*/
	.footer-nav-wrap ul li a {
    font-size: 13px;
    }
    .footer-social-wrap ul li a span {
    font-size: 20px;
    }
	/*.footer-social-wrap {
    text-align: center;
	}*/
    .footer-social-wrap ul li a {
    width: 30px;
    height: 30px;
    margin-bottom: 0px;
    }
	/*.footer-contact-wrap {
    text-align: center;
	}*/
	.foot-contact-icon {
    font-size: 21px;
    transform: translateY(2px);
    }
	.footer-contact-wrap a {
    font-size: 13px;
    }
	.footer-contact-time.foot-contact-details {
    font-size: 14px;
    }
	.copyright-txt h6 {
    font-size: 12px;
    /*text-align: center;*/
    }	
	/* special case*/
	.footer-contact-wrap {
    margin-top: 35px;
	}
	/* Footer End*/


    .testimonial-author-name h4{
        font-size: 18px;
    }

    .testimonial-content p{
        font-size: 16px;
    }
    .jeweller-item{
        padding: 15px;
    }
	

    .blog-title-wrap h1{
        font-size: 26px;
    }
    .blog-title-wrap h5{
        font-size: 18px;
    }

    .jewellery-section-title h2 {
        font-size: 26px;
        line-height: 32px;
    }
}

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

@media (max-width: 990px) {

    .banner-slider, .popup-trigger{
        display: none !important;
    }

    .mobile-banner-wrap{
        display: block !important;
    }

    .mob-banner-slider.owl-theme .owl-dots .owl-dot span{
        background-color: #3E356A !important;
        border:2px solid #FFF;
        width: 12px;
        height: 12px;

        -webkit-transition: all .4s ease-in-out;
           -moz-transition: all .4s ease-in-out;
            -ms-transition: all .4s ease-in-out;
             -o-transition: all .4s ease-in-out;
                transition: all .4s ease-in-out;
    }
    .mob-banner-slider.owl-theme .owl-dots .owl-dot.active span{
        transform: scale(1.5);
    }

    .quarter-board{
        height: 30vh;
    }

    .jewellery-section{
        padding-top: 60px !important;
    }


    .testimonial-slider .owl-nav .owl-prev{
        left: -20px !important;
    }

    .testimonial-slider .owl-nav .owl-next{
        right: -20px !important;
    }

    .testimonial-slider .owl-nav > div img{
        width: 30px;
    }

    .articles-section h5{
        text-align: center !important;
        margin-bottom: 20px;
    }
}

/* Larger than tablet */
@media (max-width: 768px) {
    .container {
        width: 668px;
    }
	
	.martopbot {
    margin-bottom: 30px;
    margin-top: 30px;
    }
	.savings-scheme-image-wrap.activity-inner-page.select-jeweller-area {
    text-align: center;
    }
	
	/* index page */
	.card.main-color-bg.jewellery-section-title.draw-border-active.cen.text-sm-center.active {
    margin-bottom: 35px;
    }
	.select-jeweller-section .section-title {
    padding-top: 0px;
    }
	.hom-pad {
    padding-top: 40px;
    padding-bottom: 40px;
    }
	.select-jeweller-section {
    padding-bottom: 0px;
    }
	.testimonial-content p {
    font-size: 16px;
    line-height: 23px;
	}
	/* index page end */
	
	/* make payment */
	.activity-shadow-box.make-payment-desc-wrap::after {
    transform: translateX(-12%) rotate(135deg);
	}
	/* make payment end */
	/* partner jewellers*/
	.jeweller-select-wrap {
		margin-bottom: 30px;
    padding: 30px;
	}
	.quadbox-overlay {
    z-index: 999;
    }
	.quadbox-content {
    z-index: 999;
	    padding: 30px;
	}
	.quadbox-content .jeweller-pop-up-logo span {
    width: 25%;
	}
	.quadbox-content .jeweller-popup-general h4 {
    font-size: 26px;
    margin-top: 11px;
    }
	.quadbox-content .jeweller-popup-general h6 {
    font-size: 15px;
	}
	.quadbox-content .jeweller-popup-general .spec-wrap label {
    padding: 6px;
    padding-bottom: 8px;
	}
	.quadbox-content .jeweller-popup-general .feature-list li {
    font-size: 17px;
    }
	.quadbox-content .jeweller-popup-dsc p {
    padding-top: 10px;
    font-size: 13px;
	}
	.scheme-slider .owl-stage-outer {
    padding: 65px 0px;
    padding-bottom: 70px;
    }
	.location-data {
    font-size: 15px;
	}
	.col-11.font-weight-300.main-color.location-data {
    padding-left: none;
    margin-top: none;
    margin-left: none;
    padding-right: none;
    }
	/* partner jewellers end*/
	/* product list */
	.product-sidebar .widget {
    padding: 0px 0px;
	}
	/* product list end*/
	/* select saving scheme*/
	.change-amount-wrap {
    text-align: left;
	}
	.activity-shadow-box.activity-jeweller-desc-wrap::after {
    transform: translateX(-8%) rotate(135deg);
	}
	/* select saving scheme end*/
	/* product page */
	.bread-crumbs {
    font-size: 12px
	}
	.sp-thumbs a:link, .sp-thumbs a:visited {
    width: 60px;
    height: 60px;
	}
	.product-details .product-name {
    font-size: 22px;
	}
	.product-details .jeweller-logo {
    margin-left: -16px;
    width: 60px;
    height: 60px;
	}
	.product-details .product-price {
    font-size: 19px;
    }
	.product-details .tc-link {
    font-size: 10px;
    }
	table.table.table-bordered.font2.product-spec {
    font-size: 13px;
    }
	.accordion .card-header h6 {
    font-size: 13px;
    }
	.card-body {
    font-size: 15px;
    }
	.related-product {
    margin-top: -38px;
    width: 75%;
    margin-bottom: -35px;
	}
	/* product page end */
	/* personal Details*/
	.personal-selected-jewellery-img-wrap img {
    padding: 0px 0px;
    }
	.form-pad-left {
    padding-left: 0px;
    }
	.form-control {
    padding: 0rem 0rem;
	}
	.mobile-redliner {
    width: 85%;
    }
	.landline-redliner {
    width: 59%;
    }
	.datepicker-redliner {
    width: 85px;
    }
	.project-form input {
    font-size: 11px;
	}
	.personal-details-form-wrap {
    padding-top: 40px;
    }
	.large-btn.jr-button {
    padding: 10px 15px 13px 15px;
	}
	.activity-shadow-box.personal-details-desc-wrap::after {
    transform: translateX(3%) rotate(135deg);
	}
	/* personal Details end*/
	/* how it works */
	.timeline .timeline-item .timeline-count {
	z-index: 20;	
	}
	.timeline:after {
    left: 0px !important;
	}
	.timeline:before {
	z-index: 10;
	}
	
	.timeline .timeline-item .timeline-content h2 {
    text-align: left;
    padding-right: 16px;
    }
	.timeline .timeline-item .timeline-content {
    float: right !important;
    }
	.timeline .timeline-item .timeline-icon.float-right {
    text-align: right;
	float: left !important;
    }
	/* how it works end*/
	/* articles */
	.articles-grid-wrap img {
	padding: 0px 0px; 
    }
	/* article end*/
	/* team */
	
	.team-each {
    padding: 0px 0px;
    }
	
	/* team end*/
	/* about us*/
	.features-icon h4 {
    font-size: 14px;
    text-align: center;
    }
	.features-icon img {
    width: 50%;
     }
    .features-icon a {
    width: 90px;
    height: 90px;
    padding: 18px 0px;
    }
	.col {
    max-width: 20%;
    }
	/* blog*/
	.sidebar-heading {
    margin-top: 25px;
	}
	.col-3.sidebar-thumb-holder {
    text-align: center;
    }
	.blog-list .card {
    height: 250px;
	}
	.blog-list .blog-list-item .blog-list-item-content .blog-list-item-attrs {
    font-size: 12px;
    margin-bottom: 10px;
    }
	p {
	line-height: 20px;
    font-size: 13px;
	}
	.blog-list .blog-list-item .blog-list-item-content .blog-list-item-attrs i {
    font-size: 14px;
	}
	.blog-list .blog-list-item .blog-list-item-content h2 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0px;
     }
	.blog-list .blog-list-item .blog-list-item-content {
    padding: 38px 49px;
    }
	ul.pagination li a, ul.pagination li.disabled a {
    padding: 6px 12px;
	margin-bottom: 15px;
    }
	/* blog end*/
    /*my account*/
	.my-account-header h1 {
    font-size: 26px;
    line-height: 27px;
    }
	.col-lg-4.account-notifications {
    margin-top: 25px;
    }
	.my-account-links a {
    font-size: 13px;
	}
	.my-account-links {
    margin-top: 0px;
    }
	.account-notifications h3 .icon {
    font-size: 24px;
	}
	.account-notifications h3 {
    font-size: 18px;
    }
	.account-notifications ul {
    font-size: 16px;
    }
	.col-lg-4.account-summary {
    margin-top: 25px;
    }
	.account-summary h3 {
    font-size: 18px;
	}
	.user-status-container .user-status {
    width: 99px;
    margin-right: 7px;
    text-align: center;
	}
	.user-status-container .user-status .count {
    width: 60px;
    height: 60px;
    font-size: 34px;
    }
	/* my account end*/ 
     
	/*login page*/
	.form-group.col-lg-1 {
    width: 10%;
    }
	.form-group.col-lg-11 {
    width: 90%;
    }
	.page-header .page-title-wrap h2 {
    font-size: 23px;
    }
	.page-header .page-title-wrap h1 {
    font-size: 35px;
    }
	.page-header .page-title-wrap .bread-crumbs {
    font-size: 14px;
    }
	h4.form-title.font2.font-weight-600.font-uppercase.white {
    margin-top: 20px;
    font-size: 16px;
    }
	.account-form .form-group img {
    width: 26px;
    transform: translateY(0px);
    }
	.col-sm-12.text-right.form-action {
    font-size: 18px;
    }
	.account-form .form-action .jr-button {
    font-size: 16px;
    }
	.page-content-wrap-area ul li {
    font-size: 17px;
    }
	.page-content-wrap-area .highlight-light-txt {
    font-size: 40px;
	margin-top: 30px;
	}
	.page-content-wrap-area .highlight-bold-txt {
    font-size: 40px;
    line-height: 30px;
	}
	.blog-post-header h1 {
    font-size: 27px !important;
	    line-height: 40px;
	}
	/* payment method*/
	.make-payment-content-wrap h4 {
    font-size: 27px;
    line-height: 31px;
    }
	.select-payment-method-wrap h6 {
    line-height: 1;
	}
	.mr-auto {
    max-width: 50%;
    margin-right: 63px;
    }
	.select-payment-method-wrap {
	/*width: 130%;*/
    padding: 12px;
    }
	/* payment methol end*/
	/*payment-sucessful*/
	.payment-sucess-content-wrap h4 {
    font-size: 17px;
	}
	.payment-data h6 {
    font-size: 10px;
    }
	.payment-data h5 {
     font-size: 14px;
    }
	a.btn.filled.jr-button.main-color {
    font-size: 13px;
    }
	/*payment-sucessful end*/
	/* Page Box*/
	.page-content-card .section-title-inner-wrap {
    padding: 25px 0px;
    }
	.page-content-card {
	width: 100%;
    padding: 10px;
	transform: translateY(-7px);
	}
	.page-content-card h1 {
    font-size: 44px;
	text-align: center;
	}
	.page-content-card h2 {
    font-size: 22px;
    text-align: center;
    }
	.pad-top-half {
    padding-top: 40px;
    }
	/* End Page Box*/
    /* Footer Start*/
	.inner-page-cta-wrap h3 {
     padding: 32px 0px;
    font-size: 32px;
    font-weight: 200;
    }
	.footer-segment-title {
	margin-bottom: 6px;
    font-size: 15px;
    text-align: center;
    margin-top: 32px;
    }
    .footer-nav-wrap {
    text-align: center;
    }	
	.footer-nav-wrap ul li a {
    font-size: 13px;
    }
    .footer-social-wrap ul li a span {
    font-size: 20px;
    }
	.footer-social-wrap {
    text-align: center;
	}
    .footer-social-wrap ul li a {
    width: 30px;
    height: 30px;
    margin-bottom: 0px;
    }
	.footer-contact-wrap {
    text-align: center;
	}
	.foot-contact-icon {
    font-size: 21px;
    transform: translateY(2px);
    }
	.footer-contact-wrap a {
    font-size: 13px;
    }
	.footer-contact-time.foot-contact-details {
    font-size: 14px;
    }
	.copyright-txt h6 {
    font-size: 12px;
    text-align: center;
    }	
	.pad-bottom-half {
    padding-bottom: 60px;
    }
	/* special case*/
	.sm600 {
    margin-top: -236px;
    margin-left: 343px;
    }
	.footer-contact-wrap {
    margin-top: 35px;
	}
	/* Footer End*/
}

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

/*iPhone 6Plus Landscape Mode*/
@media screen and (max-width: 736px) {
    .container {
        width: 636px;
    }
	/* select jeweller scheme */
	.activity-jeweller-desc-text-wrap h4 {
    font-size: 15px;
    line-height: 7px;
	}
	.activity-jeweller-desc-text-wrap h2.activity-jeweller {
    font-size: 20px;
    line-height: 0px;
	}
	.activity-jeweller-desc-text-wrap h3.activity-jeweller-amount span {
    font-size: 26px;
    }
	.activity-jeweller-desc-text-wrap h3.activity-jeweller-amount {
    font-size: 26px;
    line-height: 38px;
    }
	.activity-jeweller-logo {
    width: 100px;
    height: 100px;
	}
	.col-lg-4.col-sm-4.text-right {
    text-align: center !important;
    }
	.img-fluid {
    max-width: 100%;
    }
	.activity-jeweller-table h4 {
    font-size: 19px;
	}
	.large-btn.jr-button {
    padding: 0px 0px 0px 0px;
    font-size: 14px;
	padding: 6px 12px;
    }
	/* select jeweller scheme end */
	/* articles */
	.artpad {
    text-align: center;
    margin-bottom: 20px;
    }
	.articles-grid-wrap img {
	padding: 0px 0px; 
    }
	/* article end*/
	/*blog*/
	.blog-list .card {
    height: 270px;
    }
	
	/*blog end*/
	/*login page*/
	.form-group.col-lg-1 {
    width: 10%;
    }
	.form-group.col-lg-11 {
    width: 90%;
    }
	.page-header .page-title-wrap h2 {
    font-size: 30px;
    }
	.page-header .page-title-wrap h1 {
    font-size: 38px;
    }
	.page-header .page-title-wrap .bread-crumbs {
    font-size: 14px;
    }
	h4.form-title.font2.font-weight-600.font-uppercase.white {
    margin-top: 20px;
    font-size: 16px;
    }
	.account-form .form-group img {
    width: 26px;
    transform: translateY(0px);
    }
	.account-form .form-action .jr-button {
    font-size: 16px;
    }
	.page-content-wrap-area ul li {
    font-size: 18px;
    }
	/* payment method*/
	.make-payment-content-wrap h4 {
    font-size: 27px;
    line-height: 31px;
    }
	.select-payment-method-wrap h6 {
    line-height: 2;
	}
	.select-payment-method-wrap {
    padding: 30px;
    }
	.mr-auto {
    max-width: none !important;
    margin-right: none !important;
    }
	/* payment methol end*/
	/*payment-sucessful*/
	.payment-sucess-content-wrap h4 {
    font-size: none;
	}
	.payment-data h5 {
     font-size: none;
    }
	a.btn.filled.jr-button.main-color {
    font-size: none;
    }
	/*payment-sucessful end*/
	/* Page Box*/
	
	.page-content-card {
	width: 100%;
    padding: 10px;
	transform: translateY(-7px);
	}
	.page-content-card h1 {
    font-size: 44px;
	text-align: center;
	}
	.page-content-card h2 {
    font-size: 22px;
    text-align: center;
    }
	/* End Page Box*/
	/* Footer Start*/
	.inner-page-cta-wrap h3 {
    padding: 22px 0px;
    font-size: 22px;
    font-weight: 200;
    }
	.footer-segment-title {
	margin-bottom: 6px;
    font-size: 15px;
    text-align: center;
    margin-top: 32px;
    }
    .footer-nav-wrap {
    text-align: center;
    }	
	.footer-nav-wrap ul li a {
    font-size: 13px;
    }
    .footer-social-wrap ul li a span {
    font-size: 20px;
    }
	.footer-social-wrap {
    text-align: center;
	}
    .footer-social-wrap ul li a {
    width: 30px;
    height: 30px;
    margin-bottom: 0px;
    }
	.footer-contact-wrap {
    text-align: center;
	}
	.foot-contact-icon {
    font-size: 21px;
    transform: translateY(2px);
    }
	.footer-contact-wrap a {
    font-size: 13px;
    }
	.footer-contact-time.foot-contact-details {
    font-size: 13px;
    }
	.copyright-txt h6 {
    font-size: 10px;
    text-align: center;
    }	
	.pad-bottom-half {
    padding-bottom: 60px;
    }
	/* special case*/
	.sm600 {
    margin-top: -243px;
    margin-left: 320px;
    }
	.footer-contact-wrap {
    margin-top: 35px;
	}
	/* Footer End*/
}

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

/*iPhone 6 Landscape Mode*/
@media screen and (max-width: 667px) {
    .container {
        width: 567px;
    }
	/* personal details*/
	.activity-shadow-box.personal-details-desc-wrap::after {
    transform: translateX(12%) rotate(135deg);
	}
	/* personal details end*/
	/* how it works */
	.timeline-trigger .timeline-trigger-icon {
    width: 65px;
    height: 65px;
	}
	.timeline-trigger .timeline-trigger-icon img {
    width: 30px;
	}
	h5.font2.font-weight-400.white {
    font-size: 14px;
    }
	
	.timeline .timeline-item .timeline-content h2 {
    font-size: 15px;
	}
	.timeline .timeline-item .timeline-icon img {
    width: 40px;
	}
	h3.font2.text-center.main-color {
    font-size: 17px;
    margin-top: 2px;
    }
	.timeline .timeline-item .timeline-count {
    width: 45px;
    height: 45px;
    margin-left: -20px;
	}
	.timeline .timeline-item {
    margin-bottom: 25px;
	}
	/* how it works end */
	/* make payment */
	.activity-shadow-box.make-payment-desc-wrap::after {
    transform: translateX(6%) rotate(135deg);
	}
	/* make payment end */
	/* articles */
	.artpad {
    text-align: center;
    margin-bottom: 20px;
    }
	.articles-grid-wrap img {
	padding: 0px 0px; 
    }
	/* article end */
	/* team */
	
	.team-each {
    padding: 0px 0px;
    }
	
	/* team end*/
	/* select saving scheme*/
	.activity-shadow-box.activity-jeweller-desc-wrap::after {
    transform: translateX(7%) rotate(135deg);
	}
	/* select saving scheme end*/
	/* about us*/
	.features-icon h4 {
    font-size: 14px;
    text-align: center;
    }  
    .features-icon a {
    width: 80px;
    height: 80px;
    padding: 18px 0px;
    }
	.col {
    max-width: 20%;
    }
	/* about us end*/
	/*blog*/
	.blog-list .card {
    height: 313px;
    }
	/* blog end*/
	/*my account*/
	.my-account-header h1 {
    font-size: 22px;
    line-height: 24px;
    }
	.col-lg-4.account-notifications {
    margin-top: 25px;
    }
	.my-account-links a {
    font-size: 11px;
	}
	.my-account-links {
    margin-top: -1px;
    }
	.account-notifications h3 .icon {
    font-size: 24px;
	}
	.account-notifications h3 {
    font-size: 17px;
    }
	.account-notifications ul {
    font-size: 15px;
    }
	.col-lg-4.account-summary {
    margin-top: 25px;
    }
	.account-summary h3 {
    font-size: 17px;
	}
	.user-status-container .user-status {
    width: 68px;
    margin-right: 0px;
    text-align: center;
	}
	.user-status-container .user-status .count {
    width: 50px;
    height: 50px;
    font-size: 27px;
    }
	/* my account end*/
	/* payment method*/
	.make-payment-content-wrap h4 {
    font-size: 26px;
    line-height: 32px;
    }
	.select-payment-method-wrap {
	margin-top: 10px;
    padding: 20px;
    }
	/* payment methol end*/
    /*login page*/
	.form-group.col-lg-1 {
    width: 10%;
    }
	.form-group.col-lg-11 {
    width: 90%;
    }
	.page-header .page-title-wrap h2 {
    font-size: 26px;
    }
	.page-header .page-title-wrap h1 {
    font-size: 33px;
    }
	.page-header .page-title-wrap .bread-crumbs {
    font-size: 13px;
    }
	h4.form-title.font2.font-weight-600.font-uppercase.white {
    margin-top: 20px;
    font-size: 16px;
    }
	.account-form .form-group img {
    width: 26px;
    transform: translateY(2px);
    }
	.account-form .form-action .jr-button {
    font-size: 16px;
    }
	.page-content-wrap-area ul li {
    font-size: 18px;
    }
	p {
    font-size: 15px;
	}
	.page-content-wrap-area .highlight-light-txt {
    font-size: 30px;
	margin-top: 30px;
	}
	.page-content-wrap-area .highlight-bold-txt {
    font-size: 30px;
    line-height: 30px;
	}
	.blog-post-header h1 {
    font-size: 23px !important;
	    line-height: 35px;
	}
	/* Page Box*/
	
	.page-content-card {
	width: 100%;
    padding: 10px;
	transform: translateY(-8px);
	}
	.page-content-card h1 {
    font-size: 44px;
	text-align: center;
	}
	.page-content-card h2 {
    font-size: 22px;
    text-align: center;
    }
	/* End Page Box*/
    /* Footer Start*/
	.inner-page-cta-wrap h3 {
    padding: 22px 0px;
    font-size: 22px;
    font-weight: 200;
    }
	.footer-segment-title {
	margin-bottom: 6px;
    font-size: 15px;
    text-align: center;
    margin-top: 32px;
    }
    .footer-nav-wrap {
    text-align: center;
    }	
	.footer-nav-wrap ul li a {
    font-size: 13px;
    }
    .footer-social-wrap ul li a span {
    font-size: 20px;
    }
	.footer-social-wrap {
    text-align: center;
	}
    .footer-social-wrap ul li a {
    width: 29px;
    height: 29px;
    margin-bottom: 0px;
    }
	.footer-contact-wrap {
    text-align: center;
	}
	.foot-contact-icon {
    font-size: 21px;
    transform: translateY(2px);
    }
	.footer-contact-wrap a {
    font-size: 13px;
    }
	.footer-contact-time.foot-contact-details {
    font-size: 13px;
    }
	.copyright-txt h6 {
    font-size: 10px;
    text-align: center;
    }	
	.pad-bottom-half {
    padding-bottom: 60px;
    }
	/* special case*/
	.sm600 {
    margin-top: -243px;
    margin-left: 282px;
    }
	.footer-contact-wrap {
    margin-top: 35px;
	}
	/* Footer End*/


    .plan-amount-selector + .button-wrap > .jr-button{
        float: right;
        transform: translateX(0);
    }
}

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

/*Google Nexus and Other Large Smart Phones v1*/
@media screen and (max-width: 600px) {
    .container {
        width: 500px;
    }

    #main-nav .logo{
        padding: 10px 30px;
    }
    .mobile-header .header-logo{
        height: 30px;
        display: inline-block;
        transform: translateY(-5px);
    }
    #main-nav #bun{
        top: 12px;
    }

    body.inner-page .page-header{
        margin-top: 64px;
    }


    /* blog */
	.blog-list .card {
    height: 350px;
    }
	p {
    font-size: 14px;
    }
	/* blog end*/
    /*login page*/
	.form-group.col-lg-1 {
    width: 10%;
    }
	.form-group.col-lg-11 {
    width: 90%;
    }
	.page-header .page-title-wrap h2 {
    font-size: 26px;
    }
	.page-header .page-title-wrap h1 {
    font-size: 33px;
    }
	.page-header .page-title-wrap .bread-crumbs {
    font-size: 13px;
    }
	h4.form-title.font2.font-weight-600.font-uppercase.white {
    margin-top: 20px;
    font-size: 16px;
    }
	.account-form .form-group img {
    width: 24px;
    transform: translateY(0px);
    }
	.col-sm-12.text-right.form-action {
    font-size: 17px;
    }
	.account-form .form-action .jr-button {
    font-size: 15px;
    }
	.page-content-wrap-area ul li {
    font-size: 17px;
    }
	.tab-content-wrap .screen-shots img {
    margin-right: 0px;
	}
	/* Page Box*/
	
	.page-content-wrap-area .highlight-light-txt {
    line-height: 23px;
	}
	.page-content-card {
	width: 100%;
    padding: 10px;
	transform: translateY(-8px);
	}
	.page-content-card h1 {
    font-size: 44px;
	text-align: center;
	}
	.page-content-card h2 {
    font-size: 22px;
    text-align: center;
    }
	/* End Page Box*/
    /* Footer Start*/
	.inner-page-cta-wrap h3 {
    padding: 22px 0px;
    font-size: 22px;
    font-weight: 200;
    }
	.footer-segment-title {
	margin-bottom: 6px;
    font-size: 15px;
    text-align: center;
    margin-top: 32px;
    }
    .footer-nav-wrap {
    text-align: center;
    }	
	.footer-nav-wrap ul li a {
    font-size: 13px;
    }
    .footer-social-wrap ul li a span {
    font-size: 16px;
    }
	.footer-social-wrap {
    text-align: center;
	}
    .footer-social-wrap ul li a {
    width: 24px;
    height: 24px;
    margin-bottom: 0px;
    }
	.footer-contact-wrap {
    text-align: center;
	}
	.foot-contact-icon {
    font-size: 21px;
    transform: translateY(2px);
    }
	.footer-contact-wrap a {
    font-size: 13px;
    }
	.footer-contact-time.foot-contact-details {
    font-size: 12px;
    }
	.copyright-txt h6 {
    font-size: 10px;
    text-align: center;
    }	
	.pad-bottom-half {
    padding-bottom: 60px;
    }
	/* special case*/
	.sm600 {
    margin-top: -243px;
    margin-left: 255px;
    }
	.footer-contact-wrap {
    margin-top: 35px;
	}
	/* Footer End*/
}

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

/*iPhone Landscape Mode and Mediium Smart Phones*/
@media screen and (max-width: 480px) {
    .container {
        width: 400px;
    }
    .add-top {
        margin-top: 80px;
    }
    .add-bottom {
        margin-bottom: 80px;
    }
    .add-top-half {
        margin-top: 40px;
    }
    .add-bottom-half {
        margin-bottom: 40px;
    }
    .add-min-top-half {
        margin-top: 20px;
    }
    .add-min-bottom-half {
        margin-bottom: 20px;
    }
    .add-min-top-quarter {
        margin-top: 10px;
    }
    .add-min-bottom-quarter {
        margin-bottom: 10px;
    }
    .pad-top {
        padding-top: 50px;
    }
    .pad-bottom {
        padding-bottom: 50px;
    }
    .pad-min-top-half {
        padding-top: 20px;
    }
    .pad-min-bottom-half {
        padding-bottom: 20px;
    }
    .pad-min-top-quarter {
        padding-top: 10px;
    }
    .pad-min-bottom-quarter {
        padding-bottom: 10px;
    }

    .banner-section {
        margin-top: 122px;
    }
    .mobile-banner-wrap .col-12{
        padding: 0;
    }
	.sidebar-heading {
    font-size: 17px;
    padding-top: 22px;
	}
	.widget-item h5 {
    font-size: 12px;
    line-height: 20px;
	}
	.xsmall {
	width: 25%;	
	}
	/* index */
	.section-title-inner-wrap {
    padding: 25px 0px;
    }
	.card.jewellery-section-title {
    
    margin-bottom: 25px;
    }
	.jewellery-item-content {
    padding: 20px 0px;
    }
	.mars {
	margin-bottom: 30px;
	}
	.section-title h2 {
    font-size: 25px;
	}
	.select-jeweller-section .section-title {
    padding-top: 60px;
    }
	.jewellers-slider .owl-stage-outer {
    padding: 25px 0px;
    }
	.jeweller-item {
    padding: 10px;
    }
	.select-jeweller-section {
    padding-bottom: 50px;
    }
	.select-jeweller-section .section-title {
    padding-top: 0px;
    }
	.testimonial-content {
    padding: 19px 0px;
    }
	.testimonial-slider .owl-nav .owl-next {
        right: -50px !important;
    }

    .testimonial-slider .owl-nav .owl-prev {
        left: -50px !important;
    }
	.testimonial-content p {
    font-size: 15px;
	}
	h1.main-color.font1.font-uppercase {
    font-size: 20px;
    text-align: center;
    }
	.blog-slider .blog-content-wrap .blog-post-title {
    text-align: center;
	}
	/* index end*/
	/* make payment */
	.activity-shadow-box.make-payment-desc-wrap::after {
    transform: translateX(26%) rotate(135deg);
	}
	/* make payment end */
	/* partner jewellers */
	.jeweller-select-wrap {
    padding: 10px;
	margin-bottom: 15px;
	}
	
	.quadbox-overlay {
    z-index: 999;
    }
	.quadbox-content {
    z-index: 999;
	padding: 18px;
	}
	.quadbox-content .jeweller-pop-up-logo span {
    width: 40%;
	}
	.quadbox-content .jeweller-popup-dsc p {
    font-size: 12px;
	}
	.quadbox-content .jeweller-popup-general h4 {
    font-size: 24px;
	}
	.quadbox-content .jeweller-popup-general h6 {
    font-size: 14px;
    margin-bottom: 16px;
    }
	.quadbox-content .jeweller-popup-general .spec-wrap label {
    font-size: 10px;
    padding: 9px;
    padding-bottom: 8px;
    margin-right: 0px;
    margin-bottom: 2px;
    }
	.quadbox-content .available-schemes table {
    text-align: left;
    }
	.quadbox-content .jeweller-popup-general .feature-list li {
    font-size: 17px;
    }
	.scheme-slider .owl-stage-outer {
    padding: 40px 0px;
    padding-bottom: 40px;
    }
	.col-11.font-weight-300.main-color.location-data {
    padding-right: 0px;
    max-width: 70%;
    padding-left: 25px;
    }
	/* partner jewellers end*/
	/* product list */
	.product-sidebar .widget {
    border-radius: 5px;
    padding: 0px 0px;
	}
	.product-list-page .sorter h4 {
    font-size: 12px;
	}
	.product-sidebar input[type="checkbox"] + label {
    font-size: 12px;
	}
	.product-sidebar .widget h6 {
    font-size: 12px;
    }
	select.custom-select.float-right.white-bg {
    font-size: 12px;
    }
	.product-list-page .product-image {
    padding: 0px 0px;
    }
	.product-list-page .product + h3 {
    font-size: 17px;
	}
	/* product list end*/
	/* Product page */
	.bread-crumbs {
    font-size: 8px;
	}
	.sp-large a img {
    width: 50%;
	}
	.sp-large a {
    text-align: center;
	}
	.sp-thumbs a:link, .sp-thumbs a:visited {
    width: 40px;
    height: 46px;
	}
	.product-details .product-name {
    font-size: 22px;
	}
	.product-details .jeweller-name {
    font-size: 14px;
	}
	.product-details .product-price {
    font-size: 25px;
    }
	.product-details .tc-link {
    font-size: 12px;
    }
	table.table.table-bordered.font2.product-spec {
    font-size: 10px;
    }
	.accordion .card-header h6 {
    font-size: 12px;
    }
	.related-products .related-product .product + h3 {
    font-size: 15px;
	}
	.related-products .related-product .product-title-tag {
    font-size: 12px;
	}
	.jr-button .button-icon {
    padding: 0px 5px 4px 1px;
	}
	.sp-large {
    background: #fff;
	}
	.card-body {
    font-size: 14px;
    }
	.product-details .jeweller-logo {
    width: 50px;
    height: 50px;
	}
	/* Product page end */
	/* personal Details*/
	.inputfile-6 + label span {
    width: 170px;
	}
	.personal-details-desc-wrap table th {
    font-size: 13px;
	}
	.personal-details-desc-wrap table td {
    font-size: 12px;
	}
	.personal-selected-jewellery-img-wrap img {
    padding: 0px 0px;
    }
	.personal-details-form-wrap .personal-form-title {
    font-size: 22px;
	}
	.project-form label {
    font-size: 13px;
	}
	.project-form input {
    font-size: 11px;
	}
	.form-control {
    padding: 0rem 0rem;
	}
	.form-pad-left {
    padding-left: 0px;
	padding-right: 25px;
    }
	.mobile-redliner {
    width: 85%;
    }
	.landline-redliner {
    width: 59%;
	}
	.datepicker-redliner {
    width: 68px;
    }
	.activity-shadow-box.personal-details-desc-wrap::after {
    transform: translateX(32%) rotate(135deg);
	}
	/* personal Details end*/
	/* select saving scheme */
	.activity-shadow-box.activity-jeweller-desc-wrap::after {
    transform: translateX(7%) rotate(135deg);
	}
	.activity-scheme-table h4 {
    font-size: 14px;
	}
	.change-amount-wrap input {
    width: 75px;
    height: 30px;
	}
	.jr-button {
    font-size: 12px;
    padding: 6px 13px;
	}
	
	.scheme-each .scheme-jeweller-image-wrap img {
    height: 68px;
    }
	.scheme-each-cell-2 h4 {
    font-size: 14px;
	}
	.scheme-each-cell-2 h4 {
    font-size: 16px;
	}
	.scheme-each-cell-3 h4 {
    font-size: 16px;
	}
	.scheme-each-cell-4 h4 {
    font-size: 16px;
	}
	
	.scheme-each-cell-3 h6 {
    font-size: 13px;
	}
	.scheme-each-cell-3 h6 {
    font-size: 13px;
	}
	.scheme-each-cell-3 h6 {
    font-size: 13px;
	}
	.scheme-each-cell-4 ul {
    font-size: 13px;
    }
	/* select saving scheme end*/
	/* select jeweller scheme */
	.activity-jeweller-desc-text-wrap h4 {
    font-size: 13px;
    line-height: 0px;
	}
	.activity-jeweller-desc-text-wrap h2.activity-jeweller {
    font-size: 15px;
    line-height: 0px;
	}
	.activity-jeweller-desc-text-wrap h3.activity-jeweller-amount span {
    font-size: 21px;
    }
	.activity-jeweller-desc-text-wrap h3.activity-jeweller-amount {
    font-size: 21px;
    line-height: 38px;
    }
	.activity-jeweller-logo {
    width: 100px;
    height: 100px;
	}
	.col-lg-4.col-sm-4.text-right {
    text-align: center !important;
    }
	.img-fluid {
    max-width: 100%;
    }
	.activity-jeweller-table h4 {
    font-size: 14px;
	}
	.large-btn.jr-button {
    padding: 0px 0px 0px 0px;
    font-size: 14px;
	padding: 6px 12px;
    }
	
	.activity-jeweller-table .table-results td.view-file img {
    width: 35%;
    }
	.activity-jeweller-table table th {
    font-size: 13px;
	}
	.activity-jeweller-table table td {
    font-size: 13px;
	}
	/* select jeweller scheme end*/
	/* my account */
	.add-min-top-quarter {
    font-size: 13px;
	}
	.sub-heading {
    font-size: 18px;
	}
	/* my account end*/
	/* how it works */
	.timeline-trigger .timeline-trigger-icon {
    width: 65px;
    height: 65px;
	}
	.timeline-trigger .timeline-trigger-icon img {
    width: 30px;
	}
	h5.font2.font-weight-400.white {
    font-size: 14px;
    }
	
	.timeline .timeline-item .timeline-content h2 {
    font-size: 13px;
	}
	.timeline .timeline-item .timeline-icon img {
    width: 40px;
	}
	h3.font2.text-center.main-color {
    font-size: 14px;
    margin-top: -1px;
    }
	.timeline .timeline-item .timeline-count {
    width: 35px;
    height: 35px;
    margin-left: -17px;
	}
	.timeline .timeline-item {
    margin-bottom: 25px;
	}
	/* how it works end */
	/* articles */
	.artpad {
    text-align: center;
    margin-bottom: 20px;
    }
	.articles-grid-wrap img {
	padding: 0px 0px; 
    }
	/*.img-fluid {
    max-width: 75%;
	}*/
	/* team */
	
	.team-each {
    padding: 0px 0px;
    }
	
	/* team end*/
	/* about us*/
	.features-icon h4 {
    font-size: 11px;
    text-align: center;
    }
	.features-icon a {
    width: 55px;
    height: 55px;
    padding: 18px 0px;
    }
	.features-icon img {
    width: 42%;
    margin-top: -12px;
    }
	.col {
    max-width: 20%;
    }
	/* about us end*/
	/* blog*/
	.blog-list .blog-list-item .blog-list-item-content .blog-list-item-attrs i {
    font-size: 13px;
	}
	p {
	line-height: 2;
    font-size: none !important;
	}
	.button-wrap.text-right {
    margin-top: 8px;
    }
    .blog-list .card {
    height: 266px;
     }
	.blog-list-item-img {
    height: 250px;
	}
	.blog-list .blog-list-item .blog-list-item-content h2 {
    font-size: 14px;
    line-height: 25px;
	}
	.blog-list .blog-list-item .blog-list-item-content .blog-list-item-attrs {
    font-size: 13px;
	padding-bottom: 12px;
	}
	.blog-list .blog-list-item .blog-list-item-content {
    padding: 20px 25px;
    }
	.blog-list .blog-list-item .blog-list-item-content .button-wrap a {
    font-size: 13px;
    }
	ul.pagination li a, ul.pagination li.disabled a {
    padding: 6px 12px;
    }
	/*blog end*/
	/*my account*/
	.my-account-header h1 {
    font-size: 20px;
    line-height: 24px;
    }
	.my-account-links a {
    font-size: 10px;
	}
	.my-account-links {
    margin-top: -2px;
    }
	.col-lg-4.account-notifications {
    margin-top: 25px;
    }
	.account-notifications h3 .icon {
    font-size: 22px;
	}
	.account-notifications h3 {
    font-size: 15px;
    }
	.account-notifications ul {
    font-size: 13px;
    }
	.col-lg-4.account-summary {
    margin-top: 25px;
    }
	.account-summary h3 {
    font-size: 17px;
	}
	.user-status-container .user-status {
    width: 56px;
	margin-right: 0px;
	}
	.user-status-container .user-status .count {
    width: 40px;
    height: 40px;
    font-size: 20px;
    }
	/* my account end*/
	/* payment method*/
	.make-payment-content-wrap h4 {
    font-size: 22px;
    line-height: 30px;
    }
	.select-payment-method-wrap {
    margin-top: 10px;
	padding: 15px;
    }
	/* payment methol end*/
	/*payment-sucessful*/
	.payment-sucess-content-wrap h4 {
    font-size: 15px;
	}
	.payment-data h5 {
     font-size: 17px;
    }
	a.btn.filled.jr-button.main-color {
    font-size: 12px;
    }
	/*payment-sucessful end*/
	h5 {
    font-size: 1.03rem;
    }
    /*font size*/
	p {
    font-size: 13px;
	}
	.page-content-wrap-area .highlight-light-txt {
    font-size: 21px;
	margin-top: 30px;
	}
	.page-content-wrap-area .highlight-bold-txt {
    font-size: 21px;
    line-height: 30px;
	}
	.blog-post-header h1 {
    font-size: 16px !important;
	    line-height: 30px;
	}
    /*login page*/
	.form-group.col-lg-1 {
    width: 10%;
    }
	.form-group.col-lg-11 {
    width: 90%;
    }
	.page-header .page-title-wrap h2 {
    font-size: 21px;
    }
	.page-header .page-title-wrap h1 {
    font-size: 27px;
    }
	.page-header .page-title-wrap .bread-crumbs {
    font-size: 10px;
    }
	h4.form-title.font2.font-weight-600.font-uppercase.white {
    margin-top: 20px;
    font-size: 15px;
    }
	.account-form .form-group img {
    width: 18px;
    transform: translateY(-4px);
    }
	.col-sm-12.text-right.form-action {
    font-size: 14px;
    }
	.account-form .form-action .jr-button {
    font-size: 12px;
    }
	.page-content-wrap-area ul li {
    font-size: 15px;
    }
	.pad-top-half {
    padding-top: 35px;
    }
	.tab-content-wrap .screen-shots img {
    margin-right: 0px;
    width: 49%;
    }
	p.white.font2.font-weight-400 {
    font-size: 13px;
    }
	/*password forget*/
	.option-select.white {
    font-size: 12px;
    }
	.option-select input {
    transform: translateY(3px);
	}
	/* Page Box*/
	
	.page-content-card {
	width: 100%;
    padding: 10px;
	transform: translateY(-8px);
	}
	.page-content-card h1 {
    text-align: center;
    font-size: 41px;
	}
    .page-content-card h2 {
    font-size: 20px;
    text-align: center;
    }
	/* End Page Box*/
    /* Footer Start*/
	.inner-page-cta-wrap h3 {
    padding: 12px 0px;
    font-size: 22px;
    font-weight: 200;
    }
	.footer-segment-title {
	margin-bottom: 6px;
    font-size: 14px;
    text-align: center;
    margin-top: 27px;
    }
    .footer-nav-wrap {
    text-align: center;
    }	
	.footer-nav-wrap ul li a {
    font-size: 13px;
    }
    .footer-social-wrap ul li a span {
    font-size: 18px;
    }
	.footer-social-wrap {
    text-align: center;
	}
    .footer-social-wrap ul li a {
    width: 27px;
    height: 27px;
    margin-bottom: 0px;
    }
	.footer-contact-wrap {
    text-align: center;
	}
	.foot-contact-icon {
    font-size: 21px;
    transform: translateY(2px);
    }
	.footer-contact-wrap a {
    font-size: 14px;
    }
	.footer-contact-time.foot-contact-details {
    font-size: 13px;
    }
	.copyright-txt h6 {
    font-size: 10px;
    text-align: center;
    }	
	.pad-bottom-half {
    padding-bottom: 55px;
    }
	.col-lg-4.col-sm-6.sm600 {     
	margin-top: 0px;
    margin-left: 0px; }
	/* Footer End*/

    .plan-amount-selector-wrap .col-3{
        padding: 0 5px !important
    }
    .plan-amount-selector{
        height: 38px;
        text-align: center;
    }
    .plan-amount-selector .amount-wrap{
        padding-left: 0px;
    }
    
    .plan-amount-selector .amount-wrap .amount, .plan-amount-selector .amount-list .amount-list-item{
        font-size: 14px;
        padding-top: 5px;
    }

    .plan-amount-selector .icon-holder{
        display: none;
    }

    .plan-amount-selector .amount-wrap .main-amount img.indian-rupee-icon{
        width: 9px;
        transform: translateY(3px);
    }

    .plan-amount-selector .amount-wrap.input-wrap{
        transform: translateY(-3px);
        display: inline-block !important;

    }
    .plan-amount-selector .input-amount{
        width: 62%;
    }

}

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

/*iPhone 6Plus Portrait Mode*/
@media screen and (max-width: 414px) {
    .container {
        width: 374px;
    }
	
    /*login page*/
	.form-group.col-lg-1 {
    width: 10%;
    }
	.form-group.col-lg-11 {
    width: 90%;
    }
	.page-header .page-title-wrap h2 {
    font-size: 19px;
    }
	.page-header .page-title-wrap h1 {
    font-size: 25px;
    }
	.page-header .page-title-wrap .bread-crumbs {
    font-size: 9px;
    }
	h4.form-title.font2.font-weight-600.font-uppercase.white {
    margin-top: 20px;
    font-size: 14px;
    }
	.account-form .form-group img {
    width: 18px;
    transform: translateY(-3px);
    }
	.form-control {
    font-size: .97rem;
    }
	
	.account-form .form-action .jr-button {
    font-size: 12px;
    }
	.page-content-wrap-area ul li {
    font-size: 14px;
    }
	/*password forget*/
	
	.option-select input {
    transform: translateY(3px);
	}
	/* Page Box*/
	
	.page-content-card {
	width: 100%;
    padding: 10px;
	transform: translateY(-8px);
	}
	.page-content-card h1 {
    text-align: center;
    font-size: 33px;
	}
	.page-content-card h2 {
    font-size: 17px;
    text-align: center;
    }
	/* End Page Box*/
    /* Footer Start*/
	.inner-page-cta-wrap h3 {
    padding: 12px 0px;
    font-size: 22px;
    font-weight: 200;
    }
	.footer-segment-title {
	margin-bottom: 6px;
    font-size: 13px;
    text-align: center;
    margin-top: 27px;
    }
    .footer-nav-wrap {
    text-align: center;
    }	
	.footer-nav-wrap ul li a {
    font-size: 12px;
    }
    .footer-social-wrap ul li a span {
    font-size: 18px;
    }
	.footer-social-wrap {
    text-align: center;
	}
    .footer-social-wrap ul li a {
    width: 27px;
    height: 27px;
    margin-bottom: 0px;
    }
	.footer-contact-wrap {
    text-align: center;
	}
	.foot-contact-icon {
    font-size: 20px;
    transform: translateY(3px);
    }
	.footer-contact-wrap a {
    font-size: 13px;
    }
	.footer-contact-time.foot-contact-details {
    font-size: 12px;
    }
	.copyright-txt h6 {
    font-size: 10px;
    text-align: center;
    }
	.col-lg-4.col-sm-6.sm600 {     
	margin-top: 0px;
    margin-left: 0px; }
	/* Footer End*/
}

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

/*iPhone 6 Portrait Mode*/
@media screen and (max-width: 375px) {
    .container {
        width: 300px;
    }
	/* select saving scheme*/
	.activity-shadow-box.activity-jeweller-desc-wrap::after {
    transform: translateX(38%) rotate(135deg);
    }
	/* select saving scheme end*/
	/* select jeweller scheme */
	.activity-jeweller-desc-text-wrap h4 {
    font-size: 12px;
    line-height: 0px;
	}
	.activity-jeweller-desc-text-wrap h2.activity-jeweller {
    font-size: 14px;
    line-height: 0px;
	}
	.activity-jeweller-desc-text-wrap h3.activity-jeweller-amount span {
    font-size: 20px;
    }
	.activity-jeweller-desc-text-wrap h3.activity-jeweller-amount {
    font-size: 20px;
    line-height: 38px;
    }.activity-jeweller-logo {
    width: 100px;
    height: 100px;
	}
	.col-lg-4.col-sm-4.text-right {
    text-align: center !important;
    }
	.img-fluid {
    max-width: 100%;
    }
	.activity-jeweller-table h4 {
    font-size: 13px;
	}
	.large-btn.jr-button {
    padding: 0px 0px 0px 0px;
    font-size: 14px;
	padding: 6px 12px;
    }
	
	.activity-jeweller-table .table-results td.view-file img {
    width: 35%;
    }
	.activity-jeweller-table table th {
    font-size: 12px;
	}
	.activity-jeweller-table table td {
    font-size: 12px;
	}
	/* select jeweller scheme end*/
	/* how it works */
	.timeline-trigger .timeline-trigger-icon {
    width: 50px;
    height: 50px;
	}
	.timeline-trigger .timeline-trigger-icon img {
    width: 25px;
	}
	h5.font2.font-weight-400.white {
    font-size: 12px;
    }
	
	.timeline .timeline-item .timeline-content h2 {
    font-size: 12px;
	}
	.timeline .timeline-item .timeline-icon img {
    width: 40px;
	}
	h3.font2.text-center.main-color {
    font-size: 13px;
    margin-top: -6px;
    }
	.timeline .timeline-item .timeline-count {
    width: 25px;
    height: 25px;
    margin-left: -12px;
	}
	.timeline .timeline-item {
    margin-bottom: 25px;
	}
	.timeline {
    margin: 14px;
	}
	/* how it works end */
	
	/* about us*/
	.features-icon h4 {
    font-size: 9px;
    text-align: center;
    }
	.features-icon a {
    width: 40px;
    height: 40px;
    padding: 18px 0px;
    }
	.features-icon img {
    margin-top: -25px;
   }
	.col {
    max-width: 20%;
    }
	/* about us end*/
	/* blog*/
	p {
	line-height: none !important;
    
	}
	.button-wrap.text-right {
    margin-top: 8px;
    }

	.blog-list-item-img {
    height: 250px;
	}
	.blog-list .blog-list-item .blog-list-item-content h2 {
		    margin-top: -10px;
    font-size: 12px;
    line-height: 20px;
	}
	.blog-list .blog-list-item .blog-list-item-content .blog-list-item-attrs {
    font-size: 13px;
	}
	.blog-list .blog-list-item .blog-list-item-content {
    padding: 20px 25px;
    }
	.blog-list .blog-list-item .blog-list-item-content .button-wrap a {
    font-size: 13px;
    }
	/*blog end*/
	/*my account*/
	.my-account-header h1 {
    font-size: 18px;
    line-height: 23px;
    }
	.col-lg-4.account-notifications {
    margin-top: 25px;
    }
	.my-account-links a {
    font-size: 9px;
	}
	.my-account-links {
    margin-top: -3px;
    }
	.account-notifications h3 .icon {
    font-size: 22px;
	}
	.account-notifications h3 {
    font-size: 15px;
    }
	.account-notifications ul {
    font-size: 13px;
    }
	.col-lg-4.account-summary {
    margin-top: 25px;
    }
	.account-summary h3 {
    font-size: 16px;
	}
	.user-status-container .user-status {
    width: 56px;
	margin-right: 0px;
	}
	.user-status-container .user-status .count {
    width: 40px;
    height: 40px;
    font-size: 20px;
    }
	/* my account end*/
	/* make payment*/
	.table-responsive.table-bordered {
    font-size: 12px;
	}
	/*make payment end*/
	
	/* password forget */
	.option-select.white {
    font-size: 10px;
    }
	/* password forget end*/
	
	/* payment method*/
	.make-payment-content-wrap h4 {
    font-size: 18px;
    line-height: 29px;
    }
	.select-payment-method-wrap {
	margin-top: 10px;
    padding: 16px;
    }
	/* payment methol end*/
	p {
    font-size: 12px;
	}
    /*login page*/
	.form-group.col-lg-1 {
    width: 10%;
    }
	.form-group.col-lg-11 {
    width: 90%;
    }
	.page-header .page-title-wrap h2 {
    font-size: 15px;
    }
	.page-header .page-title-wrap h1 {
    font-size: 20px;
    }
	.page-header .page-title-wrap .bread-crumbs {
    font-size: 8px;
    }
	h4.form-title.font2.font-weight-600.font-uppercase.white {
    margin-top: 20px;
    font-size: 14px;
    }
	.account-form .form-group img {
    width: 16px;
    transform: translateY(-5px);
    }
	.form-control {
    font-size: .8rem;
    }
	
	.account-form .form-action .jr-button {
    font-size: 10px;
    }
	.page-content-wrap-area ul li {
    font-size: 12px;
    }
	.tab-content-wrap .screen-shots img {
    margin-right: 0px;
    width: 100%;
    }
	/* payment option*/
	.accordion h6 {
    font-size: 14px;
	}
	.card-body {
    font-size: 12px;
	}
	/* payment option end*/
	/* list font size*/
	.jr-list li {
    font-size: 15px;
	}
	.screen-shots {
    text-align: center;
    }
	/*password forget*/
	
	.option-select input {
    transform: translateY(3px);
	}
	/* Page Box*/
	
	.page-content-card {
	width: 100%;
    padding: 8px;
	transform: translateY(-8px);
	}
	.page-content-card h1 {
    text-align: center;
    font-size: 22px;
	}
	.page-content-card h2 {
    font-size: 15px;
    text-align: center;
    }
	/* End Page Box*/
	
    /* Footer Start*/
	.inner-page-cta-wrap h3 {
    padding: 12px 0px;
    font-size: 19px;
    font-weight: 200;
    }
	.footer-segment-title {
	margin-bottom: 6px;
    font-size: 13px;
    text-align: center;
    margin-top: 27px;
    }
    .footer-nav-wrap {
    text-align: center;
    }	
	.footer-nav-wrap ul li a {
    font-size: 12px;
    }
    .footer-social-wrap ul li a span {
    font-size: 18px;
    }
	.footer-social-wrap {
    text-align: center;
	}
    .footer-social-wrap ul li a {
    width: 27px;
    height: 27px;
    margin-bottom: 0px;
    }
	.footer-contact-wrap {
    text-align: center;
	}
	.foot-contact-icon {
    font-size: 20px;
    transform: translateY(3px);
    }
	.footer-contact-wrap a {
    font-size: 13px;
    }
	.footer-contact-time.foot-contact-details {
    font-size: 12px;
    }
	.copyright-txt h6 {
    font-size: 10px;
    text-align: center;
    }
	.col-lg-4.col-sm-6.sm600 {     
	margin-top: 0px;
    margin-left: 0px; }
	/* Footer End*/
}

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

/*iPhone 5S, 5, 4S & 4 Portrait Mode and Very Small Mobile Phones*/
@media screen and (max-width: 320px) {
    .container {
        width: 280px;
    }
	/* blog */
	.button-wrap.text-right {
    margin-top: -16px;
    }
	/*blog */
    /*login page*/
	.form-group.col-lg-1 {
    width: 10%;
    }
	.form-group.col-lg-11 {
    width: 90%;
    }
	.page-header .page-title-wrap h2 {
    font-size: 15px;
    }
	.page-header .page-title-wrap h1 {
    font-size: 20px;
    }
	.page-header .page-title-wrap .bread-crumbs {
    font-size: 8px;
    }
	h4.form-title.font2.font-weight-600.font-uppercase.white {
    margin-top: 20px;
    font-size: 14px;
    }
	.account-form .form-group img {
    width: 16px;
    transform: translateY(-6px);
    }
	.form-control {
    font-size: .75rem;
    }
	
	.account-form .form-action .jr-button {
    font-size: 10px;
    }
	.page-content-wrap-area ul li {
    font-size: 12px;
    }
	/*password forget*/
	
	.option-select input {
    transform: translateY(3px);
	}
	/* Tab nav*/
	.tabs nav ul li svg, .tabs nav ul li img {
    width: 20px;
	}
	/* Page Box*/
	
	.page-content-card {
	width: 100%;
    padding: 8px;
	transform: translateY(-8px);
	}
	.page-content-card h1 {
    text-align: center;
    font-size: 22px;
	}
	.page-content-card h2 {
    font-size: 15px;
    text-align: center;
    }
	/* End Page Box*/
	/* Footer Start*/
	.inner-page-cta-wrap h3 {
    padding: 12px 0px;
    font-size: 18px;
    font-weight: 200;
    }
	.footer-segment-title {
	margin-bottom: 6px;
    font-size: 13px;
    text-align: center;
    margin-top: 27px;
    }
    .footer-nav-wrap {
    text-align: center;
    }	
	.footer-nav-wrap ul li a {
    font-size: 12px;
    }
    .footer-social-wrap ul li a span {
    font-size: 18px;
    }
	.footer-social-wrap {
    text-align: center;
	}
    .footer-social-wrap ul li a {
    width: 27px;
    height: 27px;
    margin-bottom: 0px;
    }
	.footer-contact-wrap {
    text-align: center;
	}
	.foot-contact-icon {
    font-size: 20px;
    transform: translateY(3px);
    }
	.footer-contact-wrap a {
    font-size: 13px;
    }
	.footer-contact-time.foot-contact-details {
    font-size: 12px;
    }
	.copyright-txt h6 {
    font-size: 10px;
    text-align: center;
    }
	.col-lg-4.col-sm-6.sm600 {     
	margin-top: 0px;
    margin-left: 0px; }
	/* Footer End*/
}



.card-body p {
    margin-bottom: 10px;
}

.screen-shots img {
    margin: 20px 0;
}

div#divKnowMoreNACH h4 {
    margin-top: 15px;
}

div#divKnowMoreNACH h4 {
    margin: 10px 0px 5px;
}

.card-body a:hover {
    text-decoration: underline;
}

.req {
    color: #ff0000;
}

.large-btn.jr-button {
    margin-right: 8px;
}

p.error {
    color: #ff0000;
    margin-bottom: -10px !important;
}

.table-results a:hover {
    cursor: pointer;
}

.modal-title {
    font-size: 1.1rem;
    color: #3e356a;
    font-weight: bold;
}

.ViewJewellerPolicy {
    text-decoration: underline !important;
    display: block;
}

    .ViewJewellerPolicy:hover {
        color: #3e356a !important;
    }

.pointer {
    cursor: pointer;
}

.blog-slider-wrap .blog-item {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    background: #fff;
}

.blog-slider-wrap .owl-item {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
}



.blog-slider-wrap .owl-stage {
    display: flex;
    display: -webkit-flex;
}

.jewellers-slider .owl-item {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
}


.jewellers-slider .owl-stage {
    display: flex;
    display: -webkit-flex;
}

.jewellers-slider .owl-item a {
    display: flex;
    display: -webkit-flex;
}

.jewellers-slider .jeweller-item {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

.quadbox-content .jeweller-popup-general {
    padding-bottom: 1.5rem;
}

    .quadbox-content .jeweller-popup-general .spec-wrap label {
        font-size: 10pt;
    }

.quadbox-content .available-schemes table th {
    font-weight: 500;
}

iframe {
    width: 100%;
}

.nav-tabs {
    border-bottom: 0px !important;
}

.success-image {
    padding-top: 20px;
}

.personal-details-desc-wrap .swiper-slide {
    visibility: hidden;
}

    .personal-details-desc-wrap .swiper-slide.swiper-slide-active {
        visibility: visible;
    }

.change-password {
    margin-bottom: 2rem;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #3d3569;
    border-color: #3d3569 #ddd #fff;
}

.project-form textarea {
    border-radius: 0px;
    border: none;
    border-bottom: 2px solid #969696;
    font-size: 14px;
    line-height: 21px;
    padding-top: 3px;
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}


/*Error alert*/

.form-error {
    background-color: transparent;
    border: 1px solid red;
    color: red;
    position: relative;
    box-shadow: 0px 0px 5px 0px red;
    margin-bottom: 4rem;
}


    .form-error .close {
        position: absolute;
        top: 50%;
        right: -15px;
        padding: 0;
        color: #fff;
        transform: translateY(-50%);
        background: red;
        opacity: 1;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        font-size: 23px;
        box-shadow: 0px 0px 3px 1px #ccc;
        padding-bottom: 10px;
    }

.site-warning {
    background-color: transparent;
    border: 1px solid #8a6d3b;
    color: #8a6d3b;
    position: relative;
    box-shadow: 0px 0px 5px 0px #8a6d3b;
    margin-bottom: 4rem;
}


    .site-warning .close {
        position: absolute;
        top: 50%;
        right: -15px;
        padding: 0;
        color: #fff;
        transform: translateY(-50%);
        background: #8a6d3b;
        opacity: 1;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        font-size: 23px;
        box-shadow: 0px 0px 3px 1px #ccc;
        padding-bottom: 10px;
    }

@media (min-width: 576px) {

    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        /*-ms-flex: 1 0 0%;
        flex: 1 0 0%;*/
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-left: 15px;
        width: 47%;
        flex: inherit;
        -ms-flex: inherit;
    }
}

.more-details {
    color: #f5a623;
}

.more-details:visited {
    color: #f5a623;
}


#CustomAlert {
    /*bottom: 20px;*/
    top: 20px;
    display: block;
    max-width: 600px;
    position: fixed;
    right: 20px;
    text-align: right;
    z-index: 2500;
}

.CustomAlert {
    background-color: #337ab7;
    border: 1px solid transparent;
    border-radius: 5px;
    clear: both;
    float: right;
    margin-bottom: 20px;
    padding: 15px;
    text-align: justify;
    min-width: 300px;
}

.CustomAlert:last-of-type {
    margin-bottom: 0;
}

.CustomAlert-green {
    background-color: #dff0d8;
    border-color: #4cae4c;
    color: #3c763d;
}

.CustomAlert-light-blue {
    background-color: #d9edf7;
    border-color: #9acfea;
    color: #31708f;
}

.CustomAlert-orange {
    background-color: #fcf8e3;
    border-color: #8a6d3b;
    color: #8a6d3b;
}

.CustomAlert-red {
    background-color: #f3e9e9;
    border-color: #a23230;
    color: #a94442;
}

.CustomAlert-blue{
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f;
}

/*------ CutomAlert :: UP TO 991PX -------*/
@@media only screen and (max-width: 991px) {
    #CustomAlert {
        max-width: 300px;
    }
}

