
/*! jQuery UI - v1.11.1 - 2014-08-13
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

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

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


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


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

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


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

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

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

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

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

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

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

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

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

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

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

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

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	/*background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;*/
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

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

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

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


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

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

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}
/*!
 * 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 */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://www.lacquer-mat.com/assets/theme/bigbag/plugins/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('https://www.lacquer-mat.com/assets/theme/bigbag/plugins/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('https://www.lacquer-mat.com/assets/theme/bigbag/plugins/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://www.lacquer-mat.com/assets/theme/bigbag/plugins/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://www.lacquer-mat.com/assets/theme/bigbag/plugins/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://www.lacquer-mat.com/assets/theme/bigbag/plugins/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}


/* CSS Document */

/*............................................ Start Select Box ....................................*/

.sbHolder { width:96px; height:33px; float:left; position:relative; font-size:14px; font-weight:normal; background:#ffffff; border:1px solid #9c9c9c; margin-right:10px;/*  -webkit-border-radius: 9px;-moz-border-radius: 9px;border-radius: 9px;  */
}
.sbSelector { width:94px; height:34px; position:absolute; top:0; left:0; display:block; line-height:34px; outline:none; overflow:hidden; text-indent:20px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover { color:#797979!important; outline:none; text-decoration:none; 
}
.sbToggle { width:14px; height:10px; position:absolute; top:14px; right:15px; display:block; outline:none; background:url(../images/arrow-down-1.png) no-repeat; 
}
.sbToggle:hover { 
}
.sbToggleOpen { 
}
.sbToggleOpen:hover { 
}
.sbHolderDisabled { background:none; border:none;
}
.sbHolderDisabled .sbHolder { 
}
.sbHolderDisabled .sbToggle { 
}
.sbOptions { width:96px !important; position:absolute; right:-1px !important; top:32px; padding:0; list-style:none; z-index:1; overflow-y:auto; background:#ffffff; border:1px solid #9c9c9c;/*  -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; */ max-height:inherit !important; margin-top: -1px;
}
.sbOptions li { padding:0px 0px 0px 0px;
}
.sbOptions a { display:block; font-size:14px; color:#000000; line-height:16px; outline:none; padding:6px 0px 6px 20px; border-bottom:none; 
}
.sbOptions a:link, .sbOptions a:visited { 
}
.sbOptions a:hover {
}
.sbOptions li.last a { border-bottom:none;
}
.sbOptions .sbDisabled { display:block; color:#484848; padding:0px 0px 0px 0px; border-bottom:none;
}
.sbOptions .sbGroup { display:block; color:#484848; font-weight:normal; padding:0px 0px 0px 0px; border-bottom:none;
}
.sbOptions .sbSub { padding-left:0px;
}

/*............................................ End Select Box ....................................*/


.requerd .sbHolder { border:1px solid #c83157;}
.inc-color .sbHolder { border:1px solid #e6e6e6;} 


/*............................................ Start Select Box2 ....................................*/
.stblk_1 .sbHolder { border:1px solid #e6e6e6;} 
.stblk_1 .sbOptions { width:96px !important; position:absolute; right:0px !important; top:32px; padding:0; list-style:none; z-index:1; overflow-y:auto; background:#ffffff; border:1px solid #f3f3f3; -webkit-border-radius: 5px 5px 5px 5px;-moz-border-radius: 5px 5px 5px 5px;border-radius: 5px 5px 5px 5px; max-height:inherit !important;}

/*............................................ Start Select Box3 ....................................*/
.set_order-rt .sbHolder { border:1px solid #e6e6e6;width:226px; margin-right:0px;} 
.set_order-rt .sbOptions { width:226px !important; position:absolute; right:0px !important; top:32px; padding:0; list-style:none; z-index:1; overflow-y:auto; background:#ffffff; border:1px solid #f3f3f3; -webkit-border-radius: 0 0 5px 5px;-moz-border-radius: 0 0 5px 5px;border-radius: 0 0 5px 5px; max-height:inherit !important;}
.set_order-rt .sbOptions { width:226px !important; position:absolute; right:0px !important; top:32px; padding:0; list-style:none; z-index:1; overflow-y:auto; background:#ffffff; border:1px solid #f3f3f3; -webkit-border-radius: 5px 5px 5px 5px;-moz-border-radius: 5px 5px 5px 5px;border-radius: 5px 5px 5px 5px; max-height:inherit !important;}

.set_order-rt .sbSelector { width:225px; height:34px; position:absolute; top:0; left:0; display:block; line-height:34px; outline:none; overflow:hidden; text-indent:20px;}


.set_order-rt2 .sbHolder { border:1px solid #e6e6e6;width:226px;} 
.set_order-rt2 .sbOptions { width:226px !important; position:absolute; right:0px !important; top:32px; padding:0; list-style:none; z-index:1; overflow-y:auto; background:#ffffff; border:1px solid #f3f3f3; -webkit-border-radius: 0 0 5px 5px;-moz-border-radius: 0 0 5px 5px;border-radius: 0 0 5px 5px; max-height:inherit !important;}
.set_order-rt2 .sbOptions { width:226px !important; position:absolute; right:0px !important; top:32px; padding:0; list-style:none; z-index:1; overflow-y:auto; background:#ffffff; border:1px solid #f3f3f3; -webkit-border-radius: 5px 5px 5px 5px;-moz-border-radius: 5px 5px 5px 5px;border-radius: 5px 5px 5px 5px; max-height:inherit !important;}
.set_order-rt2 .sbSelector { width:225px; height:34px; position:absolute; top:0; left:0; display:block; line-height:34px; outline:none; overflow:hidden; text-indent:20px;}


.set_order-rt3 .sbHolder { border:1px solid #e6e6e6;width:183px;} 
.set_order-rt3 .sbOptions { width:183px !important; position:absolute; right:0px !important; top:32px; padding:0; list-style:none; z-index:1; overflow-y:auto; background:#ffffff; border:1px solid #f3f3f3; -webkit-border-radius: 0 0 5px 5px;-moz-border-radius: 0 0 5px 5px;border-radius: 0 0 5px 5px; max-height:inherit !important;}
.set_order-rt3 .sbOptions { width:183px !important; position:absolute; right:0px !important; top:32px; padding:0; list-style:none; z-index:1; overflow-y:auto; background:#ffffff; border:1px solid #f3f3f3; -webkit-border-radius: 5px 5px 5px 5px;-moz-border-radius: 5px 5px 5px 5px;border-radius: 5px 5px 5px 5px; max-height:inherit !important;}
.set_order-rt3 .sbSelector { width:180px; height:34px; position:absolute; top:0; left:0; display:block; line-height:34px; outline:none; overflow:hidden; text-indent:20px;}


.left_content_blk2.bbq{
	height: auto;
}

/*custom style*/

/*FILTER AREA DROP DOWN SELECT BOX*/
.filterArea .sbHolder, .filterArea .sbSelector{
	width: 180px !important;
	height: 35px !important;
}
.filterArea .sbHolder{
	background-color: #ffffff;
	border-color: #d0d0d0;
	margin: 0;
}
.navTop .filterArea .sbHolder{
	text-align: left;;
}
.filterArea .sbSelector:link, .filterArea .sbSelector:visited, .filterArea .sbSelector:hover{
	color: #252525 !important;
}
.filterArea .sbSelector{
	font-family: 'Oxygen', sans-serif;
	font-size: 15px;
	line-height: 32px;
	text-indent: 18px;
}
.filterArea .sbToggle {
    background: rgba(0, 0, 0, 0) url("images/arrow-down-2.png") no-repeat scroll 0 0;
    height: 5px;
    right: 10px;
    top: 14px;
    width: 9px;
}
.filterArea .sbOptions{
	width: 180px !important;
	background-color: #ffffff;
	border-color: #d0d0d0;
}
.filterArea .sbOptions a{
	color: #252525 !important;
	font-family: 'Oxygen', sans-serif;
	font-size: 15px;
	padding: 6px 10px;
}
.filterArea .sbOptions a:hover{
    color: #47bac1 !important;
}
/*QUICK VIEW DROP DOWN SELECT BOX*/
.quick-drop .sbHolder, .quick-drop .sbSelector{
	width: 174px !important;
	height: 39px !important;
}

.quick-drop .sbHolder{
	background-color: #ffffff;
	border-color: #d0d0d0;
	margin: 0;
}
.quick-drop .sbSelector:link, .quick-drop .sbSelector:visited, .quick-drop .sbSelector:hover{
	color: #797979 !important;
}
.quick-drop .sbSelector{
	font-family: 'Oxygen', sans-serif;
	font-size: 15px;
	line-height: 36px;
	text-indent: 18px;
}
.quick-drop .sbToggle {
    background: rgba(0, 0, 0, 0) url("images/drop-down-arrow.jpg") no-repeat scroll 0 0;
    height: 6px;
    right: 10px;
    top: 16px;
    width: 9px;
}
.quick-drop .sbOptions{
	width: 174px !important;
	background-color: #ffffff;
	border-color: #d0d0d0;
}
.quick-drop .sbOptions a{
	color: #797979;
	font-family: 'Oxygen', sans-serif;
	font-size: 15px;
	padding: 6px 10px;
}
.quick-drop .sbOptions a:hover{
    color: #47bac1 ;
}
.quick-drop.resizeWidth .sbHolder, 
.quick-drop.resizeWidth .sbSelector, 
.quick-drop.resizeWidth .sbOptions{
	width: 87px !important;
}

/* STEP PAGE DROP DOWN SELECT BOX */
.step-drop .sbHolder, .step-drop .sbSelector{
	width: 100% !important;
	height: 50px !important;
}

.step-drop .sbHolder{
	background-color: #f0f0f0;
	border: none;
	margin: 0;
}
.step-drop .sbSelector:link, .step-drop .sbSelector:visited, .step-drop .sbSelector:hover{
	color: #797979 !important;
}
.step-drop .sbSelector{
	font-family: 'Oxygen', sans-serif;
	font-size: 15px;
	line-height: 47px;
	text-indent: 18px;
}
.step-drop .sbToggle {
	background: rgba(0, 0, 0, 0) url("images/arrow-down-1.png") no-repeat scroll 0 0;
	height: 5px;
	right: 15px;
	top: 22px;
	width: 9px;
}
.step-drop .sbOptions{
	width: 100% !important;
	background-color: #f0f0f0;
	border-color: #f0f0f0;
	right: 0 !important;
}
.step-drop .sbOptions a{
	color: #797979 !important;
	font-family: 'Oxygen', sans-serif;
	font-size: 15px;
	padding: 6px 10px;
}
.step-drop .sbOptions a:hover{
    color: #47bac1 !important;
}
/*.quick-drop.resizeWidth .sbHolder, 
.quick-drop.resizeWidth .sbSelector, 
.quick-drop.resizeWidth .sbOptions{
	width: 87px !important;
}*/
@charset "UTF-8";.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:50%;margin-left:-79px}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-toolbar{top:0;right:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:none}.fancybox-button[disabled]{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button[disabled]:after,.fancybox-button[disabled]:before{opacity:.3}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:none;background:none;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .25s}.fancybox-arrow:after{content:"";position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;background-size:24px 24px}.fancybox-arrow--right{right:0}.fancybox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancybox-arrow--left:after,.fancybox-arrow--right:after{left:0}.fancybox-show-nav .fancybox-arrow{opacity:.6}.fancybox-show-nav .fancybox-arrow[disabled]{opacity:.3}.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancybox-infobar{left:0;margin-left:0}.fancybox-button--left,.fancybox-button--right{display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancybox-button--pause:before,.fancybox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancybox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancybox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancybox-button--thumbs,.fancybox-thumbs{display:none}@media (min-width:800px){.fancybox-button--thumbs{display:inline-block}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:220px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}}
/*
* iziToast | v1.2.0
* http://izitoast.marcelodolce.com
* by Marcelo Dolce.
*/
.iziToast-capsule {
  font-size: 0;
  height: 0;
  width: 100%;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.iziToast-capsule,
.iziToast-capsule * {
  box-sizing: border-box;
}
.iziToast-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 997;
}
.iziToast {
  display: inline-block;
  clear: both;
  position: relative;
  font-family: 'Lato', Tahoma, Arial;
  font-size: 14px;
  padding: 8px 45px 9px 0;
  background: rgba(238,238,238,0.9);
  border-color: rgba(238,238,238,0.9);
  width: 100%;
  pointer-events: all;
  cursor: default;
  transform: translateX(0);
  -webkit-touch-callout: none /* iOS Safari */;
  -webkit-user-select: none /* Chrome/Safari/Opera */;
  -khtml-user-select: none /* Konqueror */;
  -moz-user-select: none /* Firefox */;
  -ms-user-select: none /* Internet Explorer/Edge */;
  user-select: none;
  min-height: 54px;
}
.iziToast > .iziToast-progressbar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: rgba(255,255,255,0.2);
}
.iziToast > .iziToast-progressbar > div {
  height: 2px;
  width: 100%;
  background: rgba(0,0,0,0.3);
  border-radius: 0 0 3px 3px;
}
.iziToast.iziToast-balloon:before {
  content: '';
  position: absolute;
  right: 8px;
  left: auto;
  width: 0px;
  height: 0px;
  top: 100%;
  border-right: 0px solid transparent;
  border-left: 15px solid transparent;
  border-top: 10px solid #000;
  border-top-color: inherit;
  border-radius: 0;
}
.iziToast.iziToast-balloon .iziToast-progressbar {
  top: 0;
  bottom: auto;
}
.iziToast.iziToast-balloon > div {
  border-radius: 0 0 0 3px;
}
.iziToast > .iziToast-cover {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: rgba(0,0,0,0.1);
}
.iziToast > .iziToast-close {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  padding: 0;
  opacity: 0.6;
  width: 42px;
  height: 100%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAJPAAACTwBcGfW0QAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAD3SURBVFiF1ZdtDoMgDEBfdi4PwAX8vLFn0qT7wxantojKupmQmCi8R4tSACpgjC2ICCUbEBa8ingjsU1AXRBeR8aLN64FiknswN8CYefBBDQ3whuFESy7WyQMeC0ipEI0A+0FeBvHUFN8xPaUhAH/iKoWsnXHGegy4J0yxialOfaHJAz4bhRzQzgDvdGnz4GbAonZbCQMuBm1K/kcFu8Mp1N2cFFpsxsMuJqqbIGExGl4loARajU1twskJLLhIsID7+tvUoDnIjTg5T9DPH9EBrz8rxjPzciAl9+O8SxI8CzJ8CxKFfh3ynK8Dyb8wNHM/XDqejx/AtNyPO87tNybAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 8px;
  cursor: pointer;
  outline: none;
}
.iziToast > .iziToast-close:hover {
  opacity: 1;
}
.iziToast > .iziToast-body {
  position: relative;
  padding: 0 0 0 10px;
  height: auto;
  min-height: 36px;
  margin: 0 0 0 15px;
  text-align: left;
}
.iziToast > .iziToast-body::after {
  content: "";
  display: table;
  clear: both;
}
.iziToast > .iziToast-body .iziToast-texts {
  margin: 10px 0 0 0;
  display: inline-block;
  float: left;
}
.iziToast > .iziToast-body .iziToast-buttons {
  min-height: 17px;
  float: left;
  margin: 4px -2px;
}
.iziToast > .iziToast-body .iziToast-buttons > a,
.iziToast > .iziToast-body .iziToast-buttons > button,
.iziToast > .iziToast-body .iziToast-buttons > input {
  position: relative;
  display: inline-block;
  margin: 2px;
  border-radius: 2px;
  border: 0;
  padding: 5px 10px;
  font-size: 12px;
  letter-spacing: 0.02em;
  cursor: pointer;
  background: rgba(0,0,0,0.1);
  color: #000;
}
.iziToast > .iziToast-body .iziToast-buttons > a:hover,
.iziToast > .iziToast-body .iziToast-buttons > button:hover,
.iziToast > .iziToast-body .iziToast-buttons > input:hover {
  background: rgba(0,0,0,0.2);
}
.iziToast > .iziToast-body .iziToast-buttons > a:focus,
.iziToast > .iziToast-body .iziToast-buttons > button:focus,
.iziToast > .iziToast-body .iziToast-buttons > input:focus {
  box-shadow: 0 0 0 1px rgba(0,0,0,0.6);
}
.iziToast > .iziToast-body .iziToast-buttons > a:active,
.iziToast > .iziToast-body .iziToast-buttons > button:active,
.iziToast > .iziToast-body .iziToast-buttons > input:active {
  top: 1px;
}
.iziToast > .iziToast-body .iziToast-icon {
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  display: table;
  font-size: 23px;
  line-height: 24px;
  margin-top: -12px;
  color: #000;
}
.iziToast > .iziToast-body .iziToast-icon.ico-info {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCtoPsAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=") no-repeat 50% 50%;
  background-size: 85%;
  width: 24px;
  height: 24px;
}
.iziToast > .iziToast-body .iziToast-icon.ico-warning {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAkFBMVEUAAAAAAAABAAIAAAABAAIAAAMAAAABAAIBAAIBAAIAAAIAAAABAAIAAAABAAICAAICAAIAAAIAAAAAAAAAAAABAAIBAAIAAAMAAAABAAIBAAMBAAECAAIAAAIAAAIAAAABAAIBAAIBAAMBAAIBAAEAAAIAAAMAAAAAAAABAAECAAICAAIAAAIAAAMAAAQAAAE05yNAAAAAL3RSTlMAB+kD7V8Q+PXicwv7I9iYhkAzJxnx01IV5cmnk2xmHfzexsK4eEw5L7Gei39aRw640awAAAHQSURBVFjD7ZfJdoJAEEWJgCiI4oDiPM8m7///LidErRO7sHrY5u7YXLr7vKqu9kTC0HPmo9n8cJbEQOzqqAdAUHeUZACQuTkGDQBoDJwkHZR0XBz9FkpafXuHP0SJ09mGeJLZ5wwlTmcbA0THPmdEK7XPGTG1zxmInn3OiJ19zkB0jSVTKExMHT0wjAwlWzC0fSPHF1gWRpIhWMYm7fYTFcQGlbemf4dFfdTGg0B/KXM8qBU/3wntbq7rSGqvJ9kla6IpueFJet8fxfem5yhykjyOgNaWF1qSGd5JMNNxpNF7SZQaVh5JzLrTCZIEJ1GyEyVyd+pClMjdaSJK5O40giSRu5PfFiVyd1pAksjdKRnrSsbVdbiHrgT7yss315fkVQPLFQrL+4FHeOXKO5YRFEKv5AiFaMlKLlBpJuVCJlC5sJfvCgztru/3NmBYccPgGTxRAzxn1XGEMUf58pXZvjoOsOCgjL08+b53mtfAM/SVsZcjKLtysQZPqIy9HPP3m/3zKItRwT0LyQo8sTr26tcO83DIUMWIJjierHLsJda/tbNBFY0BP/bKtcM8HNIWCK3aYR4OMzgxo5w5EFLOLKDExXAm9gI4E3iAO94/Ct/lKWuM2LMGbgAAAABJRU5ErkJggg==") no-repeat 50% 50%;
  background-size: 85%;
  width: 24px;
  height: 24px;
}
.iziToast > .iziToast-body .iziToast-icon.ico-error {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVyEiIAAAAJ3RSTlMA3BsB98QV8uSyWVUFz7+kcWMM2LuZioBpTUVBNcq2qaibj4d1azLZZYABAAACZElEQVRYw7WX25KCMAyGAxUoFDkpiohnV97/DXeGBtoOUprZ2dyo1K82fxKbwJJVp+KQZ7so2mX5oThVQLKwjDe9YZu4DF3ptAn6rxY0qQPOEq9fNC9ha3y77a22ba24v+9Xbe8v8x03dPOC2/NdvB6xeSreLfGJpnx0TyotKqLm2s7Jd/WO6ivXNp0tCy02R/aFz5VQ5wUPlUL5fIfj5KIlVGU0nWHm/5QtoTVMWY8mzIVu1K9O7XH2JiU/xnOOT39gnUfj+lFHddx4tFjL3/H8jjzaFCy2Rf0c/fdQyQszI8BDR973IyMSKa4krjxAiW/lkRvMP+bKK9WbYS1ASQg8dKjaUGlYPwRe/WoIkz8tiQchH5QAEMv6T0k8MD4mUyWr4E7jAWqZ+xWcMIYkXvlwggJ3IvFK+wIOcpXAo8n8P0COAaXyKH4OsjBuZB4ew0IGu+H1SebhNazsQBbWm8yj+hFuUJB5eMsN0IUXmYendAFFfJB5uEkRMYwxmcd6zDGRtmQePEykAgubymMRFmMxCSIPCRbTuFNN5OGORTjmNGc0Po0m8Uv0gcCry6xUhR2QeLii9tofbEfhz/qvNti+OfPqNm2Mq6105FUMvdT4GPmufMiV8PqBMkc+DdT1bjYYbjzU/ew23VP4n3mLAz4n8Jtv/Ui3ceTT2mzz5o1mZt0gnBpmsdjqRqVlmplcPdqa7X23kL9brdm2t/uBYDPn2+tyu48mtIGD10JTuUrukVrbCFiwDzcHrPjxKt7PW+AZQyT/WESO+1WL7f3o+WLHL2dYMSZsg6dg/z360ofvP4//v1NPzgs28WlWAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 80%;
  width: 24px;
  height: 24px;
}
.iziToast > .iziToast-body .iziToast-icon.ico-success {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABt0UjBAAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==") no-repeat 50% 50%;
  background-size: 85%;
  width: 24px;
  height: 24px;
}
.iziToast > .iziToast-body .iziToast-icon.ico-question {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEhFovxTxAAAEDklEQVRo3s2ZTWgTQRTHf03ipTRUqghNSgsRjHgQrFUQC6JgD1Kak3gQUUoPqRdBglf1oBehBws9Cn4cGk+1SOmh2upBxAYVoeJHrR9tgq0i1Cq0lqYeks7MbpPdmU00/c8hm9n33v/t7Nt5M2+qMEWQI0QIibZKRrQpHvLL2KI2wnQzzBKrDm2RIeKEy01dTYKUI7G1ZRknQXV5yP10kTYgly1NF/5S6duZ8ES+1iZodyaocrjXxE0OFeifYYgp0mRIkwFChAkRJsIxGgrIP+I0n82fvZW5dc/zkss0O2o1c5mX6/TmaDWl77RFe5YkUW3tKEmyFv0lOvXJ/fTYnmCEFuMRbGHEZqVHLyT9DFjUJmkzJl9DG5MWWwM6Llif/gF1nukB6nhgGwUXdFrE+wiURA8QoM9i0zEWWpXQW+ZsyeRrOMuyEo5Fv4gmy4dXPvqcC+pH2VRYaMwy+OWG+iLGCgm0W0Kv9HdvR8ASjmKCXpuK/bxiV/76A/v5UdDIZuKcJGjrnec5KZ7wwsWFOp6xPX/9mt2sqDe7FO+Kf/fXHBPPDWpdXGhTpLvUG9VKwh1xMDDjkvu+cNDFBTk7ptX1QkKZ850m3duu6fcrWxwdaFFyREJ2j4vOpKP6Du6z4uJCv8sYJIVkCnJBGGZaBONO3roY2EqNrSfIPi7SKP4fdXyNUd6I6wbSAHEl33tFLe+FlSsusnK90A0+oEPcuufZgXnOi+u9LrKSJQZQw6LwqBnv2CKsfHORbFbyQhA6xN/pEuihSdj56Co7LWRjPiKie6gkB2LiKuUqK5kiPkLiz1QJ9K1cNXBAMoUCigNpQ9IqDtMI1HKA4/jyvUsaoSyZLA5kjOjDPFZen8Ql5TsvBskUgjciIPSX3QAXC86DT7VWvlEh/xZ+ij9BDVWJ0QL0SbZq6QaFxoLPcXPmBLveLCc4wXdDK6s+6/vwhCSniFLPXW0NJe5UB8zKCsviqpc7vGPVQFcyZbyPwGD+d5ZnxmNWlhG4xSBZZjivjIWHEQgoDkSMjMwTo54569JSE5IpA7EyJSMTyGTUAUFlO1ZKOtaHTMeL1PhYYFTcihmY2cQ5+ullj7EDkiVfVez2sCTz8yiv84djhg7IJVk81xFWJlPdfHBG0flkRC/zQFZ+DSllNtfDdUsOMCliyGX5uOzU3ZhIXFDof4m1gDuKbEx0t2YS25gVGpcMnr/I1kx3c6piB8P8ZoqEwfMX3ZyCXynJTmq/U7NUXqfUzCbWL1wqVKBQUeESzQYoUlW8TAcVL1RCxUu1G6BYXfFyfQ4VPbDI4T8d2WzgQ6sc/vmxnTsqfHCZQzUJxm1h5dxS5Tu6lQgTZ0ipqRVqSwzTbbLHMt+c19iO76tsx/cLZub+Ali+tYC93olEAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjE3KzAyOjAwjKtfjgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxNyswMjowMP325zIAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 85%;
  width: 24px;
  height: 24px;
}
.iziToast > .iziToast-body .iziToast-title {
  padding: 0;
  margin: 0;
  line-height: 16px;
  font-size: 14px;
  text-align: left;
  float: left;
  color: #000;
  white-space: normal;
}
.iziToast > .iziToast-body .iziToast-message {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  float: left;
  color: rgba(0,0,0,0.6);
  white-space: normal;
}
.iziToast.iziToast-animateInside .iziToast-title,
.iziToast.iziToast-animateInside .iziToast-message,
.iziToast.iziToast-animateInside .iziToast-icon,
.iziToast.iziToast-animateInside .iziToast-buttons-child {
  opacity: 0;
}
.iziToast-target {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.iziToast-target .iziToast-capsule {
  overflow: hidden;
}
.iziToast-target .iziToast-capsule:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.iziToast-target .iziToast-capsule .iziToast {
  width: 100%;
  float: left;
}
.iziToast-wrapper {
  z-index: 999;
  position: fixed;
  width: 100%;
  pointer-events: none;
  display: flex;
  flex-direction: column;
}
.iziToast-wrapper .iziToast.iziToast-balloon:before {
  border-right: 0 solid transparent;
  border-left: 15px solid transparent;
  border-top: 10px solid #000;
  border-top-color: inherit;
  right: 8px;
  left: auto;
}
.iziToast-wrapper-bottomLeft {
  left: 0;
  bottom: 0;
}
.iziToast-wrapper-bottomLeft .iziToast.iziToast-balloon:before {
  border-right: 15px solid transparent;
  border-left: 0 solid transparent;
  right: auto;
  left: 8px;
}
.iziToast-wrapper-bottomRight {
  right: 0;
  bottom: 0;
  text-align: right;
}
.iziToast-wrapper-topLeft {
  left: 0;
  top: 0;
}
.iziToast-wrapper-topLeft .iziToast.iziToast-balloon:before {
  border-right: 15px solid transparent;
  border-left: 0 solid transparent;
  right: auto;
  left: 8px;
}
.iziToast-wrapper-topRight {
  top: 0;
  right: 0;
  text-align: right;
}
.iziToast-wrapper-topCenter {
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.iziToast-wrapper-bottomCenter {
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.iziToast-wrapper-center {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  justify-content: center;
  flex-flow: column;
  align-items: center;
}
.iziToast-rtl {
  direction: rtl;
  padding: 8px 0 9px 45px;
  font-family: Tahoma, 'Lato', Arial;
}
.iziToast-rtl .iziToast-cover {
  left: auto;
  right: 0;
}
.iziToast-rtl .iziToast-close {
  right: auto;
  left: 0;
}
.iziToast-rtl .iziToast-body {
  padding: 0 10px 0 0;
  margin: 0 16px 0 0;
  text-align: right;
}
.iziToast-rtl .iziToast-body .iziToast-buttons,
.iziToast-rtl .iziToast-body .iziToast-texts,
.iziToast-rtl .iziToast-body .iziToast-title,
.iziToast-rtl .iziToast-body .iziToast-message {
  float: right;
  text-align: right;
}
.iziToast-rtl .iziToast-body .iziToast-icon {
  left: auto;
  right: 0;
}
@media only screen and (min-width: 568px) {
  .iziToast-wrapper {
    padding: 10px 15px;
  }
  .iziToast-cover {
    border-radius: 3px 0 0 3px;
  }
  .iziToast {
    margin: 5px 0;
    border-radius: 3px;
    width: auto;
  }
  .iziToast::after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    box-shadow: inset 0 -10px 20px -10px rgba(0,0,0,0.2), inset 0 0 5px rgba(0,0,0,0.1), 0 8px 8px -5px rgba(0,0,0,0.25);
  }
  .iziToast.iziToast-color-dark::after {
    box-shadow: inset 0 -10px 20px -10px rgba(255,255,255,0.3), 0 10px 10px -5px rgba(0,0,0,0.25);
  }
  .iziToast.iziToast-balloon .iziToast-progressbar {
    background: transparent;
  }
  .iziToast.iziToast-balloon::after {
    box-shadow: 0 10px 10px -5px rgba(0,0,0,0.25), inset 0 10px 20px -5px rgba(0,0,0,0.25);
  }
  .iziToast-target .iziToast::after {
    box-shadow: inset 0 -10px 20px -10px rgba(0,0,0,0.2), inset 0 0 5px rgba(0,0,0,0.1);
  }
}
.iziToast.iziToast-theme-dark {
  background: #565c70;
  border-color: #565c70;
}
.iziToast.iziToast-theme-dark .iziToast-title {
  color: #fff;
}
.iziToast.iziToast-theme-dark .iziToast-message {
  color: rgba(255,255,255,0.7);
  font-weight: 300;
}
.iziToast.iziToast-theme-dark .iziToast-close {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfgCR4OIQIPSao6AAAAwElEQVRIx72VUQ6EIAwFmz2XB+AConhjzqTJ7JeGKhLYlyx/BGdoBVpjIpMJNjgIZDKTkQHYmYfwmR2AfAqGFBcO2QjXZCd24bEggvd1KBx+xlwoDpYmvnBUUy68DYXD77ESr8WDtYqvxRex7a8oHP4Wo1Mkt5I68Mc+qYqv1h5OsZmZsQ3gj/02h6cO/KEYx29hu3R+VTTwz6D3TymIP1E8RvEiiVdZfEzicxYLiljSxKIqlnW5seitTW6uYnv/Aqh4whX3mEUrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA5LTMwVDE0OjMzOjAyKzAyOjAwl6RMVgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wOS0zMFQxNDozMzowMiswMjowMOb59OoAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 8px;
}
.iziToast.iziToast-theme-dark .iziToast-icon {
  color: #fff;
}
.iziToast.iziToast-theme-dark .iziToast-icon.ico-info {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vroaSAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=") no-repeat 50% 50%;
  background-size: 85%;
}
.iziToast.iziToast-theme-dark .iziToast-icon.ico-warning {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAllBMVEUAAAD////+//3+//3+//3///////z+//3+//3+//3////////////9//3////+//39//3///3////////////+//3+//39//3///z+//z+//7///3///3///3///3////////+//3+//3+//3+//z+//3+//7///3///z////////+//79//3///3///z///v+//3///+trXouAAAAMHRSTlMAB+j87RBf+PXiCwQClSPYhkAzJxnx05tSyadzcmxmHRbp5d7Gwrh4TDkvsYt/WkdQzCITAAAB1UlEQVRYw+3XaXKCQBCGYSIIighoxCVqNJrEPfly/8vFImKXduNsf/Mc4K1y7FnwlMLQc/bUbj85R6bA1LXRDICg6RjJcZa7NQYtnLUGTpERSiOXxrOPkv9s30iGKDmtbYir3H7OUHJa2ylAuvZzRvzUfs7Ii/2cgfTt54x82s8ZSM848gJmYtroQzA2jHwA+LkBIEuMGt+QIng1igzlyMrkuP2CyOi47axRaYTL5jhDJehoR+aovC29s3iIyly3Eb+hRCvZo2qsGTnhKr2cLDS+J73GsqBI9W80UCmWWpEuhIjh6ZRGjyNRarjzKGJ2Ou2himCvjHwqI+rTqQdlRH06TZQR9ek0hiqiPp06mV4ke7QPX6ERUZxO8Uo3sqrfhxvoRrCpvXwL/UjR9GRHMIvLgke4d5QbiwhM6JV2YKKF4vIl7XIBkwm4keryJVmvk/TfwcmPwQNkUQuyA2/sYGwnXL7GPu4bW1jYsmevrNj09/MGZMOEPXslQVqO8hqykD17JfPHP/bmo2yGGpdZiH3IZvzZa7B3+IdDjjpjesHJcvbs5dZ/e+cddVoDdvlq7x12Nac+iN7e4R8OXTjp0pw5CGnOLNDEzeBs5gVwFniAO+8f8wvfeXP2hyqnmwAAAABJRU5ErkJggg==") no-repeat 50% 50%;
  background-size: 85%;
}
.iziToast.iziToast-theme-dark .iziToast-icon.ico-error {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////GqOSsAAAAJ3RSTlMA3BsB98QV8uSyWVUFz6RxYwzYvbupmYqAaU1FQTXKv7abj4d1azKNUit3AAACZElEQVRYw7WXaZOCMAyGw30UORRQBLxX/v8/3BkaWjrY2szO5otKfGrzJrEp6Kw6F8f8sI+i/SE/FucKSBaWiT8p5idlaEtnXTB9tKDLLHAvdSatOan3je93k9F2vRF36+mr1a6eH2NFNydoHq/ieU/UXcWjjk9XykdNWq2ywtp4tXL6Wb2T/MqtzzZutsrNyfvA51KoQROhVCjfrnASIRpSVUZiD5v4RbWExjRdJzSmOsZFvzYz59kRSr6V5zE+/QELHkNdb3VRx45HS1b1u+zfkkcbRAZ3qJ9l/A4qefHUDMShJe+6kZKJDD2pLQ9Q4lu+5Q7rz7Plperd7AtQEgIPI6o2dxr2D4GXvxqCiKcn8cD4gxIAEt7/GYkHL16KqeJd0NB4gJbXfgVnzCGJlzGcocCVSLzUvoAj9xJ4NF7/R8gxoVQexc/hgBpSebjPjgPs59cHmYfn7NkDb6wXmUf1I1ygIPPw4gtgCE8yDw8eAop4J/PQcBExjQmZx37MsZB2ZB4cLKQCG5vKYxMWSzMxIg8pNtOyUkvkocEmXGo69mh8FgnxS4yBwMvDrJSNHZB4uC3ayz/YkcIP4lflwVIT+OU07ZSjrbTkZQ6dTPkYubZ8GC/Cqxu6WvJZII93dcCw46GdNqdpTeF/tiMOuDGB9z/NI6NvyWetGPM0g+bVNeovBmamHXWj0nCbEaGeTMN2PWrqd6cM26ZxP2DeJvj+ph/30Zi/GmRbtlK5SptI+nwGGnvH6gUruT+L16MJHF+58rwNIifTV0vM8+hwMeOXAb6Yx0wXT+b999WXfvn+8/X/F7fWzjdTord5AAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 80%;
}
.iziToast.iziToast-theme-dark .iziToast-icon.ico-success {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAD////////////////////////////////////////PIev5AAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==") no-repeat 50% 50%;
  background-size: 85%;
}
.iziToast.iziToast-theme-dark .iziToast-icon.ico-question {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEg18vki+AAAETUlEQVRo3s1ZTWhbRxD+VlIuxsLFCYVIIQYVopBDoK5bKDWUBupDMNbJ5FBKg/FBziUQdE9yaC+FHBrwsdCfQ9RTGoLxwWl+DqHEojUFFydxnB9bInZDqOsErBrr6yGvs/ueX97bldTKo4Pe7puZb3Z33s7srIIjMY1jyCEjP6ImvyX8pF64arSHznKC06wzijY5xSKz7YbuYokV2lODsyyxqz3gSY6z6gCuqcpxJluFH+Z8U+D/0jyHoxFUBHgfvsGHIS9WMIUlVFFDFTUAGWSRQRY5HMeBEP6b+Ew9dh/7INd2jGeO59kfKdXP85zbIbfGQVf4sYC3N1hm3lo6zzIbPvk6x+zBk7wQGMEMB5xncIAzAS0XrFySSV72iS1yyBVcdA1x0afrsoUJgdFfY2+z8ADAXl7zz0KcwJiPfZKpVuABgClO+nRG+QIHDdfb4qlWwUXvKW4Z7vi6L4J9vg+vbfCeCeZH2RfOdMOc/HbCA4BvIW6EMQz7XK/ltd+hP+VzR9mgva2YSfyGI17fA7ynnocqeQNFfIJ0oHsdv6CC2+rXGBN6cQdveY3fcVRtmy/HDete+93zy8jA8zV7YkwYMrjHzRddRsCdiVCwwmh6wg9iTNC7Y9XIF1iS7kbUpsvvGEdPuTfSgAEjRpR096x0liPFD/Eqt2NMuBQzB2XhrACAApjFsuQFh9XdGAX70B3oSuNdnMVBaX+sopYxjwVpHFBVACyKTXNoktjD+6Ll8xhenS9MAAkAI/Lux2YNUOs4I413Ypg1SgEAu7kpFvWjaeJe0fJHDGe/cNaZBkekudw8PMA+0fMwlndZeAsJ5KR/qhUDUJCnSiyvRsolkJHGUgvjH8QXDgZopEzKMKDqCKrwEQ4C6MH7GEXC665buLJG8hlQc4LP4paxfJrOqYVYYY2UARfEIazTbgDg2dB98GebzJd54b8L/iWNdLyooeR6CHyZ+6xk0yKxkYg6nEVSUG4VJ9QJ9cxRCxO+9WiOyvgUeexXP1hLGH5nGuBWVtiSp4vqe3VP0UFWI9Wan4Er3v8q7jjPWVtm4FtcQQMrOKO2nOQCM5AyDMi56FDrKHA/1nyppS1ppBpYaE8wciEjGI2AaeM41kI4doDX4XiT3Qm1gevyruCgZg9P8xIv8m1nCzTKq6oiJ9xTMiZ505P5m8cdZ0CnZMVXHVljM7WMBzxpyDxygtdxoCEFTaMIWbZU85UvBjgUMYy0fBaAF8V1Lj9qWQ1aMZ5f4k9r+AGMSkMP1vZoZih6k6sicc5h/OFHM9vDqU/VIU7zJZdYYsKGH4g4nAJMGiXZRds1pVMoZ69RM5vfkbh0qkBhsnS2RLMLilQdL9MBHS9UAh0v1e6CYnXHy/WeeCcvLDwl/9OVze69tPKM+M+v7eJN6OzFpWdEF0ucDbhVNFXadnVrmJFlkVNGTS2M6pzmhMvltfPhnN2B63sVuL7fcNP3D1TSk2ihosPrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjEzKzAyOjAweOR7nQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxMyswMjowMAm5wyEAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 85%;
}
.iziToast.iziToast-theme-dark .iziToast-buttons > a,
.iziToast.iziToast-theme-dark .iziToast-buttons > button,
.iziToast.iziToast-theme-dark .iziToast-buttons > input {
  color: #fff;
  background: rgba(255,255,255,0.1);
}
.iziToast.iziToast-theme-dark .iziToast-buttons > a:hover,
.iziToast.iziToast-theme-dark .iziToast-buttons > button:hover,
.iziToast.iziToast-theme-dark .iziToast-buttons > input:hover {
  background: rgba(255,255,255,0.2);
}
.iziToast.iziToast-theme-dark .iziToast-buttons > a:focus,
.iziToast.iziToast-theme-dark .iziToast-buttons > button:focus,
.iziToast.iziToast-theme-dark .iziToast-buttons > input:focus {
  box-shadow: 0 0 0 1px rgba(255,255,255,0.6);
}
.iziToast.iziToast-color-red {
  background: rgba(255,175,180,0.9);
  border-color: rgba(255,175,180,0.9);
}
.iziToast.iziToast-color-orange {
  background: rgba(255,207,165,0.9);
  border-color: rgba(255,207,165,0.9);
}
.iziToast.iziToast-color-yellow {
  background: rgba(255,249,178,0.9);
  border-color: rgba(255,249,178,0.9);
}
.iziToast.iziToast-color-blue {
  background: rgba(157,222,255,0.9);
  border-color: rgba(157,222,255,0.9);
}
.iziToast.iziToast-color-green {
  background: rgba(166,239,184,0.9);
  border-color: rgba(166,239,184,0.9);
}
.iziToast.iziToast-layout2 .iziToast-body .iziToast-message {
  width: 100%;
}
.iziToast.iziToast-layout3 {
  border-radius: 2px;
}
.iziToast.iziToast-layout3::after {
  display: none;
}
.iziToast.revealIn,
.iziToast .revealIn {
  -webkit-animation: iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both;
  -moz-animation: iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both;
  animation: iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both;
}
.iziToast.slideIn,
.iziToast .slideIn {
  -webkit-animation: iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
  -moz-animation: iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
  animation: iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
}
.iziToast.bounceInLeft {
  -webkit-animation: iziT-bounceInLeft 0.7s ease-in-out both;
  animation: iziT-bounceInLeft 0.7s ease-in-out both;
}
.iziToast.bounceInRight {
  -webkit-animation: iziT-bounceInRight 0.85s ease-in-out both;
  animation: iziT-bounceInRight 0.85s ease-in-out both;
}
.iziToast.bounceInDown {
  -webkit-animation: iziT-bounceInDown 0.7s ease-in-out both;
  animation: iziT-bounceInDown 0.7s ease-in-out both;
}
.iziToast.bounceInUp {
  -webkit-animation: iziT-bounceInUp 0.7s ease-in-out both;
  animation: iziT-bounceInUp 0.7s ease-in-out both;
}
.iziToast.fadeIn {
  -webkit-animation: iziT-fadeIn 0.5s ease both;
  animation: iziT-fadeIn 0.5s ease both;
}
.iziToast.fadeInUp {
  -webkit-animation: iziT-fadeInUp 0.7s ease both;
  animation: iziT-fadeInUp 0.7s ease both;
}
.iziToast.fadeInDown {
  -webkit-animation: iziT-fadeInDown 0.7s ease both;
  animation: iziT-fadeInDown 0.7s ease both;
}
.iziToast.fadeInLeft {
  -webkit-animation: iziT-fadeInLeft 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
  animation: iziT-fadeInLeft 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
}
.iziToast.fadeInRight {
  -webkit-animation: iziT-fadeInRight 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
  animation: iziT-fadeInRight 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
}
.iziToast.flipInX {
  -webkit-animation: iziT-flipInX 0.85s cubic-bezier(0.35, 0, 0.25, 1) both;
  animation: iziT-flipInX 0.85s cubic-bezier(0.35, 0, 0.25, 1) both;
}
.iziToast.fadeOut {
  -webkit-animation: iziT-fadeOut 0.7s ease both;
  animation: iziT-fadeOut 0.7s ease both;
}
.iziToast.fadeOutDown {
  -webkit-animation: iziT-fadeOutDown 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
  animation: iziT-fadeOutDown 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
}
.iziToast.fadeOutUp {
  -webkit-animation: iziT-fadeOutUp 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
  animation: iziT-fadeOutUp 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
}
.iziToast.fadeOutLeft {
  -webkit-animation: iziT-fadeOutLeft 0.5s ease both;
  animation: iziT-fadeOutLeft 0.5s ease both;
}
.iziToast.fadeOutRight {
  -webkit-animation: iziT-fadeOutRight 0.5s ease both;
  animation: iziT-fadeOutRight 0.5s ease both;
}
.iziToast.flipOutX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation: iziT-flipOutX 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
  animation: iziT-flipOutX 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
}
.iziToast-overlay.fadeIn {
  -webkit-animation: iziT-fadeIn 0.5s ease both;
  animation: iziT-fadeIn 0.5s ease both;
}
.iziToast-overlay.fadeOut {
  -webkit-animation: iziT-fadeOut 0.7s ease both;
  animation: iziT-fadeOut 0.7s ease both;
}
@-webkit-keyframes iziT-revealIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 1);
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes iziT-revealIn {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 1);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes iziT-slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes iziT-slideIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-webkit-keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(280px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  70% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-280px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  70% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(10px);
  }
  70% {
    -webkit-transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
  }
  70% {
    -webkit-transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes iziT-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes iziT-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes iziT-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes iziT-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes iziT-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes iziT-flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes iziT-fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes iziT-fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes iziT-fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes iziT-fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
}
@-webkit-keyframes iziT-fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
}
@-webkit-keyframes iziT-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@-moz-keyframes iziT-revealIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 1);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes iziT-revealIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 1);
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes iziT-revealIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 1);
  }
  100% {
    opacity: 1;
  }
}
@keyframes iziT-revealIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 1);
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes iziT-slideIn {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes iziT-slideIn {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-o-keyframes iziT-slideIn {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes iziT-slideIn {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-moz-keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(280px);
  }
  50% {
    opacity: 1;
    transform: translateX(-20px);
  }
  70% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(280px);
  }
  50% {
    opacity: 1;
    transform: translateX(-20px);
  }
  70% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@-o-keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(280px);
  }
  50% {
    opacity: 1;
    transform: translateX(-20px);
  }
  70% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(280px);
  }
  50% {
    opacity: 1;
    transform: translateX(-20px);
  }
  70% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(-280px);
  }
  50% {
    opacity: 1;
    transform: translateX(20px);
  }
  70% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(-280px);
  }
  50% {
    opacity: 1;
    transform: translateX(20px);
  }
  70% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@-o-keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(-280px);
  }
  50% {
    opacity: 1;
    transform: translateX(20px);
  }
  70% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(-280px);
  }
  50% {
    opacity: 1;
    transform: translateX(20px);
  }
  70% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  50% {
    opacity: 1;
    transform: translateY(10px);
  }
  70% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  50% {
    opacity: 1;
    transform: translateY(10px);
  }
  70% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@-o-keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  50% {
    opacity: 1;
    transform: translateY(10px);
  }
  70% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  50% {
    opacity: 1;
    transform: translateY(10px);
  }
  70% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  50% {
    opacity: 1;
    transform: translateY(-10px);
  }
  70% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  50% {
    opacity: 1;
    transform: translateY(-10px);
  }
  70% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
@-o-keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  50% {
    opacity: 1;
    transform: translateY(-10px);
  }
  70% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  50% {
    opacity: 1;
    transform: translateY(-10px);
  }
  70% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes iziT-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes iziT-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes iziT-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes iziT-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes iziT-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes iziT-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes iziT-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes iziT-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes iziT-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes iziT-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes iziT-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes iziT-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes iziT-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes iziT-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes iziT-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes iziT-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes iziT-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes iziT-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes iziT-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes iziT-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes iziT-flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes iziT-flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-o-keyframes iziT-flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes iziT-flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-moz-keyframes iziT-fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes iziT-fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes iziT-fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes iziT-fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes iziT-fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes iziT-fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-o-keyframes iziT-fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes iziT-fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-moz-keyframes iziT-fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes iziT-fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-o-keyframes iziT-fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes iziT-fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-moz-keyframes iziT-fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
}
@-webkit-keyframes iziT-fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
}
@-o-keyframes iziT-fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
}
@keyframes iziT-fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
}
@-moz-keyframes iziT-fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
}
@-webkit-keyframes iziT-fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
}
@-o-keyframes iziT-fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
}
@keyframes iziT-fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
}
@-moz-keyframes iziT-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes iziT-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@-o-keyframes iziT-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes iziT-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

/* http://prismjs.com/download.html?themes=prism-okaidia&languages=markup+css+clike+javascript */
/**
 * okaidia theme for JavaScript, CSS and HTML
 * Loosely based on Monokai textmate theme by http://www.monokai.nl/
 * @author ocodia
 */

code[class*="language-"],
pre[class*="language-"] {
	color: #f8f8f2;
	background: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;

	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;

	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

/* Code blocks */
pre[class*="language-"] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto;
	border-radius: 0.3em;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
	background: #272822;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
	padding: .1em;
	border-radius: .3em;
	white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: slategray;
}

.token.punctuation {
	color: #f8f8f2;
}

.namespace {
	opacity: .7;
}

.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
	color: #f92672;
}

.token.boolean,
.token.number {
	color: #ae81ff;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
	color: #a6e22e;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
	color: #f8f8f2;
}

.token.atrule,
.token.attr-value,
.token.function {
	color: #e6db74;
}

.token.keyword {
	color: #66d9ef;
}

.token.regex,
.token.important {
	color: #fd971f;
}

.token.important,
.token.bold {
	font-weight: bold;
}
.token.italic {
	font-style: italic;
}

.token.entity {
	cursor: help;
}


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

	-	Revolution Slider 4.1 Captions -

		Screen Stylesheet

version:   	1.4.5
date:      	27/11/13
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/



/*************************
	-	CAPTIONS	-
**************************/

.tp-static-layers	{	position:absolute; z-index:505; top:0px;left:0px}

.tp-hide-revslider,.tp-caption.tp-hidden-caption	{	visibility:hidden !important; display:none !important}


.tp-caption { z-index:1; white-space:nowrap}

.tp-caption-demo .tp-caption	{	position:relative !important; display:inline-block; margin-bottom:10px; margin-right:20px !important}


.tp-caption.whitedivider3px {

	color: #000000;
	text-shadow: none;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 1);
	text-decoration: none;
	min-width: 408px;
	min-height: 3px;
	background-position: initial initial;
	background-repeat: initial initial;
	border-width: 0px;
	border-color: #000000;
	border-style: none;
}


.tp-caption.finewide_large_white {
color:#ffffff;
text-shadow:none;
font-size:60px;
line-height:60px;
font-weight:300;
font-family:"Open Sans", sans-serif;
background-color:transparent;
text-decoration:none;
text-transform:uppercase;
letter-spacing:8px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.whitedivider3px {
color:#000000;
text-shadow:none;
background-color:rgb(255, 255, 255);
background-color:rgba(255, 255, 255, 1);
text-decoration:none;
font-size:0px;
line-height:0;
min-width:468px;
min-height:3px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.finewide_medium_white {
color:#ffffff;
text-shadow:none;
font-size:37px;
line-height:37px;
font-weight:300;
font-family:"Open Sans", sans-serif;
background-color:transparent;
text-decoration:none;
text-transform:uppercase;
letter-spacing:5px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.boldwide_small_white {
font-size:25px;
line-height:25px;
font-weight:800;
font-family:"Open Sans", sans-serif;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
text-transform:uppercase;
letter-spacing:5px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.whitedivider3px_vertical {
color:#000000;
text-shadow:none;
background-color:rgb(255, 255, 255);
background-color:rgba(255, 255, 255, 1);
text-decoration:none;
font-size:0px;
line-height:0;
min-width:3px;
min-height:130px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.finewide_small_white {
color:#ffffff;
text-shadow:none;
font-size:25px;
line-height:25px;
font-weight:300;
font-family:"Open Sans", sans-serif;
background-color:transparent;
text-decoration:none;
text-transform:uppercase;
letter-spacing:5px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.finewide_verysmall_white_mw {
font-size:13px;
line-height:25px;
font-weight:400;
font-family:"Open Sans", sans-serif;
color:#ffffff;
text-decoration:none;
background-color:transparent;
text-shadow:none;
text-transform:uppercase;
letter-spacing:5px;
max-width:470px;
white-space:normal !important;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.lightgrey_divider {
text-decoration:none;
background-color:rgb(235, 235, 235);
background-color:rgba(235, 235, 235, 1);
width:370px;
height:3px;
background-position:initial initial;
background-repeat:initial initial;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.finewide_large_white {
color: #FFF;
text-shadow: none;
font-size: 60px;
line-height: 60px;
font-weight: 300;
font-family: "Open Sans", sans-serif;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
text-transform: uppercase;
letter-spacing: 8px;
border-width: 0px;
border-color: #000;
border-style: none;
}

.tp-caption.finewide_medium_white {
color: #FFF;
text-shadow: none;
font-size: 34px;
line-height: 34px;
font-weight: 300;
font-family: "Open Sans", sans-serif;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
text-transform: uppercase;
letter-spacing: 5px;
border-width: 0px;
border-color: #000;
border-style: none;
}

.tp-caption.huge_red {
position:absolute;
color:rgb(223,75,107);
font-weight:400;
font-size:150px;
line-height:130px;
font-family: 'Oswald', sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
background-color:rgb(45,49,54);
padding:0px;
}

.tp-caption.middle_yellow {
position:absolute;
color:rgb(251,213,114);
font-weight:600;
font-size:50px;
line-height:50px;
font-family: 'Open Sans', sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.huge_thin_yellow {
	position:absolute;
color:rgb(251,213,114);
font-weight:300;
font-size:90px;
line-height:90px;
font-family: 'Open Sans', sans-serif;
margin:0px;
letter-spacing: 20px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.big_dark {
position:absolute;
color:#333;
font-weight:700;
font-size:70px;
line-height:70px;
font-family:"Open Sans";
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.medium_dark {
position:absolute;
color:#333;
font-weight:300;
font-size:40px;
line-height:40px;
font-family:"Open Sans";
margin:0px;
letter-spacing: 5px;
border-width:0px;
border-style:none;
white-space:nowrap;
}


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

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

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


.tp-caption.large_bold_white_25 {
font-size:55px;
line-height:65px;
font-weight:700;
font-family:"Open Sans";
color:#fff;
text-decoration:none;
background-color:transparent;
text-align:center;
text-shadow:#000 0px 5px 10px;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.medium_text_shadow {
font-size:25px;
line-height:25px;
font-weight:600;
font-family:"Open Sans";
color:#fff;
text-decoration:none;
background-color:transparent;
text-align:center;
text-shadow:#000 0px 5px 10px;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

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

.tp-caption.medium_bold_grey {
font-size:30px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
text-shadow:none;
margin:0px;
padding:1px 4px 0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

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

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

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

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

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

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

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

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

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

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

.tp-caption.black {
color:#000;
text-shadow:none;
}

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

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

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

.tp-caption.thinheadline_dark {
position:absolute;
color:rgba(0,0,0,0.85);
text-shadow:none;
font-weight:300;
font-size:30px;
line-height:30px;
font-family:"Open Sans";
background-color:transparent;
}

.tp-caption.thintext_dark {
position:absolute;
color:rgba(0,0,0,0.85);
text-shadow:none;
font-weight:300;
font-size:16px;
line-height:26px;
font-family:"Open Sans";
background-color:transparent;
}

.tp-caption.medium_bg_red a {
	color: #fff;
    text-decoration: none;
}

.tp-caption.medium_bg_red a:hover {
	color: #fff;
    text-decoration: underline;
}

.tp-caption.smoothcircle {
font-size:30px;
line-height:75px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
background-color:rgba(0, 0, 0, 0.498039);
padding:50px 25px;
text-align:center;
border-radius:500px 500px 500px 500px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.largeblackbg {
font-size:50px;
line-height:70px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
padding:0px 20px 5px;
text-shadow:none;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.largepinkbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#db4360;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.largewhitebg {
position:absolute;
color:#000;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#fff;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.largegreenbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#67ae73;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.excerpt {
font-size:36px;
line-height:36px;
font-weight:700;
font-family:Arial;
color:#ffffff;
text-decoration:none;
background-color:rgba(0, 0, 0, 1);
text-shadow:none;
margin:0px;
letter-spacing:-1.5px;
padding:1px 4px 0px 4px;
width:150px;
white-space:normal !important;
height:auto;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.large_bold_grey {
font-size:60px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
text-shadow:none;
margin:0px;
padding:1px 4px 0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_thin_grey {
font-size:34px;
line-height:30px;
font-weight:300;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
padding:1px 4px 0px;
text-shadow:none;
margin:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.small_thin_grey {
font-size:18px;
line-height:26px;
font-weight:300;
font-family:"Open Sans";
color:rgb(117, 117, 117);
text-decoration:none;
background-color:transparent;
padding:1px 4px 0px;
text-shadow:none;
margin:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.lightgrey_divider {
text-decoration:none;
background-color:rgba(235, 235, 235, 1);
width:370px;
height:3px;
background-position:initial initial;
background-repeat:initial initial;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bold_darkblue {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(52, 73, 94);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_darkblue {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(52, 73, 94);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bold_red {
font-size:24px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(227, 58, 12);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_red {
font-size:21px;
line-height:26px;
font-weight:300;
font-family:"Open Sans";
color:rgb(227, 58, 12);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_red {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(227, 58, 12);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bold_orange {
font-size:24px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(243, 156, 18);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_orange {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(243, 156, 18);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.grassfloor {
text-decoration:none;
background-color:rgba(160, 179, 151, 1);
width:4000px;
height:150px;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bold_white {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_white {
font-size:30px;
line-height:36px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_white {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_white_center {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:#ffffff;
text-decoration:none;
background-color:transparent;
padding:0px 0px 0px 0px;
text-align:center;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_asbestos {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(127, 140, 141);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_black {
font-size:30px;
line-height:36px;
font-weight:300;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.large_bold_black {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_darkblue {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:rgb(52, 73, 94);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.small_light_white {
font-size:17px;
line-height:28px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.roundedimage {
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bg_black {
font-size:40px;
line-height:40px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
padding:10px 20px 15px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumwhitebg {
font-size:30px;
line-height:30px;
font-weight:300;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:rgb(255, 255, 255);
padding:5px 15px 10px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.medium_bg_orange_new1 {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(243, 156, 18);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}



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

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

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


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


/*.tp-caption			{	transform:none !important}*/


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

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

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

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


/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/

img.tp-slider-alternative-image	{	width:100%; height:auto;}

/******************************
	-	BUTTONS	-
*******************************/

.tp-simpleresponsive .button				{	padding:6px 13px 5px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; height:30px;
												cursor:pointer;
												color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
												background:url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/images/gradient/g30.png) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
											}

.tp-simpleresponsive  .button.big			{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; background:url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/images/gradient/g40.png) repeat-x top}


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



	@media only screen and (min-width: 768px) and (max-width: 959px) {

	 }



	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.tp-simpleresponsive  .button	{	padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal;	}
		.tp-simpleresponsive  a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }


	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tp-simpleresponsive  .button	{	padding:2px 5px 2px; line-height:20px !important; font-size:10px !important}
		.tp-simpleresponsive  a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}





/*	BUTTON COLORS	*/



.tp-simpleresponsive  .button.green, .tp-simpleresponsive  .button:hover.green,
.tp-simpleresponsive  .purchase.green, .tp-simpleresponsive  .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }


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


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

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

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

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



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

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

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

/*.tp-simpleresponsive				{	-webkit-perspective: 1500px;
										-moz-perspective: 1500px;
										-o-perspective: 1500px;
										-ms-perspective: 1500px;
										perspective: 1500px;
									}*/




/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/

.fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}



.fullwidthbanner-container{
	width:100%;
	position:relative;
	padding:0;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthbanner{
	width:100%;
	position:relative;
}



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


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



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


/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow  {
		position:absolute;

		margin-left:auto;
		margin-right:auto;
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
	}

.tp-bannershadow.tp-shadow1 {	background:url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/assets/shadow1.png) no-repeat; background-size:100% 100%; width:890px; height:60px; bottom:-60px}
.tp-bannershadow.tp-shadow2 {	background:url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/assets/shadow2.png) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px}
.tp-bannershadow.tp-shadow3 {	background:url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/assets/shadow3.png) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%}
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video	{ width:100% !important; height:100% !important; display: none}

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


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


.fullcoveredvideo video,
.fullscreenvideo video					{	background: #000}

.fullcoveredvideo .tp-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}

.html5vid.videoisplaying .tp-poster	{	display: none}

.tp-video-play-button		{	background:#000;
								background:rgba(0,0,0,0.3);
								padding:5px;
								border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
								position: absolute;
								top: 50%;
								left: 50%;
								font-size: 40px;
								color: #FFF;
								z-index: 3;
								margin-top: -27px;
								margin-left: -28px;
								text-align: center;
								cursor: pointer;
							}

.html5vid .tp-revstop		{	width:15px;height:20px; border-left:5px solid #fff; border-right:5px solid #fff; position:relative;margin:10px 20px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
.html5vid .tp-revstop	{	display:none}
.html5vid.videoisplaying .revicon-right-dir	{	display:none}
.html5vid.videoisplaying .tp-revstop	{	display:block}

.html5vid.videoisplaying .tp-video-play-button	{	display:none}
.html5vid:hover .tp-video-play-button { display:block}

.fullcoveredvideo .tp-video-play-button	{	display:none !important}

.tp-video-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
	background-image: linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -o-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.13, rgb(0,0,0)),
		color-stop(1, rgb(50,50,50))
	);
	
	display:table;max-width:100%; overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.tp-caption:hover .tp-video-controls {
	opacity: .9;
}

.tp-video-button {
	background: rgba(0,0,0,.5);
	border: 0;
	color: #EEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
	line-height:12px;
	font-size:12px;
	color:#fff;
	padding:0px;
	margin:0px;
	outline: none;
	}
.tp-video-button:hover {
	cursor: pointer;
}


.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap 	{ padding:0px 5px;display:table-cell; }

.tp-video-seek-bar-wrap	{	width:80%}
.tp-video-vol-bar-wrap	{	width:20%}

.tp-volume-bar,
.tp-seek-bar		{	width:100%; cursor: pointer;  outline:none; line-height:12px;margin:0; padding:0;}


/********************************
	-	FULLSCREEN VIDEO ENDS	-
*********************************/


/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:4}
.tp-dottedoverlay.twoxtwo				{	background:url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/assets/gridtile.png)}
.tp-dottedoverlay.twoxtwowhite			{	background:url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/assets/gridtile_white.png)}
.tp-dottedoverlay.threexthree			{	background:url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/assets/gridtile_3x3.png)}
.tp-dottedoverlay.threexthreewhite		{	background:url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/assets/gridtile_3x3_white.png)}
/********************************
	-	DOTTED OVERLAYS ENDS	-
*********************************/


/************************
	-	NAVIGATION	-
*************************/

/** BULLETS **/

.tpclear		{	clear:both}


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


.tp-bullets.simplebullets.navbar						{ 	border:1px solid #666; border-bottom:1px solid #444; background:url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/assets/boxed_bgtile.png); height:40px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px }

.tp-bullets.simplebullets.navbar-old					{ 	 background:url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/assets/navigdots_bgtile.png); height:35px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px }


.tp-bullets.simplebullets.round .bullet					{	cursor:pointer; position:relative;	background:url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/assets/bullet.png) no-Repeat top left;	width:20px;	height:20px;  margin-right:0px; float:left; margin-top:0px; margin-left:3px}
.tp-bullets.simplebullets.round .bullet.last			{	margin-right:3px}

.tp-bullets.simplebullets.round-old .bullet				{	cursor:pointer; position:relative;	background:url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/assets/bullets.png) no-Repeat bottom left;	width:23px;	height:23px;  margin-right:0px; float:left; margin-top:0px}
.tp-bullets.simplebullets.round-old .bullet.last		{	margin-right:0px}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet				{	cursor:pointer; position:relative;	background:url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/assets/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:0px}
.tp-bullets.simplebullets.square .bullet.last			{	margin-right:0px}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet			{	cursor:pointer; position:relative;	background:url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/assets/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:0px}
.tp-bullets.simplebullets.square-old .bullet.last		{	margin-right:0px}


/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet			{	cursor:pointer; position:relative;	background:url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/assets/bullet_boxed.png) no-Repeat top left;	width:18px;	height:19px;   margin-right:5px; float:left; margin-top:0px}

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



/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet			{	cursor:pointer; position:relative;	background:url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/assets/navigdots.png) no-Repeat bottom left;	width:15px;	height:15px;  margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px}
.tp-bullets.simplebullets.navbar-old .bullet.first		{	margin-left:0px !important}
.tp-bullets.simplebullets.navbar-old .bullet.last		{	margin-right:0px !important}


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

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



/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows												{	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
															-moz-opacity: 1;
															-khtml-opacity: 1;
															opacity: 1;
															-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
															-webkit-transform: translateZ(5000px);
															-webkit-transform-style: flat;
															-webkit-backface-visibility: hidden;
															z-index:600;
															position: relative;

														}
.tparrows.hidearrows									{
															-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
															-moz-opacity: 0;
															-khtml-opacity: 0;
															opacity: 0;
														}
.tp-leftarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/assets/large_left.png) no-Repeat top left;	width:40px;	height:40px;   }
.tp-rightarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/assets/large_right.png) no-Repeat top left;	width:40px;	height:40px;   }


.tp-leftarrow.round										{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/assets/small_left.png) no-Repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left; margin-top:0px;	}
.tp-rightarrow.round									{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/assets/small_right.png) no-Repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left;	margin-top:0px}


.tp-leftarrow.round-old									{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/assets/arrow_left.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left; margin-top:0px;	}
.tp-rightarrow.round-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/assets/arrow_right.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left;	margin-top:0px}


.tp-leftarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/assets/small_left_boxed.png) no-Repeat top left;	width:20px;	height:15px;   float:left;	margin-right:6px; margin-top:12px}
.tp-rightarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/assets/small_right_boxed.png) no-Repeat top left;	width:20px;	height:15px;   float:left;	margin-left:6px; margin-top:12px}


.tp-leftarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/assets/arrowleft.png) no-Repeat top left;		width:9px;	height:16px;   float:left;	margin-right:6px; margin-top:10px}
.tp-rightarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/assets/arrowright.png) no-Repeat top left;	width:9px;	height:16px;   float:left;	margin-left:6px; margin-top:10px}

.tp-leftarrow.navbar-old.thumbswitharrow				{	margin-right:10px}
.tp-rightarrow.navbar-old.thumbswitharrow				{	margin-left:0px}

.tp-leftarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/assets/arrow_left2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:0px}
.tp-rightarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/assets/arrow_right2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:0px}


.tp-leftarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/assets/arrow_left2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:0px}
.tp-rightarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/assets/arrow_right2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:0px}


.tp-leftarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/assets/large_left.png) no-Repeat 0 0;	width:40px;	height:40px;

														}
.tp-rightarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/assets/large_right.png) no-Repeat 0 0;	width:40px;	height:40px;

														}




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






/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

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


.tp-bullets.tp-thumbs						{	z-index:1000; position:absolute; padding:3px;background-color:#fff;
												width:500px;height:50px; 			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												margin-top:-50px;
											}


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

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


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

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

												-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
											}


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

												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
											}
.tp-thumbs img								{	width:100%}


/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	width:100%; height:10px; background:url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/assets/timer.png);position:absolute; z-index:200;top:0px}
.tp-bannertimer.tp-bottom					{	bottom:0px;height:5px; top:auto}




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




    @media only screen and (min-width: 0px) and (max-width: 479px) {
				.responsive .tp-bullets	{	display:none}
				.responsive .tparrows	{	display:none}
	}





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

	-	BASIC SETTINGS FOR THE BANNER	-

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

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



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

.tp-simpleresponsive ul,
.tp-simpleresponsive ul li,
.tp-simpleresponsive ul li:before {
	list-style:none;
	padding:0 !important;
	margin:0 !important;
	list-style:none !important;
	overflow-x: visible;
	overflow-y: visible;
	background-image:none
}


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

/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/assets/coloredbg.png) repeat}

.tp-caption.slidelink a span	{	background:url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/assets/coloredbg.png) repeat}



/*****************************************
	-	NAVIGATION FANCY EXAMPLES	-
*****************************************/

.tparrows .tp-arr-imgholder								{ display: none}
.tparrows .tp-arr-titleholder							{ display: none}



/*****************************************
	-	NAVIGATION FANCY EXAMPLES	-
*****************************************/

/* NAVIGATION PREVIEW 1 */
.tparrows.preview1 							{	width:100px;height:100px;-webkit-transform-style: preserve-3d; -webkit-perspective: 1000; -moz-perspective: 1000; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden;background: transparent}
.tparrows.preview1:after					{	position:absolute; left:0px;top:0px; font-family: "revicons"; color:#fff; font-size:30px; width:100px;height:100px;text-align: center; background:#fff;background:rgba(0,0,0,0.15);z-index:2;line-height:100px; -webkit-transition: background 0.3s, color 0.3s; -moz-transition: background 0.3s, color 0.3s; transition: background 0.3s, color 0.3s}
.tp-rightarrow.preview1:after				{	content: '\e825';  }
.tp-leftarrow.preview1:after				{	content: '\e824';  }

.tparrows.preview1:hover:after 				{	background:rgba(255,255,255,1); color:#aaa}

.tparrows.preview1 .tp-arr-imgholder 		{	background-size:cover; background-position:center center; display:block;width:100%;height:100%;position:absolute;top:0px;
												-webkit-transition: -webkit-transform 0.3s;
												transition: transform 0.3s;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
											}
.tparrows.preview1 .tp-arr-iwrapper			{	  -webkit-transition: all 0.3s;transition: all 0.3s;
												-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0}
.tparrows.preview1:hover .tp-arr-iwrapper	{	  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1}


.tp-rightarrow.preview1 .tp-arr-imgholder	{	right:100%;
												-webkit-transform: rotateY(-90deg);
												transform: rotateY(-90deg);
												-webkit-transform-origin: 100% 50%;
												transform-origin: 100% 50%;
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;



											}
.tp-leftarrow.preview1 .tp-arr-imgholder	{	left:100%;
												-webkit-transform: rotateY(90deg);
												transform: rotateY(90deg);
												-webkit-transform-origin: 0% 50%;
												transform-origin: 0% 50%;
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;



											}


.tparrows.preview1:hover .tp-arr-imgholder	{	-webkit-transform: rotateY(0deg);
												transform: rotateY(0deg);
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;

											}


	@media only screen and (min-width: 768px) and (max-width: 979px) {
		.tparrows.preview1,
		.tparrows.preview1:after	{	width:80px; height:80px;line-height:80px; font-size:24px}

	}

    @media only screen and (min-width: 480px) and (max-width: 767px) {
		.tparrows.preview1,
		.tparrows.preview1:after	{	width:60px; height:60px;line-height:60px;font-size:20px}

	}



    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tparrows.preview1,
		.tparrows.preview1:after	{	width:40px; height:40px;line-height:40px; font-size:12px}
    }

/* PREVIEW 1 BULLETS */

.tp-bullets.preview1 						{ 	height: 21px}
.tp-bullets.preview1 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.15) !important;
											    /*-webkit-border-radius: 10px;
											    border-radius: 10px;*/
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 5px !important;
											    height: 5px !important;
											    border: 8px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 5px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview1 .bullet.last 			{	margin-right: 0px}
.tp-bullets.preview1 .bullet:hover,
.tp-bullets.preview1 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: #aaa !important;
												width: 5px !important;
											    height: 5px !important;
											    border: 8px solid rgba(255, 255, 255, 1) !important;
}




/* NAVIGATION PREVIEW 2 */
.tparrows.preview2 							{	min-width:60px; min-height:60px; background:#fff; ;

												border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;
												overflow:hidden;
												-webkit-transition: -webkit-transform 1.3s;
												-webkit-transition: width 0.3s, background-color 0.3s, opacity 0.3s;
												transition: width 0.3s, background-color 0.3s, opacity 0.3s;
												backface-visibility: hidden;
}
.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; color:#aaa; font-size:25px; margin-top: -12px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s }
.tp-rightarrow.preview2:after				{	content: '\e81e';  right:18px}
.tp-leftarrow.preview2:after				{	content: '\e81f';  left:18px}


.tparrows.preview2 .tp-arr-titleholder 		{	background-size:cover; background-position:center center; display:block; visibility:hidden;position:relative;top:0px;
												-webkit-transition: -webkit-transform 0.3s;
												transition: transform 0.3s;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
												white-space: nowrap;
												color: #000;
												text-transform: uppercase;
												font-weight: 400;
												font-size: 14px;
												line-height: 60px;
												padding:0px 10px;
											}

.tp-rightarrow.preview2 .tp-arr-titleholder	{	 right:50px;
												-webkit-transform: translateX(-100%);
												transform: translateX(-100%);
											}
.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:50px;
												-webkit-transform: translateX(100%);
												transform: translateX(100%);
											}

.tparrows.preview2.hovered					{	width:300px}
.tparrows.preview2:hover					{	background:#fff}
.tparrows.preview2:hover:after				{	color:#000}
.tparrows.preview2:hover .tp-arr-titleholder{	-webkit-transform: translateX(0px);
													transform: translateX(0px);
													visibility: visible;
													position: absolute;
											}

/* PREVIEW 2 BULLETS */

.tp-bullets.preview2 						{ 	height: 17px}
.tp-bullets.preview2 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.5) !important;
											    -webkit-border-radius: 10px;
											    border-radius: 10px;
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 2px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview2 .bullet.last 			{	margin-right: 0px}
.tp-bullets.preview2 .bullet:hover,
.tp-bullets.preview2 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: rgba(255, 255, 255, 1) !important;
												width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 1) !important;
}

.tp-arr-titleholder.alwayshidden			{	display:none !important}


	@media only screen and (min-width: 768px) and (max-width: 979px) {
		.tparrows.preview2 {	min-width:40px; min-height:40px; width:40px;height:40px;
								border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;
							}
		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:20px; margin-top: -12px}
		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:11px}
		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:11px}
		.tparrows.preview2 .tp-arr-titleholder		{	font-size:12px; line-height:40px; letter-spacing: 0px}
		.tp-rightarrow.preview2 .tp-arr-titleholder	{	right:35px}
		.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:35px}

	}

    @media only screen and (min-width: 480px) and (max-width: 767px) {
   		 .tparrows.preview2 						{	min-width:30px; min-height:30px; width:30px;height:30px;
														border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
													}
		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:14px; margin-top: -12px}
		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:8px}
		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:8px}
		.tparrows.preview2 .tp-arr-titleholder		{	font-size:10px; line-height:30px; letter-spacing: 0px}
		.tp-rightarrow.preview2 .tp-arr-titleholder	{	right:25px}
		.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:25px}
		.tparrows.preview2 .tp-arr-titleholder		{	display:none;visibility:none}


	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tparrows.preview2 							{	min-width:30px; min-height:30px; width:30px;height:30px;
														border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
													}
		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:14px; margin-top: -12px}
		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:8px}
		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:8px}
		.tparrows.preview2 .tp-arr-titleholder		{	display:none;visibility:none}
		.tparrows.preview2:hover					{	width:30px !important; height:30px !important}
    }



/* NAVIGATION PREVIEW 3 */
.tparrows.preview3 							{	width:70px; height:70px; background:#fff; background:rgba(255,255,255,1); -webkit-transform-style: flat}
.tparrows.preview3:after					{	position:absolute;  line-height: 70px;text-align: center; font-family: "revicons"; color:#aaa; font-size:30px; top:0px;left:0px;;background:#fff; z-index:100; width:70px;height:70px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s}
.tparrows.preview3:hover:after					{	color:#000}
.tp-rightarrow.preview3:after				{	content: '\e825';  }
.tp-leftarrow.preview3:after				{	content: '\e824';  }


.tparrows.preview3 .tp-arr-iwrapper			{
												  -webkit-transform: scale(0,1);
												  transform: scale(0,1);
												  -webkit-transform-origin: 100% 50%;
												  transform-origin: 100% 50%;
												  -webkit-transition: -webkit-transform 0.2s;
												  transition: transform 0.2s;
												  z-index:0;position: absolute; background: #000; background: rgba(0,0,0,0.75);
												  display: table;min-height:90px;top:-10px}

.tp-leftarrow.preview3 .tp-arr-iwrapper		{	 -webkit-transform: scale(0,1);
												  transform: scale(0,1);
												  -webkit-transform-origin: 0% 50%;
												  transform-origin: 0% 50%;
											}

.tparrows.preview3 .tp-arr-imgholder 		{	display:block;background-size:cover; background-position:center center; display:table-cell;min-width:90px;height:90px;
												position:relative;top:0px}

.tp-rightarrow.preview3 .tp-arr-iwrapper	{	right:0px;padding-right:70px}
.tp-leftarrow.preview3 .tp-arr-iwrapper		{	left:0px; direction: rtl;padding-left:70px}
.tparrows.preview3 .tp-arr-titleholder		{	display:table-cell; padding:30px;font-size:16px; color:#fff;white-space: nowrap; position: relative; clear:right;vertical-align: middle}

.tparrows.preview3:hover .tp-arr-iwrapper	{
												-webkit-transform: scale(1,1);
												  transform: scale(1,1);

											}

/* PREVIEW 3 BULLETS */
.tp-bullets.preview3 						{ 	height: 17px}
.tp-bullets.preview3 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.5) !important;
											    -webkit-border-radius: 10px;
											    border-radius: 10px;
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 2px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview3 .bullet.last 			{	margin-right: 0px}
.tp-bullets.preview3 .bullet:hover,
.tp-bullets.preview3 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: rgba(255, 255, 255, 1) !important;
												width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 1) !important;
}


	@media only screen and (min-width: 768px) and (max-width: 979px) {
		.tparrows.preview3:after,
		.tparrows.preview3 							{	width:50px; height:50px; line-height:50px;font-size:20px}
		.tparrows.preview3 .tp-arr-iwrapper			{	min-height:70px}
		.tparrows.preview3 .tp-arr-imgholder 		{	min-width:70px;height:70px}
		.tp-rightarrow.preview3 .tp-arr-iwrapper	{	padding-right:50px}
		.tp-leftarrow.preview3 .tp-arr-iwrapper		{	padding-left:50px}
		.tparrows.preview3 .tp-arr-titleholder		{	padding:10px;font-size:16px}



	}

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

		.tparrows.preview3:after,
		.tparrows.preview3 							{	width:50px; height:50px; line-height:50px;font-size:20px}
		.tparrows.preview3 .tp-arr-iwrapper			{	min-height:70px}
	}





/* NAVIGATION PREVIEW 4 */
.tparrows.preview4 							{	width:30px; height:110px;  background:transparent;-webkit-transform-style: preserve-3d; -webkit-perspective: 1000; -moz-perspective: 1000}
.tparrows.preview4:after					{	position:absolute;  line-height: 110px;text-align: center; font-family: "revicons"; color:#fff; font-size:20px; top:0px;left:0px;z-index:0; width:30px;height:110px; background: #000; background: rgba(0,0,0,0.25);
												-webkit-transition: all 0.2s ease-in-out;
											    -moz-transition: all 0.2s ease-in-out;
											    -o-transition: all 0.2s ease-in-out;
											    transition: all 0.2s ease-in-out;
												   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;

											}

.tp-rightarrow.preview4:after				{	content: '\e825';  }
.tp-leftarrow.preview4:after				{	content: '\e824';  }


.tparrows.preview4 .tp-arr-allwrapper		{	visibility:hidden;width:180px;position: absolute;z-index: 1;min-height:120px;top:0px;left:-150px; overflow: hidden;-webkit-perspective: 1000px;-webkit-transform-style: flat}

.tp-leftarrow.preview4 .tp-arr-allwrapper	{	left:0px}
.tparrows.preview4 .tp-arr-iwrapper			{	position: relative}

.tparrows.preview4 .tp-arr-imgholder 		{	display:block;background-size:cover; background-position:center center;width:180px;height:110px;
												position:relative;top:0px;

												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;



											}


.tparrows.preview4 .tp-arr-imgholder2 		{	display:block;background-size:cover; background-position:center center; width:180px;height:110px;
												position:absolute;top:0px; left:180px;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;

											}

.tp-leftarrow.preview4 .tp-arr-imgholder2 	{	left:-180px}




.tparrows.preview4 .tp-arr-titleholder		{	display:block; font-size:12px; line-height:25px; padding:0px 10px;text-align:left;color:#fff; position: relative;
												background: #000;
												color: #FFF;
												text-transform: uppercase;
												white-space: nowrap;
												letter-spacing: 1px;
												font-weight: 700;
												font-size: 11px;
												line-height: 2.75;
												-webkit-transition: all 0.3s;
												transition: all 0.3s;
												-webkit-transform: rotateX(-90deg);
												transform: rotateX(-90deg);
												-webkit-transform-origin: 50% 0;
												transform-origin: 50% 0;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;


}



.tparrows.preview4:after				{	transform-origin: 100% 100%; -webkit-transform-origin: 100% 100%}
.tp-leftarrow.preview4:after			{	transform-origin: 0% 0%; -webkit-transform-origin: 0% 0%}




@media only screen and (min-width: 768px)  {
		.tparrows.preview4:hover:after				{	-webkit-transform: rotateY(-90deg); transform:rotateY(-90deg)}
		.tp-leftarrow.preview4:hover:after			{	-webkit-transform: rotateY(90deg); transform:rotateY(90deg)}


		.tparrows.preview4:hover .tp-arr-titleholder	{	-webkit-transition-delay: 0.4s;
															transition-delay: 0.4s;
															-webkit-transform: rotateX(0deg);
															transform: rotateX(0deg);
															-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;

														}
}

/* PREVIEW 4 BULLETS */

.tp-bullets.preview4 						{ 	height: 17px}
.tp-bullets.preview4 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.5) !important;
											    -webkit-border-radius: 10px;
											    border-radius: 10px;
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 2px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview4 .bullet.last 			{	margin-right: 0px}
.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: rgba(255, 255, 255, 1) !important;
												width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 1) !important;
}


    @media only screen  and (max-width: 767px) {
   		 .tparrows.preview4 						{	width:20px; height:80px}
   		 .tparrows.preview4:after					{	width:20px; height:80px; line-height:80px; font-size:14px}

   		 .tparrows.preview1 .tp-arr-allwrapper,
   		 .tparrows.preview2 .tp-arr-allwrapper,
   		 .tparrows.preview3 .tp-arr-allwrapper,
   		 .tparrows.preview4 .tp-arr-allwrapper		{	display: none !important}
    }



/******************************
	-	LOADER FORMS	-
********************************/

.tp-loader 	{
				top:50%; left:50%;
				z-index:10000;
				position:absolute;


			}

.tp-loader.spinner0 {
  width: 40px;
  height: 40px;
  background:url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/assets/loader.gif) no-repeat center center;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  margin-top:-20px;
  margin-left:-20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  margin-top:-20px;
  margin-left:-20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}



.tp-loader.spinner5 	{	background:url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/assets/loader.gif) no-repeat 10px 10px;
							background-color:#fff;
							margin:-22px -22px;
							width:44px;height:44px;
							border-radius: 3px;
							-moz-border-radius: 3px;
							-webkit-border-radius: 3px;
						}


@-webkit-keyframes tp-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top:-20px;margin-left:-20px;
  background-color: #ff0000;
   box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
  animation: tp-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes tp-scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes tp-scaleout {
  0% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}




.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;

}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes tp-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}




.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2.0s infinite linear;
  animation: tp-rotate 2.0s infinite linear;
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

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

@-webkit-keyframes tp-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}



.tp-transparentimg {	content:"url(https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/assets/transparent.png)"}
.tp-3d				{	-webkit-transform-style: preserve-3d;
						 -webkit-transform-origin: 50% 50%;
					}



.tp-caption img {
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
zoom: 1;
}


@font-face {
  font-family: 'revicons';
  src: url('https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/font/revicons.eot?5510888');
  src: url('https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/font/revicons.eot?5510888#iefix') format('embedded-opentype'),
       url('https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/font/revicons.woff?5510888') format('woff'),
       url('https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/font/revicons.ttf?5510888') format('truetype'),
       url('https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/font/revicons.svg?5510888#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'revicons';
    src: url('https://www.lacquer-mat.com/assets/theme/bigbag/plugins/rs-plugin/font/revicons.svg?5510888#revicons') format('svg');
  }
}
*/

 [class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.revicon-search-1:before { content: '\e802'} /* '' */
.revicon-pencil-1:before { content: '\e831'} /* '' */
.revicon-picture-1:before { content: '\e803'} /* '' */
.revicon-cancel:before { content: '\e80a'} /* '' */
.revicon-info-circled:before { content: '\e80f'} /* '' */
.revicon-trash:before { content: '\e801'} /* '' */
.revicon-left-dir:before { content: '\e817'} /* '' */
.revicon-right-dir:before { content: '\e818'} /* '' */
.revicon-down-open:before { content: '\e83b'} /* '' */
.revicon-left-open:before { content: '\e819'} /* '' */
.revicon-right-open:before { content: '\e81a'} /* '' */
.revicon-angle-left:before { content: '\e820'} /* '' */
.revicon-angle-right:before { content: '\e81d'} /* '' */
.revicon-left-big:before { content: '\e81f'} /* '' */
.revicon-right-big:before { content: '\e81e'} /* '' */
.revicon-magic:before { content: '\e807'} /* '' */
.revicon-picture:before { content: '\e800'} /* '' */
.revicon-export:before { content: '\e80b'} /* '' */
.revicon-cog:before { content: '\e832'} /* '' */
.revicon-login:before { content: '\e833'} /* '' */
.revicon-logout:before { content: '\e834'} /* '' */
.revicon-video:before { content: '\e805'} /* '' */
.revicon-arrow-combo:before { content: '\e827'} /* '' */
.revicon-left-open-1:before { content: '\e82a'} /* '' */
.revicon-right-open-1:before { content: '\e82b'} /* '' */
.revicon-left-open-mini:before { content: '\e822'} /* '' */
.revicon-right-open-mini:before { content: '\e823'} /* '' */
.revicon-left-open-big:before { content: '\e824'} /* '' */
.revicon-right-open-big:before { content: '\e825'} /* '' */
.revicon-left:before { content: '\e836'} /* '' */
.revicon-right:before { content: '\e826'} /* '' */
.revicon-ccw:before { content: '\e808'} /* '' */
.revicon-arrows-ccw:before { content: '\e806'} /* '' */
.revicon-palette:before { content: '\e829'} /* '' */
.revicon-list-add:before { content: '\e80c'} /* '' */
.revicon-doc:before { content: '\e809'} /* '' */
.revicon-left-open-outline:before { content: '\e82e'} /* '' */
.revicon-left-open-2:before { content: '\e82c'} /* '' */
.revicon-right-open-outline:before { content: '\e82f'} /* '' */
.revicon-right-open-2:before { content: '\e82d'} /* '' */
.revicon-equalizer:before { content: '\e83a'} /* '' */
.revicon-layers-alt:before { content: '\e804'} /* '' */
.revicon-popup:before { content: '\e828'} /* '' */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

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

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

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

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

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

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

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

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

    opacity: .75;
    color: white;

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

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

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

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

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

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

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

    display: inline-block;

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

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

    display: block;

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

    cursor: pointer;

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

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

    width: 20px;
    height: 20px;

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

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

@charset "UTF-8";
/* ====== index =====
1. COMMON
2.HEADER
	2.1 HEADER V1
	2.1 HEADER V2
	2.1 HEADER V3
MAIN SLIDER 
	BANNER
	BANNER V1
	BANNER V2
	BANNER V3
	BANNER V4
3.HOME 
	3.1 HOME
		3.1.1 WHITE SECTION
		3.1.2 LIGHT SECTION
	3.2 HOME V2
		3.2.1 ABOUT
		3.2.2 FEATURE COLLECTION
		3.2.3 FEATURE PRODUCT
		3.2.4 FEATURES
		3.2.5 INSTAGRAM SECTION
	3.3 HOME V3
		3.3.1 DEAL SECTION
		3.3.2 FEATURE PRODUCT SECTION
		3.3.3 FEATURES
		3.3.4 TESTIMONIAL SECTION
		3.3.5 LIGHT SECTION
	3.4 HOME V4
		3.4.1 FEATURE COLLECTION
		3.4.2 CATEGORY SECTION
4.FOOTER
	4.1 FOOTER V1
	4.2 FOOTER V2
5. FORM
	5.1 FORM COMMON
	5.2 FORM SIGN UP
	5.3 FORM LOST PASSWORD
	5.4 FORM LOG IN
	5.5 BLOG SINGLE COMMENTS FORM
	5.6 STEPS PAGE FORM
6. MODAL
	6.1 LOGIN MODAL
	6.2 PORDUCT QUICK VIEW MODAL
7. PAGE HEADER
	7.1 COMMON HEADER
	7.2 ABOUT US HEADER
	7.3 CART PAGE HEADER
8. SIDEBARS
9. PRODUCTS
	7.1 PRODUCTS COMMON
	7.2 SINGLE PRODUCTS
	7.3 CART PRODUCTS
10. GENERIC CONTENT
11. 404 PAGE
12. BLOG
13. ABOUT US
14. STEPS
	14.1 STEP # 01
	14.2 STEP # 02
15. USER PROFILE
	15.1 COMMON PART
	15.2 PROFILE
16. COMMING SOON

===================== */
/*=== MIXINS ===*/
/*=== VARIABLES ===*/
/*============ FUNCTIONS =============*/
/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Oxygen:400,300,700");
* {
  outline: 0;
  margin: 0;
  padding: 0;
}

html, * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Oxygen', sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #022063;
  font-weight: 400;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

p {
  font-size: 13px;
  color: #022063;
  font-weight: 400;
  line-height: 18px;
}

h1, h2, h3, h4, h5 {
  font-family: 'Oxygen', sans-serif;
  color: #022063;
  margin-top: 0;
  margin-bottom: 0px;
}

h4 {
  font-size: 16px;
  font-weight: 700;
}

h5 {
  font-size: 14px;
  font-weight: 700;
}

/*=== 1.COMMON ===*/
.container {
  width: 100%;
}

@media (min-width: 480px) {
  .container {
    width: 450px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.main-wrapper {
  background-color: #ffffff;
}

body.bodyColor.default {
  background-color: #f5f5f5;
}

body.bodyColor.pattern-01 {
  background-image: url("../img/patterns/001.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
}

body.bodyColor.pattern-02 {
  background-image: url("../img/patterns/002.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
}

body.bodyColor.pattern-03 {
  background-image: url("../img/patterns/003.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
}

body.bodyColor.pattern-04 {
  background-image: url("../img/patterns/004.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
}

body.bodyColor.pattern-06 {
  background-image: url("../img/patterns/006.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
}

body.bodyColor.pattern-07 {
  background-image: url("../img/patterns/007.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
}

body.bodyColor.pattern-05 {
  background-image: url("../img/patterns/005.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
}

body.bodyColor.wrapper {
  margin: 0 auto;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
}

@media (min-width: 480px) {
  body.bodyColor.wrapper {
    max-width: 450px;
  }
}

@media (min-width: 768px) {
  body.bodyColor.wrapper {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  body.bodyColor.wrapper {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  body.bodyColor.wrapper {
    max-width: 1170px;
  }
}

@media (min-width: 480px) {
  body.bodyColor .header {
    max-width: 450px;
  }
}

@media (min-width: 768px) {
  body.bodyColor .header {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  body.bodyColor .header {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  body.bodyColor .header {
    max-width: 1170px;
  }
}

body.bodyColor .bb-fixed-header {
  right: auto;
  left: auto;
}

@media (min-width: 480px) {
  body.bodyColor .bb-fixed-header {
    max-width: 450px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  body.bodyColor .bb-fixed-header {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  body.bodyColor .bb-fixed-header {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  body.bodyColor .bb-fixed-header {
    max-width: 1170px;
  }
}

body.static .bb-fixed-header {
  display: none;
}

.bg-image {
  background-size: cover !important;
  background-position: 50% 50% !important;
  transition: all 0.3s linear;
  position: relative;
}

.bg-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(27, 45, 84, 0.7);
}

.btn {
  display: inline-block;
  border-radius: 4px;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  padding: 9px 0;
  outline: 0 !important;
  transition: all 0.3s ease;
}

@media (min-width: 480px) {
  .btn {
    font-size: 15px;
    padding: 13px 0;
  }
}

@media (min-width: 768px) {
  .btn {
    font-size: 12px;
    padding: 8px 0;
  }
}

@media (min-width: 992px) {
  .btn {
    font-size: 14px;
    padding: 12px 0;
  }
}

@media (min-width: 1200px) {
  .btn {
    font-size: 15px;
    padding: 13px 0;
  }
}

.btn-border {
  border-radius: 0;
  border: 2px solid #b1b1b1;
  padding: 7px 15px;
  color: #252525;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .btn-border {
    font-size: 15px;
    padding: 9px 15px;
  }
}

.btn-border i {
  padding-left: 20px;
  font-weight: 700;
  font-size: 17px;
}

.main-wrapper {
  position: relative;
}

a {
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0.25);
  text-decoration: none !important;
}

a:hover, a:focus {
  color: rgba(255, 255, 255, 0.5);
  outline: 0;
}

.media-left, .media > .pull-left {
  float: left;
  padding-right: 10px;
}

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

.featuredCollection.version2 button.slick-arrow, .featuredProducts button.slick-arrow, .dealSlider button.slick-arrow, .testimonialSlider button.slick-arrow {
  top: -40px;
}

.featuredCollection.version2 button.slick-arrow.slick-prev:before, .featuredCollection.version2 button.slick-arrow.slick-next:before, .featuredProducts button.slick-arrow.slick-prev:before, .featuredProducts button.slick-arrow.slick-next:before, .dealSlider button.slick-arrow.slick-prev:before, .dealSlider button.slick-arrow.slick-next:before, .testimonialSlider button.slick-arrow.slick-prev:before, .testimonialSlider button.slick-arrow.slick-next:before {
  font-family: FontAwesome;
  font-size: 11px;
  line-height: 1;
  opacity: 1;
  color: #d5d5d5;
}

.featuredCollection.version2 button.slick-arrow.slick-prev, .featuredProducts button.slick-arrow.slick-prev, .dealSlider button.slick-arrow.slick-prev, .testimonialSlider button.slick-arrow.slick-prev {
  left: auto;
  right: 48px;
}

.featuredCollection.version2 button.slick-arrow.slick-prev:before, .featuredProducts button.slick-arrow.slick-prev:before, .dealSlider button.slick-arrow.slick-prev:before, .testimonialSlider button.slick-arrow.slick-prev:before {
  content: '\f053';
}

.featuredCollection.version2 button.slick-arrow.slick-prev:after, .featuredProducts button.slick-arrow.slick-prev:after, .dealSlider button.slick-arrow.slick-prev:after, .testimonialSlider button.slick-arrow.slick-prev:after {
  position: absolute;
  content: '';
  border: 1px solid #c5c5c5;
  height: 20px;
  right: -7px;
  top: 0px;
}

.featuredCollection.version2 button.slick-arrow.slick-prev:hover:before, .featuredProducts button.slick-arrow.slick-prev:hover:before, .dealSlider button.slick-arrow.slick-prev:hover:before, .testimonialSlider button.slick-arrow.slick-prev:hover:before {
  color: #2c2c2c;
}

.featuredCollection.version2 button.slick-arrow.slick-next, .featuredProducts button.slick-arrow.slick-next, .dealSlider button.slick-arrow.slick-next, .testimonialSlider button.slick-arrow.slick-next {
  left: auto;
  right: 15px;
}

.featuredCollection.version2 button.slick-arrow.slick-next:before, .featuredProducts button.slick-arrow.slick-next:before, .dealSlider button.slick-arrow.slick-next:before, .testimonialSlider button.slick-arrow.slick-next:before {
  content: '\f054';
}

.featuredCollection.version2 button.slick-arrow.slick-next:hover:before, .featuredProducts button.slick-arrow.slick-next:hover:before, .dealSlider button.slick-arrow.slick-next:hover:before, .testimonialSlider button.slick-arrow.slick-next:hover:before {
  color: #2c2c2c;
}

.iziToast {
  border: 1px solid #e1e7ec;
  background: #f5f5f5;
}

.iziToast::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 8px 10px -4px rgba(0, 0, 0, 0.2);
  content: '';
  z-index: -1;
}

.iziToast > .iziToast-body {
  margin-left: 15px;
}

.iziToast > .iziToast-close {
  width: 40px;
  transition: opacity .25s;
  background: none;
  background-position: center;
  background-color: transparent;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjMzc0MjUwIi8+Cjwvc3ZnPgo=);
  background-size: 8px;
  background-repeat: no-repeat;
}

.iziToast.iziToast-info {
  border-color: rgba(80, 198, 233, 0.3);
  background-color: #e6f7fc;
  color: #39bfe6;
}

.iziToast.iziToast-info > .iziToast-close {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjMTg5NmJiIi8+Cjwvc3ZnPgo=);
}

.iziToast.iziToast-success {
  border-color: rgba(67, 217, 163, 0.3);
  background-color: #dcf8ee;
  color: #2bd396;
}

.iziToast.iziToast-success > .iziToast-close {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjMWY5NzZjIi8+Cjwvc3ZnPgo=);
}

.iziToast.iziToast-warning {
  border-color: rgba(255, 183, 79, 0.3);
  background-color: #fff6e8;
  color: #ffb140;
}

.iziToast.iziToast-warning > .iziToast-close {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjZTg4OTAwIi8+Cjwvc3ZnPgo=);
}

.iziToast.iziToast-danger {
  border-color: rgba(255, 82, 82, 0.3);
  background-color: #ffebeb;
  color: #ff5252;
}

.iziToast.iziToast-danger > .iziToast-close {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjZWIwMDAwIi8+Cjwvc3ZnPgo=);
}

/*=== 2.1 HEADER V1 ===*/
.header {
  background-color: #ffffff;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 999;
}

.bb-fixed-header {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
}

/*=== 2.1.1 TOPBAR ===*/
.topBar {
  width: 100%;
  display: block;
  min-height: 35px;
  height: auto;
  background-color: #f0f0f0;
  box-shadow: inset 0px 10px 15px 3px #e0e0e0;

}

.topBar ul li {
  padding-right: 5px;
  padding-left: 5px;
}

.topBar ul li a {
  padding: 0 3px;
  display: block;
  line-height: 35px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #797979;
}

.topBar ul li a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=0.8);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.topBar ul.float-right li {
  padding: 0;
  float: left;
  position: relative;
}

.topBar ul.float-right li a {
  font-size: 12px;
  display: inline-block;
}

.topBar ul.float-right > li {
  margin: 0 0 0 12px;
}

.topBar ul.float-right > li.cart-dropdown {
  margin-left: 3px;
}

.topBar ul.float-right > li:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 6px;
  height: 24px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.display-block {
  display: block;
}

.display-none {
  display: none;
}

.top-right .account-login span small {
  color: rgba(255, 255, 255, 0.5);
  padding: 0 10px;
}

.top-right .account-login span a {
  color: #022063;
  transition: all 0.3s ease-in-out;
}

.top-right .account-login span a:hover {
  color: red;
}

.top-right .searchBox {
  position: relative;
}

.top-right .searchBox a {
  color: #022063;
  transition: all 0.3s ease-in-out;
  padding: 0 10px;
}

.top-right .searchBox a:hover {
  opacity: .5;
}

.top-right .searchBox a i {
  font-size: 16px;
  width: 20px;
}

.top-right .searchBox .dropdown-menu {
  padding: 10px 15px;
  border-radius: 0;
  right: 0;
  left: auto;
}

@media (max-width: 479px) {
  .top-right .searchBox .dropdown-menu {
    width: 280px;
    margin: 0 -65px 0 0;
  }
}

@media (min-width: 480px) {
  .top-right .searchBox .dropdown-menu {
    width: 350px;
    margin: 0;
  }
}

.top-right .searchBox .dropdown-menu li {
  line-height: 0;
  width: 100%;
}

.searchBox .input-group {
  width: 100%;
  position: relative;
}

.searchBox .input-group .form-control {
  box-shadow: none;
  border-radius: 0;
  height: 34px;
  line-height: 34px;
}

.searchBox .input-group .form-control:focus {
  border-color: #022063;
}

.searchBox .input-group .input-group-addon {
  border-radius: 0;
  background-color: #022063;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border-color: #022063;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  height: 34px;
}

.searchBox .input-group .input-group-addon:focus {
  outline: none;
}

.top-right .cart-dropdown a,
.cart-dropdown a {
  background-color: #022063;
  line-height: 35px;
  min-height: 36px;
  font-size: 12px;
  color: #ffffff;
  display: block;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 479px) {
  .top-right .cart-dropdown a,
  .cart-dropdown a {
    padding: 0 7px;
  }
}

@media (min-width: 480px) {
  .top-right .cart-dropdown a,
  .cart-dropdown a {
    padding: 0 10px;
  }
}

@media (min-width: 768px) {
  .top-right .cart-dropdown a,
  .cart-dropdown a {
    font-size: 13px;
    padding: 0 19px;
  }
}

.top-right .cart-dropdown a i,
.cart-dropdown a i {
  font-size: 18px;
  margin-right: 10px;
}

.top-right .cart-dropdown a:hover,
.cart-dropdown a:hover {
  background-color: #022063;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.top-right .cart-dropdown a:focus,
.cart-dropdown a:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.top-right .cart-dropdown a:after,
.cart-dropdown a:after {
  border: none;
  display: none;
}

.top-right .cart-dropdown ul.dropdown-menu,
.cart-dropdown ul.dropdown-menu {
  background-color: #022063;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
  border: none;
  z-index: 9999;
}

@media (max-width: 479px) {
  .top-right .cart-dropdown ul.dropdown-menu,
  .cart-dropdown ul.dropdown-menu {
    width: 280px;
  }
}

@media (min-width: 480px) {
  .top-right .cart-dropdown ul.dropdown-menu,
  .cart-dropdown ul.dropdown-menu {
    width: 300px;
  }
}

@media (min-width: 768px) {
  .top-right .cart-dropdown ul.dropdown-menu,
  .cart-dropdown ul.dropdown-menu {
    width: auto;
  }
}

.top-right .cart-dropdown ul.dropdown-menu li:first-child,
.cart-dropdown ul.dropdown-menu li:first-child {
  color: #ffffff;
  padding: 10px 0 8px 19px;
}

.top-right .cart-dropdown ul.dropdown-menu li,
.cart-dropdown ul.dropdown-menu li {
  width: 100%;
}

.top-right .cart-dropdown ul.dropdown-menu li a,
.cart-dropdown ul.dropdown-menu li a {
  line-height: 26px;
  display: block;
}

.top-right .cart-dropdown ul.dropdown-menu li a .media,
.cart-dropdown ul.dropdown-menu li a .media {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

.top-right .cart-dropdown ul.dropdown-menu li a .media .media-body h5,
.cart-dropdown ul.dropdown-menu li a .media .media-body h5 {
  color: #ffffff;
  line-height: 20px;
  letter-spacing: 1px;
}

.top-right .cart-dropdown ul.dropdown-menu li a .media .media-body h5 span,
.cart-dropdown ul.dropdown-menu li a .media .media-body h5 span {
  font-size: 18px;
}

.top-right .cart-dropdown ul.dropdown-menu li a:hover,
.cart-dropdown ul.dropdown-menu li a:hover {
  opacity: .8;
  background-color: transparent;
}

.top-right .cart-dropdown ul.dropdown-menu li .btn-group,
.cart-dropdown ul.dropdown-menu li .btn-group {
  padding: 14px 19px;
}

.top-right .cart-dropdown ul.dropdown-menu li .btn-group .btn,
.cart-dropdown ul.dropdown-menu li .btn-group .btn {
  border: none;
  height: 36px;
  padding: 0;
  line-height: 36px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 4px !important;
  color: #252525;
  background-color: #f8f8f8;
  transition: all 0.3s ease-in-out;
}

.top-right .cart-dropdown ul.dropdown-menu li .btn-group button:first-child:hover,
.cart-dropdown ul.dropdown-menu li .btn-group button:first-child:hover {
  opacity: .8;
}

@media (max-width: 479px) {
  .top-right .cart-dropdown ul.dropdown-menu li .btn-group button:first-child,
  .cart-dropdown ul.dropdown-menu li .btn-group button:first-child {
    width: 135px;
  }
}

@media (min-width: 480px) {
  .top-right .cart-dropdown ul.dropdown-menu li .btn-group button:first-child,
  .cart-dropdown ul.dropdown-menu li .btn-group button:first-child {
    width: 149px;
  }
}

.top-right .cart-dropdown ul.dropdown-menu li .btn-group button:last-child,
.cart-dropdown ul.dropdown-menu li .btn-group button:last-child {
  margin-left: 8px;
}

@media (max-width: 479px) {
  .top-right .cart-dropdown ul.dropdown-menu li .btn-group button:last-child,
  .cart-dropdown ul.dropdown-menu li .btn-group button:last-child {
    width: 100px;
  }
}

@media (min-width: 480px) {
  .top-right .cart-dropdown ul.dropdown-menu li .btn-group button:last-child,
  .cart-dropdown ul.dropdown-menu li .btn-group button:last-child {
    width: 109px;
  }
}

.top-right .cart-dropdown ul.dropdown-menu li .btn-group button:last-child:hover,
.cart-dropdown ul.dropdown-menu li .btn-group button:last-child:hover {
  opacity: .8;
  color: #777777;
}

/*=== 2.1.2 NAVBAR ===*/
.navbar-brand {
  width: auto;
  height: auto;
  transition: height 0.3s, width 0.3s;
}

.navbar-default {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #022063;
  margin-bottom: 0;
  padding: 10px 0;
  border: none;
}

@media (min-width: 768px) {
  .navbar-default {
    padding: 0;
  }
}

.navbar-default .container {
  position: relative;
}

.navbar-default .navbar-toggler {
  background-color: #022063;
  border-radius: 0;
  border: none;
  padding: 5px 8px;
  margin-right: 15px;
  margin-top: 0px;
  color: #ffffff;
  font-size: 22px;
  position: absolute;
  right: 0;
  z-index: 555;
  top: 12px;
}

.navbar-default .navbar-toggler:focus {
  border: none;
  outline: none;
}

.navbar-default .navbar-brand {
  display: inline-block;
  padding: 15px 15px;
}

@media (min-width: 480px) {
  .navbar-default .navbar-brand {
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .navbar-default .navbar-brand {
    position: absolute;
    z-index: 5;
    padding: 0;
  }
}

.navbar-default .navbar-collapse.show {
  overflow-y: auto;
  right: 0;
}

.navbar-default .navbar-collapse {
  width: 100%;
  top: 100%;
  background: #022063;
}

@media (min-width: 768px) {
  .navbar-default .navbar-collapse {
    position: relative;
    margin-top: 0px;
    box-shadow: none;
  }
}

@media (max-width: 479px) {
  .navbar-default .navbar-collapse {
    max-height: 250px;
  }
}

@media (min-width: 480px) {
  .navbar-default .navbar-collapse {
    max-height: 250px;
  }
}

@media (min-width: 768px) {
  .navbar-default .navbar-collapse {
    height: auto;
    padding: 0 0;
  }
}

.navbar-default .navbar-collapse .navbar-nav {
  margin: 8px 0;
}

@media (min-width: 768px) {
  .navbar-default .navbar-collapse .navbar-nav.ml-auto {
    margin: 0px 0;
    margin-right: -15px;
  }
}

.navbar-default .navbar-collapse li a.nav-link {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  padding: 10px 15px;
}

@media (min-width: 768px) {
  .navbar-default .navbar-collapse li a.nav-link {
    padding: 26px  8px;
    font-size: 12px;
    line-height: 1;
  }
}

@media (min-width: 992px) {
  .navbar-default .navbar-collapse li a.nav-link {
    letter-spacing: 1px;
    padding: 37px  15px;
    font-size: 14px;
  }
}

.navbar-default .navbar-collapse li a.nav-link:hover, .navbar-default .navbar-collapse li a.nav-link.focus, .navbar-default .navbar-collapse li a.nav-link:focus {
  color: #19A3FF;
}

.navbar-default .navbar-collapse li a.nav-link.dropdown-toggle:after {
  border: none;
}

.navbar-default .navbar-collapse li.dropdown .dropdown-menu {
  box-shadow: none;
  margin-top: 0;
  border-radius: 0px;
}

.navbar-default .navbar-collapse li.dropdown .dropdown-menu li a {
  font-weight: 300;
  padding: 10px 25px;
  text-transform: capitalize;
  width: 100%;
  font-size: 14px;
  color: #252525;
  float: left;
}

.navbar-default .navbar-collapse li.dropdown .dropdown-menu li a:hover {
  color: #022063;
}

@media (max-width: 479px) {
  .navbar-default .navbar-collapse li.dropdown .dropdown-menu {
    position: relative;
    width: 100%;
    float: left;
    border: 0;
    display: block;
  }
}

@media (min-width: 480px) {
  .navbar-default .navbar-collapse li.dropdown .dropdown-menu {
    position: relative;
    width: 100%;
    float: left;
    border: 0;
    display: block;
  }
}

@media (min-width: 768px) {
  .navbar-default .navbar-collapse li.dropdown .dropdown-menu {
    position: absolute;
    float: left;
    border-left: 1px solid #022063;
    border-top: 1px solid #ddd;
    border-right: 1px solid #022063;
    border-bottom: 1px solid #022063;
    display: none;
  }
}

.navbar-default .navbar-collapse li.active a {
  background-color: transparent;
  color: #ff3300;

}

.navbar-default .navbar-collapse li.active a:focus, .navbar-default .navbar-collapse li.active a:hover {
  background-color: transparent;
  color: #022063;
}

.navbar-default .navbar-collapse li.active.dropdown .dropdown-menu li a {
  color: #022063;
}

.navbar-default .navbar-collapse li.active.dropdown .dropdown-menu li a:hover {
  color: #19A3FF;
}

.navbar-default .navbar-collapse li.dropdown.show a:hover, .navbar-default .navbar-collapse li.dropdown.show a.focus, .navbar-default .navbar-collapse li.dropdown.show a:focus, li.dropdown.show {
  background-color:#fff !important;
  color: #19A3FF;
}

li.dropdown.show > a.nav-link {
    color:#022063;
}


.navbar-default .navbar-collapse li.dropdown.show .dropdown-menu {
  box-shadow: none;
  border-radius: 0;
  margin-top: 0px;
  min-width: 200px;
  display: block;
  border-radius: 0px;
 
}

.navbar-default .navbar-collapse li.dropdown.show .dropdown-menu li a {
  padding: 10px 25px;
  font-weight: 300;
  text-transform: capitalize;
  width: 100%;
}

.navbar-default .navbar-collapse li.dropdown.show .dropdown-menu li a {
  float: left;
}

@media (max-width: 479px) {
  .navbar-default .navbar-collapse li.dropdown.show .dropdown-menu li a {
    padding: 10px 12px 10px 0;
  }
}

@media (min-width: 480px) {
  .navbar-default .navbar-collapse li.dropdown.show .dropdown-menu li a {
    padding: 10px 12px 10px 0;
  }
}

@media (min-width: 768px) {
  .navbar-default .navbar-collapse li.dropdown.show .dropdown-menu li a {
    padding: 6px 12px 6px 30px;
    font-size: 11px;
  }
}

@media (min-width: 992px) {
  .navbar-default .navbar-collapse li.dropdown.show .dropdown-menu li a {
    padding: 10px 12px 10px 30px;
    font-size: 14px;
  }
}

.navbar-default .navbar-collapse li.dropdown.megaDropMenu {
  position: static;
}

.navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu {
  right: 15px;
}

@media (max-width: 479px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu {
    left: 0;
    padding: 0;
  }
}

@media (min-width: 480px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu {
    left: 0;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu {
    left: 0;
    right: 0;
    top: auto;
  }
}

.navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu > li {
  float: left;
}

.navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled {
  width: 100%;
  float: left;
}

@media (max-width: 479px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled {
    padding-bottom: 10px;
  }
}

@media (min-width: 480px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled {
    padding-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}

.navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.listHeading, .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:first-child {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  color: #252525;
  float: left;
}

@media (max-width: 479px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.listHeading, .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:first-child {
    padding: 10px 12px 10px 0;
  }
}

@media (min-width: 480px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.listHeading, .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:first-child {
    padding: 10px 12px 10px 0;
  }
}

@media (min-width: 768px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.listHeading, .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:first-child {
    padding: 10px 12px 10px 8px;
  }
}

@media (min-width: 992px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.listHeading, .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:first-child {
    padding: 10px 12px 10px 20px;
  }
}

.navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a {
  padding: 10px 25px 10px 10px;
}

@media (min-width: 480px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a {
    padding: 10px 25px 10px 10px;
  }
}

@media (min-width: 768px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a {
    padding: 10px 0px 10px 8px;
  }
}

@media (min-width: 992px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a {
    padding: 10px 20px;
  }
}

.navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu a.menu-photo {
  padding: 0 0 26px 0;
}

@media (max-width: 479px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu a.menu-photo img {
    width: 100%;
  }
}

@media (min-width: 480px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu a.menu-photo img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu a.menu-photo img {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu a.menu-photo img {
    width: auto;
  }
}

@media (min-width: 480px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu a.menu-photo {
    padding: 0 0 26px 0;
  }
}

@media (min-width: 768px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu a.menu-photo {
    padding: 26px 0 0 0;
  }
}

@media (min-width: 992px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu > ul > li {
    border-right: 1px solid #f0f0f0;
  }
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu > ul > li:last-child {
    border-right: 0px;
  }
}

.navbar-default .navbar-collapse li.dropdown .dropdown-menu li.active a {
  color: #022063;
}

.version1 .version2 .cart-dropdown {
  display: none;
}

.version1 .bb-fixed-header .navbar-collapse {
  margin-right: 50px;
}

.version1 .bb-fixed-header .version2 .cart-dropdown {
  display: block;
}

.navbar-default .navbar-nav > .show > a {
  background-color: transparent;
  color: #022063;
}

.navbar-default .navbar-nav > .show > a:focus, .navbar-default .navbar-nav > .show > a:hover {
  background-color: transparent;
  color: #022063;
}

body.bodyColor {
  background: #DADADA;
}

body.bodyColor.container {
  padding: 0;
}

@media (min-width: 992px) {
  .container {
    width: 970px !important;
  }
  body.bodyColor .header {
    max-width: 970px;
  }
  body.bodyColor .navbar-fixed-top {
    right: auto;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px !important;
  }
  body.bodyColor .header {
    max-width: 1170px;
  }
}

/*=== 2.2 HEADER V2 ===*/
.version2 .topBar ul.float-right li:nth-child(2)::before, .version3 .topBar ul.float-right li:nth-child(2)::before {
  left: -8px;
}

@media (max-width: 479px) {
  .version2 .top-right .searchBox .dropdown-menu, .version3 .top-right .searchBox .dropdown-menu {
    margin: 0 -110px 0 0;
  }
}

.headerV2 .topBar ul.pull-right li:last-child {
  margin-left: 0;
}

.version2 .cart-dropdown, .version3 .cart-dropdown {
  position: absolute;
  right: 85px;
  top: 21px;
}

@media (min-width: 768px) {
  .version2 .cart-dropdown, .version3 .cart-dropdown {
    right: 25px;
  }
}

@media (min-width: 992px) {
  .version2 .cart-dropdown, .version3 .cart-dropdown {
    top: 36px;
  }
}

.version2 .cart-dropdown .shop-cart, .version3 .cart-dropdown .shop-cart {
  color: #252525;
  background-color: transparent;
  width: 26px;
  height: 36px;
  line-height: 26px;
  display: block;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .version2 .cart-dropdown .shop-cart, .version3 .cart-dropdown .shop-cart {
    height: 54px;
  }
}

.version2 .cart-dropdown .shop-cart i, .version3 .cart-dropdown .shop-cart i {
  color: #fff;
}

.version2 .cart-dropdown .dropdown-menu-right, .version3 .cart-dropdown .dropdown-menu-right {
  right: -10px;
  left: auto;
  top: 97%;
}

.version2 .navbar-default.navbar-fixed-top .cart-dropdown, .version3 .navbar-default.navbar-fixed-top .cart-dropdown {
  top: 19px;
}

.version2 .navbar-default.navbar-fixed-top .cart-dropdown .shop-cart, .version3 .navbar-default.navbar-fixed-top .cart-dropdown .shop-cart {
  height: 38px;
}

@media (min-width: 768px) {
  .version2 .navbar-default.navbar-fixed-top .cart-dropdown .shop-cart, .version3 .navbar-default.navbar-fixed-top .cart-dropdown .shop-cart {
    height: 42px;
  }
}

.cart-dropdown .shop-cart .badge {
  background-color: red;
  position: absolute;
  top: -5px;
  right: -15px;
}

@media (min-width: 768px) {
  .nav-V2.navbar-default .navbar-collapse {
    margin-right: 50px;
  }
}

/*=== 2.3 HEADER V3 ===*/
.navTop {
  padding: 10px 0;
}

@media (min-width: 992px) {
  .navTop {
    padding: 30px 0;
  }
}

.navTop .navbar-brand {
  display: inline-block;
  float: left;
}

.navTop .navbar-brand {
  display: inline-block;
  padding: 5px 0 0 0px;
  width: 150px;
  height: auto;
  margin-right: 10px;
}

@media (max-width: 479px) {
  .navTop .navbar-brand {
    width: 110px;
  }
}

@media (min-width: 992px) {
  .navTop .navbar-brand {
    padding: 5px 0 0;
    width: auto;
    height: auto;
  }
}

.navTop .navbar-brand svg {
  width: 170px;
  height: 50px;
}

.navTop-middle {
  width: 40%;
  display: inline-block;
}

@media (max-width: 479px) {
  .navTop-middle {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .navTop-middle {
    width: 35%;
  }
}

@media (min-width: 992px) {
  .navTop-middle {
    width: 50%;
  }
}

.navTop-middle .filterArea {
  width: 30%;
  margin-bottom: 0;
  margin-right: 8px;
}

.navTop-middle .filterArea .sbToggle {
  background: none;
  right: 10px;
  top: 14px;
}

.navTop-middle .filterArea .sbToggle:after {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #979797;
}

.navTop-middle .filterArea .sbSelector:link,
.navTop-middle .filterArea .sbSelector:visited,
.navTop-middle .filterArea .sbSelector:hover {
  color: #979797 !important;
}

.navTop-middle .filterArea .sbSelector {
  font-size: 13px;
}

.navTop-middle .filterArea .sbOptions a {
  color: #979797 !important;
  font-size: 13px;
}

.navTop-middle .filterArea .sbHolder, .navTop-middle .filterArea .sbSelector {
  width: 100% !important;
  padding-top: 5px;
  height: 45px !important;
}

.navTop-middle .filterArea .sbOptions {
  width: 101% !important;
  margin-top: 3px;
}

.navTop-middle .searchBox {
  display: table;
  width: 100%;
}

@media (min-width: 992px) {
  .navTop-middle .searchBox {
    display: table;
    width: 68%;
  }
}

.navTop-middle .searchBox .input-group .form-control {
  font-size: 13px;
  border-color: #ccc;
  background: transparent;
}

@media (min-width: 992px) {
  .navTop-middle .searchBox .input-group .form-control {
    border-left-color: transparent;
  }
}

@media (min-width: 992px) {
  .navTop-middle .searchBox .input-group .form-control:focus {
    border-color: #ccc;
    border-left-color: transparent;
  }
}

.navTop-middle .searchBox .input-group .form-control,
.navTop-middle .searchBox .input-group-addon,
.navTop-middle .searchBox .input-group-btn {
  height: 35px !important;
  opacity: 0;
  visibility: hidden;
  height: 35px !important;
}

@media (min-width: 768px) {
  .navTop-middle .searchBox .input-group .form-control,
  .navTop-middle .searchBox .input-group-addon,
  .navTop-middle .searchBox .input-group-btn {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 992px) {
  .navTop-middle .searchBox .input-group .form-control,
  .navTop-middle .searchBox .input-group-addon,
  .navTop-middle .searchBox .input-group-btn {
    height: 45px !important;
  }
}

.navTop-middle .searchBox .input-group .form-control.visibleIt,
.navTop-middle .searchBox .input-group-addon.visibleIt,
.navTop-middle .searchBox .input-group-btn.visibleIt {
  opacity: 1 !important;
  visibility: visible !important;
  background: #ffffff !important;
}

.navTop-middle .searchBox .input-group .input-group-addon {
  width: auto;
  font-size: 16px;
  opacity: 1;
  visibility: visible;
  padding: 0 10px;
}

@media (min-width: 992px) {
  .navTop-middle .searchBox .input-group .input-group-addon {
    font-size: 20px;
    padding: 0 20px;
  }
}

.navTop .cart-dropdown {
  display: inline-block;
  float: right;
}

.navTop .cart-dropdown > a {
  background-color: transparent;
  line-height: 25px;
  height: 35px;
  font-size: 13px;
  color: #252525;
  display: inline-block;
  padding: 0;
}

@media (min-width: 768px) {
  .navTop .cart-dropdown > a {
    display: table;
    position: relative;
    width: 140px;
  }
}

@media (min-width: 992px) {
  .navTop .cart-dropdown > a {
    width: 179px;
    line-height: 35px;
    height: 45px !important;
  }
}

.navTop .cart-dropdown > a:hover {
  background-color: transparent;
}

.navTop .cart-dropdown > a i {
  font-size: 20px;
  margin-right: 0px;
  padding: 0 10px;
  background-color: red;
  color: #ffffff;
  line-height: 35px;
  float: left;
}

@media (min-width: 768px) {
  .navTop .cart-dropdown > a i {
    margin-right: 10px;
  }
}

@media (min-width: 992px) {
  .navTop .cart-dropdown > a i {
    line-height: 45px;
    font-size: 20px;
    padding: 0 20px;
  }
}

.navTop .cart-dropdown > a > span {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-left: none;
  padding: 3px 5px;
  height: 35px;
  line-height: 12px;
  text-align: left;
  display: table;
}

@media (min-width: 992px) {
  .navTop .cart-dropdown > a > span {
    padding: 3px 15px;
    height: 45px;
    line-height: 18px;
  }
}

.navTop .cart-dropdown > a > span span {
  display: inline-block;
}

.navTop .cart-dropdown > a .cart-total {
  font-size: 11px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .navTop .cart-dropdown > a .cart-total {
    font-size: 13px;
  }
}

.navTop .cart-dropdown > a .cart-price {
  font-size: 10px;
}

@media (min-width: 992px) {
  .navTop .cart-dropdown > a .cart-price {
    font-size: 12px;
  }
}

.nav-V3.navbar-default {
  background-color: #f5f5f5;
  width: 100%;
}

@media (min-width: 768px) {
  .nav-V3.navbar-default {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 50px;
  }
}

.nav-V3.navbar-default .navbar-toggler {
  top: 6px;
}

.nav-V3.navbar-default .navbar-collapse {
  position: unset;
}

@media (min-width: 768px) {
  .nav-V3.navbar-default .navbar-collapse {
    float: none;
    padding: 0;
    background: transparent;
  }
}

@media (min-width: 768px) {
  .nav-V3.navbar-default .navbar-collapse > ul > li > a {
    padding: 0 10px;
  }
}

@media (min-width: 992px) {
  .nav-V3.navbar-default .navbar-collapse > ul > li > a {
    padding: 0 15px;
    line-height: 50px;
  }
}

.nav-category {
  width: 50%;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding: 0 15px;
  margin-left: 15px;
  background-color: #022063;
}

@media (min-width: 768px) {
  .nav-category {
    width: 310px;
    margin-left: 0px;
  }
}

.nav-category > a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-category > a:after {
  border: 0px;
}

.nav-category button {
  width: 15px;
  height: 14px;
  display: inline-block;
  float: right;
  padding: 17px 0 14px;
  border: none;
  background: transparent;
}

.nav-category button .icon-bar {
  width: 15px;
  height: 2px;
  margin-bottom: 3px;
  background-color: #ffffff;
  display: block;
}

.nav-category button:focus {
  outline: none;
}

@media (min-width: 1200px) {
  .nav-category > .dropdown-menu {
    display: block;
    height: 500px;
  }
}

.nav-category > .dropdown-menu > li:last-child {
  border-bottom: none;
}

.nav-category > .dropdown-menu > li:last-child > a {
  padding: 13px 20px;
}

.nav-category > .dropdown-menu > li:last-child > a:after {
  content: "";
}

.nav-category .dropdown-menu {
  top: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  box-shadow: none;
}

.nav-category .dropdown-menu .dropdown-submenu > a:after {
  font-size: 18px;
  top: 15px;
  position: absolute;
  right: 20px;
  content: "\f105";
  display: inline-block;
  border: none;
  font: normal normal normal 18px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nav-category .dropdown-menu .dropdown-submenu.show .dropdown-menu {
  display: block;
  margin-left: -1px;
}

.nav-category .dropdown-menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-category .dropdown-menu li a {
  display: block;
  padding: 0px 0;
  font-size: 12px;
  color: #252525;
  transition: all 0.2s ease-in-out;
  position: relative;
  padding-left: 50px;
}

.nav-category .dropdown-menu li a:hover {
  background-color: transparent;
  color: #022063;
}

.nav-category .dropdown-menu li a:hover i {
  color: #022063;
}

.nav-category .dropdown-menu li a i {
  position: absolute;
  left: 18px;
  top: 14px;
  font-size: 18px;
  color: #979797;
}

.nav-category .dropdown-menu li a img {
  max-width: 100%;
  display: inline-block;
}

.nav-category .dropdown-menu li.active a {
  background-color: transparent;
  color: #022063;
}

.nav-category .dropdown-menu li:last-child {
  border-bottom: none;
}

.nav-category .dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
}

@media (min-width: 1200px) {
  .bb-fixed-header .nav-category > .dropdown-menu {
    display: none;
  }
}

@media (min-width: 1200px) {
  .bb-fixed-header .nav-category:hover > .dropdown-menu {
    display: block;
  }
}

.navbar-transparent {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=0 );
  position: absolute;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: none;
}

@media (min-width: 768px) {
  .navbar-transparent .navbar-collapse {
    background: transparent;
    border: none;
  }
  .navbar-transparent .navbar-collapse .navbar-nav.ml-auto {
    margin-right: 0px;
  }
}

.navbar-transparent .logo-pm {
  fill: #ffffff;
}

.navbar-transparent .navbar-nav .nav-item a.nav-link {
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .navbar-transparent .navbar-nav .nav-item a.nav-link {
    padding: 26px 8px;
    color: #ffffff;
    text-transform: capitalize;
  }
  .navbar-transparent .navbar-nav .nav-item.active a.nav-link {
    color: #022063;
  }
}

@media (min-width: 992px) {
  .navbar-transparent .navbar-nav .nav-item a.nav-link {
    padding: 37px 15px;
    text-transform: uppercase;
  }
}

.navbar-transparent .navbar-nav .nav-item a.nav-link.primary-btn {
  padding: 0 !important;
  height: 40px;
  width: 90px;
  border: 2px solid #022063;
  line-height: 38px;
  margin-top: 24px;
  display: inline-block;
  text-align: center;
}

@media (min-width: 768px) {
  .navbar-transparent .navbar-nav .nav-item a.nav-link.primary-btn {
    margin-top: 12px;
    width: 85px;
  }
}

@media (min-width: 992px) {
  .navbar-transparent .navbar-nav .nav-item a.nav-link.primary-btn {
    margin-top: 24px;
    width: 110px;
  }
}

.navbar-transparent .navbar-nav .nav-item:last-child a.nav-link {
  padding-right: 0px;
}

.navbar-transparent.bb-fixed-header {
  background: #ffffff;
  position: fixed;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-bottom: none;
}

.navbar-transparent.bb-fixed-header .logo-pm {
  fill: #333;
}

.navbar-transparent.bb-fixed-header .navbar-nav .nav-item a.nav-link {
  color: #252525;
}

.navbar-transparent.bb-fixed-header .navbar-nav .nav-item.active a.nav-link {
  color: #022063;
}

/*===  BANNER ===*/
.fullscreenbanner-container {
  width: 100%;
  position: relative;
  padding: 0;
}

.fullscreenbanner-container .tp-bullets.preview4 {
  position: relative;
  left: 0 !important;
  bottom: 0 !important;
  padding: 9px 50px;
  width: 150px;
  height: 30px;
  margin: -15px auto 0px auto !important;
  display: none;
  background: #4dc8cf;
  background: linear-gradient(to bottom, #4dc8cf 0%, #4dc8cf 50%, #022063 51%, #022063 100%);
  text-align: center;
}

@media (min-width: 768px) {
  .fullscreenbanner-container .tp-bullets.preview4 {
    display: block;
  }
}

.fullscreenbanner-container .tp-bullets.preview4::before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: -10px;
  top: 4px;
  z-index: -1;
  background: #4dc8cf;
  background: linear-gradient(135deg, #4dc8cf 0%, #4dc8cf 50%, #022063 51%, #022063 100%);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fullscreenbanner-container .tp-bullets.preview4::after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  right: -10px;
  top: 4px;
  z-index: -1;
  background: #4dc8cf;
  background: linear-gradient(135deg, #4dc8cf 0%, #4dc8cf 50%, #022063 51%, #022063 100%);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fullscreenbanner-container .tp-bullets.preview4.hidebullets {
  opacity: 1;
}

.fullscreenbanner-container .tp-bullets.preview4 .bullet {
  background-color: rgba(255, 255, 255, 0.5) !important;
  border-radius: 50%;
  box-shadow: none !important;
  width: 9px !important;
  height: 9px !important;
  border: 0 !important;
  display: inline-block;
  margin: 0 2px 2px 2px !important;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
}

.fullscreenbanner-container .tp-bullets.preview4 .bullet:hover, .fullscreenbanner-container .tp-bullets.preview4 .bullet.selected {
  box-shadow: none !important;
  background-color: #ffffff !important;
}

.fullscreenbanner-container .tparrows.preview4 .tp-arr-iwrapper {
  display: none !important;
}

.tp-bullets {
  z-index: 99;
}

@media (min-width: 768px) {
  .tparrows.preview4:hover:after {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  .tp-leftarrow.preview4:hover:after {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
}

.fullscreenbanner {
  width: 100%;
  position: relative;
}

.slider-captionV1 .tp-caption {
  white-space: normal !important;
  width: inherit;
}

@media (min-width: 768px) {
  .slider-captionV1 .tp-caption {
    width: 80%;
  }
}

@media (min-width: 992px) {
  .slider-captionV1 .tp-caption {
    width: 70%;
  }
}

@media (min-width: 1200px) {
  .slider-captionV1 .tp-caption {
    width: 55%;
  }
}

.captionCenterAlign {
  width: auto !important;
  text-align: center !important;
  margin: 0 auto !important;
}

/*=== BANNER V1 ===*/
.slider-captionV1 .rs-caption-1 {
  width: 50%;
}

@media (min-width: 768px) {
  .slider-captionV1 .rs-caption-1 {
    width: 60%;
  }
}

@media (min-width: 1200px) {
  .slider-captionV1 .rs-caption-1 {
    width: 55%;
  }
}

.bannerV1 .tp-caption.rs-caption-2 {
  text-transform: capitalize;
  color: #252525 !important;
  font-size: 14px !important;
  line-height: 20px !important;
}

@media (min-width: 480px) {
  .bannerV1 .tp-caption.rs-caption-2 {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}

@media (min-width: 768px) {
  .bannerV1 .tp-caption.rs-caption-2 {
    font-size: 36px !important;
    line-height: 42px !important;
  }
}

@media (min-width: 992px) {
  .bannerV1 .tp-caption.rs-caption-2 {
    font-size: 46px !important;
    line-height: 42px !important;
  }
}

.bannerV1 .tp-caption.rs-caption-3 {
  text-transform: capitalize;
  color: #704664 !important;
  font-weight: 300;
  font-size: 12px !important;
  line-height: 18px !important;
}

@media (min-width: 480px) {
  .bannerV1 .tp-caption.rs-caption-3 {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}

@media (min-width: 768px) {
  .bannerV1 .tp-caption.rs-caption-3 {
    font-size: 22px !important;
    line-height: 36px !important;
  }
}

.bannerV1 .tp-caption.rs-caption-3 small {
  text-transform: none;
  color: #252525 !important;
  font-size: 10px !important;
  margin-top: 10px;
  display: block;
  max-width: 200px;
  line-height: 16px !important;
}

@media (min-width: 480px) {
  .bannerV1 .tp-caption.rs-caption-3 small {
    font-size: 12px !important;
    line-height: 18px !important;
  }
}

@media (min-width: 768px) {
  .bannerV1 .tp-caption.rs-caption-3 small {
    font-size: 13px !important;
    line-height: 18px !important;
    max-width: 350px;
  }
}

@media (min-width: 992px) {
  .bannerV1 .tp-caption.rs-caption-3 small {
    font-size: 14px !important;
    line-height: 22px !important;
    max-width: 490px;
  }
}

.tp-caption.rs-caption-4 .btn,
.bannerV2 .btn, .bannerV3 .btn {
  border: 3px solid;
  border-color: rgba(71, 186, 193, 0.5) !important;
  color: #252525 !important;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: auto;
  height: auto;
  line-height: 30px;
  text-align: center;
  border-radius: 0;
  padding: 0 10px !important;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 479px) {
  .tp-caption.rs-caption-4 .btn,
  .bannerV2 .btn, .bannerV3 .btn {
    display: none;
  }
}

@media (min-width: 768px) {
  .tp-caption.rs-caption-4 .btn,
  .bannerV2 .btn, .bannerV3 .btn {
    margin-top: 30px;
    font-size: 13px;
    width: 140px;
    height: 40px;
    line-height: 36px;
    display: inline-block;
    padding: 0 !important;
  }
}

@media (min-width: 992px) {
  .tp-caption.rs-caption-4 .btn,
  .bannerV2 .btn, .bannerV3 .btn {
    margin-top: 0px;
    font-size: 15px;
    width: 160px;
    height: 50px;
    letter-spacing: 2px;
    line-height: 46px;
  }
}

.tp-caption.rs-caption-4 .btn i,
.bannerV2 .btn i, .bannerV3 .btn i {
  color: #252525 !important;
  font-size: 14px;
  padding-left: 8px;
  transition: all 0.3s ease-in-out;
}

.tp-caption.rs-caption-4 .btn:hover,
.bannerV2 .btn:hover, .bannerV3 .btn:hover {
  background-color: #022063;
  color: #ffffff !important;
}

.tp-caption.rs-caption-4 .btn:hover i,
.bannerV2 .btn:hover i, .bannerV3 .btn:hover i {
  color: #ffffff !important;
}

.fullscreenbanner .tp-dottedoverlay.twoxtwo {
  background-image: none !important;
  z-index: 1;
}

.captionCenter .tp-caption.rs-caption-2 {
  text-transform: uppercase;
  color: #704664 !important;
  font-weight: 300;
}

@media (min-width: 480px) {
  .captionCenter .tp-caption.rs-caption-2 {
    font-size: 12px !important;
    line-height: 18px !important;
  }
}

@media (min-width: 768px) {
  .captionCenter .tp-caption.rs-caption-2 {
    font-size: 24px !important;
    line-height: 36px !important;
  }
}

.captionCenter .tp-caption.rs-caption-3 {
  text-transform: uppercase;
  color: #797979 !important;
}

@media (min-width: 480px) {
  .captionCenter .tp-caption.rs-caption-3 {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}

@media (min-width: 768px) {
  .captionCenter .tp-caption.rs-caption-3 {
    font-size: 36px !important;
    line-height: 42px !important;
  }
}

/*=== BANNER V2 ===*/
.bannerV2 .slider-caption-info {
  background: #ffffff;
  padding: 25px;
  margin: 80px auto;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 479px) {
  .bannerV2 .slider-caption-info {
    padding: 7px;
    width: 200px;
    height: 200px;
    margin: 70px auto;
  }
}

@media (min-width: 768px) {
  .bannerV2 .slider-caption-info {
    padding: 15px;
    width: 360px;
    height: 360px;
    margin: 90px auto;
  }
}

@media (min-width: 992px) {
  .bannerV2 .slider-caption-info {
    padding: 25px;
    width: 450px;
    height: 450px;
    margin: 130px auto;
  }
}

.bannerV2 .caption-info-inner {
  padding: 0;
  margin: 0 auto;
  border-radius: 50%;
  padding: 7px;
  width: 186px;
  height: 186px;
  border: 2px solid #022063;
}

@media (min-width: 768px) {
  .bannerV2 .caption-info-inner {
    width: 330px;
    height: 330px;
  }
}

@media (min-width: 992px) {
  .bannerV2 .caption-info-inner {
    width: 400px;
    height: 400px;
  }
}

.bannerV2 {
  width: 100%;
  position: relative;
  padding: 0;
  background-color: #f5f5f5;
}

.bannerV2 .h2 {
  font-size: 25px;
  line-height: 25px;
  color: #252525;
  font-weight: 400;
  margin: 30px auto;
  text-transform: capitalize;
}

@media (max-width: 479px) {
  .bannerV2 .h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 10px auto 7px;
  }
}

@media (min-width: 768px) {
  .bannerV2 .h2 {
    margin: 30px auto;
  }
}

@media (min-width: 992px) {
  .bannerV2 .h2 {
    font-size: 34px;
    line-height: 28px;
    margin: 50px auto 25px;
  }
}

.bannerV2 .border {
  border: none !important;
  width: 45px;
  height: 3px;
  background: #022063;
  margin: 0 auto;
  display: block;
}

.bannerV2 .para {
  font-size: 11px;
  line-height: 16px;
  color: #797979;
  margin: 10px;
  display: block;
  clear: both;
}

@media (min-width: 768px) {
  .bannerV2 .para {
    font-size: 14px;
    line-height: 18px;
    margin: 20px 25px;
  }
}

@media (min-width: 992px) {
  .bannerV2 .para {
    font-size: 14px;
    line-height: 22px;
    margin: 25px 30px;
  }
}

.bannerV2 .slider-button a.btn {
  display: none;
  margin-top: 15px;
  font-size: 14px;
  width: 146px;
  height: 40px;
  line-height: 40px;
  padding: 0 !important;
  border: none;
  background: #022063;
  color: #ffffff !important;
}

.bannerV2 .slider-button a.btn i {
  color: #ffffff !important;
}

@media (min-width: 768px) {
  .bannerV2 .slider-button a.btn {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .bannerV2 .slider-button a.btn {
    margin-top: 30px;
    width: 167px;
    height: 50px;
    line-height: 50px;
  }
}

.bannerV2 .fullscreenbanner-container {
  width: 100%;
  overflow: hidden;
}

.bannerV2 .fullscreenbanner-container .fullscreenbanner-bg {
  background: #022063;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 50px);
  height: 100%;
  bottom: 0;
}

@media (min-width: 768px) {
  .bannerV2 .fullscreenbanner-container .fullscreenbanner-bg {
    width: calc(50% - 100px);
  }
}

@media (min-width: 992px) {
  .bannerV2 .fullscreenbanner-container .fullscreenbanner-bg {
    width: calc(50% - 150px);
  }
}

.bannerV2 .fullscreenbanner-container .fullscreenbanner-bg:after {
  position: absolute;
  content: '';
  border-left: 100px solid #022063;
  border-bottom: 410px solid transparent;
  right: -100px;
}

@media (min-width: 768px) {
  .bannerV2 .fullscreenbanner-container .fullscreenbanner-bg:after {
    border-left: 200px solid #022063;
    border-bottom: 613px solid transparent;
    right: -200px;
  }
}

@media (min-width: 992px) {
  .bannerV2 .fullscreenbanner-container .fullscreenbanner-bg:after {
    border-left: 300px solid #022063;
    border-bottom: 800px solid transparent;
    right: -300px;
  }
}

.bannerV2 .fullscreenbanner-container .slider-caption {
  position: relative;
  padding: 35px 0;
}

.bannerV2 .fullscreenbanner-container .slider-caption .caption {
  position: absolute;
  width: 23%;
}

@media (min-width: 768px) {
  .bannerV2 .fullscreenbanner-container .slider-caption .caption {
    width: 19%;
  }
}

.bannerV2 .fullscreenbanner-container .slider-caption .caption span.tag {
  background: #ffeb41;
  display: inline-block;
  font-size: 12px;
  color: #252525;
  padding: 3px 5px;
  position: absolute;
  right: -7%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 700;
}

@media (min-width: 768px) {
  .bannerV2 .fullscreenbanner-container .slider-caption .caption span.tag {
    font-size: 15px;
    padding: 5px 10px;
  }
}

.bannerV2 .fullscreenbanner-container .slider-caption img {
  display: inline-block;
  max-width: 100%;
}

.bannerV2 .fullscreenbanner-container .slider-caption .caption1 {
  left: -7%;
}

@media (min-width: 768px) {
  .bannerV2 .fullscreenbanner-container .slider-caption .caption1 {
    left: -4%;
  }
}

@media (min-width: 992px) {
  .bannerV2 .fullscreenbanner-container .slider-caption .caption1 {
    left: -7%;
  }
}

.bannerV2 .fullscreenbanner-container .slider-caption .caption2 {
  left: -7%;
  bottom: 35px;
}

.bannerV2 .fullscreenbanner-container .slider-caption .caption3 {
  right: -7%;
}

.bannerV2 .fullscreenbanner-container .slider-caption .caption3 span.tag {
  right: unset;
  left: -30px;
}

@media (min-width: 768px) {
  .bannerV2 .fullscreenbanner-container .slider-caption .caption3 span.tag {
    right: auto;
    left: 0;
  }
}

.bannerV2 .fullscreenbanner-container .slider-caption .caption4 {
  text-align: right;
  right: -7%;
  bottom: 35px;
}

.bannerV2 .fullscreenbanner-container .slider-caption .caption4 span.tag {
  right: unset;
  left: -30px;
}

@media (min-width: 768px) {
  .bannerV2 .fullscreenbanner-container .slider-caption .caption4 span.tag {
    right: auto;
    left: 0;
  }
}

.from-bottom {
  opacity: 0;
  transition: all 0.5s 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.from-bottom {
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
}

.current-sr-slide-visible .from-bottom {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.9s;
}

.delay-2 {
  transition-delay: 1.2s;
}

.delay-3 {
  transition-delay: 1.4s;
}

.delay-4 {
  transition-delay: 1.5s;
}

/*===  BANNER V3 ===*/
.bannerV3 {
  padding: 0;
  background: #f0f0f0;
}

.bannerV3 .slide {
  height: 450px;
  background: #ffffff;
  box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 25px 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .bannerV3 .slide {
    text-align: left;
    height: 500px;
  }
}

@media (min-width: 1200px) {
  .bannerV3 .slide {
    height: 550px;
    padding: 55px 50px;
  }
}

.bannerV3 .slide .slider-title {
  margin: 0 0 25px 0;
  border-bottom: 5px solid #e4e4e4;
}

@media (min-width: 1200px) {
  .bannerV3 .slide .slider-title {
    margin: 0 0 45px 0;
  }
}

.bannerV3 .slide .slider-title h3 {
  font-size: 20px;
  display: inline-block;
  margin: 0 auto 10px;
  text-transform: uppercase;
  font-weight: 700;
}

@media (min-width: 768px) {
  .bannerV3 .slide .slider-title h3 {
    margin: 0 0 10px;
  }
}

@media (min-width: 1200px) {
  .bannerV3 .slide .slider-title h3 {
    font-size: 30px;
  }
}

.bannerV3 .slide .slider-title h3 span {
  color: #022063;
}

.bannerV3 .slide .productCaption {
  position: relative;
  z-index: 9;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .bannerV3 .slide .productCaption {
    width: 52%;
    text-align: left;
  }
}

.bannerV3 .slide .productCaption h4 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .bannerV3 .slide .productCaption h4 {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .bannerV3 .slide .productCaption h4 {
    font-size: 24px;
  }
}

.bannerV3 .slide .productCaption span {
  display: inline-block;
}

.bannerV3 .slide .productCaption .offer-price {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  color: #022063;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .bannerV3 .slide .productCaption .offer-price {
    font-size: 24px;
  }
}

.bannerV3 .slide .productCaption .regular-price {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  color: #c5c5c5;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .bannerV3 .slide .productCaption .regular-price {
    font-size: 20px;
  }
}

.bannerV3 .slide .productCaption .offer {
  font-size: 16px;
  background-color: #022063;
  color: #ffffff;
  padding: 7px 10px;
}

@media (min-width: 1200px) {
  .bannerV3 .slide .productCaption .offer {
    font-size: 20px;
  }
}

.bannerV3 .slide .slider_timer {
  width: 100%;
  margin-bottom: 25px;
}

@media (min-width: 1200px) {
  .bannerV3 .slide .slider_timer {
    margin-bottom: 45px;
  }
}

.bannerV3 .slide .slider_timer .table-cell {
  width: 40px;
  margin-right: 8px;
  display: inline-block;
}

@media (min-width: 1200px) {
  .bannerV3 .slide .slider_timer .table-cell {
    width: 60px;
    margin-right: 15px;
  }
}

.bannerV3 .slide .slider_timer .table-cell:last-child {
  margin-right: 0;
}

.bannerV3 .slide .slider_timer .table-cell .tab-val {
  width: 100%;
  height: 40px;
  background: #f0f0f0;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}

@media (min-width: 1200px) {
  .bannerV3 .slide .slider_timer .table-cell .tab-val {
    height: 60px;
    line-height: 60px;
    font-size: 30px;
  }
}

.bannerV3 .slide .slider_timer .table-cell .tab-metr {
  font-size: 14px;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .bannerV3 .slide .slider_timer .table-cell .tab-metr {
    font-size: 12px;
  }
}

.bannerV3 .slide .btn {
  display: inline-block;
  clear: both;
  margin-top: 20px;
  border-width: 2px;
}

@media (min-width: 768px) {
  .bannerV3 .slide .btn {
    margin-top: 35px;
  }
  .bannerV3 .slide .btn i {
    margin-left: 10px;
  }
}

@media (min-width: 1200px) {
  .bannerV3 .slide .btn {
    margin-top: 55px;
  }
}

.slide-info {
  position: relative;
}

.slide-info .productImage {
  width: 25%;
  margin: 0 auto 20px;
}

@media (max-width: 479px) {
  .slide-info .productImage {
    width: 35%;
  }
}

@media (min-width: 768px) {
  .slide-info .productImage {
    width: 39%;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
  }
}

.slide-info .productImage img {
  display: inline-block;
  width: auto;
  max-width: 100%;
}

.bannerV3 .bg-image-box {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bannerV3 .slide {
  margin: 30px 15px 30px;
}

@media (min-width: 768px) {
  .bannerV3 .slide {
    margin: 50px 50px 50px -50px;
  }
}

@media (min-width: 992px) {
  .bannerV3 .slide {
    margin: 80px 80px 80px -80px;
  }
}

/*===  BANNER V4 ===*/
.bannerV4 {
  width: 100%;
  float: right;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .bannerV4 {
    width: 835px;
  }
}

@media (min-width: 1200px) {
  .bannerV4 .fullscreenbanner {
    height: 470px !important;
  }
}

.bannerV4.fullscreenbanner-container .tp-bullets {
  display: none;
}

.bannerV4 .tparrows.default.preview4.tp-leftarrow {
  left: 20px !important;
}

.bannerV4 .tparrows.default.preview4.tp-rightarrow {
  right: 20px !important;
}

.slider-captionV4 .tp-caption.rs-caption-2,
.slider-captionV4 .tp-caption.rs-caption-3,
.slider-captionV4 .tp-caption.rs-caption-4 {
  white-space: normal !important;
  width: inherit;
}

@media (min-width: 768px) {
  .slider-captionV4 .tp-caption.rs-caption-2,
  .slider-captionV4 .tp-caption.rs-caption-3,
  .slider-captionV4 .tp-caption.rs-caption-4 {
    width: 80%;
  }
}

@media (min-width: 992px) {
  .slider-captionV4 .tp-caption.rs-caption-2,
  .slider-captionV4 .tp-caption.rs-caption-3,
  .slider-captionV4 .tp-caption.rs-caption-4 {
    width: 70%;
  }
}

@media (min-width: 1200px) {
  .slider-captionV4 .tp-caption.rs-caption-2,
  .slider-captionV4 .tp-caption.rs-caption-3,
  .slider-captionV4 .tp-caption.rs-caption-4 {
    width: 55%;
  }
}

.slider-captionV4 .tp-caption.rs-caption-2 {
  text-transform: uppercase;
  color: #252525 !important;
  font-weight: 700;
  font-size: 16px !important;
  line-height: 20px !important;
}

@media (min-width: 480px) {
  .slider-captionV4 .tp-caption.rs-caption-2 {
    font-size: 24px !important;
    line-height: 30px !important;
  }
}

@media (min-width: 768px) {
  .slider-captionV4 .tp-caption.rs-caption-2 {
    font-size: 36px !important;
    line-height: 38px !important;
  }
}

.slider-captionV4 .tp-caption.rs-caption-2 small {
  color: #022063 !important;
  font-size: 10px !important;
  line-height: 16px !important;
}

@media (min-width: 480px) {
  .slider-captionV4 .tp-caption.rs-caption-2 small {
    font-size: 13px !important;
    line-height: 17px !important;
  }
}

@media (min-width: 768px) {
  .slider-captionV4 .tp-caption.rs-caption-2 small {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

.slider-captionV4 .tp-caption.rs-caption-3 {
  color: rgba(37, 37, 37, 0.7) !important;
  font-size: 12px !important;
  line-height: 16px !important;
  margin-top: 0 !important;
}

@media (min-width: 480px) {
  .slider-captionV4 .tp-caption.rs-caption-3 {
    font-size: 12px !important;
    line-height: 16px !important;
  }
}

@media (min-width: 768px) {
  .slider-captionV4 .tp-caption.rs-caption-3 {
    font-size: 16px !important;
    line-height: 20px !important;
    margin-top: -20px !important;
  }
}

@media (min-width: 992px) {
  .slider-captionV4 .tp-caption.rs-caption-3 {
    margin-top: -30px !important;
  }
}

.slider-captionV4 .tp-caption.rs-caption-4 {
  margin-top: 0 !important;
}

@media (min-width: 768px) {
  .slider-captionV4 .tp-caption.rs-caption-4 {
    margin-top: -20px !important;
  }
}

@media (min-width: 992px) {
  .slider-captionV4 .tp-caption.rs-caption-4 {
    margin-top: -40px !important;
  }
}

/*=== BANNER V5 ===*/
.bannerV5 .fullscreenbanner-container {
  width: unset;
  min-height: 400px;
}

@media (min-width: 768px) {
  .bannerV5 .fullscreenbanner-container {
    min-height: 600px;
  }
}

@media (min-width: 768px) {
  .bannerV5 .fullscreenbanner-container {
    min-height: 500px;
  }
}

@media (min-width: 992px) {
  .bannerV5 .fullscreenbanner-container {
    min-height: 600px;
  }
}

@media (min-width: 1200px) {
  .bannerV5 .fullscreenbanner-container {
    min-height: 800px;
  }
}

.bannerV5 .slider-caption {
  text-align: center;
}

@media (min-width: 768px) {
  .bannerV5 .slider-caption {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .bannerV5 .slider-caption {
    margin-right: 30px;
  }
}

.bannerV5 .slider-caption h1 {
  padding-top: 50px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
}

@media (min-width: 768px) {
  .bannerV5 .slider-caption h1 {
    font-size: 35px;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .bannerV5 .slider-caption h1 {
    font-size: 55px;
  }
}

.bannerV5 .slider-caption p {
  font-size: 13px;
  line-height: 26px;
  color: #ffffff;
  padding: 0px 0px 10px 0;
}

@media (min-width: 768px) {
  .bannerV5 .slider-caption p {
    font-size: 14px;
    padding: 0px 0px 10px 0;
  }
}

@media (min-width: 992px) {
  .bannerV5 .slider-caption p {
    font-size: 18px;
    padding: 10px 100px 20px 0;
  }
}

.bannerV5 .slider-caption .primary-btn {
  width: 146px;
  height: 40px;
  line-height: 36px;
  padding: 0;
  font-size: 13px;
  color: #ffffff;
  border: 2px solid #022063;
}

@media (min-width: 992px) {
  .bannerV5 .slider-caption .primary-btn {
    width: 170px;
    height: 50px;
    line-height: 46px;
    font-size: 14px;
  }
}

.bannerV5 .slider-caption .primary-btn i {
  padding-left: 8px;
}

.bannerV5 .promo-video-holder {
  display: none;
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 15px;
  margin-top: 50px;
}

@media (min-width: 768px) {
  .bannerV5 .promo-video-holder {
    display: block;
  }
}

.bannerV5 .promo-video-holder .promo-video {
  float: none;
  padding-top: 0;
}

.bannerV5 .promo-video-holder a.video-link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bannerV5 .promo-video-holder a.video-link i.play-icon {
  position: relative;
  height: 80px;
  width: 80px;
  line-height: 80px;
  font-size: 30px;
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
  padding-left: 10px;
  text-align: center;
  background: #022063;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/*================= 3.1 HOME ==================*/
/*=== 3.1.1 WHITE SECTION ===*/
.page-header {
  margin: 0 0 17px 0;
  padding-bottom: 9px;
  border-bottom: 3px solid #e4e4e4;
}

.page-header h4 {
  margin-bottom: 0;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 1px;
}

.masking-hover, .imageBox .productImage .productMasking, .whiteSection .featuredProducts .slide .productImage .productMasking, .mainContent .featuredProducts .slide .productImage .productMasking, .productsContent .productBox .productImage .productMasking, .whiteSection .featuredCollection .thumbnail .imageWrapper .masking, .mainContent .featuredCollection .thumbnail .imageWrapper .masking, .productListSingle .media .media-left .maskingImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:rgba(71, 186, 193, 0.5);
  border:10px solid rgba(71, 186, 193, 0.5);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.content-center, .imageBox .productImage .productMasking ul, .whiteSection .featuredProducts .slide .productImage .productMasking ul, .mainContent .featuredProducts .slide .productImage .productMasking ul, .productsContent .productBox .productImage .productMasking ul {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.content-middle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.content-top, .whiteSection .featuredCollection .thumbnail .caption, .mainContent .featuredCollection .thumbnail .caption {
  position: absolute;
  top: 0;
  left: 0;
}

.content-bottom, .masking-btn, .whiteSection .featuredCollection .thumbnail .imageWrapper .masking .viewBtn, .mainContent .featuredCollection .thumbnail .imageWrapper .masking .viewBtn, .productListSingle .media .media-left .maskingImage .viewBtn {
  position: absolute;
  bottom: 0;
  left: 0;
}

.thumbnail {
  border: none;
  border-radius: 0;
  padding: 0;
}

.thumbnail .caption {
  padding: 0;
}

.btn-wishlist.active {
  color: #f00 !important;
}

.btn-wishlist.active:hover {
  color: #f00;
}

.imageBox, .whiteSection .featuredProducts .slide, .mainContent .featuredProducts .slide, .productsContent .productBox {
  height: auto;
  display: block;
  margin-bottom: 40px;
}

.imageBox .productImage, .whiteSection .featuredProducts .slide .productImage, .mainContent .featuredProducts .slide .productImage, .productsContent .productBox .productImage {
  position: relative;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}

.imageBox .productImage img, .whiteSection .featuredProducts .slide .productImage img, .mainContent .featuredProducts .slide .productImage img, .productsContent .productBox .productImage img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.imageBox .productImage .productMasking ul, .whiteSection .featuredProducts .slide .productImage .productMasking ul, .mainContent .featuredProducts .slide .productImage .productMasking ul, .productsContent .productBox .productImage .productMasking ul {
  width: 168px;
  height: 56px;
  background: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.imageBox .productImage .productMasking ul li, .whiteSection .featuredProducts .slide .productImage .productMasking ul li, .mainContent .featuredProducts .slide .productImage .productMasking ul li, .productsContent .productBox .productImage .productMasking ul li {
  position: relative;
  width: 33.333%;
}

.imageBox .productImage .productMasking ul li::after, .whiteSection .featuredProducts .slide .productImage .productMasking ul li::after, .mainContent .featuredProducts .slide .productImage .productMasking ul li::after, .productsContent .productBox .productImage .productMasking ul li::after {
  position: absolute;
  content: '';
  height: 24px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.imageBox .productImage .productMasking ul li:last-child::after, .whiteSection .featuredProducts .slide .productImage .productMasking ul li:last-child::after, .mainContent .featuredProducts .slide .productImage .productMasking ul li:last-child::after, .productsContent .productBox .productImage .productMasking ul li:last-child::after {
  display: none;
}

.imageBox .productImage .productMasking ul li a, .whiteSection .featuredProducts .slide .productImage .productMasking ul li a, .mainContent .featuredProducts .slide .productImage .productMasking ul li a, .productsContent .productBox .productImage .productMasking ul li a {
  padding: 0;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 0px;
  background-color: transparent;
  font-size: 14px;
  color: #252525;
  transition: all 0.3s ease-in-out;
}

.imageBox .productImage .productMasking ul li a:hover, .whiteSection .featuredProducts .slide .productImage .productMasking ul li a:hover, .mainContent .featuredProducts .slide .productImage .productMasking ul li a:hover, .productsContent .productBox .productImage .productMasking ul li a:hover {
  color: #252525;
}

@media (min-width: 480px) {
  .imageBox .productImage, .whiteSection .featuredProducts .slide .productImage, .mainContent .featuredProducts .slide .productImage, .productsContent .productBox .productImage {
    width: 100%;
    height: auto;
  }
}

.imageBox:hover .productImage img, .whiteSection .featuredProducts .slide:hover .productImage img, .mainContent .featuredProducts .slide:hover .productImage img, .productsContent .productBox:hover .productImage img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.imageBox:hover .productMasking, .whiteSection .featuredProducts .slide:hover .productMasking, .mainContent .featuredProducts .slide:hover .productMasking, .productsContent .productBox:hover .productMasking {
  opacity: 1;
}

.imageBox:hover .productMasking ul, .whiteSection .featuredProducts .slide:hover .productMasking ul, .mainContent .featuredProducts .slide:hover .productMasking ul, .productsContent .productBox:hover .productMasking ul {
  -webkit-animation: move-bottom 0.3s linear;
  animation: move-bottom 0.3s linear;
}

.imageBox .productCaption, .whiteSection .featuredProducts .slide .productCaption, .mainContent .featuredProducts .slide .productCaption, .productsContent .productBox .productCaption {
  width: 100%;
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .imageBox .productCaption, .whiteSection .featuredProducts .slide .productCaption, .mainContent .featuredProducts .slide .productCaption, .productsContent .productBox .productCaption {
    text-align: left;
  }
}

.imageBox .productCaption h4, .whiteSection .featuredProducts .slide .productCaption h4, .mainContent .featuredProducts .slide .productCaption h4, .productsContent .productBox .productCaption h4 {
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.imageBox .productCaption h4 a, .whiteSection .featuredProducts .slide .productCaption h4 a, .mainContent .featuredProducts .slide .productCaption h4 a, .productsContent .productBox .productCaption h4 a {
  color: #252525;
}

.imageBox .productCaption h3, .whiteSection .featuredProducts .slide .productCaption h3, .mainContent .featuredProducts .slide .productCaption h3, .productsContent .productBox .productCaption h3 {
  color: #a5a5a5;
  font-size: 20px;
  font-weight: 700;
}

.imageBox .productCaption h5, .whiteSection .featuredProducts .slide .productCaption h5, .mainContent .featuredProducts .slide .productCaption h5, .productsContent .productBox .productCaption h5 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.imageBox .productCaption h5 a, .whiteSection .featuredProducts .slide .productCaption h5 a, .mainContent .featuredProducts .slide .productCaption h5 a, .productsContent .productBox .productCaption h5 a {
  color: #252525;
}

.imageBox .productCaption .offer-price, .whiteSection .featuredProducts .slide .productCaption .offer-price, .mainContent .featuredProducts .slide .productCaption .offer-price, .productsContent .productBox .productCaption .offer-price {
  font-size: 24px;
  font-weight: 700;
  color: #022063;
  display: block;
  margin-bottom: 10px;
}

.imageBox .productCaption .regular-price, .whiteSection .featuredProducts .slide .productCaption .regular-price, .mainContent .featuredProducts .slide .productCaption .regular-price, .productsContent .productBox .productCaption .regular-price {
  font-size: 18px;
  color: #c5c5c5;
  display: block;
  margin-bottom: 25px;
}

.masking-btn, .whiteSection .featuredCollection .thumbnail .imageWrapper .masking .viewBtn, .mainContent .featuredCollection .thumbnail .imageWrapper .masking .viewBtn, .productListSingle .media .media-left .maskingImage .viewBtn {
  height: 50px;
  width: 165px;
  bottom: 35px;
  left: 30px;
  border: 3px solid #ffffff;
  font-weight: 700;
  text-transform: capitalize;
  color: #ffffff;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0;
  border-radius: 0;
  padding: 0;
  line-height: 45px;
  background-color: #ffffff;
  color: #252525;
}

.masking-btn:hover, .whiteSection .featuredCollection .thumbnail .imageWrapper .masking .viewBtn:hover, .mainContent .featuredCollection .thumbnail .imageWrapper .masking .viewBtn:hover, .productListSingle .media .media-left .maskingImage .viewBtn:hover {
  background-color:rgba(255,255,255,0.5);
  color: #005d5b !important;
  border: 3px solid rgba(255,255,255,0.3);
}

.whiteSection, .mainContent {
  background-color: #ffffff;
}

@media (max-width: 479px) {
  .whiteSection, .mainContent {
    padding: 40px 0 40px 0;
  }
}

@media (min-width: 480px) {
  .whiteSection, .mainContent {
    padding: 90px 0 0 0;
  }
}

@media (min-width: 768px) {
  .whiteSection, .mainContent {
    padding: 90px 0 60px 0;
  }
}

.whiteSection .featuredCollection .thumbnail, .mainContent .featuredCollection .thumbnail {
  cursor: pointer;
  margin-bottom: 40px;
}

.whiteSection .featuredCollection .thumbnail .imageWrapper, .mainContent .featuredCollection .thumbnail .imageWrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.whiteSection .featuredCollection .thumbnail .imageWrapper img, .mainContent .featuredCollection .thumbnail .imageWrapper img {
  transition: all 0.5s ease-in-out;
  width: 100%;
}

.whiteSection .featuredCollection .thumbnail:hover .imageWrapper .masking, .mainContent .featuredCollection .thumbnail:hover .imageWrapper .masking {
  opacity: 1;
}

.whiteSection .featuredCollection .thumbnail:hover .imageWrapper img, .mainContent .featuredCollection .thumbnail:hover .imageWrapper img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.whiteSection .featuredCollection .thumbnail:hover .imageWrapper .viewBtn, .mainContent .featuredCollection .thumbnail:hover .imageWrapper .viewBtn {
  -webkit-animation: move-bottom 0.3s linear;
  animation: move-bottom 0.3s linear;
}

.whiteSection .featuredCollection .thumbnail .caption, .mainContent .featuredCollection .thumbnail .caption {
  top: 30px;
  left: 30px;
  z-index: 55;
}

@media (min-width: 768px) {
  .whiteSection .featuredCollection .thumbnail .caption, .mainContent .featuredCollection .thumbnail .caption {
    top: 10px;
    left: 10px;
  }
}

@media (min-width: 992px) {
  .whiteSection .featuredCollection .thumbnail .caption, .mainContent .featuredCollection .thumbnail .caption {
    top: 30px;
    left: 30px;
  }
}

.whiteSection .featuredCollection .thumbnail .caption h3, .mainContent .featuredCollection .thumbnail .caption h3 {
  text-transform: capitalize;
  line-height: 26px;
  color: #252525;
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 700;
  transition: color 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .whiteSection .featuredCollection .thumbnail .caption h3, .mainContent .featuredCollection .thumbnail .caption h3 {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 992px) {
  .whiteSection .featuredCollection .thumbnail .caption h3, .mainContent .featuredCollection .thumbnail .caption h3 {
    font-size: 22px;
    line-height: 26px;
  }
}

.whiteSection .featuredCollection .thumbnail .caption small, .mainContent .featuredCollection .thumbnail .caption small {
  color: #797979;
  display: inline-block;
  font-size: 13px;
  line-height: 26px;
  transition: color 0.3s ease-in-out;
}

.whiteSection .featuredCollection .thumbnail:hover .caption h3, .whiteSection .featuredCollection .thumbnail:hover .caption small, .mainContent .featuredCollection .thumbnail:hover .caption h3, .mainContent .featuredCollection .thumbnail:hover .caption small {
  color: #ffffff;
}

.whiteSection .featuredProducts, .mainContent .featuredProducts {
  margin-bottom: 30px;
}

.whiteSection .featuredProducts .slide .productImage:hover img, .mainContent .featuredProducts .slide .productImage:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.whiteSection .latestArticles .thumbnail, .mainContent .latestArticles .thumbnail {
  margin-bottom: 30px;
  position: relative;
}

.whiteSection .latestArticles .thumbnail .date-holder, .mainContent .latestArticles .thumbnail .date-holder {
  position: absolute;
  top: 20px;
  width: 55px;
  height: 60px;
  background: #fff;
  text-align: center;
  left: 20px;
  padding: 0px;
}

.whiteSection .latestArticles .thumbnail .date-holder p, .mainContent .latestArticles .thumbnail .date-holder p {
  margin-top: 8px;
  font-size: 22px;
  line-height: 26px;
}

.whiteSection .latestArticles .thumbnail .date-holder span, .mainContent .latestArticles .thumbnail .date-holder span {
  color: #252525;
  margin-top: 0px;
  text-transform: uppercase;
}

.whiteSection .latestArticles .thumbnail h5, .mainContent .latestArticles .thumbnail h5 {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 26px;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #252525;
  margin-top: 10px;
}

.whiteSection .latestArticles .thumbnail h5 a, .mainContent .latestArticles .thumbnail h5 a {
  font-size: inherit;
  letter-spacing: inherit;
  color: #252525;
}

.whiteSection .latestArticles .thumbnail h5 span, .mainContent .latestArticles .thumbnail h5 span {
  text-transform: capitalize;
  color: #bcbcbc;
}

.whiteSection .latestArticles .thumbnail h5 span a, .mainContent .latestArticles .thumbnail h5 span a {
  color: #bcbcbc;
  text-decoration: underline !important;
}

.whiteSection .latestArticles .thumbnail span, .mainContent .latestArticles .thumbnail span {
  color: #797979;
  display: block;
  margin-bottom: 10px;
  margin-top: 5px;
}

.whiteSection .latestArticles .thumbnail span a, .mainContent .latestArticles .thumbnail span a {
  color: #797979;
  text-decoration: underline !important;
  transition: color 0.3s ease;
}

.whiteSection .latestArticles .thumbnail span a:hover, .mainContent .latestArticles .thumbnail span a:hover {
  color: #022063;
}

.whiteSection .latestArticles .thumbnail img, .mainContent .latestArticles .thumbnail img {
  width: 100%;
}

.whiteSection .latestArticles .thumbnail p, .mainContent .latestArticles .thumbnail p {
  margin-bottom: 0;
  color: #252525;
  line-height: 22px;
}

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

/*=== 3.1.2 LIGHT SECTION ===*/
.lightSection {
  background-color: #f0f0f0;
  height: 125px;
}

.lightSection .partnersLogoSlider .owl-nav {
  display: none;
}

.lightSection .partnersLogoSlider .slide {
  display: table;
  height: 125px;
  width: 100%;
}

.lightSection .partnersLogoSlider .slide .partnersLogo {
  display: table-cell;
  vertical-align: middle;
  text-align: center !important;
}

.lightSection .partnersLogoSlider .slide .partnersLogo img {
  width: auto;
  margin: 0 auto;
}

@media (min-width: 480px) {
  .lightSection .partnersLogoSlider .slide .partnersLogo {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .lightSection .partnersLogoSlider .slide .partnersLogo {
    width: 250px;
  }
}

.partnersLogoSlider img {
    height:100px !important;
}

@-webkit-keyframes move-top {
  0% {
    top: 10%;
  }
  100% {
    top: 0;
  }
}

@keyframes move-top {
  0% {
    top: 10%;
  }
  100% {
    top: 0;
  }
}

@-webkit-keyframes move-bottom {
  0% {
    bottom: 20%;
  }
  100% {
    bottom: 10%;
  }
}

@keyframes move-bottom {
  0% {
    bottom: 20%;
  }
  100% {
    bottom: 10%;
  }
}

/*================= 3.2 HOME V2 ==================*/
/*=== 3.2.1 ABOUT ===*/
.aboutSection {
  margin-bottom: 75px;
}

.aboutSection h2 {
  font-size: 26px;
  font-weight: 400;
  margin: 0 auto 50px;
  display: inline-block;
  position: relative;
}

.aboutSection h2:after {
  position: absolute;
  content: '';
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -25px;
  width: 70px;
  height: 2px;
  background: rgba(71, 186, 193, 0.5);
}

.aboutSection p {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  color: #797979;
}

@media (min-width: 992px) {
  .aboutSection p {
    margin: 0 0px 0;
  }
}

/*=== 3.2.2 FEATURE COLLECTION ===*/
.featuredCollection.version2 {
  margin-bottom: 80px;
}

.featuredCollection.version2 .slide {
  background: #eeeeee;
  height: 300px;
  position: relative;
  margin: 0 15px;
}

.featuredCollection.version2 .productImage {
  width: 50%;
  float: left;
  height: 300px;
  position: relative;
}

.featuredCollection.version2 .productImage img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  position: absolute;
  bottom: 15px;
}

.featuredCollection.version2 .productImage.float-right img {
  right: 10px;
}

.featuredCollection.version2 .productCaption {
  width: 60%;
  position: absolute;
  bottom: 40px;
  right: 0;
  padding-right: 30px;
}

.featuredCollection.version2 .productCaption h3 {
  font-size: 26px;
  font-weight: 400;
  margin: 0 0 10px;
}

.featuredCollection.version2 .productCaption h3 a {
  color: #252525;
}

.featuredCollection.version2 .productCaption p {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 25px;
  color: #797979;
}

.featuredCollection.version2 .productCaption .btn-border {
  border-radius: 0;
  border: 2px solid #b1b1b1;
  padding: 0px 15px;
  color: #252525;
  font-weight: 700;
  line-height: 36px;
}

.featuredCollection.version2 .productCaption.float-left {
  left: 0;
  padding-left: 30px;
}

/*=== 3.2.3 FEATURE PRODUCT ===*/
.version2 .imageBox, .version2 .whiteSection .featuredProducts .slide, .whiteSection .featuredProducts .version2 .slide, .version2 .mainContent .featuredProducts .slide, .mainContent .featuredProducts .version2 .slide, .version2 .productsContent .productBox, .productsContent .version2 .productBox {
  margin-bottom: 40px;
}

.version2 .imageBox .productImage, .version2 .whiteSection .featuredProducts .slide .productImage, .whiteSection .featuredProducts .version2 .slide .productImage, .version2 .mainContent .featuredProducts .slide .productImage, .mainContent .featuredProducts .version2 .slide .productImage, .version2 .productsContent .productBox .productImage, .productsContent .version2 .productBox .productImage {
  margin-bottom: 15px;
}

.version2 .imageBox .productImage .productMasking, .version2 .whiteSection .featuredProducts .slide .productImage .productMasking, .whiteSection .featuredProducts .version2 .slide .productImage .productMasking, .version2 .mainContent .featuredProducts .slide .productImage .productMasking, .mainContent .featuredProducts .version2 .slide .productImage .productMasking, .version2 .productsContent .productBox .productImage .productMasking, .productsContent .version2 .productBox .productImage .productMasking {
  background-color: transparent !important;
}

.version2 .imageBox .productImage .productMasking ul, .version2 .whiteSection .featuredProducts .slide .productImage .productMasking ul, .whiteSection .featuredProducts .version2 .slide .productImage .productMasking ul, .version2 .mainContent .featuredProducts .slide .productImage .productMasking ul, .mainContent .featuredProducts .version2 .slide .productImage .productMasking ul, .version2 .productsContent .productBox .productImage .productMasking ul, .productsContent .version2 .productBox .productImage .productMasking ul {
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: transparent;
  margin-top: -30px;
}

.version2 .imageBox .productImage .productMasking ul li:after, .version2 .whiteSection .featuredProducts .slide .productImage .productMasking ul li:after, .whiteSection .featuredProducts .version2 .slide .productImage .productMasking ul li:after, .version2 .mainContent .featuredProducts .slide .productImage .productMasking ul li:after, .mainContent .featuredProducts .version2 .slide .productImage .productMasking ul li:after, .version2 .productsContent .productBox .productImage .productMasking ul li:after, .productsContent .version2 .productBox .productImage .productMasking ul li:after {
  display: none;
}

.version2 .imageBox .productImage .productMasking ul li a, .version2 .whiteSection .featuredProducts .slide .productImage .productMasking ul li a, .whiteSection .featuredProducts .version2 .slide .productImage .productMasking ul li a, .version2 .mainContent .featuredProducts .slide .productImage .productMasking ul li a, .mainContent .featuredProducts .version2 .slide .productImage .productMasking ul li a, .version2 .productsContent .productBox .productImage .productMasking ul li a, .productsContent .version2 .productBox .productImage .productMasking ul li a {
  line-height: 45px;
  height: 45px;
  width: 45px;
  border: none;
  background-color: #ffffff;
}

.version2 .imageBox .productImage .productMasking ul li a i, .version2 .whiteSection .featuredProducts .slide .productImage .productMasking ul li a i, .whiteSection .featuredProducts .version2 .slide .productImage .productMasking ul li a i, .version2 .mainContent .featuredProducts .slide .productImage .productMasking ul li a i, .mainContent .featuredProducts .version2 .slide .productImage .productMasking ul li a i, .version2 .productsContent .productBox .productImage .productMasking ul li a i, .productsContent .version2 .productBox .productImage .productMasking ul li a i {
  color: #252525;
}

.version2 .imageBox .productImage .productMasking ul li a:hover, .version2 .whiteSection .featuredProducts .slide .productImage .productMasking ul li a:hover, .whiteSection .featuredProducts .version2 .slide .productImage .productMasking ul li a:hover, .version2 .mainContent .featuredProducts .slide .productImage .productMasking ul li a:hover, .mainContent .featuredProducts .version2 .slide .productImage .productMasking ul li a:hover, .version2 .productsContent .productBox .productImage .productMasking ul li a:hover, .productsContent .version2 .productBox .productImage .productMasking ul li a:hover {
  background: #022063;
}

.version2 .imageBox .productImage .productMasking ul li a:hover i, .version2 .whiteSection .featuredProducts .slide .productImage .productMasking ul li a:hover i, .whiteSection .featuredProducts .version2 .slide .productImage .productMasking ul li a:hover i, .version2 .mainContent .featuredProducts .slide .productImage .productMasking ul li a:hover i, .mainContent .featuredProducts .version2 .slide .productImage .productMasking ul li a:hover i, .version2 .productsContent .productBox .productImage .productMasking ul li a:hover i, .productsContent .version2 .productBox .productImage .productMasking ul li a:hover i {
  color: #ffffff;
}

.version2 .imageBox .productCaption h5, .version2 .whiteSection .featuredProducts .slide .productCaption h5, .whiteSection .featuredProducts .version2 .slide .productCaption h5, .version2 .mainContent .featuredProducts .slide .productCaption h5, .mainContent .featuredProducts .version2 .slide .productCaption h5, .version2 .productsContent .productBox .productCaption h5, .productsContent .version2 .productBox .productCaption h5 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 5px;
}

.version2 .imageBox .productCaption h5 a, .version2 .whiteSection .featuredProducts .slide .productCaption h5 a, .whiteSection .featuredProducts .version2 .slide .productCaption h5 a, .version2 .mainContent .featuredProducts .slide .productCaption h5 a, .mainContent .featuredProducts .version2 .slide .productCaption h5 a, .version2 .productsContent .productBox .productCaption h5 a, .productsContent .version2 .productBox .productCaption h5 a {
  color: #252525;
}

.version2 .imageBox:hover .productMasking, .version2 .whiteSection .featuredProducts .slide:hover .productMasking, .whiteSection .featuredProducts .version2 .slide:hover .productMasking, .version2 .mainContent .featuredProducts .slide:hover .productMasking, .mainContent .featuredProducts .version2 .slide:hover .productMasking, .version2 .productsContent .productBox:hover .productMasking, .productsContent .version2 .productBox:hover .productMasking {
  opacity: 1;
}

.version2 .imageBox:hover .productMasking ul, .version2 .whiteSection .featuredProducts .slide:hover .productMasking ul, .whiteSection .featuredProducts .version2 .slide:hover .productMasking ul, .version2 .mainContent .featuredProducts .slide:hover .productMasking ul, .mainContent .featuredProducts .version2 .slide:hover .productMasking ul, .version2 .productsContent .productBox:hover .productMasking ul, .productsContent .version2 .productBox:hover .productMasking ul {
  -webkit-animation: itemMove 0.3s linear;
  animation: itemMove 0.3s linear;
}

/*=== 3.2.4 FEATURES ===*/
.box {
  background-color: #f5f5f5;
  padding: 50px 20px;
  margin-bottom: 35px;
}

.box i {
  font-size: 48px;
  color: #022063;
}

.box h4 {
  margin: 20px 0 10px;
  font-size: 22px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .box h4 {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .box h4 {
    font-size: 22px;
  }
}

.box span {
  font-size: 14px;
  color: #979797;
}

/*=== 3.2.5 INSTAGRAM SECTION ===*/
.instagramSection {
  width: 100%;
}

.instagramSection .image-gallery {
  width: 33.33%;
  display: inline-block;
  float: left;
}

@media (min-width: 768px) {
  .instagramSection .image-gallery {
    width: 16.66%;
  }
}

.instagramSection .image-gallery img {
  width: 100%;
}

/*================= 3.3 HOME V3 ==================*/
/*=== 3.3.1 DEAL SECTION ===*/
.dealSlider {
  margin-bottom: 80px;
}

.dealSlider .imageBox, .dealSlider .whiteSection .featuredProducts .slide, .whiteSection .featuredProducts .dealSlider .slide, .dealSlider .mainContent .featuredProducts .slide, .mainContent .featuredProducts .dealSlider .slide, .dealSlider .productsContent .productBox, .productsContent .dealSlider .productBox {
  border: 1px solid #d5d5d5;
  margin: 1px;
}

.dealSlider .productDeal {
  padding: 20px 15px;
}

.dealSlider .productDeal h3 {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  text-transform: capitalize;
  display: inline-block;
}

@media (min-width: 768px) {
  .dealSlider .productDeal h3 {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .dealSlider .productDeal h3 {
    font-size: 20px;
  }
}

.dealSlider .productDeal h3 span {
  color: #022063;
  font-weight: 700;
}

.dealSlider .productDeal .rating {
  display: inline-block;
  float: right;
  color: #d5d5d5;
  transition: all 0.3s ease;
}

.dealSlider .productCaption h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.dealSlider .productCaption h3 a {
  color: #252525;
}

.dealSlider .productCaption .btn-border {
  padding-left: 25px;
  padding-right: 25px;
  border-color: #022063;
  margin-bottom: 50px;
  border: 2px solid;
  color: #022063;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 36px;
}

.dealSlider .productCaption .btn-border i {
  padding-left: 8px;
  color: #022063;
}

.dealSlider .imageBox:hover .productDeal .rating, .dealSlider .whiteSection .featuredProducts .slide:hover .productDeal .rating, .whiteSection .featuredProducts .dealSlider .slide:hover .productDeal .rating, .dealSlider .mainContent .featuredProducts .slide:hover .productDeal .rating, .mainContent .featuredProducts .dealSlider .slide:hover .productDeal .rating, .dealSlider .productsContent .productBox:hover .productDeal .rating, .productsContent .dealSlider .productBox:hover .productDeal .rating {
  color: #022063;
}

.dealSlider .imageBox:hover .productCaption .btn-border, .dealSlider .whiteSection .featuredProducts .slide:hover .productCaption .btn-border, .whiteSection .featuredProducts .dealSlider .slide:hover .productCaption .btn-border, .dealSlider .mainContent .featuredProducts .slide:hover .productCaption .btn-border, .mainContent .featuredProducts .dealSlider .slide:hover .productCaption .btn-border, .dealSlider .productsContent .productBox:hover .productCaption .btn-border, .productsContent .dealSlider .productBox:hover .productCaption .btn-border {
  background-color: #022063;
  color: #ffffff;
}

.dealSlider .imageBox:hover .productCaption .btn-border i, .dealSlider .whiteSection .featuredProducts .slide:hover .productCaption .btn-border i, .whiteSection .featuredProducts .dealSlider .slide:hover .productCaption .btn-border i, .dealSlider .mainContent .featuredProducts .slide:hover .productCaption .btn-border i, .mainContent .featuredProducts .dealSlider .slide:hover .productCaption .btn-border i, .dealSlider .productsContent .productBox:hover .productCaption .btn-border i, .productsContent .dealSlider .productBox:hover .productCaption .btn-border i {
  color: #ffffff;
}

.dealSlider .imageBox:hover .productImage img, .dealSlider .whiteSection .featuredProducts .slide:hover .productImage img, .whiteSection .featuredProducts .dealSlider .slide:hover .productImage img, .dealSlider .mainContent .featuredProducts .slide:hover .productImage img, .mainContent .featuredProducts .dealSlider .slide:hover .productImage img, .dealSlider .productsContent .productBox:hover .productImage img, .productsContent .dealSlider .productBox:hover .productImage img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*=== 3.3.2 FEATURE PRODUCT SECTION  ===*/
.version3.featuredProducts {
  margin-bottom: 40px;
}

.tabCommon .nav-tabs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 3px solid #ddd;
}

@media (min-width: 768px) {
  .tabCommon .nav-tabs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.tabCommon .nav-tabs li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .tabCommon .nav-tabs li {
    margin-left: 0px;
    margin-right: 20px;
  }
}

.tabCommon .nav-tabs li a {
  color: #252525;
  display: block;
  padding: 10px 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}

.tabCommon .nav-tabs li a.active:before {
  content: '';
  width: 100%;
  height: 3px;
  bottom: -3px;
  left: 0;
  position: absolute;
  background: #022063;
}

/*=== 3.3.3 FEATURES ===*/
.version2 .box {
  background-color: transparent;
  border: 3px solid #e4e4e4;
  transition: all 0.3s ease;
}

.version2 .box:hover {
  border: 3px solid #022063;
}

/*=== 3.3.4 TESTIMONIAL SECTION ===*/
.testimonialSection {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .testimonialSection {
    margin-bottom: 0;
  }
}

.testimonialSection .testimonialSlider button.slick-arrow {
  top: 100px;
  right: 50px;
  z-index: 55;
}

.testimonialSection .testimonialSlider button.slick-arrow:after {
  right: -3px;
  top: -1px;
}

.testimonialSection .testimonialSlider button.slick-arrow.slick-prev {
  right: 75px;
}

.testimonialSection .testimonialSlider button.slick-arrow:before {
  color: #d5d5d5;
}

.testimonial-inner {
  background-color: #f5f5f5;
  padding: 15px;
  width: 100%;
  float: left;
}

@media (min-width: 768px) {
  .testimonial-inner {
    padding: 50px;
  }
}

.testimonial-inner .testimonialImage {
  background-color: #ffffff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  width: 30%;
  float: left;
  padding: 30px 0;
  margin-right: 15px;
}

@media (min-width: 768px) {
  .testimonial-inner .testimonialImage {
    margin-right: 45px;
  }
}

.testimonial-inner .testimonialImage img {
  max-width: 100%;
  display: inline-block;
  width: auto;
  transition-delay: 2s;
}

@media (min-width: 992px) {
  .testimonial-inner .testimonialText {
    padding-top: 50px;
  }
}

.testimonial-inner .testimonialText .product-rating {
  color: #022063;
  display: inline-block;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .testimonial-inner .testimonialText .product-rating i {
    font-size: 16px;
  }
}

.testimonial-inner .testimonial-content {
  border-top: 5px solid #e4e4e4;
  padding-top: 10px;
  display: table-cell;
  vertical-align: top;
}

@media (min-width: 768px) {
  .testimonial-inner .testimonial-content {
    padding-top: 20px;
  }
}

.testimonial-inner .testimonial-content p {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .testimonial-inner .testimonial-content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}

.testimonial-inner .testimonial-content .author-img {
  width: 59px;
  height: 55px;
  border-radius: 50%;
  float: left;
  margin-right: 15px;
}

.testimonial-inner .testimonial-content cite {
  font-size: 12px;
  margin-top: 22px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}

@media (min-width: 768px) {
  .testimonial-inner .testimonial-content cite {
    font-size: 14px;
    margin-top: 20px;
  }
}

/*=== 3.3.5 LIGHT SECTION ===*/
.lightSection {
  background-color: #f0f0f0;
  border-bottom:1px solid #acb1bd;
  height: 125px;
  box-shadow: inset 0px 10px 15px 3px #e0e0e0;
}

.lightSection .partnersLogoSlider.version2 .owl-nav {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 0;
}

/*================= 3.4 HOME V4 ==================*/
/*=== 3.4.1 FEATURE COLLECTION ===*/
.featuredCollection.version2.version3 {
  margin-bottom: 40px;
}

.featuredCollection.version2.version3 .slide {
  background: transparent;
  height: auto;
  margin: 0;
}

.featuredCollection.version2.version3 .productImage {
  width: 100%;
  float: none;
}

.featuredCollection.version2.version3 .productImage1 {
  background-image: url("../img/home/featured-collection/product-img4.jpg");
  background-repeat: no-repeat;
  background-position: left center;
}

.featuredCollection.version2.version3 .productImage2 {
  background-image: url("../img/home/featured-collection/product-img5.jpg");
  background-repeat: no-repeat;
  background-position: left center;
}

.featuredCollection.version2.version3 .productCaption p {
  color: #666666;
}

.featuredCollection.version2.version3 .btn-border {
  border: 2px solid;
  color: #252525;
  border-color: #252525;
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 36px;
}

.featuredCollection.version2.version3 .productCaption {
  width: 50%;
  position: absolute;
  bottom: 40px;
  right: 0;
  padding-right: 30px;
}

/*=== 3.4.2 CATEGORY SECTION ===*/
.category-content {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 2px solid #022063;
  width: 100%;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .category-content {
    margin-bottom: 80px;
  }
}

.category-top {
  padding: 10px;
}

.category-top .category-menu {
  width: 34%;
  display: inline-block;
}

@media (min-width: 768px) {
  .category-top .category-menu {
    width: 31%;
  }
}

.category-top .category-menu h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 10px 0 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #022063;
}

@media (min-width: 768px) {
  .category-top .category-menu h2 {
    font-size: 22px;
    padding: 15px 0 25px;
  }
}

.category-menu ul {
  padding: 10px 0;
}

.category-menu ul li {
  padding: 5px 0;
}

@media (min-width: 768px) {
  .category-menu ul li {
    padding: 10px 0;
  }
}

.category-menu ul li a {
  color: #252525;
}

.category-menu ul li:hover a {
  color: #022063;
}

.category-Slider {
  width: 63%;
}

@media (min-width: 768px) {
  .category-Slider {
    width: 67%;
  }
}

.category-Slider .categorySlider img {
  width: 100%;
}

.category-Slider .categorySlider .slick-arrow {
  background: none;
  width: 40px;
  height: 60px;
  display: block;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 20px;
  line-height: 60px;
  transition: all 0.3s ease;
}

.category-Slider .categorySlider .slick-arrow:hover {
  background: rgba(0, 0, 0, 0.8);
}

.category-Slider .categorySlider button.slick-prev {
  left: 0px;
  z-index: 55;
}

.category-Slider .categorySlider button.slick-prev:before {
  content: "\f104";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  line-height: 60px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.category-Slider .categorySlider button.slick-next {
  right: 0;
}

.category-Slider .categorySlider button.slick-next:before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  line-height: 60px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.category-bottom {
  width: 100%;
  padding: 3px;
}

@media (min-width: 768px) {
  .category-bottom {
    padding: 5px;
  }
}

.category-bottom .imageBox, .category-bottom .whiteSection .featuredProducts .slide, .whiteSection .featuredProducts .category-bottom .slide, .category-bottom .mainContent .featuredProducts .slide, .mainContent .featuredProducts .category-bottom .slide, .category-bottom .productsContent .productBox, .productsContent .category-bottom .productBox {
  margin: 0 3px 10px;
  display: inline-block;
  width: 30.67%;
}

@media (min-width: 768px) {
  .category-bottom .imageBox, .category-bottom .whiteSection .featuredProducts .slide, .whiteSection .featuredProducts .category-bottom .slide, .category-bottom .mainContent .featuredProducts .slide, .mainContent .featuredProducts .category-bottom .slide, .category-bottom .productsContent .productBox, .productsContent .category-bottom .productBox {
    width: auto;
    margin: 0 5px 10px;
  }
}

.category-bottom .imageBox .productImage .productMasking ul, .category-bottom .whiteSection .featuredProducts .slide .productImage .productMasking ul, .whiteSection .featuredProducts .category-bottom .slide .productImage .productMasking ul, .category-bottom .mainContent .featuredProducts .slide .productImage .productMasking ul, .mainContent .featuredProducts .category-bottom .slide .productImage .productMasking ul, .category-bottom .productsContent .productBox .productImage .productMasking ul, .productsContent .category-bottom .productBox .productImage .productMasking ul {
  width: 96px;
  height: 26px;
  left: 54%;
}

.category-bottom .imageBox .productImage .productMasking ul li, .category-bottom .whiteSection .featuredProducts .slide .productImage .productMasking ul li, .whiteSection .featuredProducts .category-bottom .slide .productImage .productMasking ul li, .category-bottom .mainContent .featuredProducts .slide .productImage .productMasking ul li, .mainContent .featuredProducts .category-bottom .slide .productImage .productMasking ul li, .category-bottom .productsContent .productBox .productImage .productMasking ul li, .productsContent .category-bottom .productBox .productImage .productMasking ul li {
  padding: 0 2px;
}

.category-bottom .imageBox .productImage .productMasking ul li a, .category-bottom .whiteSection .featuredProducts .slide .productImage .productMasking ul li a, .whiteSection .featuredProducts .category-bottom .slide .productImage .productMasking ul li a, .category-bottom .mainContent .featuredProducts .slide .productImage .productMasking ul li a, .mainContent .featuredProducts .category-bottom .slide .productImage .productMasking ul li a, .category-bottom .productsContent .productBox .productImage .productMasking ul li a, .productsContent .category-bottom .productBox .productImage .productMasking ul li a {
  width: 26px;
  height: 26px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  line-height: 22px;
}

.category-bottom .imageBox .productImage .productMasking ul li a i, .category-bottom .whiteSection .featuredProducts .slide .productImage .productMasking ul li a i, .whiteSection .featuredProducts .category-bottom .slide .productImage .productMasking ul li a i, .category-bottom .mainContent .featuredProducts .slide .productImage .productMasking ul li a i, .mainContent .featuredProducts .category-bottom .slide .productImage .productMasking ul li a i, .category-bottom .productsContent .productBox .productImage .productMasking ul li a i, .productsContent .category-bottom .productBox .productImage .productMasking ul li a i {
  font-size: 12px;
}

.category-bottom .imageBox .productCaption h3, .category-bottom .whiteSection .featuredProducts .slide .productCaption h3, .whiteSection .featuredProducts .category-bottom .slide .productCaption h3, .category-bottom .mainContent .featuredProducts .slide .productCaption h3, .mainContent .featuredProducts .category-bottom .slide .productCaption h3, .category-bottom .productsContent .productBox .productCaption h3, .productsContent .category-bottom .productBox .productCaption h3 {
  font-size: 18px;
}

.sticker {
  background: #022063;
  padding: 0 3px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 700;
  position: absolute;
  top: 10px;
  left: 10px;
  text-transform: uppercase;
}

/*================= 3.4 HOME V5 ==================*/
.version5 .main-wrapper {
  overflow-x: hidden;
}

.home-v5 {
  padding: 0px !important;
}

.home-v5 .media h4, .home-v5 .card h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}

@media (min-width: 992px) {
  .home-v5 .media h4, .home-v5 .card h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.home-v5 .media p, .home-v5 .card p {
  color: #797979;
  font-size: 13px;
  line-height: 26px;
  margin: 0px;
}

@media (min-width: 992px) {
  .home-v5 .media p, .home-v5 .card p {
    font-size: 14px;
  }
}

.home-v5 .icon-box {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 56px;
  border-radius: 50%;
  color: #022063;
  text-align: center;
  font-size: 24px;
  border: 2px solid rgba(37, 37, 37, 0.1);
}

.home-v5 .promo-video-holder {
  border: 2px solid #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 50px;
}

.home-v5 .promo-video {
  position: relative;
  width: 100%;
  float: none;
  overflow: hidden;
  max-height: 400px;
  padding-top: 100%;
}

.home-v5 .promo-video:before {
  background-color: rgba(10, 35, 59, 0);
}

@media (min-width: 768px) {
  .home-v5 .promo-video {
    max-height: 500px;
    width: 100%;
    float: left;
    position: relative;
    margin: 0px;
    padding-top: 80%;
  }
}

@media (min-width: 992px) {
  .home-v5 .promo-video {
    padding-top: 62.54%;
  }
}

.home-v5 .promo-video .video-button a {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.home-v5 .promo-video .video-button a iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.home-v5 .promo-video .video-button a i {
  position: relative;
  height: 80px;
  width: 80px;
  line-height: 80px;
  font-size: 30px;
  background: #022063;
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
  padding-left: 10px;
  text-align: center;
  border: 2px solid #022063;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.home-v5 .promo-video .video-button a:hover i {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.home-v5 .sectionTitle h2 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 15px;
}

.home-v5 .sectionTitle h2:after {
  display: none;
}

@media (min-width: 992px) {
  .home-v5 .sectionTitle h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.home-v5 .sectionTitle p {
  padding-bottom: 50px;
  font-size: 13px;
  line-height: 26px;
  margin: 0;
  color: #797979;
}

@media (min-width: 992px) {
  .home-v5 .sectionTitle p {
    font-size: 14px;
  }
}

.home-v5 .aboutSection {
  padding: 90px 0;
  margin: 0px;
}

.home-v5 .aboutSection.bg-image:before {
  background-color: rgba(255, 255, 255, 0.9);
}

.home-v5 .aboutSection a.primary-btn {
  margin-top: 15px;
  font-size: 13px;
  width: 148px;
  height: 40px;
  line-height: 40px;
  background: #022063;
  color: #ffffff;
  padding: 0;
}

@media (min-width: 992px) {
  .home-v5 .aboutSection a.primary-btn {
    width: 178px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}

.home-v5 .aboutSection a.primary-btn i {
  padding-left: 8px;
}

.home-v5 .featureSection {
  padding: 90px 0;
}

.home-v5 .featureSection .media .icon-box {
  margin-right: 20px;
}

@media (min-width: 768px) {
  .home-v5 .featureSection .media .icon-box {
    margin-right: 30px;
  }
}

.home-v5 .cta {
  height: 250px;
}

@media (min-width: 768px) {
  .home-v5 .cta {
    height: 350px;
  }
}

@media (min-width: 992px) {
  .home-v5 .cta {
    height: 450px;
  }
}

@media (min-width: 1200px) {
  .home-v5 .cta {
    height: 500px;
  }
}

.home-v5 .cta .video-holder {
  text-align: center;
  color: #ffffff;
}

.home-v5 .cta .video-holder h1 {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 25px;
}

.home-v5 .cta .video-holder p {
  color: inherit;
  font-size: 14px;
  line-height: 26px;
}

.home-v5 .cta .video-holder a {
  width: 70px;
  height: 70px;
  display: inline-block;
  line-height: 64px;
  font-size: 24px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  margin-top: 15px;
}

.home-v5 .cta .video-holder a i {
  padding-left: 5px;
}

.home-v5 .moreFeatures {
  padding: 90px 0;
}

.home-v5 .testimonial-section {
  padding: 90px 0;
}

.home-v5 .testimonial-section:before {
  background: rgba(245, 245, 245, 0.92);
}

.home-v5 .testimonial-section .card {
  background: transparent;
  border: none;
  border-radius: 0px;
}

.home-v5 .testimonial-section .card .image-box {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.home-v5 .testimonial-section .card .card-title {
  margin-bottom: 05px;
}

.home-v5 .testimonial-section .card small {
  color: #022063;
  display: inline-block;
  font-size: 13px;
}

.home-v5 .testimonial-section .card p {
  margin-top: 20px;
}

.home-v5 .accessories {
  padding: 90px 0;
}

.home-v5 .accessories .sectionTitle p {
  padding-bottom: 25px;
}

.home-v5 .accessories .featuredProducts {
  margin-bottom: 0px;
}

.home-v5 .accessories .featuredProducts .slide {
  margin-bottom: 0px;
  margin-top: 25px;
  text-align: center;
}

@media (min-width: 768px) {
  .home-v5 .accessories .featuredProducts .slide {
    text-align: left;
  }
}

.home-v5 .accessories .featuredProducts .slide .productCaption h4 {
  font-weight: 400;
}

.home-v5 .accessories .featuredProducts .slide h3 {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .home-v5 .accessories .featuredProducts .slide h3 {
    margin-bottom: 0px;
  }
}

.home-v5 .gallery {
  padding: 90px 0;
  background: #f5f5f8;
}

.home-v5 .gallery .productGallery {
  margin-bottom: 0px;
}

.home-v5 .gallery .productGallery .slide {
  margin-bottom: 0px;
}

.home-v5 .gallery .productGallery .slide .productImage {
  margin-bottom: 0px;
}

.home-v5 .gallery .productGallery .slide .productMasking a {
  color: #fff;
  font-size: 16px;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.home-v5 .gallery .productGallery button.slick-arrow {
  top: 50%;
}

.home-v5 .gallery .productGallery button.slick-arrow.slick-prev {
  left: -25px;
  right: auto;
}

.home-v5 .gallery .productGallery button.slick-arrow.slick-prev:after {
  display: none;
}

.home-v5 .gallery .productGallery button.slick-arrow.slick-next {
  right: -25px;
}

.home-v5 .gallery .productGallery button.slick-arrow.slick-prev:before, .home-v5 .gallery .productGallery button.slick-arrow.slick-next:before {
  font-size: 16px;
}

.home-v5 .order {
  background: #022063;
  padding: 80px 0;
}

.home-v5 .order h2 {
  color: #ffffff;
  font-weight: 700;
}

.home-v5 .order p {
  padding-bottom: 30px;
  color: #ffffff;
}

.home-v5 .order .order-btn {
  height: 40px;
  width: 160px;
  font-size: 14px;
  line-height: 40px;
  color: #252525;
  background: #ffffff;
  padding: 0;
}

@media (min-width: 992px) {
  .home-v5 .order .order-btn {
    height: 50px;
    width: 178px;
    line-height: 50px;
  }
}

.home-v5 .order .order-btn i {
  padding-left: 8px;
  font-size: 14px;
}

/*=== 4.1 FOOTER V1 ===*/
/*=== 4.1.1 MAIN FOOTER ===*/
.footer {
  display: block;
  width: 100%;
  padding: 38px 0;
  background-color: #11142d;
  border-top: 8px solid #022063;
}

@media (max-width: 479px) {
  .footer .footerLink {
    text-align: center;
    margin-bottom: 25px;
  }
}

@media (min-width: 480px) {
  .footer .footerLink {
    text-align: center;
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) {
  .footer .footerLink {
    text-align: left;
    margin-bottom: 0;
  }
}

.footer .footerLink h5 {
  letter-spacing: 1px;
  color: #5f5f5f;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.footer .footerLink ul li {
  color: #acacac;
  font-size: 12px;
  line-height: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

.footer .footerLink ul li a {
  color: #acacac;
  font-size: 12px;
  line-height: 20px;
}

.footer .footerLink ul li a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.footer .newsletter {
  display: block;
  text-align: center;
}

@media (min-width: 480px) {
  .footer .newsletter {
    float: none;
    margin: 0 auto;
    margin-bottom: 25px;
    width: 75%;
  }
}

@media (min-width: 768px) {
  .footer .newsletter {
    float: right;
    margin-bottom: 0;
    width: 90%;
  }
}

@media (min-width: 992px) {
  .footer .newsletter {
    width: 75%;
  }
}

.footer .newsletter h4 {
  color: #5f5f5f;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.footer .newsletter h3 {
  color: #acacac;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 24px;
}

.footer .newsletter p {
  color: #acacac;
}

.footer .newsletter .input-group {
  display: block;
  width: 100%;
}

.footer .newsletter .input-group .form-control, .footer .newsletter .input-group .input-group-addon {
  float: left;
  margin-right: 2%;
  border-radius: 0;
  border: none;
  background-color: #3b3b3b;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  font-size: 13px;
  color: #999999;
}

.footer .newsletter .input-group .form-control:focus, .footer .newsletter .input-group .input-group-addon:focus {
  box-shadow: none;
}

@media (max-width: 479px) {
  .footer .newsletter .input-group .form-control, .footer .newsletter .input-group .input-group-addon {
    width: 73%;
  }
}

@media (min-width: 480px) {
  .footer .newsletter .input-group .form-control, .footer .newsletter .input-group .input-group-addon {
    width: 73%;
  }
}

@media (min-width: 768px) {
  .footer .newsletter .input-group .form-control, .footer .newsletter .input-group .input-group-addon {
    width: 63%;
  }
}

@media (min-width: 992px) {
  .footer .newsletter .input-group .form-control, .footer .newsletter .input-group .input-group-addon {
    width: 65%;
    margin-right: 5%;
  }
}

.footer .newsletter .input-group .input-group-addon {
  display: inline-block;
  margin-right: 0;
  height: 40;
  padding: 0;
  text-align: center;
  line-height: 36px;
  border: 3px solid #022063;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 479px) {
  .footer .newsletter .input-group .input-group-addon {
    width: 25%;
  }
}

@media (min-width: 480px) {
  .footer .newsletter .input-group .input-group-addon {
    width: 25%;
  }
}

@media (min-width: 768px) {
  .footer .newsletter .input-group .input-group-addon {
    width: 35%;
  }
}

@media (min-width: 992px) {
  .footer .newsletter .input-group .input-group-addon {
    width: 27%;
  }
}

.footer .newsletter .input-group .input-group-addon i {
  transition: all 0.3s ease-in-out;
  color: #022063;
}

@media (min-width: 480px) {
  .footer .newsletter .input-group .input-group-addon i {
    margin-left: 7px;
  }
}

@media (min-width: 768px) {
  .footer .newsletter .input-group .input-group-addon i {
    margin-left: 3px;
  }
}

@media (min-width: 992px) {
  .footer .newsletter .input-group .input-group-addon i {
    margin-left: 7px;
  }
}

.footer .newsletter .input-group .input-group-addon:hover {
  background-color: #022063;
  border-color: #022063;
  color: #ffffff;
}

.footer .newsletter .input-group .input-group-addon:hover i {
  color: #ffffff;
}

.footer .footerLink .list-inline {
  margin-top: 25px;
}

.footer .footerLink .list-inline li a {
  font-size: 17px;
}

/*=== 4.1.2 COPY RIGHT ===*/
.copyRight {
  display: block;
  width: 100%;
  min-height: 53px;
  background-color: #101010;
}

.copyRight p {
  color: #acacac;
  margin-bottom: 0;
  font-size: 13px;
  padding-top: 17px;
}

@media (max-width: 479px) {
  .copyRight p {
    text-align: center;
    font-size: 11px;
  }
}

@media (min-width: 480px) {
  .copyRight p {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .copyRight p {
    text-align: left;
  }
}

.copyRight p a {
  color: inherit;
}

@media (max-width: 479px) {
  .copyRight ul {
    text-align: center;
  }
}

@media (min-width: 480px) {
  .copyRight ul {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .copyRight ul {
    text-align: right;
  }
}

.copyRight ul li {
  line-height: 53px;
  padding-left: 5px;
  padding-right: 5px;
}

.copyRight ul li a {
  display: block;
  line-height: 53px;
  font-size: 14px;
}

/*=== 4.2 FOOTER V2 ===*/
/*=== 4.2.1 MAIN FOOTER ===*/
.footer.version2 {
  background-color: #f5f5f5;
}

.footer.version2 .footerLink ul li {
  color: #252525;
}

.footer.version2 .footerLink ul li a {
  color: #252525;
}

.footer.version2 .footerLink ul li a:hover {
  color: #000;
}

.footer.version2 .footerLink .list-inline li a {
  color: #8d8d8d;
}

.footer.version2 .newsletter h3 {
  color: #252525;
}

.footer.version2 .newsletter p {
  color: #252525;
}

.footer.version2 .newsletter .input-group .form-control, .footer.version2 .newsletter .input-group .input-group-addon {
  background-color: #e9e9e9;
}

.footer.version2 .newsletter .input-group .input-group-addon {
  color: #252525;
}

.footer.version2 .newsletter .input-group .input-group-addon:hover {
  background-color: #022063;
  border-color: #022063;
  color: #ffffff;
}

.footer.version2 .newsletter .input-group .input-group-addon:hover i {
  color: #ffffff;
}

/*=== 4.2.2 COPY RIGHT ===*/
.copyRight.version2 {
  background-color: #ececec;
}

.copyRight.version2 p {
  color: #252525;
}

.copyRight.version2 p a {
  color: #252525;
}

.copyRight.version2 p a:hover {
  color: #022063;
}

/*=== 5. FORM ===*/
/*=== 5.1 FORM COMMON ===*/
.form-field .form-group .form-control, .form-body .panel .panel-body .form-group .form-control, .signUp .panel .panel-body .form-group .form-control, .lostPassword .panel .panel-body .form-group .form-control, .logIn .panel .panel-body .form-group .form-control, .commentsForm .form-group .form-control, #login .modal-dialog .modal-content .modal-body .form-group .form-control, #signup .modal-dialog .modal-content .modal-body .form-group .form-control, .stepsPage form .form-group .form-control, .profile .form-horizontal .form-group .form-control {
  border-radius: 0;
  background-color: #f0f0f0;
  border: none;
  height: 44px;
  line-height: 44px;
  box-shadow: none;
}

.form-field .form-group .form-control:focus, .form-body .panel .panel-body .form-group .form-control:focus, .signUp .panel .panel-body .form-group .form-control:focus, .lostPassword .panel .panel-body .form-group .form-control:focus, .logIn .panel .panel-body .form-group .form-control:focus, .commentsForm .form-group .form-control:focus, #login .modal-dialog .modal-content .modal-body .form-group .form-control:focus, #signup .modal-dialog .modal-content .modal-body .form-group .form-control:focus, .stepsPage form .form-group .form-control:focus, .profile .form-horizontal .form-group .form-control:focus {
  box-shadow: none;
}

.form-field, .form-body .panel .panel-body, .signUp .panel .panel-body, .lostPassword .panel .panel-body, .logIn .panel .panel-body, .commentsForm, #login .modal-dialog .modal-content .modal-body, #signup .modal-dialog .modal-content .modal-body {
  padding: 15px 30px;
}

.form-field .form-group, .form-body .panel .panel-body .form-group, .signUp .panel .panel-body .form-group, .lostPassword .panel .panel-body .form-group, .logIn .panel .panel-body .form-group, .commentsForm .form-group, #login .modal-dialog .modal-content .modal-body .form-group, #signup .modal-dialog .modal-content .modal-body .form-group {
  margin-bottom: 30px;
}

.form-field .form-group label, .form-body .panel .panel-body .form-group label, .signUp .panel .panel-body .form-group label, .lostPassword .panel .panel-body .form-group label, .logIn .panel .panel-body .form-group label, .commentsForm .form-group label, #login .modal-dialog .modal-content .modal-body .form-group label, #signup .modal-dialog .modal-content .modal-body .form-group label {
  font-size: 13px;
}

.form-field .checkbox, .form-body .panel .panel-body .checkbox, .signUp .panel .panel-body .checkbox, .lostPassword .panel .panel-body .checkbox, .logIn .panel .panel-body .checkbox, .commentsForm .checkbox, #login .modal-dialog .modal-content .modal-body .checkbox, #signup .modal-dialog .modal-content .modal-body .checkbox {
  margin: 0 0 30px 0;
}

.form-field .checkbox label, .form-body .panel .panel-body .checkbox label, .signUp .panel .panel-body .checkbox label, .lostPassword .panel .panel-body .checkbox label, .logIn .panel .panel-body .checkbox label, .commentsForm .checkbox label, #login .modal-dialog .modal-content .modal-body .checkbox label, #signup .modal-dialog .modal-content .modal-body .checkbox label {
  font-size: 13px;
}

.form-field .btn-primary, .form-body .panel .panel-body .btn-primary, .signUp .panel .panel-body .btn-primary, .lostPassword .panel .panel-body .btn-primary, .logIn .panel .panel-body .btn-primary, .commentsForm .btn-primary, #login .modal-dialog .modal-content .modal-body .btn-primary, #signup .modal-dialog .modal-content .modal-body .btn-primary {
  transition: all 0.3s ease-in-out;
}

.form-field .btn-primary:hover, .form-body .panel .panel-body .btn-primary:hover, .signUp .panel .panel-body .btn-primary:hover, .lostPassword .panel .panel-body .btn-primary:hover, .logIn .panel .panel-body .btn-primary:hover, .commentsForm .btn-primary:hover, #login .modal-dialog .modal-content .modal-body .btn-primary:hover, #signup .modal-dialog .modal-content .modal-body .btn-primary:hover {
  opacity: .9;
}

.form-field .btn-link, .form-body .panel .panel-body .btn-link, .signUp .panel .panel-body .btn-link, .lostPassword .panel .panel-body .btn-link, .logIn .panel .panel-body .btn-link, .commentsForm .btn-link, #login .modal-dialog .modal-content .modal-body .btn-link, #signup .modal-dialog .modal-content .modal-body .btn-link {
  color: #022063;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

.form-field .btn-link:hover, .form-body .panel .panel-body .btn-link:hover, .signUp .panel .panel-body .btn-link:hover, .lostPassword .panel .panel-body .btn-link:hover, .logIn .panel .panel-body .btn-link:hover, .commentsForm .btn-link:hover, #login .modal-dialog .modal-content .modal-body .btn-link:hover, #signup .modal-dialog .modal-content .modal-body .btn-link:hover {
  text-decoration: none;
  color: #4dc8cf;
}

.form-body .panel, .signUp .panel, .lostPassword .panel, .logIn .panel {
  border-radius: 0;
  border: none;
}

.form-body .panel .panel-heading, .signUp .panel .panel-heading, .lostPassword .panel .panel-heading, .logIn .panel .panel-heading {
  background-color: #022063;
  border-radius: 0;
  padding: 0 15px;
  height: 60px;
}

.form-body .panel .panel-heading h3, .signUp .panel .panel-heading h3, .lostPassword .panel .panel-heading h3, .logIn .panel .panel-heading h3 {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 0;
  font-weight: 400;
  color: #ffffff;
  line-height: 60px;
}

.form-body .panel .panel-body, .signUp .panel .panel-body, .lostPassword .panel .panel-body, .logIn .panel .panel-body {
  border: 3px solid #f0f0f0;
  border-top: none;
}

.form-body .panel .panel-body .btn-link span, .signUp .panel .panel-body .btn-link span, .lostPassword .panel .panel-body .btn-link span, .logIn .panel .panel-body .btn-link span {
  color: #797979;
}

.form-body .panel .panel-body .form-check .form-check-label, .signUp .panel .panel-body .form-check .form-check-label, .lostPassword .panel .panel-body .form-check .form-check-label, .logIn .panel .panel-body .form-check .form-check-label {
  font-size: 13px;
  font-weight: 400;
}

.form-body .panel .panel-body .form-check .form-check-label:before, .signUp .panel .panel-body .form-check .form-check-label:before, .lostPassword .panel .panel-body .form-check .form-check-label:before, .logIn .panel .panel-body .form-check .form-check-label:before {
  margin-top: -4px;
  background: #f0f0f0;
  border: none;
}

.form-body .panel .panel-body .checkbox-custom:checked + .checkbox-custom-label:before, .signUp .panel .panel-body .checkbox-custom:checked + .checkbox-custom-label:before, .lostPassword .panel .panel-body .checkbox-custom:checked + .checkbox-custom-label:before, .logIn .panel .panel-body .checkbox-custom:checked + .checkbox-custom-label:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  color: #ffffff;
  background: #022063;
  border: 0px solid #022063;
}

/*=== 5.2 FORM SIGN UP ===*/
@media (min-width: 480px) {
  .signUp {
    padding: 45px 0 25px 0;
  }
}

@media (min-width: 480px) {
  .signUp {
    padding: 90px 0 70px 0;
  }
}

.signUp .btn-primary {
  letter-spacing: 2px;
  font-weight: 700;
}

/*=== 5.3 FORM LOST PASSWORD ===*/
.lostPassword .panel-body {
  padding: 50px 30px !important;
}

.lostPassword .help-block {
  color: #252525;
  font-size: 13px;
  line-height: 22px;
  margin: 0 0 20px 0;
}

.lostPassword .btn {
  letter-spacing: 2px;
  font-weight: 700;
}

@media (min-width: 480px) {
  .lostPassword {
    padding: 45px 0 25px 0;
  }
}

@media (min-width: 480px) {
  .lostPassword {
    padding: 90px 0 70px 0;
  }
}

/*=== 5.4 FORM LOG IN ===*/
.logIn .btn-default {
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 1px;
}

.logIn .btn-default i {
  margin-right: 5px;
}

.logIn .btn-default:hover, .logIn .btn-default:active, .logIn .btn-default:focus {
  opacity: .9;
  color: #ffffff;
}

@media (max-width: 479px) {
  .logIn .btn-default {
    width: 100%;
    font-size: 11px;
  }
}

@media (min-width: 480px) {
  .logIn .btn-default {
    width: 48%;
    font-size: 11px;
  }
}

@media (min-width: 992px) {
  .logIn .btn-default {
    font-size: 13px;
  }
}

@media (min-width: 1200px) {
  .logIn .btn-default {
    font-size: 16px;
  }
}

.logIn .btn.btn-block {
  width: 100%;
}

.logIn .social-login {
  margin: 30px 0 20px;
  min-height: 45px;
}

.logIn .social-login .btn.btn-social {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.logIn .btn-primary {
  color: #ffffff;
}

@media (min-width: 480px) {
  .logIn {
    padding: 45px 0 25px 0;
  }
}

@media (min-width: 768px) {
  .logIn {
    padding: 90px 0 70px 0;
  }
}

.logIn .checkbox input[type=checkbox],
.logIn .checkbox-inline input[type=checkbox],
.logIn .radio input[type=radio],
.logIn .radio-inline input[type=radio] {
  margin-left: -21px;
}

/*=== 5.5 BLOG SINGLE COMMENTS FORM ===*/
@media (min-width: 480px) {
  .commentsForm {
    padding: 0 0 90px 0;
  }
}

@media (min-width: 768px) {
  .commentsForm {
    padding: 0 0 30px 0;
  }
}

.commentsForm textarea.form-control {
  height: 150px !important;
}

@media (max-width: 479px) {
  .commentsForm .btn-primary {
    width: 100%;
  }
}

@media (min-width: 480px) {
  .commentsForm .btn-primary {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .commentsForm .btn-primary {
    width: 178px;
  }
}

/*=== 5.6 STEPS PAGE FORM ===*/
.stepsPage form {
  margin: 0 -15px;
}

.stepsPage form .form-group {
  margin-bottom: 0px;
}

.stepsPage form .form-group label {
  font-size: 13px;
  display: block;
  line-height: 1;
}

.stepsPage form .form-group .selectOptions {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .stepsPage form .form-group .selectOptions {
    margin-bottom: 0;
  }
}

.stepsPage form .form-group .sbHolder {
  border: none;
}

.stepsPage form .form-group .sbSelector {
  background-color: #f0f0f0;
  position: relative;
}

.stepsPage form .form-group .sbSelector:after {
  content: '\f0d7';
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
}

.stepsPage form .form-group textarea.form-control {
  height: 150px;
}

.stepsPage form .checkboxArea {
  float: left;
  margin: 13px 0 50px 0;
}

.stepsPage form .checkboxArea input[type=radio]:not(old) {
  margin: 0;
  padding: 0;
  font-size: 10px;
  opacity: 0;
}

.stepsPage form .checkboxArea input[type=radio]:not(old) + label {
  display: inline-block;
  margin-left: -20px;
  line-height: 20px;
  font-weight: 400;
  font-size: 16px;
}

.stepsPage form .checkboxArea input[type=radio]:not(old) + label span {
  background-color: #ffffff;
  border: 1px solid #d0d0d0;
  border-radius: 0;
  display: inline-block;
  height: 20px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  width: 20px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.stepsPage form .checkboxArea input[type=radio]:not(old):checked + label span {
  background-color: #022063;
  border: 1px solid #022063;
  border-radius: 50%;
  position: relative;
}

.stepsPage form .checkboxArea input[type=radio]:not(old):checked + label span:before {
  color: #ffffff;
  content: "\f00c";
  font-family: 'FontAwesome';
  display: block;
  font-size: 12px;
  font-weight: normal;
  height: 20px;
  line-height: 17px;
  text-align: center;
  width: 20px;
  position: absolute;
  left: -1px;
  top: 1px;
}

.stepsPage form .checkboxArea small {
  display: block;
  margin-left: 32px;
  line-height: 24px;
  font-size: 13px;
  color: #797979;
}

/*=== 6. MODAL ===*/
/*=== 6.1 LOGIN MODAL ===*/
#login .modal-dialog .modal-content, #signup .modal-dialog .modal-content, .quick-view .modal-dialog .modal-content, .quick-view-drone .modal-dialog .modal-content {
  border-radius: 0;
  box-shadow: none;
  border: none;
}

.quick-view .modal-dialog .modal-content .modal-body .media .media-body, .quick-view-drone .modal-dialog .modal-content .modal-body .media .media-body, .singleProduct .media .media-body {
  overflow: visible;
}

.quick-view .modal-dialog .modal-content .modal-body .media .media-body h3, .quick-view-drone .modal-dialog .modal-content .modal-body .media .media-body h3, .singleProduct .media .media-body h3 {
  font-weight: 700;
  margin-bottom: 7px;
  letter-spacing: 1px;
  font-size: 24px;
  color: #797979;
}

.quick-view .modal-dialog .modal-content .modal-body .media .media-body h3, .quick-view-drone .modal-dialog .modal-content .modal-body .media .media-body h3, .singleProduct .media .media-body h3 {
  margin-bottom: 26px;
}

.quick-view .modal-dialog .modal-content .modal-body .media .media-body p, .quick-view-drone .modal-dialog .modal-content .modal-body .media .media-body p, .singleProduct .media .media-body p {
  font-size: font-size3px;
  line-height: 24px;
  color: #797979;
  margin-bottom: 37px;
}

.quick-view .modal-dialog .modal-content .modal-body .media .media-body .quick-drop, .quick-view-drone .modal-dialog .modal-content .modal-body .media .media-body .quick-drop, .singleProduct .media .media-body .quick-drop {
  margin: 0 12px 38px 0;
  display: inline-block;
}

.quick-view .modal-dialog .modal-content .modal-body .media .media-body .btn-area, .quick-view-drone .modal-dialog .modal-content .modal-body .media .media-body .btn-area, .singleProduct .media .media-body .btn-area {
  display: block;
  width: 100%;
}

.quick-view .modal-dialog .modal-content .modal-body .media .media-body .btn-area .btn-primary, .quick-view-drone .modal-dialog .modal-content .modal-body .media .media-body .btn-area .btn-primary, .singleProduct .media .media-body .btn-area .btn-primary {
  padding: 0 30px;
  font-weight: 400;
  width: 196px;
  height: 55px;
  line-height: 55px;
  font-size: 13px;
  text-align: left;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.quick-view .modal-dialog .modal-content .modal-body .media .media-body .btn-area .btn-primary i, .quick-view-drone .modal-dialog .modal-content .modal-body .media .media-body .btn-area .btn-primary i, .singleProduct .media .media-body .btn-area .btn-primary i {
  position: absolute;
  right: 20px;
  top: 16px;
  font-size: 22px;
}

.quick-view .modal-dialog .modal-content .modal-body .media .media-body .btn-area .btn-primary:hover, .quick-view-drone .modal-dialog .modal-content .modal-body .media .media-body .btn-area .btn-primary:hover, .singleProduct .media .media-body .btn-area .btn-primary:hover {
  background: rgba(71, 186, 193, 0.8) !important;
}

#login .modal-dialog, #signup .modal-dialog {
  margin: 30px auto 0 auto;
}

#login .modal-dialog .modal-content .modal-header, #signup .modal-dialog .modal-content .modal-header {
  background-color: #022063;
}

#login .modal-dialog .modal-content .modal-header .modal-title, #signup .modal-dialog .modal-content .modal-header .modal-title {
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}

#login .modal-dialog .modal-content .modal-header .close, #signup .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  color: #ffffff;
  position: absolute;
  right: 0px;
  top: 0;
  font-size: 30px;
  cursor: pointer;
  padding: 0px 10px 5px;
}

#login .modal-dialog .modal-content .modal-header .close:hover, #signup .modal-dialog .modal-content .modal-header .close:hover, #login .modal-dialog .modal-content .modal-header .close:focus, #signup .modal-dialog .modal-content .modal-header .close:focus {
  opacity: .6;
  outline: none;
}

@media (max-width: 479px) {
  #login .modal-dialog, #signup .modal-dialog {
    width: 270px;
  }
}

@media (min-width: 480px) {
  #login .modal-dialog, #signup .modal-dialog {
    width: 430px;
  }
}

/*=== 6.2 PORDUCT QUICK VIEW MODAL ===*/
@media (max-width: 479px) {
  .quick-view .modal-dialog, .quick-view-drone .modal-dialog {
    max-width: 280px;
    margin: 0 auto;
  }
}

@media (min-width: 480px) {
  .quick-view .modal-dialog, .quick-view-drone .modal-dialog {
    max-width: 450px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .quick-view .modal-dialog, .quick-view-drone .modal-dialog {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .quick-view .modal-dialog, .quick-view-drone .modal-dialog {
    max-width: 950px;
  }
}

@media (min-width: 1200px) {
  .quick-view .modal-dialog, .quick-view-drone .modal-dialog {
    max-width: 1030px;
  }
}

.quick-view .modal-dialog .modal-content .modal-body, .quick-view-drone .modal-dialog .modal-content .modal-body {
  padding: 30px;
}

.quick-view .modal-dialog .modal-content .modal-body .close, .quick-view-drone .modal-dialog .modal-content .modal-body .close {
  font-size: 60px;
  margin: 0;
  position: absolute;
  top: -5px;
  right: 0px;
  padding: 5px 10px;
  opacity: .2;
  font-weight: 300;
}

.quick-view .modal-dialog .modal-content .modal-body .close:hover, .quick-view .modal-dialog .modal-content .modal-body .close:focus, .quick-view-drone .modal-dialog .modal-content .modal-body .close:hover, .quick-view-drone .modal-dialog .modal-content .modal-body .close:focus {
  outline: none;
}

.quick-view .modal-dialog .modal-content .modal-body .media, .quick-view-drone .modal-dialog .modal-content .modal-body .media {
  margin-top: 0;
  margin-right: 20px;
}

@media (min-width: 992px) {
  .quick-view .modal-dialog .modal-content .modal-body .media, .quick-view-drone .modal-dialog .modal-content .modal-body .media {
    margin-right: 0;
  }
}

@media (min-width: 480px) {
  .quick-view .modal-dialog .modal-content .modal-body .media .media-left, .quick-view-drone .modal-dialog .modal-content .modal-body .media .media-left {
    width: 100%;
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .quick-view .modal-dialog .modal-content .modal-body .media .media-left, .quick-view-drone .modal-dialog .modal-content .modal-body .media .media-left {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .quick-view .modal-dialog .modal-content .modal-body .media .media-left, .quick-view-drone .modal-dialog .modal-content .modal-body .media .media-left {
    padding-bottom: 0;
    padding-right: 40px;
    width: auto;
  }
}

.quick-view .modal-dialog .modal-content .modal-body .media .media-left img, .quick-view-drone .modal-dialog .modal-content .modal-body .media .media-left img {
  width: 100%;
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .quick-view .modal-dialog .modal-content .modal-body .media .media-left img, .quick-view-drone .modal-dialog .modal-content .modal-body .media .media-left img {
    padding-right: 40px;
    padding-bottom: 0;
  }
}

.quick-view .modal-dialog .modal-content .modal-body .media .media-body h2, .quick-view-drone .modal-dialog .modal-content .modal-body .media .media-body h2 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.quick-view .modal-dialog .modal-content .modal-body .media .media-body h3, .quick-view-drone .modal-dialog .modal-content .modal-body .media .media-body h3 {
  color: #252525;
}

.quick-view .modal-dialog .modal-content .modal-body .media .media-body .btn-area .btn-primary, .quick-view-drone .modal-dialog .modal-content .modal-body .media .media-body .btn-area .btn-primary {
  font-size: 14px;
}

.quick-view .modal-dialog .modal-content .modal-body .media .media-body .btn-area .btn-primary,
.singleProduct .media .media-body .btn-area .btn-primary {
  color: white;
}

/*=== 7. PAGE HEADER ===*/
/*=== 7.1 COMMON HEADER ===*/
@media (max-width: 479px) {
  .pageHeader .col-sm-6 {
    width: 100%;
    padding-top: 10px;
  }
}

@media (min-width: 480px) {
  .pageHeader .col-sm-6 {
    width: 50%;
    padding-top: 0;
  }
}

.pageHeader {
  height: 70px;
}

.pageHeader .page-title h2 {
  color: #797979;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width: 479px) {
  .pageHeader .page-title h2 {
    font-size: 12px;
    line-height: 18px;
  }
}

@media (min-width: 480px) {
  .pageHeader .page-title h2 {
    font-size: 12px;
    line-height: 70px;
  }
}

@media (min-width: 768px) {
  .pageHeader .page-title h2 {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .pageHeader .page-title h2 {
    font-size: 30px;
  }
}

.pageHeader ol.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
}

@media (max-width: 479px) {
  .pageHeader ol.breadcrumb {
    float: left !important;
    min-height: 15px;
  }
}

@media (min-width: 480px) {
  .pageHeader ol.breadcrumb {
    float: right !important;
    min-height: 70px;
  }
}

.pageHeader ol.breadcrumb .active {
  color: #252525;
  text-transform: uppercase;
}

@media (min-width: 480px) {
  .pageHeader ol.breadcrumb .active {
    font-size: 9px;
  }
}

@media (min-width: 768px) {
  .pageHeader ol.breadcrumb .active {
    font-size: 12px;
  }
}

.pageHeader ol.breadcrumb li {
  display: inline-block;
}

.pageHeader ol.breadcrumb li + li::before {
  color: #ccc;
  content: "/\00a0";
}

@media (min-width: 480px) {
  .pageHeader ol.breadcrumb li + li::before {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .pageHeader ol.breadcrumb li + li::before {
    padding: 0 10px;
  }
}

.pageHeader ol.breadcrumb li a {
  text-transform: uppercase;
  color: #969696;
  transition: all 0.3s ease-in-out;
}

.pageHeader ol.breadcrumb li a:hover {
  opacity: .9;
}

@media (min-width: 480px) {
  .pageHeader ol.breadcrumb li a {
    font-size: 9px;
    line-height: 15px;
  }
}

@media (min-width: 480px) {
  .pageHeader ol.breadcrumb li a {
    font-size: 9px;
    line-height: 70px;
  }
}

@media (min-width: 768px) {
  .pageHeader ol.breadcrumb li a {
    font-size: 12px;
  }
}

/*=== 7.2 ABOUT US HEADER===*/
.aboutUsInfo .page-header {
  border: none;
  padding: 0;
  margin: 0;
}

.aboutUsInfo .page-header h3 {
  text-transform: capitalize;
  font-weight: 400;
}

@media (max-width: 479px) {
  .aboutUsInfo .page-header h3 {
    margin-bottom: 20px;
  }
}

@media (min-width: 480px) {
  .aboutUsInfo .page-header h3 {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .aboutUsInfo .page-header h3 {
    margin-bottom: 45px;
  }
}

/*=== 7.3 CART PAGE HEADER ===*/
.pageHeaderImage {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: auto;
  height: 200px;
  background-image: url(../img/products/page-header-image.jpg);
}

.pageHeaderImage .tableBlock {
  display: table;
  height: 200px;
  width: 100%;
}

.pageHeaderImage .tableBlock .tableInner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 73px;
}

.pageHeaderImage .tableBlock .tableInner .page-title h2 {
  color: #fffefe;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 1;
  font-size: 30px;
}

.pageHeaderImage .tableBlock .tableInner .page-title .breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
}

.pageHeaderImage .tableBlock .tableInner .page-title .breadcrumb li {
  text-transform: uppercase;
  color: #e6e6e6;
  display: inline-block;
  padding: 0 10px;
  position: relative;
}

.pageHeaderImage .tableBlock .tableInner .page-title .breadcrumb li a {
  color: inherit;
}

.pageHeaderImage .tableBlock .tableInner .page-title .breadcrumb li:first-child:after {
  content: '/';
  position: absolute;
  top: 0;
  right: -4px;
}

/*=== 8. SIDEBARS ===*/
.sideBar .panel {
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
}

.sideBar .panel .panel-heading {
  background-color: #022063;
  border-radius: 0;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}

.sideBar .panel .panel-body {
  border: 3px solid #f0f0f0;
  border-top: none;
  padding: 15px;
}

.sideBar .input-group {
  border: 3px solid #f0f0f0;
}

.sideBar .input-group .form-control,
.sideBar .input-group .input-group-addon {
  border: none;
}

.navbar-side-collapse .side-nav li a, .filterNormal .list-unstyled li a {
  font-size: 14px;
  color: #252525;
  line-height: 22px;
  padding: 0;
  transition: all 0.3s ease-in-out;
  display: block;
}

.sub-list-item, .navbar-side-collapse .side-nav li .collapseItem li a, .sidebar-list li a {
  font-size: 13px !important;
  color: #888888;
  width: 100%;
  display: block;
  line-height: 20px;
  padding: 7px 0 7px 14px;
  transition: all 0.3s ease-in-out;
}

.sub-list-item i, .navbar-side-collapse .side-nav li .collapseItem li a i, .sidebar-list li a i {
  right: auto;
  left: 0;
  line-height: 20px;
  position: absolute;
}

.sub-list-item:hover, .navbar-side-collapse .side-nav li .collapseItem li a:hover, .sidebar-list li a:hover {
  color: #022063;
}

.navbar-side-collapse {
  padding: 0;
  display: block;
}

.navbar-side-collapse .side-nav {
  width: 100%;
  margin: 0;
}

.navbar-side-collapse .side-nav li {
  width: 100%;
  margin-bottom: 15px;
}

.navbar-side-collapse .side-nav li a {
  background-color: transparent;
  position: relative;
}

.navbar-side-collapse .side-nav li a i {
  font-size: 12px;
  line-height: 22px;
  position: absolute;
  right: 0;
}

.navbar-side-collapse .side-nav li a:hover {
  color: #022063;
}

.navbar-side-collapse .side-nav li a[aria-expanded="true"] i:before {
  content: "" !important;
}

.navbar-side-collapse .side-nav li .collapseItem li {
  margin-bottom: 0 !important;
}

.filterNormal .list-unstyled {
  width: 100%;
}

.filterNormal .list-unstyled li {
  width: 100%;
}

.filterNormal .list-unstyled li a {
  padding: 10px 0;
}

.filterNormal .list-unstyled li a:hover {
  color: #022063;
}

.filterNormal .list-unstyled li a span {
  margin-left: 10px;
}

.priceRange .progress {
  margin: 20px 0 25px 0;
  height: 4px;
  background-color: #f0f0f0;
  position: relative;
  overflow: visible;
}

.priceRange .progress .progress-bar {
  background-color: #252525;
}

.priceRange .progress .bulet {
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border: 2px solid #252525;
  border-radius: 100%;
  left: 0px;
  top: -5px;
  position: absolute;
}

.priceRange .progress .bulet.next {
  left: 60px;
}

.priceRange .btn-default {
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-transform: uppercase;
  background-color: #252525;
  border-radius: 0;
  border: none;
  color: #ffffff;
  font-weight: 700;
}

@media (max-width: 479px) {
  .priceRange .btn-default {
    width: 82px;
    font-size: 14px;
  }
}

@media (min-width: 480px) {
  .priceRange .btn-default {
    width: 82px;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .priceRange .btn-default {
    width: 50px;
    font-size: 10px;
  }
}

@media (min-width: 992px) {
  .priceRange .btn-default {
    width: 45px;
    font-size: 10px;
  }
}

@media (min-width: 1200px) {
  .priceRange .btn-default {
    width: 82px;
    font-size: 14px;
  }
}

.priceRange .priceLabel {
  float: right;
  line-height: 30px;
  color: #252525;
}

@media (min-width: 480px) {
  .priceRange .priceLabel {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .priceRange .priceLabel {
    font-size: 11px;
  }
}

@media (min-width: 992px) {
  .priceRange .priceLabel {
    font-size: 14px;
  }
}

.sidebar-list li a {
  position: relative;
}

.recentBlogPosts .media-heading {
  text-transform: capitalize;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 12px;
}

@media (min-width: 480px) {
  .recentBlogPosts .media-heading {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .recentBlogPosts .media-heading {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .recentBlogPosts .media-heading {
    font-size: 14px;
  }
}

.recentBlogPosts .media-heading a {
  color: #252525;
}

.recentBlogPosts p {
  color: #797979;
}

.recentBlogPosts p i {
  margin-right: 8px;
}

@media (min-width: 480px) {
  .recentBlogPosts p {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .recentBlogPosts p {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .recentBlogPosts p {
    font-size: 14px;
  }
}

.priceRange {
  position: relative;
}

.priceRange .price-slider-inner {
  display: block;
  margin: 15px 0 25px 0;
}

.priceRange .price-slider-inner .amount-wrapper {
  position: absolute;
  bottom: 25px;
  right: 20px;
  font-size: 14px;
  width: 120px;
  right: 15px;
}

.priceRange .price-slider-inner .amount-wrapper input {
  background-color: transparent;
  border: 0;
  width: 28%;
  font-size: 14px;
  color: #252525;
  font-weight: 700;
  text-align: right;
}

.priceRange .price-slider-inner .ui-widget-content {
  background: none;
  border: 0;
  background-color: #f0f0f0;
  height: 4px;
  clear: both;
  border-radius: 0;
  margin: 0 5px 0 9px;
}

.priceRange .price-slider-inner .ui-widget-content .ui-slider-range {
  background-color: #252525;
  border: none;
  border-radius: 0;
}

.priceRange .price-slider-inner .ui-widget-content .ui-slider-handle {
  border-radius: 50%;
  background: none;
  border: 3px solid #252525;
  background-color: #ffffff;
  top: -6px;
  width: 16px;
  height: 16px;
  outline: none;
}

/*=== 9. PRODUCTS ===*/
/*=== 9.1 PRODUCTS COMMON ===*/
@media (min-width: 768px) {
  .productsContent .productBox .productImage {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 992px) {
  .productsContent .productBox .productImage {
    width: 100%;
    height: auto;
  }
}

.filterArea {
  margin-bottom: 30px;
}

.filterArea .btn-group .btn-default {
  height: 35px;
  padding: 0;
  line-height: 33px;
  border-radius: 0;
  border-color: #d0d0d0;
  margin: 0 0 0 5px;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400;
  color: #252525;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 479px) {
  .filterArea .btn-group .btn-default span {
    display: none;
  }
}

@media (min-width: 480px) {
  .filterArea .btn-group .btn-default span {
    padding-left: 8px;
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .filterArea .btn-group .btn-default i {
    margin-right: 6px;
  }
}

.filterArea .btn-group .btn-default:hover, .filterArea .btn-group .btn-default.active {
  background-color: #022063;
  color: #ffffff;
  border-color: #022063;
}

@media (max-width: 479px) {
  .filterArea .btn-group .btn-default {
    width: 40px;
  }
}

@media (min-width: 480px) {
  .filterArea .btn-group .btn-default {
    width: 88px;
  }
}

.productListSingle .media {
  margin-bottom: 50px;
}

.productListSingle .media .media-left {
  position: relative;
  padding-right: 0;
  overflow: hidden;
}

.productListSingle .media .media-left img {
  transition: all 0.5s ease-in-out;
}

.productListSingle .media .media-left .maskingImage .viewBtn {
  width: 175px;
  padding: 0;
  line-height: 55px;
}

@media (max-width: 479px) {
  .productListSingle .media .media-left {
    float: none !important;
    display: block;
    margin: 0 0 20px 0;
  }
  .productListSingle .media .media-left img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 480px) {
  .productListSingle .media .media-left {
    float: none !important;
    display: block;
    margin: 0 0 20px 0;
  }
  .productListSingle .media .media-left img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) {
  .productListSingle .media .media-left {
    float: left !important;
    margin-right: 30px;
    display: inline-block;
    width: 226px;
  }
  .productListSingle .media .media-left img {
    width: 100%;
    height: auto;
  }
}

.productListSingle .media .media-body .media-heading a {
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  color: inherit;
  display: block;
}

.productListSingle .media .media-body p {
  font-size: 14px;
  color: #888888;
  line-height: 22px;
  margin-top: 5px;
  margin-bottom: 25px;
}

.productListSingle .media .media-body h3 {
  color: #c5c5c5;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin-right: 20px;
}

@media (min-width: 992px) {
  .productListSingle .media .media-body h3 {
    display: block;
    margin-right: 0;
  }
}

.productListSingle .media .media-body .btn-group .btn-default {
  border-radius: 0;
  width: 35px;
  height: 35px;
  line-height: 33px !important;
  padding: 0;
  text-align: center;
  margin-right: 7px;
  border: 1px solid #d0d0d0;
  background: transparent;
  transition: all 0.3s ease-in-out;
}

.productListSingle .media .media-body .btn-group .btn-default i {
  transition: all 0.3s ease-in-out;
  color: #888888;
}

.productListSingle .media .media-body .btn-group .btn-default:hover, .productListSingle .media .media-body .btn-group .btn-default:focus {
  background-color: #022063;
  border-color: #022063;
}

.productListSingle .media .media-body .btn-group .btn-default:hover i, .productListSingle .media .media-body .btn-group .btn-default:focus i {
  color: #ffffff;
}

.productListSingle .media:hover .pull-left img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.productListSingle .media:hover .maskingImage {
  opacity: 1;
}

.productListSingle .media:hover .maskingImage .viewBtn {
  -webkit-animation: itemMove 0.3s linear;
  animation: itemMove 0.3s linear;
}

.productListSingle .media:hover .media-heading,
.productListSingle .media:hover h3 {
  color: #022063;
}

/*=== 9.2 SINGLE PRODUCTS ===*/
.singleProduct .media {
  margin-bottom: 70px;
}

@media (max-width: 479px) {
  .singleProduct .media .productSlider {
    width: 100%;
    padding: 0 0 30px 0;
  }
}

@media (min-width: 480px) {
  .singleProduct .media .productSlider {
    width: 100%;
    padding: 0 0 30px 0;
  }
}

@media (min-width: 768px) {
  .singleProduct .media .productSlider {
    width: 100%;
    padding: 0 0 30px 0;
  }
}

@media (min-width: 992px) {
  .singleProduct .media .productSlider {
    width: 600px;
    padding: 0 30px 0 0;
  }
}

.singleProduct .media .productSlider #carousel {
  margin-bottom: 20px;
}

.singleProduct .media .productSlider #carousel .item img {
  width: 100%;
}

.singleProduct .media .productSlider #thumbcarousel .thumb {
  width: 23.35%;
  cursor: pointer;
  float: left;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 479px) {
  .singleProduct .media .productSlider #thumbcarousel .thumb {
    margin-right: 2.1%;
  }
}

@media (min-width: 480px) {
  .singleProduct .media .productSlider #thumbcarousel .thumb {
    margin-right: 2.1%;
  }
}

@media (min-width: 768px) {
  .singleProduct .media .productSlider #thumbcarousel .thumb {
    margin-right: 2.1%;
  }
}

@media (min-width: 992px) {
  .singleProduct .media .productSlider #thumbcarousel .thumb {
    margin-right: 10px;
  }
}

.singleProduct .media .productSlider #thumbcarousel .thumb img {
  width: 100%;
}

.singleProduct .media .productSlider #thumbcarousel .thumb:last-child {
  margin-right: 0;
}

.singleProduct .media .productSlider #thumbcarousel .thumb:hover {
  opacity: .8;
}

.singleProduct .media .productSlider #thumbcarousel .carousel-control {
  display: none;
}

@media (max-width: 479px) {
  .singleProduct .media .media-body {
    display: block;
    width: 100%;
  }
}

@media (min-width: 480px) {
  .singleProduct .media .media-body {
    display: block;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .singleProduct .media .media-body {
    display: table-cell;
  }
}

.singleProduct .media .media-body .list-inline {
  margin-bottom: 30px;
}

.singleProduct .media .media-body .list-inline li {
  margin-right: 30px;
}

.singleProduct .media .media-body .list-inline li a {
  color: #797979;
  transition: all 0.3s ease-in-out;
}

.singleProduct .media .media-body .list-inline li a i {
  margin-right: 8px;
}

.singleProduct .media .media-body .list-inline li a:hover {
  opacity: .8;
}

.singleProduct .media .media-body h2 {
  font-size: 32px;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.singleProduct .media .media-body > p {
  margin: 40px 0 45px;
}

.singleProduct .media .media-body .btn-area {
  margin-bottom: 40px;
}

.singleProduct .media .media-body .tabArea .nav-tabs li a.nav-link {
  text-transform: uppercase;
  border: none;
  line-height: 1;
  color: #797979;
  transition: all 0.3s ease-in-out;
}

.singleProduct .media .media-body .tabArea .nav-tabs li a.nav-link:hover {
  color: #252525;
  background-color: transparent;
}

@media (max-width: 479px) {
  .singleProduct .media .media-body .tabArea .nav-tabs li a.nav-link {
    font-size: 10px;
    padding: 10px;
  }
}

@media (min-width: 480px) {
  .singleProduct .media .media-body .tabArea .nav-tabs li a.nav-link {
    font-size: 13px;
    padding: 10px 15px;
  }
}

.singleProduct .media .media-body .tabArea .nav-tabs li a.nav-link:before {
  bottom: -1px;
  border-bottom: 1px solid #252525;
}

.singleProduct .media .media-body .tabArea .nav-tabs li a.nav-link.active {
  color: #252525;
}

.singleProduct .media .media-body .tabArea .tab-content {
  color: #797979;
}

.singleProduct .media .media-body .tabArea .tab-content p {
  color: #797979;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 16px;
}

.singleProduct .media .media-body .tabArea .tab-content .list-unstyled {
  padding-left: 15px;
}

.singleProduct .media .media-body .tabArea .tab-content .list-unstyled li {
  list-style-type: square;
  font-size: 13px;
  line-height: 24px;
}

@media (max-width: 479px) {
  .singleProduct .media .media-body .tabArea {
    width: 100%;
  }
}

@media (min-width: 480px) {
  .singleProduct .media .media-body .tabArea {
    width: 348px;
  }
}

@media (min-width: 768px) {
  .singleProduct .media .media-body .tabArea {
    width: 100%;
  }
}

/*=== 9.3 CART PRODUCTS ===*/
.cartListInner .updateArea .input-group .form-control, .cartListInner .updateArea .input-group .input-group-addon {
  border-radius: 0;
  box-shadow: none;
  height: 40px;
  background-color: #ffffff;
  border: 2px solid #d0d0d0;
}

.cartListInner .updateArea .input-group .input-group-addon {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.cartListInner .row.totalAmountArea {
  margin: 0;
}

.cartListInner .updateArea, .cartListInner .totalAmountArea, .cartListInner .checkBtnArea {
  display: block;
  float: left;
  padding: 20px 30px;
  width: 100%;
  border-left: 5px solid #f0f0f0;
  border-right: 5px solid #f0f0f0;
  border-bottom: 3px solid #f0f0f0;
}

.cartListInner .table-responsive .table thead tr th, .orderBox .table-responsive .table thead tr th {
  background-color: #022063;
  padding: 0;
  height: 55px;
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
  color: #ffffff;
  padding-left: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: none;
}

.cartListInner .table-responsive .table tbody tr td, .orderBox .table-responsive .table tbody tr td {
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 3px solid #f0f0f0;
  border-top: none;
}

.cartListInner .table-responsive .table tbody tr td .close, .orderBox.myAddress .table-responsive .table tbody tr td .close {
  position: relative;
  left: 0;
  float: left;
  font-size: 22px;
  margin-right: 30px;
  color: #022063;
  opacity: 1;
  line-height: 74px;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
}

.cartListInner .table-responsive .table tbody tr td .close:hover, .orderBox.myAddress .table-responsive .table tbody tr td .close:hover {
  opacity: .8;
}

@media (min-width: 768px) {
  .cartListInner .table-responsive .table tbody tr td .close, .orderBox.myAddress .table-responsive .table tbody tr td .close {
    margin-right: 5px;
  }
}

@media (min-width: 992px) {
  .cartListInner .table-responsive .table tbody tr td .close, .orderBox.myAddress .table-responsive .table tbody tr td .close {
    margin-right: 30px;
  }
}

.cartListInner .table-responsive {
  margin-bottom: 0;
}

@media (min-width: 480px) {
  .cartListInner .table-responsive {
    overflow-x: auto;
  }
}

@media (min-width: 768px) {
  .cartListInner .table-responsive {
    overflow-x: visible;
  }
}

.cartListInner .table-responsive .table {
  margin-bottom: 0;
}

.cartListInner .table-responsive .table thead tr {
  border-left: 3px solid #022063;
  border-right: 3px solid #022063;
}

.cartListInner .table-responsive .table thead tr th {
  letter-spacing: 1px;
  border-top: none;
}

.cartListInner .table-responsive .table thead tr th:last-child {
  border-right: none;
}

@media (max-width: 479px) {
  .cartListInner .table-responsive .table thead tr th:first-child {
    display: none;
  }
}

@media (min-width: 480px) {
  .cartListInner .table-responsive .table thead tr th:first-child {
    display: none;
  }
}

@media (min-width: 768px) {
  .cartListInner .table-responsive .table thead tr th:first-child {
    display: table-cell;
  }
}

.cartListInner .table-responsive .table tbody tr {
  border-left: 3px solid #f0f0f0;
  border-right: 3px solid #f0f0f0;
}

.cartListInner .table-responsive .table tbody tr td {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
}

@media (min-width: 480px) {
  .cartListInner .table-responsive .table tbody tr td {
    padding: 10px;
  }
}

@media (min-width: 768px) {
  .cartListInner .table-responsive .table tbody tr td {
    padding: 10px;
  }
}

@media (min-width: 768px) {
  .cartListInner .table-responsive .table tbody tr td {
    padding-left: 20px;
  }
}

.cartListInner .table-responsive .table tbody tr td .close {
  position: relative;
  left: 0;
  font-size: 22px;
}

.cartListInner .table-responsive .table tbody tr td .cartImage {
  display: inline-block;
  float: left;
}

.cartListInner .table-responsive .table tbody tr td:nth-child(3) {
  color: #888888;
}

.cartListInner .table-responsive .table tbody tr td input {
  width: 20px;
  height: 40px;
  text-align: center;
  color: #333333;
  font-weight: 700;
  border: 1px solid #e4e4e4;
  margin: 0 -3px;
  border-left: 0px;
  border-right: 0px;
}

@media (min-width: 768px) {
  .cartListInner .table-responsive .table tbody tr td input {
    width: 36px;
  }
}

@media (max-width: 479px) {
  .cartListInner .table-responsive .table tbody tr td:first-child {
    display: none;
  }
}

@media (min-width: 480px) {
  .cartListInner .table-responsive .table tbody tr td:first-child {
    display: none;
  }
}

@media (min-width: 768px) {
  .cartListInner .table-responsive .table tbody tr td:first-child {
    display: table-cell;
  }
}

.cartListInner .table-responsive .table tbody tr td.count-input a {
  color: #a5a5a5;
  font-size: 10px;
  padding: 4px 6px 0px;
  display: inline-block;
  border: 1px solid #e4e4e4;
  line-height: 34px;
  height: 40px;
}

@media (min-width: 768px) {
  .cartListInner .table-responsive .table tbody tr td.count-input a {
    padding: 4px 10px 0px;
  }
}

.cartListInner .updateArea .input-group {
  float: left;
}

@media (max-width: 479px) {
  .cartListInner .updateArea .input-group {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (min-width: 480px) {
  .cartListInner .updateArea .input-group {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .cartListInner .updateArea .input-group {
    width: 435px;
    margin-bottom: 0;
  }
}

.cartListInner .updateArea .input-group .form-control {
  margin-right: 10px;
  margin-right: 10px;
  border-color: #888;
  color:#aaa;
  font-size: 13px;
}

@media (max-width: 479px) {
  .cartListInner .updateArea .input-group .form-control {
    width: 50%;
  }
}

@media (min-width: 480px) {
  .cartListInner .updateArea .input-group .form-control {
    width: 60%;
  }
}

@media (min-width: 768px) {
  .cartListInner .updateArea .input-group .form-control {
    width: 285px;
  }
}

.cartListInner .updateArea .input-group .input-group-addon {
  transition: all 0.3s ease-in-out;
}

.cartListInner .updateArea .input-group .input-group-addon:hover {
  opacity: .8;
}

@media (max-width: 479px) {
  .cartListInner .updateArea .input-group .input-group-addon {
    width: 45%;
    font-size: 10px;
  }
}

@media (min-width: 480px) {
  .cartListInner .updateArea .input-group .input-group-addon {
    width: 35%;
  }
}

@media (min-width: 768px) {
  .cartListInner .updateArea .input-group .input-group-addon {
    width: 140px;
  }
}

.cartListInner .updateArea .btn {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  color: #252525;
  font-size: 13px;
  font-weight: 700;
}

.cartListInner .updateArea .btn.btn-primary-outlined:hover {
  color: #ffffff;
}

.cartListInner .totalAmountArea .list-unstyled li {
  font-weight: 400;
  text-align: right;
  margin: 10px 0;
  font-size: 15px;
}

.cartListInner .totalAmountArea .list-unstyled li span {
  width: 108px;
  display: inline-block;
  color: #888888;
}

.cartListInner .totalAmountArea .list-unstyled li .grandTotal {
  color: #252525;
}

.cartListInner .checkBtnArea {
  border-bottom-width: 5px;
}

.cartListInner .checkBtnArea .btn-primary {
  float: right;
  letter-spacing: 1px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

.cartListInner .checkBtnArea .btn-primary i {
  margin-left: 10px;
}

.cartListInner .checkBtnArea .btn-primary:hover {
  opacity: .8;
}

/*=== 10. GENERIC CONTENT ===*/
.genricContent h3 {
  margin-bottom: 30px;
  font-weight: 400;
}

.genricContent p {
  color: #797979;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
}

.genricContent h4 {
  color: #252525;
  font-weight: 400;
  margin-bottom: 20px;
}

/*=== 11. 404 PAGE ===*/
.input-field, .sideBar .input-group, .notFound .input-group, .commingSoon .blackSection .input-group {
  margin-bottom: 20px;
}

.input-field .form-control, .sideBar .input-group .form-control, .notFound .input-group .form-control, .commingSoon .blackSection .input-group .form-control {
  height: 49px;
  border-radius: 0;
  border-color: #bfbfbf;
  background: transparent;
  border-right: none;
  padding-left: 20px;
}

.input-field .form-control:focus, .sideBar .input-group .form-control:focus, .notFound .input-group .form-control:focus, .commingSoon .blackSection .input-group .form-control:focus {
  box-shadow: none;
}

.input-field .input-group-addon, .sideBar .input-group .input-group-addon, .notFound .input-group .input-group-addon, .commingSoon .blackSection .input-group .input-group-addon {
  background-color: transparent;
  border-radius: 0;
  border-color: #bfbfbf;
  font-size: 18px;
  color: #252525;
  padding: 6px 20px;
}

.notFound .pageLogo, .commingSoon .blackSection .pageLogo {
  margin-bottom: 80px;
  display: inline-block;
  float: none;
  margin-top: 0;
  padding: 0;
}

.notFound {
  text-align: center;
  padding-bottom: 90px;
}

.notFound h1 {
  color: #022063;
  text-shadow: 8px 8px 1px #dadada;
  margin-bottom: 70px;
  line-height: 1;
}

@media (max-width: 479px) {
  .notFound h1 {
    font-size: 150px;
  }
}

@media (min-width: 480px) {
  .notFound h1 {
    font-size: 200px;
  }
}

@media (min-width: 768px) {
  .notFound h1 {
    font-size: 300px;
  }
}

.notFound h2 {
  color: #333333;
  margin-bottom: 50px;
}

.notFound .input-group {
  margin-bottom: 50px;
}

.notFound .btn-default {
  height: 42px;
  background-color: #022063;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0;
  line-height: 38px;
  border: 2px solid #022063;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

.notFound .btn-default:hover {
  opacity: .9;
}

/*=== 12. BLOG ===*/
.blogPage .thumbnail {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 3px solid #f0f0f0;
}

.blogPage .thumbnail img {
  margin-bottom: 50px;
  max-width: 100%;
}

.blogPage .thumbnail .carousel .carousel-inner .item img {
  margin-bottom: 0;
}

.blogPage .thumbnail .carousel .carousel-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: auto;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

.blogPage .thumbnail .carousel .carousel-control.left {
  left: 50px;
}

.blogPage .thumbnail .carousel .carousel-control.right {
  right: 50px;
  left: auto;
}

.blogPage .thumbnail .carousel .carousel-control span {
  transition: all 0.3s ease-in-out;
  width: 45px;
  height: 45px;
  background-color: #f0f0f0;
  opacity: 0.5;
  border-radius: 0;
  display: block;
  line-height: 45px;
  font-size: 15px;
  text-shadow: none;
  color: #252525;
  margin-top: -20px;
}

.blogPage .thumbnail .carousel .carousel-control span:hover {
  opacity: 1;
}

.blogPage .thumbnail .carousel .carousel-control.right,
.blogPage .thumbnail .carousel .carousel-control.left {
  background-image: none;
}

.blogPage .thumbnail .caption {
  padding-top: 0;
}

.blogPage .thumbnail .caption h5 {
  float: left;
  width: 100%;
  margin: 0 0 25px 0;
  text-transform: capitalize;
}

@media (min-width: 480px) {
  .blogPage .thumbnail .caption h5 {
    margin: 0 0 10px 0;
  }
}

@media (min-width: 768px) {
  .blogPage .thumbnail .caption h5 {
    margin: 30px 0 10px 0;
  }
}

.blogPage .thumbnail .caption .list-unstyled {
  width: 100%;
}

@media (max-width: 479px) {
  .blogPage .thumbnail .caption .list-unstyled {
    display: block;
    margin-bottom: 20px;
    float: left;
  }
}

@media (min-width: 480px) {
  .blogPage .thumbnail .caption .list-unstyled {
    display: block;
    margin-bottom: 20px;
    float: left;
  }
}

@media (min-width: 768px) {
  .blogPage .thumbnail .caption .list-unstyled {
    display: block;
    margin-bottom: 0;
  }
}

.blogPage .thumbnail .caption .list-unstyled li {
  color: #797979;
  font-size: 14px;
  line-height: 22px;
}

@media (min-width: 480px) {
  .blogPage .thumbnail .caption .list-unstyled li {
    display: inline-block;
    float: left;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .blogPage .thumbnail .caption .list-unstyled li {
    display: inline-block;
    float: left;
    width: 100%;
  }
}

.blogPage .thumbnail .caption .list-unstyled li a {
  color: #797979;
  transition: all 0.3s ease-in-out;
}

.blogPage .thumbnail .caption .list-unstyled li a:hover {
  opacity: .8;
}

.blogPage .thumbnail .caption .list-unstyled li a i {
  margin-right: 13px;
}

.blogPage .thumbnail .caption .list-unstyled li i {
  margin-right: 13px;
}

.blogPage .thumbnail .caption h3 {
  text-transform: capitalize;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 32px;
}

.blogPage .thumbnail .caption h3 a {
  color: #252525;
  transition: all 0.3s ease-in-out;
}

.blogPage .thumbnail .caption h3 a:hover {
  opacity: .8;
}

.blogPage .thumbnail .caption p {
  font-size: 14px;
  color: #797979;
  line-height: 22px;
}

.blogPage .thumbnail .caption .list-inline {
  margin: 0 0 20px 0;
  float: left;
}

.blogPage .thumbnail .caption .list-inline li {
  padding: 0 10px 0px 0;
  float: left;
}

@media (min-width: 480px) {
  .blogPage .thumbnail .caption .list-inline li {
    padding: 0 10px 10px 0;
  }
}

.blogPage .thumbnail .caption .list-inline li a {
  text-align: center;
  display: block;
  color: #ffffff;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}

.blogPage .thumbnail .caption .list-inline li a:hover {
  opacity: .9;
}

@media (max-width: 479px) {
  .blogPage .thumbnail .caption .list-inline li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

@media (min-width: 480px) {
  .blogPage .thumbnail .caption .list-inline li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

@media (min-width: 768px) {
  .blogPage .thumbnail .caption .list-inline li a {
    width: 27px;
    height: 27px;
    line-height: 27px;
  }
}

@media (min-width: 992px) {
  .blogPage .thumbnail .caption .list-inline li a {
    width: 27px;
    height: 27px;
    line-height: 27px;
  }
}

@media (min-width: 1200px) {
  .blogPage .thumbnail .caption .list-inline li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.blogPage .thumbnail .caption .list-inline li:first-child a {
  background-color: #46639f;
}

.blogPage .thumbnail .caption .list-inline li:nth-child(2) a {
  background-color: #0084b4;
}

.blogPage .thumbnail .caption .list-inline li:nth-child(3) a {
  background-color: #c73b6f;
}

.blogPage .thumbnail .caption .list-inline li:last-child a {
  background-color: #36465d;
}

.blogPage .thumbnail .pager {
  background-color: #f0f0f0;
  padding: 20px;
  margin: 36px 0 60px 0;
}

.blogPage .thumbnail .pager li {
  display: inline;
}

.blogPage .thumbnail .pager li a {
  display: inline-block;
  text-align: center;
  border-radius: 0;
  background-color: #dedede;
  height: 45px;
  padding: 0;
  line-height: 45px;
  font-weight: 700;
  text-transform: uppercase;
  color: #252525;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
  border: none;
}

@media (max-width: 479px) {
  .blogPage .thumbnail .pager li a {
    width: 110px;
  }
}

@media (min-width: 480px) {
  .blogPage .thumbnail .pager li a {
    width: 136px;
  }
}

.blogPage .thumbnail .pager li a:hover {
  opacity: .8;
}

@media (min-width: 480px) {
  .blogPage .pagination {
    margin: 0 0 50px 0;
  }
}

.blogPage .pagination li a {
  float: none;
  border-radius: 0;
  padding: 0;
  border: 3px solid #f0f0f0;
  display: inline-block;
  font-size: 18px;
  color: #252525;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  margin: 0 3px;
  text-align: center !important;
}

@media (max-width: 479px) {
  .blogPage .pagination li a {
    width: 35px;
    height: 35px;
    line-height: 30px;
  }
}

@media (min-width: 480px) {
  .blogPage .pagination li a {
    width: 45px;
    height: 45px;
    line-height: 40px;
  }
}

.blogPage .pagination li a span {
  font-size: 24px;
}

@media (max-width: 479px) {
  .blogPage .pagination li a span {
    line-height: 20px;
  }
}

@media (min-width: 480px) {
  .blogPage .pagination li a span {
    line-height: 30px;
  }
}

.blogPage .pagination li a:hover {
  color: #ffffff;
  background-color: #022063;
  border-color: #022063;
}

.blogPage .pagination li.active a, .blogPage .pagination li.active a:hover, .blogPage .pagination li.active a:focus {
  color: #ffffff;
  background-color: #022063;
  border-color: #022063;
}

.commentsForm h3, .commentsArea h3 {
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.commentsArea .media {
  margin: 0 0 50px 0;
}

.commentsArea .media a {
  padding-right: 20px;
}

.commentsArea .media .media-body .media {
  margin: 50px 0 0 0;
}

.commentsArea .media .media-body h4, .commentsArea .media .media-body p {
  text-transform: capitalize;
  font-size: 14px;
  margin: 0 0 14px 0;
  display: block;
}

.commentsArea .media .media-body h4 span, .commentsArea .media .media-body p span {
  color: #797979;
  font-weight: 400;
}

.commentsArea .media .media-body h4 span i, .commentsArea .media .media-body p span i {
  margin-right: 14px;
}

.commentsArea .media .media-body p {
  color: #797979;
  line-height: 22px;
}

.commentsArea .media .media-body .btn-link {
  padding: 0;
  color: #797979;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  font-size: 14px;
}

.commentsArea .media .media-body .btn-link:hover {
  color: #022063;
  text-decoration: none;
}

.singleBlog .thumbnail {
  padding-bottom: 0;
}

/*=== 13. ABOUT US ===*/
.aboutUsInfo img {
  width: 100%;
  height: auto;
}

@media (max-width: 479px) {
  .aboutUsInfo img {
    margin-bottom: 20px;
  }
}

@media (min-width: 480px) {
  .aboutUsInfo img {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .aboutUsInfo img {
    margin-bottom: 0;
  }
}

.aboutUsInfo p {
  font-size: 14px;
  color: #797979;
  line-height: 22px;
}

.aboutUsInfo .lead {
  font-size: 15px;
  font-weight: 400;
  color: #252525;
}

.lists li {
  font-size: 14px;
  color: #797979;
  line-height: 30px;
  padding-left: 18px;
}

@media (min-width: 480px) {
  .lists {
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .lists {
    margin-bottom: 0;
  }
}

.unorder-list li:before {
  content: "";
  width: 8px;
  height: 8px;
  position: relative;
  left: -10px;
  top: -1px;
  background: #022063;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
}

.darkSection h3, .aboutPeople h3, .setp5 .thanksContent h3 {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 25px;
}

.darkSection .thumbnail .caption h5, .aboutPeople .thumbnail .caption h5 {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 15px;
  margin-bottom: 16px;
}

.darkSection {
  background-image: url("../img/about-us/store-bg.jpg");
  background-attachment: fixed;
  width: 100%;
  background-size: cover;
  color: #ffffff;
  padding: 100px 0;
}

.darkSection .thumbnail {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  min-height: 180px;
  margin-bottom: 30px;
}

.darkSection .thumbnail .caption {
  padding: 0;
}

.darkSection .thumbnail .caption address {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
  line-height: 22px;
}

@media (min-width: 480px) {
  .darkSection .thumbnail .caption address {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .darkSection .thumbnail .caption address {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .darkSection .thumbnail .caption address {
    font-size: 10px;
  }
}

@media (min-width: 1200px) {
  .darkSection .thumbnail .caption address {
    font-size: 10px;
  }
}

.darkSection .btn-default {
  font-weight: 700;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.darkSection .btn-default:hover {
  background-color: #022063;
  color: #ffffff;
  border-color: #022063;
}

@media (min-width: 480px) {
  .aboutPeople {
    padding-bottom: 90px;
  }
}

@media (min-width: 480px) {
  .aboutPeople {
    padding-bottom: 60px;
  }
}

.aboutPeople h3 {
  color: #252525;
}

.aboutPeople .thumbnail img {
  width: 100%;
  height: auto;
}

.aboutPeople .thumbnail .caption {
  padding-top: 18px;
}

.aboutPeople .thumbnail .caption h5 {
  color: #252525;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.aboutPeople .thumbnail .caption p {
  font-size: 13px;
}

/*=== 14. STEPS ===*/
/*=== 14.1 STEP # 01 ===*/
.stepsWrapper .innerWrapper {
  border: 3px solid #f0f0f0;
  display: block;
  padding: 30px 30px 0;
  width: 100%;
}

@media (min-width: 480px) {
  .stepsWrapper .innerWrapper.stepsPage {
    margin-bottom: 90px;
  }
}

@media (min-width: 768px) {
  .stepsWrapper .innerWrapper.stepsPage {
    margin-bottom: 30px;
  }
}

.stepsWrapper .innerWrapper.stepsPage .cartListInner {
  margin-bottom: 50px;
  display: block;
}

.stepsWrapper .innerWrapper .well {
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin-bottom: 50px;
  background: #f0f0f0;
  padding: 20px 30px;
}

.stepsWrapper .innerWrapper .well .pager {
  margin: 0;
}

.stepsWrapper .innerWrapper .well .pager li a {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.stepsWrapper .innerWrapper .well .pager li a:hover {
  opacity: 0.8;
}

.stepsWrapper .innerWrapper .well .pager li a i {
  font-size: 18px;
  padding-left: 5px;
}

.stepsWrapper .innerWrapper .well .pager li a.hideContent {
  display: none;
}

.stepsWrapper .innerWrapper .well .pager li.previous a {
  background-color: #dedede;
  color: #252525;
}

.stepsWrapper .innerWrapper .well .pager li.previous a:hover {
  background-color: #022063;
  color: #ffffff;
}

.stepsWrapper .innerWrapper .orderBox .table-responsive .table tbody tr td {
  text-transform: capitalize;
}

.stepsWrapper .innerWrapper .orderBox .table-responsive .table tbody tr td .checkboxArea {
  margin: 0;
  float: none;
}

.stepsWrapper .innerWrapper .step2.checkboxArea {
  margin-bottom: 25px;
}

.stepsWrapper .innerWrapper .step2.checkboxArea label {
  font-size: 13px;
  color: #797979;
}

.stepsWrapper .innerWrapper .checkboxArea.card-check {
  width: 100%;
}

.stepsWrapper .innerWrapper .checkboxArea.card-check .form-control {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  height: 44px;
}

.stepsWrapper .innerWrapper .checkboxArea.card-check span.step-drop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.stepsWrapper .innerWrapper .checkboxArea.card-check .sbHolder {
  border: 1px solid #f0f0f0;
  background: #ffffff;
  max-width: 48%;
  height: 44px !important;
}

.stepsWrapper .innerWrapper .checkboxArea.card-check .sbHolder .sbSelector {
  line-height: 44px !important;
  background: transparent;
}

.stepsWrapper .innerWrapper .checkboxArea.card-check .input-group-addon {
  margin-left: -1px;
  z-index: 5;
  background: #ffffff;
}

.stepsWrapper .innerWrapper .checkboxArea.card-check ul.sbOptions {
  margin-top: 0px;
  z-index: 55;
}

.stepsWrapper .innerWrapper .checkboxArea.card-check ul {
  margin: 10px 0 0 30px;
}

.stepsWrapper .innerWrapper .checkboxArea.card-check ul li {
  margin-right: 5px;
}

.stepsWrapper .shipping-info {
  padding: 10px 0 20px;
}

.stepsWrapper .shipping-info h5 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.stepsWrapper .shipping-info address, .stepsWrapper .shipping-info p {
  color: #797979;
  line-height: 24px;
}

.stepsWrapper .summery-box {
  border: 3px solid #f0f0f0;
  padding: 40px 25px;
  margin-bottom: 50px;
}

.stepsWrapper .summery-box h4 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #252525;
}

.stepsWrapper .summery-box p {
  font-size: 13px;
  padding-bottom: 5px;
  color: #797979;
}

.stepsWrapper .summery-box li {
  font-size: 15px;
  padding-bottom: 20px;
  color: #797979;
}

.stepsWrapper .summery-box li:last-child {
  border-top: 3px solid #f0f0f0;
  color: #252525;
  padding: 20px 0 0;
}

.stepsWrapper .summery-box li:last-child .val {
  font-weight: 700;
}

.stepsWrapper .review-inner form {
  margin: 0px;
}

.stepsWrapper .review-inner .table-responsive .table thead tr th {
  border-right: none;
}

.stepsWrapper .review-inner .table-responsive .table tbody tr td input.quantity {
  border: none;
  background: transparent !important;
}

.stepsWrapper .order-confirm {
  padding: 60px 0 90px;
}

.stepsWrapper .order-confirm h2 {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 15px;
}

.stepsWrapper .order-confirm span {
  display: block;
  font-size: 13px;
  color: #797979;
}

.stepsWrapper .order-confirm p {
  font-size: 15px;
  line-height: 30px;
  color: #797979;
  margin: 42px 0 50px;
}

.stepsWrapper .order-confirm .btn {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 15px;
}

.progress-wizard .progress-wizard-step .progress-wizard-dot:after, .progress-wizard .progress-wizard-step.disabled .progress-wizard-dot:after {
  content: ' ';
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 7px;
}

.progress-wizard {
  padding: 0 15px 50px 15px;
}

.progress-wizard .progress-wizard-step {
  padding: 0;
  position: relative;
}

.progress-wizard .progress-wizard-step .progress-wizard-stepnum {
  color: #797979;
  padding-bottom: 5px;
}

@media (max-width: 479px) {
  .progress-wizard .progress-wizard-step .progress-wizard-stepnum {
    font-size: 12px;
    height: 55px;
  }
}

@media (min-width: 480px) {
  .progress-wizard .progress-wizard-step .progress-wizard-stepnum {
    font-size: 10px;
    height: 36px;
  }
}

@media (min-width: 768px) {
  .progress-wizard .progress-wizard-step .progress-wizard-stepnum {
    font-size: 12px;
    height: auto;
  }
}

@media (min-width: 992px) {
  .progress-wizard .progress-wizard-step .progress-wizard-stepnum {
    font-size: 16px;
  }
}

.progress-wizard .progress-wizard-step .progress-wizard-info {
  color: #999;
  font-size: 14px;
}

.progress-wizard .progress-wizard-step .progress-wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #022063;
  left: 50%;
  margin-top: -17px;
  margin-left: -15px;
  border-radius: 50%;
}

@media (min-width: 480px) {
  .progress-wizard .progress-wizard-step .progress-wizard-dot {
    top: 60px;
    margin-top: -14px;
  }
}

@media (min-width: 768px) {
  .progress-wizard .progress-wizard-step .progress-wizard-dot {
    top: 43px;
    margin-top: -10px;
  }
}

.progress-wizard .progress-wizard-step .progress {
  position: relative;
  border-radius: 0;
  height: 4px;
  box-shadow: none;
  background-color: #f0f0f0;
}

@media (min-width: 480px) {
  .progress-wizard .progress-wizard-step .progress {
    margin: 23px 0 0px;
  }
}

.progress-wizard .progress-wizard-step .progress .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #022063;
}

.progress-wizard .progress-wizard-step.complete .progress .progress-bar {
  width: 100%;
}

.progress-wizard .progress-wizard-step.complete:first-child .progress {
  left: 0;
  width: 100%;
}

.progress-wizard .progress-wizard-step.complete:first-child .progress .progress-bar {
  width: 50%;
}

.progress-wizard .progress-wizard-step.complete:last-child .progress {
  width: 100%;
}

.progress-wizard .progress-wizard-step.complete:last-child .progress .progress-bar {
  width: 100%;
}

.progress-wizard .progress-wizard-step.complete.fullBar .progress .progress-bar {
  width: 100%;
}

.progress-wizard .progress-wizard-step.active .progress .progress-bar {
  width: 50%;
}

.progress-wizard .progress-wizard-step.active .progress-wizard-stepnum {
  color: #252525;
}

.progress-wizard .progress-wizard-step.disabled .progress-wizard-dot {
  background-color: #f0f0f0;
}

/*=== 14.2 STEP # 02 ===*/
.setp5 {
  padding-bottom: 90px;
}

.setp5 .thanksContent {
  border: 5px solid #f0f0f0;
  padding: 50px 30px;
}

.setp5 .thanksContent h2 {
  display: block;
  text-align: center;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 55px;
}

@media (min-width: 480px) {
  .setp5 .thanksContent h2 {
    font-size: 26px;
  }
}

@media (min-width: 768px) {
  .setp5 .thanksContent h2 {
    font-size: 30px;
  }
}

.setp5 .thanksContent h2 small {
  display: block;
  margin-top: 14px;
  font-size: 14px;
}

.setp5 .thanksContent h3 {
  color: #252525;
}

.setp5 .thanksContent .thanksInner {
  padding: 30px;
  min-height: 214px;
  border: 3px solid #f0f0f0;
}

.setp5 .thanksContent .thanksInner .tableBlcok {
  display: table;
  height: 154px;
}

.setp5 .thanksContent .thanksInner .tableBlcok address {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
}

.setp5 .thanksContent .thanksInner .tableBlcok address span {
  font-weight: 400;
}

.setp5 .thanksContent .thanksInner .tableBlcok address a {
  color: #252525;
  text-decoration: none;
}

.setp5 .thanksContent .thanksInner .well {
  background-color: #022063;
  border: none;
  float: right;
  border-radius: 0;
  margin-bottom: 0;
  text-align: center;
  height: 154px;
  padding: 50px 0 0 0;
}

@media (max-width: 479px) {
  .setp5 .thanksContent .thanksInner .well {
    width: 100%;
  }
}

@media (min-width: 480px) {
  .setp5 .thanksContent .thanksInner .well {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .setp5 .thanksContent .thanksInner .well {
    width: 250px;
  }
}

.setp5 .thanksContent .thanksInner .well h2 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0;
}

.setp5 .thanksContent .thanksInner .well h2 small {
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  margin: 0 0 13px 0;
}

/*=== 15. USER PROFILE ===*/
/*=== 15.1 COMMON PART ===*/
.userProfile .btn-group a, .userProfile .innerWrapper .list-inline li .btn-lg {
  box-shadow: none;
  background-color: #f0f0f0;
  border: none;
  border-radius: 0;
}

.stepsWrapper .innerWrapper.stepsPage .panel, .userProfile .innerWrapper .panel {
  border-radius: 0;
  border: 3px solid #f0f0f0;
  box-shadow: none;
  margin-bottom: 30px;
}

.stepsWrapper .innerWrapper.stepsPage .panel .panel-heading, .userProfile .innerWrapper .panel .panel-heading {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  border-radius: 0;
}

.stepsWrapper .innerWrapper.stepsPage .panel .panel-heading .panel-title, .userProfile .innerWrapper .panel .panel-heading .panel-title {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: capitalize;
  color: #252525;
}

.stepsWrapper .innerWrapper.stepsPage .panel .panel-body address, .userProfile .innerWrapper .panel .panel-body address {
  font-size: 13px;
  line-height: 30px;
  margin-bottom: 0;
}

.stepsWrapper .innerWrapper.stepsPage .panel .panel-body address strong, .userProfile .innerWrapper .panel .panel-body address strong {
  font-size: 15px;
  font-weight: 400;
}

.stepsWrapper .innerWrapper.stepsPage .panel .panel-body address span, .userProfile .innerWrapper .panel .panel-body address span {
  font-size: 15px;
}

.stepsWrapper .innerWrapper.stepsPage .panel .panel-body address a, .userProfile .innerWrapper .panel .panel-body address a {
  font-size: 15px;
  color: #252525;
  transition: all 0.3s ease-in-out;
}

.stepsWrapper .innerWrapper.stepsPage .panel .panel-body address a:hover, .userProfile .innerWrapper .panel .panel-body address a:hover {
  opacity: .8;
}

.stepsWrapper .innerWrapper.stepsPage .panel .panel-body address p, .userProfile .innerWrapper .panel .panel-body address p {
  line-height: 24px;
  margin-bottom: 0;
  color: #252525;
}

.userProfile .btn-group {
  margin-bottom: 30px;
  display: block;
}

.userProfile .btn-group a {
  float: none;
  height: 45px;
  padding: 0 20px;
  line-height: 45px;
  color: #252525;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 479px) {
  .userProfile .btn-group a {
    font-size: 10px;
    padding: 0 10px;
    margin: 0 5px 5px 0;
  }
}

@media (min-width: 480px) {
  .userProfile .btn-group a {
    font-size: 10px;
    padding: 0 10px;
    margin: 0 5px 5px 0;
  }
}

@media (min-width: 768px) {
  .userProfile .btn-group a {
    font-size: 12px;
    padding: 0 15px;
    margin: 0 5px 0 0;
  }
}

@media (min-width: 992px) {
  .userProfile .btn-group a {
    font-size: 14px;
    padding: 0 20px;
  }
}

.userProfile .btn-group a i {
  margin-right: 10px;
}

.userProfile .btn-group a:hover, .userProfile .btn-group a.active {
  background-color: #022063;
  color: #ffffff;
}

.userProfile .innerWrapper {
  width: 100%;
  display: block;
  border: 3px solid #f0f0f0;
  padding: 30px;
}

@media (min-width: 480px) {
  .userProfile .innerWrapper {
    margin-bottom: 90px;
  }
}

@media (min-width: 768px) {
  .userProfile .innerWrapper {
    margin-bottom: 30px;
  }
}

.userProfile .innerWrapper .alert {
  border: none;
  border-radius: 0;
  font-size: 15px;
  color: #252525;
  padding: 25px 30px;
  margin-bottom: 40px;
}

.userProfile .innerWrapper .alert .close {
  padding: 5px 12px;
}

.userProfile .innerWrapper h3 {
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.userProfile .innerWrapper h3 span {
  color: #022063;
}

.userProfile .innerWrapper p {
  font-size: 14px;
  color: #888888;
  line-height: 22px;
  margin-bottom: 45px;
}

.userProfile .innerWrapper .list-inline {
  display: block;
  margin-bottom: 50px;
}

@media (max-width: 479px) {
  .userProfile .innerWrapper .list-inline li {
    padding: 0;
    display: block;
    margin-bottom: 10px;
  }
}

@media (min-width: 480px) {
  .userProfile .innerWrapper .list-inline li {
    padding: 0;
    display: block;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .userProfile .innerWrapper .list-inline li {
    padding: 0 10px 0 0;
    display: inline-block;
    margin: 0;
  }
}

@media (min-width: 992px) {
  .userProfile .innerWrapper .list-inline li {
    padding: 0 20px 0 0;
  }
}

.userProfile .innerWrapper .list-inline li .btn-lg {
  color: #797979;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 479px) {
  .userProfile .innerWrapper .list-inline li .btn-lg {
    width: 100%;
    padding: 47px 0;
    font-size: 16px;
  }
}

@media (min-width: 480px) {
  .userProfile .innerWrapper .list-inline li .btn-lg {
    width: 100%;
    padding: 47px 0;
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .userProfile .innerWrapper .list-inline li .btn-lg {
    width: 120px;
    padding: 31px 0;
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .userProfile .innerWrapper .list-inline li .btn-lg {
    width: 156px;
    padding: 47px 0;
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .userProfile .innerWrapper .list-inline li .btn-lg {
    width: 196px;
    padding: 67px 0;
    font-size: 18px;
  }
}

.userProfile .innerWrapper .list-inline li .btn-lg i {
  display: block;
  margin-bottom: 20px;
}

.userProfile .innerWrapper .list-inline li .btn-lg:hover {
  background-color: #022063;
  color: #ffffff;
}

.userProfile .innerWrapper .list-inline li:last-child {
  padding: 0;
}

.userProfile .innerWrapper.singleOrder .orderBox {
  margin-bottom: 0;
}

.userProfile .innerWrapper.singleOrder .btn-group {
  margin-bottom: 30px;
  float: left;
}

.userProfile .innerWrapper.singleOrder .btn-group .btn-default {
  border-radius: 0;
  border: none;
  background-color: #022063;
  padding: 0 20px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  transition: all 0.3s ease-in-out;
}

.userProfile .innerWrapper.singleOrder .btn-group .btn-default:hover {
  opacity: .8;
}

@media (max-width: 479px) {
  .userProfile .innerWrapper.singleOrder .btn-group .btn-default {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
  }
}

@media (min-width: 480px) {
  .userProfile .innerWrapper.singleOrder .btn-group .btn-default {
    display: inline-block;
    width: auto;
    margin-right: 5px;
  }
}

.userProfile .innerWrapper.singleOrder .panel-title {
  height: 50px;
  line-height: 50px;
  padding-left: 40px;
  font-weight: 400 !important;
  font-size: 16px !important;
}

.userProfile .innerWrapper.singleOrder .panel-body {
  padding: 30px 40px;
}

.orderBox {
  display: block;
  margin-bottom: 50px;
}

.orderBox h4 {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}

.orderBox h2 {
  font-size: 30px;
  margin-bottom: 25px;
  text-transform: capitalize;
}

.orderBox .table-responsive {
  margin-bottom: 0;
}

@media (min-width: 480px) {
  .orderBox .table-responsive {
    overflow-x: auto;
  }
}

@media (min-width: 768px) {
  .orderBox .table-responsive {
    overflow-x: visible;
  }
}

.orderBox .table-responsive .table {
  margin-bottom: 0;
}

.orderBox .table-responsive .table thead tr {
  border-left: 3px solid #022063;
  border-right: 3px solid #022063;
}

.orderBox .table-responsive .table thead tr th {
  border-width: 0px;
}

@media (max-width: 479px) {
  .orderBox .table-responsive .table thead tr th {
    padding: 10px;
    text-align: center;
    font-size: 12px;
  }
}

@media (min-width: 480px) {
  .orderBox .table-responsive .table thead tr th {
    padding: 10px;
    text-align: center;
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .orderBox .table-responsive .table thead tr th {
    padding: 10px 10px 10px 20px;
    text-align: left;
    font-size: 15px;
  }
}

.orderBox .table-responsive .table tbody tr {
  border-left: 3px solid #f0f0f0;
  border-right: 3px solid #f0f0f0;
}

.orderBox .table-responsive .table tbody tr td {
  text-transform: capitalize;
  padding-left: 20px;
  font-weight: 400;
}

.orderBox .table-responsive .table tbody tr td .btn-sm {
  font-size: 13px;
  padding: 0px;
  width: 80px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
}

.orderBox .table-responsive .table tbody tr td .btn-sm:hover {
  background-color: #022063;
  color: #ffffff;
  border-color: #022063;
}

.orderBox .table-responsive .table tbody tr td:last-child {
  text-align: right;
  padding-right: 20px;
}

.orderBox .table-responsive .table tbody tr td:first-child {
  color: #022063;
}

.orderBox .table-responsive .table tbody tr td:first-child .fa {
  color: #252525 !important;
}

.orderBox .table-responsive .table tbody tr td span.badge {
  font-size: 11px;
  border-radius: 0px;
  padding: 5px 10px;
}

.orderBox .table-responsive .table tbody tr td span.badge.badge-primary {
  background: #337ab7;
}

.orderBox.myAddress {
  margin-bottom: 10px;
}

.orderBox.myAddress .table-responsive .table thead tr th {
  font-size: 16px;
}

.orderBox.myAddress .table-responsive .table tbody tr {
  border: none;
}

.orderBox.myAddress .table-responsive .table tbody tr td {
  font-size: 13px;
}

.orderBox.myAddress .table-responsive .table tbody tr td:first-child {
  color: #252525;
}

.orderBox.myAddress .table-responsive .table tbody tr td .btn-default {
  padding: 13px 14px;
  border: none;
  background: transparent;
  color: #252525;
}

.orderBox.myAddress .table-responsive .table tbody tr:last-child td {
  border: none;
}

@media (max-width: 479px) {
  .orderBox.myAddress.wishList .table-responsive .table thead tr th:first-child {
    display: none;
  }
}

@media (min-width: 480px) {
  .orderBox.myAddress.wishList .table-responsive .table thead tr th:first-child {
    display: none;
  }
}

@media (min-width: 768px) {
  .orderBox.myAddress.wishList .table-responsive .table thead tr th:first-child {
    display: table-cell;
  }
}

.orderBox.myAddress.wishList .table-responsive .table tbody tr td {
  font-size: 16px;
}

.orderBox.myAddress.wishList .table-responsive .table tbody tr td:nth-child(4) {
  color: #022063;
}

.orderBox.myAddress.wishList .table-responsive .table tbody tr td .btn-sm {
  width: auto;
  padding: 0 20px;
}

@media (max-width: 479px) {
  .orderBox.myAddress.wishList .table-responsive .table tbody tr td:first-child {
    display: none;
  }
}

@media (min-width: 480px) {
  .orderBox.myAddress.wishList .table-responsive .table tbody tr td:first-child {
    display: none;
  }
}

@media (min-width: 768px) {
  .orderBox.myAddress.wishList .table-responsive .table tbody tr td:first-child {
    display: table-cell;
  }
}

/*=== 15.2 PROFILE ===*/
.profile .thumbnail .caption .btn-primary, .profile .form-horizontal .form-group .btn-primary {
  height: 45px;
  font-weight: 700;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 0 15px;
  border-radius: 0;
  background-color: #022063;
  border: none;
  transition: all 0.3s ease-in-out;
}

.profile .thumbnail .caption .btn-primary:hover, .profile .form-horizontal .form-group .btn-primary:hover {
  opacity: .8;
  border: 0px !important;
}

.profile .orderBox {
  margin-bottom: 25px;
}

.profile .thumbnail img {
  width: 100%;
}

.profile .thumbnail .caption .btn-primary {
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 45px;
}

@media (min-width: 480px) {
  .profile .form-horizontal .form-group {
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .profile .form-horizontal .form-group {
    margin-bottom: 0px;
  }
}

.profile .form-horizontal .form-group .control-label {
  font-size: 13px;
  padding-top: 0;
  font-weight: 700;
  margin-top: 3px;
}

@media (min-width: 768px) {
  .profile .form-horizontal .form-group .control-label {
    padding-left: 30px;
    text-align: right;
  }
}

@media (min-width: 992px) {
  .profile .form-horizontal .form-group .control-label {
    padding-left: 0px;
    margin-top: 10px;
  }
}

/*=== 16. COMMING SOON ===*/
.commingSoon {
  text-align: center;
  background: url(../img/comming-soon/comming-soon-bg.jpg) no-repeat center center fixed;
  background-size: cover;
  background-color: #282828;
}

.commingSoon .blackSection {
  padding: 90px 0 20px;
}

.commingSoon .blackSection .pageLogo {
  margin-bottom: 70px;
}

.commingSoon .blackSection h1 {
  color: #ffffff;
  text-transform: capitalize;
}

.commingSoon .blackSection h1 small {
  display: block;
  font-size: 15px;
  margin: 17px 0 50px 0;
}

.commingSoon .blackSection .input-group {
  margin-bottom: 50px;
}

.commingSoon .blackSection .input-group .form-control {
  background-color: transparent;
  color: #ffffff;
}

.commingSoon .blackSection .input-group a i {
  color: #ffffff;
}

.commingSoon .blackSection .list-inline li a {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}

.commingSoon .blackSection .list-inline li a:hover {
  color: white;
}

.count-down {
  padding: 20px 0 70px 0;
}

.count-down #simple_timer {
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
}

.count-down #simple_timer .table-cell {
  display: inline-block;
}

@media (min-width: 480px) {
  .count-down #simple_timer .table-cell {
    margin: 0 10px;
  }
}

@media (min-width: 768px) {
  .count-down #simple_timer .table-cell {
    margin: 0 10px;
  }
}

@media (min-width: 992px) {
  .count-down #simple_timer .table-cell {
    margin: 0 10px;
  }
}

@media (min-width: 1200px) {
  .count-down #simple_timer .table-cell {
    margin: 0 12px;
  }
}

.count-down #simple_timer .table-cell .tab-val {
  font-weight: 700;
  display: block;
  margin-bottom: 0px;
  border-radius: 100%;
  background-color: #022063;
}

@media (min-width: 480px) {
  .count-down #simple_timer .table-cell .tab-val {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 25px;
  }
}

@media (min-width: 768px) {
  .count-down #simple_timer .table-cell .tab-val {
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 35px;
  }
}

@media (min-width: 992px) {
  .count-down #simple_timer .table-cell .tab-val {
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 35px;
  }
}

@media (min-width: 1200px) {
  .count-down #simple_timer .table-cell .tab-val {
    width: 109px;
    height: 109px;
    line-height: 109px;
    font-size: 45px;
  }
}

.count-down #simple_timer .table-cell .tab-metr {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .count-down #simple_timer .table-cell .tab-metr {
    font-size: 15px;
  }
}

/* ELEMENTS */
/*================INDEX================

=======================================*/
/* ================================================
--> Element Single block style
================================================== */
.element_single .card.single-block {
  margin-bottom: 30px;
  border: none;
  border-radius: 0px;
  background-color: #f0f0f0;
}

.element_single .card.single-block .card-header {
  padding: 20px;
  border-bottom: none;
  border-radius: 0px;
  background-color: #f0f0f0;
  position: relative;
}

@media (min-width: 992px) {
  .element_single .card.single-block .card-header {
    padding: 20px 25px;
  }
}

.element_single .card.single-block .card-header h3 {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  max-width: 60%;
  font-style: normal;
}

@media (min-width: 768px) {
  .element_single .card.single-block .card-header h3 {
    font-size: 25px;
    max-width: 100%;
  }
}

.element_single .card.single-block .card-header h3 a {
  color: #797979;
  background: #ffffff;
  padding: 10px 10px;
  font-size: 14px;
  border-radius: 4px;
  right: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .element_single .card.single-block .card-header h3 a {
    float: right;
    right: 0px;
    position: relative;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.element_single .card.single-block .card-block {
  padding: 0;
}

.element_single .card.single-block .card-block .code_container {
  margin-right: 0;
  margin-left: 0;
  border-top: 1px solid rgba(2, 2, 2, 0.09);
  padding: 10px 20px;
}

.element_single .card.single-block .card-block .code_container h5 {
  font-family: 'Lato', sans-serif;
  color: #797979;
  font-size: 18px;
  line-height: 60px;
  text-transform: unset;
}

.element_single .card.single-block .card-block .code_container p {
  color: #252525;
}

.element_single .card.single-block .card-block .code_container ul {
  padding: 10px 15px 20px;
}

.element_single .card.single-block .card-block .code_container ul li {
  color: #252525;
  padding: 5px 15px;
  font-size: 15px;
  line-height: 26px;
}

.element_single .card.single-block .card-block .code_container ul li:before {
  content: "\f10c";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  font-size: 14px;
  color: #797979;
  margin-left: -24px;
  /* same as padding-left set on li */
  width: 24px;
  /* same as padding-left set on li */
}

.element_single .card.single-block .card-block .code_container .s {
  color: #e6db74;
}

.element_single .card.single-block .card-block .code_container .nt {
  color: #f92672;
}

.element_single .card.single-block .card-block .code_container .na {
  color: #a6e22e;
}

.element_single .card.single-block pre {
  margin: 10px 0px;
  background-color: #282C34;
  color: #ABB2BF;
}

.element_single .card.single-block pre code {
  color: #ABB2BF;
  font-size: 14px;
}

.element_single .display-single_element {
  margin-bottom: 80px;
}

.element_single .display-single_element > p {
  font-size: 15px;
  margin-bottom: 15px;
}

.element_single .dropdown-menu {
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  background-color: #ffffff;
  margin-top: 0px;
  padding: 5px 20px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s ease-in-out;
  transition: transform 0.3s, opacity 0.3s ease-in-out, -webkit-transform 0.3s;
}

@media (min-width: 768px) {
  .element_single .dropdown-menu {
    display: none;
  }
}

@media (min-width: 768px) {
  .element_single .show .dropdown-menu {
    display: block;
  }
}

.element_single .progress {
  margin: 10px 0;
}

.element_single .bd-example {
  padding: 1.5rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  border-width: .2rem;
}

.element_single .scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: .5rem;
  overflow: auto;
}

/* ================================================
--> Elements collapse style
================================================== */
.card.card-accordion {
  margin: 10px 0;
}

.card.card-accordion .card-header {
  padding: 0px;
  border-radius: 0px;
  border: none;
}

.card.card-accordion .card-header h5 {
  position: relative;
}

.card.card-accordion .card-header h5 a:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.card.card-accordion .card-header a {
  display: block;
  padding: 15px 20px;
  line-height: 24px;
  background-color: #022063;
  color: #ffffff;
  border: 1px solid #022063;
  border-radius: 2px;
}

.card.card-accordion .card-header a[data-toggle=collapse]:after {
  font-family: FontAwesome;
  font-style: normal;
  speak: none;
  display: inline-block;
  content: '\f106';
  float: right;
  line-height: 1;
  width: 22px;
  font-size: 20px;
  text-align: center;
  position: absolute;
  right: 15px;
}

.card.card-accordion .card-header a.collapsed {
  line-height: 24px;
  color: #252525;
  background-color: #f0f0f0;
  border: 1px solid #e5e5e5;
}

.card.card-accordion .card-header a[data-toggle=collapse].collapsed:after {
  font-family: FontAwesome;
  font-style: normal;
  speak: none;
  display: inline-block;
  content: '\f107';
}

.card.card-accordion .card-block {
  border: 1px solid #e5e5e5;
  border-top: 0px;
  padding: 30px 20px;
  font-size: 15px;
  line-height: 26px;
}

.icon-left.card.card-accordion .card-header {
  padding: 0px;
  border-radius: 0px;
  border: none;
}

.icon-left.card.card-accordion .card-header a {
  display: block;
  padding: 15px 20px;
  line-height: 24px;
  padding-left: 50px;
  border-radius: 2px;
}

.icon-left.card.card-accordion .card-header.header-inverse a {
  background-color: #ffffff;
  color: #022063;
  border: 1px solid #022063;
}

.icon-left.card.card-accordion .card-header a[data-toggle=collapse]:after {
  font-family: FontAwesome;
  font-style: normal;
  display: inline-block;
  content: '\f106';
  line-height: 1;
  width: 22px;
  margin-right: 10px;
  font-size: 20px;
  text-align: center;
  position: absolute;
  left: 15px;
}

.icon-left.card.card-accordion .card-header a.collapsed {
  line-height: 24px;
  color: #252525;
  background-color: #f0f0f0;
  border: 1px solid #e5e5e5;
}

.icon-left.card.card-accordion .card-header a[data-toggle=collapse].collapsed:after {
  font-family: FontAwesome;
  font-style: normal;
  speak: none;
  display: inline-block;
  content: '\f107';
}

/*================================================
--> Element Buttons
==================================================*/
#buttons .display-single_element .btn {
  margin: 0px 5px 10px 0;
}

.btn {
  border: none;
  border-radius: 0px;
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .btn {
    font-size: 14px;
  }
}

.btn.focus, .btn:focus, .btn.active, .btn:active, .btn:hover {
  box-shadow: none;
}

.btn.btn-rounded {
  border-radius: 40px;
}

.btn i {
  font-size: inherit;
}

.btn-primary {
  background-color: #022063;
  border: 1px solid #022063;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.active, .btn-primary:active {
  background-color: #022063 !important;
  border: 1px solid #022063 !important;
}

.btn-secondary {
  background-color: #f0f0f0;
  color: #252525;
  border: 1px solid #dedede;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.active, .btn-secondary:active {
  background-color: #f0f0f0;
  color: #252525;
  border: 1px solid #dedede;
}

.btn-success {
  background-color: #49c32c;
  border: 1px solid #49c32c;
}

.btn-success:hover, .btn-success:focus, .btn-success.active, .btn-success:active {
  background-color: #49c32c;
  border: 1px solid #49c32c;
}

.btn-info {
  background-color: #439fdb;
  border: 1px solid #439fdb;
}

.btn-info:hover, .btn-info:focus, .btn-info.active, .btn-info:active {
  background-color: #439fdb;
  border: 1px solid #439fdb;
}

.btn-warning {
  background-color: #eabf38;
  border: 1px solid #eabf38;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning.active, .btn-warning:active {
  background-color: #eabf38;
  border: 1px solid #eabf38;
}

.btn-danger {
  background-color: #f55c5d;
  border: 1px solid #f55c5d;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger.active, .btn-danger:active {
  background-color: #f55c5d;
  border: 1px solid #f55c5d;
}

.btn-inverse {
  background-color: #323f41;
  border: 1px solid #323f41;
}

.btn-inverse:hover, .btn-inverse:focus, .btn-inverse.active, .btn-inverse:active {
  background-color: #323f41;
  border: 1px solid #323f41;
}

.btn-primary-outlined {
  background-color: transparent;
  color: #022063;
  border: 1px solid #022063;
}

.btn-primary-outlined:hover, .btn-primary-outlined:focus, .btn-primary-outlined.active, .btn-primary-outlined:active {
  background-color: #022063;
  color: #ffffff;
}

.btn-secondary-outlined {
  background-color: transparent;
  color: #252525;
  border: 1px solid #888;
}

.btn-secondary-outlined:hover, .btn-secondary-outlined:focus, .btn-secondary-outlined.active, .btn-secondary-outlined:active {
  background-color: #f0f0f0;
  color: #252525;
}

.btn-success-outlined {
  background-color: transparent;
  color: #49c32c;
  border: 1px solid #49c32c;
}

.btn-success-outlined:hover, .btn-success-outlined:focus, .btn-success-outlined.active, .btn-success-outlined:active {
  background-color: #49c32c;
  color: #ffffff;
}

.btn-info-outlined {
  background-color: transparent;
  color: #439fdb;
  border: 1px solid #888;
}

.btn-info-outlined:hover, .btn-info-outlined:focus, .btn-info-outlined.active, .btn-info-outlined:active {
  background-color: #439fdb;
  color: #ffffff;
}

.btn-warning-outlined {
  background-color: transparent;
  color: #eabf38;
  border: 1px solid #eabf38;
}

.btn-warning-outlined:hover, .btn-warning-outlined:focus, .btn-warning-outlined.active, .btn-warning-outlined:active {
  background-color: #eabf38;
  color: #ffffff;
}

.btn-danger-outlined {
  background-color: transparent;
  color: #f55c5d;
  border: 1px solid #f55c5d;
}

.btn-danger-outlined:hover, .btn-danger-outlined:focus, .btn-danger-outlined.active, .btn-danger-outlined:active {
  background-color: #f55c5d;
  color: #ffffff;
}

.btn-inverse-outlined {
  background-color: transparent;
  color: #323f41;
  border: 1px solid #323f41;
}

.btn-inverse-outlined:hover, .btn-inverse-outlined:focus, .btn-inverse-outlined.active, .btn-inverse-outlined:active {
  background-color: #323f41;
  color: #ffffff;
}

/*================================================
--> Button sizes
==================================================*/
.btn.btn-sm {
  padding: 0px 10px;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
}

.btn.btn-mid {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}

.btn.btn-lg {
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
}

.btn.btn-default {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .btn.btn-default {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
  }
}

.btn.btn-icon i {
  margin-right: 5px;
}

/*================================================
--> Social Buttons
==================================================*/
.btn-facebook {
  background-color: #3b5999;
}

.btn-twitter {
  background-color: #55acee;
}

.btn-social {
  font-size: 16px;
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 0;
  border-radius: 0;
  margin: 0 auto;
  line-height: 32px;
  display: inline-block;
}

.btn-social i {
  margin-right: 0px;
}

.btn-social.btn-cicle {
  border-radius: 50%;
}

.btn-social.rounded {
  border-radius: 4px;
}

.btn-social.titled {
  text-transform: capitalize;
  width: auto;
  height: 35px;
  border-radius: 0px;
  padding: 0 20px;
  line-height: 35px;
}

.btn-social.titled i {
  margin-right: 5px;
}

.btn-social.facebook {
  background-color: #3b5999;
}

.btn-social.twitter {
  background-color: #55acee;
}

.btn-social.pinterest {
  background-color: #bd081c;
}

.btn-social.skype {
  background-color: #00aff0;
}

.btn-social.linkedin {
  background-color: #0077b5;
}

.btn-social.google-plus {
  background-color: #dd4b39;
}

.btn-social.youtube {
  background-color: #cc181e;
}

.btn-social.btn-social-o:hover {
  background-color: transparent;
  box-shadow: none;
}

.btn-social.btn-social-o:hover.facebook {
  color: #3b5999;
}

.btn-social.btn-social-o:hover.twitter {
  color: #55acee;
}

.btn-social.btn-social-o:hover.pinterest {
  color: #bd081c;
}

.btn-social.btn-social-o:hover.skype {
  color: #00aff0;
}

.btn-social.btn-social-o:hover.linkedin {
  color: #0077b5;
}

.btn-social.btn-social-o:hover.google-plus {
  color: #dd4b39;
}

.btn-social.btn-social-o:hover.youtube {
  color: #cc181e;
}

.btn-social.outlined {
  background-color: #ffffff;
}

.btn-social.outlined.facebook {
  color: #3b5999;
  border: 1px solid;
  border-color: #3b5999;
}

.btn-social.outlined.facebook:hover {
  background-color: #3b5999;
  color: #ffffff;
}

.btn-social.outlined.twitter {
  color: #55acee;
  border: 1px solid;
  border-color: #55acee;
}

.btn-social.outlined.twitter:hover {
  background-color: #55acee;
  color: #ffffff;
}

.btn-social.outlined.pinterest {
  color: #bd081c;
  border: 1px solid;
  border-color: #bd081c;
}

.btn-social.outlined.pinterest:hover {
  background-color: #bd081c;
  color: #ffffff;
}

.btn-social.outlined.skype {
  color: #00aff0;
  border: 1px solid;
  border-color: #00aff0;
}

.btn-social.outlined.skype:hover {
  background-color: #00aff0;
  color: #ffffff;
}

.btn-social.outlined.linkedin {
  color: #0077b5;
  border: 1px solid;
  border-color: #0077b5;
}

.btn-social.outlined.linkedin:hover {
  background-color: #0077b5;
  color: #ffffff;
}

.btn-social.outlined.google-plus {
  color: #dd4b39;
  border: 1px solid;
  border-color: #dd4b39;
}

.btn-social.outlined.google-plus:hover {
  background-color: #dd4b39;
  color: #ffffff;
}

.btn-social.outlined.youtube {
  color: #cc181e;
  border: 1px solid;
  border-color: #cc181e;
}

.btn-social.outlined.youtube:hover {
  background-color: #cc181e;
  color: #ffffff;
}

.socialLink a {
  height: 45px;
  width: 45px;
  position: relative;
  display: inline-block;
  font-size: 16px;
  background: transparent;
  color: #797979;
  line-height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(132, 132, 132, 0.5);
}

.socialLink a:focus, .socialLink a:hover, .socialLink a.active, .socialLink a:active {
  background-color: #022063;
  border: 1px solid #022063;
  color: #ffffff;
  opacity: 1;
}

@media (min-width: 768px) {
  .socialLink a {
    height: 30px;
    width: 30px;
    font-size: 14px;
    line-height: 30px;
  }
}

@media (min-width: 992px) {
  .socialLink a {
    height: 45px;
    width: 45px;
    font-size: 16px;
    line-height: 44px;
  }
}

.footer-dark .socialLink a {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  opacity: 0.7;
}

.footer-dark .socialLink a:focus, .footer-dark .socialLink a:hover, .footer-dark .socialLink a.active, .footer-dark .socialLink a:active {
  background-color: #022063;
  border: 1px solid #022063;
  color: #ffffff;
  opacity: 1;
}

/*================================================
--> Element button_group
==================================================*/
#button-group .btn-group {
  margin-bottom: 10px;
}

#button-group .btn-social {
  margin-bottom: 10px;
  margin-right: 5px;
}

.btn-group {
  margin-right: 10px;
}

.btn-group .btn-secondary:before {
  content: '';
  position: absolute;
  right: 0;
  height: 100%;
}

.btn-group .btn-primary:before {
  content: '';
  position: absolute;
  right: 0;
  height: 100%;
}

.btn-group .btn-success:before {
  content: '';
  position: absolute;
  right: 0;
  height: 100%;
}

.btn-group .btn-info:before {
  content: '';
  position: absolute;
  right: 0;
  height: 100%;
}

.btn-group .btn-warning:before {
  content: '';
  position: absolute;
  right: 0;
  height: 100%;
}

.btn-group .btn-danger:before {
  content: '';
  position: absolute;
  right: 0;
  height: 100%;

}

.btn-group .btn-inverse:before {
  content: '';
  position: absolute;
  right: 0;
  height: 100%;
  border-right: 1px solid #222222;
}

.btn-group .btn.btn-secondary:before,
.btn-group .btn:last-child:before {
  border-right: 0px solid rgba(20, 20, 20, 0.2);
}

/*================================================
--> Element Divider
==================================================*/
.divider-dotted {
  border-top-style: dotted;
}

.divider-dashed {
  border-top-style: dashed;
}

.divider-solid-dbl {
  height: 4px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.divider-dotted-dbl {
  height: 4px;
  border-top: 1px dotted;
  border-bottom: 1px dotted;
}

.divider-dashed-dbl {
  height: 4px;
  border-top: 1px dashed;
  border-bottom: 1px dashed;
}

.divider-gradient-gray {
  background-image: linear-gradient(to right, transparent, #ccc, transparent);
  height: 1px;
  border: none;
}

.w25 {
  width: 25% !important;
}

.w50 {
  width: 50% !important;
}

.w75 {
  width: 75% !important;
}

.divider {
  position: relative;
  border-top-width: 1px;
}

.border-solid {
  border-top-style: solid;
}

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

.divider-center .divider-icon {
  left: auto;
  right: auto;
  margin-left: -20px;
}

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

.divider-right .divider-icon {
  left: auto;
  margin-left: -40px;
}

.divider-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -20px;
  display: inline-block;
  line-height: 40px;
  font-size: 20px;
  color: #d0d0d0;
  text-align: center;
  background: #ffffff;
}

.divider-gradient {
  height: 1px;
  border: none;
}

/* ================================================
--> Elements Alert style
================================================== */
.alert {
  padding: 20px;
  margin-bottom: 20px;
  border: 0px solid transparent;
  border-radius: 0;
  font-size: 15px;
}

@media (min-width: 768px) {
  .alert {
    font-size: 18px;
  }
}

.alert p {
  color: #797979;
}

.alert a.alert-link {
  color: #252525;
  font-weight: 500;
}

.alert-success {
  background-color: rgba(73, 195, 44, 0.25);
  border-color: #49c32c;
  color: #49c32c;
}

.alert-info {
  background-color: rgba(67, 159, 219, 0.25);
  border-color: #439fdb;
  color: #439fdb;
}

.alert-warning {
  background-color: rgba(234, 191, 56, 0.25);
  border-color: #eabf38;
  color: #eabf38;
}

.alert-danger {
  background-color: rgba(245, 92, 93, 0.25);
  border-color: #f55c5d;
  color: #f55c5d;
}

.iconic-alert .alert {
  padding: 10px 20px;
}

.iconic-alert i {
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  border-radius: 50%;
  line-height: 40px;
  margin-right: 10px;
}

.iconic-alert .alert-success i {
  background: #49c32c;
}

.iconic-alert .alert-info i {
  background: #439fdb;
}

.iconic-alert .alert-warning i {
  background: #eabf38;
}

.iconic-alert .alert-danger i {
  background: #f55c5d;
}

.alert-dismissible .close {
  position: relative;
  right: -1.25rem;
  padding: 18px 20px;
  color: inherit;
  font-size: 25px;
  opacity: 0.8;
}

/* ================================================
--> Elements Badge style
================================================== */
.display-single_element.element_badge p {
  margin-bottom: 10px;
  font-size: 15px;
  margin-top: 0px;
}

.display-single_element.element_badge h1, .display-single_element.element_badge h2, .display-single_element.element_badge h3, .display-single_element.element_badge h4, .display-single_element.element_badge h5 {
  margin: 0 0 15px;
}

.display-single_element.element_badge h1 {
  display: none;
}

@media (min-width: 768px) {
  .display-single_element.element_badge h1 {
    display: block;
  }
}

.display-single_element.element_badge .btn {
  text-transform: capitalize;
  margin-right: 15px;
}

.btn .badge {
  margin-left: 5px;
}

.badge {
  padding: 5px;
  font-weight: 400;
  font-size: 12px;
}

.badge-default {
  background-color: #323f41;
  color: #ffffff !important;
}

.badge-primary {
  background-color: #022063;
  color: #ffffff !important;
}

.badge-success {
  background-color: #49c32c;
  color: #ffffff !important;
}

.badge-info {
  background-color: #439fdb;
  color: #ffffff !important;
}

.badge-warning {
  background-color: #eabf38;
  color: #ffffff !important;
}

.badge-danger {
  background-color: #f55c5d;
  color: #ffffff !important;
}

/* ================================================
--> Elements icon style
================================================== */
.icon-v1, .icon-v2, .icon-v3, .icon-v4 {
  position: relative;
  display: inline-block;
  text-align: center;
  transition: all .2s ease-in-out;
  color: #6c6c6c;
}

.icon-xs {
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
}

.icon-sm {
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
}

.icon-v2 {
  border-style: solid;
  border: solid 1px #eee;
}

.icon-v2.icon-xs {
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
}

.icon-v2.icon-sm {
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
}

.icon-v3 {
  background-color: #eee;
}

.icon-v3.icon-xs {
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
}

.icon-v3.icon-sm {
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
}

.icon-v4 {
  padding: 4px;
  background: transparent !important;
  border: solid 1px #eee;
  transition: all .1s ease-in-out;
}

.icon-v4.icon-xs {
  width: 40px;
  height: 40px;
  font-size: 12px;
  line-height: 30px;
}

.icon-v4.icon-sm {
  width: 50px;
  height: 50px;
  font-size: 14px;
  line-height: 40px;
}

.icon-v4 .icon-v4-inner {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #eee;
}

/* ================================================
--> Elements input_group style
================================================== */
.input-group .form-check-label {
  margin-bottom: 0px;
}

.input-group .input-group-addon input[type=checkbox], .input-group .input-group-addon input[type=radio] {
  margin-top: 6px;
}

.input-group .form-check {
  margin-bottom: 0px;
}

.input-group .form-check .checkbox-custom + .checkbox-custom-label:before, .input-group .form-check .radio-custom + .radio-custom-label:before {
  margin-right: 0px;
}

label.control-label {
  font-size: 15px;
}

.input-group-addon {
  border-radius: 0px;
  background: #f0f0f0;
  padding-left: 17px;
  padding-right: 17px;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  color: #333;
}

input.form-control {
  font-size: 15px;
  color: #333;
}

.cr-addon .input-group {
  margin-bottom: 30px;
}

/*================================================
--> Element Heading
==================================================*/
[class*="heading-"] {
  position: relative;
}

.heading:before, .heading:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 100%;
  height: 0;
  border-top-width: 1px;
  border-color: inherit;
}

.heading.heading-v1:before {
  top: 48%;
  border-top-style: solid;
}

.heading.heading-v1:after {
  top: 58%;
  border-top-style: solid;
}

.heading-v1-title {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding-right: 18px;
  background-color: inherit;
  z-index: 2;
}

.text-center .heading-v1-title {
  padding-right: 18px;
  padding-left: 18px;
}

.text-right .heading-v1-title {
  padding-right: 0px;
  padding-left: 18px;
}

/*==================================
card
====================================*/
#cards_element .card {
  margin-bottom: 30px;
}

#cards_element .card .display-single_element p {
  margin-bottom: -10px;
}

.card {
  border: 0px;
  border-radius: 0px;
  overflow: hidden;
}

.card .card_img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.card .card-img {
  border-radius: 0px;
}

.card .card-title {
  margin: 0px;
  padding: 15px 0 0px;
  transition: all 0.3s ease;
}


.card .card-block {
  padding: 0;
}

.card .card-block p.card-text {
  padding: 15px 0px;
}

.card.img-mid .card_img {
  padding: 20px 0 20px;
}

.card.img-mid .card-title {
  padding-top: 0px;
}

.card.img-mid .card-block {
  padding: 0;
}

.card.img-mid .card-block p.card-text {
  padding: 0px 0px 15px;
}

.card.img-bottom .card_img {
  padding-top: 25px;
}

.card.img-bottom .card-title {
  padding-top: 0px !important;
}

.card .card-img-overlay p.card-text {
  color: #ffffff;
}

.card.card-inverse:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(20, 20, 20, 0.7);
}

.card ul.list-inline li {
  margin-right: 10px;
}

.card ul.list-inline li:last-child {
  margin-right: 0px;
}

.card ul.list-inline li i {
  margin-right: 5px;
}

.card.text-white .card-title, .card.text-white .card-text {
  color: #ffffff;
}

.card.card-body {
  border: 1px solid #f0f0f0;
}

.card .card-ribbon {
  width: 200px;
  padding: 2px 5px;
  position: absolute;
  text-align: center;
  font-size: 12px;
  z-index: 1;
}

.card .card-ribbon.card-ribbon-top {
  top: 20px;
}

.card .card-ribbon.card-ribbon-top.card-ribbon-left {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.card .card-ribbon.card-ribbon-top.card-ribbon-right {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.card .card-ribbon.card-ribbon-bottom {
  bottom: 20px;
}

.card .card-ribbon.card-ribbon-bottom.card-ribbon-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.card .card-ribbon.card-ribbon-bottom.card-ribbon-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.card .card-ribbon.card-ribbon-left {
  left: -70px;
}

.card .card-ribbon.card-ribbon-right {
  right: -70px;
}

/* ================================================
--> Elements countdown style
================================================== */
.count-down {
  position: relative;
}

.count-down h2 {
  font-size: 40px;
  margin-bottom: 30px;
}

.count-down .simple_timer {
  width: 100%;
  margin: 0 auto;
  color: #222222;
}

.count-down .table-cell {
  margin: 15px 15px 0 0;
  display: inline-block !important;
  text-align: center;
}

.count-down .table-cell .tab-val {
  width: 100px;
  height: 100px;
  line-height: 110px;
  font-size: 40px;
  display: inline-block !important;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  font-weight: 500;
}

.count-down .table-cell .tab-metr {
  display: none;
}

.count-down.titled .table-cell {
  position: relative;
  height: 130px;
}

.count-down.titled .table-cell .tab-val {
  width: 130px;
  height: 130px;
  background-color: transparent;
}

.count-down.titled .table-cell .tab-metr {
  display: block !important;
  margin-top: -50px;
  line-height: 22px;
  font-size: 16px;
  text-transform: capitalize;
  color: #252525;
}

.count-down.circled .tab-val {
  border-radius: 50%;
}

.count-down.colored-bg {
  padding: 80px 50px 80px;
}

.count-down.colored-bg .tab-val {
  width: 130px;
  height: 130px;
  background-color: #ffffff !important;
  border: none;
}

.count-down.bg-image {
  position: relative;
  padding: 80px 50px 80px;
}

.count-down.bg-image .tab-val {
  width: 130px;
  height: 130px;
  background-color: #ffffff !important;
  border: none;
}

.count-down.bg-image.shadow:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(53, 63, 65, 0.9);
}

.fun-text {
  position: relative;
  display: block;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .fun-text {
    display: inline-block;
    margin-right: 0px;
  }
}

.fun-text:last-child {
  margin-right: 0px;
}

@media (min-width: 768px) {
  .fun-text {
    margin-right: 80px;
  }
}

.fun-text span {
  font-size: 50px;
  color: #252525;
  font-weight: 400;
  padding: 20px 0;
  display: inline-block;
}

.fun-text p {
  font-size: 16px;
  line-height: 22px;
  color: #252525;
}

.bg-primary .fun-text span, .bg-primary .fun-text p {
  color: #ffffff;
}

/* ================================================
--> Elements form style
================================================== */
.form-group {
  margin-bottom: 0px;
}

.input-group-addon {
  border-color: #f0f0f0;
}

input.form-control, textarea.form-control, select.form-control {
  border-radius: 0px;
  font-size: 14px;
  padding: 13px 20px;
  line-height: 24px;
  border: 1px solid #f0f0f0;
  background-color: #f0f0f0;
  margin-bottom: 30px;
  font-weight: 300;
}

input.form-control::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder, select.form-control::-webkit-input-placeholder {
  color: #797979;
}

input.form-control:-moz-placeholder, textarea.form-control:-moz-placeholder, select.form-control:-moz-placeholder {
  color: #797979;
}

input.form-control::-moz-placeholder, textarea.form-control::-moz-placeholder, select.form-control::-moz-placeholder {
  color: #797979;
}

input.form-control:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder, select.form-control:-ms-input-placeholder {
  color: #797979;
}

input.form-control.focus, input.form-control:focus, input.form-control.active, input.form-control:active, textarea.form-control.focus, textarea.form-control:focus, textarea.form-control.active, textarea.form-control:active, select.form-control.focus, select.form-control:focus, select.form-control.active, select.form-control:active {
  background-color: #ffffff;
  border-color: #f0f0f0;
  font-weight: 300;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.05);
}

input.form-control.is-valid.focus, input.form-control.is-valid:focus, input.form-control.is-valid.active, input.form-control.is-valid:active, input.form-control.is-invalid.focus, input.form-control.is-invalid:focus, input.form-control.is-invalid.active, input.form-control.is-invalid:active {
  background-color: #ffffff;
  border-color: default;
  font-weight: 300;
  box-shadow: default;
}

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

@media (min-width: 768px) {
  .text_input .form-group {
    margin-bottom: 20px;
  }
}

.text_input .form-group label {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #252525;
}

@media (min-width: 992px) {
  .text_input .form-group label {
    font-size: 16px;
  }
}

.text_input input.form-control, .text_input textarea.form-control, .text_input select.form-control {
  margin-bottom: 0px;
}

.form-group .helpText {
  position: absolute;
  top: 18px;
  right: 25px;
}

.selectOptions {
  margin-bottom: 0px;
}

.selectOptions .sbHolder {
  background-color: transparent;
  border: none;
  margin: 0;
  border-radius: 0;
  border: 1px solid #e4e4e4;
}

.selectOptions .sbHolder, .selectOptions .sbSelector {
  width: 100% !important;
  height: 50px !important;
  line-height: 50px;
  background: #f0f0f0;
  border: none;
}

.selectOptions .sbOptions {
  width: 100% !important;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  right: 0 !important;
  border-radius: 0;
  z-index: 100;
}

.selectOptions .sbOptions a {
  color: #797979;
  font-size: 13px;
  padding: 5px 15px;
  text-transform: uppercase;
}

.selectOptions .sbOptions a:hover {
  color: #022063;
  background-color: transparent;
}

.selectOptions .sbOptions li:first-child a {
  padding-top: 10px;
}

.selectOptions .sbOptions li:last-child a {
  padding-bottom: 10px;
}

.selectOptions .sbOptions .sbToggle:hover, .selectOptions .sbOptions .sbToggle:focus, .selectOptions .sbOptions .sbToggle:active {
  color: inherit;
}

.selectOptions .sbHolder > a.sbToggle:after {
  position: absolute;
  content: '\f078';
  font-family: 'FontAwesome';
  top: 0px;
  right: 10px;
  font-size: 10px;
}

.selectOptions .sbHolder > a.sbToggle.sbToggleOpen:after {
  content: '\f077';
}

.form-check-input {
  margin-left: 4px;
  margin-top: 6px;
  padding: 5px;
  opacity: 0;
}

.form-check-label {
  padding-left: 0px;
  margin-bottom: 25px;
  font-size: 15px;
  cursor: default;
  color: #252525;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
  content: '';
  background: #ffffff;
  border: 1px solid #dedede;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-right: 10px;
  text-align: center;
  line-height: 20px;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  color: #ffffff;
  background: #022063;
  border: 0px solid #022063;
}

.radio-custom + .radio-custom-label:before {
  border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
  content: "\f111";
  font-size: 9px;
  font-family: 'FontAwesome';
  color: #ffffff;
  background: #022063;
  border: 0px solid #022063;
}

span.or {
  font-size: 15px;
  padding: 15px 0;
  display: block;
  color: #222222;
}

.checkbox-custom:checked + .checkbox-custom-label.default-checked:before,
.radio-custom:checked + .radio-custom-label.default-checked:before {
  background-color: #e5e5e5 !important;
  color: #797979 !important;
}

.checkbox-custom:checked + .checkbox-custom-label.disable-checked:before,
.radio-custom:checked + .radio-custom-label.disable-checked:before {
  background: #f2f2f2 !important;
  color: rgba(121, 121, 121, 0.5) !important;
}

h3.form_title {
  display: block;
  font-size: 25px;
  padding: 25px 30px;
  text-transform: capitalize;
  background: #f0f0f0;
}

form.register {
  border: 1px solid #e5e5e5;
  border-top: 0px;
  padding: 25px 30px;
}

form.register .form-check label.checkbox-custom-label {
  color: #252525;
  margin-bottom: 0px;
}

form.register .form-check label.checkbox-custom-label:before {
  width: 16px;
  height: 16px;
  line-height: 16px;
}

form.register .form-check .checkbox-custom:checked + .checkbox-custom-label:before {
  font-size: 12px;
}

form.register .btn-link {
  color: #439fdb;
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
}

form.register span.or {
  position: relative;
  font-weight: 700;
}

form.register span.or:before {
  content: '';
  position: absolute;
  left: 0;
  width: 47%;
  background: #e5e5e5;
  height: 1px;
  top: 50%;
}

form.register span.or:after {
  content: '';
  position: absolute;
  right: 0;
  width: 47%;
  background: #e5e5e5;
  height: 1px;
  top: 50%;
}

form.register .btn {
  font-weight: 700;
  margin-bottom: 20px;
}

form.register .btn.btn-facebook, form.register .btn.btn-twitter {
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: unset;
}

p.form-footer {
  margin: 0;
  text-align: center;
  padding: 20px 0;
  border: 1px solid #e5e5e5;
  border-top: 0px;
  font-size: 15px;
}

.input-icon {
  position: relative;
}

.input-icon .input-group-addon {
  background-color: transparent;
  border: 0px solid transparent;
  font-size: 16px;
  color: #797979;
  position: absolute;
  top: 0;
  padding: 0px;
  z-index: 55;
  margin: 17px 0px;
  left: 15px;
}

.input-icon input {
  padding-left: 40px;
}

.input-icon.col-md-12 .input-group-addon {
  left: 27px;
}

.form-inline {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-inline .input-group {
  width: 38%;
  position: relative;
}

.form-inline .uname, .form-inline .email, .form-inline .password {
  position: relative;
}

/* ================================================
--> Elements Progressbar style
================================================== */
.progress {
  border-radius: 0px;
}

.progress.bordered {
  height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  padding: 0 5px;
  line-height: 10px;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
}

.progress.bordered .progress-bar {
  background-color: #022063;
  border-radius: 0px;
  height: 10px;
}

.progressText {
  font-size: 15px;
}

.progress-bar {
  background-color: #022063;
  text-align: left;
  border-radius: 0px;
}

.tooltip {
  position: relative;
  float: right;
}

.tooltip > .tooltip-inner {
  background-color: transparent;
  padding: 8px 15px;
  color: #797979;
  font-size: 15px;
}

.tooltip > .tooltip-inner:before {
  display: none;
}

.progress-bar-primary {
  background-color: #022063;
}

.progress-bar-success {
  background-color: #49c32c;
}

.progress-bar-info {
  background-color: #439fdb;
}

.progress-bar-warning {
  background-color: #eabf38;
}

.progress-bar-danger {
  background-color: #f55c5d;
}

.circle1 {
  margin-top: 30px;
  position: relative;
}

.circle1 strong {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 30px;
  margin-top: -20px;
  color: #252525;
}

.circle1 span.text {
  display: block;
  color: #252525;
  font-size: 16px;
  margin-top: 15px;
  text-transform: uppercase;
}

/* ================================================
--> Elements Nav style JRC
================================================== */
ul.nav .nav-item .nav-link {
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
}

ul.nav .nav-item.active {
  color:red;
  
}

ul.nav-tabs .nav-item .nav-link {
  border-radius: 0px;
  padding: 10px 25px;
  background-color: #f0f0f0;
  margin-right: 0px;
  border: 1px solid #e5e5e5;
  border-bottom: 0px;
  color: #fff;
}

ul.nav-tabs .nav-item .nav-link.active {
  border-top-color: #022063;
  border-top-width: 2px;
  background-color: #ffffff;
}

ul.nav-tabs .nav-item:last-child .nav-link {
  margin-right: 0px;
}

ul.nav-tabs.no-bg .nav-item .nav-link {
  background-color: transparent;
  border: 1px solid transparent;
}

ul.nav-tabs.no-bg .nav-item .nav-link.active {
  border-color: #022063;
  background-color: #022063;
  color: #ffffff;
}

ul.nav-tabs.nav-pills .nav-item .nav-link.active {
  border-color: #022063;
  background-color: #022063;
  color: #ffffff;
}

/* MODAL CUSTOMS STYLES */
@media (min-width: 992px) {
  .modal .modal-lg {
    max-width: 870px !important;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 5%);
  transform: translate(0, 5%);
}

.modal-content {
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.08);
  border: none;
}

.modal-content .modal-item {
  padding: 15px;
}

@media (min-width: 992px) {
  .modal-content .modal-item {
    padding: 30px;
  }
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  font-size: 16px;
  -webkit-appearance: none;
  position: absolute;
  right: 15px;
  z-index: 55;
}

button.close:hover, button.close.active, button.close:focus {
  outline: none;
  box-shadow: none;
}

.card_img {
  position: relative;
  overflow: hidden;
}

.quick_view {
  color: #ffffff !important;
}

.quick_view:visited, .quick_view:hover {
  color: #ffffff;
}

.quick-view-container {
  background: rgba(10, 10, 10, 0.85);
}

.quick-view-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  max-width: 980px;
  max-height: 400px;
}

.quick-view-carousel {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
}

@media (min-width: 768px) {
  .quick-view-carousel {
    top: 0;
    width: 57%;
  }
}

.fancybox-slide .fancybox-image-wrap {
  top: 10px;
}

@media (min-width: 768px) {
  .fancybox-slide .fancybox-image-wrap {
    top: 0;
  }
}

.quick-view-carousel .fancybox-stage {
  bottom: 30px;
}

.quick-view-aside {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 50%;
  left: auto;
  width: 100%;
  padding: 0px 0 0px 0;
  background: #fff;
  color: #777;
}

@media (min-width: 768px) {
  .quick-view-aside {
    width: 43%;
    bottom: 0;
  }
}

.quick-view-aside .project_specification {
  padding: 10px 30px;
  color: #ffffff;
  position: relative;
}

@media (min-width: 768px) {
  .quick-view-aside .project_specification {
    padding: 40px 30px;
  }
}

.quick-view-aside .project_specification h2 {
  margin-bottom: 10px;
  margin-top: 0px;
  font-size: 22px;
}

@media (min-width: 768px) {
  .quick-view-aside .project_specification h2 {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .quick-view-aside .project_specification h2 {
    margin-bottom: 30px;
    font-size: 30px;
  }
}

.quick-view-aside .project_specification .row {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .quick-view-aside .project_specification .row {
    margin-top: 15px;
  }
}

.quick-view-aside::before, .quick-view-aside::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.quick-view-aside::before {
  width: 8px;
  background: #f4f4f4;
}

.quick-view-aside::after {
  width: 0px;
  background: #e9e9e9;
}

@media (min-width: 768px) {
  .quick-view-aside::after {
    width: 1px;
  }
}

.quick-view-aside > div {
  height: 100%;
  overflow: auto;
  padding: 0 0px 0 0px;
  text-align: center;
}

@media (min-width: 768px) {
  .quick-view-aside > div {
    padding: 0 0px 0 10px;
  }
}

.quick-view-aside > div .bg-image {
  height: 100%;
}

.quick-view-close {
  position: absolute;
  top: 0px;
  right: 0;
  width: 44px;
  height: 44px;
  background: #F0F0F0;
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
  font-family: Arial;
  font-size: 14px;
  color: #222;
  text-indent: -99999px;
  transition: all .2s;
}

.quick-view-close:hover {
  background: #e4e4e4;
}

.quick-view-close::before,
.quick-view-close::after {
  content: '';
  position: absolute;
  top: 12px;
  left: 22px;
  width: 1px;
  height: 18px;
  background-color: #222;
}

.quick-view-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.quick-view-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.quick-view-bullets {
  list-style: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  z-index: 99999;
  -webkit-tap-highlight-color: transparent;
}

.quick-view-bullets li {
  display: inline-block;
  vertical-align: top;
}

.quick-view-bullets li a {
  display: block;
  height: 30px;
  width: 20px;
  position: relative;
}

.quick-view-bullets li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 99px;
  text-indent: -99999px;
  overflow: hidden;
  background: #d4d2d2;
}

.quick-view-bullets li.active a span {
  background: #022063;
}

/*
	// End of examples
*/
/* ================================================
--> Elements tabs style
================================================== */
.icon_tabs {
  margin-top: 25px;
  border: none;
  display: block;
}

@media (min-width: 768px) {
  .icon_tabs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.icon_tabs .nav-item {
  border: none;
  display: block;
  text-align: left !important;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .icon_tabs .nav-item {
    margin-bottom: 0px;
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .icon_tabs .nav-item {
    display: inline-block;
    margin: 0 5px;
  }
}

.icon_tabs .nav-item a.nav-link {
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.08);
  border: none;
  border-radius: 0px;
  background: #fff;
  position: relative;
  color: #252525;
  white-space: nowrap;
  padding: 25px;
}

@media (min-width: 768px) {
  .icon_tabs .nav-item a.nav-link {
    padding: 20px 0px;
  }
}

@media (min-width: 992px) {
  .icon_tabs .nav-item a.nav-link {
    padding: 25px 0px;
  }
}

@media (min-width: 1200px) {
  .icon_tabs .nav-item a.nav-link {
    padding: 40px 0px;
  }
}

.icon_tabs .nav-item a.nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease;
  border-bottom: 4px solid #022063;
}

.icon_tabs .nav-item a.nav-link i {
  font-size: 26px;
  color: #848484;
  float: left;
  line-height: 20px;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .icon_tabs .nav-item a.nav-link i {
    float: unset;
    font-size: 30px;
    padding-bottom: 14px;
  }
}

@media (min-width: 992px) {
  .icon_tabs .nav-item a.nav-link i {
    float: unset;
    font-size: 40px;
    padding-bottom: 20px;
  }
}

.icon_tabs .nav-item a.nav-link h3 {
  text-transform: capitalize;
  display: inline-block;
  margin-left: 15px;
  font-size: 18px;
}

@media (min-width: 768px) {
  .icon_tabs .nav-item a.nav-link h3 {
    display: block;
    margin-left: 0px;
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .icon_tabs .nav-item a.nav-link h3 {
    font-size: 18px;
  }
}

.icon_tabs .nav-item a.nav-link:hover:before, .icon_tabs .nav-item a.nav-link.active:before {
  opacity: 1;
}

.icon_tabs .nav-item a.nav-link:hover .fa, .icon_tabs .nav-item a.nav-link.active .fa {
  color: #022063;
}

.nav-tabs.bar-tabs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.nav-tabs.bar-tabs .nav-item {
  margin-bottom: 0px;
}

.nav-tabs.bar-tabs .nav-link {
  border-radius: 0px;
  position: relative;
  display: inline-block;
  padding: 10px 25px;
  padding-bottom: 15px !important;
  background-color: transparent !important;
  margin-right: 0px;
  color: #252525;
  border: none !important;
}

.nav-tabs.bar-tabs .nav-link.active h5 {
  transition: all 0.3s ease;
  color: #022063;
}

.nav-tabs.bar-tabs .nav-link.active:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  border-bottom: 3px solid #022063;
  width: 100%;
}

.tab-content .active {
  padding: 25px;
}

@media (min-width: 768px) {
  .nav-tabs .nav-item {
    margin-bottom: -1px;
  }
}

.tab-content.tab-bordered .active {
  border: 1px solid #e5e5e5;
  border-top: 0px solid transparent;
  padding: 25px;
}

.nav-unbordered.nav-tabs {
  border-bottom: 0px;
}

.nav-unbordered.nav-tabs .nav-item {
  padding: 10px 25px 10px 0;
}

.nav-unbordered.nav-tabs .nav-item .nav-link {
  border: 0px;
  padding: 0px;
  font-size: 18px;
  background-color: transparent;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
}

.nav-unbordered.nav-tabs .nav-item .nav-link.active {
  color: #7bd1df;
  background-color: transparent;
}

.nav-unbordered.nav-tabs .nav-item .nav-link.active:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 2px solid #7bd1df;
  bottom: -8px;
}

.nav.nav-tabs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .nav.nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}

.nav-stacked {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.nav-tabs.nav-stacked {
  margin-right: 0;
  border-bottom: 0;
  border-right: none;
}

@media (min-width: 768px) {
  .nav-tabs.nav-stacked {
    border-right: 1px solid #e4e4e4;
    padding-right: 0;
  }
}

.nav-tabs.nav-stacked .nav-item {
  margin: 0 !important;
  float: none !important;
  display: block !important;
}

.nav-tabs.nav-stacked .nav-item .nav-link {
  padding: 10px 15px;
  margin-right: 0px;
  border-right: 0px;
}

.nav-tabs.nav-stacked .nav-item .nav-link i {
  padding-right: 10px;
}

.nav-tabs.nav-stacked .nav-item .nav-link.active {
  border-top-color: #e4e4e4;
  border-top-width: 1px;
  bottom: 0;
}

@media (min-width: 768px) {
  .nav-tabs.nav-stacked .nav-item .nav-link.active {
    margin-right: -1px;
    border-right-color: #fff !important;
  }
}

/* ================================================
--> Elements video style
================================================== */
.promo-video {
  position: relative;
  width: 100%;
  float: none;
  overflow: hidden;
  max-height: 400px;
  padding-top: 100%;
}

.promo-video:before {
  background-color: rgba(10, 35, 59, 0);
}

@media (min-width: 768px) {
  .promo-video {
    max-height: 500px;
    width: 100%;
    float: left;
    position: relative;
    margin: 0px;
    padding-top: 80%;
  }
}

@media (min-width: 992px) {
  .promo-video {
    padding-top: 50%;
  }
}

.promo-video .video-button {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.promo-video .video-button i {
  position: relative;
  height: 80px;
  width: 80px;
  line-height: 80px;
  font-size: 35px;
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
  padding-left: 10px;
  text-align: center;
  border: 2px solid #ffffff;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.promo-video .video-button:hover i {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.video-box a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video-box a iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: relative;
}

.video-box a:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 35, 59, 0.4);
}

.video-box a img {
  position: relative;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}

.video-box a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.box-video {
  position: relative;
  max-width: 100%;
  margin: 0 auto 20px;
  cursor: pointer;
  overflow: hidden;
}

.box-video .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}

.box-video .video-container {
  position: relative;
  margin: 0;
  z-index: 1;
}

.box-video .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  display: inline-block;
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 50%;
  text-indent: -999em;
  cursor: pointer;
  z-index: 2;
  transition: all .3s ease-out;
}

.box-video .btn-play:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  margin: -12px 0 0 -6px;
  border: solid transparent;
  border-left-color: #022063;
  border-width: 12px 20px;
  transition: all .3s ease-out;
}

.box-video:hover .btn-play {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.box-video.open .bg-video {
  visibility: hidden;
  opacity: 0;
  transition: all .6s .8s;
}

.box-video.open .video-container {
  opacity: 1;
  transition: all .6s .8s;
}

.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}

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

p.typo {
  padding-top: 20px;
  padding-bottom: 30px;
}

mark {
  background: transparent;
  color: #f55c5d !important;
}

.styled_list {
  margin-top: 15px;
  position: relative;
  display: inline-block;
}

@media (min-width: 768px) {
  .styled_list {
    margin-top: 15px;
  }
}

.styled_list li {
  font-size: 14px;
  line-height: 30px;
}

@media (min-width: 768px) {
  .styled_list li {
    font-size: 14px;
    float: left;
    width: 50%;
  }
}

.styled_list li i {
  margin-right: 10px;
  font-size: 12px;
}

.styled_list li a {
  color: #797979;
}

@media (min-width: 768px) {
  .styled_list li a {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .styled_list li a {
    font-size: 14px;
  }
}

ol.styled_list {
  margin-left: 15px;
}

ol.styled_list li {
  padding-left: 10px;
}

.dropcaps p {
  display: inline-block;
}

.dropcaps p .firstcharacter {
  color: #797979;
  float: left;
  font-size: 22px;
  width: 40px;
  height: 40px;
  background-color: #f0f0f0;
  text-align: center;
  line-height: 40px;
  margin-top: 9px;
  margin-right: 10px;
}

/* ==================== TEXT COLOR ===================== MODJC
.navbar-default .navbar-collapse li a.nav-link:hover, .navbar-default .navbar-collapse li a.nav-link.focus, .navbar-default .navbar-collapse li a.nav-link:focus, .navbar-default .navbar-collapse li.dropdown .dropdown-menu li a:hover, .navbar-default .navbar-collapse li.active a, .navbar-default .navbar-collapse li.active a:focus, .navbar-default .navbar-collapse li.active a:hover, .navbar-default .navbar-collapse li.active.dropdown .dropdown-menu li a:hover, .navbar-default .navbar-collapse li.dropdown.show a:hover, .navbar-default .navbar-collapse li.dropdown.show a.focus, .navbar-default .navbar-collapse li.dropdown.show a:focus, .navbar-default .navbar-collapse li.dropdown .dropdown-menu li.active a, .navbar-default .navbar-nav > .show > a, .navbar-default .navbar-nav > .show > a:focus, .navbar-default .navbar-nav > .show > a:hover, .nav-category .dropdown-menu li a:hover, .nav-category .dropdown-menu li a:hover i, .nav-category .dropdown-menu li.active a, .navbar-transparent .navbar-nav .nav-item.active a.nav-link, .navbar-transparent.bb-fixed-header .navbar-nav .nav-item.active a.nav-link, .bannerV3 .slide .slider-title h3 span, .bannerV3 .slide .productCaption .offer-price, .bannerV3 .slick-prev:before, .bannerV3 .slick-next:before, .slider-captionV4 .tp-caption.rs-caption-2 small, .imageBox .productCaption .offer-price, .whiteSection .featuredProducts .slide .productCaption .offer-price, .mainContent .featuredProducts .slide .productCaption .offer-price, .productsContent .productBox .productCaption .offer-price, .whiteSection .latestArticles .thumbnail span a:hover, .mainContent .latestArticles .thumbnail span a:hover, .box i, .dealSlider .productDeal h3 span, .dealSlider .productCaption .btn-border,
.dealSlider .productCaption .btn-border i, .dealSlider .imageBox:hover .productDeal .rating, .dealSlider .whiteSection .featuredProducts .slide:hover .productDeal .rating, .whiteSection .featuredProducts .dealSlider .slide:hover .productDeal .rating, .dealSlider .mainContent .featuredProducts .slide:hover .productDeal .rating, .mainContent .featuredProducts .dealSlider .slide:hover .productDeal .rating, .dealSlider .productsContent .productBox:hover .productDeal .rating, .productsContent .dealSlider .productBox:hover .productDeal .rating, .testimonial-inner .testimonialText .product-rating, .category-top .category-menu h2, .category-menu ul li:hover a, .home-v5 .icon-box, .home-v5 .testimonial-section .card small, .footer .newsletter .input-group .input-group-addon i, .copyRight.version2 p a:hover, .form-field .btn-link, .form-body .panel .panel-body .btn-link, .signUp .panel .panel-body .btn-link, .lostPassword .panel .panel-body .btn-link, .logIn .panel .panel-body .btn-link, .commentsForm .btn-link, #login .modal-dialog .modal-content .modal-body .btn-link, .logIn .panel .panel-body .btn-link:hover, #signup .modal-dialog .modal-content .modal-body .btn-link, .sub-list-item:hover, .navbar-side-collapse .side-nav li .collapseItem li a:hover, .sidebar-list li a:hover, .navbar-side-collapse .side-nav li a:hover, .filterNormal .list-unstyled li a:hover, .productListSingle .media:hover .media-heading, .productListSingle .media:hover h3, .cartListInner .table-responsive .table tbody tr td .close, .orderBox.myAddress .table-responsive .table tbody tr td .close, .notFound h1, .commentsArea .media .media-body .btn-link:hover, .userProfile .innerWrapper h3 span, .orderBox .table-responsive .table tbody tr td:first-child, .orderBox.myAddress.wishList .table-responsive .table tbody tr td:nth-child(4), .icon-left.card.card-accordion .card-header.header-inverse a, .card .card-title:hover, .quick-drop .sbOptions a:hover, .selectOptions .sbOptions a:hover, ul.nav .nav-item.active .nav-link, .icon_tabs .nav-item a.nav-link:hover .fa, .icon_tabs .nav-item a.nav-link.active .fa, .nav-tabs.bar-tabs .nav-link.active h5 {
  color: #022063;
}
 */

/* ==================== BACKGROUND COLOR ===================== */
.searchBox .input-group .input-group-addon, .top-right .cart-dropdown a, .cart-dropdown a, .top-right .cart-dropdown a:hover, .cart-dropdown a:hover, .top-right .cart-dropdown ul.dropdown-menu, .cart-dropdown ul.dropdown-menu, .navbar-default .navbar-toggler, .cart-dropdown .shop-cart .badge, .navTop .cart-dropdown > a i, .nav-category, .tp-caption.rs-caption-4 .btn:hover, .bannerV2 .btn:hover, .bannerV3 .btn:hover, .bannerV2 .border, .bannerV2 .slider-button a.btn, .bannerV2 .fullscreenbanner-container .fullscreenbanner-bg, .bannerV3 .slide .productCaption .offer, .bannerV3 button.slick-arrow:hover, .bannerV5 .promo-video-holder a.video-link i.play-icon, .version2 .whiteSection .featuredProducts .slide .productImage .productMasking ul li a:hover, .whiteSection .featuredProducts .version2 .slide .productImage .productMasking ul li a:hover, .version2 .mainContent .featuredProducts .slide .productImage .productMasking ul li a:hover, .mainContent .featuredProducts .version2 .slide .productImage .productMasking ul li a:hover, .version2 .productsContent .productBox .productImage .productMasking ul li a:hover, .productsContent .version2 .productBox .productImage .productMasking ul li a:hover,
.dealSlider .imageBox:hover .productCaption .btn-border, .dealSlider .whiteSection .featuredProducts .slide:hover .productCaption .btn-border, .whiteSection .featuredProducts .dealSlider .slide:hover .productCaption .btn-border, .dealSlider .mainContent .featuredProducts .slide:hover .productCaption .btn-border, .mainContent .featuredProducts .dealSlider .slide:hover .productCaption .btn-border, .dealSlider .productsContent .productBox:hover .productCaption .btn-border, .productsContent .dealSlider .productBox:hover .productCaption .btn-border, .sticker, .home-v5 .promo-video .video-button a i, .home-v5 .aboutSection a.primary-btn, .version2 .imageBox .productImage .productMasking ul li a:hover, .tabCommon .nav-tabs li a.active:before, .home-v5 .order, .footer .newsletter .input-group .input-group-addon:hover, .footer.version2 .newsletter .input-group .input-group-addon:hover, .form-body .panel .panel-heading, .signUp .panel .panel-heading, .lostPassword .panel .panel-heading, .logIn .panel .panel-heading, .form-body .panel .panel-body .checkbox-custom:checked + .checkbox-custom-label:before, .signUp .panel .panel-body .checkbox-custom:checked + .checkbox-custom-label:before, .lostPassword .panel .panel-body .checkbox-custom:checked + .checkbox-custom-label:before, .logIn .panel .panel-body .checkbox-custom:checked + .checkbox-custom-label:before, .stepsPage form .checkboxArea input[type=radio]:not(old):checked + label span, #login .modal-dialog .modal-content .modal-header, #signup .modal-dialog .modal-content .modal-header, .sideBar .panel .panel-heading, .filterArea .btn-group .btn-default:hover, .filterArea .btn-group .btn-default.active, .productListSingle .media .media-body .btn-group .btn-default:hover, .productListSingle .media .media-body .btn-group .btn-default:focus, .cartListInner .table-responsive .table thead tr th, .orderBox .table-responsive .table thead tr th, .notFound .btn-default, .blogPage .pagination li a:hover, .blogPage .pagination li.active a, .blogPage .pagination li.active a:hover, .blogPage .pagination li.active a:focus, .unorder-list li:before, .darkSection .btn-default:hover, .stepsWrapper .innerWrapper .well .pager li.previous a:hover, .progress-wizard .progress-wizard-step .progress-wizard-dot, .progress-wizard .progress-wizard-step .progress .progress-bar, .setp5 .thanksContent .thanksInner .well, .userProfile .btn-group a:hover, .userProfile .btn-group a.active, .userProfile .innerWrapper .list-inline li .btn-lg:hover, .userProfile .innerWrapper.singleOrder .btn-group .btn-default, .orderBox .table-responsive .table tbody tr td .btn-sm:hover, .profile .thumbnail .caption .btn-primary, .profile .form-horizontal .form-group .btn-primary, .count-down #simple_timer .table-cell .tab-val, .card.card-accordion .card-header a, .btn-primary, .btn-primary-outlined:hover, .btn-primary-outlined:focus, .btn-primary-outlined.active, .btn-primary-outlined:active, .socialLink a:focus, .socialLink a:hover, .socialLink a.active, .socialLink a:active, .footer-dark .socialLink a:focus, .footer-dark .socialLink a:hover, .footer-dark .socialLink a.active, .footer-dark .socialLink a:active, .badge-primary, .checkbox-custom:checked + .checkbox-custom-label:before, .radio-custom:checked + .radio-custom-label:before, .progress.bordered .progress-bar,
.progress-bar-primary, ul.nav-tabs.no-bg .nav-item .nav-link.active, ul.nav-tabs.nav-pills .nav-item .nav-link.active, .quick-view-bullets li.active a span {
  background-color:#022063;
}

.top-right .cart-dropdown a, .cart-dropdown a, .top-right .cart-dropdown a:hover, .cart-dropdown a:hover {
  background-color:transparent;
  color:#022063;

}

/* ==================== BORDER COLOR ===================== */
.searchBox .input-group .input-group-addon, .searchBox .input-group .form-control:focus, .navbar-transparent .navbar-nav .nav-item a.nav-link.primary-btn, .bannerV2 .caption-info-inner, .bannerV3 button.slick-arrow:hover, .bannerV5 .slider-caption .primary-btn, .dealSlider .productCaption .btn-border, .version2 .box:hover, .home-v5 .promo-video .video-button a i, .footer, .footer .newsletter .input-group .input-group-addon, .footer .newsletter .input-group .input-group-addon:hover, .footer.version2 .newsletter .input-group .input-group-addon:hover, .form-body .panel .panel-body .checkbox-custom:checked + .checkbox-custom-label:before, .signUp .panel .panel-body .checkbox-custom:checked + .checkbox-custom-label:before, .lostPassword .panel .panel-body .checkbox-custom:checked + .checkbox-custom-label:before, .logIn .panel .panel-body .checkbox-custom:checked + .checkbox-custom-label:before, .stepsPage form .checkboxArea input[type=radio]:not(old):checked + label span, .filterArea .btn-group .btn-default:hover, .filterArea .btn-group .btn-default.active, .productListSingle .media .media-body .btn-group .btn-default:hover, .productListSingle .media .media-body .btn-group .btn-default:focus, .notFound .btn-default, .blogPage .pagination li a:hover, .blogPage .pagination li.active a, .blogPage .pagination li.active a:hover, .blogPage .pagination li.active a:focus, .darkSection .btn-default:hover, .orderBox .table-responsive .table tbody tr td .btn-sm:hover, .card.card-accordion .card-header a, .icon-left.card.card-accordion .card-header.header-inverse a, .btn-primary, .btn-primary-outlined, .socialLink a:focus, .socialLink a:hover, .socialLink a.active, .socialLink a:active, .footer-dark .socialLink a:focus, .footer-dark .socialLink a:hover, .footer-dark .socialLink a.active, .footer-dark .socialLink a:active, .checkbox-custom:checked + .checkbox-custom-label:before, .radio-custom:checked + .radio-custom-label:before, ul.nav-tabs.no-bg .nav-item .nav-link.active, ul.nav-tabs.nav-pills .nav-item .nav-link.active, .icon_tabs .nav-item a.nav-link:before, .nav-tabs.bar-tabs .nav-link.active:before {
  border-color: #022063;
}

/*================ Special Case ================= */
.cartListInner .table-responsive .table thead tr, .orderBox .table-responsive .table thead tr {
  border-left: 3px solid #022063;
  border-right: 3px solid #022063;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.active, .btn-primary:active {
  background-color: #022063 !important;
  border: 1px solid #022063 !important;
}

.bannerV2 .fullscreenbanner-container .fullscreenbanner-bg:after {
  border-left-color: #022063;
}

ul.nav-tabs .nav-item .nav-link.active, .category-content {
  border-top-color: #022063;
}

.box-video .btn-play:after {
  border-left-color: #022063;
}


/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 8, 2017, 8:27:56 AM
    Author     : justin
*/
a {
    color:#022063;
    cursor:pointer !important;
}

a:hover, a:focus {
    color:red;
    text-decoration:underline !important;
    cursor:pointer !important;
}

.fa-10x {
    font-size:90pt;
}

.softer {
   opacity:0.5; 
}

.text-lg {
    font-size:200%;
}
.text-md {
    font-size:150%;
}

.text-md .badge {
  padding:6px 12px;
}

a.btn, a.btn:hover, a.btn:focus {
        text-decoration:none !important;
}

.hover-info > *:hover {
    background-color:#eee;
}

#account-tabs .btn-group .dropdown-menu {
    background:#eee;
}

#account-tabs .btn-group .dropdown-menu .dropdown-divider {
    border-top:1px solid #bbb;
}

.ws-pagination > .row div p {
    margin-bottom:6px;
    font-size:125%;
}

.ws-pagination .table-responsive .table thead tr th {
    background:#47BAC1;
    font-size:12pt;
}

.ws-pagination .table-responsive .table thead tr th a {
    color:#fff;
}

.ws-pagination tr.click-enabled:hover td {
    background:#ff8401;
    color:#fff;
    cursor:pointer;
}

.cart-dropdown .shop-cart .badge {
    color:#fff;
}

.dropdown-menu li a:hover {
    text-decoration:none !important;
    cursor:pointer !important;
    border-left:4px solid red;
}

.mainContent h1,.mainContent h2,.mainContent h3,.mainContent h4,.mainContent h5,.mainContent h6 {
    margin-bottom:0.75em;
}

.footer, .footer li, .footer div,.footer p {
    color:#acacac;
}

.xl-break {
    margin-bottom:3.0em;
}

.lg-break {
    margin-bottom:1.50em;
}
.md-margin, .md-break {
    margin-bottom:0.50em;
}

.sm-break {
    margin-bottom:0.25em;
}

.md-drop {
    margin-top:1.25em;
}

.lg-drop {
    margin-top:2.0em;
}

.lg-text {
    font-size:120%;
}

.md-pad {
    padding:1.25em;
}

.lg-pad {
    padding:2.0em;
}
input.form-control {
    color:#000;
}

*::-webkit-input-placeholder {
    color:#aaa !important;
}

.start-hidden {
    display:none;
}

.btn-warning {
  background-color: #ff8401;
  border: 1px solid #ff8401;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning.active, .btn-warning:active {
  background-color: #fa8000;
  border: 1px solid #fa8000;
  color:#fff;
}

.text-warning {
    color:#fa8000 !important;
}

.cartListInner .table-responsive .table tbody tr td.count-input {
    
}

.cartListInner .table-responsive .table tbody tr td.count-input a.cart-action {
    display:block !important;
    color:#fff;
    width:102px;
    margin-bottom:0.50em;
}

.cartListInner .table-responsive .table tbody tr td .cart-addition {
    margin-top:0.70em;
    padding-top:0.70em;
    border-top:1px dashed #57CAD1;
}

@media (max-width: 767px) {
    .cartListInner .table-responsive .table tbody tr td.count-input a.cart-action {
        width:auto;
    }
}

.totalAmountArea ul li {
    border-bottom:1px solid #eee;
    padding-bottom:0.35em;
}

.table td, .table th {
    border-top:0px;
}

.img-responsive {
    display:block;
    width:100%;
}

#customizaionView img.img-product {
    width:250px;
}

.cartListInner .table-responsive .table tbody tr td img {
    max-width:250px;
}

#productView div.product-description {
    color:#555;
}

#productView div.product-description p {
    color:#555;
    margin-bottom:1em;
    font-size:1.2em;
}

#productView div.product-description ul {
    list-style-type: disc;
    padding:0 1.5em;
    
} 

#productView div.product-description li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style-type:disc;
    margin-left:1.5em;
}

#productView .singleProduct .media {
margin-bottom:2em;
}

#productView .singleProduct #quantity {
    position:relative;
    height:57px;
    border:1px solid #555;
    padding-left:1em;
    padding-right:0.25em;
    width:100%;
    font-size:20px;
}

#productView .singleProduct .product-act .btn {
    height:57px;
    font-size:20px;
    line-height:55px;
}

#productView .singleProduct .pricing-display {
    font-size:200%;
    margin:1em 1em 0 0;
}

#productView .singleProduct .pricing-display li.saved {
    color:#009200;
    margin-top:8px;
    font-style:italic;
}

#productView input::placeholder {
acolor:#000 !important;
}
#productView input::placeholder {
color:#000 !important;
}
#productView input::-webkit-input-placeholder {
color:#000 !important;
}
#productView input:-moz-placeholder { /* Firefox 18- */
color:#000 !important;
}
 
#productView input:-ms-input-placeholder {  
    color:#000 !important;  
}

#productView .singleProduct div.select-wrap {
    position:relative;
    height:57px;
    border:1px solid #555;
    padding-left:1em;
    padding-right:20px;
    width:100%;
}

#productView .singleProduct div.select-wrap div {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:rgba(255,255,255, 1.0) url(/assets/theme/bigbag/img/drop-down-arrow.jpg) no-repeat;
    background-position:99% 18px;
    background-position:right 5px top 26px;
    text-transform:uppercase;
    z-index:1;
}

#productView .singleProduct select {
    position:absolute;
    top:0px;
    left:0px;
    height:55px;
    border:0px;
    width:100%;
    font-size:20px;
    line-height:55px;
    padding:0 1em 0 1em;
    background:transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index:2;
    color:#000 
}

#productView .singleProduct select option {
    padding-right:1em;
}

#productView div.carousel-item img {
    width:100%;
    max-width:568px;
    max-height:568px;
}

#productView .singleProduct .media .productSlider #thumbcarousel .thumb img {
    max-height:133px;
}

.btn-modal-selector {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    display:block;
}

#modal-selector .modal-selector-label {
    text-align:left;
}

#modal-selector .modal-selector-body {
    display:block;
    max-height:475px;
    overflow-y:scroll;
}

@media (max-width: 481px) {
#modal-selector .modal-selector-body {
    max-height:350px;
}
}

#modal-selector .modal-selector-body .modal-selector-option {
    padding:10px 0;
    background: #fafafa; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-bottom:1px solid #ccc;
    height:80px;
    clear:left;
    line-height:60px;
    font-size:18px;
    cursor:pointer;
    box-shadow: 0 6px 2px -2px #eee;
}

#modal-selector .modal-selector-body .modal-selector-option:hover {
    background:#37aab1; 
    color:#fff;
}

#modal-selector .modal-selector-body .modal-selector-option:last-child {
    border-bottom:0px;
    box-shadow: 0 0 0;
}

#modal-selector .modal-selector-body .modal-selector-option .modal-selector-teaser {
    float:left;
    margin-left:8px;
    margin-right:1em;
    display:inline-block;
    width:60px;
    height:60px;
}

#CheckoutSummaryView input[type=radio] {
    margin:8px;
    padding:2px;
}

#CheckoutSummaryView .col-md-4 .card {
    margin-bottom:1.25em;
}

#CheckoutSummaryView .col-md-4 .card:last-child {
    margin-bottom:2em;
}

#CheckoutSummaryView .paypal-card {
    border-top:1px solid #ccc;
}

#CheckoutSummaryView .input-group select.form-control, #CheckoutSummaryView .input-group input.form-control {
   background:#f0f0f0;
}

#CheckoutSummaryView .input-group select.form-control:focus, #CheckoutSummaryView .input-group input.form-control:focus {
    background:#fff;
}

#MyOrderView .panel-body {
    padding:0.5em;
}

#MyOrderView .panel-body p {
    padding:0.5em 2em;
    font-size:1.5em;
    margin-bottom:0;
}

#MyOrderView table {
    margin-bottom:0;
}

#MyOrderView .col-sm-6 th {
    width:40%;
    text-align:right;
    padding:0.25em;
}
#MyOrderView .col-sm-6 td {
    padding:0.33em;
}

.modal-header {
    border-radius:0 !important;
}

.table-thick th, .table-thick td  {
    padding:21px !important;
    font-size:120%;
    border-right:1px solid #eaeaea;
}

.table-thick th:last-child, .table-thick td:last-child  {
    border:0px;
}

.table-wide {
    width:100%;
}

.center {
    text-align:center;
}

.lead {
    line-height:1.5em;
}

select.custom::-ms-expand {
  display: none;
}

select.form-control:not([size]):not([multiple]) {
    height:52px;
}

#categoryshopping li.active a {
    font-weight:bold;
    color:#fa8000;
}

div.page-title {
    white-space: nowrap;    
    text-overflow: ellipsis;
    overflow:hidden;
}

@media (min-width: 480px) {
  .navbar-default .navbar-brand {
    padding:15px 15px;
  }
}

.navbar-default .navbar-collapse li.dropdown.show .dropdown-menu {
    min-width:240px;
}

.version2 .cart-dropdown .dropdown-menu-right, .version3 .cart-dropdown .dropdown-menu-right {
    width:300px;
}

@media (min-width: 768px) {
.whiteSection, .mainContent {
    padding: 30px 0 30px 0;
}
}

.pageHeader .page-title h1 {
  color: #797979;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width: 479px) {
  .pageHeader .page-title h1 {
    font-size: 12px;
    line-height: 18px;
  }
}

@media (min-width: 480px) {
  .pageHeader .page-title h1 {
    font-size: 12px;
    line-height: 70px;
  }
}

@media (min-width: 768px) {
  .pageHeader .page-title h1 {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .pageHeader .page-title h1 {
    font-size: 30px;
  }
}

.btn, .btn:hover {
    text-decoration:none !important;
}

.text-strong {
    font-weight:bold !important;
    color:#000;
    
}

.filterArea .btn-group .btn-default {
    width:auto;
    padding:0 15px;
}

.filterNormal .list-unstyled {
    max-height:212px;
    overflow-y:scroll;
    overflow-scrolling:touch;
}

.filterNormal .list-unstyled li:nth-child(even) {
    background:#fcfcfc;
    border-top:1px dashed #eee;
}

.imageBox .productImage img, .whiteSection .featuredProducts .slide .productImage img, .mainContent .featuredProducts .slide .productImage img, .productsContent .productBox .productImage {
 text-align:center;   
}

.imageBox .productImage img, .whiteSection .featuredProducts .slide .productImage img, .mainContent .featuredProducts .slide .productImage img, .productsContent .productBox .productImage img {
    width:250px;
    height:250px;
}

.imageBox .productImage .productMasking ul li, .whiteSection .featuredProducts .slide .productImage .productMasking ul li, .mainContent .featuredProducts .slide .productImage .productMasking ul li, .productsContent .productBox .productImage .productMasking ul li {
width:auto;
}

.fullscreenbanner-container .tp-bullets.preview4 {
    width:250px;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: red;
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.modal-content {
    background:#fff;
}

.modal-content .modal-body {
    background:#fff;
}

.control-error {
    background:#f55c5d;
    color:#fff;
    padding:2px 2px 2px 6px;
    display:none;
}

.card-body > .cart-title {
    margin-top:0px;
    padding-top:0px;
}

.card .card-title {
    margin-top:0px;
    padding-top:0px;
}

.bg-danger {
    background:#f55c5d !important;
}

.bg-danger .list-group-item-warning {
    background:#fff;
}

.is-invalid {
    border:1px solid red !important;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}


#imprint-menu {
    margin:1em 2px;
    padding:0;
    border:1px solid #ccc;
}

#imprint-menu .imprint-option {
    min-height:360px;
    padding-bottom:79px;
    border-right:1px solid #d3e9fc;
    position:relative;
    background:#fafafa;
    -webkit-box-shadow: 3px 3px 12px 0px rgba(204,204,204,0.3);
        -moz-box-shadow: 3px 3px 12px 0px rgba(204,204,204,0.3);
        box-shadow: 3px 3px 12px 0px rgba(204,204,204,0.3);
}

#imprint-menu .imprint-option:hover {
    background:#f4f4f4;
}

#imprint-menu .imprint-option img {
max-height:110px;
}

#imprint-menu .imprint-option img:first-child {
    margin:15px 0;
}

#imprint-menu .imprint-option:last-child {
    border-right:0px;
}

#imprint-menu .imprint-option div.action {
    display:block;
    position:absolute;
    right:0px;
    width:100%;
    margin:1em 0;
    bottom:2px;
    margin:0;
    padding:1em;
   
}

#imprint-form a.color {
    width:34px;
    height:34px;
    display:block;
    float:left;
    margin:3px;
    border:3px solid transparent;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}

#imprint-form a.color.selected {
    border-color:#00ff00;
}

#imprint-list {
   margin-top:1.25em;
}

#imprint-list tbody tr.data td {
    text-align:left;
    padding:10px;
    font-size:0.90em;
}

#imprint-list ul {
    list-style-type:disc;
    padding:2em;
}

#imprint-action {
    margin-top:1.25em;
}

div.imprint-item-error { border:1px solid red; padding:0.5em;border-radius:3px;background:#ffdddd !important; }
tr.imprint-item-error td { padding:0px !important;border-radius:3px;background:#ffdddd !important; }
tr.imprint-item-error ul {
    list-style-type:none !important;
}

#imprint-menu div.imprint-option img {
    cursor:pointer;
}
#imprint-typeset div.row div.col-md-4,#imprint-personal div.row div.col-md-4 {
    min-height:260px;
}

div.imprint-panel div.color-preview {
    
    clear:both;margin:0.5em 0;padding:0.7em;
    font-weight:bold;
    color:#fff;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
    font-size:1.70em;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
    background-size:cover !important;
}

#imprint-typeset-sample {
    text-align:center;
}

div.imprint-panel img.img-responsive {
    display:inline !important;
    width:auto !important;
}

img.color-picker-sample {
   border-radius:4px;
}

.imprint-panel {
    margin-top:1.25em;
}

.imprint-panel .tab-content {
    background-color:#fff;
}

.imprint-panel textarea {
    width:100%;
    
    padding:1em;
}

#imprint-position {
    margin-top:1.25em;
}

.input-group-addon span.remaining {
    display:inline-block;
    
    border-radius:10px;
    background:#8bc53f;
    color:white;
    padding:4px;
    font-size:12px;
    font-weight:bold;
    margin:-3px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.file-readonly {
  background-color: white !important;
  cursor: text !important;
}



div.card-white {
   background:#fff;
   border-left:1px solid rgba(0,0,0,.125);
   border-right:1px solid rgba(0,0,0,.125);
   border-bottom:1px solid rgba(0,0,0,.125);
}

.card.bg-danger .card-title {
    color:#fff;
}

.card.bg-danger div.card-white {
   border-left:1px solid #dc3545;
   border-right:1px solid #dc3545;
   border-bottom:1px solid #dc3545;
}


div.position-edit {
    background:#fff;
}

div.position-summary p.imprintPosition {
    font-size:1.25em;
    line-height:2.0em;
    font-weight:bold;
    margin:0;
}

div.guide-options {
    margin:0 auto;
    position:relative;
}

.guide-checkbox {
    margin:0 !important;
    padding:0 !important;
    position:absolute;
    z-index:998;
    width:24px;
    height:24px;
    display:block;
}

@-moz-document url-prefix() {
    .guide-checkbox { width:20px;height:20px; }
}

div.guide-list {
    background:#fff;
    font-size:8pt;
    padding:1px;
}

div.guide-list div.guide-opt {
    
    margin-bottom:2px;
    padding:2px;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}

div.guide-list label {
    display:block;
    border:1px solid #ddd;
    background:#eee;
    margin-bottom:0px !important;
    padding:4px 4px;
    cursor:pointer;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}
div.guide-list label.selected-location {
    
    padding:4px 4px 2px 20px;
    background:#a3b9cc url('/assets/theme/bigbag/img/icons/oksm.png') 2px 50% no-repeat;
    border-color:#6BA51F;
    color:#fff;
    font-weight:bold;    
}

#studiotabs {
    background:transparent;

}

input.guide-opt {
    
}

.right-border {
    border-right:1px dashed #cecece;
}

.list-style {
  padding-left:1.25em;
}

ul.list-style li {
    list-style-type:disc;
     list-style-position: inside; 
}

.input-group span.remaining {
    float:right;
    margin-left:5px;
    line-height:1em;
    margin-top:8px;
}

.input-group select.form-control, .input-group input.form-control  {
    background:#fff;
}

.input-group label {
    line-height:36px;
    text-align: right;
    min-width:150px;
    display:block;
}

.imprint-panel select {
    height:52px !important;
}

.arial11sample {
    font-family:arial;
    font-size:13pt;
}

.whiteSection .featuredCollection .thumbnail .caption small, .mainContent .featuredCollection .thumbnail .caption small {
    color:#000;
    background-color:rgba(250,250,250,0.5);
    padding:4px 8px 4px 4px;
    border-radius:3px;
}

.whiteSection .featuredCollection .thumbnail:hover .caption h3, .whiteSection .featuredCollection .thumbnail:hover .caption small, .mainContent .featuredCollection .thumbnail:hover .caption h3, .mainContent .featuredCollection .thumbnail:hover .caption small {
    background-color:rgba(255,255,255,0);
}

/** Sports Mounts **/
#SM-SMZ { left:31px; top:22px;}
#SM-SMY { left:31px; top:43px;}
#SM-SMV { left:43px; top:100px;}
#SM-SMX { left:76px; top:100px;}
#SM-SMW { left:159px; top:79px; }
#SM-SMT { left:71px; top:242px; }
#SM-SMU { left:167px; top:242px; }
#SM-SMXB { left:200px; top:242px; }
#SM-SMR { left:347px; top:190px; }
#SM-SMS { left:347px; top:226px; }

/** CD Sleeve **/
#CD-FLC { left:132px; top:155px; }
#CD-BLC { left:300px; top:155px; }

/** CD Sleeves **/
#CDDVDS-CDA { left:132px; top:155px; }
#CDDVDS-CDB { left:300px; top:155px; }
#CDDVDS-FLC { left:132px; top:155px; }
#CDDVDS-BLC { left:300px; top:155px; }

/** CD Easels **/
#CD-CDA, #CDE-CDA { left:217px; top:135px; }
#CD-CDB, #CDE-CDB { left:334px; top:129px; }

/** Photo Boxes **/
#PB-XF, #BSK-XF { left:161px; top:154px; }
#PB-XG, #BSK-XG { left:322px; top:154px; }

#PB-XCV { left:136px; top:118px;}
#PB-XTV { left:136px; top:98px;}
#PB-XCH { left:289px; top:128px;}
#PB-XTH { left:289px; top:106px;}

/** Portfolio Boxes **/
#POBO-XF { left:144px;top:208px; }
#POBO-XG { left:406px;top:208px; }
#POBO-AV { left:89px;top:94px; }
#POBO-AH { left:325px;top:116px; }

/** Rope Bags **/
#BG-B1 { left:175px; top:169px; }
#BG-B2 { left:205px; top:169px; }
#BG-B3 { left:234px; top:169px; }
#BG-B4 { left:205px; top:116px; }

/** Rope Shopper Bags **/
#RSB-B1 { left:167px; top:169px; }
#RSB-B2 { left:218px; top:169px; }
#RSB-B3 { left:268px; top:169px; }
#RSB-B4 { left:218px; top:102px; }

/** Flat Bags **/
#BG-B1B { left:190px; top:199px; }
#BG-B2B { left:220px; top:199px; }
#BG-B3B { left:248px; top:199px; }
#BG-B4B { left:220px; top:144px; }

/** Photo Cases **/
#PC-PC1 { left:256px; top:157px; }
#PC-PC2 { left:70px; top:174px; }
#PC-PC3 { left:144px; top:121px; }
#PC-PC4 { left:170px; top:174px; }
#PC-PC5 { left:299px; top:165px; }
#PC-PC6 { left:256px; top:114px; }
#PC-PC7 { left:380px; top:147px; }
#PC-PC8 { left:380px; top:100px; }

/** Albums and Proofs **/
#APB-A1 { left:84px; top:153px; }
#APB-A2 { left:54px; top:105px; }
#APB-A3 { left:121px; top:155px; }
#APB-A7 { left:305px; top:155px; }
#APB-A8 { left:272px; top:155px; }
#APB-A10 { left:382px; top:155px; }
#APB-A11 { left:415px; top:155px; }

/** FOLIO **/
#FO-A1 { left:93px; top:149px; }
#FO-A2 { left:23px; top:149px; }
#FO-A5 { left:179px; top:178px; }
#FO-A6 { left:212px; top:178px; }
#FO-A9 { left:77px; top:149px; }
#FO-A10 { left:382px; top:149px; }
#FO-A11 { left:417px; top:149px; }

/** Folders **/
#FO-F1, #FSK-F1 { left:100px; top:168px; }
#FO-F2, #FSK-F2 { left:159px; top:168px; }
#FO-F3, #FSK-F3 { left:300px; top:168px; }
#FO-F4, #FSK-F4 { left:390px; top:168px; }
#FO-F6, #FSK-F6 { left:359px; top:168px; }
#FO-F7, #FSK-F7 { left:240px; top:168px; }
#FO-F8, #FSK-F8 { left:273px; top:168px; }
#FO-F9, #FSK-F9 { left:71px; top:168px; }
#FO-SpecialA, #FSK-SpecialA { left:71px; top:105px; }
#FO-SpecialB, #FSK-SpecialB { left:273px; top:105px; }

/** Mini Comb **/
#MC-F5, #MCA-F5 { left:364px; top:171px; }

/** Alternate Guide **/
#AG-C1 { left:162px; top:68px; }
#AG-C2 { left:219px; top:68px; }
#AG-C3 { left:280px; top:68px; }

#AG-C4 { left:162px; top:136px; }
#AG-C5 { left:219px; top:136px; }
#AG-C6 { left:280px; top:136px; }

#AG-C7 { left:162px; top:200px; }
#AG-C8 { left:219px; top:200px; }
#AG-C9 { left:280px; top:200px; }

#AG-C10 { left:219px; top:98px; }
#AG-C11 { left:219px; top:166px; }

/** Easels **/
#EM-EaselA, #ESK-EaselA { left:86px; top:58px; }
#EM-EaselB, #ESK-EaselB { left:202px; top:58px; }
#EM-EaselC, #ESK-EaselC { left:275px; top:58px; }
#EM-EaselF, #ESK-EaselF { left:375px; top:58px; }
#EM-EaselD, #ESK-EaselD { left:130px; top:136px; }
#EM-EaselE, #ESK-EaselE { left:234px; top:136px; }
#EM-EaselG, #ESK-EaselG { left:340px; top:136px; }
#EM-SMWV, #ESK-SMWV { left:177px; top:205px; }
#EM-SMWH, #ESK-SMWH { left:266px; top:205px; }

/** Flash Drives **/
#FDE-FLBF, #FDEI-FLBF, #FDSCI-FLBF { left:326px; top:78px; }
           #FDEI-FLBB, #FDSCI-FLBB { left:326px; top:195px; }

/** swivel drive engraving **/
#SDE-FLBF { left:275px; top:74px; }
#SDE-FLBB { left:275px; top:215px; }

/** drive boxes **/
#DBSCI-LTC, #DBE-LTC, #DBEI-LTC { left: 225px; top:140px;}

/** Frame Bags **/
#FB-B4 { left:221px; top:116px; }
#FB-B5 { left:221px; top:150px; }