﻿@keyframes pulse {
	0% {
		background-color: #29b5ff;
	}

	50% {
		background-color: #10acff;
	}

	100% {
		background-color: #0090dc;
	}
}

@-webkit-keyframes pulse {
	0% {
		background-color: #29b5ff;
	}

	50% {
		background-color: #10acff;
	}

	100% {
		background-color: #0090dc;
	}
}

@-moz-keyframes pulse {
	0% {
		background-color: #29b5ff;
	}

	50% {
		background-color: #10acff;
	}

	100% {
		background-color: #0090dc;
	}
}

@-o-keyframes pulse {
	0% {
		background-color: #29B5FF;
	}

	50% {
		background-color: #10acff;
	}

	100% {
		background-color: #0090dc;
	}
}

@keyframes pulse {
	0% {
		background-color: #29b5ff;
	}

	50% {
		background-color: #10acff;
	}

	100% {
		background-color: #0090dc;
	}
}

.style-switcher-btn {
	right: 0;
	top: 85px;
	z-index: 1041;
	position: fixed;
	border-radius: 3px 0 0 3px;
	overflow: hidden;
	line-height: 1;
	padding: 12px 15px;
	cursor: pointer;
	font-size: 20px;
	background-color: #bce8f1;
}

.item-listing a,
.item-listing div {
	display: block;
	padding: 12px 15px;
	border-bottom: 1px solid rgba(255, 255, 255, .23);
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
}

.item-listing .fa {
	background: rgba(0, 0, 0, .1);
	padding: 15px;
	margin-right: 8px;
}

.layout-switcher-wrap {
	padding: 15px;
	padding-bottom: 0;
}

.offset-menu-wrapper {
	overflow: hidden;
}

.style-switcher {
	right: -15px;
	top: 0;
	bottom: 0;
	z-index: 1042;
	position: fixed;
	overflow-y: scroll;
	font-size: 18px;
	width: 335px;
	display: none;
	border-radius: 0;
	margin-bottom: 0;
	background-color: #bce8f1;
}

.card > .card-header.style-switcher-header {
	cursor: pointer;
	font-weight: bold;
}

.item-listing div.style-switcher-heading {
	font-size: 16px;
	cursor: auto;
}

.style-switcher-heading {
	background: rgba(0, 0, 0, .1);
	padding: 11px 15px;
	font-size: 16px;
}

.style-switcher-header .style-switcher-heading {
	margin: 0;
	text-transform: uppercase;
}

.style-switcher-heading {
	font-weight: bold;
}

.style-switcher-header .theme-close {
	top: 9px;
	right: 6px;
	position: absolute;
}

.style-switcher-header i {
	color: #fff;
	font-size: 20px;
	padding-right: 10px;
}

.layout-switcher {
	color: #666;
	min-width: 100%;
}

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

.fadeInRight {
	animation-name: fadeInRight;
}

.btn-group.wide-btn-group {
	width: 100%;
	display: block;
	text-align: left;
	position: relative;
}

	.btn-group.wide-btn-group > .btn:first-child {
		text-align: left;
	}

	.btn-group.wide-btn-group .btn-primary {
		background: rgba(0, 0, 0, .2);
		border-radius: 0;
		box-shadow: none;
		border: none;
		margin: 0;
		font-size: 15px;
		text-shadow: none;
		padding: 12px 15px;
		border-bottom: 1px solid rgba(0, 0, 0, .5);
	}

.wide-btn-group .dropdown-menu {
	width: 100%;
	border-radius: 0;
	top: 46px;
}

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

	to {
		transform: none;
	}
}

.search-wrap {
	max-width: 100%;
}

#btnBuyTemplate {
	color: #fff;
	font-size: 15px;
	padding-right: 15px;
	font-weight: bold;
	padding-bottom: 12px;
	display: block;
	padding-top: 12px;
}

@keyframes animateLeft {
	from {
		left: -20px;
		font-size: 16px;
	}

	to {
		left: -15px;
		font-size: 18px;
	}
}

@-webkit-keyframes animateLeft {
	from {
		left: -20px;
		font-size: 16px;
	}

	to {
		left: -15px;
		font-size: 18px;
	}
}

@-moz-keyframes animateLeft {
	from {
		left: -15px;
		font-size: 16px;
	}

	to {
		left: -10px;
		font-size: 18px;
	}
}

@keyframes animateLeft {
	from {
		left: -15px;
		font-size: 16px;
	}

	to {
		left: -10px;
		font-size: 18px;
	}
}

@-webkit-keyframes animateRight {
	from {
		right: -15px;
		font-size: 16px;
	}

	to {
		right: -10px;
		font-size: 18px;
	}
}

@-moz-keyframes animateRight {
	from {
		left: -20px;
		font-size: 16px;
	}

	to {
		left: -15px;
		font-size: 18px;
	}
}

@keyframes animateRight {
	from {
		right: -15px;
		font-size: 16px;
	}

	to {
		right: -10px;
		font-size: 18px;
	}
}

@-webkit-keyframes boxShadow {
	from {
		box-shadow: 0 0 1px #29b5ff;
	}

	to {
		box-shadow: 0 0 30px #fff;
	}
}

@-moz-keyframes boxShadow {
	from {
		box-shadow: 0 0 1px #29b5ff;
	}

	to {
		box-shadow: 0 0 30px #fff;
	}
}

@keyframes boxShadow {
	from {
		box-shadow: 0 0 1px #29b5ff;
	}

	to {
		box-shadow: 0 0 30px #fff;
	}
}

.shadow-change {
	-moz-animation-duration: .5s;
	-webkit-animation-duration: .5s;
	-moz-animation-name: boxShadow;
	-webkit-animation-name: boxShadow;
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-moz-animation-iteration-count: 3;
	-webkit-animation-iteration-count: 3;
	-moz-animation-direction: alternate;
	-webkit-animation-direction: alternate;
}

.highlight-container {
	position: relative;
}

.pointerRight {
	position: absolute;
	right: -20px;
	cursor: pointer;
	z-index: 55;
	animation-name: animateRight;
	-moz-animation-duration: .5s;
	-webkit-animation-duration: .5s;
	-moz-animation-name: animateRight;
	-webkit-animation-name: animateRight;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-webkit-animation-direction: alternate;
}

.pointerLeft {
	position: absolute;
	left: -20px;
	cursor: pointer;
	z-index: 55;
	animation-name: animateLeft;
	-moz-animation-duration: .5s;
	-webkit-animation-duration: .5s;
	-moz-animation-name: animateLeft;
	-webkit-animation-name: animateLeft;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-webkit-animation-direction: alternate;
}

.pointerRight:hover {
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.pointerLeft:hover {
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

#GuidedNavigationSearchBox {
	height: 34px;
	padding: 8px 12px;
}

.pointerLeft img {
	margin-left: -4px;
	margin-top: -1px;
}

.pointerRight img {
	margin-left: -4px;
	margin-top: -1px;
}

.pointerRightHeading {
	margin-top: 2px;
}

.miniCartPointer {
	position: absolute;
	right: -30px;
}

.pointerlink {
	position: relative;
}

.dialogBox {
	display: none;
	background: #fff;
	padding: 30px;
}

	.dialogBox h1 {
		text-align: center;
	}

.boxShadowFadeOut {
	-webkit-animation: boxShadowFadeOut 2s;
	-moz-animation: boxShadowFadeOut 2s;
	animation: boxShadowFadeOut 2s;
}

@-webkit-keyframes boxShadowFadeOut {
	from {
		-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .6);
		background: #ff764a;
		opacity: .8;
	}

	to {
		-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
		background: none;
		opacity: 1;
	}
}

@-moz-keyframes boxShadowFadeOut {
	from {
		-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, .6);
		background: #ff764a;
		opacity: .8;
	}

	to {
		-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
		background: none;
		opacity: 1;
	}
}

@keyframes boxShadowFadeOut {
	from {
		box-shadow: 0 4px 8px rgba(0, 0, 0, .6);
		background: #ff764a;
		opacity: .8;
	}

	to {
		box-shadow: 0 0 0 rgba(0, 0, 0, 0);
		background: none;
		opacity: 1;
	}
}

.addOnButton {
	border-width: 0;
	border-style: solid;
}

.navbar-custom {
	background-color: #333;
}

.navbar-nav-custom > li > a {
	-moz-border-radius: 3px;
	-moz-box-shadow: #000 0 0 10px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: #000 0 0 10px;
	background-color: #636363;
	background-image: -moz-linear-gradient(90deg, #1c5a85, #636363);
	background-image: -ms-linear-gradient(90deg, #1c5a85, #636363);
	background-image: -o-linear-gradient(90deg, #1c5a85, #636363);
	background-image: -webkit-linear-gradient(90deg, #1c5a85, #636363);
	background-image: linear-gradient(90deg, #1c5a85, #636363);
	border-radius: 3px;
	border: 2px solid #000;
	box-shadow: #000 0 0 10px;
	color: #fff !important;
	display: inline-block;
	margin: auto;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	text-shadow: #000 7px 7px 15px;
	-moz-transition: -moz-transform .1s ease-in-out;
	-ms-transition: -ms-transform .1s ease-in-out;
	-o-transition: -o-transform .1s ease-in-out;
	-webkit-transition: -webkit-transform .1s ease-in-out;
	transition: transform .1s ease-in-out;
	width: 100%;
	font-size: 13px;
	outline: 0;
}

	.navbar-nav-custom > li > a:hover {
		background-color: #909090;
		background-image: -moz-linear-gradient(90deg, #2b7bb4, #909090);
		background-image: -ms-linear-gradient(90deg, #2b7bb4, #909090);
		background-image: -o-linear-gradient(90deg, #2b7bb4, #909090);
		background-image: -webkit-linear-gradient(90deg, #2b7bb4, #909090);
		background-image: linear-gradient(90deg, #2b7bb4, #909090);
		border-radius: 4px;
		text-shadow: #000 4px 4px 6px;
		box-shadow: #000 0 0 9px;
		outline-style: solid;
		outline-color: #000;
		-moz-transform: scale(1.12);
		-ms-transform: scale(1.12);
		-o-transform: scale(1.12);
		-webkit-transform: scale(1.12);
		transform: scale(1.12);
		z-index: 100;
	}

	.navbar-nav-custom > li > a:active {
		background-color: #2b7bb4;
		background-image: -moz-linear-gradient(90deg, #909090, #2b7bb4);
		background-image: -ms-linear-gradient(90deg, #909090, #2b7bb4);
		background-image: -o-linear-gradient(90deg, #909090, #2b7bb4);
		background-image: -webkit-linear-gradient(90deg, #2b7bb4, #2b7bb4);
		background-image: linear-gradient(90deg, #909090, #2b7bb4);
	}

.navbar-nav-custom > li {
	padding-left: 7px;
	padding-right: 7px;
}

.center-navigation > ul {
	padding-bottom: 5px;
	padding-top: 8px;
	padding-left: 5px;
	padding-right: 5px;
}

.center-navigation {
	display: table;
	margin: 0 auto;
}

.search-box {
	padding: 8px;
	height: 34px;
}

.navbar-collapse-custom {
	overflow: hidden;
}

.navbar-brand-custom {
	display: none;
}

	.navbar-brand-custom:hover {
		color: #999 !important;
	}

.line-up-pointer {
	display: inline-block;
}

.liveChatWrap {
	float: left;
	margin-top: -10px;
	margin-left: -15px;
	-moz-transition: -moz-transform .1s ease-in-out;
	-ms-transition: -ms-transform .1s ease-in-out;
	-o-transition: -o-transform .1s ease-in-out;
	-webkit-transition: -webkit-transform .1s ease-in-out;
	transition: transform .1s ease-in-out;
	z-index: 1041;
}

.liveChatInnerWrap {
	display: inline-block;
}

.liveChatWrap:hover {
	-moz-transform: scale(1.12);
	-ms-transform: scale(1.12);
	-o-transform: scale(1.12);
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
	z-index: 50;
}

.skinChangerLabel {
	display: inline;
}

.skinChanger {
	position: relative;
	float: right;
}

@media(max-width:767px) {
	.center-navigation {
		width: 100%;
		text-align: center;
	}

	.navbar-brand-custom {
		display: block;
	}

	.line-up-pointer {
		padding-top: 15px;
	}

	.liveChatWrap {
		padding-top: 14px;
		margin-left: 0;
	}

	.pointerLeft {
		float: none;
	}
}

.preview-block {
	padding-top: 60px;
	height: 101px;
}

.breadcrumb {
	display: inline-block;
	width: 100%;
}

#advImageViewerDialog a {
	text-decoration: none;
}

#guidedNavDialog a {
	text-decoration: none;
}

#dropSearchDialog a {
	text-decoration: none;
}

.liveChatWrap {
	position: fixed;
	bottom: 0;
	left: 12px;
	z-index: 1010;
	opacity: .8;
}

.product-options .form-control {
	max-width: 334px;
}
