/* Minification failed. Returning unminified contents.
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
(24269,41): run-time error CSS1046: Expect comma, found '0'
(24269,45): run-time error CSS1046: Expect comma, found '/'
(24373,45): run-time error CSS1046: Expect comma, found '255'
(24373,53): run-time error CSS1046: Expect comma, found '/'
(24670,41): run-time error CSS1046: Expect comma, found '0'
(24670,45): run-time error CSS1046: Expect comma, found '/'
(24762,41): run-time error CSS1046: Expect comma, found '0'
(24762,45): run-time error CSS1046: Expect comma, found '/'
(24944,37): run-time error CSS1046: Expect comma, found '121'
(24944,44): run-time error CSS1046: Expect comma, found '/'
(27179,35): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
/*! jQuery UI - v1.11.4 - 2015-03-11
* 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 2015 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: 1.2em;
	text-align: left;
	overflow: hidden;
}
.progressbar .percentage 
{
    margin-top: -20px;
    text-align:center;
}
.ui-progressbar .ui-progressbar-value {
	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: 'Lato', sans-serif;
	font-size: 15px;
}
.ui-widget .ui-widget {
	font-size: 15px;
}
.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 #cdcbcc;
	background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #525252;
}
.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;
}

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    /* font-family:sans-serif; */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: 0
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    :after,
    :before {
        color: #000!important;
        text-shadow: none!important;
        background: 0 0!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        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
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    /*-webkit-tap-highlight-color: rgba(0, 0, 0, 0)*/
}

body {
    /* font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333; */
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    /*color:#337ab7;*/
    text-decoration: none
}

a:focus,
a:hover {
    /* color:#23527c; */
    /* text-decoration:underline */
}

a:focus {
    /*outline: thin dotted !important;*/
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    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
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1184px;
		padding:0px !important;
    }
	.product-carousel-area .container {
        padding-right: 15px !important;
		padding-left: 15px !important;
		margin-right: auto !important;
		margin-left: auto !important;
    }
    .brand-area .container {
        padding-right: 15px !important;
		padding-left: 15px !important;
		margin-right: auto !important;
		margin-left: auto !important;
    }
    .container .row
    {
        margin-left:0px;
        margin-right:0px;
    }
    .container .row .col-md-12
    {
        padding-left:0px;
        padding-right:0px;
    }
    #loginSection .memberLogin
    {
        padding-left:0px !important;
    }
    #loginSection .memberRegister
    {
        padding-right:0px !important;
    }
    .memberLogin .col-lg-4
    {
        padding-left:0px !important;
    }
    .memberLogin .col-lg-12
    {
        padding-left:0px !important;
    }
    .memberLogin .col-xs-3
    {
        padding-left:0px !important;
    }
    #grid .row
    {
        margin-left:-15px !important;
        margin-right:-15px !important;
    }
    .product-details-content.row .col-lg-4
    {
       padding-left:0px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.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-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-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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .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 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        /*  width:25% */
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .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 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .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 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control,
    input[type=time].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control {
        line-height: 34px
    }
    .input-group-sm input[type=date],
    .input-group-sm input[type=time],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm {
        line-height: 30px
    }
    .input-group-lg input[type=date],
    .input-group-lg input[type=time],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    padding: 6px 20px 6px 20px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    /* outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px */
}

.btn.focus,
.btn:focus,
.btn:hover {
    /*color:#333;*/
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    /*border-color:#ccc*/
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    /*background-color:#337ab7;border-color:#2e6da4*/
}

.btn-primary.focus,
.btn-primary:focus {
    /*color:#fff;background-color:#286090;border-color:#122b40*/
}

.btn-primary:hover {
    /*color:#fff;background-color:#286090;border-color:#204d74*/
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    /*background-color:#286090;border-color:#204d74*/
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    /*background-color:#204d74;border-color:#122b40*/
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    /*background-color:#337ab7;border-color:#2e6da4*/
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-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-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.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
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[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: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    /*z-index:2;*/
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.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 {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 0
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    /*z-index:2;*/
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    /*background-color: #eee*/
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    /*margin-right:2px;*/
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 2px 2px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }
    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left!important
    }
    .navbar-right {
        float: right!important;
        margin-right: -15px
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #080808
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    /*font-size:75%;font-weight:700;line-height:1;color:#fff;*/
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #fff;
    margin-right: 10px;
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #20750e ;
    /* background-color: #dff0d8; 
    border-color: #20750e ;*/
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.attributes-alert {
    *color: #a94442;
    border-color: #ebccd1
}

    .attributes-alert hr {
        border-top-color: #e4b9c0
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

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: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

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: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

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: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

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: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    /*font-size:16px;color:inherit*/
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    /*color:#333;*/
    background-color: #f0eeef;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.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-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-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;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #525252
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .8
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    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;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none!important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.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!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.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!important
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.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!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.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!important
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.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
    }
}


/*# sourceMappingURL=bootstrap.min.css.map */
/*!
 * Datetimepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */.datetimepicker{padding:4px;margin-top:1px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;direction:ltr}.datetimepicker-inline{width:220px}.datetimepicker.datetimepicker-rtl{direction:rtl}.datetimepicker.datetimepicker-rtl table tr td span{float:right}.datetimepicker-dropdown,.datetimepicker-dropdown-left{top:0;left:0}[class*=" datetimepicker-dropdown"]:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);position:absolute}[class*=" datetimepicker-dropdown"]:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute}[class*=" datetimepicker-dropdown-top"]:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,0.2);border-bottom:0}[class*=" datetimepicker-dropdown-top"]:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;border-bottom:0}.datetimepicker-dropdown-bottom-left:before{top:-7px;right:6px}.datetimepicker-dropdown-bottom-left:after{top:-6px;right:7px}.datetimepicker-dropdown-bottom-right:before{top:-7px;left:6px}.datetimepicker-dropdown-bottom-right:after{top:-6px;left:7px}.datetimepicker-dropdown-top-left:before{bottom:-7px;right:6px}.datetimepicker-dropdown-top-left:after{bottom:-6px;right:7px}.datetimepicker-dropdown-top-right:before{bottom:-7px;left:6px}.datetimepicker-dropdown-top-right:after{bottom:-6px;left:7px}.datetimepicker>div{display:none}.datetimepicker.minutes div.datetimepicker-minutes{display:block}.datetimepicker.hours div.datetimepicker-hours{display:block}.datetimepicker.days div.datetimepicker-days{display:block}.datetimepicker.months div.datetimepicker-months{display:block}.datetimepicker.years div.datetimepicker-years{display:block}.datetimepicker table{margin:0}.datetimepicker td,.datetimepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:0}.table-striped .datetimepicker table tr td,.table-striped .datetimepicker table tr th{background-color:transparent}.datetimepicker table tr td.minute:hover{background:#eee;cursor:pointer}.datetimepicker table tr td.hour:hover{background:#eee;cursor:pointer}.datetimepicker table tr td.day:hover{background:#eee;cursor:pointer}.datetimepicker table tr td.old,.datetimepicker table tr td.new{color:#999}.datetimepicker table tr td.disabled,.datetimepicker table tr td.disabled:hover{background:0;color:#999;cursor:default}.datetimepicker table tr td.today,.datetimepicker table tr td.today:hover,.datetimepicker table tr td.today.disabled,.datetimepicker table tr td.today.disabled:hover{background-color:#fde19a;background-image:-moz-linear-gradient(top,#fdd49a,#fdf59a);background-image:-ms-linear-gradient(top,#fdd49a,#fdf59a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));background-image:-webkit-linear-gradient(top,#fdd49a,#fdf59a);background-image:-o-linear-gradient(top,#fdd49a,#fdf59a);background-image:linear-gradient(top,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a',endColorstr='#fdf59a',GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.datetimepicker table tr td.today:hover,.datetimepicker table tr td.today:hover:hover,.datetimepicker table tr td.today.disabled:hover,.datetimepicker table tr td.today.disabled:hover:hover,.datetimepicker table tr td.today:active,.datetimepicker table tr td.today:hover:active,.datetimepicker table tr td.today.disabled:active,.datetimepicker table tr td.today.disabled:hover:active,.datetimepicker table tr td.today.active,.datetimepicker table tr td.today:hover.active,.datetimepicker table tr td.today.disabled.active,.datetimepicker table tr td.today.disabled:hover.active,.datetimepicker table tr td.today.disabled,.datetimepicker table tr td.today:hover.disabled,.datetimepicker table tr td.today.disabled.disabled,.datetimepicker table tr td.today.disabled:hover.disabled,.datetimepicker table tr td.today[disabled],.datetimepicker table tr td.today:hover[disabled],.datetimepicker table tr td.today.disabled[disabled],.datetimepicker table tr td.today.disabled:hover[disabled]{background-color:#fdf59a}.datetimepicker table tr td.today:active,.datetimepicker table tr td.today:hover:active,.datetimepicker table tr td.today.disabled:active,.datetimepicker table tr td.today.disabled:hover:active,.datetimepicker table tr td.today.active,.datetimepicker table tr td.today:hover.active,.datetimepicker table tr td.today.disabled.active,.datetimepicker table tr td.today.disabled:hover.active{background-color:#fbf069}.datetimepicker table tr td.active,.datetimepicker table tr td.active:hover,.datetimepicker table tr td.active.disabled,.datetimepicker table tr td.active.disabled:hover{background-color:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-ms-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(top,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0044cc',GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.datetimepicker table tr td.active:hover,.datetimepicker table tr td.active:hover:hover,.datetimepicker table tr td.active.disabled:hover,.datetimepicker table tr td.active.disabled:hover:hover,.datetimepicker table tr td.active:active,.datetimepicker table tr td.active:hover:active,.datetimepicker table tr td.active.disabled:active,.datetimepicker table tr td.active.disabled:hover:active,.datetimepicker table tr td.active.active,.datetimepicker table tr td.active:hover.active,.datetimepicker table tr td.active.disabled.active,.datetimepicker table tr td.active.disabled:hover.active,.datetimepicker table tr td.active.disabled,.datetimepicker table tr td.active:hover.disabled,.datetimepicker table tr td.active.disabled.disabled,.datetimepicker table tr td.active.disabled:hover.disabled,.datetimepicker table tr td.active[disabled],.datetimepicker table tr td.active:hover[disabled],.datetimepicker table tr td.active.disabled[disabled],.datetimepicker table tr td.active.disabled:hover[disabled]{background-color:#04c}.datetimepicker table tr td.active:active,.datetimepicker table tr td.active:hover:active,.datetimepicker table tr td.active.disabled:active,.datetimepicker table tr td.active.disabled:hover:active,.datetimepicker table tr td.active.active,.datetimepicker table tr td.active:hover.active,.datetimepicker table tr td.active.disabled.active,.datetimepicker table tr td.active.disabled:hover.active{background-color:#039}.datetimepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.datetimepicker .datetimepicker-hours span{height:26px;line-height:26px}.datetimepicker .datetimepicker-hours table tr td span.hour_am,.datetimepicker .datetimepicker-hours table tr td span.hour_pm{width:14.6%}.datetimepicker .datetimepicker-hours fieldset legend,.datetimepicker .datetimepicker-minutes fieldset legend{margin-bottom:inherit;line-height:30px}.datetimepicker .datetimepicker-minutes span{height:26px;line-height:26px}.datetimepicker table tr td span:hover{background:#eee}.datetimepicker table tr td span.disabled,.datetimepicker table tr td span.disabled:hover{background:0;color:#999;cursor:default}.datetimepicker table tr td span.active,.datetimepicker table tr td span.active:hover,.datetimepicker table tr td span.active.disabled,.datetimepicker table tr td span.active.disabled:hover{background-color:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-ms-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(top,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0044cc',GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.datetimepicker table tr td span.active:hover,.datetimepicker table tr td span.active:hover:hover,.datetimepicker table tr td span.active.disabled:hover,.datetimepicker table tr td span.active.disabled:hover:hover,.datetimepicker table tr td span.active:active,.datetimepicker table tr td span.active:hover:active,.datetimepicker table tr td span.active.disabled:active,.datetimepicker table tr td span.active.disabled:hover:active,.datetimepicker table tr td span.active.active,.datetimepicker table tr td span.active:hover.active,.datetimepicker table tr td span.active.disabled.active,.datetimepicker table tr td span.active.disabled:hover.active,.datetimepicker table tr td span.active.disabled,.datetimepicker table tr td span.active:hover.disabled,.datetimepicker table tr td span.active.disabled.disabled,.datetimepicker table tr td span.active.disabled:hover.disabled,.datetimepicker table tr td span.active[disabled],.datetimepicker table tr td span.active:hover[disabled],.datetimepicker table tr td span.active.disabled[disabled],.datetimepicker table tr td span.active.disabled:hover[disabled]{background-color:#04c}.datetimepicker table tr td span.active:active,.datetimepicker table tr td span.active:hover:active,.datetimepicker table tr td span.active.disabled:active,.datetimepicker table tr td span.active.disabled:hover:active,.datetimepicker table tr td span.active.active,.datetimepicker table tr td span.active:hover.active,.datetimepicker table tr td span.active.disabled.active,.datetimepicker table tr td span.active.disabled:hover.active{background-color:#039}.datetimepicker table tr td span.old{color:#999}.datetimepicker th.switch{width:145px}.datetimepicker th span.glyphicon{pointer-events:none}.datetimepicker thead tr:first-child th,.datetimepicker tfoot th{cursor:pointer}.datetimepicker thead tr:first-child th:hover,.datetimepicker tfoot th:hover{background:#eee}.input-append.date .add-on i,.input-prepend.date .add-on i,.input-group.date .input-group-addon span{cursor:pointer;width:14px;height:14px}
a.meanmenu-reveal{display:none}
.mean-container .mean-bar {
  background: transparent none repeat scroll 0 0;
  float: left;
  min-height: 42px;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 9;
}
.mean-container a.meanmenu-reveal {
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1px;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    padding: 13px 0;
    right: 0;
    text-decoration: none;
    text-indent: -9999em;
    top: 0;
    width: 22px;
}
.mean-container a.meanmenu-reveal span{display:block;background:#fff;height:3px;margin-top:3px}
.mean-container .mean-nav{float:left;width:100%;background:#0c1923}
.mean-container .mean-nav ul{padding:0;margin:0;width:100%;list-style-type:none}
.mean-container .mean-nav ul li {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  position: relative;
  width: 100%;
  border-top: 1px solid#ddd;
}
.mean-container .mean-nav ul li a {
  background: #f8f8f8 none repeat scroll 0 0;
  color: #666666;
  display: block;
  float: left;
  font-size: 12px;
  margin: 0;
  padding: 1em 5%;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 90%;
  font-weight: bold;
}
.mobile-menu-area {
  background: #262626;
}
.mean-container .mean-nav ul li li a {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  padding: 1em 10%;
  text-shadow: none !important;
  visibility: visible;
  width: 80%;
  font-weight: normal;
  text-transform: capitalize;
  color: #444;
}
.mean-container .mean-nav ul li.mean-last a{border-bottom:0;margin-bottom:0}
.mean-container .mean-nav ul li li li a{width:70%;padding:1em 15%}
.mean-container .mean-nav ul li li li li a{width:60%;padding:1em 20%}
.mean-container .mean-nav ul li li li li li a{width:50%;padding:1em 25%}
.mean-container .mean-nav ul li a:hover {
  background: #f8f8f8 none repeat scroll 0 0;
  color: #F47E1E;
}
.mean-container .mean-nav ul li a.mean-expand{
	width:26px;
	height: 15px;
    margin-top: 1px;
    padding: 12px !important;
	text-align:center;
	position:absolute;
	right:0;top:0;
	z-index:2;
	font-weight:700;
	background:rgba(255,255,255,.1);
	border:0!important;
	background: #F8F8F8;
	}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #f8f8f8;
}
.mean-container .mean-push{float:left;width:100%;padding:0;margin:0;clear:both}
.mean-nav .wrapper{width:100%;padding:0;margin:0}
.mean-container .mean-bar,.mean-container .mean-bar *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.mean-remove{display:none!important}
.mean-container .mean-bar::after {
  color: #ffffff;
  content: "MENU";
  font-size: 21px;
  left: 5%;
  position: absolute;
  top: 12px;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
    /*padding-bottom:35px;*/
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 3px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
    background:#e40a0a;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}


/*-----------------------------------------------------------------------------------

/*----------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%; /* overflow-x: hidden; */
}

.floatleft {
    float: left !important;
}

.floatright {
    float: right !important;
}

.floatnone {
    float: none !important;
}

.alignleft {
    text-align: left !important;
}

.alignright {
    text-align: right !important;
}

.aligncenter {
    text-align: center !important;
}

.logo img {
    margin-left: 20px;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: top;
}

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 15px;
}
/* a { color:#69686c;  
    text-decoration: none;
    transition: all 0.3s ease 0s;
}*/
a:hover {
    text-decoration: none;
    /*color:#0076cc;*/
}

a:active, a:hover, a:focus {
    outline: 0 none;
}

:focus {
    outline: none;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

body {
    /* font:14px/20px Lato,sans-serif;  */
    /* font:15px Lato Regular; */
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #525252;
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 5px;
    line-height: 1.35;
}

h1 {
    font-size: 32px;
    font-weight: normal;
}

h2 {
    font-size: 24px;
    font-weight: normal;
}

h3 {
    font-size: 18px;
    font-weight: normal;
}

h4 {
    font-size: 15px;
    font-weight: normal;
}

h5 {
    font-size: 12px;
    font-weight: normal;
}

h6 {
    font-size: 11px;
    font-weight: normal;
}

h1, h2, h3 {
    font-family: 'Open Sans', sans-serif;
    color: #353535;
}

form {
    display: inline;
}

fieldset {
    border: 0;
    line-height: 25px;
}

legend {
    display: none;
}

table {
    border: 0;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}

caption, th, td {
    vertical-align: top;
    text-align: left;
    /* font-weight:normal;  */
}

p {
    margin: 0 0 10px;
}

strong {
    font-weight: bold;
}

address {
    font-style: normal;
    line-height: 25px;
    margin: 0;
}

cite {
    font-style: normal;
}

q, blockquote {
    quotes: none;
}

    q:before, q:after {
        content: '';
    }

small, big {
    font-size: 1em;
}

ul, ol {
    list-style: none;
    margin: 0;
}

.no-display {
    display: none;
}

.no-margin {
    margin: 0 !important;
    border: 0px !important;
}

.no-padding {
    padding: 0 !important;
}

input, select, textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    vertical-align: middle;
    color: #525252;
    background: #fff;
}

button {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    vertical-align: middle;
}

select {
    /* background:#f0eeef !important; */
}
/* input.input-text,select,textarea  {border:1px solid #f2f2f2; } */
input.input-text, textarea {
    padding: 2px;
}

select { /* padding:1px; */
    padding: 3px;
}

    select option {
        padding-right: 10px;
        background: #f0eeef;
    }

    select.multiselect option {
        border-bottom: 1px solid #b6b6b6;
        padding: 2px 5px;
    }

        select.multiselect option:last-child {
            border-bottom: 0;
        }

textarea {
    overflow: auto;
}

input.radio {
    margin-right: 3px;
    margin-top: 2px;
}

input.checkbox {
    margin-right: 3px;
}

input.qty {
    width: 2.5em !important;
    text-align: center;
}

button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
    position: relative;
}

.btnClass {
    display: inline-block;
    padding: 0 20px;
    /* font:normal 1em/1.35em 'Lato', sans-serif;  */
    text-align: center;
    font-size: 18px;
    white-space: nowrap;
    border-radius: 6px;
    background: #c85000;
    color: #fff;
    height: 40px;
    line-height: 38px;
    border: none;
}

    .btnClass:hover {
        background: #AF3700;
    }

    .btnClass:focus {
        background: #E26A1A;
    }
.btnWishlist {
    border-color: #bbb !important;
    background: #bbb !important;
    cursor: not-allowed;
}
    .btnWishlist .sprite-button,
    .btnWishlist button,
    .btnWishlist label,
    .btnWishlist span {
        border-color: inherit !important;
        background: inherit !important;
        cursor: inherit !important;
    }
        .btnWishlist:hover,
        .btnWishlist .sprite-button:hover{
            background: #bbb !important;
            border-color: #bbb !important;
        }

.owl-itempaddleadjustment {
    clear: both !important;
}

button.button span {
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    font-size: 18px;
    white-space: nowrap;
    border-radius: 2px;
    background: #c85000;
    color: #fff;
    height: 40px;
    line-height: 38px;
}

    button.button span:hover {
        background: #AF3700 !important;
    }

    button.button span:focus {
        background: #E26A1A !important;
    }

button.button:hover {
    background: #AF3700 !important;
}

button.button:focus {
    background: #E26A1A !important;
}

.btn-rounded {
    border-radius: 10px;
}

#loadMoreItem {
    display: inline-block;
}

.sidebar-category-list lable {
    cursor: pointer;
}

#search_price span {
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    white-space: nowrap;
    border-radius: 10px;
    background: #c85000;
    color: black;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    font-weight: bold;
}

    #search_price span:hover {
        background: #AF3700;
    }

    #search_price span:focus {
        background: #E26A1A;
    }

button.button span span {
    border: 0 !important;
    padding: 0 !important;
    background: none !important;
}

button.button:hover span { /* background:#e03550; */
    background: #c85000;
}

button.disabled span {
    border-color: #bbb !important;
    background: #bbb !important;
}

button.btn-checkout span span {
    background-position: 100% 0;
    padding: 0 15px;
}

button.btn-checkout.no-checkout span {
    background-position: 0 100%;
    color: #b8baba;
}

    button.btn-checkout.no-checkout span span {
        background-position: 100% 100%;
    }

p.control input.checkbox,
p.control input.radio {
    margin-right: 6px;
}

input[type="file"]:focus, input[type="checkbox"]:focus, input[type="radio"]:focus {
    outline: none;
}

label {
    font-weight: 400;
}
/* .section-padding {padding: 50px 0} */
.section-padding {
    padding: 15px 0px;
}
.section-padding-homepage {
    padding: 15px 0px;
    margin-top: -9%;
}

.banner-area .section-padding {
    padding: 40px 0px 0px 0px;
}

.section-top-padding {
    padding-top: 50px;
}

.section-bottom-padding {
    padding-bottom: 50px;
}

.section-title {
    margin-bottom: 20px;
    position: relative;
}

.mallNoborder .section-title {
    padding: 0px 10px;
}

.section-title::after {
    /* background: #f3f3f3 none repeat scroll 0 0; */
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 100%;
    z-index: 1;
}

.section-title h2 {
    /* display: inline-block;
	font-size: 20px; */
    margin: 0;
    padding-right: 20px;
    z-index: 2;
    position: relative;
    text-align: center;
    line-height: 27px;
    clear: both;
}

.landing-tiles-head {
    font-size: 19px;
    font-weight: bold;
    margin: 0;
    padding-right: 20px;
    z-index: 2;
    position: relative;
    text-align: center;
    color: #525252;
    line-height: 27px;
    clear: both;
}

.area-padding { /* margin-top: 30px */
}
/* merchandise filter for mobile */
#slider-range-mobile {
    background: #DBDBDB none repeat scroll 0 0;
    border: 0 none;
    height: 5px;
    margin-left: 10px;
}

.ui-slider-range-mobile.ui-widget-header.ui-corner-all {
    /* background: #ec5355 none repeat scroll 0 0 !important; */
    background: #00568D none repeat scroll 0 0 !important;
    border: medium none !important;
    height: 5px;
    margin-top: 0;
}

#search_price_mobile span {
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
    border-radius: 10px;
    background: #c85000;
    color: #fff;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
}

    #search_price_mobile span:hover {
        background: #AF3700;
    }

    #search_price_mobile span:focus {
        background: #E26A1A;
    }

.price_filter #search_price_mobile {
    /* border-top: 1px solid #dcdcdc; */
    border-bottom: 1px solid #dcdcdc;
    display: block;
    padding: 15px 0px 10px;
    text-align: right;
    width: 100%;
}

.sidebar-category-list-mobile li input {
    display: none;
}

.sidebar-category-list-mobile {
    padding-bottom: 20px;
    max-height: 210px;
}

    .sidebar-category-list-mobile ul li {
        /* font-size: 12px; */
        line-height: 30px;
        /* text-transform: uppercase; */
    }

    .sidebar-category-list-mobile a {
        /* color:#525252; */
        color: #036592;
    }

        .sidebar-category-list-mobile a:hover {
            /* color:#525252; */
            color: #036592;
            text-decoration: underline;
        }

.cancelFilterMobile .fa {
    font-size: 12px !important;
    color: #e4040a !important;
    margin-right: 5px;
}

.cancelFilterMobile .label-default {
    margin-bottom: 10px;
    float: left;
    max-width: 245px;
    white-space: normal;
    text-align: left !important;
}

#blog-search-mobile {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

    #blog-search-mobile .submit:disabled {
        cursor: pointer !important;
        opacity: 1 !important;
    }

    #blog-search-mobile input:active {
        border-radius: 22px !important;
        border-color: #959595 !important;
        border-width: 2px !important;
    }

    #blog-search-mobile input {
        border-radius: 22px !important;
        border-color: #959595 !important;
        border-width: 2px !important;
        border-right: none !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        margin-right: 0 !important;
        height: 40px !important;
        font-size: 16px !important;
        display: inline-block;
    }

    #blog-search-mobile .submit {
        border-radius: 22px;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        height: 41px;
        min-width: auto;
        padding: 0 10px;
    }

#brandsMobile li label {
    cursor: pointer;
}

#brandsMobile {
    overflow: auto;
}
/* merchandise filter for mobile */
/*----------------------------------------*/
/*  2. Header Area CSS
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.1 Header Top
/*----------------------------------------*/
.header-top {
    border-bottom: 1px solid #e1e1e1;
}

.header-container {
    padding: 5px 0;
}

.header-contact span.email {
    margin-right: 5px;
}

    .header-contact span.email::before {
        content: "";
        font-family: FontAwesome;
        margin-right: 5px;
    }

.header-contact span.phone {
    margin-left: 5px;
}

    .header-contact span.phone::before {
        content: "";
        font-family: FontAwesome;
        margin-right: 5px;
    }

.currency-menu, .language-menu, .account-menu {
    float: right;
    padding: 0 6px;
}

.currency-menu {
    padding-right: 0;
}

    .currency-menu > ul, .language-menu > ul, .account-menu > ul {
        display: inline-block;
    }

        .currency-menu > ul > li > a, .language-menu > ul > li > a, .account-menu > ul > li > a {
            padding: 0 5px;
            position: relative;
        }

        .currency-menu > ul > li:last-child a {
            padding-right: 0;
        }

        .currency-menu > ul > li > a i, .language-menu > ul > li > a i, .account-menu > ul > li > a i {
            margin-left: 10px;
            vertical-align: middle;
        }

        .currency-menu > ul > li, .language-menu > ul > li, .account-menu > ul > li {
            position: relative;
        }

.currency-dropdown, .language-dropdown, .account-dropdown {
    background-color: #f5f5f5;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    display: none;
    min-width: 140px;
    padding: 0 15px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 100%;
    z-index: 200;
}

    .currency-dropdown li a, .language-dropdown li a, .account-dropdown li a {
        border-bottom: 1px solid #dddddd;
        color: #222222;
        display: block;
        font-size: 12px;
        line-height: 1.5em;
        padding: 10px 0;
        text-transform: capitalize;
    }

        .currency-dropdown li a:hover, .language-dropdown li a:hover, .account-dropdown li a:hover {
            color: #e03550;
        }

.currency-menu > ul > li:hover .currency-dropdown, .language-menu > ul > li:hover .language-dropdown, .account-menu > ul > li:hover .account-dropdown {
    display: block;
}
/*----------------------------------------*/
/*  2.2 Header Main
/*----------------------------------------*/
.header-content {
    padding: 20px 0;
    position: relative;
    height: auto !important;
    /* min-height: 80px; */
}
/*----------------------------------------*/
/*  2.2.1 Logo
/*----------------------------------------*/
.logo > a {
    display: inline-block;
}
/*----------------------------------------*/
/*  2.2.2 Search Category
/*----------------------------------------*/
.header-main #search-category {
    overflow: hidden;
}

.search-box {
    background-color: #f1f1f0;
    border: 1px solid #00568d;
    float: left;
    margin: 11px 0 0;
    position: relative;
    width: 100%;
    z-index: 100;
}

.search-cat {
    background: transparent url("img/icon/down-arrowblk.png") no-repeat scroll 89% 22px;
    cursor: pointer;
    float: left;
    font-weight: 700;
    height: 48px;
    line-height: 50px;
    padding: 0;
    position: absolute;
    text-transform: capitalize;
    width: 130px;
}

    .search-cat::after {
        background: #8e8b8c none repeat scroll 0 0;
        content: "";
        height: 22px;
        position: absolute;
        right: 0;
        top: 13px;
        width: 1px;
    }

    .search-cat p .cate-selected {
        line-height: 45px;
    }

.search-categories .fa {
    margin-left: 10px;
}

#text-search {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-family: arial;
    font-size: 12px;
    font-style: italic;
    height: 48px;
    line-height: 48px;
    outline: medium none;
    padding: 0 55px 0 150px;
    width: 100%;
}

    #text-search:focus {
        outline: none;
    }

#btn-search-category {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #000000;
    font-size: 20px;
    height: 48px;
    line-height: 48px;
    margin: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
    right: 0 !important;
    top: 0;
    width: 48px;
    z-index: 99;
}

    #btn-search-category:hover, #btn-search-two:hover i {
        color: #1eabf1;
    }

    #btn-search-category .icon-search::before {
        content: "";
        font-family: FontAwesome;
    }

    #btn-search-category i {
        font-style: normal;
    }

.category-items {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: rgba(0, 0, 0, 0) none no-repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #333333;
    font-size: 13px !important;
    height: 48px;
    left: 0;
    line-height: 48px;
    outline: medium none;
    overflow: hidden;
    padding: 0 25px 0 15px;
    position: absolute;
    transition-duration: 0.4s;
    transition-property: height;
    width: 100%;
    z-index: 9999;
    cursor: pointer;
}

    .category-items option {
        background: #ffffff none repeat scroll 0 0;
        color: #333333;
        line-height: 26px;
        padding: 4px 15px;
    }
/*----------------------------------------*/
/*  2.2.3 Cart Button
/*----------------------------------------*/
.mini-cart-content .cart-products {
    float: none;
    margin: 0 -15px;
    overflow: hidden;
    padding: 10px 0px;
    width: auto;
}

.header-r-cart {
    /* float: right; */
    /* margin: 11px 0 0;  */
    position: relative;
}

    .header-r-cart > div {
        overflow: hidden;
        /* background: #f1f1f0 none repeat scroll 0 0; */
        display: block;
        /* height: 48px; */
    }

        .header-r-cart > div > a {
            color: #4a4a51;
            font-size: 14px;
            display: block;
            position: relative;
            line-height: 48px;
            padding: 0 12px 0 60px;
        }

        .header-r-cart > div:hover > a, .header-r-cart div:hover a::before, .cart-product-info .product-name:hover {
            color: #00568c;
        }

        .header-r-cart > div > a:before {
            border-bottom: 0 none;
            border-radius: 0;
            border-right: 1px solid #ffffff;
            color: #69686c;
            content: "";
            font-family: "FontAwesome";
            font-size: 20px !important;
            font-weight: 500;
            height: 48px;
            left: 0;
            position: absolute;
            text-align: center;
            top: 0;
            width: 48px;
            z-index: 1;
        }

div.header-r-cart .mini-cart-content {
    background: #f0eeef none repeat scroll 0 0;
    border: 0px solid #eeeeee;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.35);
    padding: 0px 15px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100%;
    transform: rotateX(90deg);
    transform-origin: center top 0;
    transition: all 0.1s ease 0s;
    /* width: 273px; */
    width: 168px;
    visibility: hidden;
    z-index: 2222;
    border-radius: 2px;
}

div.header-r-cart div:hover .mini-cart-content {
    margin-top: 4px;
    transform: rotateX(0deg);
    visibility: visible;
    z-index: 99999;
}

.mini-cart-content .cart-image {
    background-color: #f1f1f1;
    border: 1px solid #eeeeee;
    margin-right: 10px;
    float: left;
}

.mini-cart-content .cart-product-info {
    display: inline-block;
    min-height: 70px;
    position: relative;
    /* width: 53%; */
    width: 100%;
}

.cart-product-info .product-name {
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 9px;
    margin-right: 5px;
    text-transform: uppercase;
    width: auto;
}

a.edit-product {
    background: rgba(0, 0, 0, 0) url("img/icon/edit.png") no-repeat scroll 0 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 16px;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    right: -20px;
    text-indent: -999em;
    top: 0;
    width: 20px;
}

a.remove-product {
    background: rgba(0, 0, 0, 0) url("img/icon/remove.png") no-repeat scroll 0 0;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 16px;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    right: -33px;
    text-indent: -999em;
    top: 1px;
    width: 16px;
}

.cart-product-info .price-times {
    font-size: 11px;
    line-height: 1.25;
}

.price-amount {
    border-top: 1px solid #eeeeee;
    clear: both;
    font-size: 14px;
    font-weight: normal;
    margin: 15px 0 0;
    padding-top: 10px;
    text-transform: uppercase;
}

.cart-price-list span {
    float: right;
}

.header-r-cart .cart-buttons {
    margin: 10px -15px 0;
    padding: 15px;
    text-align: center;
}

    .header-r-cart .cart-buttons a {
        background: #222222 none repeat scroll 0 0;
        color: #ffffff;
        display: inline-block;
        font: 1em/38px "Lato",sans-serif;
        height: 38px;
        padding: 0 15px;
        text-align: center;
        transition: all 0.3s ease-in 0s;
        white-space: nowrap;
        width: 100%;
    }

        .header-r-cart .cart-buttons a:hover {
            background: #E03550 none repeat scroll 0 0;
        }
/*----------------------------------------*/
/*  2.3 Mainmenu Area
/*----------------------------------------*/
.mainmenu-area {
    /* background: #00568d none repeat scroll 0 0; */
    position: relative;
    z-index: 300;
}

.mainmenu-area {
    border-bottom: 1px solid #cdcbcc;
}

.first-menu {
    background-color: #00568D !important;
}

.earnpoint {
}

.mainmenu ul#nav li {
    display: inline-block;
    /* position: relative; */
    /* padding: 15px 0; */
    padding: 0px 10px;
    margin-left: -2px;
    text-transform: uppercase;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .mainmenu ul#nav > li:first-child {
        margin-right: 0px !important;
    }

    .mainmenu ul#nav li {
        display: inline-block;
        padding: 0px 10px;
        margin-left: -2px;
        text-transform: uppercase;
    }
}

.mainmenu ul#nav > li > a {
    color: #fff;
    display: block;
    text-decoration: none;
    transition: all 4ms linear 0s;
    border-left: 0px solid #e1e1e1;
    display: block;
    padding: 4.5px 15px;
    font-size: 18px;
    font-family: 'Droid',sans-serif !important;
}

.mainmenu ul#nav > li:first-child {
    margin-left: 0px; /* margin-right:1px;  */
}

    .mainmenu ul#nav > li:first-child a {
        border: 0;
    }

.mainmenu ul#nav > li:hover {
    color: #fff;
    font-weight: bold;
    background-color: #AF3700;
}

.mainmenu ul#nav > li.selected {
    color: #fff;
    font-weight: bold;
    background-color: #00568D;
}
/*----------------------------------------*/
/*  2.3.1 Dropdown Menu
/*----------------------------------------*/
.mainmenu ul.sub-menu {
    left: 0;
    margin: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    visibility: hidden;
    width: 215px;
    top: 60px;
    z-index: -99;
    background-color: #f5f5f5;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    padding: 30px 20px;
    transform: rotateX(90deg);
    transform-origin: center top 0;
    transition: all 0.6s ease 0s;
}

.mainmenu ul#nav li ul.sub-menu > li {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

    .mainmenu ul#nav li ul.sub-menu > li a, .mainmenu ul#nav li .megamenu span > a {
        /* color: #909090; */
        display: block;
        font-weight: normal;
        line-height: 30px;
    }

.mainmenu > nav > ul#nav > li:hover ul.sub-menu, .mainmenu ul#nav li:hover .megamenu {
    margin-top: 0;
    transform: rotateX(0deg);
    visibility: visible;
    z-index: 99999;
}

.mainmenu ul#nav li ul.sub-menu > li {
    padding: 0;
}

.mainmenu ul#nav li.drop-down {
    position: relative;
}
/*----------------------------------------*/
/*  2.3.2 Mega Menu
/*----------------------------------------*/
.mainmenu ul#nav li.earnpoint .megamenu {
    left: 106px;
    margin: 0;
    position: absolute;
    text-align: left;
    top: 30px;
    white-space: nowrap;
    /* width:480px; */
    background-color: #f0eeef;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.35);
    -sand-transform: rotate(90deg);
    border-radius: 2px;
    padding: 10px 0px;
}

.mainmenu ul#nav li .megamenu {
    left: 235px;
    margin: 0;
    position: absolute;
    text-align: left;
    top: 30px;
    white-space: nowrap;
    visibility: hidden;
    /* width:480px; */
    z-index: -99;
    background-color: #f0eeef;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.35);
    -sand-transform: rotate(90deg);
    border-radius: 2px;
    padding: 10px 0px;
    transform: rotateX(90deg);
    transform-origin: center top 0;
    transition: all 0.1s ease 0s;
}
    /*Custom Width to main menu*/
    /* #megamenu-width
{
	width:430px !important;
} */
    /* #megamenu-width a
{
	padding-left:10px;
} */
    .mainmenu ul#nav li .megamenu span > a.mega-title, .mainmenu ul#nav li .sub-menu a.mega-title {
        color: #525252;
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        font-weight: bold;
        position: relative;
        line-height: 28px;
        display: block;
        text-decoration: none;
        padding-right: 10px;
        padding-left: 9px; /*decreased from 10px to 9px to cater "Get Merchandise" text*/
    }
/* New CSS for main menu*/
a.mega-title:hover {
    color: #525252;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    line-height: 28px;
    display: block;
    text-decoration: none;
    padding-right: 10px;
    background-color: none !important;
}
/* New CSS for main menu */
.mainmenu ul#nav li .megamenu span {
    float: left;
    text-transform: none;
    /* margin-right: 10px; */
    /* width: 149px; */
}

    .mainmenu ul#nav li .megamenu span > a:hover, .mainmenu ul#nav li .megamenu span a.mega-title:hover, .mainmenu ul#nav li ul.sub-menu > li a:hover {
        color: #525252;
    }

    .mainmenu ul#nav li .megamenu span:nth-child(5) {
        width: 180px;
    }

.mega-banner img {
    max-width: 100%;
}
/*----------------------------------------*/
/*  2.4 Sticky Menu
/*----------------------------------------*/
.mainmenu-area .sticky-wrapper.is-sticky #sticker, .mainmenu-area-home-two .sticky-wrapper.is-sticky #sticker, .mainmenu-area-home-three .sticky-wrapper.is-sticky #sticker {
    background: #00568d;
    transition: background 300ms ease 0s;
    top: -50px;
    ;
    z-index: 9999;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
/*----------------------------------------*/
/*  2.5 Mobile Menu
/*----------------------------------------*/
.mobile-menu-area {
    background: #00568d;
    display: none;
}

.mean-container .mean-bar::after {
    display: none;
}

.mean-container .mean-nav ul li a:hover {
    color: #E03550;
    background: none;
}

.mean-container a.meanmenu-reveal span {
    background: #fff;
}

.mean-container .mean-nav ul li a {
    background: #fff;
    color: #303030;
    display: block;
}

    .mean-container .mean-nav ul li a.mean-expand {
        background: none;
        top: -4px;
    }

        .mean-container .mean-nav ul li a.mean-expand:hover {
            background: none;
        }

.mean-container .mean-nav ul li {
    background: #fff;
}

    .mean-container .mean-nav ul li li a {
        color: #303030;
        opacity: .90;
        border-top: 0;
    }

.mean-container a.meanmenu-reveal {
    color: #444;
}

.meanmenu-reveal.meanclose:hover {
    color: #303030 !important;
}

.mean-container a.meanmenu-reveal:hover span {
    background: #303030;
}

.mobile-menu-area .mean-nav {
    background: #E03550 none repeat scroll 0 0;
}

.mean-last {
    margin-bottom: 20px;
}

.mobile-menu {
    position: relative;
}

.mean-container .mean-bar::before {
    color: #ffffff;
    content: "MENU";
    font-size: 18px;
    font-weight: 600;
    left: 0;
    position: absolute;
    top: 13px;
}

.home-two-header .mean-container a.meanmenu-reveal, .home-three-header .mean-container a.meanmenu-reveal {
    padding: 13px 20px;
}

.home-two-header .mean-container .mean-bar::before, .home-three-header .mean-container .mean-bar::before {
    left: 20px;
}

.home-two-header .mobile-menu-area, .home-three-header .mobile-menu-area {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.home-two-header .mean-bar, .home-three-header .mean-bar {
    background: #E03550;
}

.home-two-header .mobile-menu-area .mean-nav, .home-three-header .mobile-menu-area .mean-nav {
    background: #fff none repeat scroll 0 0;
}

.home-two-header .mean-last, .home-three-header .mean-last {
    margin-bottom: 0px;
}
/*----------------------------------------*/
/*  3. Slider Area
/*----------------------------------------*/
.banner-content {
    height: 100%;
    position: relative;
}

.slider-area .text-content {
    margin: auto;
    max-width: 80%;
    position: absolute;
    right: 40%;
    text-align: center;
    top: 5%;
}

.banner-content h1, .banner-content h2, .banner-content h3 {
    text-transform: uppercase;
}

.banner-content h1 {
    animation: 1500ms ease-in-out 0s normal none 1 running bounceInLeft;
    /* font-size: 30px; */
    margin-bottom: 0px;
    text-transform: uppercase;
}

.banner-content h2 {
    animation: 2000ms ease-in-out 0s normal none 1 running bounceInLeft;
    /* font-size: 50px; */
    font-weight: 500;
    margin-bottom: 0px;
}

.banner-content h3 {
    animation: 2500ms ease-in-out 0s normal none 1 running bounceInLeft;
    /* font-size: 20px; */
    line-height: 1.8;
    margin-bottom: 10px;
    text-transform: none;
}

.banner-content .banner-readmore {
    animation: 3000ms ease-in-out 0s normal none 1 running bounceInLeft;
    clear: both;
    display: inline-block;
    line-height: 41px;
}

    .banner-content .banner-readmore a {
        background: #222222 none repeat scroll 0 0;
        color: #ffffff;
        display: block;
        font-family: "Lato",sans-serif;
        font-size: 12px;
        font-weight: bold;
        padding: 13px 30px;
        text-transform: uppercase;
        transition: all 0.3s ease-in;
    }

        .banner-content .banner-readmore a:hover {
            background-color: #e03550;
            color: #ffffff;
        }
/*----------------------------------------*/
/*  4. Banner Area
/*----------------------------------------*/
.banner-container {
    position: relative;
}

    .banner-container > a {
        display: block;
        position: relative;
    }

        .banner-container > a::before {
            background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
            bottom: 0;
            content: "";
            height: 100%;
            left: 0;
            opacity: 0;
            position: absolute;
            right: 0;
            top: 0;
            transition: all 300ms ease-in-out 0s;
            visibility: hidden;
            width: 100%;
            z-index: 9;
        }

    .banner-container:hover a:before {
        opacity: 1;
        visibility: visible;
    }

.banner-text {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: 46px;
    color: #ffffff;
    height: auto;
    left: 30px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 30px;
    text-align: left;
    transition: all 300ms ease-in-out 0s;
    visibility: hidden;
}

    .banner-text h3 {
        color: #ffffff;
        font-weight: bold;
    }

    .banner-text a {
        color: #ffffff;
        float: right;
        text-decoration: underline;
    }

        .banner-text a:hover {
            color: #e03550;
        }

.banner-container:hover .banner-text {
    visibility: visible;
    opacity: 1;
    z-index: 99;
}

.banner-area .banner-box {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.banner-box a {
    display: block;
    overflow: hidden;
    position: relative;
}

.banner-area .col-md-7 .row:first-child .col-md-6 .banner-box {
    margin-bottom: 30px;
}
/*----------------------------------------*/
/*  5. Product Carousel Area
/*----------------------------------------*/
/*----------------------------------------*/
/*  5.1 Single Product Style
/*----------------------------------------*/
.product-carousel .col-md-3, .brand-carousel.owl-carousel .col-md-2, .blog-carousel .col-md-4 {
    width: 100%;
    /* width: 70%;
	margin:0px auto; */
}

.single-product-item {
    line-height: normal;
    position: relative;
}

.new-product-label, .sale-product-label {
    background-color: #e03550;
    color: #ffffff;
    font-size: 13px;
    left: 15px;
    padding: 2px 10px;
    position: absolute;
    text-transform: uppercase;
    top: 15px;
    z-index: 10;
}

.new-product-label {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d5d5d5;
    color: #69686c;
}

.single-productbox-button {
    padding-left: 12px;
    padding-right: 12px;
}

.single-product {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    border: 3px solid gray;
    width: 261px !important;
    border-radius: 3%;
    border-color: gray;
    height: 287px;
    max-width: 100%;
}

    .single-product > a {
        display: block;
        float: left;
        width: 100%;
        z-index: 1;
        padding: 10px;
    }

        .single-product > a .product-image {
            display: block;
            width: 100%;
            text-align: center;
        }

    .single-product .product-image > a img { /* width: 100% */
        margin: 0px auto;
        padding: 10px 0px;
    }

    .single-product > a .hover-image {
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
    }

.single-product-item:hover .hover-image {
    opacity: 1;
}

.single-product-item .button-actions {
    bottom: 10px;
    height: 48px;
    left: 10px;
    position: absolute;
    width: 100%;
}

    .single-product-item .button-actions button.button {
        float: left;
    }

        .single-product-item .button-actions .add-to-links li a, .single-product-item .button-actions button.button span {
            -moz-border-bottom-colors: none;
            -moz-border-left-colors: none;
            -moz-border-right-colors: none;
            -moz-border-top-colors: none;
            background-color: #ffffff;
            border-color: #eeeeee -moz-use-text-color #eeeeee #eeeeee;
            -webkit-border-bottom-colors: none;
            -webkit-border-left-colors: none;
            -webkit-border-right-colors: none;
            -webkit-border-top-colors: none;
            border-color: #eeeeee;
            border-image: none;
            border-style: solid none solid solid;
            border-width: 1px 0 1px 1px;
            color: #68696c;
            cursor: pointer;
            display: block;
            font-size: 16px;
            height: 48px;
            line-height: 48px;
            opacity: 0;
            padding: 0;
            text-align: center;
            transform: scale(0.2);
            transition: all 250ms cubic-bezier(1, -0.6, 0.57, -0.15) 0s;
            visibility: hidden;
            width: 48px;
        }

.single-product-item:hover .button-actions .add-to-links li a, .single-product-item:hover .button-actions button.button span {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}

.add-to-links li {
    display: inline;
    float: left;
}

.single-product-item .button-actions .add-to-links li a.link-wishlist {
    transition-delay: 0.3s;
}

.single-product-item .button-actions .add-to-links li a.link-compare {
    border-right: 1px solid #eeeeee;
    transition-delay: 0.4s;
}

button.button span, .add-to-links li a, .btn-quickview {
    transition: all 4ms linear 0s;
}

.single-product-item .button-actions .add-to-links li a:hover, .single-product-item .button-actions button.button:hover span, .header-r-cart.header-cart-two > li > a:hover {
    color: #e03550;
}

.single-product-name a {
    /* font-size: 14px; */
    /* text-transform: uppercase; */
    text-decoration: none;
}

.price-box {
    /* color: #69686c; */
    color: #00568D;
    /* color: #0076cc; */
    font-size: 15px;
    /*    margin: 5px 0 20px;*/
}

p.old-price, p.special-price {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
}

.old-price .price {
    color: #b1b1b1;
    font-size: 16px;
    text-decoration: line-through;
}
/*----------------------------------------*/
/*  5.2 Product Owl Button Style
/*----------------------------------------*/
.owl-theme .owl-controls {
    margin-top: 0;
    opacity: 1;
}

.owl-theme:hover .owl-controls {
    opacity: 1;
}

.owl-theme .owl-controls .owl-buttons div {
    background: none repeat scroll 0 0;
    border-radius: 0;
    color: #a8a8a8;
    display: inline-block;
    font-size: 0;
    height: 40px;
    left: -35px;
    line-height: 40px;
    padding: 0;
    position: absolute;
    /* text-align: center; */
    text-align: left;
    top: 9%;
    width: 40px;
    opacity: 1;
}

    .owl-theme .owl-controls .owl-buttons div.owl-next {
        left: auto;
        right: -40px;
        text-align: right;
    }

    .owl-theme .owl-controls .owl-buttons div::before {
        content: "";
        display: block;
        font-family: FontAwesome;
        font-size: 25px;
        font-style: normal;
        font-weight: normal;
        line-height: 37px;
    }

.owl-theme .owl-controls .owl-buttons .owl-next::before {
    content: "";
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    border-color: #525252;
    /* color: #e03550; */
    color: #525252;
    /* text-align:left; */
}
/*----------------------------------------*/
/*  5.3 Product Timer Style
/*----------------------------------------*/
.timer-grid {
    bottom: 15px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
}

    .timer-grid > div, .timer-view > div {
        background: #f4f4f4 none repeat scroll 0 0;
        border: 1px solid #d0d0d0;
        display: inline-block;
        font-size: 14px;
        height: 50px;
        margin-left: 5px;
        min-width: 50px;
        padding: 10px 0;
        text-align: center;
        color: #69686c;
    }

        .timer-grid > div span, .timer-view > div span {
            display: block;
            line-height: 1;
        }
/*----------------------------------------*/
/*  6. Blog Area
/*----------------------------------------*/
.blog-carousel .image-blog {
    display: inline-block;
    margin-bottom: 25px;
}

.blog-carousel .owl-buttons {
    display: none;
}

.single-blog {
    position: relative;
}

    .single-blog .date-time {
        background: #f4f4f4 none repeat scroll 0 0;
        border: 1px solid #d0d0d0;
        font-size: 14px;
        font-weight: bold;
        height: 53px;
        left: 0;
        line-height: 1.1;
        min-width: 53px;
        padding: 10px 0;
        position: absolute;
        text-align: center;
        top: 0;
    }

        .single-blog .date-time .days {
            display: block;
        }

        .single-blog .date-time .months {
            font-weight: normal;
        }

    .single-blog .blog-title {
        display: block;
        margin-left: 70px;
        min-height: 50px;
        padding: 10px 0 0;
    }

        .single-blog .blog-title span {
            display: block;
            font-family: 'Lato', sans-serif;
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 10px;
            text-transform: capitalize;
        }

    .single-blog p {
        font-size: 1em;
        line-height: 1.5em;
    }

        .single-blog p.author {
            margin: 20px 0 10px;
        }
/*----------------------------------------*/
/*  7. Brand Area
/*----------------------------------------*/
.brand-content {
    margin: 20px 0;
    /* padding: 35px 0 0; */
    position: relative;
}

.single-brand {
    border: 1px solid #cdcbcc;
}

    .single-brand a {
        display: block;
    }

        .single-brand a img {
            /* margin-bottom:1px; */
            margin: 0px auto;
            padding: 10px 0px;
        }

.brand-content::after, .brand-content-home-two::after, .brand-content-home-three::after {
    /* border-top: 1px solid #f3f3f3; */
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
}

.brand-area .owl-theme .owl-controls .owl-buttons div {
    top: 22%;
}
/*----------------------------------------*/
/*  8. Service Area
/*----------------------------------------*/
.service-area {
    background-color: #262728;
    color: #ffffff;
    text-align: center;
}

.service-padding {
    padding: 50px 0;
}

.service-area .row > div, .service-area-home-two .row > div, .service-area-home-three .row > div {
    border-right: 1px solid #575758;
}

    .service-area .row > div:last-child, .service-area-home-two .row > div:last-child, .service-area-home-three .row > div:last-child {
        border: 0 none;
    }

.single-service .fa {
    display: block;
    font-size: 34px;
    color: #fff;
    text-align: center;
}

.mall h3 {
    color: #525252;
    font-size: 12px;
    font-weight: bold;
}

.single-service p {
    margin-bottom: 0;
    font-weight: bold;
}

.service-text-container {
    display: inline-block;
}
/*----------------------------------------*/
/*  9. Footer Widget Area
/*----------------------------------------*/
.footer-widget-area {
    background-color: #262728;
    border-bottom: 1px solid #575758;
    border-top: 1px solid #575758;
    color: #ddd;
}

    .footer-widget-area .single-widget {
        overflow: hidden;
    }

.footer-widget-padding {
    padding: 40px 0;
}

.footer-widget-title {
    margin-bottom: 20px;
}

    .footer-widget-title h3 {
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
    }

.footer-widget-list ul li {
    line-height: 25px;
    overflow: hidden;
    text-transform: capitalize;
}

    .footer-widget-list ul li a {
        color: #ddd;
    }

        .footer-widget-list ul li a:hover, ul.social-link a:hover i, .footer ul li a:hover {
            color: #E03550;
        }

.footer-widget-list ul.address li .fa {
    color: #e03550;
    margin-right: 3px;
}

.footer-widget-list ul.address li {
    margin-bottom: 15px;
    color: #ddd;
}

    .footer-widget-list ul.address li.support-link {
        text-transform: lowercase;
    }

.newsletter-content {
    background: #4c4f51 none repeat scroll 0 0;
    height: 40px;
    position: relative;
    width: 100%;
}

    .newsletter-content input {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 0 none;
        color: #dddddd;
        float: left;
        height: 100%;
        padding: 12px 10px;
        width: 100%;
    }

    .newsletter-content button.button {
        position: absolute;
        right: 0;
        top: 0;
    }

        .newsletter-content button.button span {
            background: #e03550 none repeat scroll 0 0;
            height: 40px;
            line-height: 40px;
            padding: 0 10px;
            transition: all 0.3s ease-in;
        }

        .newsletter-content button.button:hover span {
            background: #fff;
            color: #222222;
        }

.footer-widget-list ul.social-link li {
    line-height: 25px;
    overflow: hidden;
    text-transform: capitalize;
    float: left;
}

ul.social-link a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    margin: 10px 10px 0 0;
    position: relative;
    text-align: center;
    width: 30px;
}

    ul.social-link a i {
        color: #d1d1d1;
    }
/*----------------------------------------*/
/*  10. Footer Area
/*----------------------------------------*/
.footer {
    /*    border-color: #013757;*/
    border-width: 20px 0 0 0;
    border-style: solid;
}

.footer-logo {
    height: 45px;
    margin-bottom: 20px;
}

.footer-padding {
    padding: 20px 0;
}

.footer ul li {
    display: inline-block;
}

    .footer ul li a {
        border-right: 1px solid #525252;
        font-size: 12px;
        line-height: 1;
        padding: 0 10px;
        /* text-transform: uppercase; */
        color: #ddd;
    }

    .footer ul li:first-child a {
        padding-left: 0;
    }

    .footer ul li:last-child a {
        border: 0 none;
    }

.footer p.author {
    /* line-height: 25px; */
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bolder;
}

    .footer p.author a {
        color: #e03550;
    }

        .footer p.author a:hover {
            text-decoration: underline;
        }

.payment-image {
    margin: 13px 0;
}
/*----------------------------------------*/
/*  11. Homepage Two Start
/*----------------------------------------*/
.home-two-wrapper .container, .home-three-wrapper .container {
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.home-two-wrapper, .home-three-wrapper {
    background: #EAEAEC;
}
/*----------------------------------------*/
/*  11.1 Homepage Two Header
/*----------------------------------------*/
.header-top-home-two .container, .header-top-home-three .container {
    border-bottom: 1px solid #e1e1e1;
}

.header-main-home-two .logo, .header-main-home-three .logo {
    text-align: center;
}

.header-content-home-two, .header-content-home-three {
    height: auto !important;
    min-height: 80px;
    padding: 25px 0;
    position: relative;
}

.search-box-two, .search-box-three {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #e2e1e6;
    float: left;
    height: 30px;
    margin: 20px 0 0;
    position: relative;
    width: 255px;
    z-index: 100;
    transition: all 4ms linear 0s;
}

    .search-box-two input, .search-box-three input {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
        float: left;
        font-family: arial;
        font-size: 12px;
        font-style: italic;
        height: 30px;
        margin: 0;
        padding-left: 20px;
        padding-right: 40px;
        width: 76.4%;
    }

#btn-search-two, #btn-search-three {
    border: 0 none;
    float: right;
    font-size: 16px;
    height: 100%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 48px;
}

    #btn-search-two i, #btn-search-three i {
        display: block;
        width: 48px;
        color: #000000;
    }

.header-r-cart.header-cart-two > li, .header-r-cart.header-cart-three > li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 40px;
}

    .header-r-cart.header-cart-two > li > a::before, .header-r-cart.header-cart-three > li > a::before {
        border: 1px solid #dddddd;
        content: "";
        display: inline-block;
        font-family: FontAwesome;
        font-size: 20px;
        font-style: normal;
        font-weight: normal;
        height: 40px;
        left: 0;
        line-height: 40px;
        margin-right: 10px;
        position: absolute;
        text-align: center;
        top: 0;
        vertical-align: middle;
        width: 40px;
    }

    .header-r-cart.header-cart-two > li > a, .header-r-cart.header-cart-three > li > a {
        font-size: 20px;
        line-height: 20px;
        padding: 0 0 0 50px;
        text-transform: capitalize;
        color: #69686c;
    }

        .header-r-cart.header-cart-two > li > a span, .header-r-cart.header-cart-three > li > a span {
            display: block;
            font-size: 14px;
        }

.header-r-cart.header-cart-two, .header-r-cart.header-cart-three {
    margin: 20px 0 0;
}

.mainmenu-area-home-two .mainmenu ul#nav > li > a, .mainmenu-area-home-three .mainmenu ul#nav > li > a {
    border: 0;
}
/*----------------------------------------*/
/*  11.2 Homepage Two Subscribe Area
/*----------------------------------------*/
.subscribe-container {
    background-color: #ececee;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0 20px;
}

.subscribe, .discount-text {
    float: left;
    margin: 10px 0;
}

.subscribe-title {
    display: block;
    float: left;
    margin: 5px 30px 0 0;
}

    .subscribe-title label {
        color: #69686c;
        display: block;
        font-size: 14px;
        font-weight: normal;
        margin: 0 0 5px;
        text-transform: uppercase;
    }

#subscribe-form {
    float: left;
    width: 320px;
}

.subscribe-content {
    background-color: #ffffff;
    height: 30px;
    width: 100%;
    position: relative;
}

#subscribe-input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    float: left;
    height: 100%;
    padding: 0 0 0 20px;
    width: 100%;
}

.subscribe-content button.button {
    position: absolute;
    right: 0;
    top: 0;
}

    .subscribe-content button.button span {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border-left: 1px solid #eeeeee;
        color: #222222;
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        text-transform: uppercase;
        transition: all 0.3s ease-in;
    }

    .subscribe-content button.button:hover span {
        background: #E03550;
        color: #fff;
    }

.discount-text {
    margin: 15px 20px 10px 0;
    text-transform: uppercase;
    float: right;
}

.subscribe-link .social-link {
    float: right;
}

    .subscribe-link .social-link li {
        display: inline;
        float: left;
    }

    .subscribe-link .social-link a {
        background: #dfdfe2 none repeat scroll 0 0;
        border-radius: 100%;
        font-size: 14px;
        height: 29px;
        line-height: 29px;
        margin: 10px 2px;
        width: 29px;
    }

        .subscribe-link .social-link a:hover {
            background: #E03550;
        }

        .subscribe-link .social-link a i {
            color: #fff;
        }

        .subscribe-link .social-link a:hover i {
            color: #fff;
        }

    .subscribe-link .social-link li:last-child a {
        margin-right: 0;
    }
/*----------------------------------------*/
/*  11.3 Homepage Two Slider Area
/*----------------------------------------*/
.slider-area-home-two .text-content {
    margin: auto;
    max-width: 80%;
    position: absolute;
    right: 20%;
    text-align: center;
    top: 20%;
}

.slider-area-home-two .preview-2 .nivo-directionNav {
    display: none;
}

.slider-area-home-two .preview-2:hover .nivo-directionNav {
    display: block;
}
/*----------------------------------------*/
/*  11.4 Homepage Two Brand
/*----------------------------------------*/
.brand-content-home-two, .brand-content-home-three {
    margin-top: 0;
    margin-bottom: 50px;
    padding: 35px 0 0;
    position: relative;
}
/*----------------------------------------*/
/*  11.5 Homepage Two Service
/*----------------------------------------*/
.service-area-home-two, .service-area-home-three {
    color: #ffffff;
    text-align: center;
}

.home-two-wrapper .service-area-home-two .container, .footer-widget-area-home-two .container, .footer.footer-home-two .container, .home-three-wrapper .service-area-home-three .container, .footer-widget-area-home-three .container, .footer.footer-home-three .container {
    background: #262728;
}
/*----------------------------------------*/
/*  11.6 Homepage Two Footer
/*----------------------------------------*/
.footer-widget-area-home-two .container, .footer-widget-area-home-three .container {
    border-bottom: 1px solid #575758;
    border-top: 1px solid #575758;
}

.footer.footer-home-two, .footer.footer-home-three {
    background: transparent;
    padding: 0;
}
/*----------------------------------------*/
/*  12. Homepage Three Start
/*----------------------------------------*/
.slider-area-home-three .text-content {
    margin: auto;
    max-width: 80%;
    position: absolute;
    right: 40%;
    text-align: center;
    top: 20%;
}

.product .col-md-3:nth-child(1) .single-product-item, .product .col-md-3:nth-child(2) .single-product-item, .product .col-md-3:nth-child(3) .single-product-item, .product .col-md-3:nth-child(4) .single-product-item, .product .col-md-3:nth-child(5) .single-product-item, .product .col-md-3:nth-child(6) .single-product-item {
    margin-bottom: 40px;
}

.product-area-home-three .single-product-name a {
    text-transform: capitalize;
}

.product-area-home-three .single-product .button-actions .add-to-links li a, .product-area-home-three .single-product .button-actions button.button span {
    height: 35px;
    line-height: 35px;
    width: 35px;
}
/*----------------------------------------*/
/*  13. Homepage Four Start
/*----------------------------------------*/
/*----------------------------------------*/
/*  13.1 Homepage Four Header
/*----------------------------------------*/
.header-top-home-four {
    background: #262728 none repeat scroll 0 0;
    color: #ffffff;
}

.logo-four {
    display: inline-block;
}

    .logo-four a {
        display: inline-block;
    }

.header-top-home-four .currency-menu > ul > li > a, .header-top-home-four .language-menu > ul > li > a, .header-top-home-four .account-menu > ul > li > a {
    color: #fff;
}

.service-home-four .single-service {
    border-right: 1px solid #dddddd;
    margin: 15px 0 0;
}

    .service-home-four .single-service span, .shipping .single-service span {
        color: #69686c;
        display: inline-block;
        float: left;
        font-size: 35px;
        height: 45px;
        line-height: 45px;
        margin: 0 0.4em 0 0;
        text-align: center;
        width: 45px;
    }

    .service-home-four .single-service h3 {
        color: #232323;
        margin: 0;
        text-transform: uppercase;
    }

.service-home-four .row .col-md-4:last-child .single-service {
    border-right: 0 none;
}

.mainmenu-area .sticky-wrapper.is-sticky #sticker .header-r-cart.cart-home-four, .mainmenu-area .sticky-wrapper.is-sticky #sticker #search-form-four {
    display: none;
}

form#search-form-four {
    display: inline-block;
    float: right;
    margin-right: 4px;
    padding: 10px 0;
    position: relative;
    vertical-align: middle;
}

    form#search-form-four .search-content {
        height: 40px;
        position: relative;
        float: left;
        z-index: 99;
    }

#search-input-four {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    float: left;
    font-family: arial;
    font-size: 12px;
    font-style: italic;
    height: 100%;
    margin: 0;
    padding-left: 20px;
    padding-right: 40px;
    transition: all 300ms linear 0s;
    width: 0;
}

form#search-form-four:hover #search-input-four {
    width: 250px;
}

form#search-form-four:hover #search-input-four {
    background: #ffffff none repeat scroll 0 0;
}

.form-search input.input-text:focus {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}

#search-form-four button.button {
    color: #000000;
    float: right;
    font-size: 16px;
    height: 100%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 48px;
}

    #search-form-four button.button i {
        display: block;
        width: 48px;
    }

    #search-form-four button.button:hover i {
        color: #e03550;
    }

.header-r-cart.cart-home-four > li > a::before {
    border-right: 0 none;
    font-size: 16px !important;
    height: 40px;
    line-height: 40px;
    width: 30px;
    color: #69686c;
}

.header-r-cart.cart-home-four > li > a {
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 35px;
    text-transform: uppercase;
}

    .header-r-cart.cart-home-four > li > a span {
        background: #e03550 none repeat scroll 0 0;
        border-radius: 100%;
        color: #ffffff;
        display: inline-block;
        height: 16px;
        left: 15px;
        line-height: 15px;
        position: absolute;
        text-align: center;
        top: 3px;
        width: 16px;
        z-index: 2;
    }
/*----------------------------------------*/
/*  13.2 Homepage Four Slider Banner
/*----------------------------------------*/
.slider-area-home-four .preview-2, .banner-area-home-four {
    margin-top: 20px;
}

.slider-area-home-four .text-content {
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 20%;
}

.banner-area-home-four > .row:first-child > .col-md-6 > .banner-container {
    margin-bottom: 42px;
}

.banner-area-home-four .banner-text {
    bottom: auto;
    top: 31px;
}
/*----------------------------------------*/
/*  13.3 Homepage Four Category Products
/*----------------------------------------*/
.category-products .product-items {
    margin-top: 30px;
    overflow: hidden;
}

    .category-products .product-items:first-child {
        margin-top: 0;
    }

.p-category-image {
    margin-right: 10px;
    max-width: 50%;
    float: left;
}

.product-category-area .p-category-image > a, .product-category-area .p-category-text p.old-price, .product-category-area .p-category-text p.special-price {
    display: block;
}

.category-product-name > a {
    font-size: 14px;
    text-transform: capitalize;
}

.p-category-text {
    overflow: hidden;
}

.product-category-area .p-category-text .special-price .price, .product-category-area .p-category-text p.old-price {
    font-weight: bold;
}

.p-category-text p.old-price {
    margin-bottom: 5px;
}
/*----------------------------------------*/
/*  14. Shop Grid/List Page
/*----------------------------------------*/
.breadcrumbs {
    margin: 20px 0px 20px 20px;
    font-size: 12px;
}

    .breadcrumbs span {
        margin-left: 10px;
        margin-right: 10px;
    }

    .breadcrumbs li {
        display: inline;
    }

        .breadcrumbs li span {
            display: inline-block;
            padding: 0 5px;
        }

        .breadcrumbs li strong {
            color: #99989e;
            font-weight: normal;
            text-transform: capitalize;
        }

.category-image {
    /* margin: 0 0 35px; */
    overflow: hidden;
    text-align: center;
    width: 100%;
    border-bottom-color: #00568D;
    border-width: 0 0 1px 0;
    border-style: solid;
}
/*----------------------------------------*/
/*  14.1 Shop Grid/List Sidebar
/*----------------------------------------*/
.sort-wraper {
    padding: 0 10px 0 0;
}

.sidebar-content {
    margin: 18px 0 25px;
    background: #EEEEEE;
    padding: 15px;
    min-height: 1110px;
}

    .sidebar-content .section-title {
        margin-bottom: 10px;
    }

.sidebar-category-list {
    max-height: 210px;
    padding-bottom: 20px;
}
    /* .scrollbar{overflow-y: scroll;height: 200px;}
.force-overflow
{
	min-height: 300px;
}
#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 1px #cdcbcc;
	background-color: #cdcbcc;
	width:1px !important;
}

#style-3::-webkit-scrollbar
{
	width: 7px;	
	background-color: #525252;
}

#style-3::-webkit-scrollbar-thumb
{
	height:30px;
	background-color: #525252;
} */

    .sidebar-category-list ul li {
        /* font-size: 12px; */
        line-height: 30px;
        /* text-transform: uppercase; */
    }

.price_filter {
    /* margin-right: 5px; */
    margin-top: 10px;
}

#slider-range {
    background: #DBDBDB none repeat scroll 0 0;
    border: 0 none;
    height: 4px;
    margin-left: 10px;
    width: 80%;
}

.ui-slider-range.ui-widget-header.ui-corner-all {
    /* background: #ec5355 none repeat scroll 0 0 !important; */
    background: #00568D none repeat scroll 0 0;
    border: medium none !important;
    height: 4px;
    margin-top: 0;
}

.price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
    /* background: #ec5355 none repeat scroll 0 0; */
    background: #00568D;
    border: medium none !important;
    border-radius: 50%;
    height: 13px;
    width: 13px !important;
    border-radius: 50%;
}

.price_slider_amount {
    margin: 12px 0 0;
    padding-top: 5px;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
}

.slider-values {
    overflow: hidden;
}

.price_slider_amount input:first-child {
    margin-right: 2.5px;
}

.price_slider_amount input {
    border: 2px solid #cdcbcc;
    float: left;
    height: 35px;
    line-height: 28px;
    padding: 0 2px;
    text-align: center;
    width: 48%;
    border-radius: 10px;
}

.price_filter #search_price {
    display: block;
    text-align: right;
}

.border-none.section-title::after {
    display: none;
}

.block-content, .popular-tags {
    padding: 15px 0;
}

    .block-content .empty {
        font-style: italic;
        margin: 0;
        padding: 2px 0;
    }

    .popular-tags .tag-list {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 0 none;
        font-size: 0.75em;
        padding: 5px 0;
    }

        .popular-tags .tag-list li {
            display: inline !important;
            margin: 0 3px 0 0;
        }

            .popular-tags .tag-list li a {
                border: 1px solid #eeeeee;
                display: inline-block;
                font-size: 13px !important;
                margin: 0 0 8px;
                padding: 8px 10px;
                text-transform: uppercase;
                transition: all 0.3s ease-in;
            }

                .popular-tags .tag-list li a:hover {
                    border-color: #e03550;
                }

.tag-actions a {
    border: medium none;
    display: inline-block;
    float: none;
    font-size: 13px !important;
    margin: 10px 0 0;
    padding: 4px 1px;
    text-transform: uppercase;
    transition: all 4ms linear 0s;
}
/*----------------------------------------*/
/*  14.2 Shop Grid/List Content
/*----------------------------------------*/
.shop-tab.item-paging {
    border-radius: 6px;
}

.shop-tab .nav-tabs {
    border: 0 !important;
}

    .shop-tab .nav-tabs > li > a.list-view, .shop-tab .nav-tabs > li > a.grid-view {
        background: rgba(0, 0, 0, 0) url("img/icon/list.png") no-repeat scroll 0 0;
        border-color: rgba(0, 0, 0, 0) !important;
        float: left;
        height: 27px;
        margin-right: 22px;
        padding: 0 0 0 25px;
        position: relative;
        width: 45px;
    }

.shop-tab a.grid-view {
    background: url(img/icon/grid.png) no-repeat scroll 0 0;
}

.shop-view a.active.list-view, .shop-view a.list-view:hover {
    background: rgba(0, 0, 0, 0) url("img/icon/list-hover.png") no-repeat scroll 0 0;
}

.shop-view a.active.grid-view, .shop-view a.grid-view:hover {
    background: url(img/icon/grid-hover.png) no-repeat scroll 0 0;
}

.shop-tab li a.grid-view:hover:after, .shop-tab li.active a.grid-view:after, .shop-tab li a.list-view:hover:after, .shop-tab li.active a.list-view:after {
    background: url(img/icon/grid-hover.png) no-repeat scroll 0 0;
    height: 27px;
    width: 27px;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}

.shop-tab li a.list-view:hover:after, .shop-tab li.active a.list-view:after {
    background: url(img/icon/list-hover.png) no-repeat scroll 0 0;
    height: 27px;
    width: 27px;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}

.shop-tab li.active a.grid-view, .shop-tab li.active a.list-view {
    font-weight: bold;
}

.filter-by > form {
    cursor: pointer;
    float: right;
}

.filter-by {
    display: inline-block;
    /* margin-left: 36px; */
    margin: 5px 5px 5px 5px;
}

.shop-tab {
    margin-bottom: 0;
    background: #cdcbcc;
    padding: 5px;
}

.shop-item-filter {
    display: block;
    /* margin: 0 0 30px; */
    /*overflow: hidden;*/
    margin: 20px 0 20px 0;
}

.filter-text {
    display: inline-block;
}

.filter-by select {
    /* border: 1px solid rgba(0, 0, 0, 0); */
    border: 1px solid #eeeeee;
    /* font-size: 14px; */
    /*  height: 22px; */
    cursor: pointer;
    outline: none;
}

.cat-service-area select:focus {
    background: #ffffff none repeat scroll 0 0;
}

.shop-main-area .filter-by h4 {
    color: #525252;
    float: left;
    font-size: 14px;
    /*font-weight: bold;*/
    line-height: 26px;
    margin-bottom: 0;
    margin-left: 5px;
    /*padding: 0 9px 0 0;*/
}

.page {
    margin-bottom: 0;
    margin-left: 10px;
}

.shop-main-area .single-product-item {
    line-height: normal;
    margin-bottom: 10px;
    overflow: hidden;
}

.pagination-content {
    border-top: 1px solid #eeeeee;
    margin: 15px 0 0;
    overflow: hidden;
    padding: 10px 0 0;
}

.pagination {
    border-radius: 0;
    float: right;
    margin: 0;
}

    .pagination > span:first-child {
        border: 0px;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        margin: 0 5px;
        text-align: center;
        vertical-align: middle;
        width: 30px;
    }

    .pagination > span {
        border: 1px solid #cdcbcc;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        margin: 0 5px;
        text-align: center;
        vertical-align: middle;
        min-width: 30px;
        padding: 0px 2px;
    }

    .pagination li a {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
        border-radius: 0;
        color: #69686c;
        display: inline-block;
        float: none;
        padding: 4.5px 10px;
    }
    /* .pagination li.current {border-color: #525252} */
    .pagination > span.current {
        border-color: #525252;
    }

    .pagination li.current a, .pagination li:hover a {
        background: transparent;
        /* color: #e03550; */
    }

    .pagination > li > a, .pagination > li > span {
        padding: 0;
    }

.pagination-button > span {
    float: right;
    line-height: 28px;
    margin-right: 5px;
}

.shop-list .description {
    clear: both;
    line-height: 2em;
    margin: 15px 0;
}

.shop-list .price-box {
    font-size: 1.8em;
    margin: 20px 0;
}

.shop-list .learn-more {
    font-size: 0.75em;
    text-decoration: underline;
}

.shop-list .single-product-item .button-actions {
    position: static;
}
/*--------------------------------------------*/
/*  15. Product Details Page
/*--------------------------------------------*/
/*--------------------------------------------*/
/*  15.1 Product Details Left Sidebar
/*--------------------------------------------*/
.p-details-slider .col-md-4 {
    padding-left: 11px;
    padding-right: 11px;
    width: 100%;
}

.product-thumb.row {
    margin-left: -11px;
    margin-right: -11px;
}

.zoomWrapper {
    margin: 0px auto;
}

    .zoomWrapper img {
        padding: 5px;
        pointer-events: none;
    }

.zoomWrapper, .product-thumb, .single-zoom-thumb {
    position: relative;
}

.single-zoom {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
}

.text-right {
    text-align: left;
}

.zoomLens {
    border: 1px solid #ccc !important;
    cursor: move !important;
    display: block;
    height: 230px !important;
    width: 170px !important;
}

.zoomContainer .zoomWindow {
    border: 2px solid #ccc !important;
    height: 100% !important;
    margin-left: 10px !important;
    width: 100% !important;
    z-index: 9 !important;
}

.single-zoom-thumb {
    width: 312px;
    left: 69px;
    margin: 20px 0;
}

.product-details-content .product-thumb {
    margin-top: 25px;
}

.p-details-slider.owl-theme .owl-controls {
    opacity: 1;
}

    .p-details-slider.owl-theme .owl-controls .owl-buttons div {
        /* background: #b2b2b2 none repeat scroll 0 0; */
        border: 0 none;
        /* color: #ffffff; */
        color: #a8a8a8;
        float: left;
        height: 29px;
        line-height: 29px;
        margin-left: 11px;
        position: static;
        width: 29px;
    }

        .p-details-slider.owl-theme .owl-controls .owl-buttons div:hover {
            /* background: #E03550; */
            /* color: #fff */
            color: #525252;
        }

        .p-details-slider.owl-theme .owl-controls .owl-buttons div::before {
            /* font-size: 15px; */
            font-size: 25px;
            line-height: 30px;
        }

    .p-details-slider.owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 0px;
    }

    .p-details-slider.owl-theme .owl-controls .owl-buttons .owl-next {
        left: 35px;
        right: auto;
        margin-left: 0;
    }
/*--------------------------------------------*/
/*  15.2 Product Details Content
/*--------------------------------------------*/
.shipping .single-service {
    margin-bottom: 10px;
    overflow: hidden;
}

.product-details-conetnt .single-service h3 { /* color: #232323 */
}

.shipping .single-service span {
    border: 1px solid #eeeeee;
    font-size: 26px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    width: 50px;
}

.product-details-content .product-name {
    border-top: 1px solid #eeeeee;
    margin: 20px 0 10px;
    padding: 20px 0 0;
}

    .product-details-content .product-name h1 {
        text-transform: uppercase;
    }

.product-details-content .availability {
    margin: 10px 0;
}

    .product-details-content .availability span {
        /* color:#00568D; */
    }

.product-details-content .price-box {
    margin: 15px 0;
}

.details-description p {
    line-height: 25px;
}

.details-description img {
    margin: 12px 0 8px;
}

.product-details-content .add-to-buttons, .add-to-cart-qty {
    /* border-bottom: 1px dashed #dddddd; */
    /* margin: 20px 0 0; */
    overflow: hidden;
    /* padding-bottom: 20px; */
}

    .product-details-content .add-to-buttons li {
        float: left;
        margin-bottom: 5px;
        margin-right: 5px;
    }

        .product-details-content .add-to-buttons li a {
            font-size: 1em;
            font-weight: 600;
            line-height: 34px;
            text-transform: uppercase;
        }

        .product-details-content .add-to-buttons li i {
            border: 1px solid #eeeeee;
            color: #222222;
            height: 40px;
            line-height: 40px;
            text-align: center;
            transition: all 0.3s ease 0s;
            width: 40px;
        }

            .product-details-content .add-to-buttons li i:hover {
                background-color: #e03550;
                border-color: #e03550;
                color: #ffffff;
            }

.product-details-content .timer {
    float: left;
    overflow: hidden;
    width: 100%;
}

.product-details-content .timer-grid {
    position: static;
    text-align: left;
}

    .product-details-content .timer-grid > div, .timer-view > div {
        color: #404040;
        margin-left: 0;
        margin-right: 5px;
    }

.cart-qty-button {
    clear: both;
    float: left;
    margin: 20px 0 0;
}

    .cart-qty-button label {
        font-size: 14px;
        margin: 13px 15px 0 0;
        float: left;
    }

    .cart-qty-button .qty {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        font-size: 1.2em;
        height: 38px;
        line-height: 38px;
        margin-bottom: 2px;
        margin-right: 5px;
        min-width: 38px !important;
        text-align: center;
        float: left;
    }

    .cart-qty-button button.button {
        /* text-transform: uppercase; */
        vertical-align: inherit;
    }
/*--------------------------------------------*/
/*  15.3 Product Details Bottom Tab
/*--------------------------------------------*/
.p-details-tab {
    margin-bottom: 20px;
    margin-top: 30px;
    position: relative;
}
    /* .p-details-tab .nav.nav-tabs, .p-details-tab ul li:last-child {border: 0} */
    .p-details-tab ul li {
        padding: 0 10px;
        border: 1px solid #cdcbcc;
        border-radius: 2px;
        /* border-right-width: 0px; */
        border-bottom-width: 0px;
        margin-top: 3px;
    }

        .p-details-tab ul li.active {
            margin-top: 0px;
        }

        .p-details-tab ul li:last-child {
            padding: 0 5px;
            border: 1px solid #cdcbcc;
            border-radius: 2px;
            border-bottom-width: 0px;
        }

    .p-details-tab .nav.nav-tabs > li a {
        border: 0 none;
        color: #99989e;
        cursor: pointer;
        font-family: 'Droid',sans-serif;
        font-size: 14px;
        line-height: 20px;
        /* padding: 10px; */
        position: relative;
        /* text-transform: uppercase; */
    }

    .p-details-tab .nav > li > a {
        padding: 5px 10px;
    }

    .p-details-tab .nav.nav-tabs > .active > a {
        border: 0 none;
        /* color: #99989e; */
        cursor: pointer;
        font-family: 'Droid',sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 23px;
        /* padding: 10px; */
        position: relative;
        /* text-transform: uppercase; */
    }

    .p-details-tab li a:hover, .p-details-tab li.active > a {
        color: #525252 !important;
        background: transparent !important;
        /* color:white !important; */
        /* background:#0076cc !important; */
        /* border-top-right-radius:0px; */
    }

    .p-details-tab .nav > li > a:focus, .nav > li > a:hover {
        background-color: transparent;
    }

.product-details .tab-content p {
    line-height: 22px;
}

.tab-content.review.product-details p {
    line-height: 25px;
    margin-bottom: 0;
    text-align: justify;
}

.product-details .rating, .product-details p { /* display: inline-block */
}

.review-left a {
    color: #444444;
}

    .review-left a:hover {
        color: #0b74bf;
    }

.review-left p span {
    font-weight: 700;
}

.review-left p {
    margin-bottom: 5px;
}

.review-rating > p {
    font-size: 11px;
    text-transform: capitalize;
    width: 41px;
}

.review-left .rating i {
    font-size: 13px;
}

.review-left .italic {
    font-style: italic;
    font-weight: 400;
}

.review-right > h3 {
    color: #232323;
    font-size: 15px;
}

.review-right > h3, .review-right > h4 {
    color: #232323;
    font-size: 14px;
    margin: 0 0 20px;
}

.p-details-table table {
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
}

.p-details-table tbody tr {
    border-top: 1px solid #f2f2f2;
}

.p-details-table table td, .p-details-table table th {
    color: #69686c;
    text-transform: uppercase;
    padding: 10px;
    line-height: 25px;
    color: #69686c;
}

.p-details-table table thead th, .cart-main-area .cart-table .p-name > a {
}

.p-details-table table tbody th {
    font-size: 14px;
    font-weight: 400;
    padding: 6px 10px;
    text-transform: capitalize;
    width: 138px;
}

.product-details-area .form-control:focus {
    box-shadow: none;
    background: #edf7fd;
    border: 1px solid #dddddd;
}

.product-details-area .form-top {
    border: 0 none;
    padding: 0;
}

.product-details-area .submit-form {
    border-top: 1px solid #f2f2f2;
    margin-top: 14px;
    padding-right: 0;
    padding-top: 6px;
}

    .product-details-area .submit-form .add-tag-btn {
        background: #ffffff none repeat scroll 0 0 !important;
        border: 1px solid #e6e8e9 !important;
        color: #444444 !important;
        text-transform: uppercase;
    }

        .product-details-area .submit-form .add-tag-btn:hover, .product-tag-name .add-tag-btn:hover {
            background: #0b74bf none repeat scroll 0 0 !important;
            border: 1px solid #0b74bf !important;
            color: #fff !important;
        }

.product-details-area .form-top {
    margin-top: 22px;
}

.product-details-area .tab-content.review {
    margin-bottom: 22px;
}

.product-details-area .product-tag-name .form-top {
    margin-top: 0;
}

#review-form {
    margin: 15px 0 0;
    overflow: hidden;
}

    #review-form label {
        color: #666666;
        font-weight: 400;
        line-height: 25px;
        position: relative;
    }

span.required {
    color: #eb340a;
    float: right;
    font-style: normal;
    position: absolute;
    right: -8px;
    top: 1px;
}

#review-form .form-control, #tags .form-control {
    /* border: 1px solid #f2f2f2;
    border-radius: 0;
    box-shadow: none;
    color: #888888;
    font: 13px/15px Lato,Arial,Helvetica,sans-serif;
    padding: 7px 0 7px 7px; */
}

#review-form .form-group {
    margin-bottom: 5px;
}

.product-tag-name .form-control {
    float: left;
    margin: 0 5px 5px 0;
    padding: 0;
    width: 200px;
}

#review-form textarea {
    height: 10em;
    width: 100%;
}

.product-tag-name .form-group label {
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    overflow: hidden;
    margin: 0 0 5px;
    display: block;
}

.product-tag-name > p {
    font-size: 11px;
    margin: 5px 0 0;
}

.product-tag-name .form-group {
    margin-bottom: 0;
}

.buttons-set {
    border-top: 1px solid #f2f2f2;
    clear: both;
    margin: 20px 0 0;
    padding: 8px 0 0;
    text-align: right;
}

.upsell-product-details-carousel .col-md-3 {
    width: 100%;
}
/*--------------------------------------------*/
/*  15.4 Product Details Right sidebar
/*--------------------------------------------*/
.product-deails-area .section-title {
    margin-bottom: 20px;
}

.product-deails-area .category-product-name {
    line-height: 15px;
    margin-bottom: 12px;
}

.product-deails-area .category-products .product-items {
    margin-top: 20px;
}

.product-deails-area .single-products-category {
    margin-bottom: 45px;
}
/*--------------------------------------------*/
/*  16. Cart Page Start
/*--------------------------------------------*/
.page-title {
    margin: 0 0 12px;
    overflow: hidden;
    padding-bottom: 8px;
    width: 100%;
}

.page-title-cucustompage {
    margin: 0 0 12px;
    overflow: hidden;
    padding-bottom: 8px;
    width: 100%;
    margin-top: 75px;
    padding-top: 16px;
}

    .page-title-cucustompage p {
        text-align: center;
        color: white;
        font-size: 15px;
    }

    .page-title-cucustompage h3 {
        text-align: center;
        color: #fff;
    }

    .page-title-cucustompage p span {
        display: block;
    }

.page-title h1, .page-title h2 {
    /* font-size: 17px; */
    margin: 0;
    text-transform: capitalize;
    border-radius: 10px;
}

.cart-main-area .cart-table table {
    background: #ffffff none repeat scroll 0 0;
    line-height: 25px;
    margin: 0;
    width: 100%;
}

    .cart-main-area .cart-table table th {
        border-bottom: 1px solid #f2f2f2;
        /* font-weight: 400; */
        padding: 10px;
        /* text-transform: uppercase; */
        vertical-align: middle;
    }

.cart-table table td.p-image {
    min-width: 150px;
    vertical-align: top !important;
}

.cart-main-area .p-image > a {
    display: block;
    text-align: center;
    width: 150px;
}

.cart-main-area .cart-table table td {
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}

    .cart-main-area .cart-table table td.p-total {
        /* font-size: 15px;
	text-align: right; */
        width: 91px;
    }

    .cart-main-area .cart-table table td.p-amount {
        /* text-align: right; */
        width: 98px;
    }

    .cart-main-area .cart-table table td.edit {
        text-align: right;
    }

.cart-main-area .p-action {
    text-align: center;
    width: 28px;
}

.cart-main-area .cart-table table td.p-quantity {
    width: 130px;
}

.cart-main-area .cart-table .p-quantity input, .wishlist-concept form input {
    /* border: 1px solid #f2f2f2; */
    color: #444443;
    padding: 5px;
    text-align: center;
    /* width: 3em; */
    width: 30px;
}

.cart-main-area .cart-table .p-action > a, .wishlist-concept .p-action > a {
    /* background: rgba(0, 0, 0, 0) url("img/icon/delete.png") no-repeat scroll 0 0; 
    display: block;
    font-size: 0;
    height: 15px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 15px; */
    margin-left: 20px;
    float: left;
}

.cart-main-area .all-cart-buttons {
    /* border-bottom: 1px solid #d9dde3; */
    padding: 25px 0;
}

.button.clear-cart {
    margin-right: 8px;
}

.shipping-discount, .amount-totals {
    border: 1px solid #e1e1e1;
    display: block;
    margin: 40px 0 0;
    overflow: hidden;
    padding: 15px;
}

.cart-main-area .shipping-discount h3 {
    color: #333333;
    font: 15px/20px 'Lato', sans-serif;
    text-transform: capitalize;
}

.cart-main-area select.country {
    border: 1px solid #f2f2f2;
    color: #777777;
    margin-bottom: 5px;
    outline: medium none;
    padding: 7px 5px;
    width: 254px;
}

.postal-code > input {
    border: 1px solid #e6e8e9;
    color: #555555;
    line-height: 25px;
    outline: medium none;
    width: 254px;
    padding: 0 10px;
}

.shipping-discount .level {
    color: #666666;
    font-size: 14px;
    margin-bottom: 5px;
}

.amount-totals {
    padding: 27px 35px;
}

    .amount-totals > p.total {
        display: block !important;
        margin: 2px 0;
        text-align: right;
    }

    .amount-totals p:nth-child(2) {
        color: #444444;
        font-weight: bold;
        text-transform: uppercase;
    }

    .amount-totals span {
        padding-left: 20px;
    }

    .amount-totals .button {
        float: right;
        margin-bottom: 12px;
        margin-top: 13px;
        overflow: hidden;
    }
/*--------------------------------------------*/
/*  17. Checkout Page Start
/*--------------------------------------------*/
.wishlist-left-sidebar {
    padding: 7px 0;
}

.wishlist-concept .wishlist-left-sidebar ul li a {
    border-bottom: 1px solid #f2f2f2;
    display: block;
    padding: 6px 0;
}

.wishlist-concept .wishlist-left-sidebar ul li:last-child a {
    border: 0 none;
}

.wishlist-concept .page-title, .checkout-area .page-title, .account-area .page-title {
    /* border-bottom: 1px solid #eeeeee; */
    margin: 0 0 10px;
    overflow: hidden;
    padding-bottom: 8px;
    width: 100%;
}

.wishlist-concept .cart-table thead tr th {
    border-collapse: collapse;
    padding: 10px;
    text-transform: uppercase;
    vertical-align: middle;
    border-bottom: 1px solid #f2f2f2;
}

.wishlist-concept .wishlist-concept .cart-table tr td {
    padding: 10px;
}

.wishlist-concept .cart-table tbody tr td {
    border-bottom: 1px solid #f2f2f2;
    border-collapse: collapse;
    font-size: 12px;
    font-weight: normal;
    padding: 10px;
    vertical-align: top;
}

.wishlist-concept .product-img {
    width: 145px;
}

.wishlist-concept table.cart-table tr td a.tb-img {
    display: block;
    height: 113px;
    margin: 0 0 5px;
    width: 113px;
}

.wishlist-concept table.cart-table tr td h6 {
    margin-bottom: 16px;
    margin-top: 7px;
}

.wishlist-concept table.cart-table tr td a {
    font-size: 14px;
    font-weight: 400;
    line-height: 12px;
    text-transform: uppercase;
}

.wishlist-concept table.cart-table a.edit {
    text-transform: capitalize;
}

.wishlist-concept .cart-table tbody tr td p {
    font-size: 14px;
    line-height: 25px;
}

.wishlist-concept textarea {
    border: 1px solid #f2f2f2;
    color: #444444;
    display: block;
    height: 109px;
    outline: medium none;
    padding: 5px 8px;
    width: 97%;
}

.wishlist-concept .price-box .old-price {
    color: #b1b1b1;
    display: block;
    font-size: 16px;
    text-decoration: line-through;
}

.wishlist-concept span.special-price {
    color: #69686c;
    display: block;
    font-size: 18px;
    line-height: 25px;
    margin-top: 5px;
}

.wishlist-qty {
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
    width: 100%;
}

.wishlist-concept form input {
    display: block;
    margin: 6px auto 0px;
    padding: 2px;
    width: 33px;
}

.wishlist-concept .add-cart-info {
    width: 130px;
}

.wishlist-qty .button.btn-cart {
    margin: 10px 0;
    overflow: hidden;
}

.wishlist-concept .all-cart-buttons {
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    margin-top: 30px;
    padding: 8px 0 20px;
    text-align: right;
}

    .wishlist-concept .all-cart-buttons button {
        margin-left: 5px;
    }

.back-button {
    padding-top: 8px;
}
/*--------------------------------------------*/
/*  18. Checkout Page Start
/*--------------------------------------------*/
.checkout-area .panel-group {
    margin: 0;
    padding-bottom: 20px;
}

.checkout-area #accordion .panel-heading {
    padding: 0;
}
/* .checkout-area .panel-title {font: 14px/20px Lato,sans-serif} */
/*.checkout-area #accordion .panel-title a.collapsed {
    background: #f0eeef;
}*/

.checkout-area .panel-title > a {
    /* background: #323a45 none repeat scroll 0 0; */
    border-bottom: 0 none;
    display: block;
    /* padding: 10px 0 10px 45px; */
    padding: 5px 0 5px 10px;
    position: relative;
    text-decoration: none;
    width: 100%;
}

    .checkout-area .panel-title > a span {
        /* background-color: #E03550; */
        background: url("img/icon/open.png") no-repeat;
        height: 15px;
        margin: 7px;
        left: 5px;
        position: absolute;
        text-align: center;
        top: 8px;
        width: 25px;
    }

.checkout-area #accordion .panel-title a.collapsed span { /* background: #313133 !important */
    background: url("img/icon/close.png") no-repeat;
    margin: 3px 0px 5px 10px;
}

.checkout-area .panel.panel-default {
    border: 0 none !important;
}

.checkout-area .panel {
    box-shadow: none;
}

.single-checkout > h2 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 13px;
    padding-top: 7px;
}

h3.login-title {
    border-bottom: 1px solid #e4e4e4;
    font-size: 16px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.single-checkout p.heading-p {
    color: #444444;
}

.single-checkout label {
    color: #888889;
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.single-checkout span {
    color: #666666;
    padding-left: 7px;
}

.single-checkout input[type="radio"] {
    margin-top: -2px;
}

.single-checkout h4 {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 10px;
}

.panel-body p.fast-check {
    line-height: 25px;
    margin-bottom: 0;
}

.single-checkout.right p {
    color: #888888;
}

.checkout-area .c-btn, .login-btn, .login-reister-area .c-btn {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #e03550;
    color: #e03550;
    display: inline-block;
    float: right;
    font: 1em/33px "Lato",sans-serif;
    height: 38px;
    margin-top: 32px;
    padding: 0 15px;
    text-decoration: none;
    transition: all 4ms linear 0s;
}

.login-btn {
    margin-top: 29px;
}

    .checkout-area .c-btn:hover, .login-btn:hover, .login-reister-area .c-btn:hover {
        background: #E03550 none repeat scroll 0 0;
        color: #ffffff;
    }

.checkout-area .panel-body {
    border: 1px solid #f2f2f2;
    margin-bottom: 20px;
}

.login-form input {
    border: 1px solid #f2f2f2;
    clear: both;
    display: block;
    height: 32px;
    margin-bottom: 0;
    padding: 0 10px;
    width: 255px;
    box-shadow: none;
    border-radius: 0;
}

.single-checkout.right .login-form p {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
    padding-bottom: 5px;
}

.login-form p span {
    color: #eb340a;
    padding-left: 2px;
}

.forgot-pass {
    display: inline-block;
    margin-top: 28px;
    text-decoration: none;
    z-index: 9;
}

.login-reister-area .c-btn {
    display: block;
    float: left;
    margin-top: 20px;
    padding: 6px 25px !important;
}

.checkout-progress .section-title {
    margin-bottom: 10px;
}

.checkout-progress ul.check li {
    border-bottom: 1px solid #f3f3f3;
    display: block;
    padding: 11px 0;
}

    .checkout-progress ul.check li:last-child {
        border: 0;
    }

.checkout-progress .check > li a {
    text-transform: capitalize;
}

.checkout-progress ul.check li a i {
    margin-right: 15px;
}

.checkout-area .customer-name div, .checkout-area .customer-info div, .customer-info div, .city-country div {
    float: left;
    width: 275px;
}

.checkout-area .login-form p {
    color: #666666;
    line-height: 24px;
    margin-bottom: 5px;
}

.city-country, .customer-info, .customer-name {
    overflow: hidden;
}

    .city-country select {
        height: 32px;
        padding: 7px 5px;
        width: 254px;
    }

.ship-address > input {
    display: inline-block;
    height: auto;
    margin-right: 6px;
    padding: 0;
    position: relative;
    top: -3px;
    width: auto;
}

.checkout-area .login-form .buttons-set {
    padding-bottom: 0;
    padding-top: 1em;
}

.ship-address label {
    font-weight: normal;
    margin-bottom: 0;
    cursor: pointer;
}

.ship-address input[type="radio"] {
    display: inline-block;
    margin-right: 9px;
    margin-top: 0;
    width: auto;
}

    .ship-address input[type="radio"]:focus, .billing-add input[type="checkbox"]:focus {
        outline: none;
    }

.billing-add input[type="checkbox"] {
    display: inline-block;
    margin-right: 6px;
    margin-top: -2px;
    width: auto;
}

.ship-new-address-info {
    display: none;
}

.checkout-area p.back-link {
    background: rgba(0, 0, 0, 0) url("img/icon/arrow-top.png") no-repeat scroll 0 0;
    float: left;
    line-height: 14px;
    margin-top: 13px;
    padding-left: 16px;
}

.ship-method .buttons-set {
    margin: 20px 0 0;
    padding-top: 15px;
}

.ship-wrap .ship-address input {
    margin-top: 2px;
}

.checkout-table {
    padding: 10px;
}

    .checkout-table table {
        width: 100%;
    }

    .checkout-table thead th {
        font-size: 14px;
        font-weight: 400;
        padding: 10px;
        text-align: center;
        text-transform: uppercase;
    }

    .checkout-table table .p-amount {
        width: 80px;
    }

    .checkout-table table .p-quantity {
        text-align: center;
        width: 50px;
    }

    .checkout-table table .p-total {
        width: 90px;
    }

    .checkout-table tbody tr, .checkout-table tfoot {
        border-top: 1px solid #f2f2f2;
    }

    .checkout-table tbody td.p-name {
        color: #232323;
        font-size: 16px;
    }

    .checkout-table tbody td {
        padding: 10px;
    }

    .checkout-table tfoot td {
        padding: 2px 10px;
    }

    .checkout-table tfoot tr:first-child, .checkout-table tfoot tr:last-child {
        font-size: 16px;
    }

.checkout-buttons {
    border: 1px solid #d9dde3;
    margin-right: 1px;
    overflow: hidden;
    padding: 20px 30px;
}

.checkout-table .login-btn {
    margin-top: 0;
}
/*--------------------------------------------*/
/*  19. About Page Start
/*--------------------------------------------*/
.home-hello-info {
    color: #777777;
    font-weight: 300;
    line-height: 22px;
    margin-top: 40px;
    padding-bottom: 30px;
}

.about-page-cntent h3 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #333333;
    font-size: 21px;
    font-weight: 600;
    margin: 0 0 20px;
    padding: 0;
    text-transform: uppercase;
}

.home-hello-info blockquote {
    background: #f7f7f7 none repeat scroll 0 0;
    border: medium none;
    font-size: 14px;
    font-style: italic;
    margin: 20px 0;
    padding: 30px 45px;
}

.our-services-info {
    background: #f6f6f6 none repeat scroll 0 0;
    margin: 0 0 60px;
    padding: 60px 0;
}

.f-title h3 {
    color: #232323;
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0 60px;
    padding-bottom: 5px;
    position: relative;
}

.f-title .title::before {
    background: #232323 none repeat scroll 0 0;
    border-radius: 3px;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 auto;
    padding: 0 30px;
    position: absolute;
    right: 0;
    width: 10%;
}

.home-our-team .single-service i {
    background: #c2c2c2 none repeat scroll 0 0;
    border: 3px solid #f6f6f6;
    border-radius: 100%;
    color: #ffffff;
    font-size: 18px;
    height: 45px;
    line-height: 41px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 45px;
}

.home-our-team .single-service h4 {
    color: #232323;
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0 10px;
    text-transform: uppercase;
}

.home-our-team .single-service p {
    margin: 0;
}

.home-our-team .single-service {
    margin: 33px 0 0;
}

.team-info .mask {
    background: rgba(224, 53, 80, 0.3) none repeat scroll 0 0;
    border-radius: 100%;
    height: 95%;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 7px;
    transition: all 0.5s ease 0s;
    width: 95%;
}

    .team-info .mask .mask-inner {
        margin-top: -16px;
        position: absolute;
        top: 50%;
        width: 100%;
    }

        .team-info .mask .mask-inner i {
            background: #ffffff none repeat scroll 0 0;
            border-radius: 100%;
            color: #E03550;
            height: 33px;
            line-height: 33px;
            transition: all 0.5s ease 0s;
            width: 33px;
        }

.team-img img {
    border: 7px solid rgba(0, 0, 0, 0);
    border-radius: 100%;
    height: 100%;
    max-width: 100%;
}

.item-team:hover .team-img .mask {
    opacity: 1;
    transform: rotate(360deg);
}

.team-img {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 100%;
    display: inline-block;
    height: auto;
    margin: 0 auto 10px;
    position: relative;
    transition: all 0.4s ease 0s;
    width: auto;
}

.item-team:hover .team-img {
    border-color: #E03550;
}

.home-our-team {
    margin-bottom: 10px;
}

.f-title h3.text-headss {
    margin: 0 0 10px;
}

.item-team.text-center h4 {
    color: #232323;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.item-team.text-center h5 {
    text-transform: capitalize;
    font-size: 15px;
}

.home-hello-info p {
    color: #888888;
    font: 14px/24px 'Lato', sans-serif;
}
/*--------------------------------------------*/
/*  20. Blog Page Start
/*--------------------------------------------*/
.blog-page-area {
    padding-bottom: 30px;
    padding-top: 10px;
}

#blog-search {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

    #blog-search .submit:disabled {
        cursor: pointer !important;
        opacity: 1 !important;
    }

    #blog-search input {
        border-radius: 22px !important;
        border-color: #cdcbcc !important;
        border-width: 2px !important;
        height: 40px !important;
        font-size: 16px;
        display: inline-block;
        width: 55%;
    }

    #blog-search .submit {
        border-radius: 22px;
        padding: 6px;
        margin: 0 5px;
        color: white;
    }


.sidebar-content .post-thumb {
    display: inline-block;
    float: left;
    width: 35%;
}

.sidebar-content.post ul {
    margin-top: 15px;
}

.sidebar-content.post li {
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
}

.sidebar-content.post ul li a::before {
    display: none;
}

.sidebar-content.post .post-info {
    display: inline-block;
    float: right;
    width: 64%;
}

.sidebar-content.post ul li .post-thumb a {
    display: inline-block;
    width: 80px;
}

.sidebar-content.post .post-info > a {
    color: #898989;
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 5px;
}

.sidebar-content.post .post-info span {
    color: #5f5f5f;
    display: block;
}

.sidebar-content .actions a {
    margin: 15px 0 0;
}

.blog-page-area .single-blog {
    margin: 0 0 50px;
    width: 100%;
}

.post-thumbnail {
    margin: 0 0 50px;
    width: 100%;
}

    .post-thumbnail > a {
        display: block;
    }

.postinfo-wrapper {
    padding-left: 100px;
    position: relative;
    width: 100%;
}

.blog-page-area .post-date {
    background: #666666 none repeat scroll 0 0;
    color: #ffffff;
    float: left;
    font-weight: 700;
    left: 0;
    padding: 18px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 70px;
}

    .blog-page-area .post-date .day {
        display: block;
        font-size: 20px;
    }

    .blog-page-area .post-date span {
        text-transform: uppercase;
    }

.blog-post-title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #232323;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 20px;
    position: relative;
    text-align: left;
    text-transform: capitalize;
}

    .blog-post-title a, .blog-post-title {
        color: #232323;
    }

        .blog-post-title > a:hover {
            color: #E03550;
        }

.entry-meta {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    color: #909295;
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 30px;
    padding: 10px 0;
    text-transform: uppercase;
    width: 100%;
}

    .entry-meta span {
        color: #999999;
    }

    .entry-meta a {
        color: #656565;
    }

        .entry-meta a:hover {
            color: #E03550;
        }

.entry-summary {
    float: left;
    line-height: 30px;
    margin: 0 0 10px;
    width: 100%;
}

    .entry-summary p {
        font-size: 14px;
        line-height: 26px;
        margin: 0 0 15px;
    }

a.read-button {
    background: #222222 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font: 1em/38px "Lato",sans-serif;
    padding: 0 15px;
    text-align: center;
}

    a.read-button:hover {
        background: #E03550;
    }

.button-home a {
    margin-left: 8px;
    background: #E03550;
}

    .button-home a:hover {
        background: #222222 none repeat scroll 0 0;
    }
/*--------------------------------------------*/
/*  21. Blog Details Page Start
/*--------------------------------------------*/
.blog-page-area.details-page {
    padding-bottom: 0;
    padding-top: 10px;
}

.blog-page-area .single-blog blockquote {
    background: #e0e0e0 none repeat scroll 0 0;
    border: medium none;
    font-size: 14px;
    font-style: italic;
    margin: 20px 0;
    padding: 30px 45px;
}

.blog-page-area .single-blog .shere-icon {
    clear: both;
    display: -moz-inline-box;
    margin: 30px 0 55px;
    overflow: hidden;
}

.blog-page-area .single-blog .share-icon h3 {
    color: #252525;
    float: left;
    font-size: 15px;
    font-weight: 600;
    line-height: 34px;
    margin: 0 20px 0 0;
    text-transform: uppercase;
}

.blog-page-area .single-blog .share-icon ul li {
    border-left: 1px solid #e5e5e5;
    float: left;
    line-height: 34px;
}

    .blog-page-area .single-blog .share-icon ul li:first-child {
        border: medium none;
    }

    .blog-page-area .single-blog .share-icon ul li a {
        color: #666666;
        display: inline-block;
        font-size: 22px;
        line-height: 34px;
        padding: 0 25px;
        text-align: center;
    }

    .blog-page-area .single-blog .share-icon ul li:last-child a {
        padding-right: 0;
    }

    .blog-page-area .single-blog .share-icon ul li a i {
        font-size: 20px;
    }

.blog-page-area .single-blog .share-icon {
    clear: both;
    display: -moz-inline-box;
    margin: 30px 0 55px;
    overflow: hidden;
}

    .blog-page-area .single-blog .share-icon ul li a.facebook:hover {
        color: #3b579d;
    }

    .blog-page-area .single-blog .share-icon ul li a.twitter:hover {
        color: #3acaff;
    }

    .blog-page-area .single-blog .share-icon ul li a.pinterest:hover {
        color: #ce2027;
    }

    .blog-page-area .single-blog .share-icon ul li a.google-plus:hover {
        color: #d11717;
    }

    .blog-page-area .single-blog .share-icon ul li a.linkedin:hover {
        color: #0097bd;
    }

.author-info {
    float: left;
    margin: 0 0 30px;
    width: 100%;
}

.author-avatar {
    float: left;
    width: 10%;
}

.author-description {
    float: left;
    padding-left: 20px;
    width: 90%;
}

    .author-description h2 {
        color: #232323;
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 10px;
    }

        .author-description h2 a:hover {
            color: #E03550;
        }

.reply-comment-area {
    overflow: hidden;
    width: 100%;
}

    .reply-comment-area h3 {
        border-top: 1px solid #e5e5e5;
        color: #252525;
        font-size: 22px;
        font-weight: 600;
        margin: 0 0 50px;
        padding: 22px 0 0;
        text-transform: uppercase;
    }

.single-reply {
    margin: 0 0 20px;
    overflow: hidden;
}

.user-comment {
    padding-left: 25px;
}

.comment-author {
    float: left;
    width: 7%;
}

    .comment-author img {
        border-radius: 100%;
    }

.comment-info {
    border: 1px solid #eee;
    border-radius: 3px;
    float: right;
    padding: 10px;
    position: relative;
    width: 91%;
}

    .comment-info::before {
        background: #f8f7f7 none repeat scroll 0 0;
        border-bottom: 1px solid #eeeeee;
        border-left: 1px solid #eeeeee;
        content: "";
        display: block;
        height: 10px;
        left: -5px;
        position: absolute;
        top: 10px;
        transform: rotate(45deg);
        width: 10px;
    }

.comment-author-info {
    color: #8d8d8d;
    font-size: 12px;
    line-height: 1;
    margin: 0 0 15px;
}

    .comment-author-info a {
        color: #555555;
    }

        .comment-author-info a:hover {
            color: #E03550;
        }

    .comment-author-info span {
        margin-left: 10px;
        margin-right: 10px;
    }

.user-comment-form-area {
    margin-bottom: 0;
    margin-top: 45px;
    overflow: hidden;
}

    .user-comment-form-area h3 {
        border-top: 1px solid #e5e5e5;
        color: #232323;
        font-size: 24px;
        font-weight: 600;
        margin: 0 0 30px;
        padding: 22px 0 0;
        text-transform: uppercase;
    }

    .user-comment-form-area p {
        margin-bottom: 20px;
    }

        .user-comment-form-area p span {
            color: #db3838;
        }

    .user-comment-form-area .form-list .fields {
        overflow: hidden;
        width: 100%;
    }

        .user-comment-form-area .form-list .fields .field {
            float: left;
            padding-right: 8px;
            width: 33.33%;
        }

    .user-comment-form-area .form-list .field.website, .fields .field.comment {
        padding-right: 0;
    }

    .user-comment-form-area .form-list li {
        margin: 0 0 8px;
        overflow: hidden;
    }

    .user-comment-form-area .form-list label {
        position: relative;
    }

        .user-comment-form-area .form-list label em {
            color: #eb340a;
            float: right;
            font-style: normal;
            position: absolute;
            right: -8px;
            top: 0;
        }

    .user-comment-form-area .form-list .input-box {
        clear: both;
        display: block;
        width: 100%;
    }

    .user-comment-form-area .form-list .fields.fields-3 .field input {
        width: 97%;
    }

    .user-comment-form-area .form-list select, .user-comment-form-area .form-list .input-text {
        background: #ffffff none repeat scroll 0 0;
        border: 1px solid #f2f2f2;
        box-shadow: none;
        color: #777777;
        display: block;
        font-size: 13px;
        line-height: 34px;
        margin-bottom: 8px;
        outline: medium none;
        padding: 0 12px;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        vertical-align: middle;
        width: 100%;
    }

    .user-comment-form-area .form-list .fields .field .input-box textarea, .user-comment-form-area .form-list .fields .field.comment {
        width: 100%;
    }
/*--------------------------------------------*/
/*  22. Contact Page Start
/*--------------------------------------------*/
.map {
    height: 350px;
    margin: 0 auto;
    width: 100%;
}

.contact-us-area .page-title {
    border-bottom: 1px solid #eeeeee;
    margin: 0 0 7px;
    overflow: hidden;
    padding-bottom: 8px;
    width: 100%;
}

.contact-us-form {
    margin-top: 30px;
}

span.legend {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #f2f2f2;
    color: #232323;
    left: 20px;
    padding: 2px 9px;
    position: relative;
    top: 12px;
}

.contact-form .form-group {
    margin-bottom: 4px;
}

.form-top {
    border: 1px solid #f2f2f2;
    overflow: hidden;
    padding: 20px 20px 10px;
}

.form-group label {
    font-weight: 400;
    position: relative;
    font-size: 16px !important;
    font-family: 'Open Sans' !important;
}

.submit-form {
    border-top: 1px solid #f2f2f2;
    margin-top: 30px;
    padding-right: 0;
    padding-top: 15px;
}

    .submit-form p {
        color: #eb340a;
        font-size: 11px;
        margin: 0 0 5px;
    }

        .submit-form p sup {
            font-size: 14px;
            top: 0;
        }

.contact-form .form-group input, .account-area #accordion .form-group input.form-control {
    border: 1px solid #f2f2f2;
    clear: both;
    display: block;
    height: 32px;
    margin-bottom: 0;
    padding: 0 10px;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
}

.submit-form a.add-tag-btn {
    padding: 5px 25px 3px;
}

.yourmessage {
    border: 1px solid #f2f2f2;
    height: 130px;
    outline: medium none;
    padding: 12px;
    width: 100%;
}

.customer-login-area {
    margin-bottom: 50px;
}
/*--------------------------------------------*/
/*  23. My Account Page Start
/*--------------------------------------------*/
.account-area .panel-group {
    margin-top: 20px;
}

.account-area .panel-body {
    background: #ffffff none repeat scroll 0 0;
    border: 0 none !important;
    padding: 15px 0;
}

.account-area .panel.panel-default {
    border: 0 none !important;
    box-shadow: none !important;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0;
}

.panel-default > .panel-heading {
    margin: 0;
    padding: 0;
}

.account-area .panel.panel-default h4 a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-image: linear-gradient(#f7f7f7, #ededed);
    border-color: #cacaca #b7b7b7 #9a9a9a;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #555454;
    display: block;
    font: 600 15px/20px "Open Sans",sans-serif;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px #ffffff;
    text-transform: uppercase;
}

    .account-area .panel.panel-default h4 a i {
        border: 1px solid #ffffff;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        color: #E03550;
        font-size: 25px;
        height: 100%;
        left: 0;
        padding: 10px 0 0;
        position: absolute;
        text-align: center;
        top: 0;
        width: 52px;
    }

    .account-area .panel.panel-default h4 a span {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-bottom-right-radius: 5px;
        border-color: #ffffff #ffffff #ffffff #c8c8c8;
        border-image: none;
        border-style: solid;
        border-top-right-radius: 5px;
        border-width: 1px;
        display: block;
        margin-left: 52px;
        overflow: hidden;
        padding: 13px 15px 15px 17px;
    }

    .account-area .panel.panel-default h4 a:hover {
        background: #e7e7e7 none repeat scroll 0 0;
        border-color: #9e9e9e #c2c2c2 #c8c8c8;
        color: #555454 !important;
    }

.account-area .form-group {
    margin: 0;
    overflow: hidden;
}

p.panel-title {
    color: #232323;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #525252 !important;
}

.warning {
    background-color: #E03550;
    border-color: #e4752b;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 15px;
}

.panel-body p.panel-title {
    margin-top: 10px;
}

.button.delete span {
    background: #e03550 none repeat scroll 0 0;
    margin-left: 5px;
}

.button.delete:hover span {
    background: #222222 none repeat scroll 0 0;
}

.account-area #accordion #add-new-address-info .form-group label {
    color: #444444;
    margin-bottom: 0;
}

.account-area #accordion #add-new-address-info .form-group input {
    margin-bottom: 5px;
}

.account-area #accordion #add-new-address-info .form-group select, .account-area #accordion #add-new-address-info .form-group textarea, .account-area #accordion .personal-info .form-group select {
    border: 1px solid #f2f2f2;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 5px;
}

.address-information, .wishlist-container {
    background: #F8F7F7 none repeat scroll 0 0;
    border: 1px solid #d6d4d4;
    line-height: 23px;
    margin: 0 0 30px;
    padding: 14px 18px 13px;
    overflow: hidden;
    margin-top: 25px;
}

    .address-information h3, .wishlist-container h3 {
        border-bottom: 1px solid #d6d4d4;
        color: #444444;
        font-size: 18px;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 12px;
        padding: 0 0 15px;
        text-transform: uppercase;
    }

.address li.address-update {
    margin: 14px 0 6px;
    overflow: hidden;
}

#account-address-info, .wishlist-container label:before, #add-new-address-info {
    display: none;
}

    #add-new-address-info .form-group {
        margin: 0;
    }

.account-area .form-group label {
    font-size: 13px;
    line-height: 29px;
}

.account-area #shipping-box-info {
    padding-top: 22px;
}

.account-area .form-group .radio span {
    line-height: 21px;
}

.social_title {
    display: inline-block;
    overflow: hidden;
    width: 63px;
}

.psw:focus {
    border-color: #ff0000 !important;
}

.check-box #newsletters span {
    display: inline-block;
    margin-top: 8px;
}

    .check-box #newsletters span input, .check-box #offers span input {
        margin-right: 5px;
        margin-top: -3px;
    }

#wishlist .form-group {
    overflow: hidden;
}

.wishlist-container {
    margin-bottom: 0;
}
/*--------------------------------------------*/
/*  24. Product Modal Start
/*--------------------------------------------*/
.modal {
    z-index: 13000;
}

    .modal .modal-dialog {
        margin: 5% auto;
        /* max-width: 96%; */
        max-width: 70%;
        min-height: 300px;
        padding: 20px;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        width: 870px;
    }

    .modal .modal-header {
        border: 0 none;
        padding: 0;
        min-height: auto;
    }

    .modal button.close {
        position: absolute;
        right: 10px;
        top: 7px;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        z-index: 2;
        opacity: 1;
    }

        .modal button.close span {
            /* background: #282828 none repeat scroll 0 0; */
            color: #ffffff;
            display: block;
            height: 30px;
            line-height: 22px;
            text-align: center;
            width: 30px;
        }
/* Popup CSS */
.popup-head {
    background: #D6DEDE;
    padding: 10px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}
/* Popup CSS  */
#productModal button.close:hover span { /* background: #e03550 none repeat scroll 0 0 */
}

#quickview-wrapper .modal-content {
    border-radius: 0;
}

.modal-product {
    overflow: hidden;
}

a.see-all {
    color: #232323;
    display: inline-block;
    margin-bottom: 10px;
}

.modal-product .product-images {
    float: left;
    width: 40%;
}

    .modal-product .product-images .quick-thumbnails {
        float: left;
        width: 100%;
    }

    .modal-product .product-images .main-image {
        float: left;
        margin-bottom: 10px;
        width: 100%;
    }

        .modal-product .product-images .main-image img {
            box-shadow: none;
        }

.modal-product .product-info {
    float: left;
    padding-left: 30px;
    width: 60%;
}

    .modal-product .product-info h1 {
        font-size: 22px;
        font-weight: normal;
        margin: 0 0 20px;
    }

    .modal-product .product-info .price-box {
        float: left;
        margin: 0 0 12px;
        width: 100%;
    }

        .modal-product .product-info .price-box p {
            margin: 0;
        }

        .modal-product .product-info .price-box .special-price {
            color: #E03550;
            font-size: 24px;
            font-weight: 400;
        }

    .modal-product .product-info .see-all {
        color: #42414f;
        display: inline-block;
        margin-bottom: 40px;
        text-decoration: underline;
    }

.numbers-row > input {
    float: left;
    height: 40px;
    text-align: center;
    width: 60px;
    border: none;
    border: 1px solid #ddd;
}

.quick-add-to-cart .single_add_to_cart_button {
    background: #E03550 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    float: left;
    font-weight: 700;
    height: 40px;
    margin-left: 15px;
    padding: 0 70px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

    .quick-add-to-cart .single_add_to_cart_button:hover {
        background: #282828 none repeat scroll 0 0;
    }

.modal-product .product-info .see-all:hover {
    color: #E03550;
}

h3.widget-title-modal {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #42414f;
    float: left;
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 5px;
    text-align: left;
    text-transform: none;
    width: 100%;
}

.modal-product .product-info .quick-add-to-cart {
    border-bottom: 1px solid #e5e5e5;
    float: left;
    margin: 0 0 20px;
    padding: 0 0 38px;
    width: 100%;
}

.modal-product .product-info .quick-desc {
    border-bottom: 1px solid #e5e5e5;
    color: #909295;
    float: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    margin: 0 0 22px;
    padding: 0 0 15px;
    width: 100%;
}

.modal-product .widget {
    float: left;
    width: 100%;
}

    .modal-product .widget .widget-title {
        background: none;
        color: #909295;
        float: left;
        font-size: 16px;
        line-height: 30px;
        margin: 0 0 5px;
        text-align: left;
        text-transform: none;
        width: 100%;
    }

    .modal-product .widget .social-icons {
        float: left;
        margin: 0;
        padding: 0;
    }

        .modal-product .widget .social-icons li {
            float: left;
            line-height: 30px;
            list-style: none;
            margin-right: 10px;
        }

            .modal-product .widget .social-icons li .social-icon {
                border: 1px solid #f2f2f2;
                border-radius: 0;
                color: #888888;
                display: inline-block;
                font-size: 18px;
                line-height: 35px;
                text-align: center;
                width: 40px;
            }

                .modal-product .widget .social-icons li .social-icon:hover {
                    color: #fff;
                }

                .modal-product .widget .social-icons li .social-icon.facebook:hover {
                    background: #3B579D;
                    border: 1px solid #3B579D;
                }

                .modal-product .widget .social-icons li .social-icon.twitter:hover {
                    background: #3ACAFF;
                    border: 1px solid #3ACAFF;
                }

                .modal-product .widget .social-icons li .social-icon.pinterest:hover {
                    background: #CB2027;
                    border: 1px solid #CB2027;
                }

                .modal-product .widget .social-icons li .social-icon.tumblr:hover {
                    background: #304E6C;
                    border: 1px solid #304E6C;
                }

                .modal-product .widget .social-icons li .social-icon.gplus:hover {
                    background: #D11717;
                    border: 1px solid #D11717;
                }

                .modal-product .widget .social-icons li .social-icon.linkedin:hover {
                    background: #0097BD;
                    border: 1px solid #0097BD;
                }
/*--------------------------------------------*/
/*  25. Newsletter PopUP Area
/*--------------------------------------------*/
#newsletter-popup-conatiner {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
}

#newsletter-pop-up {
    background: rgba(0, 0, 0, 0) url("img/newsletter.jpg") repeat scroll 0 0;
    color: #ffffff;
    height: 400px;
    left: 50%;
    min-width: 450px;
    padding: 35px;
    position: absolute;
    text-align: left;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 800px;
}

    #newsletter-pop-up .hide-popup {
        background: #000000 none repeat scroll 0 0;
        border: 1px solid #ffffff;
        cursor: pointer;
        font-size: 10px;
        font-weight: bold;
        line-height: 24px;
        min-width: 70px;
        position: absolute;
        right: 0;
        text-align: center;
        text-transform: uppercase;
        top: -30px;
    }

        #newsletter-pop-up .hide-popup:hover {
            background: #00568c;
        }

.title-subscribe h1 {
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 60px;
    text-transform: uppercase;
}

#newsletter-form .content-subscribe {
    overflow: hidden;
}

.form-subscribe-header label {
    color: #999999;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 25px;
    margin: 20px 0;
    max-width: 72%;
}

#newsletter-form .input-box, #newsletter-form .content-subscribe .actions {
    float: left;
}

    #newsletter-form .input-box .input-text {
        border: 1px solid #eeeeee;
        height: 40px;
        line-height: 40px;
        margin: 0 0 5px;
        padding-left: 10px;
        width: 380px;
    }

#newsletter-form .actions .button-subscribe {
    background-color: #222222;
    border: medium none;
    color: #ffffff;
    font-family: "Montserrat",sans-serif;
    font-size: 1em;
    height: 40px;
    line-height: 40px;
    min-width: 115px;
    padding: 0 10px;
    text-transform: uppercase;
}

    #newsletter-form .actions .button-subscribe:hover {
        background: #E03550;
        color: #fff;
    }

.subscribe-bottom {
    color: #000000;
    display: block;
    margin-top: 120px;
    overflow: hidden;
}

    .subscribe-bottom label {
        color: #fff;
        font-size: 12px;
        margin-bottom: 0;
    }

#dont_show {
    margin: 0;
    vertical-align: middle;
}
/*--------------------------------------------*/
/*  26. Scroll Up Start
/*--------------------------------------------*/
#scrollUp {
    background: #232323 none repeat scroll 0 0;
    border: 1px solid #ffffff;
    bottom: 35px;
    color: #ffffff;
    right: 12px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    position: fixed;
    text-align: center;
    transition: all 4ms linear 0s;
    width: 40px;
    z-index: 9999;
}

    #scrollUp:hover {
        background: #e03550 none repeat scroll 0 0;
    }

/*-----------------------------------------*/
.img-center {
    margin: 8px auto;
}

.img-mall {
    margin: 10px auto;
}

#nav li {
    background-color: #C85000;
}

.footer-padding nav {
    text-align: center;
}

#footer-menu li a {
    /* color:#69686c; */
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: bolder;
    /* color: #036592;  */
    color: #525252;
}

    #footer-menu li a:hover {
        text-decoration: underline;
        /* color: #036592;  */
        color: #525252;
    }

.username-txt {
    font-family: 'Droid',sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: black;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 200px !important;
    display: inline-block;
}

.account-num {
    font-family: 'Droid',sans-serif;
    font-size: 14px;
    color: #525252;
    float: right;
}

.header-points {
    font-family: 'Droid',sans-serif;
    font-size: 16px;
    color: #00568D;
    float: right;
    margin-top: 5px;
}

.side-menu-txt-section {
    float: left;
    max-width: 126px;
    margin-right: 6px;
}

.side-menu-icon-section {
    float: right;
}

.mall {
    border-color: #959595;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
}

.top-redemption-img {
    padding: 10px;
    width: 100%;
    height: 180px;
}

.mall-head {
    text-align: center;
    padding-top: 10px;
}

.mall-detail {
    text-align: center;
    padding-bottom: 10px;
}

h3.mall-head {
    margin: 0 0 0px;
}

.Tile-Point-Num {
    font-family: 'Droid',sans-serif;
    font-weight: bold;
    font-size: 17px;
    color: #00568D;
}

.Tile-text {
    font-family: 'Droid',sans-serif;
    font-size: 12px;
    color: #525252;
}

.no-sidemenu-padding {
    width: 280px;
    padding: 0px;
}

.side-menu-cont {
    text-align: right;
    margin-right: 6px;
    width: 250px;
}

.icon-cont {
    width: 12px;
}

.drp-icon {
    margin-top: 1.9em;
    margin-right: 20px;
    float: left;
    cursor: pointer;
    width: 12px;
    height: 8px;
}

@-moz-document url-prefix() {
    .drp-icon {
        margin-top: 2em;
    }
    /*if IE]>
.drp-icon
{
	margin-top:1.65em;
}
[endif]*/
}

.mall-btn {
    text-align: center;
    margin-bottom: 10px;
}

.mall-drp-icon {
    float: right;
    padding: 8px;
    margin-right: 10px;
}

.sp-btn-mar {
    /* margin-left:40px; */
}

    .sp-btn-mar .btn {
        border-radius: 22px !important;
        background: #c85000;
    }

        .sp-btn-mar .btn:hover {
            background: #AF3700;
        }

        .sp-btn-mar .btn:focus {
            background: #E26A1A;
            border: 0px !important;
        }
/* .slider-area
{
	margin-top:3px;
} */
.megamenu-sp {
    border-width: 0px 1px 0px 0px;
    border-color: #cdcbcc;
    border-style: solid;
    min-height: 60px;
}

.drp-icon-in-menu {
    height: 16px;
    margin-top: 5px;
    width: 20px !important;
    margin-right: 10px !important;
}

.drp-icon-in-2ndmenu {
    height: 16px;
    margin-top: 5px;
    width: 20px !important;
    margin-right: 10px !important;
}

.mega-sub-menus {
    padding-left: 40px;
}

.mega-sub-menus-travel {
    padding-left: 40px;
}

.mega-sub-menus-mall {
    padding-left: 10px;
}

.top-redem-area {
    max-width: 780px;
}

.menu-banr-txt {
    margin-left: 10px;
    color: #005bab !important;
    margin-right: 10px;
}

.wishlist-button {
    width: 100%;
    border-radius: 2px;
    background: #c85000;
    border-color: #c85000;
}

.no-padding {
    padding: 0px;
}

.search-button {
    background-color: #286090;
}
/* Merchandise landing page inputs */
#M-search input:focus {
    outline: 0;
    border: 1px solid #525252 !important;
}

#M-search input:active {
    border: 0px solid #525252 !important;
}

.M-Searchbox2 input:focus {
    outline: 0;
    border: 1px solid #525252 !important;
}

.M-Searchbox2 input:active {
    border: 1px solid #525252 !important;
}
/* Merchandise landing page inputs */
.Merchandise-subhead {
    text-align: left !important;
    font-weight: bold;
}

.merchandise-search-control-input,
.merchandise-search-control-input:focus,
.merchandise-search-control-input:hover,
.merchandise-search-control-input:active {
    border-right: none !important;
    height: 41px;
    border: 2px solid #ccc !important;
    border-bottom-right-radius: 0;
    border-top-left-radius: 22px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 22px;
}

.merchandise-search-control-btn,
.merchandise-search-control-btn:focus,
.merchandise-search-control-btn:hover {
    color: white !important;
    border-radius: 0;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    border-left: none;
}

.top-pagination-content {
    /* margin-bottom: 15px; */
    overflow: hidden;
}

.point-span {
    float: left;
    font-size: 14px;
    width: 14%;
    text-align: center;
    padding-top: 10px;
}

.custom-search {
    display: block;
    padding: 0;
    text-align: right;
    width: 100%;
}

.items-no-text {
    float: none !important;
}

.search-textbox {
    border-radius: 22px;
    border-color: #959595;
    border-width: 2px;
    height: 40px;
    font-size: 16px;
    display: inline-block;
}

.search-btn {
    border-radius: 22px;
    margin-left: 20px;
}

/* Merchandise Menu CSS */
.navbar-default .navbar-nav > li > a {
    display: block;
    position: relative;
}

.navbar-default {
    background-color: white !important;
    border: none !important;
}

.navbar-collapse {
    padding-left: 0px !important;
}

.navbar-nav > li > a {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.navbar {
    min-height: 30px !important;
    margin-bottom: 0px !important;
}

.navbar-default .navbar-nav > li > a {
    color: #525252 /* !important */;
    font-size: 12px;
    font-family: 'Droid',sans-serif;
    line-height: 18px;
    float: right;
    text-transform: uppercase;
}

.link-width {
    float: left !important;
    padding-left: 10px !important;
}

.caret {
    margin-left: 5px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #00568D;
    background-color: white !important;
    font-size: 14px;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    /* color: White ; */
}

.menu-newdropdown-icon {
    display: inline;
}

.navbar-nav {
    /* margin:7.5px -15px 0px -15px !important; */
}

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto !important;
    background: #f0eeef;
}

.yamm .yamm-content {
    padding: 5px 15px !important;
    font-family: 'Droid',sans-serif;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}
/* menu styes */
.list-unstyled ul {
    min-width: 120px;
}

.list-unstyled:nth-child(4n+1) {
    clear: left;
}

.dropdown-toggle {
    padding: 15px 5px 15px 0px !important;
}
/*Product detail Page*/
.pro-slider-small-img {
    border: 1px solid #e3e3e3;
    border-radius: 6px;
}

.featured-brands {
    margin-bottom: 15px !important;
}

.megamenu-list a {
    color: #525252;
    padding-right: 20px;
    font-size: 14px;
}

    .megamenu-list a:hover {
        color: #525252;
        background-color: #cdcbcc;
    }

.cart-product-info a {
    /* color:#525252; */
    color: #525252;
    line-height: 26px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    padding: 2px 10px;
    width: 200px;
    float: left;
}

    .cart-product-info a:hover {
        color: #525252;
        /*text-decoration:underline; */
        background-color: #cdcbcc;
    }

.points-menu {
}

.sidebar-content .fa {
    font-size: 12px !important;
    color: #cdcbcc;
}

.cancelFilter .fa {
    font-size: 12px !important;
    color: #e4040a !important;
    margin-right: 5px;
}

.current-crit-margin-right {
    margin-right: 10px;
    margin-top: 3px;
    min-width: 75px;
    clear: both;
}

.current-crit-sp-mar {
    float: left;
    margin-bottom: 10px;
}

.mar-botm {
    margin-bottom: 20px;
}

.pro-link {
    color: #036592;
    cursor: pointer;
}

    .pro-link:hover {
        color: #036592;
        /* color:#353535; */
        text-decoration: underline;
    }

.sidebar-category-list a {
    /* color:#525252; */
    color: #036592;
}

    .sidebar-category-list a:hover {
        /* color:#525252; */
        color: #036592;
        text-decoration: underline;
    }

.list-unstyled a {
    color: #525252;
    /* color:#036592; */
    line-height: 18px;
}

.yamm-content .col-md-3 {
    padding: 0px;
}

.yamm-content .col-md-4 {
    padding: 0px;
}

.list-unstyled li p {
    margin-bottom: 0px;
}

.list-unstyled li {
    padding: 6px 20px 6px 10px;
}

    .list-unstyled li:hover {
        background-color: #cdcbcc;
    }

.list-unstyled a:hover {
    color: #525252;
    line-height: 18px;
}

#pro-det-btn {
    float: left;
}

    #pro-det-btn .btn-cart {
        margin-left: 5px;
        border-radius: 8px;
    }

.availability span {
    /* color:#e40a0a; */
}

.availability {
    margin-top: 10px;
}

.cart-mainhead {
    background: #cdcbcc;
    padding: 30px;
}
/*Merchandise Banner*/
.Merchandise-banner-wraper {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
}

.Merchandise-banner-title {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row: 1;
    z-index: 1;
    align-self: center;
    text-align: center;
    font-size: 320%;
    font-weight: bold;
}

.Merchandise-banner-img {
    position: relative;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row: 1;
}

.Merchandise-banner {
    overflow: hidden;
    width: 100%;
    /* background: url("img/banner/merchandise-banner.jpg") no-repeat ; 
	min-height:312px; */
}

    .Merchandise-banner h1 {
        color: white;
        padding: 115px 30px 0px 30px;
    }

    .Merchandise-banner p {
        color: white;
        padding: 0px 30px 30px 30px;
    }

.Special-banner {
    overflow: hidden;
    width: 100%;
    /* background: url("img/banner/special.jpg") no-repeat ; 
	min-height:312px; */
}

    .Special-banner h1 {
        color: white;
        padding: 115px 30px 0px 30px;
    }

    .Special-banner p {
        color: white;
        padding: 0px 30px 30px 30px;
    }


.Giftcard-banner {
    overflow: hidden;
    width: 100%;
    /* background: url("img/Gift Cards/gift-card.jpg") no-repeat ;  
	min-height:312px;*/
}

    .Giftcard-banner h1 {
        color: white;
        padding: 115px 30px 0px 30px;
    }

    .Giftcard-banner p {
        color: white;
        padding: 0px 30px 30px 30px;
    }

.shipping-img {
    position: absolute;
    left: 10px;
    top: 1%;
}
/*Merchandise Banner CSS End*/
.stand-alone {
    font-size: 11px !important;
}

.p-quantity .btn:focus {
    outline: 0;
    border: 1px solid #525252 !important;
}

.p-quantity .btn:hover {
    background: linear-gradient(#f0eeef,#fff);
}

.p-quantity .btn:active {
    border: 1px solid #525252 !important;
}

.p-quantity .btn {
    font-size: 10px;
    padding: 6px;
    max-width: 31px;
    min-width: 31px;
    height: 26px;
    background: linear-gradient(#fff, #f0eeef);
}

.p-quantity input {
    height: 26px;
}

.input-group-btn {
    width: 0% !important;
    min-width: 31px;
}

/*Product Detail stepper Css*/
.cart-qty-button .btn:focus {
    outline: 0;
    border: 1px solid #525252 !important;
}

.cart-qty-button .btn:hover {
    background: linear-gradient(#f0eeef,#fff);
}

.input-group-btn .btn:active {
    border: 1px solid #525252 !important;
}

.cart-qty-button input {
    height: 26px;
    max-width: 30px;
    padding: 5px;
    text-align: center;
}

.cart-qty-button .btn {
    font-size: 10px;
    padding: 6px;
    max-width: 31px;
    min-width: 31px;
    height: 26px;
    background: linear-gradient(#fff, #f0eeef);
}

.cart-qty-button .input-group {
    float: left;
    margin-right: 10px;
    margin-top: 8px;
}

.btn-default {
    border-color: #cdcbcc !important;
}
/*for Merchandise Search button span*/
.no-pad {
    padding: 0px !important;
    cursor: pointer;
}

.no-padding {
    padding: 0px !important;
}

.link {
    cursor: pointer;
}

.selected {
    color: #00568D;
}

.sidebar-category-list li input {
    display: none;
}
/* For cart page btn right margin */
.mar-right {
    margin-right: 5px !important;
}

.mar-btm {
    margin-bottom: 60px;
}
/*  */
.ref-num {
    /* font-weight:bold;
	color:#00568D; */
}

.pro-det-heads {
    /* font-weight:bold; */
}
/*--------------------------------------------*/
/*  08. Order-Status Start
/*--------------------------------------------*/

.breadcrumb > .active a {
    color: #1C80CF;
}

.breadcrumb {
    background: none;
    padding: 0px;
}

h4 .active {
    color: #00568D;
}

h4 > a {
    color: #525252;
}

span.vieworder {
    color: #525252 !important;
}

.order-mainhead {
    background: #e3e3e3;
    padding: 30px;
}

.order-main-area .order-table table {
    background: #ffffff none repeat scroll 0 0;
    line-height: 25px;
    margin: 0;
    width: 100%;
}

    .order-main-area .order-table table th {
        border-bottom: 1px solid #f2f2f2;
        /* font-weight: 400; */
        padding: 10px;
        /* text-transform: uppercase; */
        vertical-align: middle;
    }

/*.order-table table td.p-ordernumber {width: 150px} */
.order-main-area .p-ordernumber > a {
    color: #1C80CF;
    width: 150px;
}

.order-main-area .order-table table td {
    border-bottom: 1px solid #f2f2f2;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}

    .order-main-area .order-table table td.p-total {
        /* font-size: 15px;
	text-align: right; */
        width: 22%;
        text-align: right;
    }

    .order-main-area .order-table table td.p-status {
        /* text-align: right; */
        width: 20%;
    }

.cart-main-area .cart-table table td.edit {
    text-align: right;
}

.cart-main-area .p-action {
    text-align: center;
    width: 28px;
}

.order-main-area .order-table table td.p-items {
    /* width: 59px; */
    /* width:120px; */
    width: 20%;
    text-align: center;
}

.order-main-area .order-table .p-items input, .wishlist-concept form input {
    border: 1px solid #f2f2f2;
    color: #444443;
    padding: 5px;
    text-align: center;
    width: 3em;
}

.order-main-area .order-table .p-action > a, .wishlist-concept .p-action > a {
    background: rgba(0, 0, 0, 0) url("img/icon/delete.png") no-repeat scroll 0 0;
    display: block;
    font-size: 0;
    height: 15px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 15px;
}

.order-main-area .all-order-buttons {
    /* border-bottom: 1px solid #d9dde3; */
    padding: 25px 0;
}

.button.clear-order {
    margin-right: 8px;
}

.shipping-discount, .amount-totals {
    border: 1px solid #e1e1e1;
    display: block;
    margin: 40px 0 0;
    overflow: hidden;
    padding: 15px;
}

.order-main-area .shipping-discount h3 {
    color: #333333;
    font: 15px/20px 'Lato', sans-serif;
    text-transform: capitalize;
}

.order-main-area select.country {
    border: 1px solid #f2f2f2;
    color: #777777;
    margin-bottom: 5px;
    outline: medium none;
    padding: 7px 5px;
    width: 254px;
}

.postal-code > input {
    border: 1px solid #e6e8e9;
    color: #555555;
    line-height: 25px;
    outline: medium none;
    width: 254px;
    padding: 0 10px;
}

.shipping-discount .level {
    color: #666666;
    font-size: 14px;
    margin-bottom: 5px;
}

.amount-totals {
    padding: 27px 35px;
}

    .amount-totals > p.total {
        display: block !important;
        margin: 2px 0;
        text-align: right;
    }

    .amount-totals p:nth-child(2) {
        color: #444444;
        font-weight: bold;
        text-transform: uppercase;
    }

    .amount-totals span {
        padding-left: 20px;
    }

    .amount-totals .button {
        float: right;
        margin-bottom: 12px;
        margin-top: 13px;
        overflow: hidden;
    }

.order-table tbody td.p-orderdate {
    color: #525252;
    text-align: center;
    width: 20%;
}

.order-table table th.p-orderdate {
    text-align: center;
}

.order-table table th.p-items {
    text-align: center;
}

.order-table table th.p-total {
    text-align: right;
}

span.ordertotal {
    /* color: #1C80CF; */
    font-weight: bold;
}

span.totalvalue {
    color: #0076cc;
    font-weight: bold;
}

.order-table tbody td.text-center {
    text-align: center;
}

.breadcrumb > li + li:before {
    color: #ccc;
    content: "> ";
    padding: 0 10px;
}

span.subheading {
    color: #353535;
}
/* */
.mar-top {
    margin-top: 40px;
}
/*--------------------------------------------*/
/*  09. Login page Start
/*--------------------------------------------*/

.Login-banner {
    overflow: hidden;
    width: 100%;
    max-height: 278px;
    position: relative;
    text-align: center;
    border-radius: 5px;
    opacity: 0.5;
}

.login-banner-text {
    font-size: 35px;
    text-align: center;
    font-family: 'Open Sans';
    font-weight: bold;
    padding: 25px;
    color: #013757;
}

.login-banner-text-word {
    font-size: 3.3vw;
    text-align: center;
    font-family: 'ff-market-web';
    font-weight: normal;
    padding: 25px;
    color: #013757;
}

/*.Login-banner {
    overflow: hidden;
    width: 100%;
    max-height: 278px;
}*/
/* .Login-banner h1
{
	color:#d0490f; 
	text-align:center;
    font-size:42px;
}
.Login-banner h2
{
	color:white; 
	text-align:center;
    padding-top:80px;
}

.Login-section h2
{
	color:#040507; 	
} */
.Login-section p {
    margin-bottom: 30px;
}

.link-color {
    color: #036592;
    padding: 5px,10px,5px,10px;
}

    .link-color:hover {
        color: #036592;
        text-decoration: underline;
        padding: 5px,10px,5px,10px;
    }

.btn-login {
    margin-top: 20px;
}

.glyphicon-remove-circle:before {
    color: #525252;
    cursor: pointer;
    font-size: 20px;
    text-decoration: none;
    overflow: hidden;
    position: absolute;
    pointer-events: auto;
    right: 10px;
    top: 4px;
}

#loginButton {
    /*used pscu-button standard for consistancy */
    /*    
    background-color: #C85000;
    font-size: 18px;
    border-radius: 2px;
    color: #fff;
    padding: 0;
    width: 160px;
    height: 38px;
    font-family: 'Open Sans';
    font-weight: normal;
    */
}

#txtMemberLogin {
    border-color: #cdcbcc;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    font-size: 15px;
    color: #525252;
    padding-left: 10px;
    height: 40px;
}

#txtMemberPass {
    border-color: #cdcbcc;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    font-size: 15px;
    color: #525252;
    padding-left: 10px;
    height: 40px;
}

#memberlogin span {
    font-size: 20px;
    padding-right: 10px;
    padding-top: 4px;
}

#memberpass span {
    font-size: 20px;
    padding-right: 10px;
    padding-top: 4px;
}

.login-icon {
    font-size: 192px;
    margin-bottom: 10px;
    color: #C85000;
    opacity: 0.6;
}

.mallNoborder {
    border-color: #eee;
    border-style: none;
    border-width: 1px;
    border-radius: 3px;
    background-color: #f0eeef;
}

.welcomebanner {
    padding-top: 20px;
    font-family: 'Droid',sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #525252;
}

.btn-primary {
    border: none;
    border-radius: 6px;
    height: 40px;
}

    .btn-primary:hover {
        background: #AF3700;
    }

    .btn-primary:focus {
        background-color: #E26A1A;
    }

.congrat-text {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0eeef;
}

#noborder {
    border: 0px !important;
}

#congraModal button.close span {
    color: black;
    display: block;
    height: 30px;
    line-height: 22px;
    text-align: center;
    width: 30px;
}

#congraModal .modal-content {
    min-height: 200px;
}

#websitemsgModal button.close span {
    color: black;
    display: block;
    height: 30px;
    line-height: 22px;
    text-align: center;
    width: 30px;
}

#websitemsgModal .modal-content {
    min-height: 200px;
}

/*--------------------------------------------*/
/*  09. Login page END
/*--------------------------------------------*/

/*--------------------------------------------*/
/*  00. WishList Start
/*--------------------------------------------*/

.cart-table table td.w-image {
    width: 150px;
}

.cart-main-area .w-image > a {
    display: block;
    text-align: center;
    width: 150px;
}

.wish-mainhead {
    background: #cdcbcc;
    padding: 30px;
}

.wish-main-area .wish-table table {
    background: #ffffff none repeat scroll 0 0;
    line-height: 25px;
    margin: 0;
    width: 100%;
    margin-bottom: 40px;
}

    .wish-main-area .wish-table table th {
        border-bottom: 1px solid #f0eeef;
        padding: 10px;
        vertical-align: middle;
        vertical-align: middle;
    }

/*.order-table table td.p-ordernumber {width: 150px} */
.wish-main-area .w-ordernumber > a {
    color: #1C80CF;
    width: 150px;
}

.wish-main-area .wish-table table td {
    border-bottom: 1px solid #f2f2f2;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}

    .wish-main-area .wish-table table td.w-remove {
        width: 22%;
        text-align: right;
        padding-top: 73px;
    }

    .wish-main-area .wish-table table td.w-progress {
        /* text-align: right; */
        width: 20%;
    }

.cart-main-area .cart-table table td.edit {
    text-align: right;
}

.cart-main-area .w-action {
    text-align: center;
    width: 28px;
}

.wish-main-area .wish-table table td.w-items {
    /* width: 59px; */
    /* width:120px; */
    width: 20%;
    text-align: center;
}

.wish-main-area .wish-table .w-items input, .wishlist-concept form input {
    border: 1px solid #f2f2f2;
    color: #444443;
    padding: 5px;
    text-align: center;
    width: 3em;
}

.wish-main-area .order-table .w-action > a, .wishlist-concept .w-action > a {
    background: rgba(0, 0, 0, 0) url("img/icon/delete.png") no-repeat scroll 0 0;
    display: block;
    font-size: 0;
    height: 15px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 15px;
}

.wish-main-area .all-order-buttons {
    /* border-bottom: 1px solid #d9dde3; */
    padding: 25px 0;
}

.button.clear-order {
    margin-right: 8px;
}

.shipping-discount, .amount-totals {
    border: 1px solid #e1e1e1;
    display: block;
    margin: 40px 0 0;
    overflow: hidden;
    padding: 15px;
}

.wish-main-area .shipping-discount h3 {
    color: #333333;
    font: 15px/20px 'Lato', sans-serif;
    text-transform: capitalize;
}

.wish-main-area select.country {
    border: 1px solid #f2f2f2;
    color: #777777;
    margin-bottom: 5px;
    outline: medium none;
    padding: 7px 5px;
    width: 254px;
}

.postal-code > input {
    border: 1px solid #e6e8e9;
    color: #555555;
    line-height: 25px;
    outline: medium none;
    width: 254px;
    padding: 0 10px;
}

.shipping-discount .level {
    color: #666666;
    font-size: 14px;
    margin-bottom: 5px;
}

.amount-totals {
    padding: 27px 35px;
}

    .amount-totals > w.remove {
        display: block !important;
        margin: 2px 0;
        text-align: right;
    }

    .amount-totals p:nth-child(2) {
        color: #444444;
        font-weight: bold;
        text-transform: uppercase;
    }

    .amount-totals span {
        padding-left: 20px;
    }

    .amount-totals .button {
        float: right;
        margin-bottom: 12px;
        margin-top: 13px;
        overflow: hidden;
    }

.wish-table tbody td.w-orderdate {
    color: #525252;
    text-align: center;
    width: 20%;
}

.wish-table table th.w-orderdate {
    text-align: center;
}

.wish-table table th.w-items {
    text-align: center;
}

.wish-table table th.w-remove {
    text-align: right;
}

.wish-main-area .wish-table table td.w-progress {
    /* font-size: 15px;
	text-align: right; */
    width: 30%;
    text-align: left;
}

.wish-main-area .wish-table table td.w-name {
    width: 30%;
}

.wish-main-area .wish-table table td.w-image {
    width: 20%;
}

span.points {
    color: #00568D;
    /*font-weight:bold;*/
}

.margin-top {
    margin-top: 10px;
}
/* Merchandise new products css */

.noside-margin {
    margin: 0px;
}

.product-titles {
    /*    min-height: 65px;
*/ margin-bottom: 0px !important;
}
/* Merchandise new products css end */

/* My Info Page CSS Start*/
.Info-tabs-head {
    /* border: 1px solid #cdcbcc; */
    border-radius: 2px;
}

.info-labels {
    min-width: 170px;
    float: left;
    font-size: 14px !important;
    font-family: 'Droid',sans-serif !important;
    color: #525252;
}

.info-edit-labels {
    min-width: 150px;
    float: left;
    margin-top: 12px;
    font-size: 14px !important;
    font-family: 'Droid',sans-serif !important;
    color: #525252;
}

.p-info-tab {
    margin-bottom: 20px;
    margin-top: 30px;
    position: relative;
}

    .p-info-tab .nav.nav-tabs, .p-info-tab ul li:last-child {
        border-right-width: 1px;
    }

    .p-info-tab ul li {
        /* border-right: 2px solid #000000; 
    padding: 0 10px; */
        border: 1px solid #cdcbcc;
        border-radius: 2px;
        /* border-right-width:0px;  
	border-bottom-width:0px;*/
        margin-top: 3px;
    }

        .p-info-tab ul li.active {
            margin-top: 0px;
        }

    .p-info-tab .nav.nav-tabs > li a {
        border: 0 none;
        color: #525252;
        cursor: pointer;
        font-family: 'Droid',sans-serif;
        font-size: 14px;
        line-height: 19px;
        padding: 5px 15px;
        position: relative;
    }

    .p-info-tab .nav.nav-tabs > .active > a {
        border: 0 none;
        cursor: pointer;
        font-family: 'Droid',sans-serif;
        font-size: 16px;
        font-weight: bold;
        line-height: 22px;
        padding: 5px 20px;
        position: relative;
        /* text-transform: uppercase; */
    }

    .p-info-tab li a:hover, .p-info-tab li.active > a {
        /* color:white !important;
	background:#00568D !important; */
    }

#Edit1 span {
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
    border-radius: 6px;
    background: #c85000;
    color: #fff;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
    float: right;
    margin-bottom: 15px;
}

    #Edit1 span:hover {
        background: #AF3700;
    }

    #Edit1 span:focus {
        background: #E26A1A;
    }

#Edit2 span {
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
    border-radius: 6px;
    background: #c85000;
    color: #fff;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
    float: right;
    margin-bottom: 15px;
}

    #Edit2 span:hover {
        background: #AF3700;
    }

    #Edit2 span:focus {
        background: #E26A1A;
    }

.side-border {
    border-right-width: 1px;
    border-color: #cdcbcc;
    border-style: solid;
    border-left-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
}

.info-lasttab-text {
    text-align: center;
}

.info-Pwd-labels {
    min-width: 150px;
    float: left;
    margin-top: 12px;
    font-size: 14px;
    font-family: 'Droid',sans-serif !important;
    color: #525252;
}

.txt-nopad {
    padding-left: 0px;
    float: left;
    width: 100%;
}

#txtInfoPasswrd {
    border-color: #cdcbcc;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    font-size: 15px;
    color: #525252;
    padding-left: 10px;
    height: 40px;
}

#changepwd span {
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
    border-radius: 2px;
    background: #c85000;
    color: #fff;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    float: left;
    margin-bottom: 15px;
    margin-right: 8px;
}

.button span #changePassword {
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
    border-radius: 6px;
    background: #c85000;
    color: #fff;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    float: left;
    margin-bottom: 15px;
    margin-right: 8px;
}

    .button span #changePassword:hover {
        background: #AF3700;
    }

    .button span #changePassword:focus {
        background: #E26A1A;
    }

.button span #cancelChangePassword {
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
    border-radius: 6px;
    background: #c85000;
    color: #fff;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    float: left;
    margin-bottom: 15px;
    margin-right: 8px;
}

    .button span #cancelChangePassword:hover {
        background: #AF3700;
    }

    .button span #cancelChangePassword:focus {
        background: #E26A1A;
    }

.chngpassbtnmar {
    margin-left: 150px;
}

.info-wishlist-table {
    width: 100%;
}

.wish-table table {
    background: #ffffff none repeat scroll 0 0;
    line-height: 25px;
    margin: 0;
    width: 100%;
    margin-bottom: 40px;
}

    .wish-table table th {
        border-bottom: 1px solid #f2f2f2;
        padding: 10px;
        vertical-align: middle;
        vertical-align: middle;
    }

.para-btm-mar {
    margin-bottom: 10px !important;
}

.w-ordernumber > a {
    color: #1C80CF;
    width: 150px;
}

.wish-table table td {
    border-bottom: 1px solid #f2f2f2;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}

    .wish-table table td.w-remove {
        width: 22%;
        text-align: right;
        padding-top: 31px;
    }

.wish-main-area .wish-table table td.w-progress {
    width: 20%;
}

.cart-main-area .cart-table table td.edit {
    text-align: right;
}

.cart-main-area .w-action {
    text-align: center;
    width: 28px;
}

.wish-main-area .wish-table table td.w-items {
    width: 20%;
    text-align: center;
}

.wish-main-area .wish-table .w-items input, .wishlist-concept form input {
    border: 1px solid #f2f2f2;
    color: #444443;
    padding: 5px;
    text-align: center;
    width: 3em;
}

.exp-labels {
    min-width: 100px;
    float: left;
    font-size: 14px !important;
    font-family: 'Droid',sans-serif !important;
    color: #525252;
}

.no-left-right-mar {
    margin-left: 0px;
    margin-right: 0px;
}

.row-max-height {
    max-height: 21px;
}

.redeem-point-head {
    position: absolute;
    top: 15px;
    left: 115px;
}
/* Redemption Point Table */
.attribute-msg {
    text-align: left;
    padding-bottom: 10px;
}
.cart-msg {
    text-align: center;
}

.cart-table table {
    background: #ffffff none repeat scroll 0 0;
    line-height: 25px;
    margin: 0;
    width: 100%;
}

    .cart-table table th {
        border-bottom: 1px solid #f0eeef;
        padding: 10px;
        vertical-align: middle;
    }

    .cart-table table td {
        padding: 10px;
        text-align: left;
        vertical-align: middle;
    }

        .cart-table table td.p-total {
            width: 91px;
        }

        .cart-table table td.p-totalVal {
            width: 139px;
        }

        .cart-table table td.p-amount {
            min-width: 175px;
        }

        .cart-table table td.edit {
            text-align: right;
        }

.cart-table .p-action {
    text-align: center;
    width: 65px;
}

.cart-table .p-action {
    text-align: center;
    width: 100px;
}

    .cart-table .p-action .editrow {
        color: #00568d;
        font-size: 18px;
        margin-top: 2px;
    }

    .cart-table .p-action .delrow {
        color: #e40a0a;
    }

.cart-table table th.p-quantity {
    /* text-align:center; */
}

.cart-table table td.p-quantity {
    min-width: 120px;
    text-align: left;
    margin-right: 10px;
}

span.ordertotal1 {
    font-weight: bold;
    float: left;
}

span.Points-totalvalue {
    color: #00568D;
    float: right;
}

.Points-pagination {
    border-radius: 0;
    float: right;
    margin-top: 5px;
}

.Points-pagination-button > span {
    float: right;
    line-height: 28px;
    margin-right: 5px;
}

.Redeem-Pagination {
    margin-right: 5px;
}

.panel-body .form-control {
    height: 40px !important;
    border: 1px solid #cdcbcc;
    border-radius: 2px;
    color: #525252;
    font-size: 15px;
}

.panel-body input:focus {
    outline: none;
    border: 1px solid #525252 !important;
}

.panel-body input:active {
    border: 1px solid #525252 !important;
}

#accountRegistrationForm .form-control {
    height: 40px !important;
    border: 1px solid #cdcbcc;
    border-radius: 2px;
    color: #525252;
    font-size: 15px;
}

.form-control:focus {
    outline: none;
    border: 1px solid #525252 !important;
    box-shadow: none !important;
}

.form-control:active {
    border: 1px solid #525252 !important;
}
/* .panel-body .form-control:focus
{
	outline:0; border: 1px solid #525252 !important;
} 
.panel-body .form-control:active{
	border: 1px solid #525252 !important;
} */
.panel .collapse.in {
    /* background:#f4f5f9 !important; */
}

.mar-top-botm {
    margin: 10px;
}

.margin-extra {
    margin-top: 30px;
}

.r4_counter {
    min-height: 100px;
    margin-bottom: 30px;
    background: #ffffff;
}

    .r4_counter .fa {
        margin-right: 0px;
        width: 66px;
        height: 66px;
        text-align: center;
    }

.db_box {
    padding: 15px;
}

.r4_counter .stats {
    padding-left: 85px;
}

.icon-primary.icon-rounded, .icon-primary.icon-cornered, .icon-primary.icon-square {
    background-color: #00568D;
    color: #ffffff;
    font-size: 28px;
}

.icon-md.icon-rounded, .icon-md.icon-cornered, .icon-md.icon-square, .icon-md.icon-bordered {
    padding: 20px;
}

.icon-orange.icon-rounded, .icon-orange.icon-cornered, .icon-orange.icon-square {
    background-color: #C85000;
    color: #ffffff;
    font-size: 28px;
}

.icon-purple.icon-rounded, .icon-purple.icon-cornered, .icon-purple.icon-square {
    background-color: #CDCBCC;
    color: #ffffff;
    font-size: 28px;
}

.icon-warning.icon-rounded, .icon-warning.icon-cornered, .icon-warning.icon-square {
    background-color: #FDB45C;
    color: #ffffff;
}

.icon-rounded {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 15px;
    background-color: #777777;
    color: #ffffff;
}

.icon-cornered {
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10%;
    padding: 15px;
    background-color: #777777;
    color: #ffffff;
}

.icon-square {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 15px;
    background-color: #777777;
    color: #ffffff;
}

.icon-bordered {
    border: 1px solid #777777;
    padding: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    color: #777777;
}

.w-progress span.sprite-button span label {
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    font-size: 18px;
    white-space: nowrap;
    border-radius: 2px;
    background: #c85000;
    color: #fff;
    height: 40px;
    line-height: 38px;
    cursor: pointer;
}

    .w-progress span.sprite-button span label:hover {
        background: #AF3700;
    }

    .w-progress span.sprite-button span label:focus {
        background: #E26A1A;
    }
/* My Info Page CSS End */

/* Merchandise Landing add Search bar css */
#M-search {
    /* background: #ffffff none repeat scroll 0 0; */
    /* border: 1px solid #f3f3f3; */
    height: 40px;
    line-height: 36px;
    /* margin-top: 11px; */
    display: block;
    float: left;
    min-width: 300px;
}

    #M-search input {
        /* background: rgba(0, 0, 0, 0) none repeat scroll 0 0; */
        background: #ffffff;
        border: 0px solid #cdcbcc;
        border-radius: 2px;
        color: #525252;
        font-size: 15px;
        height: 40px;
        line-height: 36px;
        outline: medium none;
        padding: 0 10px;
        width: 85%;
    }

    #M-search .submit {
        /* background: rgba(0, 0, 0, 0) none repeat scroll 0 0; */
        background: #fff;
        border: 1px solid #cdcbcc;
        color: #cdcbcc;
        float: right;
        font-size: 16px;
        line-height: 40px;
        text-align: center;
        width: 18%;
        cursor: pointer;
    }

    #M-search .fa {
        color: #cdcbcc;
    }

.p-search-btn {
    background: #c85000;
    color: white;
    border: 0 none;
    cursor: pointer;
}

    .p-search-btn:hover {
        background: #AF3700;
        color: white;
        border: 0 none;
        cursor: pointer;
    }

.M-tab {
    margin-bottom: 0;
}

.Mer-Search-back {
    /*    border-bottom: 1px solid #eeeeee;*/
    display: block;
    overflow: hidden;
    padding: 20px 0px;
    /*    background-color: #00568D;*/
}

.M-Searchbox {
    display: inline-block;
    margin: 5px 5px 0px 5px;
}

.M-Searchbox2 {
    display: inline-block;
    min-width: 330px;
}

.M-Search-label {
    color: white;
    float: left;
    margin-top: 12px;
    margin-right: 10px;
    font-size: 14px;
    font-family: 'Droid',sans-serif !important;
}

.M-Searchbox2 input {
    border: 1px solid #cdcbcc;
    float: left;
    height: 40px;
    line-height: 31px;
    min-width: 55px;
    padding: 0 2px;
    text-align: center;
    max-width: 100px;
    border-radius: 2px;
}

.M-point-span {
    float: left;
    padding: 11px 10px;
    color: white;
    font-size: 14px;
    font-family: 'Droid',sans-serif !important;
}

.M-Search-Cont {
    margin: 0px auto;
    max-width: 850px;
}
/* Merchandise Landing add Search bar css end */

/*--------------------------------------------*/
/*  00. Customer Service Start
/*--------------------------------------------*/

.viewdetail-buttonGI {
    margin-top: 90px;
    margin-bottom: 50px;
    margin-left: 34px;
}

.viewdetail-button {
    margin-top: 60px;
    margin-bottom: 100px;
    margin-left: 49px;
}

#travelbox {
    margin-left: 15px;
}

.customerservice-mainhead {
    background: #cdcbcc;
    padding: 20px 30px 10px 30px;
}

.subheading-Customerservice {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #525252;
    text-align: left;
}

.inquire-icon {
    font-size: 100px;
    color: #0B9BD8;
}

.merchandise-icon {
    font-size: 100px;
    color: #0B9BD8;
}

.travel-icon {
    font-size: 100px;
    color: #0B9BD8;
}

.mall-icon {
    font-size: 75px;
    margin-bottom: 10px;
    color: #00568D;
}
    .mall-icon.fa.fa-shopping-cart {
        font-size: 80px;
    }

.iconbox {
    text-align: center;
}

.icon-texttravel {
    margin-left: 14px;
}

.icon-titletexttravel {
    /* font-weight: bold; */
}

.icon-title {
    font-weight: bold;
    text-align: center;
}

.icon-titletextmall {
    /* font-weight: bold; */
}

.icon-titletextGI {
    /* font-weight: bold; */
}

.icon-titleTextMerchandise {
    /* font-weight: bold; */
}

.inner-text {
    text-align: center;
    padding-right: 46px;
}

.inner-textMQ {
    text-align: center;
    /*margin-left: 4px;*/
}

.inner-textinquiry {
    text-align: center;
}

.inner-textinquiryMQ {
    text-align: center;
    /* margin-left: 23px; */
}

.inner-textmerchandise {
    text-align: center;
    /*padding-right:46px;*/
}

.innerfaq-text {
    text-align: center;
    /*padding-right:46px;*/
}

.email-faq {
    /*margin-top: 72px;*/
    text-align: center;
}

.number {
    color: #00568D;
}

.detailmerchandise {
    margin-left: 54px !important;
    background-color: #0B9BD8 !important;
}

.detailtravel {
    margin-left: 30px !important;
    background-color: #0B9BD8 !important;
}

.detailmall {
    margin-left: 30px !important;
    background-color: #0B9BD8 !important;
}

.detailInquire {
    margin-left: 30px !important;
    background-color: #0B9BD8 !important;
    margin-top: 29px !important;
}

.detail-color {
    background-color: #0B9BD8 !important;
}

.order-main-area .col-lg-2 {
    width: 19.666667%;
    display: inline-block;
    vertical-align: top;
    float: none;
}

.order-main-area .col-md-2 {
    width: 19.666667%;
    display: inline-block;
    vertical-align: top;
    float: none;
}

.custser_container {
    width: 100%;
    text-align: justify;
}

span#stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

/*--------------------------------------------*/
/*  00. Customer Service Ends
/*--------------------------------------------*/

/* Register Page CSS */
.mt-element-step .step-default .mt-step-col {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.bg-grey, .bg-hover-grey:hover {
    background: #f0eeef;
}

.mt-element-step .step-default .mt-step-number {
    font-size: 50px;
    border-radius: 50% !important;
    display: inline-block;
    margin: auto auto auto;
    padding: 5px 25px;
    font-weight: bold;
}

.mt-element-step .step-default .mt-step-col {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    border-right: 1px solid #ffffff;
}

.mt-element-step .step-default .mt-step-title {
    font-weight: 100;
}

.font-grey-cascade {
    color: #353535 !important;
}

.mt-element-step .step-default .active {
    background-color: #C85000;
    color: #C85000;
}

.mt-element-step .step-default .ok {
    background-color: #00568D;
    color: #00568D;
}

.bg-hover-white:hover, .bg-white {
    background: #fff !important;
}

.mt-element-step .step-default .active .mt-step-content, .mt-element-step .step-default .active .mt-step-title {
    color: #fff !important;
}

.mt-element-step .step-default .ok .mt-step-content, .mt-element-step .step-default .ok .mt-step-title {
    color: #fff !important;
}

.mt-step-number .fa {
    font-size: 18px !important;
}

.banner-area-reg .banner-box-reg {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 135px;
}

.mallNoborder-reg {
    border-color: #eee;
    border-style: none;
    border-width: 1px;
    border-radius: 3px;
}

.custom-form-label {
    font-size: 14px !important;
    font-family: 'Droid',sans-serif;
    color: #525252;
}

#pointsummary2 label {
    font-size: 14px;
    font-family: 'Droid',sans-serif !important;
    color: #525252;
}

/*  */
/* MyInfo Checkboxes CSS End */
/*  */
.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox label {
    padding-left: 0px !important;
}

    .checkbox label input[type="checkbox"]:checked + input[type="hidden"] + .cr {
        border: 1px solid #525252;
    }

.checkbox {
    margin-top: 0px !important;
}

    .checkbox .cr,
    .radio .cr {
        position: relative;
        display: inline-block;
        border: 1px solid #cdcbcc;
        border-radius: 2px;
        width: 20px;
        height: 20px;
        float: left;
        margin-right: .5em;
        background: #fff;
    }

.radio .cr {
    border-radius: 50%;
}

    .checkbox .cr .cr-icon,
    .radio .cr .cr-icon {
        position: absolute;
        font-size: 11px;
        color: #525252;
        line-height: 0;
        top: 50%;
        left: 20%;
    }

    .radio .cr .cr-icon {
        margin-left: 0.04em;
    }

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

    .checkbox label input[type="checkbox"] + input[type="hidden"] + .cr > .cr-icon,
    .radio label input[type="radio"] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
        transition: all .3s ease-in;
    }


    .checkbox label input[type="checkbox"]:checked + input[type="hidden"] + .cr > .cr-icon,
    .radio label input[type="radio"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }
/*  */
/* MyInfo Checkboxes CSS End */
/*  */

/*Cart Checkout Complete Starts*/

.heading-cart-checkout {
    width: 100%;
    overflow: hidden;
}

    .heading-cart-checkout h2 {
        color: #d0490f;
        text-align: center;
    }

.message-cart-checkout {
    margin-top: 26px;
    text-align: center;
    border-bottom: 1px solid #b6b6b6;
}

.email-checkout {
    color: #00568D;
}

.message-cart-checkout2 {
    color: #d0490f;
}

.sub-message-car-checkout {
}

.ConfirmationNumber {
    color: #d0490f;
}

/*Cart Checkout Complete Ends*/


/*Order Details Page Starts*/

.top-portion {
    position: relative;
}

.colored-strip-top {
    background-color: #cdcbcc;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-top: 10px;
}

.order-information {
    margin-top: 20px;
}

.colored-strip-bot {
    background-color: #cdcbcc;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-top: 10px;
}

.order-info-left {
}

.order-info-mid {
}

.order-info-right {
}

.shipment-information {
    margin-top: 20px;
}

.shipment-info-mid {
}

.shipment-info-right-main {
    /*padding-left: 182px;*/
}

.shipment-info-right {
    border-bottom: 1px solid #b6b6b6;
}

.shipment-points {
    color: #00568D;
    margin-left: 100px;
}

.shipment-points2 {
    color: #00568D;
    margin-left: 89px;
}


.shipment-quant {
    margin-left: 100px;
}

.shipment-item-total {
    margin-left: 77px;
    color: #c85000;
}

.order-total {
    margin-top: 50px;
}

.shipment-total {
    margin-top: 20px;
}

.shipment-total-points {
    padding-left: 50px;
    color: #00568D;
    font-weight: bold;
    padding-left: 70px;
}
/* .order-detail-img-cont
{
	border:1px solid #f0eeef ;	
} */
.order-detail-img {
    border: 1px solid #f0eeef;
    border-radius: 2px;
    margin-left: 10px;
}

/*Order Details Page Ends*/

.banner-area-reg .banner-box-reg {
    display: block;
    overflow: hidden;
    position: relative;
    background: url("img/RegisterImages/1st.png") no-repeat;
    /* padding:0px 30px;  */
    background-repeat: no-repeat;
    background-position: 173px 145px;
    min-height: 400px;
}

.banner-area-reg .banner-box-reg3 {
    display: block;
    overflow: hidden;
    position: relative;
    background: url("img/RegisterImages/3rd.png") no-repeat;
    /* padding:0px 30px;  */
    background-repeat: no-repeat;
    background-position: 173px 145px;
    min-height: 400px;
}

/* Registration Second Screen CSS start */

.banner-area-log .banner-box-log {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 0px 30px;
}

.set-password-img {
    position: absolute;
    margin: 30px 60px;
}

.mallNoborder-log {
    border-color: #eee;
    border-style: none;
    border-width: 1px;
    border-radius: 3px;
}

.dropdowns {
    height: 40px !important;
    font-size: 15px !important;
    color: #525252 !important;
}

.current-crt-list {
    float: left;
}
/* Shipping Address Page CSS Start */
/* .btm-order-val-label
	{
		min-width:195px; text-align:center;
	}
	.btm-order-val
	{
		min-width:107px; text-align:center;
	} */
.shipping-sect-margin {
    margin-left: 30px;
}

.shipping-popup-head {
    font-size: 13px;
    line-height: 1.00;
    margin: 0px !important;
    color: #fff;
}

.modal {
    z-index: 13000;
}

#shippingModal .modal-dialog {
    margin: 5% auto;
    /* max-width: 96%; */
    max-width: 70%;
    min-height: 300px;
    padding: 20px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    /* width: 870px; */
}

#shippingModal .modal-header {
    border: 0 none;
    padding: 0;
    min-height: auto;
}

#shippingModal button.close {
    position: absolute;
    right: 10px;
    top: 7px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 2;
    opacity: 1;
}

    #shippingModal button.close span {
        /* background: #282828 none repeat scroll 0 0; */
        color: #ffffff;
        display: block;
        height: 30px;
        line-height: 22px;
        text-align: center;
        width: 30px;
    }
/* Popup CSS */
.popup-head {
    background: #00568D;
    padding: 10px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}
/* Popup CSS  */
.message {
    color: #525252 !important;
    border: 1px solid #e40a0a;
}

.msg-margin {
    margin-left: 20px;
}


/* Shipping Address Page CSS End */

/* Checkout Page CSS Start */
.item-btm-brdr {
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #e3e3e3;
}

.bold {
    font-weight: bold;
}

.bold-important {
    font-weight: bold !important;
}

.fontsmall {
    color: #e40a0a;
}

.checkout table > tbody > tr > td:first-child {
    /* position: absolute; */
    display: inline-block;
    height: 100%;
}

.checkout table > tbody > tr > td {
    border: 0px !important;
}

.order-label {
    padding: .2em .6em .3em;
}

.btm-border {
    border-bottom: 1px solid #f2f2f2;
}

.checkout-conf-head {
    background: #cdcbcc;
}

#head-with-letfpad {
    padding-left: 24px;
}

.margin-right {
    margin-right: 15px;
}

.cartInfoMaxWidth {
    min-width: 235px;
}
/* Checkout Page CSS End */

/* Advance Search Page CSS Start */

/********************/
/* EXPANDABLE LIST  */
/********************/
#listContainer {
    margin-top: 15px;
}

#expList ul, li {
    margin: 0;
    padding: 5px;
    cursor: pointer;
}

.arrow-bullet::before {
    content: '➤';
    position: absolute;
    left: -20px;
}

#expList p {
    margin: 0;
    display: block;
}

    #expList p:hover {
        background-color: #121212;
    }

#expList li {
    line-height: 140%;
    text-indent: 0px;
    background-position: 1px 8px;
    padding-left: 20px;
    background-repeat: no-repeat;
}

/* Collapsed state for list element */
#expList .collapsed {
    background-image: url(../Images/plus-n.png);
    padding-top: 5px;
}

    #expList .collapsed:hover {
        background-image: url(../Images/plus-active.png);
    }

/* Expanded state for list element
/* NOTE: This class must be located UNDER the collapsed one */
#expList .expanded {
    background-image: url(../Images/minus-n.png);
    padding-top: 5px;
}

    #expList .expanded:hover {
        background-image: url(../Images/minus-active.png);
    }

#expList {
    clear: both;
}

.listControl {
    margin-bottom: 15px;
}

    .listControl a {
        border: 1px solid #555555;
        color: #555555;
        cursor: pointer;
        height: 1.5em;
        line-height: 1.5em;
        margin-right: 5px;
        padding: 4px 10px;
    }

        .listControl a:hover {
            background-color: #555555;
            color: #222222;
            font-weight: normal;
        }

.highlight {
    background-color: #EF7000;
    font-weight: bold;
}

.item {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #525252;
    margin-left: 30px;
}

    .item.myCustomItem.highlight {
        font-weight: normal;
    }

    .item.myCustomItem > div > h1 {
        text-align: center;
        color: #00568D;
    }

    .item.myCustomItem > div > p {
        text-align: center;
        color: #525252;
        font-size: 15px;
        height: 70px;
    }

    .item.myCustomItem {
        margin: 0px 3px;
    }

        .item.myCustomItem > a > img {
            width: 100%;
        }

.mytextItem {
    height: 417px;
    background-color: #cdcbcc;
    border-radius: 5px;
}


    .mytextItem > .blog-thumb-img > div > h1 {
        text-align: center;
        padding-top: 150px;
        color: #00568D;
    }



    .mytextItem > .blog-thumb-img > div > p {
        text-align: center;
        height: 185px;
        color: #525252;
    }
/*owlcarousel cucustompage*/
.owl-carousel.owl-custompage {
    padding-bottom: 35px;
}

.btndiv {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 35px;
}

.overridebackground {
    background: none;
    min-height: 100%;
}

.searchbox {
    width: 100% !important;
}
/*--------------------------------------------*/
/*  00. Advance Search 
/*--------------------------------------------*/


.advancesearch-mainhead {
    background: #cdcbcc;
    padding: 30px;
}

.advancesearch-subhead {
    text-align: left !important;
    margin-top: 11px;
}

.sidebar-advancesearch-list {
    padding-bottom: 20px;
    overflow: auto;
    max-height: 210px;
    margin-top: 10px;
}

    .sidebar-advancesearch-list ul li {
        /* font-size: 12px; */
        line-height: 17px;
        /* text-transform: uppercase; */
    }

    .sidebar-advancesearch-list a {
        color: #525252;
    }

        .sidebar-advancesearch-list a:hover {
            color: #525252;
        }

/* Advance Search Page CSS End */

/*  Merchandise Category PAGE START**/

.Merchnadise-cat {
    /*border: 1px solid #eeeeee;*/
}

    .Merchnadise-cat a {
        display: block;
    }

        .Merchnadise-cat a img {
            margin-bottom: 1px;
        }

    .Merchnadise-cat h3 {
        text-align: center;
        color: #00568D;
        font-weight: bold;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.merchandise-item {
    background-color: #F7F8FA;
    padding: 5px 5px 5px 5px;
}

    .merchandise-item p {
        min-width: 200px;
    }

.merchandise-itemrow {
    background-color: #F7F8FA;
    padding: 5px 5px 5px 5px;
    border-top: 1px solid #eeeeee;
    min-height: 170px;
}

.merchandise-itembox {
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 50px;
    -webkit-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.24);
    padding: 0px !important;
}

.Merchnadise-cat img {
    width: 100%;
}

#btnViewAll {
    /* width:794px; */
    background-color: #C85000;
    font-size: 18px;
    border-radius: 2px;
    color: #fff;
    width: 100%;
}

.categorybtn {
    margin: 30px 35px 0px 15px;
}

.subcat ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 30%;
    -moz-column-width: 30%;
    column-width: 30%;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
}

    .subcat ul li {
        line-height: 26px;
    }

/*  Merchandise Category PAGE End**/

/* New CSS */
.order-info-label {
    min-width: 100px;
    text-align: right;
    margin-right: 10px;
}

p .spacer {
    margin-left: 5px;
    margin-right: 5px;
}

.validation-summary-errors {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #e4040a;
}

    .validation-summary-errors ul li:before {
        content: "\e101";
        font-family: 'Glyphicons Halflings';
        line-height: 1;
        margin: 10px;
        display: inline-block;
        color: #e40a0a;
        font-size: 12px;
    }

.field-validation-error {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    color: #e40a0a;
}

    .field-validation-error span:before {
        content: "\e101";
        font-family: 'Glyphicons Halflings';
        line-height: 1;
        margin: 10px 10px 0px 0px;
        display: inline-block;
        color: #e40a0a;
        font-size: 12px;
    }

.input-validation-error {
    border-color: #e40a0a !important;
    border-style: solid !important;
    border-width: 2px !important;
}
/* New CSS */

/* Shahroz FAQ Page CSS */
/* css started for faq */
#btnAdditionTravelFaq {
    background-color: #C85000;
    font-size: 18px;
    border-radius: 2px;
    color: #fff;
}

.justify {
    text-align: justify;
}

.faq-closeBtn {
    /* margin-top:-55px; */
}

.faq-area .panel-group {
    margin: 0;
    padding-bottom: 20px;
}

.faq-area #accordion .panel-heading {
    padding: 0;
}
/* .checkout-area .panel-title {font: 14px/20px Lato,sans-serif} */
.faq-area #accordion .panel-title a.collapsed {
    background: #f0eeef;
}

.faq-area .panel-title > a {
    /* background: #323a45 none repeat scroll 0 0; */
    border-bottom: 0 none;
    display: block;
    padding: 5px 0 5px 10px;
    position: relative;
    text-decoration: none;
    width: 100%;
}

    .faq-area .panel-title > a span {
        background: url("img/minus-n.png") no-repeat;
        height: 18px;
        margin: 3px 0px 5px 10px;
        left: 0px;
        position: absolute;
        text-align: center;
        top: 5px;
        width: 24px;
    }

.faq-area #accordion .panel-title a.collapsed span {
    background: url("img/plus-n.png") no-repeat;
    margin-top: 3px;
    height: 18px;
    margin: 3px 0px 5px 10px;
    left: 0px;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 24px;
}

.faq-area .panel.panel-default {
    border: 0 none !important;
}

.faq-area .panel {
    box-shadow: none;
}

.faq-area .panel-body {
    border: 1px solid #f2f2f2;
    margin-bottom: 20px;
}

.faq-text {
    color: white;
    line-height: 1.00;
    margin-top: 10px;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #f0eeef;
    font-size: 13px;
}

.faq-bg {
    background-color: #00568D;
}

#faqModal button.close span {
    color: white;
    display: block;
    height: 30px;
    line-height: 22px;
    text-align: center;
    width: 30px;
}

#faqModal .modal-content {
    min-height: 200px;
}

.faq-dialog {
    max-width: 70% !important;
    width: 1200px !important;
}

.modal-body {
    padding: 20px;
}
/* ending css for faq */
/* Shahroz FAQ Page CSS */

/* waqar css  */
/* Security Notice page Start*/

#securitynotice {
    background-image: url("img/sec-card.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50% 100%;
}

.security-text {
    margin-top: 20px;
    text-align: justify;
}

    .security-text:last-child {
        margin-top: 20px;
        margin-bottom: 80px;
        text-align: justify;
    }

/* Security Notice page END*/

/*******************************
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.shop-main-area .panel-default > .panel-heading {
    padding: 0;
}

.shop-main-area .panel-title {
    font-size: 14px;
}

.panel-title > a {
    display: block;
    padding: 5px 0 5px 45px;
    text-decoration: none;
}

.more-less {
    float: left;
    color: #525252;
    padding: 5.5px 8.5px;
    border: solid 1px #cdcbcc;
    border-radius: 2px;
    background: none;
    font-size: 5px;
    margin-top: 2px;
    margin-right: 10px;
}

    .more-less:hover {
        border: solid 1px #525252;
    }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

.rules-mainhead {
    background: #cdcbcc;
    padding: 30px;
}

.panelcolor {
    background-color: white;
}

/**PRIVACY NOTICE */

.privacynotice {
    padding-bottom: 10px;
}

.securitynoticelink {
    color: #036592;
}

.shop-main-area .panel-title > a {
    border-bottom: 0 none;
    display: block;
    padding: 5px 0 5px 10px;
    position: relative;
    text-decoration: none;
    width: 100%;
}

/**SITE REQUIREMENT*/

.siterequirementnotice {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.sitereq-mainhead {
    background: #cdcbcc;
    padding: 30px;
}

.textcenter {
    text-align: center;
}

.maindiv {
    background-color: #f0eeef;
    margin-top: 20px;
}

.imgbox {
    margin: auto;
    display: block;
}

.paddingtop {
    padding-top: 24px;
}

.colorbackground {
    background-color: #f0eeef;
}

.paddingdown {
    padding-bottom: 30px;
}

.bottomborder {
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #f0eeef;
}

/*Contact US*/

.textbox {
    border-color: #cdcbcc;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    font-size: 15px;
    color: #525252;
    padding: 0px 10px;
    height: 40px;
}

.Ctextbox {
    border-color: #cdcbcc;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    font-size: 15px;
    color: #525252;
    padding: 0px 10px;
    height: 40px;
}

.paddingleft {
    padding-left: 30px;
}

.textarea {
    border-color: #cdcbcc;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    font-size: 15px;
    color: #525252;
    padding: 0px 10px;
    height: 100px;
}

.icon-background1 {
    color: #00568D;
}

.circle-icon2 {
    background: #ffc0c0;
    padding: 30px;
    border-radius: 50%;
}

.circle-icon {
    background: #1e97fe;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 30px;
}

.fa-envelope-o {
    color: white;
}

.fa-phone {
    color: white;
}

.fa-wrench {
    color: white;
}

.paddinglefttext {
    padding-left: 10px;
}

/* waqar css  */

/* Forgot Password Screen */
.forgot-pass-field {
    border-color: #cdcbcc;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    font-size: 15px;
    color: #525252;
    padding-left: 10px;
    height: 40px;
}

#forgotpwd span {
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
    border-radius: 6px;
    background: #c85000;
    color: #fff;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    float: left;
    margin-bottom: 15px;
}

/* To disable default cross icon on IE  */
input::-ms-clear {
    display: none;
}

.Ptextbox::-ms-clear {
    display: none;
}
/* To disable default cross icon on IE  */

/* Calendar CSS */
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    background: #525252 !important;
    border: none !important;
    border-color: #525252;
    border-radius: 0px !important;
}

.datepicker-dropdown {
    background: #f0eeef !important;
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.35);
}

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
    background: #cdcbcc !important;
}

.fa-angle-left {
    font-size: 23px;
    color: #cdcbcc;
    cursor: pointer;
    /* width:13px !important; */
}

.fa-angle-right {
    font-size: 23px;
    color: #cdcbcc;
    cursor: pointer;
    width: 24px !important;
}

.datepicker .fa-angle-left:hover {
    font-size: 23px;
    color: #525252;
}

.datepicker .fa-angle-right:hover {
    font-size: 23px;
    color: #525252;
}

.datepicker table tr td.new, .datepicker table tr td.old {
    visibility: hidden;
}

.datepicker table tr td {
    background: #fff;
    width: 35px !important;
    border-radius: 0px !important;
}

.table-condensed > tbody > tr > td {
    border-width: 4px !important;
    border-top-width: 0px !important;
    border-bottom-width: 2px !important;
    border-left-width: 0px !important;
    border-style: solid !important;
    border-color: #f0eeef !important;
}

.price {
    font-weight: bold;
}


/*product sider adjusment n product detail page*/

.owl-controls {
    opacity: 1;
}

    .owl-controls .owl-buttons div {
        /* background: #b2b2b2 none repeat scroll 0 0; */
        border: 0 none;
        /* color: #ffffff; */
        color: #a8a8a8;
        float: left;
        height: 29px;
        line-height: 29px;
        margin-left: 11px;
        position: static;
        width: 29px;
    }

.owl-theme .owl-controls .owl-buttons div:hover {
    /* background: #E03550; */
    /* color: #fff */
    color: #525252;
}

.owl-controls .owl-buttons div::before {
    /* font-size: 15px; */
    font-size: 25px;
    line-height: 30px;
}

.shippingAddress {
    padding-left: 20px;
}

.overridepadding {
    padding: 0px !important;
}

.overridetopmargin {
    margin-top: 12px !important;
}

.clr-btn {
    /* color:#353535; */
    color: #036592;
    cursor: pointer;
}

    .clr-btn:hover {
        text-decoration: underline;
        color: #036592;
        cursor: pointer;
    }

.overridelineheight {
    line-height: 0px !important;
}

.zeromargin {
    margin: 0px !important;
}

.borderbottomadvancesearch {
    border-bottom: 1px solid #cdcbcc;
    margin-bottom: 20px;
}

.order-information p {
    margin-bottom: 10px !important;
}

.shipment-information p {
    margin-bottom: 10px !important;
}

.welcome-txt-span {
    float: right;
    margin-right: 20px;
}

.accountRegistrationForm .col-lg-3 {
    padding-left: 0px;
    padding-right: 0px;
}

/*New css fpr shippind addrressss**/

.contactinfo .form-control {
    height: 40px !important;
    border: 1px solid #cdcbcc;
    border-radius: 2px;
    color: #525252;
    font-size: 15px;
    padding-left: 10px;
}

.marright {
    margin-right: 20px;
}

.firefoxfix:hover {
    background: #AF3700;
}

.firefoxfix:focus {
    background: #E26A1A;
}

.headingmargintop {
    margin-top: 12px;
}
/*new css for regression*/
.cancelFilter .label-default {
    margin-bottom: 10px;
    float: left;
    max-width: 245px;
    white-space: normal;
    text-align: left !important;
}

.alert-success .glyphicon-exclamation-sign:before {
    color: #20750e;
}

.alert-success {
    font-size: 14px;
    font-weight: bold;
    padding-left: 0px !important;
}

.glyphicon-exclamation-sign:before {
    color: #e40a0a;
    font-size: 12px;
    margin: 0px 10px;
}

.glyphicon-exclamation-sign {
    float: left;
}

.permissionDenied {
    padding-left: 20px;
    padding-top: 5px;
}

#unauthorized {
    padding-bottom: 10px;
    padding-top: 10px;
}

.overridemarginleft ul li:before {
    margin-left: 0px !important;
}

#lblNoResult {
    margin-top: 33px;
}

#loginFailure a {
    color: #036592;
}

    #loginFailure a:hover {
        color: #036592;
        text-decoration: underline;
    }

.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}



.p-name a {
    color: #036592;
    cursor: pointer;
}

    .p-name a:hover {
        color: #036592;
        text-decoration: underline;
    }

.w-name a {
    color: #036592;
    cursor: pointer;
}

    .w-name a:hover {
        color: #036592;
        text-decoration: underline;
    }

.loginBtmSection {
    /*Allignments*/
    border-color: #cdcbcc;
    border-style: none;
    border-width: 1px;
    border-radius: 3px;
    background-color: #f0eeef;
    padding: 10px;
    /*TypeSpace styles*/
    font-size: 120%;
    text-align: center;
    font-family: 'Open Sans';
    font-weight: bold;
    padding: 25px;
    padding-top: 25px;
    padding-top: 25px;
}

p.attribute-msg:before {
    font-family: 'Glyphicons Halflings';
    line-height: 1;
    margin: 10px 8px 0px 0px;
    display: inline-block;
    color: #e40a0a;
    font-size: 12px;
    content: "\e101";
}

p.cart-msg:before {
    font-family: 'Glyphicons Halflings';
    line-height: 1;
    margin: 10px 8px 0px 0px;
    display: inline-block;
    color: #e40a0a;
    font-size: 12px;
    content: "\e101";
}

.addedToCart {
    padding: 0px !important;
}

.italic {
    font-style: italic;
}

.selectMerchandiseMenu {
    color: #00568D !important;
    background-color: white !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

.form-group label.field-optional-text {
    font-size: 12px !important;
    font-family: 'Droid',sans-serif !important;
}

.thanksPageHeight {
    margin-top: 200px;
    margin-bottom: 200px;
}

#brands li label {
    cursor: pointer;
}

#brands {
    overflow: auto;
}

/* Charity Modal Popup CSS Start */
.charity-labels {
    margin-top: 12px;
    font-size: 14px !important;
    font-family: 'Droid',sans-serif !important;
    color: #525252;
}

.Due-Rule {
    margin-top: 12px;
    font-size: 14px !important;
    font-family: 'Droid',sans-serif !important;
    color: #00568D;
    font-weight: bold;
}

.modal-body select {
    height: 40px !important;
}

.modal-body input[type="text"] {
    height: 40px !important;
}

#charityModal .mar-botm {
    margin-bottom: 20px !important;
}

.routing-number {
    font-size: 14px !important;
    font-family: 'Droid',sans-serif !important;
    color: #525252;
    text-align: center;
}

#p2c-checking-message {
    text-align: center;
}

#p2c-savings-message {
    text-align: center;
}

#p2c-loan-message {
    text-align: center;
}

.modal-red-highlight {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #e4040a;
    text-align: center;
}
/* Charity Modal Popup CSS End */

/*-----------*/
#dynamic-modal-container {
    padding: 0 !important;
}

    #dynamic-modal-container .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

#dynamic-modal-container .modal {
    position: fixed;
    top: 5% !important;
}

#dynamic-modal-container .modal-dialog {
    width: auto;
    max-width: 430px;
    height: auto;
}

.inter-container {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
}

.inter-image {
    width: 70px;
    height: 70px;
    margin: 2% auto;
    background: url('../Images/interstitial1.png')left center;
}

.inter-loading {
    margin: 0px auto;
    margin-top: 50px;
    width: 105px;
    font-family: 'Lato';
    font-size: 26px;
    color: #525252;
}

.inter-message {
    margin: 0px auto;
    margin-top: 50px;
    max-width: 450px;
}

.btncenter {
    margin: 10px auto;
    display: block;
}
/*Cart Icon Link CSS*/
.cartText {
    margin-left: 5px;
    font-family: 'Droid',sans-serif;
    font-size: 14px;
}

.cart-icon-container {
    float: right;
    width: 100%;
    margin-top: 10px;
}
/*Cart Icon Link CSS*/

.margintopadjustment {
    margin-top: 16px;
}
/* merchandise filter for mobile */
#slider-range-mobile {
    background: #DBDBDB none repeat scroll 0 0;
    border: 0 none;
    height: 5px;
    margin-left: 10px;
}

.ui-slider-range-mobile.ui-widget-header.ui-corner-all {
    /* background: #ec5355 none repeat scroll 0 0 !important; */
    background: #00568D none repeat scroll 0 0 !important;
    border: medium none !important;
    height: 5px;
    margin-top: 0;
}

#search_price_mobile span {
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
    border-radius: 10px;
    background: #c85000;
    color: #fff;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
}

    #search_price_mobile span:hover {
        background: #AF3700;
    }

    #search_price_mobile span:focus {
        background: #E26A1A;
    }

.price_filter #search_price_mobile {
    /* border-top: 1px solid #dcdcdc; */
    border-bottom: 1px solid #dcdcdc;
    display: block;
    padding: 15px 0px 10px;
    text-align: right;
    border-radius: 6px;
    width: 100%;
}

.sidebar-category-list-mobile li input {
    display: none;
}

.sidebar-category-list-mobile {
    padding-bottom: 20px;
    max-height: 210px;
}

    .sidebar-category-list-mobile ul li {
        /* font-size: 12px; */
        line-height: 30px;
        /* text-transform: uppercase; */
    }

    .sidebar-category-list-mobile a {
        /* color:#525252; */
        color: #036592;
    }

        .sidebar-category-list-mobile a:hover {
            /* color:#525252; */
            color: #036592;
            text-decoration: underline;
        }

.cancelFilterMobile .fa {
    font-size: 12px !important;
    color: #e4040a !important;
    margin-right: 5px;
}

.cancelFilterMobile .label-default {
    margin-bottom: 10px;
    float: left;
    max-width: 245px;
    white-space: normal;
    text-align: left !important;
}

#brandsMobile li label {
    cursor: pointer;
}

#brandsMobile {
    overflow: auto;
}

.paddright {
    padding-right: 12px;
}
/* merchandise filter for mobile */
/* OfferDetail Popups */
.single-service .fa {
    display: block;
    font-size: 24px;
    color: #525252;
    text-align: right;
}

.offer-dialog {
    max-width: 70% !important;
}

.ngpp_currency {
    float: none;
    text-align: center;
    display: inline-block;
    color: #00568D;
}

.ngpp_amount {
    font-size: 32px;
    display: inline-block;
    float: left;
    margin-right: 8px;
}

.ngpp_final {
    float: left;
    text-align: left;
    max-width: 61px;
    font-size: 12px;
}

.ngpp_name {
    display: block;
    position: relative;
    top: 1px;
    font-size: 15px;
}

.ngpp_trail {
    display: block;
    position: relative;
    font-size: 14px;
}

.offer-det-text {
    text-align: justify;
}

.locationFieldCont {
    max-width: 201px;
    margin: 0px auto;
    text-align: center;
}

#Offer-search {
    height: 40px;
    line-height: 36px;
    display: block;
}

    #Offer-search input {
        background: #ffffff;
        border: 1px solid #cdcbcc;
        border-radius: 2px;
        color: #525252;
        font-size: 15px;
        height: 40px;
        line-height: 36px;
        outline: medium none;
        padding: 0 10px;
        width: 50%;
    }

    #Offer-search .submit {
        background: #545454;
        border-bottom-right-radius: 2px;
        border-top-right-radius: 2px;
        color: white;
        float: right;
        font-size: 16px;
        line-height: 40px;
        text-align: center;
        width: 50%;
        cursor: pointer;
    }

#offerModal .modal-footer, #offerModal2 .modal-footer {
    text-align: left;
}

    #offerModal .modal-footer .btn, #offerModal2 .modal-footer .btn {
        background: white;
        color: #525252;
        border: 1px solid #cdcbcc;
    }

.offerPopupAddress {
    padding: 10px;
    max-width: 500px;
    margin: 0px auto;
}

.NextPrevbtncont .btn {
    background: white;
    color: #00568D;
    border: 1px solid #cdcbcc;
    border-radius: 25px;
}

/* .dropdown .fa { transform: scale(1.55,1); }  */
/* Tile Points CSS */
.mall-detail .ngpp_currency {
    float: none;
    text-align: center;
    display: inline-block;
    color: #00568D;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.mall-detail .ngpp_amount {
    font-size: 60px;
    display: inline-block;
    float: left;
    line-height: 1;
    margin-right: 8px;
}

.mall-detail .ngpp_final {
    float: left;
    text-align: left;
    max-width: 100px;
    font-size: 22px;
    line-height: 1;
    padding-top: 7px
}

.mall-detail {
    padding-bottom: 8px !important;
}

.offer-type {
    font-size: 12px;
    text-align: center;
    height: auto;
    margin-bottom: 12px !important;
}


.viewOfferDrp {
    background: #f0eeef none repeat scroll 0 0;
    border: 0px solid #eeeeee;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.35);
    position: absolute;
    right: 8px;
    left: auto;
    text-align: left;
    top: 25px;
    transform: rotateX(90deg);
    transform-origin: center top 0;
    transition: all 0.1s ease 0s;
    z-index: 2222;
    border-radius: 2px;
    margin-top: 4px;
    transform: rotateX(0deg);
    visibility: visible;
    z-index: 99999;
}

    .viewOfferDrp .cart-product-info a {
        width: 100%;
        padding: 3px 20px;
    }

.AfsMerchandCont {
    padding-left: 13px;
    padding-right: 13px;
    text-align: center;
    height: 57px;
}

    .AfsMerchandCont img {
        height: 50px;
        width: 90px;
        margin: 0px;
    }

.viewOfferDrp-icon {
    font-size: 20px;
    color: #525252;
}

.viewOfferDrp-iconCont {
    position: absolute;
    top: 9px;
    right: 9px;
}

.earn-tiles .mall {
    padding-top: 16px;
    display: inline-block;
    padding-right: 5%;
    padding-left: 5%;
    min-width: 200px;
    max-width: 230px;
    position: relative;
}

.offerPopupAddress .list-group-item {
    border: 1px solid #ddd;
    border-right-width: 0px;
    border-left-width: 0px;
    border-radius: 0px;
}

.offerPopupAddress .alert-warning {
    border: none !important;
    color: #6c4a00;
    font-size: 18px;
}

.max-400 {
    max-width: 400px;
}

.viewOfferDrp-iconCont.open .fa-angle-down {
    transform: rotate(180deg);
    display: inline-block;
    position: relative;
}

.viewOfferDrp-iconCont .dropdown-toggle  {
     padding:  0px !important;
}

a.viewOfferDrp {
    cursor: pointer;
}

.offerPopupAddress .badge {
    margin-right: 5px;
}

.mall-btn .btn {
    min-width: 120px;
    border-radius: 22px !important;
}
/*ChangePassword Textfields CSS*/
#changepwd2 .txt-nopad {
    width: 350px;
}
/*ChangePassword Textfields CSS End*/

.btnpad {
    padding-top: 1px !important;
}
/*Redemption tile CSS*/
.redemptionTileRed {
    background: none;
    border: none;
}

#previousstep {
    margin-right: 10px !important;
}

#timeOutPopUpWarningSign {
    text-align: center;
}

    #timeOutPopUpWarningSign span {
        font-size: 100px;
        text-align: center;
    }

.redLine {
    background-color: #e40a0a;
}

#CountDownHolder {
    font-weight: bold;
    color: #00568D;
}

#sessionPopupSign {
    height: 100px;
}

.cart-main-area .cart-table table td.p-userPoints {
    width: 130px;
}

.cart-table table td.p-userPoints {
    min-width: 120px;
    text-align: left;
    margin-right: 10px;
}
/**   TOOL TIP */

.tooltipSticker {
    cursor: pointer;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

    .tooltipSticker span {
        visibility: hidden;
        width: 250px;
        background-color: #f0eeef;
        color: #525252;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: 110%;
        padding: 20px;
        left: 0px;
    }

    .tooltipSticker:hover span {
        visibility: visible;
    }

    .tooltipSticker:hover em {
        font-weight: bold;
        display: block;
    }

.classic {
    padding: 20px;
    color: #525252;
    background: #f0eeef;
    font-size: 15px;
    text-align: justify;
}

.toolTipHeading {
    padding-bottom: 20px;
    text-align: left;
}

.toolTipPadding {
    padding-top: 10px;
}

.tooltipSticker span:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 10%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #f0eeef transparent;
}

.textAlignCenter {
    text-align: center !important;
}

.M-Searchbox3 {
    margin: 0px 20%;
}
/*Brand Store**/


.AfsMerchandContnew {
    display: flex;
    height: 200px;
}

    .AfsMerchandContnew img {
        height: 100%;
        margin: auto;
        width: 100%;
    }

.customTile {
    padding-right: 10px;
    padding-left: 10px;
    width: 50%;
    float: left;
    /*
    padding-top:10px;
    padding-bottom:10px;
*/
}

    .customTile .thumbnail {
        padding: 0px;
    }

.Merchandise-banner img {
    width: 100%;
    max-height: 356px !important;
    border-radius: 10px;
}

.amazon-banner img {
    width: 100%;
    max-height: 356px !important;
    border-radius: 10px;
    object-fit: cover;
}

.PrimaryLogo {
    max-height: 55px !important;
    max-width: 100%;
}

.SecondaryLogo {
    max-height: 33px !important;
    max-width: 100%;
}

.registerImage {
    width: 192px;
    margin: 0px auto;
}

img.registerUserImage {
    max-width: 100%;
    height: auto;
}

img#imgLoginBanner {
    width: 100%;
    max-height: 278px;
    opacity: 0.5;
}

.imgLoginBanner {
    width: 100%;
    max-height: 278px;
    opacity: 0.5;
}

img.LoginLogo.img-responsive {
    max-height: 55px !important;
    max-width: 100%;
}

.input-disabled {
    background-color: #C0C0C0;
    border: 1px solid #ABADB3;
    padding: 2px 1px;
}

.banner-button-container {
    display: flex;
    justify-content: center;
    /* background: linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.4)),url(http://localhost:2400/pscu/Assets/Images/slider-02.jpg); */
    height: 100%;
    width: 100%;
    flex-wrap: wrap;
}

.banner-btn-circle {
    width: 150px;
    height: 150px;
    padding: 6px 0;
    border-radius: 100px;
    margin: 45px;
    color: white !important;
    text-align: center;
    line-height: 144px;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Open Sans';
    border: none;
    text-transform: uppercase !important;
}

    .banner-btn-circle:hover, .banner-btn-circle:active {
        color: #fff !important;
    }


.banner-welcome-message {
    font-size: 320%;
    text-align: center;
    font-family: 'Open Sans';
    font-weight: bold;
}

.Widget-label-one {
    font-size: 320%;
    text-align: center;
    font-family: 'Open Sans';
    font-weight: lighter;
}

.Widget-action-title-one {
    font-family: 'Open Sans';
    font-weight: bold;
    text-align: center;
    display: block;
}

.banner-background {
}

.mainmenu-area {
    border-bottom: 0px;
}

.rounded-corner {
    border-radius: 10px;
}

.wellcomepage-body {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.wellcomepage-body-left {
    margin: auto;
}

.pscu-button {
    border-radius: 6px;
    width: 150px;
}
/*Welcom page bonus offers*/
.bonus {
    text-align: center;
}

/*Welcome page search*/
.earn-search-box {
    width: 85%;
}

.earn-search {
    margin-bottom: 20px;
}

    .earn-search .col-xs-12 {
        padding: 0 8px;
    }

.earn-search-form {
    display: flex;
    justify-content: center;
}

.earn-search-box .earn-description {
    font-size: 18px;
}

#earn-search-textbox-title {
    color: black;
}

.earn-search-textbox {
    border-radius: 22px !important;
    border-color: #959595 !important;
    border-width: 2px !important;
    height: 40px !important;
    font-size: 16px !important;
    padding: 0 20px !important;
    font-family: 'Open Sans';
    text-align: left;
}

    .earn-search-textbox .caret {
        float: right !important;
        margin-top: 8px;
        margin-left: 8px;
        display: inline-block !important;
    }

.earn-search-mallbtn {
    height: 16px;
    width: 20px !important;
    margin-right: 10px !important;
}

.earn-search-btn {
    border-radius: 22px;
    margin-left: 10px;
}

.earn-search .form-group {
    margin-bottom: 0;
}

/*end of Welcome page search*/

/* Welcome page promotionSlider */

#promotionSlider + .nivo-controlNav > .nivo-control {
    background-color: #bbb;
    color: #bbb;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
    padding: 0;
    font-size: 0;
}

    #promotionSlider + .nivo-controlNav > .nivo-control.active {
        background-color: black;
        color: black;
        text-align: center;
    }

#promotionSlider-wraper {
    /*height: 450px;*/
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

#promotionSlider, #promotionSlider + .nivo-controlNav, #promotionSlider-action {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
}

    #promotionSlider + .nivo-controlNav, #promotionSlider-action {
        z-index: 99;
    }

    #promotionSlider + .nivo-controlNav {
        align-self: flex-end
    }

    #promotionSlider-action .mall-btn {
        margin: 25px;
    }

#promotionSlider-action {
    align-self: center;
    margin-bottom: 50px;
}
/* end of welcome page promotionSlider */
.Earn-Bonus-Tiles .landing-tiles-head {
    font-family: "Open Sans",sans-serif;
    font-size: 40px;
    font-weight: normal;
}

.btn-branded {
    font-family: "Open Sans",sans-serif;
    color: white !important;
    height: 40px;
    font-size: 16px;
    display: inline-block;
    min-width: 100px
}

.btn-roundedLarge {
    border-radius: 22px;
}

/*Multi column drop down*/
.dropdown-menu.multi-column {
    min-width: 300px;
}

.dropdown-menu.columns-2 {
    min-width: 600px;
}

.dropdown-menu.columns-3 {
    min-width: 900px;
}

.dropdown-menu.multi-column li a {
    padding: 5px 15px;
    font-weight: 300;
}

.multi-column-dropdown {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .multi-column-dropdown li a {
        display: block;
        clear: both;
        line-height: 1.428571429;
        color: #333;
        white-space: normal;
    }

        .multi-column-dropdown li a:hover {
            text-decoration: none;
            color: #262626;
            background-color: #999;
        }

@media (max-width: 767px) {
    .dropdown-menu.multi-column {
        min-width: 340px !important;
        overflow-x: hidden;
    }
}

/*End multi column drop down*/
.rounded_link {
    font-family: "Open Sans",sans-serif;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    border-radius: 22px;
    display: block;
    margin: 10px 0 10px 0;
    color: black;
}

.registration-form {
    display: flex;
    justify-content: center;
}

/* Registration page */
#lblRegPersonal, #lblSetPwd, #lblSecurityQ,
#accountRegistration, #cancelAccountRegistration,
#lblHeadingRegistration, #lblRegInstructions,
.Login-section, .account-registration-notes,
.registration-buttons, #updateProfile, #lblSecurityQuestionsHeading {
    font-family: 'Open Sans' !important;
}

.registration-form-tab-title {
    font-family: 'Open Sans' !important;
    font-weight: bold !important;
}

.register-buttons > button, #updateProfile, .button-rounded {
    border-radius: 6px !important;
}

.white-edge-border {
    border-radius: 50% !important;
    display: inline-block;
    background: #fff !important;
    font-weight: bold;
    padding: 2px;
}

.check-tab-title {
    padding: 5px 30px !important;
}


.update-profile-title-bar {
    font-family: Open Sans;
    font-weight: bold;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.info-edit-labels, .info-lasttab-text {
    font-family: 'Open Sans' !important;
}

.update-profile-instruction {
    font-family: 'Open Sans';
}

#cbNoCuEmail, #cbNoEarnPtsEmail {
    font-family: 'Open Sans' !important;
}

.preference-checkbox > label {
    font-family: 'Open Sans' !important;
}

/* End of Registration pages styling*/

/*my account page labels and values styling*/

#lblFName, #lblFnameValue, #lblLName, #lblLNambeValue,
#lblLineOne, #lblLineOneValue, #lblLineTwo, #lblLineTwoValue,
#lblCity, #lblCityValue, #lblState, #lblStateValue,
#lblPostalCode, #lblPostlCodeValue, #lblCountry, #lblCountryValue,
#govtId, #govtIdText, #email, #emailText,
#phone, #phoneText {
    font-family: 'Open Sans' !important;
}

#accountEditPromptBottom, #myAccountTitle,
#myAccountSectionTitle {
    font-family: 'Open Sans' !important;
}

#myInformation > a, #pointSummary > a, #earnSummary > a, #changePass > a {
    font-family: 'Open Sans' !important;
}
/**/

/* Change Password Page */
#lblOldPassword, #lblNewPassword, #lblConfirmPassword,
#user1, #user2, #user3, #user4, #user5, #user6,
#user7, #user8, #user9, #user10 {
    font-family: 'Open Sans' !important;
}


#lblOldPassword, #lblNewPassword, #lblConfirmPassword {
    text-align: right;
    margin-right: 45px;
}
/**/

/*Earn Summary Page styles*/
#pointsummary2 label {
    font-family: 'Open Sans' !important;
}

.info-wishlist-table h3 {
    font-family: 'Open Sans' !important;
}
/**/

/*More Page Styling*/
#more-banner-backgournd {
    height: 250px;
}

#more-banner-message {
    font-size: 320%;
    text-align: center;
    font-family: 'Open Sans';
    font-weight: bold;
    line-height: 250px;
}

.more-item-container {
    margin-top: 1%;
    margin-bottom: 3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.more-item {
    display: flex;
    flex-direction: column;
    margin-top: 35px;
    margin-right: 2%;
    width: 241.69px;
    height: 210px;
}

.more-page-button {
    font-size: 13px;
    text-align: center;
    color: white;
    width: 90%;
    margin-top: -6%;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    border-radius: 16px;
    text-transform: uppercase;
}

.more-image-item {
    height: 210px;
    border-radius: 10px;
    border-width: 2px;
    border-color: #959595;
    border-style: solid;
    width: 100%;
}

#more-page-loader {
    display: flex;
    justify-content: center;
    margin-top: 3%;
}
/**/

.right-aligned-button-container {
    text-align: right;
}

.float-right {
    float: right;
}

#forgotpwd {
    margin-left: 8px;
}

#PointTransactionsSearchIcon {
    border-radius: 0 6px 6px 0;
}

.changePasswordButtons {
    margin-left: 190px;
}

.customBtnDisabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}


/**/

.Shippingbtns button {
    border-radius: 6px;
}

.head-with-rightradius {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.head-with-leftradius {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.advanced-search input {
    font-size: 14px !important;
}

.first-tile .single-service {
    float: right;
    margin-right: 10px;
}

.second-tile .single-service {
    float: left;
    margin-left: 10px;
}

.earn-search-form {
    max-width: 420px;
    margin: auto;
}

.panel {
    border: none;
}

.panel-heading {
    border: none !important;
    background: none !important;
}

    .panel-heading a {
        border: 1PX solid #f0eeef;
        background-color: #f0eeef;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

        .panel-heading a.collapsed {
            border-bottom-left-radius: 6px;
            border-bottom-right-radius: 6px;
        }

.panel-body {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 1px solid #ddd;
}

#lblProgressDisp {
    text-align: right;
}

.progressbar .list-remove {
    margin-right: 15px;
}

.align-self-start {
    align-self: start;
}

.align-self-center {
    align-self: center;
}

.align-self-end {
    align-self: end;
}

#p2x-banner-title {
    font-size: 220%;
    text-align: center;
    font-family: 'Open Sans';
    font-weight: 600;
    color: white;
}

#p2x-banner-description {
    font-size: 150%;
    text-align: center;
    font-family: 'Open Sans';
    color: white;
    padding-right: 10%;
    padding-left: 10%;
    margin-top: 1%;
}

#p2x-banner-texts {
    padding: 2% 0 2% 0;
}

.p2x-body {
    /*max-width: 450px;*/
    margin: 40px auto;
}

.p2x-box {
    background-color: #EDEDED;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 450px !important;
}

.btn-p2x {
    border-radius: 22px;
    margin: 0 auto;
    display: block;
    margin-top: 2%;
}

.p2x-d2c input[type="radio"] {
    display: inline-block !important;
}

.p2x-d2c .account-type-images {
    margin: 20px 0;
}

    .p2x-d2c .account-type-images img {
        width: 100%;
    }

#calculator {
    margin-top: 2%;
    padding: 2%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: black;
}

#calculator-title {
    font-family: 'Open Sans';
    text-align: center;
    font-weight: bold;
}

#calculator-point-value, #calculator-cash-value {
    font-weight: bold;
}

#calculator-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin-top: 3%;
}

    #calculator-form div {
        padding: 0 2%;
        font-size: 20px;
    }

#p2x-calculator-error-messages {
    padding-left: 4%;
}

.calculator-input {
    border-radius: 20px;
    max-width: 125px;
    height: 40px;
    text-align: right;
    display: inline-block;
}

.p2x-p2c, .p2x-summary-heading {
    padding-top: 2%;
    font-size: 15px;
    color: black;
}

.p2x-summary-button-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    max-width: 450px !important;
    margin-right: auto;
    margin-left: auto;
}

    .p2x-summary-button-container button {
        margin: 2%;
    }

.check-no-location {
    margin-bottom: 15px;
}

.p2x-input {
    border-radius: 22px;
}

#calculator-point-value, #calculator-cash-value {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 5px;
}

.p2x-summary {
    text-align: center;
}

.text-underline {
    text-decoration: underline;
}

.p2x-summary-large {
    font-weight: bold;
    font-size: 24px;
}

    .p2x-summary-large .text-underline {
        margin-bottom: 10px;
    }

.p2x-summary-medium {
    font-size: 14px;
    padding: 5px;
    font-weight: bold;
}

.p2x-summary-small {
    font-size: 12px;
    padding: 5px;
}

#p2x-calculator-info {
    text-align: center;
    font-size: 10px;
    font-style: italic;
    color: gray;
    padding-left: 2%;
}

.p2x-validation-summary ul li {
    color: red;
    list-style: none;
    cursor: unset;
    font-size: 12px;
    margin-bottom: 10px;
}

.p2x-box-error {
    padding: 0px 20px;
    margin-top: 10px;
}

    .p2x-box-error ul li {
        color: red;
        list-style: disc;
        cursor: unset;
        font-size: 12px;
        padding-bottom: 10px;
    }

.p2x-success {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
}

.p2x-success-item {
    flex: 40%;
    margin: 2%;
    margin-bottom: 25px;
}

.p2x-success-item-property {
    font-weight: bold;
    font-size: 13px;
}

.p2x-success-item-value {
    font-weight: 100;
    font-size: 11px;
}

.p2x-success-heading {
    text-align: center;
    font-weight: bold;
    margin-bottom: 2%;
}

#account-type-image-modal .modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
}


.p2x-ineligibility-message {
    text-align: center;
    color: red;
}

.rewards-text-branding {
    font-style: italic !important;
    font-family: 'Open Sans', sans-serif;
}

.cu-text-branding {
    font-family: 'Open Sans', sans-serif;
}

.banner-welcome-message, .Login-Header-message h1,
.banner-btn-circle, #more-banner-message,
#p2x-banner-title, #p2x-banner-description {
    font-family: 'Open Sans', sans-serif !important;
}

#pro-det-btn .btn-cart {
    margin-top: 10px;
}

#p2x-banner-title, banner-title {
    font-size: 220%;
    text-align: center;
    font-family: 'filson-soft';
    font-weight: 600;
    color: white;
}

#p2x-banner-description, banner-description {
    font-size: 150%;
    text-align: center;
    font-family: 'filson-soft';
    color: white;
    padding-right: 10%;
    padding-left: 10%;
    margin-top: 1%;
}

#p2x-banner-texts {
    padding: 2% 0 2% 0;
}

.p2x-body {
    /*max-width: 450px;*/
    margin: 40px auto;
}

.p2x-box {
    background-color: #EDEDED;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 450px !important;
}

.btn-p2x {
    border-radius: 22px;
    margin: 0 auto;
    display: block;
    margin-top: 2%;
}

.p2x-d2c input[type="radio"] {
    display: inline-block !important;
}

.p2x-d2c .account-type-images {
    margin: 20px 0;
}

    .p2x-d2c .account-type-images img {
        width: 100%;
    }

#calculator {
    margin-top: 2%;
    padding: 2%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: black;
}

#calculator-title {
    font-family: 'filson-soft';
    text-align: center;
    font-weight: bold;
}

#calculator-point-value, #calculator-cash-value {
    font-weight: bold;
}

#calculator-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin-top: 3%;
}

    #calculator-form div {
        padding: 0 2%;
        font-size: 20px;
    }

#p2x-calculator-error-messages {
    padding-left: 4%;
}

.calculator-input {
    border-radius: 20px;
    max-width: 125px;
    height: 40px;
    text-align: right;
    display: inline-block;
}

.p2x-p2c, .p2x-summary-heading {
    padding-top: 2%;
    font-size: 15px;
    color: black;
}

.p2x-summary-button-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    max-width: 450px !important;
    margin-right: auto;
    margin-left: auto;
}

    .p2x-summary-button-container button {
        margin: 2%;
    }

.check-no-location {
    margin-bottom: 15px;
}

.p2x-input {
    border-radius: 22px;
}

#calculator-point-value, #calculator-cash-value {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 5px;
}

.p2x-summary {
    text-align: center;
}

.text-underline {
    text-decoration: underline;
}

.p2x-summary-large {
    font-weight: bold;
    font-size: 24px;
}

    .p2x-summary-large .text-underline {
        margin-bottom: 10px;
    }

.p2x-summary-medium {
    font-size: 14px;
    padding: 5px;
    font-weight: bold;
}

.p2x-summary-small {
    font-size: 12px;
    padding: 5px;
}

#p2x-calculator-info {
    text-align: center;
    font-size: 10px;
    font-style: italic;
    color: gray;
    padding-left: 2%;
}

.p2x-validation-summary ul li {
    color: red;
    list-style: none;
    cursor: unset;
    font-size: 12px;
    margin-bottom: 10px;
}

.p2x-box-error {
    padding: 0px 20px;
    margin-top: 10px;
}

    .p2x-box-error ul li {
        color: red;
        list-style: disc;
        cursor: unset;
        font-size: 12px;
        padding-bottom: 10px;
    }

.p2x-success {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
}

.p2x-success-item {
    flex: 40%;
    margin: 2%;
    margin-bottom: 25px;
}

.p2x-success-item-property {
    font-weight: bold;
    font-size: 13px;
}

.p2x-success-item-value {
    font-weight: 100;
    font-size: 11px;
}

.p2x-success-heading {
    text-align: center;
    font-weight: bold;
    margin-bottom: 2%;
}

#account-type-image-modal .modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
}


.p2x-ineligibility-message {
    text-align: center;
    color: red;
}

.viewOfferDetails {
    cursor: pointer;
}

.banner-welcome-message, .Login-Header-message h1,
.banner-btn-circle, #more-banner-message,
#p2x-banner-title, #p2x-banner-description {
    font-family: sans-serif !important;
}

/*Amazon*/
.amazon-body a:hover, .amazon-result-item .product-title:hover, .amazon-key-word {
    color: #C7511F;
}

.amazon-logo img {
    max-height: 40px;
    max-width: 130px;
}

.amazon-home-banner-texts {
    padding: 6% 0 2% 0;
}

.amazon-home-banner-title {
    font-size: 380%;
    text-align: center;
    font-family: 'filson-soft';
    font-weight: 600;
}

.amazon-home-banner-description {
    font-size: 320%;
    text-align: center;
    font-family: 'filson-soft';
    font-weight: bold;
    padding-right: 10%;
    padding-left: 10%;
    margin-top: 1%;
}


.amazon-search-form {
    margin: 10px 0 10px 0;
    display: block;
}

.amazon-search-control {
    display: flex;
    flex-wrap: nowrap;
    margin: auto;
}

    .amazon-search-control .amazon-search-control-category {
        border-top-left-radius: 22px;
        border-bottom-left-radius: 22px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        padding: 0 10px;
        color: white;
        width: 64px;
    }

.amazon-search-control-category option {
    color: black;
    background-color: white;
}

.amazon-search-control-input,
.amazon-search-control-input:focus,
.amazon-search-control-input:hover,
.amazon-search-control-input:active {
    height: 41px;
    border: 2px solid #ccc !important;
    border-right: none !important;
    border-left: none !important;
    border-radius: 0;
}

.amazon-search-control-btn,
.amazon-search-control-btn:focus,
.amazon-search-control-btn:hover {
    border-radius: 0;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    border-left: none;
    color: white !important;
}

.amazon-header {
    border-top: #BCBCBC solid 1.5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.amazon-header-nav {
    color: black;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 10px;
}

.amazon-header-nav-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.amazon-header-nav .amazon-header-nav-icon,
.amazon-header-nav-toggler {
    display: none;
}

.amazon-header-nav-heading {
    display: inline-block;
    font-family: 'filson-soft', sans-serif;
    font-weight: bold;
    font-size: 25px;
    padding-right: 10px;
}

.amazon-header-nav ul {
    display: inline-block;
}

    .amazon-header-nav ul li {
        display: inline-block;
        margin-right: 10px;
        font-family: 'Droid',sans-serif !important;
    }

        .amazon-header-nav ul li a {
            color: #6B6B6B;
        }

.amazon-header-nav .selected {
    font-weight: bold;
}

.amazon-header-nav-toggler {
    padding: 5px 5px;
    font-size: 14px;
    background-color: #f0eeef;
}


.amazon-search-top-bar, .amazon-result-pagination, .amazon-search-no-result {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-top: 1.5px solid #DBDBDB;
    border-bottom: 1.5px solid #DBDBDB;
    align-content: center;
    padding: 5px 0;
    box-shadow: 1px 4px 15px -4px rgb(0 0 0 / 5%);
}

.amazon-search-result {
    display: grid;
    grid-template-columns: 1fr 4fr;
}

    .amazon-search-result input[type=checkbox] {
        display: inline-block !important;
        margin-top: 0;
        position: relative;
        margin-left: 0px;
    }

    .amazon-search-result .amazon-refinment {
        border-right: 1.5px solid #D0D3D4;
        padding: 10px;
        color: black;
    }

        .amazon-search-result .amazon-refinment .heading {
            cursor: text;
            font-family: 'Droid',sans-serif !important;
            font-size: 16px;
            font-weight: bold;
        }

.amazon-result-list {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 5px 5px 5px;
}

    .amazon-result-list .amazon-result-item:nth-child(n+5) {
        margin-top: 20px;
    }

.amazon-result-item {
    display: flex;
    width: 25%;
    padding: 0 10px 0 0;
}

.amazon-result-item-content .img-wrapper {
    height: 150px;
}

.amazon-result-item-content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.amazon-result-item-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-bottom: 1.5px solid #E4E4E4;
    padding-left: 10px;
}

    .amazon-result-item-content .product-title {
        flex: 1 0 auto;
        color: #0F1111;
        font-size: 14px;
        font-family: 'Droid',sans-serif !important;
        padding-top: 10px;
    }

    .amazon-result-item-content p {
        padding-top: 20px;
        color: black;
        font-weight: bold;
    }

.amazon-result-pagination {
    margin-left: 5px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    padding: 10px 0;
    margin-top: 20px;
}

    .amazon-result-pagination ul {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

        .amazon-result-pagination ul li {
            margin-right: 4px;
            text-align: center;
            cursor: default;
        }

            .amazon-result-pagination ul li a {
                color: black;
                padding: 8px 12px 7px 13px;
                background: linear-gradient(to bottom,#f7f8fa,#e7e9ec);
                border: 1px solid #6c6e73;
                border-color: #adb1b8 #a2a6ac #8d9096;
                box-shadow: 0 1px 0 rgb(255 255 255 / 60%) inset;
                border-radius: 3px;
                line-height: 1;
            }

                .amazon-result-pagination ul li a:hover {
                    background: linear-gradient(to bottom,#e7eaf0,#d9dce1);
                    border-color: #0F1111;
                }

    .amazon-result-pagination .disabled {
        cursor: text;
        padding: 8px 8px 7px 8px;
    }

    .amazon-result-pagination .selected a {
        font-weight: 700;
        background-color: #fff;
        background-image: none;
        color: #c45500;
        border-color: #e77600;
    }

.amazon-refinment {
    font-family: 'Droid',sans-serif !important;
}

.amazon-refinment-type {
    margin-bottom: 20px;
}

.amazon-refinment-title {
    font-size: 14px;
    font-weight: bold;
}

.amazon-refinment-value {
    display: flex;
    flex-wrap: nowrap;
    padding: 3px 0 3px 0;
}

    .amazon-refinment-value input[type=checkbox] {
        margin-right: 3px;
        cursor: pointer;
    }

    .amazon-refinment-value a {
        color: #0F1111;
        font-size: 13px;
        margin-left: 5px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

        .amazon-refinment-value a:hover {
            text-decoration: none;
        }

    .amazon-refinment-value .amazon-refinment-selected {
        width: 100%;
        cursor: text;
        font-size: 13px;
        font-weight: bold;
    }

    .amazon-refinment-value .glyphicon {
        font-size: 12px;
    }

.amazon-search-no-result h3 {
    text-align: center;
    width: 100%;
}

.rewards-text-branding {
    font-style: italic !important;
    font-family: 'Open Sans', sans-serif;
}

.cu-text-branding {
    font-family: 'Open Sans', sans-serif;
}

.cartItem-Characteristics {
    display: inline-block;
}
/*amazon shopping cart page styles*/
.amazon-cart-item-container {
    display: flex;
    flex-direction: row;
    border-top: #ccc 1px solid;
    margin-top: 10px;
    padding: 1%;
    flex-wrap: wrap;
}

.amazon-cart-item-image {
    flex: 1;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center;
    height: inherit;
    margin-right: 4%;
    width: 129px;
}

    .amazon-cart-item-image img {
        height: inherit;
    }

.amazon-cart-item-info {
    flex: 4;
    min-width: 300px;
}

.amazon-cart-item-point {
    flex: 1;
    display: flex;
    justify-content: end;
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
    color: #b3160b;
}

.amazon-cart-item-image img {
    max-width: 150px;
}

.amazon-cart-item-info-title {
    font-size: 14px;
    margin: 0;
    font-weight: bold;
}

.amazon-item-detail-container {
    margin-top: 10px;
}

    .amazon-item-detail-container p {
        font-size: 14px;
        margin: 0px;
    }

.amazon-cart {
    display: flex;
    flex-wrap: wrap;
}

.amazon-cart-container {
    flex: 4;
}

.amazon-cart-summary {
    flex: 1;
}

.amazon-cart-container, .amazon-cart-summary {
    border: #ccc 1px solid;
    border-radius: 10px;
    padding: 2%;
    margin: 1%;
}

.amazon-cart-summary {
    max-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .amazon-cart-summary p {
        font-size: 14px;
    }

.amazon-cart-summary-point {
    font-weight: bold !important;
    color: #b3160b;
}

.amazon-checkout-summary-point {
    font-weight: bold !important;
}

.amazon-checkout-btn,
.amazon-standard-btn {
    background: #fed813;
    border-radius: 15px;
    font-size: 14px;
    width: 100%;
}

.amazon-standard-btn-light {
    background: #fed813;
    border-radius: 15px;
    font-size: 14px;
}

/**/

.amazon-item-detail-container {
    font-size: 10px;
    line-height: 1.5;
    width: 100%;
}

    .amazon-item-detail-container p.collapse[aria-expanded="false"] {
        display: block;
        height: 3rem !important;
        overflow: hidden;
    }

    .amazon-item-detail-container p.collapse.show[aria-expanded="false"] {
        height: 3rem !important;
    }

    .amazon-item-detail-container a.collapsed:after {
        content: '+ Show More';
    }

    .amazon-item-detail-container a:not(.collapsed):after {
        content: '- Show Less';
    }

    .amazon-item-detail-container p {
        font-size: 10px;
    }

.amazon-cart-info-action-items {
    display: flex;
    align-items: end;
    margin-top: 15px;
}

.amazon-quantity-select-wrap {
    border: 1px solid #ebebeb;
    border-radius: 6px;
    background-color: #ebebeb;
    padding-left: 5px;
    width: fit-content;
}

    .amazon-quantity-select-wrap label {
        font-size: 12px;
    }

    .amazon-quantity-select-wrap select {
        background-color: #ebebeb;
        border-radius: 6px;
        border-color: #ebebeb;
        cursor: pointer;
    }

.amazon-cart-info-action-items * {
    margin-right: 10px;
}

.amazon-cart-delete {
    font-size: 12px;
    cursor: pointer;
}

.amazon-cart-subtotal {
    display: flex;
    justify-content: end;
    border-top: #ccc 1px solid;
    margin-top: 10px;
    padding-top: 10px;
}
/**/

.amazon-refinment-toggler {
    color: #007185;
    margin: 5px 0;
}

    .amazon-refinment-toggler .glyphicon {
        font-size: 10px;
        color: black;
    }

.amazon-refinment-toggler-more, .amazon-refinment-toggler-less {
    margin-top: 5px;
    font-size: 13px;
}

.amazon-small-padding {
    padding-left: 15px;
}

.amazon-refinment-history-ul .amazon-refinment-value {
    font-size: 13px;
}

.amazon-search-top-bar-mobile {
    border-bottom: 1.5px solid #DBDBDB;
    box-shadow: 1px 4px 15px -4px rgb(0 0 0 / 5%);
    display: none;
    text-align: right;
}

    .amazon-search-top-bar-mobile .filter-btn {
        font-size: 15px;
    }

        .amazon-search-top-bar-mobile .filter-btn:focus,
        .amazon-search-top-bar-mobile .filter-btn:hover {
            text-decoration: none !important;
        }

    .amazon-search-top-bar-mobile .glyphicon {
        font-size: 14px;
    }

.amazon-mobile-breadcrumb-divisor {
    display: none;
}

#amazon-filter-modal .amazon-refinment {
    display: block;
}

#amazon-filter-modal .amazon-refinmen-ul .amazon-refinment-value {
    margin-bottom: 8px;
    margin-right: 4px;
    background-color: #f4f4f4;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
}

#amazon-filter-modal .amazon-refinment-value a {
    margin-left: 0;
}

#amazon-filter-modal .amazon-refinment-link input[type=checkbox] {
    display: none;
}

#amazon-filter-modal .amazon-refinment-value-selected {
    background-color: #e7f4f5 !important;
    color: #007185 !important;
    border: #c7e4e8 1px solid;
}

    #amazon-filter-modal .amazon-refinment-value-selected a {
        color: #007185 !important;
    }

#amazon-filter-modal .amazon-small-padding {
    padding-left: 0 !important;
}

#amazon-filter-modal .amazon-refinment-history-ul {
    margin-bottom: 16px;
}

    #amazon-filter-modal .amazon-refinment-history-ul .amazon-refinment-value {
        display: inline-block;
    }

        #amazon-filter-modal .amazon-refinment-history-ul .amazon-refinment-value .glyphicon-chevron-left {
            display: none;
        }

        #amazon-filter-modal .amazon-refinment-history-ul .amazon-refinment-value a {
            color: #007185;
        }

#amazon-filter-modal .btn-close {
    padding-right: 0;
    font-size: 16px;
}

#amazon-filter-modal .modal-content {
    height: fit-content;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
}

#amazon-filter-modal .modal-header {
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    background-color: white;
    border-bottom: 1.5px solid #DBDBDB;
    box-shadow: 1px 4px 15px -4px rgb(0 0 0 / 5%);
}

#amazon-filter-modal .modal-dialog {
    padding: 0;
    display: flex;
    align-items: flex-end;
    height: 100%;
    margin: 0 auto;
}

#amazon-filter-modal .modal-body {
    height: 60vh;
    overflow-y: scroll;
}

#amazon-filter-modal .modal-footer {
    text-align: left;
    padding: 10px;
}

#amazon-filter-modal .btn-numberof-pages {
    background-color: #007185;
    border-color: #007185;
    color: white;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.modal-pre-body {
    position: relative;
}

.spinner-wrapper {
    position: relative;
}

.spinner:before {
    z-index: 2;
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
    border: 1px solid #ccc;
    border-top-color: #07d;
    animation: spinner .6s linear infinite;
}

.spinner:after {
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255,255,255,.87)
}

.select-auto-width {
    display: none;
    visibility: hidden;
}

.amazon-cart-link {
    margin-left: 20px;
}

    .amazon-cart-link span {
        color: #D97C02;
    }

#amazon-cart-image {
    width: 30px;
}

.amazon-product-top-bar {
    border-top: 1.5px solid #DBDBDB;
    padding-top: 10px;
}

.product-not-found {
    margin-top: 25px;
}

.amazon-product-title {
}

.amazon-product-price-wrapper {
    display: flex;
    align-content: flex-start;
    padding: 5px 0;
    margin-bottom: 20px;
}

.amazon-product-price-title {
    color: #C1B7B5;
    font-size: 12px;
    margin-right: 5px;
    font-weight: 500;
}

.amazon-product-point-amount {
    color: #CA282C;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    margin-right: 5px;
}

.amazon-product-ponts-title {
    font-size: 24px;
    line-height: 1;
    color: #C92528;
}

.amazon-product-properties td {
    padding: 5px;
}

.amazon-product-properties .key {
    font-weight: bold;
    padding-right: 5px;
    padding-left: 0;
    font-size: 14px;
}

.amazon-product-properties td .value {
}

.amazon-addtocart-btn {
}

.amazon-instantcheckout-btn {
}

.amazon-product-detail .amazon-quantity-select-wrap,
.amazon-product-detail .amazon-standard-btn {
    margin-bottom: 10px;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-left: 0;
}

.amazon-img-viewer {
    display: flex;
    flex-wrap: nowrap;
}

    .amazon-img-viewer .tumbs {
        width: fit-content;
        margin-right: 10px;
        display: inline-block;
    }

        .amazon-img-viewer .tumbs .tumb-img {
            margin-bottom: 10px;
            width: 40px;
            height: 40px;
            border-radius: 2px;
            border: 1px #EAEBEC solid;
            cursor: pointer;
            display: block;
        }

.amazon-tumb-img-active {
    border: 1px #e77600 solid !important;
    box-shadow: 0 0 3px 2px rgb(228 121 17 / 50%) !important;
}

.amazon-img-viewer .tumbs .tumb-img img {
}

.amazon-img-viewer .main-img-mobile {
    display: none;
    margin-bottom: 10px;
}

.amazon-img-viewer .main-img {
    display: inline;
    margin: auto;
}

.btn-instant-checkout {
    background-color: #FEA31C;
}

.amazon-checkout {
    display: flex;
    flex-wrap: wrap;
}

.amazon-checkout-container {
    flex: 3;
}

.amazon-checkout-summary {
    flex: 1;
}

.amazon-checkout-summary {
    border: #ccc 1px solid;
    border-radius: 10px;
    padding: 2%;
    margin: 1%;
}

.amazon-checkout-summary {
    display: flex;
    flex-direction: column;
}

.amazon-checkout-item-container {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    padding: 1%;
    flex-wrap: wrap;
    border: #ccc 1px solid;
    border-radius: 10px;
}

.amazon-checkout-item-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 250px;
}

.amazon-checkout-item-info {
    flex: 4;
    min-width: 300px;
}

.amazon-checkout-item-info-title {
    font-size: 14px;
    margin: 0;
    font-weight: bold;
}

.amazon-checkout-item-point {
    flex: 1;
    display: flex;
    font-size: 14px;
    font-weight: bold;
    color: #b3160b;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.amazon-checkout-page-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 1%;
    margin-top: 3%;
    margin-bottom: 3%;
}

.amazon-checkout-shipping-info, .amazon-checkout-contact-info {
    font-size: 15px;
    font-weight: bold;
    margin-left: 16%;
}

.mobile-checkout {
}

.amazon-checkout-order-summary p {
    font-size: 12px;
}

.amazon-checkout-order-summary h3 {
    font-weight: bold;
}

.amazon-checkout-order-summary {
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-top: 5%;
    margin-bottom: 1%;
    width: 100%;
    padding-bottom: 3%;
}

.amazon-order-item-name {
    font-size: 13px;
    font-weight: 600;
}

.amazon-order-item-point {
    float: right;
    font-size: 13px;
    font-weight: 600;
}

.amazon-checkout-order-total {
    margin-top: 3%;
}

.amazon-order-item-total-points {
    float: right;
}

.amazon-checkout-order-total span {
    font-size: 15px;
    color: #b3160b;
    font-weight: bold;
}

.amazon-checkout-summary-bottom {
    display: flex !important;
    justify-content: center;
}

#amazon-order-button-container {
    flex: 1;
    display: flex;
    align-items: center;
}

#amazon-term-of-use-text {
    flex: 3;
    justify-content: center;
    margin-left: 5%;
}


#amazon-side-order-summary {
    height: 100%;
}

.amazon-product-notavail {
    color: black;
}

    .amazon-product-notavail h3 {
        color: #B12704 !important;
        margin: 10px 0;
    }

#contact-change-link {
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    color: #0078d2;
}

#address-change-link {
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    color: #0078d2;
}

.address-contaier {
    display: flex;
    flex-wrap: wrap;
    margin: 3%;
}

.address-item {
    flex: 1;
    min-width: 350px;
}

.address-button-container {
    flex: 1;
}

.amazon-checkout-address-btn {
    border-radius: 15px;
    font-size: 14px;
}

.amazon-grey-background {
    background: linear-gradient(to bottom,#f7f8fa,#e7e9ec);
}

.amazon-checkout-address-btn:hover {
    background: #fed813;
}

.address-change-modal-title {
    font-size: 20px;
    padding: 20px;
}


#amazon-new-address-form .form-group {
    margin-bottom: 5px;
}

#new-address-form-modal .modal-dialog {
    margin: 0 auto !important;
    width: 100%;
}

div#address-error-container, div#contact-error-container {
    margin-left: 2%;
    color: red;
}

#amazon-cart-link-mobile {
    display: none;
}

.instant-checkout-title {
    font-weight: bold;
}

#amazon-instant-checkout-btn {
    background-color: #ff9900;
}

[data-style=amazon-checkout-options] + .popover {
    background: #4194ca;
}

    [data-style=amazon-checkout-options] + .popover.bottom .arrow:after {
        border-bottom-color: #4194ca;
    }

[data-style=amazon-checkout-options] + .popover-content {
}

.popovermenu {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .popovermenu li {
    }

        .popovermenu li a {
            color: #fff;
        }

#p2x-calculator-info p {
    color: black;
    font-size: 12px;
    font-style: normal;
    margin: 2px;
}

.amazon-order-placed-wrapper {
    background-color: #F0F2F1;
    border-radius: 6px;
    padding: 1%;
}

.amazon-order-placed {
    border: #EDEFEE solid 2px;
    border-radius: 6px;
    padding: 1%;
    margin: 1%;
    background-color: white;
}

.amazon-order-placed-thanks {
    color: #067C62;
    font-size: 22px;
    font-weight: 400;
}

.amazon-fraud-order-placed {
    padding: 1% 5% 5% 1%;
}

.amazon-fraud-order-placed-message {
    color: orange;
    font-size: 19px;
    font-weight: 400;
}

.amazon-order-placed-email {
    display: block;
    margin: 1.5% 0;
}

.amazon-order-placed-shipping {
    display: block;
    font-weight: bold;
    padding-bottom: 1%;
    border-bottom: #EDEFEE solid 1.5px;
}

.amazon-order-placed-items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2%;
}

    .amazon-order-placed-items .amazon-order-item-img {
        display: flex;
        align-items: center;
    }

        .amazon-order-placed-items .amazon-order-item-img img {
            width: 100px;
            max-height: 100px;
            margin: 1% 1% 1% 0;
        }

p.amazon-order-detail-productInfo {
    margin: 0 !important;
}

.amazon-error-message {
    color: #CA282C;
    font-weight: bold;
    margin-left: 1%;
}

.price-change-button-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .price-change-button-container button {
        margin: 10px;
        width: 180px;
    }

#item-price-change-modal img {
    height: 100px;
}

.amazon-change-message-container {
    border: 1px solid #fed813;
    border-radius: 5px;
    border-left-width: 10px;
    padding: 3%;
}

    .amazon-change-message-container ul {
        margin-left: 5%;
        list-style: disc !important;
    }

    .amazon-change-message-container li {
        list-style: disc !important;
    }

    .amazon-change-message-container p {
        font-weight: bold;
    }

.amazon-errors-container {
    border: 1px solid #CA282C;
    border-radius: 5px;
    border-left-width: 10px;
    padding: 2%;
    margin: 1%;
}

    .amazon-errors-container ul {
        list-style: disc !important;
    }

    .amazon-errors-container li {
        list-style: disc !important;
    }

.order-detail-redemption {
    margin-top: 1%;
    font-weight: 700;
    font-size: 16px;
}


.instantCheckoutShippingAddress p {
    font-size: 13px !important;
}

#instant-checkout-modal .modal-header, #change-address-modal .modal-header {
    border-bottom: 1px solid #e5e5e5;
}

#instant-checkout-modal .amazon-checkout-shipping-info {
    margin-left: 4% !important;
}

#instant-checkout-modal .modal-dialog {
    width: 60%;
}

/*Best Buy(bb)*/
#bb-store-modal .modal-dialog {
    max-width: 600px;
}

#bb-store-modal button.close {
    font-size: 28px;
    top: 16px;
    right: 25px;
}

.bb-store-modal-title {
    text-align: center;
    padding-top: 20px;
}

    .bb-store-modal-title h1 {
        font-size: 24px;
        margin-bottom: 0;
    }

    .bb-store-modal-title h3 {
        font-size: 14px;
    }

.bb-store-modal-filter label {
    font-weight: bold;
    font-size: 12px;
}

.bb-store-modal-filter {
    border-bottom: 2px solid #E2E2E2;
    padding: 15px 0 10px 0;
}

    .bb-store-modal-filter .form-control {
        width: 100%;
    }

    .bb-store-modal-filter .change-btn {
        margin-left: auto;
    }

    .bb-store-modal-filter .zipcode,
    .bb-store-modal-filter .distance {
        width: 20%;
        margin-right: 20px;
    }

    .bb-store-modal-filter .form {
        display: flex;
        align-items: end;
        flex-wrap: wrap;
        justify-content: center;
    }

.bb-store-list {
    display: flex;
    flex-wrap: wrap;
}

    .bb-store-list .bb-store {
        display: flex;
        width: 50%;
    }

.bb-store-list-wrapper {
    margin: 10px 0 10px 0;
    height: 60vh;
    overflow-x: hidden;
    overflow-y: scroll;
}

.bb-store-list .bb-store-content {
    display: flex;
    flex-direction: column;
    padding: 25px 10px;
    border: #DEDEDE 2px solid;
    width: 100%;
    margin: 10px;
}

    .bb-store-list .bb-store-content p {
        margin: 0;
    }

.bb-store-list .bb-store-enabled {
    font-weight: bold;
    cursor: pointer;
}

.bb-store-list .bb-store-disabled {
    font-weight: normal;
    font-size: 12px;
    background-color: #F2F2F2;
    color: #D1D1D1;
}

.bb-item-unavailable {
    color: #FD7F34;
    margin-top: 20px !important;
    font-size: 14px;
}

.bb-store-distance {
    color: #4C7086;
    margin-top: 5px !important;
}

.bb-store-address {
    margin-top: 5px;
}

    .bb-store-address p {
        margin: 0;
        font-weight: 500;
        font-size: 13px;
        line-height: 20px;
    }

    .bb-store-address .bb-icon {
        display: inline;
        margin-left: 10px;
        width: 35px;
    }

.delivery-option .btn {
    display: inline-block;
    width: 50%;
    padding-left: 3px;
    font-weight: bold;
    font-size: 14px;
    padding-right: 5px;
    color: #525252;
}


.bb-change-store-btn {
    width: auto !important;
}

.sprite-button label {
    width: 100%;
}

.bestbuy-badge {
    position: absolute;
    left: 30px;
    color: white;
    padding: 5px 10px;
    width: 50px;
}

.bb-agreement-section {
    width: 100%;
    text-align: justify;
    font-size: 15px;
    overflow-y: scroll;
    max-height: 450px;
    padding: 2% 2% 2% 2%;
}

.bb-title {
    font-weight: bold !important;
    font-size: 14px !important;
}

.order-detail-store-address p {
    margin: 0px !important;
}

.item-detail-besetbuy-logo {
    width: 50px;
}

.phone-number-container {
    display: flex;
}

.phone-number-country-code {
    width: 75px !important;
    text-align: right;
}

.phone-number-container .add-clear-span {
    width: 100%;
}

.phone-number-instruction {
    font-size: 12px;
    font-style: italic;
    width: 50px;
}

.p-amount .tooltip-inner {
    background: white;
    color: black;
    border: #9f9595 solid 0.5px;
    font-size: 13px;
    font-weight: 500;
}

.price-tooltip-close {
    float: right;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
}

.price-update-message {
    display: block;
    font-size: 13px;
    font-weight: bold;
}

.sprite-disabled, .sprite-disabled:hover,
.sprite-disabled span, .sprite-disabled span:hover,
.sprite-disabled label, .sprite-disabled label:hover {
    opacity: 0.7 !important;
    cursor: not-allowed !important;
}

.bb-nostores {
    padding: 3%;
    background-color: whitesmoke;
    margin: 3%;
}

.cart-main-area .p-image img {
    padding-top: 7px;
}

.cart-item-bottom-border-line {
    border-bottom: #dfdede;
    border-bottom-style: solid;
    border-bottom-width: thin;
}

.delivery-option .h4 {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
}

.cart-item-bottom-border-line {
    border-bottom: #dfdede;
    border-bottom-style: solid;
    border-bottom-width: thin;
}

.delivery-option .h4 {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
}

.amazon-result-load-more-btn, .amazon-load-result-more-btn:focus, .amazon-load-result-more-btn:hover {
    border-radius: 22px;
    color: white !important;
}

.amazon-search-init {
    position: relative;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-left: 43%;
    margin-top: 1%;
}

.amazon-loading {
    position: relative;
    height: 50px;
}

.amazon-result-pagination .amazon-loading .spinner:before {
    width: 40px !important;
    height: 40px !important;
}

.amazon-loading-wrapper {
    padding: 5vh 0 30vh 0;
}

#searchIcon {
    text-transform: uppercase !important;
}

#amazon-contact-address-form .form-control-feedback {
    z-index: 1 !important;
}

.order-verification-order-item {
    border-bottom: 1px solid #ccc;
    text-align: center;
    height: 5em
}

.delivery-option-label {
    font-size: 14px;
}

#lblPartialPoint .col-md-12 {
    padding-left: 0;
}

.checkout table .mar-botm {
    margin-bottom: 60px;
}

.delivery-option .LegalAgreementLablel {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
}

.best-buy-order-detail .bb-store-address p {
    line-height: 15px !important;
    font-weight: bold;
}

.sidebar-category-list .field-wrapper span ul li label {
    cursor: pointer;
}

.cart-small-view .tooltip-inner {
    background: white;
    color: black;
    border: black 1px solid;
}

.cart-small-view .tooltip {
    background: transparent !important;
}

.cartSmallDelQuantity .fa-times {
    color: red;
}

.more-banner-more-page {
    position: relative;
}

.delivery-option-label {
    font-size: 14px;
}

#lblPartialPoint .col-md-12 {
    padding-left: 0;
}

.checkout table .mar-botm {
    margin-bottom: 60px;
}

.delivery-option .LegalAgreementLablel {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
}

.best-buy-order-detail .bb-store-address p {
    line-height: 15px !important;
    font-weight: bold;
}

.sidebar-category-list .field-wrapper span ul li label {
    cursor: pointer;
}

.cart-small-view .tooltip-inner {
    background: white;
    color: black;
    border: black 1px solid;
}

.cart-small-view .tooltip {
    background: transparent !important;
}

.cartSmallDelQuantity .fa-times {
    color: red;
}

#lblCartCountAmazon {
    margin-left: -15px;
    position: relative;
    top: -15px;
    left: -5px;
    font-weight: bold;
    font-size: 15px;
}

#hamburg-cont .open #nav-mob-cart-content {
    display: block;
}

#cartIcon {
    text-decoration: none;
}

.search-rwd-btn-spinner {
    width: 30px;
    height: 30px;
    border: black solid 2px;
    border-top: #cfb3b3 solid 2px;
    border-radius: 15px;
    animation: spinner .6s linear infinite;
    margin: auto;
}

#lblCartCount {
    font-size: 12px;
    color: #036592;
    margin-left: -15px;
    position: relative;
    top: -15px;
    font-weight: bold;
    font-size: 15px;
}

i.fa.fa-shopping-cart {
    font-size: 20px;
}

#lblCartCountAmazon {
    margin-left: -15px;
    position: relative;
    top: -15px;
    left: -5px;
    font-weight: bold;
    font-size: 15px;
}


.search-rwd-btn-spinner {
    width: 30px;
    height: 30px;
    border: black solid 2px;
    border-top: #cfb3b3 solid 2px;
    border-radius: 15px;
    animation: spinner .6s linear infinite;
    margin: auto;
}

.impersonator-indicator {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background-color: red;
    z-index: 9999;
}

.impersonator-indicator-text {
    color: white;
    font-weight: bolder;
    text-align: center;
}


.more-item-container-home {
    margin-bottom: 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-Left: 6%;
    margin-right: 6%;
    margin-top: 6%;
    Width: 88%;
}


.more-item-home {
    display: flex;
    flex-direction: column;
    margin-right: 1%;
    margin-left: 1%;
    width: 190.69px;
    height: 180px;
    margin-bottom: 2%;
    background-color: #eeeeee;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
/* Define media query for screen resolutions */
@media screen and (max-width: 768px) {
    .more-item-home {
        margin-top: 12%; /* Adjust margin-top for smaller screens */
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .more-item-home {
        margin-top: 10%; /* Adjust margin-top for medium-sized screens */
    }
}

@media screen and (min-width: 1025px) {
    .more-item-home {
        margin-top: 2%; /* Default margin-top for larger screens */
    }
}
.more-image-item-home {
    height: 160px;
    border-radius: 10px;
    border-width: 0px;
    border-color: #959595;
    border-style: solid;
}

.more-image-anchor-home {
    background-color: #eeeeee;
    text-align: center;
    color: #000000;
    font-size: 12px;
    margin-bottom: 5%;
    margin-top: -1%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}


.more-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}


.shop-button {
    font-size: 110%;
    min-width: 200px;
    max-width: 400px;
}

#shop_button_name {
    margin-left: 8%;
}

/* shop and earn button css */
@media only screen and (max-width: 500px) {
    .shop-button {
        font-size: 70%;
        max-width: 200px;
    }

    #shop_button_name {
        margin-left: 0%;
    }

    #shop_earn_star_icon {
        display: none;
    }
}

@media only screen and (min-width: 500px) {
    .shop-button {
        max-width: 300px;
        font-size: 80%;
    }
}

@media only screen and (min-width: 700px) {
    .shop-button {
        min-width: 360px;
        font-size: 100%;
    }
}

@media only screen and (min-width: 1000px) {
    .shop-button {
        font-size: 110%;
        max-width: 400px;
    }
}

.impersonator-indicator-container {
    margin-top: 30px;
}

.icon-wrapper {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .icon-wrapper i {
        font-size: 40px; 
    }

    .icon-wrapper svg {
        width: 43px;
        height: 43px;
    }
.top-sso-error-message {
    color: #cc0000;
    padding: 10px 0;
    font-weight: 500;
    margin: 20px 0;
    font-size: 18px;
}

.travel-sso-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.travel-sso-image-container {
    width: 80%; 
    max-width: 1000px; 
    margin-bottom: 20px;
}

    .travel-sso-image-container img {
        width: 100%; 
        height: auto; 
    }

@media(min-width : 768px) {
    .filter-small-view {
        display: none;
    }

    .yamm-content .col-md-3 {
        min-width: 160px;
    }

    .topRedemption-head {
        margin-top: 48px !important;
    }

    #hamburg-cont {
        display: none !important;
    }

    .mainmenu ul#nav > li:first-child {
        margin-right: 0px;
    }


    @-moz-document url-prefix() {
        .mainmenu ul#nav > li:first-child {
            margin-right: 0px;
        }
    }

    .search-form {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
}

@media (min-width: 1200px) and (max-width: 1920px) {
    #merchandise-slidercucustompage img {
        height: 374px !important;
    }
}

@media (min-width: 1200px) {
    #cartPopup .modal-dialog {
        width: 30%;
    }

    #cartPopupWithoutBtn .modal-dialog {
        width: 30%;
    }
    /*  .single-service
{
	max-width:140px;
	min-width:140px;
} */
    .first-tile {
        /* padding-left:0px !important; */
    }

    .last-tile {
        /* padding-right:0px !important; */
        margin-right: 0px !important;
    }

    .tile-no-left-padding {
        padding-left: 0px;
    }

    .tile-no-right-padding {
        padding-right: 0px;
    }

    .top-redem-area {
        max-width: 780px;
        margin: 0px auto !important;
    }

    .earn-tiles {
        /* max-width:780px; */
        margin: 0px auto;
    }

    .earn-tiles {
        margin-bottom: 20px !important;
    }
}
/* Large desktop :1170px. */
@media (min-width: 992px) and (max-width: 1229px) {
    .home-two-wrapper .container, .home-three-wrapper .container {
        width: 1230px;
    }

    .wish-main-area .wish-table table td.w-remove {
        padding-top: 70px;
    }

    #hamburg {
        display: none !important;
    }

    .tile-no-left-padding {
        padding-left: 0px;
    }

    .tile-no-right-padding {
        padding-right: 0px;
    }

    .top-redem-area {
        max-width: 780px;
        margin: 0px auto;
    }

    .earn-tiles{
        margin-bottom: 20px;
    }

    .earn-search {
        margin: 0 auto;
        margin-bottom: 20px !important;
    }
}

@media (min-width: 1170px) and (max-width: 1199px) {
    /* .price_slider_amount input
{
	    max-width: 74px;
} */
    /*  .single-service
{
	max-width:140px;
	min-width:140px;
} */
    .first-tile {
        /* padding-left:0px !important; */
    }

    .last-tile {
        /* padding-right:0px !important; */
        margin-right: 0px !important;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    /* .side-menu-txt-section
{
	min-width:106px;
} */
    /*.side-menu-cont
{
	max-width:120px;
}*/
    .no-sidemenu-padding {
        padding: 0px !important;
    }

    .logo-container {
        width: 25% !important;
    }

    .header-content .col-md-6 {
        width: 46%;
        float: left;
    }

    .header-content .col-md-3 {
        width: 29%;
        float: left;
    }
}

@media (min-width: 1169px) and (max-width: 1199px) {
    .shipping-img {
        position: absolute;
        left: 10px;
        top: 1%;
    }
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
    .fourth-tile {
        margin-right: 0px !important;
    }

    .last-tile {
        display: none;
    }

    #hamburg {
        display: none !important;
    }

    .shipping-img {
        position: absolute;
        left: 10px;
        top: 1%;
    }

    .container {
        width: 970px;
    }

    .slider-area .text-content {
        left: 0;
        right: 0;
    }

    .timer-grid > div, .timer-view > div {
        min-width: inherit;
        padding: 10px 5px;
    }

    .home-two-wrapper .container, .home-three-wrapper .container {
        width: 970px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .discount-text, .slider-area-home-four .banner-area-home-four .banner-text {
        display: none;
    }

    .banner-area .col-md-7 .row:first-child .col-md-6 .banner-box, .banner-area .col-md-7 .row:first-child .col-md-6 .banner-box {
        margin-bottom: 22px;
    }

    .service-home-four .single-service span, .shipping .single-service span {
        margin: 0 0.2em 0 0;
    }

    .service-home-four .single-service {
        border: 0;
    }

    form#search-form-four:hover #search-input-four {
        width: 200px;
    }

    .mainmenu ul#nav > li > a {
        padding: 5px 15px;
    }

    .team-img img {
        width: 100%;
    }

    .sidebar-content.post .post-thumb {
        width: 39%;
    }

    .sidebar-content.post .post-info {
        width: 56%;
    }

    .popular-tags .tag-list li a {
        padding: 6px 6px;
    }

    .section-title h2 {
        font-size: 17px;
    }

    .product .col-md-3:nth-child(7) .single-product-item, .product .col-md-3:nth-child(8) .single-product-item {
        margin-bottom: 40px;
    }

    .wish-main-area .wish-table table td.w-remove {
        padding-top: 70px;
    }

    /* .price_filter #search_price 
	{    
    text-align: left;   
	} */
    /* .price_slider_amount input 
	{
		max-width:75px;
	} */
    .exp-labels {
        min-width: 80px;
    }
}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .sidebar-category-list-mobile a {
        float: right !important;
        margin: 10px 10px;
    }

    .sort-wraper {
        padding-bottom: 10px;
    }

    #blog-search input{
        width: 60%;
    }

    .product-carousel .col-md-3, .brand-carousel.owl-carousel .col-md-2, .blog-carousel .col-md-4 {
        width: 95%;
        padding-left: 9%;
    }


    .single-product > a {
        display: block;
        float: none;
        width: 100%;
        z-index: 1;
        padding: 20px;
        -webkit-tap-highlight-color: transparent;
    }

    @-moz-document url-prefix() {
        .mainmenu ul#nav li {
            display: inline-block;
            /*position: relative;
     padding: 15px 0; */
            padding: 0px 10px;
            margin-left: -1px;
        }
    }

    .mob-mar {
        margin-bottom: 20px;
    }

    .top-redem-area {
        max-width: 780px;
        /* margin:0px auto; */
    }

    .earn-tiles {
         max-width:780px; 
         margin: 0px auto; 
    }

    .earn-search {
        margin-right:0;
        margin-left:0;
    }

    .last-tile {
        display: none;
    }

    .info-edit-labels {
        float: none;
    }
    /*.modal button.close
	{
		top: -3px;
	}*/
    #cartPopupWithoutBtn button.close {
        top: 7px;
    }

    #cartPopup button.close {
        top: 7px;
    }
    /* Contact Us Page CSS */
    .contact-info-icons {
        width: 9%;
        float: left;
    }

    .contact-info-text {
        width: 91%;
        float: left;
        text-align: justify;
    }
    /* Contact Us Page CSS */
    /* Site Requirement CSS */
    .apple-icon-txt-bottom-padding {
        padding-bottom: 15px;
    }

    .site-req-area .col-md-12 {
        float: left;
        width: 100%;
    }

    .site-req-area .col-md-8 {
        float: left;
        width: 67%;
    }

    .site-req-area .col-md-4 {
        float: left;
        width: 33%;
    }
    /* Site Requirement CSS */
    #hamburg {
        display: none !important;
    }

    .row-max-height {
        margin-top: 26px;
    }

    .section-padding .col-sm-3 {
        width: 25%;
        padding: 0px 10px;
    }
    /* Registeration Screens CSS */
    .banner-area-reg .banner-box-reg {
        background-position: 90px 145px;
    }

    .banner-area-reg .banner-box-reg3 {
        background-position: 90px 145px;
    }
    /* Reg CSS End */
    .M-Searchbox {
        margin-left: 30px;
    }

    .shipping-img {
        position: absolute;
        top: 1%;
        left: 10px;
    }

              #M-search {
        min-width: 100%;
    }

    .container {
        width: 750px;
    }

    .mobile-menu-area {
        display: block;
    }

    .img-center {
        /* float:left !Important; */
    }

    .side-menu-cont {
        float: left;
        /* margin-left:295px; */
        width: 190px !important;
    }

    .username-txt {
        width: 190px !important;
    }

    .logo-container {
        width: 30% !important;
    }

    .header-content .col-md-6 {
        width: 40%;
        float: left;
    }

    .header-content .col-md-3 {
        width: 30%;
        float: left;
        padding-right: 15px;
    }

    .mainmenu ul#nav > li:first-child {
        margin-right: 0px;
    }

    .side-border {
        border-width: 0px;
    }

    .col-xs-3 {
        width: 32%;
    }

    .icon-cont {
        float: left;
    }
    /* .price_slider_amount input
	{
		max-width: 47.6% !important;
		width: 48%;
	} */

    /* .mainmenu, #newsletter-popup-conatiner, .slider-area .preview-2 .nivo-controlNav, .subscribe-title, p.discount-text, .sidebar-content .banner-box, .slider-area-home-four .banner-area-home-four .banner-text {
        display: none;
    } */
    /* #newsletter-popup-conatiner, .slider-area .preview-2 .nivo-controlNav, .subscribe-title, p.discount-text, .sidebar-content .banner-box, .slider-area-home-four .banner-area-home-four .banner-text {
        display: none;
    } */
    #newsletter-popup-conatiner, .subscribe-title, p.discount-text, .sidebar-content .banner-box, .slider-area-home-four .banner-area-home-four .banner-text {
        display: none;
    }

    .logo {
        margin-bottom: 10px;
        text-align: center;
    }
    /*.mainmenu-area {border: 0 none}*/
    .slider-area .text-content, .slider-area-home-two .text-content, .slider-area-home-three .text-content {
        left: 0;
        right: 0;
        top: 10%;
    }

    .slider-area .banner-content h3, .slider-area-home-three .banner-content h3 {
        font-size: 1em;
    }

    .slider-area .banner-content h2, .slider-area-home-three .banner-content h2 {
        font-size: 40px;
    }

    .timer-grid > div, .timer-view > div {
        min-width: inherit;
        padding: 10px 5px;
    }

    .service-area .row .col-md-3:nth-child(3), .service-area-home-two .row .col-md-3:nth-child(3), .service-area-home-three .row .col-md-3:nth-child(3) {
        border: 0;
    }

    .currency-menu, .language-menu, .account-menu {
        padding: 0;
    }

    .search-box-two, .search-box-three {
        margin: 8px 0 25px;
        width: 100%;
    }

        .search-box-two input, .search-box-three input, .team-img img {
            width: 100%;
        }

    .banner-area .col-md-7 .row:first-child .col-md-6 .banner-box, .banner-area .col-md-7 .row:first-child .col-md-6 .banner-box, .upsell-product-details-carousel {
        margin-bottom: 18px;
    }

    .header-r-cart.header-cart-two, .header-r-cart.header-cart-three {
        margin: 20px 8% 0;
        width: 84%;
    }

    .header-main-home-two div.header-r-cart .mini-cart-content, .header-content-home-three div.header-r-cart .mini-cart-content {
        left: -48px;
        right: auto;
    }

    .sidebar-content.post .post-thumb {
        width: 12%;
    }

    .sidebar-content.post .post-info {
        width: 87%;
    }

    .zoomLens {
        height: 160px !important;
        width: 120px !important;
    }

    .blog-carousel .image-blog, .blog-carousel .image-blog img {
        width: 100%;
    }

    .mainmenu-area.home-four-menu {
        padding: 15px 0;
    }

    .slider-area-home-four .banner-content h2 {
        font-size: 25px;
    }

    .slider-area-home-four .banner-area-home-four > .row:first-child > .col-md-6 > .banner-container {
        margin-bottom: 35px;
    }

    .sp-btn-mar {
        margin-left: 15px !important;
    }

    .mall-drp-icon {
        margin-right: 0px;
    }

    .wish-main-area .wish-table table td.w-remove {
        padding-top: 95px;
    }
    /*.sidebar-content {min-height:0px !important;}*/

    /*My Info page Css*/
    .wish-table table td.w-remove {
        padding-top: 47px;
    }

    .chngpassbtnmar {
        /*margin-left:0px;*/
    }
    /* Product detail page popup */
    #productModal .modal-dialog {
        margin: 5% auto;
        max-width: 80%;
    }
    /* Product detail page popup end*/

    /*Cart Checkout Complete*/ /*NOTE: Add this in media query 768px-991px*/
    .sub-message-car-checkout {
        padding-bottom: 180px;
    }
    /*Cart Checkout Complete Ends*/


    /* Shipping Address Css */
    #shippingModal .modal-dialog {
        margin: 5% auto;
        max-width: 96%;
    }
    /* Shipping Address Css */
    .modal .modal-dialog {
        margin: 5% auto;
        max-width: 96%;
        min-height: 300px;
        padding: 20px;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    #shippingModal .col-md-7 {
        width: 70%;
        float: left;
    }

    #shippingModal .col-md-5 {
        width: 30%;
        float: left;
    }

    span.Points-totalvalue {
        float: none;
    }

    .shipment-info-mid {
        margin-top: 15px;
    }

    .shipment-info-right-main {
        margin-top: 15px;
    }

    .list-unstyled {
        margin-top: 10px;
    }
}
/* small mobile :320px. */
@media (max-width: 767px) {
    #pro-det-btn .btn-cart {
        width: 99%;
    }

    .sidebar-category-list-mobile a {
        float: right !important;
        margin: 10px 10px;
    }

    .price_slider_amount {
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .Merchandise-banner-title {
        font-size: 120%;
    }

    .filter-Large-view {
        display: none;
    }

    .filter-small-view .btnClass {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 10px;
        border-radius: 22px;
    }

    .Merchandise-subhead {
        font-size: 19px !important;
    }

    #filter-modal-container button.close span {
        margin-top: 16px;
    }
    /* Small Device Modal Filter CSS End */
    .cart-icon-container {
        margin-right: 10px !important;
        margin-top: 10px !important;
        margin-bottom: 5px;
    }

    .humb-btn-cont div {
        -webkit-tap-highlight-color: transparent;
    }

    .single-product > a {
        display: block;
        float: none;
        width: 100%;
        z-index: 1;
        padding: 20px;
        -webkit-tap-highlight-color: transparent;
    }

    .selectMerchandiseMenu {
        background: none !important;
    }

    .dropdown-toggle .fa-angle-right {
        width: 22px !important;
    }
    /*#navbar.navbar-collapse.in:after
{
	content: "";
    border: 7px solid transparent !important;
    border-bottom-color: #f0eeef !important;
    Z-index: 100000022222999;
    left: 45%;
    top: -14px;
    position: absolute;
    display: block;
}*/
    .btnClass {
        width: 100%;
    }

    #cancelLoginButton {
        margin-top: 20px;
    }

    #accountRegistration {
        margin-top: 20px;
    }

    #passwordNote {
        font-size: 11px !important;
    }

    .validation-summary-errors {
        font-size: 11px;
    }

    .last-tile {
        display: none;
    }

    .point-span {
        font-size: 13px;
    }

    .M-Search-label {
        font-size: 13px;
    }

    .M-point-span {
        font-size: 13px;
    }

    .info-labels {
        font-size: 13px !important;
    }

    #pointsummary2 label {
        font-size: 13px;
    }

    .info-Pwd-labels {
        font-size: 13px;
    }

    .mob-merchandise-icon {
        margin-left: 10px;
    }

    .navbar-default .navbar-toggle {
        border: none;
        color: white;
        width: 100%;
        text-align: center;
        margin-left: 0px !important;
        font-size: 14px;
        padding: 6.5px 10px;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background: #00568D;
        }

    .info-edit-labels {
        float: none;
        font-size: 13px !important;
    }
    /* Site Requirement CSS */
    .modal button.close {
        top: -3px;
    }

    .apple-icon-txt-bottom-padding {
        padding-bottom: 15px;
    }

    .site-req-area .col-md-12 {
        float: left;
        width: 100%;
    }

    .site-req-area .col-md-8 {
        float: left;
        width: 67%;
    }

    .site-req-area .col-md-4 {
        float: left;
        width: 33%;
    }
    /* Site Requirement CSS */
              #M-search {
        min-width: 100%;
    }

    .slider-values {
        min-width: 170px;
    }

    .M-Search-label {
        min-width: 90px;
    }

    .container { /* width:300px */
    }

    .yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown a {
        color: #525252 !important;
    }

    .navbar-collapse {
        padding-left: 15px !important;
        border-width: 0px;
    }
    /* .pro-det-btn{clear:both;} */
    #pro-det-btn {
        clear: both;
        margin-top: 10px;
        width: 100%;
    }

    .cart-qty-button {
        width: 100%;
    }

    .add-to-cart-qty {
        width: 100%;
    }
    /* for touch devices menu*/
    .mainmenu > nav > ul#nav > li:hover ul.sub-menu, .mainmenu ul#nav li:active .megamenu {
        margin-top: 0;
        transform: rotateX(0deg);
        visibility: visible;
        z-index: 99999;
        -webkit-transition-delay: 0s;
    }
    /* */

    .side-menu-cont {
        float: left;
    }

    .icon-cont {
        float: left;
        display: none;
    }

    .mobile-menu-area {
        display: block;
    }

    .banner-area .section-padding {
        padding: 10px 0px 0px 0px;
    }

    #newsletter-popup-conatiner, .header-top, .slider-area .preview-2 .nivo-controlNav, #quickview-wrapper, .header-top-home-two, .header-top-home-three, .header-top-home-four, form#search-form-four, .zoomLens, .zoomContainer, .page.floatright, .wishlist-concept .product-img {
        display: none;
    }

    .mainmenu-area {
        border-bottom: 2px solid #cdcbcc !important;
    }

    .service-area .row > div, .service-area-home-two .row > div, .service-area-home-three .row > div, .cart-main-area .all-cart-buttons {
        border: 0 none;
        overflow: hidden;
    }

        .cart-main-area .all-cart-buttons .floatright {
            /* float: none !important; */
        }

    .header-r-cart {
        float: none;
        margin: 20px 0 0;
        text-align: center;
    }

    .home-two-header div.header-r-cart .mini-cart-content, .home-three-header div.header-r-cart .mini-cart-content {
        left: -40px;
        right: auto;
    }

    .banner-area .row:first-child .col-md-5.col-sm-5, .banner-area .row:first-child .col-md-5.col-sm-5, .banner-area .row:last-child .col-md-6.col-sm-6:first-child {
        margin-bottom: 30px;
    }

    .mob-mar {
        margin-bottom: 10px;
    }

    .single-blog .blog-title {
        margin-left: 58px;
    }

    .single-brand {
        text-align: center;
    }

    .service-area .single-service, .service-area-home-two .single-service, .service-area-home-three .single-service, .banner-area-home-four .row:last-child .col-md-6:first-child .banner-container {
        margin-bottom: 30px;
    }

    .service-area .row .col-md-3:last-child .single-service, .service-area-home-two .row .col-md-3:last-child .single-service, .service-area-home-three .row .col-md-3:last-child .single-service {
        margin-bottom: 0;
    }

    .footer-widget-area .single-widget, .footer-widget-area-home-two .single-widget, .footer-widget-area-home-three .single-widget, .product-details-content .product-thumb {
        margin-bottom: 25px;
    }

    .footer-widget-area .row .col-md-3:last-child .single-widget, .footer-widget-area-home-two .row .col-md-3:last-child .single-widget, .footer-widget-area-home-three .row .col-md-3:last-child .single-widget {
        margin-bottom: 0;
    }

    .footer ul li a {
        line-height: 25px;
        padding: 0 5px;
    }

    .footer #footer-menu {
        margin-bottom: 8px;
        text-align: center;
    }

    .footer p.author {
        text-align: center;
    }

    .payment-image {
        text-align: center;
    }

    .header-r-cart.header-cart-two .mini-cart-content {
        left: -50px;
        right: auto;
    }

    .slider-area-home-two .preview-2, .product-category-area .row .col-md-3:nth-child(1) .single-products-category, .product-category-area .row .col-md-3:nth-child(2) .single-products-category, .product-category-area .row .col-md-3:nth-child(3) .single-products-category {
        margin-bottom: 25px;
    }

    .single-product-item {
        margin-bottom: 17px;
    }

    .service-home-four .single-service {
        border: 0 none;
        margin: 20px 0;
        padding-left: 31px;
    }

    .header-r-cart.cart-home-four > li {
        margin: 10px 65px 0;
    }

    .featured-product-carousel-area .product-carousel .single-product-item {
        margin: 0;
    }

    .preview-2 .nivo-directionNav a {
        margin-top: -20px;
    }

    .home-hello-info blockquote {
        padding: 18px 30px;
    }

    .img-element {
        margin-top: 20px;
    }

    .blog-page-area .post-date {
        display: block;
        padding: 6px 0;
        position: inherit;
    }

    .postinfo-wrapper {
        padding-left: 0;
    }

    .single-blog .post-info {
        display: block;
        padding-top: 55px;
    }

    .post-thumbnail {
        margin: 0 0 20px;
    }

    .blog-post-title {
        margin: 0 0 20px;
    }

    .single-blog {
        margin: 0 0 35px;
    }

    .entry-summary {
        line-height: 28px;
        margin: 0;
    }

    .blog-post-title {
        font-size: 18px;
        margin: 5px 0 20px;
    }

    .blog-sidebar.post .post-info {
        padding-top: 0;
    }

    .blog-page-area .single-blog .share-icon h3 {
        margin: 0 10px 0 0;
    }

    .blog-page-area .single-blog .share-icon ul li a {
        font-size: 16px;
        padding: 0 4px;
    }

    .blog-page-area .single-blog .share-icon {
        margin: 5px 0 35px;
    }

    .blog-page-area .form-list .fields .field, .postal-code > input, .cart-main-area select.country, .login-form input, .city-country select, .checkout-area .customer-name div, .checkout-area .customer-info div, .customer-info div, .city-country div {
        padding-right: 0;
        width: 100%;
    }

    .cart-main-area .amount-totals {
        padding: 27px 20px;
    }

    .cart-main-area .all-cart-buttons button span {
        margin: 5px auto;
        width: 200px;
    }

    .p-details-tab ul li {
        padding: 0 5px;
    }

    .filter-by {
        margin-left: 0;
    }

        .filter-by.floatright {
            float: left !important;
        }
    /* Merchandise Landing Page Search */
    .M-Searchbox2.floatright {
        float: left !important;
    }
    /* Merchandise Landing Page Search End */
    .filter-by .select-filter > select {
        margin-right: 10px;
    }

    .wishlist-concept .cart-table tbody tr td p {
        width: 350px !important;
    }

    .cart-main-area .cart-table table td.p-name {
        min-width: 180px;
    }

    .cart-main-area .cart-table table td.p-amount {
        min-width: 97px;
        text-align: center;
    }

    .wishlist-concept .all-cart-buttons button:last-child {
        margin-top: 10px;
    }

    .blog-carousel .image-blog, .blog-carousel .image-blog img {
        width: 100%;
    }

    .header-r-cart.cart-home-four {
        margin: 10px 0;
    }

    .shop-tab .nav-tabs {
        float: left;
    }

    .filter-by {
        /* display: none; */
    }

    .comment-author {
        width: 18%;
    }

    .comment-info {
        width: 80%;
    }

    .cart-table .p-action {
        min-width: 100px;
    }

    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 19px;
    }

    .cart-mainhead {
        padding: 30px 15px 30px 15px;
    }

    .cartInfoMaxWidth {
        min-width: 200px;
    }
    /*Menu Responsive Css*/
    .mainmenu ul#nav li {
        display: inline-block;
        position: relative;
        padding: 0px 10px;
        margin-left: -1px;
    }

        .mainmenu ul#nav li.earnpoint .megamenu {
            white-space: normal;
            max-width: 170px !Important;
            width: 170px !Important;
            left: 0 !important;
            top: 28px;
            margin: 0;
            position: absolute;
            text-align: left;
            background-color: #f0eeef;
            box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.35);
            border-radius: 2px;
            padding: 10px 0px;
        }

        .mainmenu ul#nav li .megamenu {
            white-space: normal;
            margin: 0;
            position: absolute;
            text-align: left;
            visibility: hidden;
            z-index: -99;
            background-color: #f0eeef;
            box-shadow: box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.35);
            -sand-transform: rotate(90deg);
            border-radius: 2px;
            padding: 10px 0px;
            transform: rotateX(90deg);
            transform-origin: center top 0;
            transition: all 0.6s ease 0s;
            max-width: 170px !Important;
            width: 170px !Important;
            right: 0 !important;
            left: unset !important;
            top: 28px;
        }

    .mega-sub-menus-without-icon {
        padding-left: 40px;
    }

    .megamenu-sp {
        border: none !important;
        min-height: 100% !important;
    }

    .mainmenu ul#nav > li > a {
        padding: 4.5px 14px !important;
        font-size: 15px;
    }

    .mainmenu ul#nav li {
        /* padding:5px 0px !important; */
        /* min-width: 32.91%; */
        width: 33.08%;
        text-align: center;
        margin-left: -3px;
    }

    .mainmenu ul#nav > li:hover {
        min-width: 32.91%;
        text-align: center;
    }

    .mainmenu ul#nav > li > a:hover {
        padding: 4.5px 14px !important;
    }

    .sidebar-content {
        min-height: 0px !important;
    }
    /* MyInfo Page CSS */
    .wish-table table td.w-remove {
        padding-top: 75px;
    }

    .chngpassbtnmar {
        margin-left: 0px;
    }
    /* Shipping Adsress Page CSS */
    .shipping-sect-margin {
        margin-left: 0px;
    }

    #shippingModal .modal-dialog {
        margin: 5% auto;
        max-width: 96%;
    }
    /* Shipping Adsress Page CSS End*/
    /* Product detail page popup */
    #productModal .modal-dialog {
        margin: 5% auto;
        max-width: 96%;
    }
    /* Product detail page popup End */

}
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    

    .sidebar-category-list-mobile a {
        float: right !important;
        margin: 10px 10px;
    }

    .p-info-tab ul li {
        width: 100%;
        margin-top: 0px;
    }

        .p-info-tab ul li i {
            color: #525252 !important;
            font-size: 16px !important;
            float: right;
        }

    .p-info-tab .nav.nav-tabs > li a {
        /*font-size:12px;*/
        padding: 10px 10px;
    }

    .p-info-tab .nav.nav-tabs > .active > a {
        /*font-size:14px;*/
        padding: 10px 10px;
    }

    .cart-table table td.p-image {
        min-width: 170px;
    }

    .cart-table table td.p-name {
        min-width: 215px;
    }

    .w-name {
        min-width: 150px;
    }

/*    .earn-tiles .col-md-6 {
        float: left;
    }*/

    .modal .modal-dialog {
        margin: 5% auto;
        max-width: 95%;
        min-height: 300px;
        padding: 20px;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    #hamburg {
        background-color: #f0eeef;
        padding: 7px 10px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #hamburg-cont .navbar-toggle {
        margin-right: 0px !important;
    }

    #hamburg-cont {
        margin-top: 0px;
        width: 120px;
        float: right;
    }

        #hamburg-cont .mob-point-cont {
            float: left;
            margin-right: 10px;
        }

        #hamburg-cont .humb-btn-cont {
            float: left;
        }

    .mob-points-num {
        font-size: 12px;
        color: #00568D;
        font-family: Droid Sans Regular;
        font-weight: bold;
    }

    .mob-points-txt {
        font-size: 11px;
        color: #00568D;
        font-family: Droid Sans Regular;
        margin-top: 3px;
    }

    div#hamburg-cont li:hover .mini-cart-content {
        margin-top: 1px;
    }

    div#hamburg-cont .mini-cart-content {
        width: 158px;
        margin-right: 15px;
    }

    #hamburg-cont .icon-bar {
        background: #525252;
    }

    .mob-acc-txt {
        color: #353535;
        font-family: Droid Sans;
        font-weight: bold;
        font-size: 15px;
        margin-bottom: 9px;
    }

    .logo-container {
        max-width: 180px;
        float: left;
    }

    .side-menu-cont {
        display: none;
    }

    .drp-icon {
        display: none;
    }

    .header-img {
        display: none;
    }

    .logo {
        max-height: auto;
    }

        .logo img {
            margin-left: 10px;
            width: auto;
            height: auto;
        }

    .side-menu-cont {
        margin-left: 140px;
    }

              #M-search {
        min-width: 100%;
    }

    /*Menu Responsive Css*/

    .mainmenu ul#nav li .megamenu span {
        width: 100%;
    }

    .mainmenu ul#nav li .megamenu {
        max-width: 200px !Important;
        /* right:0 !important; */
        left: unset !important;
        top: 30px;
    }

    .megamenu-sp {
        border: none !important;
    }

    .yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown a {
        color: #525252 !important;
    }
    /* for touch devices menu*/
    .mainmenu > nav > ul#nav > li:hover ul.sub-menu, .mainmenu ul#nav li:active .megamenu {
        margin-top: 0;
        transform: rotateX(0deg);
        visibility: visible;
        z-index: 99999;
        -webkit-transition-delay: 0s;
    }

    .wish-main-area .wish-table table td.w-remove {
        padding-top: 96px;
    }
    /* */
    .container {
        width: 100%;
        min-width: 450px;
    }

    .Earn-Bonus-Tiles .container {
        width: 100%;
    }

    .mainmenu-area .container {
        width: 100%;
    }

    .header-main .container {
        width: 100%;
    }

    .banner-image-area .container {
        width: 100%;
    }

    .cart-main-area .container {
        width: 100%;
    }

    .checkout-area .container {
        width: 100%;
    }

    .order-main-area .container {
        width: 100%;
    }

    .shop-main-area .container {
        width: 100%;
    }

    .all-cart-buttons .floatright {
        float: none !important;
    }

    .Cartcheckoutbtn .floatright {
        float: none !important;
    }

    .mobile-menu-area {
        display: block;
    }

    .drp-icon {
        margin-top: 5px;
    }

    .header-r-cart {
        /* margin: 20px 73px 0; */
        text-align: center;
    }

    .banner-area-reg .banner-box-reg3 {
        display: none;
    }

    .welcome-txt {
        display: none;
    }

    .banner-area-reg .section-padding {
        padding-top: 0px;
    }

    .header-content {
        padding: 10px 0;
    }

    #newsletter-popup-conatiner {
        display: none;
    }

    .mainmenu-area, .service-area .row > div, .service-area-home-two .row > div, .service-area-home-three .row > div {
        border: 0 none;
    }

    .timer-grid > div, .timer-view > div {
        min-width: inherit;
        padding: 10px 5px;
    }

    .banner-box a, .banner-box a img, .banner-container a, .banner-container a img {
        width: 100%;
    }

    .footer ul li a {
        padding: 0 9px;
    }

    .single-product-item .button-actions .add-to-links li a, .single-product-item .button-actions button.button span {
        height: 42px;
        line-height: 42px;
        width: 42px;
    }

    .header-r-cart.header-cart-two, .header-r-cart.header-cart-three {
        margin: 20px 63px 0;
    }

    .service-home-four .single-service {
        padding-left: 102px;
    }

    .sidebar-content.post .post-thumb {
        width: 23%;
    }

    .sidebar-content.post .post-info {
        width: 77%;
    }

    .wishlist-concept .all-cart-buttons button:last-child {
        margin-top: 0px;
    }

    .header-r-cart.cart-home-four > li {
        margin: 11px 140px 0;
    }

    div.header-r-cart.cart-home-four .mini-cart-content {
        left: 74px;
        right: auto;
    }

    .product-tag-name .form-control {
        float: none;
        height: 38px;
    }

    .sidebar-content {
        min-height: 0px !important;
    }
    /* MyInfo Page CSS */
    .wish-table table td.w-remove {
        /*padding-top: 83px;*/
    }

    .chngpassbtnmar {
        margin-left: 0px;
    }
    /* .price_slider_amount input
	{
		max-width: 45.8%;
	} */
    span.Points-totalvalue {
        float: none;
    }

    .shipment-info-mid {
        margin-top: 15px;
    }

    .shipment-info-right-main {
        margin-top: 15px;
    }

    .yamm .yamm-content {
        padding: 0px 30px !important;
    }
    /* Merchandise Mobile Tab Menu CSS */
    .yamm .yamm-content {
        padding: 0px 15px !important;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        float: right;
        /* float:left; */
        padding-top: 12px !important;
        padding-bottom: 10px !important;
    }

    a.dropdown-toggle {
        min-height: 30px;
        width: 10%;
    }

    .link-width {
        width: 90%;
        float: left !important;
    }

    .navbar-default .navbar-nav > li > a span {
        background: url(img/Menuplus.png) no-repeat;
        height: 10px;
        margin: 7px;
        right: 5px;
        position: absolute;
        text-align: center;
        top: 8px;
        width: 10px;
    }

    .caret {
        display: none;
    }

    .list-unstyled > li > p {
        padding: 10px 0px 0px 0px;
        margin-bottom: 0px;
    }

    .list-unstyled > li {
        padding: 6px 5px 6px 10px;
    }

    .list-unstyled:last-child > li:last-child {
        /*padding:10px 0px 10px 0px;
		border-width: 0px;
		border-color: #525252;
		border-style:solid;*/
    }

    .list-unstyled > li > a {
        /*padding-left:15px;*/
    }

    .yamm-content {
        background: #f0eeef;
    }

    .yamm .dropdown {
        clear: both;
    }

        .yamm .dropdown a {
            color: #525252 !important;
        }

    .dropdown-toggle .fa-angle-right {
        font-size: 16px !important;
        color: #525252 !important;
    }

    .navbar-nav {
        margin: 0px -15px !important;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background: #cdcbcc !important;
        font-weight: bold;
    }
        /*a.dropdown-toggle#merchandiseNav21526 {
    height: 48px !important;
}*/
        .navbar-default .navbar-nav > .open > a span, .navbar-default .navbar-nav > .open > a:focus span, .navbar-default .navbar-nav > .open > a:hover span {
            background: url(img/Menuminus.png) no-repeat;
            height: 10px;
            margin: 7px;
            right: 5px;
            position: absolute;
            text-align: center;
            top: 10px;
            width: 10px;
        }

    .dropdown-menu {
        padding: 0px !important;
    }

    .navbar-default {
        background-color: #f0eeef !important;
        border: none;
        min-height: 0px !important;
        /*position: absolute;*/
        z-index: 99;
        /*left: 37%;*/
        text-transform: uppercase;
        /*margin-top: 8px;*/
        border-radius: 2px;
        /*max-width: 220px;*/
    }

    .navbar-header {
        background-color: #00568D;
    }

        .navbar-header .navbar-toggle {
            float: left;
            color: white;
            padding: 10px 10px !important;
            text-align: center !important;
            width: 100%;
            text-transform: uppercase;
            margin-top: 0px !important;
            margin-bottom: 0px !important;
        }
    /* Merchandise Mobile Tab Menu CSS */
    #OrderYear {
        text-align: center;
        width: 100%;
    }

    .modal-product .floatright {
        float: none !important;
    }

    button.button {
        width: 100%;
        margin-bottom: 10px;
    }

        button.button span {
            width: 100%;
        }

    #forgotpwd {
        width: 100%;
    }

        #forgotpwd span {
            width: 100%;
        }

    .order-main-area .col-md-2 {
        width: 100%;
    }

    .order-main-area .col-lg-2 {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .p-info-tab ul li i {
        display: none;
    }

    .navbar {
        border-radius: 0px !important;
    }
}

@media (min-width:200px) and (max-width:479px) {
    .p-info-tab ul li {
        width: 100%;
        margin-top: 0px;
    }

        .p-info-tab ul li i {
            color: #525252 !important;
            font-size: 16px !important;
            float: right;
        }
    /*a.dropdown-toggle#merchandiseNav21526
	{
		height:48px !important;
	}*/
    .earn-tiles .col-md-6 {
        float: left;
    }

    .mainmenu-area {
        border-bottom: 2px solid #cdcbcc !important;
    }

    .no-margin .mega-title {
        /* padding-left: 40px !important; */
    }

    .mega-sub-menus-mall {
        padding-left: 40px;
    }

    .faq-dialog {
        max-width: 95% !important;
    }

    .modal h2 {
        font-size: 11px;
    }

    .popup-head {
        padding: 15px 10px;
    }

    #shippingModal button.close {
        top: -3px;
    }

    #productModal.modal button.close {
        top: 9px;
    }

    #websitemsgModal.modal button.close {
        top: 6px;
    }

    .modal button.close {
        top: -7px;
        margin-top: 14px;
    }

    #faqModal button.close {
        margin-top: 0px !important;
        top: -3px !important;
    }

    .close {
        font-size: 27px;
    }

    .faq-text {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .modal {
        opacity: 14000;
    }
    /* .fade.in {
		background-color: #525252 !important ;
	} */

    .modal-backdrop {
        background-color: #525252 !important;
    }

        .modal-backdrop.in {
            filter: alpha(opacity=50);
            opacity: .8 !important;
        }
    /* Site Requirement CSS */
    .apple-icon-txt-bottom-padding {
        padding-bottom: 15px;
    }
    /* Site Requirement CSS */
    /* Contact Us Page CSS */
    .contact-info-icons {
        width: 13%;
        float: left;
    }

    .contact-info-text {
        width: 87%;
        float: left;
        text-align: justify;
    }
    /* Contact Us Page CSS */
    .order-main-area .col-md-2 {
        width: 100%;
    }

    .order-main-area .col-lg-2 {
        width: 100%;
    }
    /* Security Notice page Start*/
    .security-text:last-child {
        margin-top: 20px;
        margin-bottom: 40px;
        text-align: justify;
    }
    /* Security Notice page End*/
    #hamburg {
        background-color: #f0eeef;
        padding: 7px 10px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #hamburg-cont {
        margin-top: 0px;
        /*width: 120px;*/
        float: right;
    }

        #hamburg-cont .mob-point-cont {
            float: left;
            margin-right: 10px;
        }

        #hamburg-cont .humb-btn-cont {
            float: left;
        }

    .mob-points-num {
        font-size: 12px;
        color: #00568D;
        font-family: 'Droid',sans-serif;
        font-weight: bold;
    }

    .mob-points-txt {
        font-size: 11px;
        color: #00568D;
        font-family: 'Droid',sans-serif;
        margin-top: 3px;
    }

    div#hamburg-cont li:hover .mini-cart-content {
        margin-top: 1px;
    }

    div#hamburg-cont .mini-cart-content {
        width: 158px;
        margin-right: 15px;
    }

    #hamburg-cont .icon-bar {
        background: #525252;
    }

    .mob-acc-txt {
        color: #353535 !important;
        font-family: 'Droid',sans-serif !important;
        font-weight: bold;
        font-size: 15px !important;
        margin-bottom: 9px;
    }

    .logo-container {
        max-width: 180px;
        float: left;
    }

    .wish-main-area .wish-table table td.w-remove {
        padding-top: 95px;
    }

    .modal .modal-dialog {
        margin: 5% auto;
        max-width: 100%;
        min-height: 300px;
        padding: 20px;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    .side-menu-cont {
        display: none;
    }

    .drp-icon {
        display: none;
    }

    .header-img {
        display: none;
    }

    .logo img {
        margin-left: 10px;
        width: auto;
        height: auto;
    }

    .logo {
        max-height: auto;
    }

    .icon-cont {
        height: 0px;
    }

    .header-content {
        padding: 10px 0;
    }

    .nivoSlider {
        width: 99.65%;
    }

    .mainmenu ul#nav li .megamenu span {
        width: 100%;
    }

    .mainmenu ul#nav > li > a {
        padding: 4.5px 5px !important;
        font-size: 13px;
    }
    /* Login button */
    #loginbutton {
        width: 100%;
    }

    .col-xs-3 {
        width: 40%;
    }
    /* Login Button */
    /* Register Screens Button */
    button.button {
        width: 100%;
        margin-bottom: 10px;
    }

        button.button span {
            width: 100%;
        }

    #forgotpwd {
        width: 100%;
    }

        #forgotpwd span {
            width: 100%;
        }

    #btnAdditionTravelFaq {
        width: 100%;
    }

    .Shippingbtns .floatright {
        float: none !important;
    }

    .Cartcheckoutbtn .floatright {
        float: none !important;
    }

    .all-cart-buttons .floatright {
        float: none !important;
    }

    .cart-main-area .all-cart-buttons button span {
        width: 100%;
    }

    .Points-pagination {
        width: 100%;
        text-align: center;
    }

    .banner-area-reg .banner-box-reg {
        display: none;
    }

    .banner-area-log .banner-box-log {
        background: none;
        margin-top: 20px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .set-password-img {
        display: none;
    }

    .banner-area-reg .banner-box-reg3 {
        display: none;
    }

    .mt-element-step .step-default .ok {
        margin-bottom: 1px;
    }

    .mt-element-step .step-default .active {
        margin-bottom: 1px;
    }

    .mt-element-step .step-default .mt-step-col {
        margin-bottom: 1px;
    }

    .welcome-txt {
        display: none;
    }
    /* .Login-banner
	{
		background-size:100% auto;
		min-height: 93px;
	} */
    .banner-area-reg .section-padding {
        padding-top: 0px;
    }

    .banner-area-log .section-padding {
        padding-top: 0px;
    }
    /* Register Screens Button */
    .navbar-collapse {
        padding-left: 15px !important;
    }
    /* Merchandise Item Detail Page CSS  */
    #pro-det-btn .btn-cart {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .p-details-tab .nav > li > a {
        padding: 5px 15px;
    }

    .filter-by {
        text-align: center;
    }

    #pagePerItem {
        text-align: center;
        width: 100%;
        margin-top: 15px;
    }

    .filter-by h4 {
        width: 100%;
    }

    .product-titles {
        text-align: center;
    }

    .single-product-item .price-box {
        text-align: center;
    }
    /* .price_slider_amount input
	{
		max-width:45.4%;
	} */
/*    #search_price span {
        width: 100%;
    }*/

    .categorybtn {
        margin: 30px 30px 0px 30px;
    }

    #OrderYear {
        text-align: center;
        width: 100%;
    }
    /* Merchandise Item Detail Page CSS  */
    .w-name {
        min-width: 150px;
    }

    .w-progress {
        min-width: 150px;
    }

    .cart-table table td.p-image {
        min-width: 170px;
    }

    .cart-table table td.p-name {
        min-width: 215px;
    }

    .p-info-tab .nav.nav-tabs > li a {
        /*font-size:12px;*/
        padding: 10px 10px;
    }

    .p-info-tab .nav.nav-tabs > .active > a {
        /*font-size:14px;*/
        padding: 10px 10px;
    }

    .side-border {
        border-width: 0px;
    }

    span.Points-totalvalue {
        float: none;
    }

    .shipment-info-mid {
        margin-top: 15px;
    }

    .shipment-info-right-main {
        margin-top: 15px;
    }
    /* Merchandise Mobile Tab Menu CSS */
    .yamm .yamm-content {
        padding: 0px 15px !important;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        float: right;
        /* float:left; */
    }

    a.dropdown-toggle {
        min-height: 30px;
        width: 10%;
    }

    .link-width {
        width: 90%;
        float: left !important;
    }

    .navbar-default .navbar-nav > li > a span {
        background: url(img/Menuplus.png) no-repeat;
        height: 10px;
        margin: 7px;
        right: 5px;
        position: absolute;
        text-align: center;
        top: 5px;
        width: 10px;
    }

    p {
        font-size: 12px;
    }

    .form-group label {
        font-size: 13px !important;
    }

    .field-validation-error {
        font-size: 11px;
        font-weight: bold;
    }

    .landing-tiles-head {
        font-size: 25px !important;
    }

    .navbar-toggle {
        margin-right: 16px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .caret {
        display: none;
    }

    .list-unstyled > li > p {
        /* padding:10px 0px 0px 0px; */
        margin-bottom: 0px;
    }

    .list-unstyled > li {
        /* padding:10px 0px 10px 0px; */
        /* border-right-width: 0px;
		border-color: #525252;
		border-style:solid;
		border-left-width:0px;
		border-top-width:0px;
		border-bottom-width:1px; */
        padding: 6px 5px 6px 10px;
    }

    .list-unstyled:last-child > li:last-child {
        /* padding:10px 0px 10px 0px;
		border-width: 0px;
		border-color: #525252;
		border-style:solid; */
    }

    .list-unstyled > li > a {
        /* padding-left:15px; */
    }

    .yamm-content {
        background: #f0eeef;
    }

    .yamm .dropdown {
        /* border-style:solid;
		border-color:#525252;
		border-width:0px 0px 1px 0px; */
        /*text-align:center;*/
        clear: both;
    }

        .yamm .dropdown a {
            color: #525252 !important;
            font-size: 14px;
            font-family: 'Droid',sans-serif;
        }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background: #cdcbcc !important;
        font-weight: bold;
    }

        .navbar-default .navbar-nav > .open > a span, .navbar-default .navbar-nav > .open > a:focus span, .navbar-default .navbar-nav > .open > a:hover span {
            background: url(img/Menuminus.png) no-repeat;
            height: 10px;
            margin: 7px;
            right: 5px;
            position: absolute;
            text-align: center;
            top: 7px;
            width: 10px;
        }

    .dropdown-menu {
        padding: 0px !important;
    }

    .navbar-default {
        background-color: #f0eeef !important;
        border: none;
        min-height: 0px !important;
        /*position: absolute;*/
        z-index: 99;
        /*left: 23%;*/
        text-transform: uppercase;
        /*margin-top:8px;*/
        border-radius: 2px;
        /*max-width:220px;*/
    }

    .dropdown-toggle .fa-angle-right {
        font-size: 16px !important;
        color: #525252 !important;
    }

    .dropdown-toggle .fa-angle-down {
        font-size: 16px !important;
        color: #525252 !important;
    }

    .navbar-nav > li > a {
        padding-top: 12px !important;
        padding-bottom: 10px !important;
    }

    .navbar-collapse {
        border: none !important;
    }

    .navbar-nav {
        margin: 0px -15px !important;
    }

    .navbar-header {
        background-color: #00568D;
    }

        .navbar-header .navbar-toggle {
            float: left;
            /* margin-left:15px; */
            color: white;
            padding: 10px 10px !important;
            text-align: center !important;
            width: 100%;
            text-transform: uppercase;
        }
    /* Merchandise Mobile Tab Menu CSS */
}

@media (min-width:300px) and (max-width:399px) {
    .pagination {
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }

    .items-no-text {
        float: left !important;
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }
    /* .price_slider_amount input
	{
		max-width:44.6%;
	} */
}

@media (min-width:340px) and (max-width:411px) {
    /* .side-menu-cont
	{
		margin-left:100px;
	} */
    .mainmenu ul#nav li {
        padding: 0px 9px;
        margin-left: -3px;
    }

    .nivoSlider {
        width: 99.9%;
    }

    .mainmenu ul#nav > li:first-child { /* margin-right:1px; */
    }
}

@media (min-width:310px) and (max-width:339px) {
    .mainmenu ul#nav li {
        width: 33.09%;
        padding: 0px 9px;
        margin-left: -3px;
    }

    .mainmenu ul#nav > li:hover {
        /* min-width:32%; */
        padding: 0px 9px;
    }

    .mainmenu ul#nav > li:first-child {
        margin-right: 0px;
    }

    .mainmenu ul#nav > li > a:hover {
        padding: 4.5px 13px !important;
    }

    .nivoSlider {
        width: 99.9%;
    }
    /* .price_slider_amount input
	{
		max-width:43.6%;
	} */
    /* .side-menu-cont
	{
		margin-left:90px;
	}
	.drp-icon
	{
		margin-top:5px;
	} */
}

@media (min-width:412px) and (max-width:479px) {
    /* .side-menu-cont
	{
		margin-left:125px;
	} */
}

@media (min-width:380px) and (max-width:544px) {
    .M-Searchbox {
        margin: 5px 5px 0px 22px;
    }

    .M-Searchbox2 {
        margin: 5px 5px 0px 22px;
    }

    .owl-theme .owl-controls .owl-buttons div.owl-next {
        /*display:none;*/
    }

    .owl-theme .owl-controls .owl-buttons div.owl-prev {
        /*display:none;*/
    }

    .owl-theme .owl-controls .owl-buttons div {
        left: 5px;
    }

        .owl-theme .owl-controls .owl-buttons div.owl-next {
            right: 8px;
        }

    .product-carousel .col-md-3, .brand-carousel.owl-carousel .col-md-2, .blog-carousel .col-md-4 {
        width: 95%;
        padding-left: 33px;
    }
}

@media (min-width:410px) and (max-width:479px) {
    /* .side-menu-txt-section
{
	margin-left:130px;
}
.drp-icon
{
	margin-top:4px;
} */
}

@media (min-width:200px) and (max-width:329px) {
    .M-Searchbox {
        margin: 5px 5px 0px 30px;
    }

    .M-Searchbox2 {
        margin: 5px 5px 0px 30px;
    }

    .M-Search-label {
        margin-top: 0px;
    }

    .owl-theme .owl-controls .owl-buttons div.owl-next {
        /*display:none;*/
    }

    .owl-theme .owl-controls .owl-buttons div.owl-prev {
        /*display:none;*/
    }

    .owl-theme .owl-controls .owl-buttons div.owl-next {
        left: auto;
        right: 3px;
        text-align: right;
    }

    .owl-theme .owl-controls .owl-buttons div {
        left: 3px;
    }

    .product-carousel .col-md-3, .brand-carousel.owl-carousel .col-md-2, .blog-carousel .col-md-4 {
        width: 95%;
        padding-left: 32px;
    }
}

@media (min-width:330px) and (max-width:380px) {
    .M-Searchbox {
        margin: 5px 5px 0px 45px;
    }

    .M-Searchbox2 {
        margin: 5px 5px 0px 45px;
    }

    .M-Search-label {
        margin-top: 0px;
    }

    .owl-theme .owl-controls .owl-buttons div.owl-next {
        /*display:none;*/
    }

    .owl-theme .owl-controls .owl-buttons div.owl-prev {
        /*display:none;*/
    }

    .owl-theme .owl-controls .owl-buttons div.owl-next {
        left: auto;
        right: 3px;
        text-align: right;
    }

    .owl-theme .owl-controls .owl-buttons div {
        background: none repeat scroll 0 0;
        border-radius: 0;
        color: #a8a8a8;
        display: inline-block;
        font-size: 0;
        height: 40px;
        left: 3px;
        line-height: 40px;
        padding: 0;
        position: absolute;
        /* text-align: center; */
        text-align: left;
        top: 9%;
        width: 40px;
        opacity: 1;
    }


    .product-carousel .col-md-3, .brand-carousel.owl-carousel .col-md-2, .blog-carousel .col-md-4 {
        width: 95%;
        padding-left: 9%;
    }
}
/* Merchandise Menu background width Start*/
@media (min-width:320px) and (max-width:359px) {
    .link-width {
        width: 85%;
    }

    a.dropdown-toggle {
        width: 15%;
    }
}

@media (min-width:400px) and (max-width:420px) {
    /* .link-width
	{
		width:75%;
	} */
}
/* Merchandise Menu background width End*/

@media (min-width: 992px) and (max-width: 1200px) {
    /* for Slider */

    /* for Slider */
}

@media (min-width: 1200px) {
    .header-main .container {
        padding: 0px;
    }

    .mainmenu-area .container {
        padding: 0px;
    }

    .mainmenu-area .row {
        margin: 0px !important;
    }

    .header-main .col-lg-12 {
        padding: 0px !important;
    }

    .header-main .col-md-12 {
        padding: 0px !important;
    }

    .header-content .row {
        margin: 0px !important;
    }
}

@media (min-width: 768px) {
    .wishlist-small-view {
        display: none;
    }

    .cartCheckout-small-view {
        display: none;
    }
}

@media (max-width: 767px) {
    .wishlist-large-view {
        display: none;
    }

    .cartCheckout-large-view {
        display: none;
    }

    .filter-Large-view {
        display: none;
    }

    .filter-small-view .btnClass {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .Merchandise-subhead {
        font-size: 19px !important;
    }

    #filter-modal-container button.close span {
        margin-top: 2px;
    }
    /* Small Device Modal Filter CSS End */
}

@media (max-width: 767px) {
    .wishlist-table-mobile .first-head {
        float: left;
        width: 33%;
        padding: 10px;
    }

    .wishlist-table-mobile .second-head {
        float: left;
        width: 67%;
        padding: 10px;
    }

    .wishlist-table-mobile .third-head {
        float: left;
        width: 100%;
        padding: 10px;
    }
    /*Points table small*/
    .points-table-mobile {
        border: 1px solid #cdcbcc;
        border-radius: 2px;
    }

        .points-table-mobile .row {
            margin: 0px;
            border-bottom: 1px solid #cdcbcc;
        }

        .points-table-mobile .point-head {
            float: left;
            width: 50%;
            padding: 10px;
        }

        .points-table-mobile .point-data {
            float: left;
            width: 50%;
            padding: 10px;
            margin-top: 2px;
        }

        .points-table-mobile .row-container:nth-child(even) {
            background-color: #f0eeef;
        }

    .point-data a {
        color: #036592;
        cursor: pointer;
    }

        .point-data a:hover {
            color: #036592;
            text-decoration: underline;
        }
    /*Points table small*/
    /*Checkout confirmation Table small CSS*/
    .Checkout-table-mobile .Checkout-head {
        background: #cdcbcc;
        width: 100%;
        padding: 10px;
    }

    .Checkout-data {
        width: 100%;
    }

    .small-address-data {
        padding-left: 10px;
    }

    .Checkout-data .row {
        margin: 10px 0px 10px 0px !important;
    }
    /*Checkout confirmation Table small CSS*/

    /* Cart Table Small CSS */
    .table-heads {
        width: 100%;
        /*float: left;*/
        border-bottom: 1px solid #cdcbcc;
        text-align: justify;
        padding-left: 5px;
        padding-right: 5px;
    }

    .table-data {
        width: 100%;
        /*float: left;*/
        border-bottom: 1px solid #cdcbcc;
        text-align: justify;
        padding-left: 5px;
        padding-right: 5px;
    }

    .cart-small-table-cont:nth-child(even) {
        background-color: #f0eeef;
    }

    .cartSmImgCol {
        float: left;
        width: 30%;
        padding: 10px;
    }

    .cartSmDetailCol {
        float: left;
        width: 70%;
        padding: 10px;
    }

    .cartSmPointCol {
        width: 20%;
        display: inline-block;
        vertical-align: top;
        float: none;
        padding: 10px;
    }

    .cartSmQunatityCol {
        width: 32%;
        display: inline-block;
        vertical-align: top;
        float: none;
        padding: 10px;
    }

    .cart-small-table-cont .p-cashTotal {
        width: 20%;
        display: inline-block;
        vertical-align: top;
        float: none;
        text-align: center;
        padding: 10px;
    }

    .table-data .item-CashTotal {
        font-weight: bold;
        color: #525252;
    }

    .cartSmallDelQuantity {
        text-align: center;
        width: 92px;
        margin-top: 5px;
    }

    .cartSmTotalCol {
        width: 20%;
        display: inline-block;
        vertical-align: top;
        float: none;
        padding: 10px;
    }

    .cartSmQunatityCol input {
        color: #444443;
        padding: 5px;
        text-align: center;
        width: 30px !important;
        height: 26px;
    }

    .cartSmQunatityCol .btn {
        font-size: 10px;
        padding: 6px;
        max-width: 31px;
        min-width: 31px;
        height: 26px;
        background: linear-gradient(#fff, #f0eeef);
    }
    /* Cart Table Small CSS End*/
}
/* Tiles CSS Start*/

@media(max-width:500px) {
    .earn-tiles .col-sm-6 {
        width : 100%;
        display: inline-block;
    }

        .earn-tiles .col-sm-6:nth-child(odd) {
            margin-bottom: 20px;
        }

    .earn-tiles .mall {
        display: block;
        margin: auto;
        float: none;
    }
}



@media(min-width: 500px) and (max-width:768px) {
    .earn-tiles .col-sm-6 {
        width: 50%;
        float: left;
        padding-left: 6px;
        padding-right: 6px;
    }

    .offerPopupAddress .alert-warning {
        font-size: 14px;
    }
}
/*Tiles CSS End*/
/*small header whole width span*/
@media(max-width:767px) {
    .mainmenu-area .col-lg-12, .mainmenu-area .col-md-12 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .banner-image-area .col-md-12 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .smallFullWidth .col-md-12 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .advanceSearchHeading .col-md-12 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    /*ChangePassword Textfields CSS*/
    #changepwd2 .txt-nopad {
        width: 100%;
    }

    .button span #changePassword {
        width: 100%;
    }

    .button span #cancelChangePassword {
        width: 100%;
    }

    #newAddress {
        margin-bottom: 10px;
    }
    /*ChangePassword Textfields CSS End*/
}

/*Redeem Menu Medium View CSS*/
@media (min-width: 768px) and (max-width: 991px) {
    .owl-theme .owl-controls .owl-buttons div {
        left: 5px;
    }

        .owl-theme .owl-controls .owl-buttons div.owl-next {
            right: 5px;
        }

    .product-carousel .col-md-3, .brand-carousel.owl-carousel .col-md-2, .blog-carousel .col-md-4 {
        width: 95%;
        padding-left: 9%;
    }




    .logo img {
        margin-left: 5px;
    }

    .mainmenu ul#nav li .megamenu span.no-margin {
        white-space: normal;
        max-width: 243px;
    }

    .mainmenu ul#nav li .megamenu span > a {
        min-height: 30px;
        padding-top: 3px;
        line-height: 20px;
        padding-bottom: 3px;
    }

        .mainmenu ul#nav li .megamenu span > a.mega-title {
            margin: 0px;
        }

    .mainmenu ul#nav li.earnpoint .megamenu {
        left: 13.5%;
    }

    .header-r-cart div {
        -webkit-tap-highlight-color: transparent;
    }

    .mainmenu-area .container {
        width: auto;
    }

    .mainmenu-area .col-md-12 {
        padding: 0px;
    }

    .banner-image-area .col-md-12 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .smallFullWidth .col-md-12 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .advanceSearchHeading .col-md-12 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .container {
        width: auto;
    }

    .product-carousel-area .container {
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .owl-theme .owl-controls .owl-buttons div.owl-next {
        right: 2px;
    }

    .owl-theme .owl-controls .owl-buttons div {
        left: -3px;
    }

    #mediumFilter {
        display: none;
    }

    .txtFilterResult {
        margin-top: 10px;
    }
    /*MediumView Overlay CSS*/
    body.overlay-open {
        overflow: hidden;
    }

    #brands {
        -webkit-overflow-scrolling: touch;
    }

    #myNav {
        width: 100%;
    }

    .overlay {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 222222;
        top: 0;
        left: 0;
        background-color: rgb(255,255,255);
        background-color: rgba(255,255,255, 0.6);
        overflow-x: hidden;
        transition: 0.5s;
    }

    .overlay-content {
        position: relative;
        /*top: 37%;*/
        width: 40%;
        height: 100%;
        /*overflow: scroll;*/
    }

    .overlay .closebtn {
        position: absolute;
        top: 0;
        z-index: 2222;
        right: 5%;
        font-size: 50px;
        color: #fff;
    }

    #overlayfilter .sidebar-content {
        margin-top: 0px;
        min-height: 100%;
    }
    /*Merchandise Medium Menu Medium*/
    .navbar-header {
        background-color: #00568D;
    }

        .navbar-header .navbar-toggle {
            float: left;
            color: white;
            padding: 10px 10px !important;
            text-align: center !important;
            width: 100%;
            text-transform: uppercase;
        }

    .navbar-toggle {
        margin-right: 16px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .navbar-default {
        background-color: #f0eeef !important;
        border: none;
        min-height: 0px !important;
        /*position: absolute;*/
        z-index: 99;
        /*left: 36%;*/
        text-transform: uppercase;
        /*margin-top: 8px;*/
        border-radius: 2px;
        /*max-width: 220px;*/
    }

    .yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown a {
        color: #525252 !important;
    }

    .yamm .dropdown {
        clear: both;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        float: right;
        /* float: left; */
        padding-top: 12px !important;
        padding-bottom: 10px !important;
    }

    .dropdown-toggle .fa-angle-right {
        width: 22px !important;
        font-size: 16px !important;
        color: #525252 !important;
    }

    .mob-merchandise-icon {
        margin-left: 10px;
    }

    .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none !important;
    }
    /*#navbar.navbar-collapse.in:after {
    content: "";
    border: 7px solid transparent !important;
    border-bottom-color: #f0eeef !important;
    Z-index: 100000022222999;
    left: 45%;
    top: -14px;
    position: absolute;
    display: block;
}*/
    .navbar-collapse.collapse {
        display: none !important;
    }

        .navbar-collapse.collapse.in {
            display: block !important;
        }

    .navbar-nav {
        /*margin: 0px -15px !important;*/
        float: none;
    }

        .navbar-nav > li {
            float: none;
        }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background: #cdcbcc !important;
        font-weight: bold;
    }

    .link-width {
        width: 95%;
        float: left !important;
    }

    .container-fluid > .navbar-collapse {
        margin-right: -15px;
    }

    a.dropdown-toggle {
        min-height: 30px;
        width: 5%;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .list-unstyled > li {
        padding: 6px 5px 6px 10px;
    }

    .selectMerchandiseMenu {
        background: none !important;
    }
    /*a.dropdown-toggle#merchandiseNav21526 
    {
        height: 48px !important;
    }*/
    /*Merchandise Medium Menu Medium*/
    /*Top Scroll css*/
    #return-to-top {
        display: none;
    }
    /*Top Scroll css*/
    .shoppingCartSmallMed {
        min-height: 550px;
    }

    .custser_container {
        min-height: 550px;
    }

    .privacyNoticeMedium {
        min-height: 550px;
    }

    .termsOfUseMedium {
        min-height: 550px;
    }

    .preview-2 .nivo-controlNav a:hover, .preview-2 .nivo-controlNav a.active {
        background: #e40a0a;
        cursor: pointer;
        height: 10px !important;
        line-height: 8px;
        width: 10px !important;
    }
}
/*MediumView Overlay CSS*/
@media(min-width:992px) {
    /*New cart table css*/
    .cart-main-area .cart-table table td.p-cashTotal {
        max-width: 105px;
        text-align: center;
    }

    .cart-main-area .cart-table table td.p-total {
        text-align: center;
    }

    span.item-CashTotal {
        color: #525252;
        font-weight: bold;
    }
    /*New cart table css*/
    .txtFilterResult {
        display: none;
    }

    .mob-merchandise-icon {
        display: none;
    }

    .navbar-default .navbar-nav > li > a i {
        display: none;
    }

    .navbar-default .navbar-nav > .open > a:focus:after, .navbar-default .navbar-nav > .open > a:hover:after {
        content: "";
        display: block;
        border: 7px solid transparent;
        border-top-color: #fff;
        position: absolute;
        bottom: -13px;
        left: 50%;
        Z-index: 100000022222999;
        margin-left: -12px;
    }

    .yamm .yamm-content {
        padding: 0px 15px !important;
    }

    .cart-small-view {
        display: none;
    }
}

@media(max-width:767px) {
    #search-Large-view{
        display: none;
    }

    .txtFilterResult {
        display: none;
    }
    /*Top Scroll css*/
    #return-to-top {
        display: none;
    }
    /*Top Scroll css*/
}

@media(max-width:992px) {
    .cart-large-view {
        display: none;
    }
    /* Cart Table Small CSS */
    .update-quantity-containermobile .row {
        margin: 0px;
    }

    .shoppingCartSmallMedItems {
        border: 1px solid #cdcbcc;
        border-radius: 2px;
        padding: 0px;
    }

    .noResults {
        padding: 30px;
    }

    .table-heads {
        width: 100%;
        float: left;
        border-bottom: 1px solid #cdcbcc;
    }

    .update-quantity-containermobile:nth-child(even) {
        background-color: #f0eeef;
    }

    .cartSmImgCol {
        float: left;
        width: 30%;
        padding: 10px;
    }

    .cartSmDetailCol {
        float: left;
        width: 70%;
        padding: 10px;
    }

    .cartSmPointCol {
        /*float:left; 
		width:20%; 
		padding: 10px;
        text-align: center;
        padding-left: 0px;*/
    }

    .cartSmQunatityCol {
        /*float:left; 
		width:32%; 
		padding: 10px;*/
    }

    .cart-small-table-cont .p-cashTotal {
        /*float:left; 
		width:18%; 
		padding: 10px;
        text-align: center;*/
    }

    .cartSmallDelQuantity {
        text-align: center;
        width: 92px;
        margin-top: 5px;
    }

    .cartSmTotalCol {
        /*float:left; 
		width:30%; 
		padding: 10px;
        text-align: center;*/
    }

    .cartSmQunatityCol input {
        color: #444443;
        padding: 5px;
        text-align: center;
        width: 30px !important;
        height: 26px;
    }

    .cartSmQunatityCol .btn {
        font-size: 10px;
        padding: 6px;
        max-width: 31px;
        min-width: 31px;
        height: 26px;
        background: linear-gradient(#fff, #f0eeef);
    }
    /* Cart Table Medium CSS End*/
    /*Points table small*/
    .points-table-mobile {
        border: 1px solid #cdcbcc;
        border-radius: 2px;
    }

        .points-table-mobile .row {
            margin: 0px;
            border-bottom: 1px solid #cdcbcc;
        }

        .points-table-mobile .point-head {
            float: left;
            width: 50%;
            padding: 10px;
        }

        .points-table-mobile .point-data {
            float: left;
            width: 50%;
            padding: 10px;
            margin-top: 2px;
        }

        .points-table-mobile .row-container:nth-child(even) {
            background-color: #f0eeef;
        }

    .point-data a {
        color: #036592;
        cursor: pointer;
    }

        .point-data a:hover {
            color: #036592;
            text-decoration: underline;
        }
    /*Points Medium small*/
}

@media(max-width:767px) {
    .shoppingCartSmallMedItems {
        border: 1px solid #cdcbcc;
        border-radius: 2px;
        padding: 0px;
        min-height: 240px;
    }

    #cartPopup .close {
        margin-top: 14px;
    }

    #cartPopupWithoutBtn .close {
        margin-top: 14px;
    }
    /*Session Timeout Popup Small View CSS*/
    #timeOutPopUpWarningSign {
        margin-bottom: 15px;
    }

    #sessionTimeoutModal .modal-footer .btn + .btn {
        margin-left: 0px;
        margin-top: 20px;
    }

    #sessionTimeoutModal .col-md-4 {
        max-width: 20%;
        float: left;
    }

    #sessionTimeoutModal .col-md-8 {
        max-width: 80%;
        float: left;
    }

    .redLine {
        margin-left: 5px;
        margin-right: 5px;
    }

    #sessionTimeoutModal .close {
        margin-top: 15px;
    }
}
/*Session Timeout Popup Small View CSS End*/
/*CuCustomPage media query*/
/* CuCustompage i pad pro */
@media (min-width: 992px) and (max-width: 1229px) {

    .mytextItem {
        height: 352px;
        background-color: #cdcbcc;
        border-radius: 5px;
    }

    .owl-carousel.owl-custompage {
        padding-bottom: 62px;
    }
}
/* cucustompage ipad */
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {

    .mytextItem {
        height: 675px;
    }

        .mytextItem > .blog-thumb-img > div > h1 {
            padding-top: 260px;
            color: #00568D;
        }
}
/* cucustompage iphone6 */
@media (min-width: 375px) and (max-width: 375px) {
    .mytextItem {
        height: 359px;
    }

    .page-title-cucustompage {
        margin-top: 18px;
    }

        .page-title-cucustompage p span {
            display: inline;
        }

        .page-title-cucustompage p {
            text-align: justify;
            padding-right: 12px;
            padding-left: 12px;
        }
}
/* cucustompage iphone5 */
/* Merchandise Menu background width Start*/
@media (min-width:320px) and (max-width:359px) {
    .item.myCustomItem > div > p {
        height: 80px;
    }

    .mytextItem {
        height: 327px;
    }

    .page-title-cucustompage {
        margin-top: 18px;
    }

        .page-title-cucustompage p span {
            display: inline;
        }

        .page-title-cucustompage p {
            text-align: justify;
            padding-right: 12px;
            padding-left: 12px;
        }
}
/* cucustompage iphone6plus */
@media (min-width: 414px) and (max-width: 420px) {
    .mytextItem {
        height: 388px;
    }

    .page-title-cucustompage {
        margin-top: 18px;
    }

        .page-title-cucustompage p span {
            display: inline;
        }

        .page-title-cucustompage p {
            text-align: justify;
            padding-right: 12px;
            padding-left: 12px;
        }
}
/*Merchandise Slider Css*/
@media (min-width: 768px) and (max-width: 991px) {
    #merchandise-slider img {
        height: 200px !important;
    }
}

@media (min-width: 374px) and (max-width: 420px) {
    #merchandise-slider img {
        height: 109px !important;
    }
}

@media (min-width: 320px) and (max-width: 373px) {
    #merchandise-slider img {
        height: 95px !important;
    }
}

@media (min-width: 421px) and (max-width: 540px) {
    #merchandise-slider img {
        height: 155px !important;
    }
}

@media (min-width: 541px) and (max-width: 690px) {
    #merchandise-slider img {
        height: 195px !important;
    }
}

@media (min-width: 691px) and (max-width: 766px) {
    #merchandise-slider img {
        height: 217px !important;
    }
}
/*Merchandise Slider Css*/
@media (min-width:480px) and (max-width:544px) {
    .owl-theme .owl-controls .owl-buttons div.owl-next {
        right: -3px !important;
    }
}

@media (min-width:545px) and (max-width:767px) {
    .owl-theme .owl-controls .owl-buttons div.owl-next {
        right: -15px !important;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .owl-theme .owl-controls .owl-buttons div.owl-next {
        right: 2px !important;
    }

    .owl-theme .owl-controls .owl-buttons div {
        /*left: 2px !important;*/
    }
}

@media(min-width:992px) and (max-width: 1199px) {

    .owl-theme .owl-controls .owl-buttons div {
        padding-left: 7px;
    }
}

@media (min-width: 1200px) and (max-width: 1240px) {
    .product-carousel .col-md-3, .brand-carousel.owl-carousel .col-md-2, .blog-carousel .col-md-4 {
        margin-left: 10px !important;
    }

    .owl-theme .owl-controls .owl-buttons div {
        left: 10px;
    }

        .owl-theme .owl-controls .owl-buttons div.owl-next {
            right: -11px !important;
        }
}

/*Wislam- Adjustman of P2X items model pop Up buttons**/

@media (max-width: 767px) {
    .btnSmallViewMarTop {
        margin-top: 20px;
    }
}


/*handling add to cart grid for 320px**/
@media (min-width: 320px) and (max-width: 340px) {
    /*.cartSmDetailCol {
        padding-left:35px;
    }
    .cartSmQunatityCol {
    padding-left:35px;

    }
    .cartSmTotalCol {
        padding-left:60px;
    }
    .cartSmallDelQuantity {
       padding-left: 41px;
    }*/
    .cartSmPointCol {
        width: 17% !important;
    }

    .cart-small-table-cont .p-cashTotal {
        width: 17% !important;
        text-align: right !important;
    }

    .cartSmTotalCol {
        text-align: right;
    }

    .cartSmQunatityCol {
        text-align: center;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    /* Cart Table Small CSS */
    .update-quantity-containermobile .row {
        margin: 0px;
    }
    /*.shoppingCartSmallMedItems
    {
        border: 1px solid #cdcbcc;
        border-radius: 2px;
        padding: 0px;
    }*/
    .noResults {
        padding: 30px;
    }

    .table-heads {
        /*width: 100%;
        float: left;
        border-bottom: 1px solid #cdcbcc;*/
    }

    .update-quantity-containermobile:nth-child(even) {
        background-color: #f0eeef;
    }

    .cartSmImgCol {
        float: left;
        width: 30%;
        padding: 10px;
    }

    .cartSmDetailCol {
        float: left;
        width: 70%;
        padding: 10px;
    }

    .cartSmPointCol {
        float: left;
        width: 20%;
        padding: 10px;
        padding-left: 0px;
    }

    .cartSmQunatityCol {
        float: left;
        width: 32%;
        padding: 10px;
    }

    .cart-small-table-cont .p-cashTotal {
        float: left;
        width: 18%;
        padding: 10px;
        text-align: center;
    }

    .cartSmallDelQuantity {
        text-align: center;
        width: 92px;
        margin-top: 5px;
    }

    .cartSmTotalCol {
        float: left;
        width: 30%;
        padding: 10px;
        text-align: center;
    }

    .cartSmQunatityCol input {
        color: #444443;
        padding: 5px;
        text-align: center;
        width: 30px !important;
        height: 26px;
    }

    .cartSmQunatityCol .btn {
        font-size: 10px;
        padding: 6px;
        max-width: 31px;
        min-width: 31px;
        height: 26px;
        background: linear-gradient(#fff, #f0eeef);
    }
    /* Cart Table Medium CSS End*/
}

@media (min-width: 359px) and (max-width: 378px) {
    .cartSmTotalCol {
        padding-left: 0px;
    }
}
@media (min-width: 320px) and (max-width: 330px) {
    .cartSmPointCol {
        padding-left: 0px;
    }
    .cartSmQunatityCol
    {
        padding-left: 0px;
    }
    .p-cashTotal
    {
        padding-right:2px !important;
    }
    .cartSmTotalCol
    {
        padding-left:5px;
    }
}

/*ToolTip Css*/
@media(max-width:991px) {
    .tooltipSticker span {
        min-width: 200px;
        width: auto;
    }

    .closeIcon {
        position: absolute;
        top: 0;
        z-index: 2222;
        right: 5%;
        font-size: 30px;
        color: black;
        margin-top: 10px;
    }

    .tooltipSticker {
        margin-right: 10px;
    }

        .tooltipSticker span {
            display: none;
        }
}

@media(min-width:992px) {
    .closeIcon {
        display: none;
    }
}

@media(min-width:992px) and (max-width: 1199px) {
    .owl-theme .owl-controls .owl-buttons div.owl-next {
        right: -8px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-redem-area {
        margin: 0px auto;
    }
}
/*point filter for readonly css*/
@media (min-width: 768px) and (max-width: 991px) {
    .product-carousel-area {
        min-height: 458px;
    }
}

@media (min-width:380px) and (max-width:544px) {
    .M-Searchbox3 {
        margin: 0px 20%;
    }
}

@media (min-width:200px) and (max-width:329px) {
    .M-Searchbox3 {
        margin: 0px 12%;
    }
}

@media (min-width:330px) and (max-width:380px) {
    .M-Searchbox3 {
        margin: 0px 17%;
    }
}

@media (min-width: 992px) and (max-width: 1169px) {
    .product-carousel-area {
        min-height: 600px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .M-Searchbox3 {
        margin: 0px 29%;
    }
}



 /* Brand Store*/
 @media (max-width: 644px)
{
    .customTile {
    
    float:left;
     padding-right:10px;
    padding-left:10px;
        width:100%;
        margin-bottom:20px;
        position:relative;
}
    
  .AfsMerchandContnew {
    height:275px;
    left:50%;
    }  
  .customTile .thumbnail {
    width:320px;
    margin:auto;
    }
}
 @media (min-width: 500px) and (max-width: 644px)
{
    .customTile .thumbnail {
    width:500px;
    margin:auto;
}
    
}

  @media (min-width: 400px) and (max-width: 499px)
{
    .customTile .thumbnail {
    width:400px;
    margin:auto;
}
    
}
@media (min-width: 645px) and (max-width: 689px)
{
    .customTile {
   width:50%;
    float:left;
   
}
    .AfsMerchandContnew {
    height:270px;
  
    } 
    
    
}

@media (min-width: 690px) and (max-width: 953px)
{
    .customTile {
    width:50%;
    float:left;
}
    
}

@media (min-width: 954px) and (max-width: 1199px)
{
    .customTile {
    width:50%;
    float:left;
}
    
}

@media (min-width: 768px) {
    .Brandstoremargin-top {
        margin-top: 30px;
    }

    .earn-search-btn {
        margin-top: 0 !important;
    }
}

@media(max-width: 768px) {

    .banner-btn-circle {
        font-size: 14px;
        margin: 15px;
        width: 120px;
        height: 120px;
        line-height: 112px;
        font-size: 14px;
    }

    .earn-search-btn {
        margin-top: 10px;
    }
}

@media(min-width : 768px){
    .mainmenu {
        margin-left : 3%;
    }
}

@media (min-width: 1200px) {
    .register-buttons {
        padding-left: 0 !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .wellcomepage-body-right, .wellcomepage-body-left {
        padding-right: 15px;
    }
}

@media (min-width: 1200px){
    .wellcomepage-body-right, .wellcomepage-body-left {
        padding-right: 0px;
    }
}

@media(max-width : 481px){
    .more-item {
        margin-left : auto;
        margin-right: auto;
    }
    #more-banner-message {
        line-height: 140px;
    }
}

@media(max-width : 767px){
    .changePasswordButtons {
        margin-left: 0;
        margin-right: 15px;
    }

    #changePassword, #cancelChangePassword {
        font-size: 14px !important;
    }

    #verifyOrderSubmitTop, #useAnotherAddress {
        font-size: 14px !important;
    }
}

/*Amazon break points*/

/*Mobile devices*/
@media(max-width: 480px){
.amazon-header-nav{
    padding-top: 5px;
    justify-content: space-between;
    width: 100%;
}

    .amazon-header-nav ul {
        display: none;
    }

.amazon-header-nav .amazon-header-nav-icon,
.amazon-header-nav-toggler {
    display: inline-block;
}

.amazon-header-nav-toggler {
    margin-right: 5px;
}

.amazon-search-control{
    width: 100%;
}

    .amazon-header-nav ul {
        width: 100%;
    }

.amazon-header-nav ul li {
    display: block;
    background-color: whitesmoke;
    margin-bottom: 1px;
    padding: 5px 0 5px 15px;
}
    .amazon-header-nav ul li a {
       font-size: 12px;
    }

    .amazon-header-nav-title {
        margin: 5px 0;
        width: 100%;
    }

    .amazon-result-item {
        width: 50%;
    }

    .amazon-result-list .amazon-result-item:nth-child(n+3) {
        margin-top: 20px;
    }

    .amazon-refinment{
        display: none;
    }

    .amazon-search-result{
        grid-template-columns: 1fr;
    }

    .amazon-result-pagination li{
        display: none;
    }

    .amazon-result-pagination li:first-child,
    .amazon-result-pagination li:last-child {
        display: inline-block;
        width: 48%;
    }

    .amazon-result-pagination .pagination{
        margin-bottom: 0;
    }

        .amazon-result-pagination .pagination li a {
            display: block;
        }

    .amazon-search-control-category {
        display: none;
    }

    .amazon-search-control-input,
    .amazon-search-control-input:focus,
    .amazon-search-control-input:hover,
    .amazon-search-control-input:active {
        height: 41px;
        border: 2px solid #ccc !important;
        border-right: none !important;
        border-top-left-radius: 22px;
        border-bottom-left-radius: 22px;
    }

    .amazon-search-top-bar-mobile {
        display: block;
    }

    #amazon-filter-modal .amazon-refinment {
        display: block;
    }

    .amazon-mobile-breadcrumb-divisor {
        display: inline-block;
    }

    .amazon-img-viewer {
        display: flex;
        flex-wrap: wrap;
    }

    .amazon-img-viewer .main-img-mobile {
        display: inline-block;
    }

    .amazon-img-viewer .main-img {
        display: none;
    }

    .amazon-img-viewer .tumbs {
        width: 100%;
        margin-right: 0;
    }

    .amazon-img-viewer .tumbs .tumb-img {
        display: inline-block;
    }

    .amazon-product-price-right{
        display: none;
    }

    .amazon-cart-link{
        margin-right: auto;
        margin-left: auto;
    }

    #amazon-cart-link-mobile{
        display: inline-block;
    }

    #amazon-cart-link-not-mobile{
        display: none;
    }

    .amazon-search-init{
        margin-left:45%;
    }
}

/* iPads, Tablets*/
@media(min-width: 481px) and (max-width: 768px){
    .amazon-search-result {
        grid-template-columns: 1fr 2fr;
    }

    .amazon-search-control {
        width: 70%;
    }

    .amazon-result-item {
        width: 50%;
    }

    .amazon-result-list .amazon-result-item:nth-child(n+4) {
        margin-top: 20px;
    }

    .amazon-product-price-right {
        display: none;
    }
}

/*Small screens, laptops*/
@media(min-width: 769px) and (max-width: 1024px) {
    .amazon-search-control {
        width: 60%;
    }
}




/*Desktops, large screens*/
@media(min-width: 1025px) and (max-width: 1200px) {
    .amazon-search-control {
        width: 60%;
    }
}

/*Extra large screens, TV*/
@media(min-width: 1201px){
    .amazon-search-control {
        width: 60%;
    }
}

@media (min-width: 1200px){
    #amazon-recently-viewed .section-padding {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media(max-width: 769px) {
    .desktop-checkout {
        display : none;
    }

    .mobile-checkout {
        display : flex;
    }
}

@media(min-width: 769px) {
    .desktop-checkout {
        display: flex;
    }

    .mobile-checkout {
        display: none;
    }

    .amazon-checkout-item-container {
        margin-left: 6%;
        margin-right: 15%;
    
    }

}

@media(max-width : 769px){
/*    .address-contaier {
        flex-direction: column;
        align-items: center;
    }

    .address-item {
        text-align: center;
    }*/

    .checkout-address-modal .modal-dialog {
        padding: 0;
        display: flex;
        align-items: flex-end;
        height: 100%;
        margin: 0 auto;
    }

    .checkout-address-modal .modal-content {
        width : 100%;
    }
}

@media(max-width: 435px) {
    .CartItemDeliveryOption {
        font-size: 12px;
        width: 100%;
    }

    #bb-store-modal .modal-dialog {
        width: 100%;
    }

    .bb-store-modal-filter .zipcode, .bb-store-modal-filter .distance {
        width: 48%;
        margin-right: 2px;
    }

    .bb-store-modal-filter .change-btn {
        margin: 0;
    }

    .bb-store-modal-filter .form-group {
        margin-bottom: 5px;
    }

    #bb-store-modal .bb-store-list .bb-store-content {
        margin: 1px;
    }
}

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
/* #container {
    width:100%;
    height:100%;
    overflow:hidden;
    position:fixed;
    top:0px;
    left:0px;
}
.nivoSlider {
    position:fixed;
    top:-16px;
    left:0px;
}
.nivoSlider img {position:absolute;
    top:0px;
    left:0px;
} */
.nivoSlider {
	position:relative;
	width:100%;	
	/*overflow: hidden;
      height:373px!important;*/
    height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 1;
	overflow: hidden;
	display: none;
	-moz-opacity: 1;
	filter:alpha(opacity=1);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/* ------------------------------
Default Theme
---------------------------------*/
.slider-direction {
	position: absolute;
	left:0; 
	top:0;  
	width: 100%;
	background: none;
	color: #fff;
	font-size: 16px;
	z-index: 999;
	display: block;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border:0;
    padding:0;
    margin:0;
    z-index:6;
    display:none;
    background:white; 
    filter:alpha(opacity=0); 
    opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display:block;
    position:absolute;
    z-index:5;
    height:100%;
    top:0;
}
.nivo-box {
    display:block;
    position:absolute;
    z-index:5;
    overflow:hidden;
}
.nivo-box img { display:block; }
.nivo-caption {
  position:absolute;
    left:0; 
    top:0;  
    color:#fff;
    width:100%;
    height: 100%;
    z-index:8;
}
.nivo-main-image {
    display: block !important;
    position: relative !important; 
    width: 100% !important;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display:block;
    position:absolute;
    z-index:5;
    height:100%;
    top:0;
}
.nivo-box {
    display:block;
    position:absolute;
    z-index:5;
    overflow:hidden;
}
@-webkit-keyframes myfirst {
  from {width: 0;}
  to {width: 100%;}
 }
 @keyframes myfirst {
  from {width: 0;}
  to {width: 100%;}
 }
 .slider-progress.pos_hover{
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
 }
/* ------------------------------
custom slider
---------------------------------*/
.slider-progress{
	position:absolute;
	top:0;
	left:0;
	background-color: rgba(255, 255, 255, .7);
	height:5px;
	-webkit-animation: myfirst 5000ms ease-in-out;
	-moz-animation: myfirst 5000ms ease-in-out;
	-ms-animation: myfirst 5000ms ease-in-out;
	animation: myfirst 5000ms ease-in-out;
}
.s-tb{
	display: table;
	height: 100%;
	width: 100%;
	float: left;
}
.s-tb-c{
	display: table-cell;
    vertical-align: middle;
}
.t-cn{text-align: center}
.t-lft{text-align: left}
.t-lfr{text-align: right}
/* ------------------------------
slider animation
---------------------------------*/
/* -------------- Home 1  ---------------- */
.home1 .slider-1 h1{
        -webkit-animation: bounceInUp 1000ms ease-in-out;
    -moz-animation: bounceInUp 1000ms ease-in-out;
    -ms-animation: bounceInUp 1000ms ease-in-out;
    animation: bounceInUp 1000ms ease-in-out;
}
.home1 .slider-1 h2{
        -webkit-animation: fadeInRight 1500ms ease-in-out;
    -moz-animation: fadeInRight 1500ms ease-in-out;
    -ms-animation: fadeInRight 1500ms ease-in-out;
    animation: fadeInRight 1500ms ease-in-out;
}
.home1 .slider-2 h1{
        -webkit-animation: fadeInLeft 500ms ease-in-out;
    -moz-animation: fadeInLeft 500ms ease-in-out;
    -ms-animation: fadeInLeft 500ms ease-in-out;
    animation: fadeInLeft 500ms ease-in-out;
}
.home1 .slider-2 h3{
        -webkit-animation: fadeInLeft 1500ms ease-in-out;
    -moz-animation: fadeInLeft 1500ms ease-in-out;
    -ms-animation: fadeInLeft 1500ms ease-in-out;
    animation: fadeInLeft 1500ms ease-in-out;
}
/* -------------- Home 2  ---------------- */
.home2 .slider-2 h1{
        -webkit-animation: fadeInLeft 500ms ease-in-out;
    -moz-animation: fadeInLeft 500ms ease-in-out;
    -ms-animation: fadeInLeft 500ms ease-in-out;
    animation: fadeInLeft 500ms ease-in-out;
}
.home2 .slider-2 h3{
        -webkit-animation: fadeInLeft 1500ms ease-in-out;
    -moz-animation: fadeInLeft 1500ms ease-in-out;
    -ms-animation: fadeInLeft 1500ms ease-in-out;
    animation: fadeInLeft 1500ms ease-in-out;
}
.home2 .layer-1{
	 -webkit-animation: fadeInLeft 1500ms ease-in-out;
    -moz-animation: fadeInLeft 1500ms ease-in-out;
    -ms-animation: fadeInLeft 1500ms ease-in-out;
    animation: fadeInLeft 1500ms ease-in-out;
}
.home2 .layer-2{
	-webkit-animation: bounceInUp 1000ms ease-in-out;
    -moz-animation: bounceInUp 1000ms ease-in-out;
    -ms-animation: bounceInUp 1000ms ease-in-out;
    animation: bounceInUp 1000ms ease-in-out;
}
.home2 .layer-3{
	 -webkit-animation: fadeInRight 1500ms ease-in-out;
    -moz-animation: fadeInRight 1500ms ease-in-out;
    -ms-animation: fadeInRight 1500ms ease-in-out;
    animation: fadeInRight 1500ms ease-in-out;
}
.home2 .layer-1-1{
	-webkit-animation: fadeInRight 1500ms ease-in-out;
    -moz-animation: fadeInRight 1500ms ease-in-out;
    -ms-animation: fadeInRight 1500ms ease-in-out;
    animation: fadeInRight 1500ms ease-in-out;
}
/* -------------- Home 3  ---------------- */
.home3 .slider-1 h1{
	-webkit-animation: fadeInLeft 500ms ease-in-out;
    -moz-animation: fadeInLeft 500ms ease-in-out;
    -ms-animation: fadeInLeft 500ms ease-in-out;
    animation: fadeInLeft 500ms ease-in-out;
}
.home3 .slider-1 h3{
	-webkit-animation: fadeInLeft 1500ms ease-in-out;
    -moz-animation: fadeInLeft 1500ms ease-in-out;
    -ms-animation: fadeInLeft 1500ms ease-in-out;
    animation: fadeInLeft 1500ms ease-in-out;
}
.home3 .slider-2 h1{
	-webkit-animation: bounceInUp 1000ms ease-in-out;
    -moz-animation: bounceInUp 1000ms ease-in-out;
    -ms-animation: bounceInUp 1000ms ease-in-out;
    animation: bounceInUp 1000ms ease-in-out;
}
.home3 .slider-2 h3{
	-webkit-animation: fadeInLeft 1500ms ease-in-out;
    -moz-animation: fadeInLeft 1500ms ease-in-out;
    -ms-animation: fadeInLeft 1500ms ease-in-out;
    animation: fadeInLeft 1500ms ease-in-out;
}
.home3 .slider-3 h1{
	-webkit-animation: fadeInRight 500ms ease-in-out;
    -moz-animation: fadeInRight 500ms ease-in-out;
    -ms-animation: fadeInRight 500ms ease-in-out;
    animation: fadeInRight 500ms ease-in-out;
}
.home3 .slider-3 h3{
	-webkit-animation: fadeInRight 1500ms ease-in-out;
    -moz-animation: fadeInRight 1500ms ease-in-out;
    -ms-animation: fadeInRight 1500ms ease-in-out;
    animation: fadeInRight 1500ms ease-in-out;
}
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/
/* -------------------------------------
preview-1 
---------------------------------------- */
.preview-1 .nivoSlider {
	position: relative;
	background: url("/pscu/Assets/img/loading.gif") no-repeat 50% 50%;
}

	.preview-1 .nivoSlider img {
		position: absolute;
		top: 0px;
		left: 0px;
		display: none;
	}

	.preview-1 .nivoSlider a {
		border: 0;
		display: block;
	}

.preview-1 .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}

	.preview-1 .nivo-controlNav a {
		display: inline-block;
		width: 22px;
		height: 22px;
		background: url("/pscu/Assets/img/bullets.png") no-repeat;
		text-indent: -9999px;
		border: 0;
		margin: 0 2px;
		/* hack to remove the bullet buttons over the image */
		visibility: hidden;
	}

		.preview-1 .nivo-controlNav a.active {
			background-position: 0 -22px;
		}

.preview-1 .nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url("/pscu/Assets/img/arrow.png") no-repeat;
	text-indent: -9999px;
	border: 0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	/* hack to remove the bullet buttons over the image */
	visibility: hidden;
}

.preview-1:hover .nivo-directionNav a {
	opacity: 1;
}

.preview-1 a.nivo-nextNav {
	background-position: -30px 0;
	right: 15px;
}

.preview-1 a.nivo-prevNav {
	left: 15px;
}

.preview-1 .nivo-caption {
	font-family: Helvetica, Arial, sans-serif;
}

	.preview-1 .nivo-caption a {
		color: #fff;
		border-bottom: 1px dotted #fff;
	}

		.preview-1 .nivo-caption a:hover {
			color: #fff;
		}

.preview-1 .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}

	.preview-1 .nivo-controlNav.nivo-thumbs-enabled a {
		width: auto;
		height: auto;
		background: none;
		margin-bottom: 5px;
	}

	.preview-1 .nivo-controlNav.nivo-thumbs-enabled img {
		display: block;
		width: 120px;
		height: auto;
	}

.preview-1 .nivo-controlNav {
	position: relative;
	z-index: 99999;
	bottom: 68px;
}

	.preview-1 .nivo-controlNav a {
		border: 5px solid #fff;
		display: inline-block;
		height: 18px;
		margin: 0 5px;
		text-indent: -9999px;
		width: 18px;
		line-height: 8px;
		background: #3c3c3c;
		cursor: pointer;
		position: relative;
		z-index: 9;
		border-radius: 100%;
		opacity: 0;
		z-index: -999;
	}

.preview-1:hover .nivo-controlNav a {
	opacity: 1;
	z-index: 999999;
}

.preview-1 .nivo-controlNav a:hover, .preview-1 .nivo-controlNav a.active {
	background: #000;
	cursor: pointer;
}
/* -------------------------------------
preview-2
---------------------------------------- */

#merchandise-slider .nivo-controlNav {
	bottom: -5px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 9;
	background-color: #00568d;
	color: #fff;
}

.preview-2 {
	position: relative
}

	.preview-2 .nivo-controlNav {
		bottom: -59px;
		left: 0;
		position: absolute;
		right: 0;
		text-align: center;
		z-index: 9;
		background-color: #00568d;
		color: #fff;
	}

.timethai {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(224, 53, 80, 0.6);
	height: 3px;
	-webkit-animation: myfirst 5000ms ease-in-out;
	-moz-animation: myfirst 5000ms ease-in-out;
	-ms-animation: myfirst 5000ms ease-in-out;
	animation: myfirst 5000ms ease-in-out;
}

@keyframes myfirst {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

.timethai.pos_hover {
	animation-play-state: paused;
}

.preview-2 .nivo-directionNav a {
	border: 1px solid #e1e1e0;
	color: rgba(0, 0, 0, 0);
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 40px;
	margin: -45px 0 0;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 9;
}

	.preview-2 .nivo-directionNav a::after {
		color: #e1e1e0;
		content: "";
		display: inline-block;
		font-family: FontAwesome;
		font-size: 22px;
		height: 40px;
		left: 0;
		line-height: 40px;
		position: absolute;
		text-align: center;
		top: 0;
		width: 40px;
	}

	.preview-2 .nivo-directionNav a.nivo-prevNav {
		left: 5%;
		display: none;
	}

	.preview-2 .nivo-directionNav a.nivo-nextNav {
		right: 5%;
		display: none;
	}

		.preview-2 .nivo-directionNav a.nivo-nextNav::after {
			content: "";
		}

	.preview-2 .nivo-directionNav a:hover, .preview-2 .nivo-directionNav a:hover::after {
		border-color: #e03550;
		color: #e03550;
	}

.preview-2 .nivo-controlNav a {
	background-color: #ffffff;
	border: 0 none;
	border-radius: 100%;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	line-height: 8px;
	margin: 0 3px;
	position: relative;
	text-indent: -9999px;
	width: 10px;
	z-index: 9;
}

.preview-2:hover .nivo-controlNav a {
	opacity: 1;
	z-index: 999999;
}

.preview-2 .nivo-controlNav a:hover, .preview-2 .nivo-controlNav a.active {
	background: #e40a0a;
	cursor: pointer;
	height: 11px;
	line-height: 8px;
	width: 11px;
}



.slider-banner-area .preview-2 {
	position: relative;
}

.slider-banner-area .nivo-directionNav {
	bottom: 78px;
	display: inline-block;
	position: absolute;
	right: 69px !important;
	z-index: 99;
}

.slider-banner-area .preview-2 .nivo-directionNav a.nivo-prevNav:before, .slider-banner-area .preview-2 .nivo-directionNav a.nivo-nextNav:before {
	border: 1px solid #ffffff;
}

.slider-banner-area .preview-2 .nivo-directionNav a.nivo-prevNav:hover:before, .slider-banner-area .preview-2 .nivo-directionNav a.nivo-nextNav:hover:before {
	border: 1px solid #cf5c7c !important;
	color: #cf5c7c
}

.slider-banner-area .preview-2 .nivoSlider .nivo-directionNav a.nivo-prevNav {
	font-size: 0;
	left: -60px;
}

.slider-banner-area .preview-2 .nivoSlider:hover .nivo-directionNav a.nivo-prevNav {
	left: -60px;
}

.slider-banner-area .preview-2 .nivoSlider .nivo-directionNav a.nivo-nextNav {
	font-size: 0;
	right: 0;
}

.slider-banner-area .preview-2 .nivoSlider:hover .nivo-directionNav a.nivo-nextNav {
	right: 0;
}

.link {
    cursor: pointer;
}

.sidebar-category-list li input {
    display: none;
}

.sidebar-category-list .field-label {
    display: none;
}

.sidebar-category-list .field-wrapper span ul li label {
}

.sidebar-category-list-mobile li input {
    display: none;
}

.sidebar-category-list-mobile .field-label {
    display: none;
}

.sidebar-category-list-mobile .field-wrapper span ul li label {
}

.active-filter {
    float: left;
    cursor: pointer;
}

#lastPage {
    cursor: pointer;
}

#next {
    cursor: pointer;
}

#prev {
    cursor: pointer;
}

#firstPage {
    cursor: pointer;
}

.liner label {
    cursor: pointer;
}

#passwordNote {
    font-size: 12px !important;
    font-family: 'Droid',sans-serif !important;
}

.input-validation-error {
    border-color: #e40a0a !important;
    border-style: solid !important;
    border-width: 2px !important;
}

.cancelFilter {
    /*float: left;*/
}

.field-label label {
    font-size: 14px !important;
    font-family: 'Droid',sans-serif !important;
    color: #525252;
}

.field-wrapper > select {
    height: 40px !important;
    border: 1px solid #cdcbcc;
    border-radius: 2px;
    color: #525252;
    font-size: 15px;
    padding: 0px 10px;
    margin-right: 20px;
}

    .field-wrapper > select:focus {
        outline: none;
        border: 1px solid #525252 !important;
        box-shadow: none !important;
    }
/*.mega-sub-menus-without-icon {
padding-left:10px;
}*/
.mobileMenuDisplayNone {
    display: none;
}

#merchandise-slider .nivo-controlNav {
    background-color: rgba(0, 0, 0, 0) !important;
}
#merchandise-slidercucustompage .nivo-controlNav {
    background-color: #00568D !important;
    bottom:-39px;
    padding:15px 0px;
}
.loaderImage {
    display: none;
    margin-left: auto;
    margin-right: auto;
    height: 70px;
}
/*Back to top Button CSS End*/
#return-to-top {
    width: 40px;
    height: 40px;
    text-decoration: none;
    float: right;
    text-align: center;
    border-radius: 50%;
    border-style: solid;
    border-width: 4px;
    margin: 10px 10px;
}

#return-to-top i {
    margin: 0;
    font-size: 22px;
    padding-top: 3.5px;
}

.registration-margin{
    margin-bottom:3%;
}
.top-text 
{
	font-size: 11px !important;
	color: #00568d !important;
    margin-top: 13px !important;
    width:56px !important;  
}
.prolink-pl-5 {
  padding-left:40px !important;
}
/*!
 * Datepicker for Bootstrap v1.6.1 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker{border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker.datepicker-rtl{direction:rtl}.datepicker.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0;padding:4px}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(0,0,0,.15);border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #f0eeef;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid rgba(0,0,0,.15)}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #f0eeef}.datepicker>div{display:none}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker table tr td,.datepicker table tr th{text-align:center;width:30px;height:30px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.new,.datepicker table tr td.old{color:#777}.datepicker table tr td.day:hover,.datepicker table tr td.focused{background:#eee;cursor:pointer}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#777;cursor:default}.datepicker table tr td.highlighted{color:#000;background-color:#d9edf7;border-color:#85c5e5;border-radius:0}.datepicker table tr td.highlighted.focus,.datepicker table tr td.highlighted:focus{color:#000;background-color:#afd9ee;border-color:#298fc2}.datepicker table tr td.highlighted:hover{color:#000;background-color:#afd9ee;border-color:#52addb}.datepicker table tr td.highlighted.active,.datepicker table tr td.highlighted:active{color:#000;background-color:#afd9ee;border-color:#52addb}.datepicker table tr td.highlighted.active.focus,.datepicker table tr td.highlighted.active:focus,.datepicker table tr td.highlighted.active:hover,.datepicker table tr td.highlighted:active.focus,.datepicker table tr td.highlighted:active:focus,.datepicker table tr td.highlighted:active:hover{color:#000;background-color:#91cbe8;border-color:#298fc2}.datepicker table tr td.highlighted.disabled.focus,.datepicker table tr td.highlighted.disabled:focus,.datepicker table tr td.highlighted.disabled:hover,.datepicker table tr td.highlighted[disabled].focus,.datepicker table tr td.highlighted[disabled]:focus,.datepicker table tr td.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.highlighted.focus,fieldset[disabled] .datepicker table tr td.highlighted:focus,fieldset[disabled] .datepicker table tr td.highlighted:hover{background-color:#d9edf7;border-color:#85c5e5}.datepicker table tr td.highlighted.focused{background:#afd9ee}.datepicker table tr td.highlighted.disabled,.datepicker table tr td.highlighted.disabled:active{background:#d9edf7;color:#777}.datepicker table tr td.today{color:#000;background-color:#ffdb99;border-color:#ffb733}.datepicker table tr td.today.focus,.datepicker table tr td.today:focus{color:#000;background-color:#ffc966;border-color:#b37400}.datepicker table tr td.today:hover{color:#000;background-color:#ffc966;border-color:#f59e00}.datepicker table tr td.today.active,.datepicker table tr td.today:active{color:#000;background-color:#ffc966;border-color:#f59e00}.datepicker table tr td.today.active.focus,.datepicker table tr td.today.active:focus,.datepicker table tr td.today.active:hover,.datepicker table tr td.today:active.focus,.datepicker table tr td.today:active:focus,.datepicker table tr td.today:active:hover{color:#000;background-color:#ffbc42;border-color:#b37400}.datepicker table tr td.today.disabled.focus,.datepicker table tr td.today.disabled:focus,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today[disabled].focus,.datepicker table tr td.today[disabled]:focus,.datepicker table tr td.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.today.focus,fieldset[disabled] .datepicker table tr td.today:focus,fieldset[disabled] .datepicker table tr td.today:hover{background-color:#ffdb99;border-color:#ffb733}.datepicker table tr td.today.focused{background:#ffc966}.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:active{background:#ffdb99;color:#777}.datepicker table tr td.range{color:#000;background-color:#eee;border-color:#bbb;border-radius:0}.datepicker table tr td.range.focus,.datepicker table tr td.range:focus{color:#000;background-color:#d5d5d5;border-color:#7c7c7c}.datepicker table tr td.range:hover{color:#000;background-color:#d5d5d5;border-color:#9d9d9d}.datepicker table tr td.range.active,.datepicker table tr td.range:active{color:#000;background-color:#d5d5d5;border-color:#9d9d9d}.datepicker table tr td.range.active.focus,.datepicker table tr td.range.active:focus,.datepicker table tr td.range.active:hover,.datepicker table tr td.range:active.focus,.datepicker table tr td.range:active:focus,.datepicker table tr td.range:active:hover{color:#000;background-color:#c3c3c3;border-color:#7c7c7c}.datepicker table tr td.range.disabled.focus,.datepicker table tr td.range.disabled:focus,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range[disabled].focus,.datepicker table tr td.range[disabled]:focus,.datepicker table tr td.range[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.focus,fieldset[disabled] .datepicker table tr td.range:focus,fieldset[disabled] .datepicker table tr td.range:hover{background-color:#eee;border-color:#bbb}.datepicker table tr td.range.focused{background:#d5d5d5}.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:active{background:#eee;color:#777}.datepicker table tr td.range.highlighted{color:#000;background-color:#e4eef3;border-color:#9dc1d3}.datepicker table tr td.range.highlighted.focus,.datepicker table tr td.range.highlighted:focus{color:#000;background-color:#c1d7e3;border-color:#4b88a6}.datepicker table tr td.range.highlighted:hover{color:#000;background-color:#c1d7e3;border-color:#73a6c0}.datepicker table tr td.range.highlighted.active,.datepicker table tr td.range.highlighted:active{color:#000;background-color:#c1d7e3;border-color:#73a6c0}.datepicker table tr td.range.highlighted.active.focus,.datepicker table tr td.range.highlighted.active:focus,.datepicker table tr td.range.highlighted.active:hover,.datepicker table tr td.range.highlighted:active.focus,.datepicker table tr td.range.highlighted:active:focus,.datepicker table tr td.range.highlighted:active:hover{color:#000;background-color:#a8c8d8;border-color:#4b88a6}.datepicker table tr td.range.highlighted.disabled.focus,.datepicker table tr td.range.highlighted.disabled:focus,.datepicker table tr td.range.highlighted.disabled:hover,.datepicker table tr td.range.highlighted[disabled].focus,.datepicker table tr td.range.highlighted[disabled]:focus,.datepicker table tr td.range.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.highlighted.focus,fieldset[disabled] .datepicker table tr td.range.highlighted:focus,fieldset[disabled] .datepicker table tr td.range.highlighted:hover{background-color:#e4eef3;border-color:#9dc1d3}.datepicker table tr td.range.highlighted.focused{background:#c1d7e3}.datepicker table tr td.range.highlighted.disabled,.datepicker table tr td.range.highlighted.disabled:active{background:#e4eef3;color:#777}.datepicker table tr td.range.today{color:#000;background-color:#f7ca77;border-color:#f1a417}.datepicker table tr td.range.today.focus,.datepicker table tr td.range.today:focus{color:#000;background-color:#f4b747;border-color:#815608}.datepicker table tr td.range.today:hover{color:#000;background-color:#f4b747;border-color:#bf800c}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today:active{color:#000;background-color:#f4b747;border-color:#bf800c}.datepicker table tr td.range.today.active.focus,.datepicker table tr td.range.today.active:focus,.datepicker table tr td.range.today.active:hover,.datepicker table tr td.range.today:active.focus,.datepicker table tr td.range.today:active:focus,.datepicker table tr td.range.today:active:hover{color:#000;background-color:#f2aa25;border-color:#815608}.datepicker table tr td.range.today.disabled.focus,.datepicker table tr td.range.today.disabled:focus,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today[disabled].focus,.datepicker table tr td.range.today[disabled]:focus,.datepicker table tr td.range.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.today.focus,fieldset[disabled] .datepicker table tr td.range.today:focus,fieldset[disabled] .datepicker table tr td.range.today:hover{background-color:#f7ca77;border-color:#f1a417}.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:active{background:#f7ca77;color:#777}.datepicker table tr td.selected,.datepicker table tr td.selected.highlighted{color:#fff;background-color:#777;border-color:#555;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.focus,.datepicker table tr td.selected.highlighted.focus,.datepicker table tr td.selected.highlighted:focus,.datepicker table tr td.selected:focus{color:#fff;background-color:#5e5e5e;border-color:#161616}.datepicker table tr td.selected.highlighted:hover,.datepicker table tr td.selected:hover{color:#fff;background-color:#5e5e5e;border-color:#373737}.datepicker table tr td.selected.active,.datepicker table tr td.selected.highlighted.active,.datepicker table tr td.selected.highlighted:active,.datepicker table tr td.selected:active{color:#fff;background-color:#5e5e5e;border-color:#373737}.datepicker table tr td.selected.active.focus,.datepicker table tr td.selected.active:focus,.datepicker table tr td.selected.active:hover,.datepicker table tr td.selected.highlighted.active.focus,.datepicker table tr td.selected.highlighted.active:focus,.datepicker table tr td.selected.highlighted.active:hover,.datepicker table tr td.selected.highlighted:active.focus,.datepicker table tr td.selected.highlighted:active:focus,.datepicker table tr td.selected.highlighted:active:hover,.datepicker table tr td.selected:active.focus,.datepicker table tr td.selected:active:focus,.datepicker table tr td.selected:active:hover{color:#fff;background-color:#4c4c4c;border-color:#161616}.datepicker table tr td.selected.disabled.focus,.datepicker table tr td.selected.disabled:focus,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.highlighted.disabled.focus,.datepicker table tr td.selected.highlighted.disabled:focus,.datepicker table tr td.selected.highlighted.disabled:hover,.datepicker table tr td.selected.highlighted[disabled].focus,.datepicker table tr td.selected.highlighted[disabled]:focus,.datepicker table tr td.selected.highlighted[disabled]:hover,.datepicker table tr td.selected[disabled].focus,.datepicker table tr td.selected[disabled]:focus,.datepicker table tr td.selected[disabled]:hover,fieldset[disabled] .datepicker table tr td.selected.focus,fieldset[disabled] .datepicker table tr td.selected.highlighted.focus,fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,fieldset[disabled] .datepicker table tr td.selected:focus,fieldset[disabled] .datepicker table tr td.selected:hover{background-color:#777;border-color:#555}.datepicker table tr td.active,.datepicker table tr td.active.highlighted{color:#fff;background-color:#337ab7;border-color:#2e6da4;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.focus,.datepicker table tr td.active.highlighted.focus,.datepicker table tr td.active.highlighted:focus,.datepicker table tr td.active:focus{color:#fff;background-color:#286090;border-color:#122b40}.datepicker table tr td.active.highlighted:hover,.datepicker table tr td.active:hover{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td.active.active,.datepicker table tr td.active.highlighted.active,.datepicker table tr td.active.highlighted:active,.datepicker table tr td.active:active{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td.active.active.focus,.datepicker table tr td.active.active:focus,.datepicker table tr td.active.active:hover,.datepicker table tr td.active.highlighted.active.focus,.datepicker table tr td.active.highlighted.active:focus,.datepicker table tr td.active.highlighted.active:hover,.datepicker table tr td.active.highlighted:active.focus,.datepicker table tr td.active.highlighted:active:focus,.datepicker table tr td.active.highlighted:active:hover,.datepicker table tr td.active:active.focus,.datepicker table tr td.active:active:focus,.datepicker table tr td.active:active:hover{color:#fff;background-color:#204d74;border-color:#122b40}.datepicker table tr td.active.disabled.focus,.datepicker table tr td.active.disabled:focus,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.highlighted.disabled.focus,.datepicker table tr td.active.highlighted.disabled:focus,.datepicker table tr td.active.highlighted.disabled:hover,.datepicker table tr td.active.highlighted[disabled].focus,.datepicker table tr td.active.highlighted[disabled]:focus,.datepicker table tr td.active.highlighted[disabled]:hover,.datepicker table tr td.active[disabled].focus,.datepicker table tr td.active[disabled]:focus,.datepicker table tr td.active[disabled]:hover,fieldset[disabled] .datepicker table tr td.active.focus,fieldset[disabled] .datepicker table tr td.active.highlighted.focus,fieldset[disabled] .datepicker table tr td.active.highlighted:focus,fieldset[disabled] .datepicker table tr td.active.highlighted:hover,fieldset[disabled] .datepicker table tr td.active:focus,fieldset[disabled] .datepicker table tr td.active:hover{background-color:#337ab7;border-color:#2e6da4}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#777;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{color:#fff;background-color:#337ab7;border-color:#2e6da4;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover.focus,.datepicker table tr td span.active.disabled:hover:focus,.datepicker table tr td span.active.focus,.datepicker table tr td span.active:focus,.datepicker table tr td span.active:hover.focus,.datepicker table tr td span.active:hover:focus{color:#fff;background-color:#286090;border-color:#122b40}.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover:hover{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td span.active.active.focus,.datepicker table tr td span.active.active:focus,.datepicker table tr td span.active.active:hover,.datepicker table tr td span.active.disabled.active.focus,.datepicker table tr td span.active.disabled.active:focus,.datepicker table tr td span.active.disabled.active:hover,.datepicker table tr td span.active.disabled:active.focus,.datepicker table tr td span.active.disabled:active:focus,.datepicker table tr td span.active.disabled:active:hover,.datepicker table tr td span.active.disabled:hover.active.focus,.datepicker table tr td span.active.disabled:hover.active:focus,.datepicker table tr td span.active.disabled:hover.active:hover,.datepicker table tr td span.active.disabled:hover:active.focus,.datepicker table tr td span.active.disabled:hover:active:focus,.datepicker table tr td span.active.disabled:hover:active:hover,.datepicker table tr td span.active:active.focus,.datepicker table tr td span.active:active:focus,.datepicker table tr td span.active:active:hover,.datepicker table tr td span.active:hover.active.focus,.datepicker table tr td span.active:hover.active:focus,.datepicker table tr td span.active:hover.active:hover,.datepicker table tr td span.active:hover:active.focus,.datepicker table tr td span.active:hover:active:focus,.datepicker table tr td span.active:hover:active:hover{color:#fff;background-color:#204d74;border-color:#122b40}.datepicker table tr td span.active.disabled.disabled.focus,.datepicker table tr td span.active.disabled.disabled:focus,.datepicker table tr td span.active.disabled.disabled:hover,.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.disabled.focus,.datepicker table tr td span.active.disabled:hover.disabled:focus,.datepicker table tr td span.active.disabled:hover.disabled:hover,.datepicker table tr td span.active.disabled:hover[disabled].focus,.datepicker table tr td span.active.disabled:hover[disabled]:focus,.datepicker table tr td span.active.disabled:hover[disabled]:hover,.datepicker table tr td span.active.disabled[disabled].focus,.datepicker table tr td span.active.disabled[disabled]:focus,.datepicker table tr td span.active.disabled[disabled]:hover,.datepicker table tr td span.active:hover.disabled.focus,.datepicker table tr td span.active:hover.disabled:focus,.datepicker table tr td span.active:hover.disabled:hover,.datepicker table tr td span.active:hover[disabled].focus,.datepicker table tr td span.active:hover[disabled]:focus,.datepicker table tr td span.active:hover[disabled]:hover,.datepicker table tr td span.active[disabled].focus,.datepicker table tr td span.active[disabled]:focus,.datepicker table tr td span.active[disabled]:hover,fieldset[disabled] .datepicker table tr td span.active.disabled.focus,fieldset[disabled] .datepicker table tr td span.active.disabled:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover,fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,fieldset[disabled] .datepicker table tr td span.active.focus,fieldset[disabled] .datepicker table tr td span.active:focus,fieldset[disabled] .datepicker table tr td span.active:hover,fieldset[disabled] .datepicker table tr td span.active:hover.focus,fieldset[disabled] .datepicker table tr td span.active:hover:focus,fieldset[disabled] .datepicker table tr td span.active:hover:hover{background-color:#337ab7;border-color:#2e6da4}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#777}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-group.date .input-group-addon{cursor:pointer}.input-daterange{width:100%}.input-daterange input{text-align:center}.input-daterange input:first-child{border-radius:3px 0 0 3px}.input-daterange input:last-child{border-radius:0 3px 3px 0}.input-daterange .input-group-addon{width:auto;min-width:16px;padding:4px 5px;line-height:1.42857143;text-shadow:0 1px 0 #fff;border-width:1px 0;margin-left:-5px;margin-right:-5px}
/*# sourceMappingURL=bootstrap-datepicker3.min.css.map */
.dropdown-group::after {
    display:table;
    content:"";
    clear:both;
}
.dropdown-expiration-month{
    width:40%;
     padding-right:5px;
}
.dropdown-expiration-year{
    width:60%;
     padding-left:5px;
}
.dropdown-expiration-month, .dropdown-expiration-year{
    float:left;
   
}
.maxWidth {
width:100% !important;
}
no-drop {
    color: gray;
    cursor: no-drop;
}

.customerservice-subheading {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #525252;
    text-align: left;
    text-transform:none!important
}

.elevatezoom-gallery-block {
display:block;
}
@keyframes hover-color {
  from {
    border-color: #cdcbcc; }
  to {
    border-color: #525252; } 
}
.magic-radio
{
  position: absolute;
  display: none;
}
.magic-radio[disabled],
.magic-radio + label
{
  position: relative;
  display: block;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: middle; 
}
.magic-radio + label:hover:before 
{
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color; 
}
.magic-radio + label:before
{
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #cdcbcc; 
}
.magic-radio + label:after
{
    position: absolute;
    display: none;
    content: '';
}
.magic-radio[disabled] + label
{
  cursor: not-allowed;
  color: #e4e4e4; 
}
.magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after
{
    cursor: not-allowed; 
}
.magic-radio[disabled] + label:hover:before
{
    border: 1px solid #e4e4e4;
    animation-name: none; 
}
.magic-radio[disabled] + label:before
{
    border-color: #e4e4e4; 
}
.magic-radio:checked + label:before
{
  animation-name: none; 
}
.magic-radio:checked + label:after
{
  display: block; 
}
.magic-radio + label:before
{
  border-radius: 50%; 
}
.magic-radio + label:after 
{
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #353535; 
}
.magic-radio:checked + label:before 
{
  border: 1px solid #cdcbcc; 
}
.magic-radio:checked + label:hover:before
{
  border: 1px solid #525252; 
}
.magic-radio:checked[disabled] + label:before
{
  border: 1px solid #c9e2f9; 
}
.magic-radio:checked[disabled] + label:after 
{
  background: #c9e2f9; 
}
