html {
	height: 100%;
}


/*====================================
	RESET RULES
=====================================*/

.aec-noresults {
	font-family: BurbankBig Bold;
	font-size: 18px;
	text-align: center;
}

#aec-container {
	background: transparent none repeat scroll 0 0;
	margin: 0 auto;
	max-width: 100%;
	min-width: 100%;
	overflow-x: hidden;
}

#aec-errorpage {
	background-color: #fff;
	height: 800px;
	margin: 0;
	text-align: center;
}

#aec-errorpage > h1 {
	color: #324F78;
	font-size: 22px;
	font-weight: 600;
	margin-top: 50px;
}

#aec-errorpage > h1:before {
	content: "\f883";
	font-family: 'WebGlyphs';
	margin-right: 5px;
	font-weight: normal !important;
}

#aec-error404 > div,
#aec-errorpage > div {
	color: #324F78;
	font-size: 14px;
	margin: 5px;
}

#aec-errorpage > div + div {
	background-color: #FFB718;
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12) !important;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12) !important;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	font-size: 14px;
	margin: 10px auto 0;
	padding: 10px 12px;
	width: 200px;
	font-weight: 500;
}

#aec-errorpage > div + div:hover {
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
	background-color: #fcd91d;
	color: #324F78 !important;
}

#aec-errorpage > div a {
	color: #324F78;
}

#aec-header,
#aec-left,
#aec-main,
#aec-sidebar,
#aec-footer {
	border: none;
}

a:link,
a:hover,
a:active,
a:hover {
	outline: none;
}

.col-md-offset-1-2 {
	margin-left: 4.16667%;
}


/*====================================
	HEADER
=====================================*/

body {
	font-family: 'Comfortaa', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 1.42857;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	transition: margin-left 0.2s;
	-webkit-transition: margin-left 0.2s;
	height: 100%;
	background-color: #fff;
	color: #324F78;
}

@media (min-width: 0px) and (max-width: 1024px) {
	body {
		width: 100vw;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	#aec-body .container:not(.home-landing) {
		width: 100%;
	}
}

#aec-wrapper {
	height: auto;
	position: relative;
}

#aec-body {
	background: #fff none repeat scroll 0 0;
	height: auto;
	min-height: 250px;
	padding-bottom: 20px;
	overflow: hidden;
	width: 100%;
}

#aec-body > .container {
	background-color: #fff;
	min-height: 480px;
	padding-top: 15px;
}

@media (min-width: 0px) and (max-width: 1024px) {
	#aec-body > .container {
		width: 100%;
	}
}

#aec-header {
	margin-bottom: 0;
	background-color: #1f9bde;
	border-bottom: 5px solid #ffb718;
}

@media (min-width: 0px) and (max-width: 767px) {
	#aec-header {
		padding-top: 70px;
	}
}

.header-container {
	margin-left: -15px;
	margin-right: -15px;
}

.site-tag {
	/*background: transparent url("/customers/ncircle/img/ncircle-tag.svg") no-repeat scroll center center / 100% auto;*/
	float: left;
	font-size: 18px;
	height: 50px;
	line-height: 20px;
	min-width: 402px;
	overflow: hidden;
	padding: 15px 0;
	text-indent: -9999px;
	margin-left: 15px;
}

.site-tag.sm-screen {
	display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
	.site-tag {
		min-width: 308px;
	}
}

@media (min-width: 520px) and (max-width: 767px) {
	.site-tag {
		min-width: 290px;
	}
}

@media (min-width: 0px) and (max-width: 519px) {
	.site-tag {
		display: none
	}
	.site-tag.sm-screen {
		display: none;
		height: auto;
		margin: 0 auto;
		min-width: 100%;
		padding-top: 0;
		width: auto;
	}
}

@media (min-width: 360px) and (max-width: 519px) {
	.site-tag.sm-screen {
		background-size: auto 100%;
	}
}

@media (min-width: 0px) and (max-width: 359px) {
	.site-tag.sm-screen {
		background-size: 100% auto;
	}
}

.header {
	margin-left: auto;
	margin-right: auto;
	min-height: 70px;
	padding-left: 15px;
	padding-right: 15px;
	height: auto;
	display: table;
	margin-bottom: 25px;
	margin-top: 15px;
	width: 100%;
}

.header-container .ncircle-user-nav .container {
	position: relative;
}


/* 4K and 8K UHD 7680px */

@media (min-width: 1200px) and (max-width: 7680px) {
	.header,
	.header-container .ncircle-user-nav .container {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 320px) and (max-width: 991px) {
	.header div[class^='col-'],
	.header div[class*=' col-'] {
		display: table;
	}
}

@media (min-width: 768px) {
	.header {
		width: 750px;
	}
}

@media (min-width: 0px) and (max-width: 991px) {
	#aec-body .container {
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.header {
		margin-top: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.header {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 992px) {
	.header {
		width: 970px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.header {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 1200px) {
	.header {
		width: 1170px;
	}
}


/*@media (min-width: 1680px) {
  .header, .container, #aec-body > .container, #aec-body > .container.home-landing {
    width: 1300px;
  }
}*/

#nav-ncircle-departments.navbar-collapse{
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
@media (min-width: 320px) and (max-width: 480px) {
	.header {
		margin-top: 0;
	}
}

@media (min-width: 0px) and (max-width: 320px) {
	.header {
		padding-left: 5px;
		padding-right: 5px;
	}
	#nav-ncircle-departments ul.nav {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	#aec-all-departments .navbar-header {
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.ncircle-user-nav .container {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.email-container {
		left: 15px;
		position: absolute;
		top: -77px;
		width: calc(100% - 30px);
	}
	.cart-container,
	#aec-searchholder {
		margin-top: 0px !important;
	}
}

.navbar-default.ncircle-user-nav {
	background-color: #1C75BC;
	border: medium none;
	height: auto;
	min-height: 40px;
}

.navbar-default.ncircle-user-nav .navbar-toggle {
	color: #fff;
	background-image: none;
	border-radius: 0 !important;
	float: right;
	margin: 0 70px 0 0;
	padding: 8px;
	position: relative;
	border: none;
	height: 50px;
	width: 50px;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}

.navbar-default.ncircle-user-nav .navbar-toggle.collapsed {
	background-color: transparent;
}

.navbar-default.ncircle-user-nav .navbar-toggle {
	background-color: #324F78;
}

.navbar-default.ncircle-user-nav .navbar-toggle:hover {
	background-color: #324F78;
	color: #fff !important;
}

.nav-user-icon:before {
	border: 2px solid;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	content: "\f862";
	display: inline-block;
	font-family: "WebGlyphs";
	font-size: 16px;
	height: 22px;
	overflow: hidden;
	position: relative;
	width: 22px;
}

.navbar-default.ncircle-user-nav .navbar-toggle .icon-bar {
	background-color: #FFF;
}

.navbar-default.ncircle-user-nav a,
.navbar-default.ncircle-user-nav {
	color: #fff;
	font-size: 14px;
	font-weight: 400 !important;
	text-transform: capitalize;
}

#navbar-ncircle .navbar-right {
	margin-right: 0;
}

@media (min-width: 0px) and (max-width: 767px) {
	#navbar-ncircle .navbar-right {
		margin-left: -15px;
		margin-right: -15px;
	}
	.navbar-default.ncircle-user-nav {
		box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.24) !important;
		-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.24) !important;
	}
}


/*
@media (min-width: 0) and (max-width: 767px) {
	#navbar-ncircle .navbar-right {
		margin-right: 70px;
	}
}*/

@media (min-width: 768px) and (max-width: 1024px) {
	.navbar-default.ncircle-user-nav .navbar-nav > li > a {
		color: #324F78;
		font-size: 14px;
		font-weight: 400;
		padding: 15px 10px;
		font-family: BurbankBig Bold;
		text-transform: capitalize;
		border-top: 1px solid #f7f7f7;
		transition: color 0.2s ease-in 0s;
		-moz-transition: color 0.2s ease-in 0s;
		-webkit-transition: color 0.2s ease-in 0s;
		text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
		-webkit-text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
		background: #f0f0f0;
		/* Old browsers */
		background: -moz-linear-gradient(top, #f0f0f0 0%, #cecece 100%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(top, #f0f0f0 0%, #cecece 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #f0f0f0 0%, #cecece 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#cecece', GradientType=0);
		/* IE6-9 */
	}
}

.navbar-default.ncircle-user-nav .navbar-nav > li > a.aec-myacc-link {
	font-weight: 400;
}

@media (min-width: 0px) and (max-width: 1024px) {
	.navbar-default.ncircle-user-nav .navbar-nav > li > a,
	.navbar-default.ncircle-user-nav a,
	.navbar-default.ncircle-user-nav {
		font-size: 16px;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	.aec-top-nav {
		position: fixed;
		z-index: 1000;
		width: 100%;
		width: 100vw;
		top: 0;
	}
}

.aec-loginlinks-loggedoff .aec-loginlinks-register:before {
	font-family: "WebGlyphs";
	content: '\f80b';
	display: inline-block;
	margin-right: 0;
	width: 1em;
	font-weight: normal;
}

.aec-loginlinks-loggedoff .aec-loginlinks-login:before {
	font-family: "WebGlyphs";
	content: '\f805';
	display: inline-block;
	margin-right: 0;
	width: 1em;
	font-weight: normal;
}

.aec-loginlinks-loggedin .aec-loginlinks-logoffLink:before {
	font-family: "WebGlyphs";
	content: '\f88F';
	display: inline-block;
	margin-right: 2px;
	width: auto;
	font-weight: normal;
}

.aec-loginlinks-loggedin .aec-loginlinks-manage:before {
	font-family: "WebGlyphs";
	content: '\f88C';
	display: inline-block;
	margin-right: 1px;
	width: 1em;
	font-weight: normal;
}


/* 4K and 8K UHD 7680px */

@media (min-width: 768px) and (max-width: 7680px) {
	.navbar-default.ncircle-user-nav .navbar-nav > li > a:hover,
	.aec-loginlinks-login:hover {
		color: #fff !important;
	}
	.navbar-default.ncircle-user-nav .navbar-nav > li > a.aec-myacc-link:hover {
		color: #000 !important;
	}
}

.aec-top-nav li span.aec-loginlinks a {
	display: block;
	line-height: 20px;
	padding: 15px 10px;
}

li span.aec-loginlinks a:hover {
	color: #fff !important;
}

.aec-loginlinks-loggedoff .aec-loginlinks-login {
	text-transform: uppercase;
}

@media (min-width: 320px) and (max-width: 767px) {
		
	.navbar-default.ncircle-user-nav .navbar-right a{
		color: #fff !important;
	}
	
	#navbar-ncircle.navbar-collapse {
		background-color: #324F78;
		border: none;
		-webkit-box-shadow: none !important;
	}
	#navbar-ncircle.navbar-collapse a {
		transition: color 0.2s ease-in-out 0s;
		-webkit-transition: color 0.2s ease-in-out 0s;
	}
	#navbar-ncircle ul {
		margin-bottom: 0;
		margin-top: 0;
	}
	#navbar-ncircle ul.nav > li {
		border-top: 1px solid #1C75BC !important;
		display: block;
		position: relative;
		transition: background-color 0.2s ease-in-out 0s;
		-webkit-transition: background-color 0.2s ease-in-out 0s;
	}
	#navbar-ncircle ul.nav > li:first-child {
		border-top: 0 none !important;
	}
	#navbar-ncircle ul.nav > li:hover a {
		color: #fcd91d !important;
	}
	#navbar-ncircle li:first-child {
	  padding: 4px 0;
	}
}


/*====================================
	SM CART ICON
=====================================*/

.navbar-header a#aec-goto-cart {
	background: #f0f0f0;
	/* Old browsers */
	background: -moz-linear-gradient(top, #f0f0f0 0%, #cecece 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f0f0f0 0%, #cecece 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f0f0f0 0%, #cecece 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#cecece', GradientType=0);
	/* IE6-9 */
	text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
	-webkit-text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
	border-top: 1px solid #f7f7f7;
	font-family: BurbankBig Bold;
	color: #ED1C24;
	height: 50px;
	position: absolute;
	right: 0;
	width: 55px;
}

.navbar-header a#aec-goto-cart .icon-cart-full {
	font-size: 24px;
	left: 0;
	position: relative;
	top: 7px;
}

.navbar-header a#aec-goto-cart span#aec-cartqty {
	background-color: #203554;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	left: 0;
	line-height: 0;
	padding: 5px 4px 4px;
	position: relative;
	text-shadow: 0 0;
	-webkit-text-shadow: 0 0;
	top: 0;
}


/* 4K and 8K UHD 7680px */

@media (min-width: 768px) and (max-width: 7680px) {
	.navbar-header a#aec-goto-cart {
		display: none;
	}
}

@media (min-width: 0px) and (max-width: 991px) {
	.navbar-header a#aec-goto-cart {
		height: 50px;
		width: 70px;
		line-height: 40px;
	}
	.navbar-header a#aec-goto-cart .icon-cart-full:before {
		margin-left: 8px;
		position: relative;
		top: -2px;
	}
}

.home-link {
	display: block;
	margin: 0 auto;
	background: transparent url("/customers/ncircle/img/logo.svg") no-repeat scroll center center / 100% auto;
}

@media (min-width: 992px) and (max-width: 7680px) {
	.header-join-mail {
		padding-left: 0;
		padding-right: 0;
	}
}


/* 4K and 8K UHD 7680px */

@media (min-width: 992px) and (max-width: 7680px) {
	.home-link {
		float: left;
		height: 148px;
		max-width: 335px;
		position: relative;
		top: 0;
		width: 100%;
	}
	#aec-searchholder {
		margin-top: 0px !important;
	}
	.header-search {
		padding-right: 50px;
	}
}

@media (min-width: 580px) and (max-width: 991px) {
	.home-link {
		height: 144px;
		margin: 0 auto 15px;
		width: 254px;
	}
}

@media (min-width: 520px) and (max-width: 579px) {
	.home-link {
		background-size: auto 100%;
		height: 80px;
		margin: 0 auto 20px;
		width: 100%;
	}
}

@media (min-width: 360px) and (max-width: 519px) {
	.home-link {
		background-size: auto 100%;
		height: 80px;
		margin: 0 auto 20px;
		width: 100%;
	}
}

@media (min-width: 0px) and (max-width: 359px) {
	.home-link {
		background-size: auto 100%;
		height: 80px;
		margin: 0 auto 20px;
		width: 100%;
	}
}


/*====================================
	SEARCH
=====================================*/

#aec-searchholder {
	display: inline-block;
	float: left;
	height: auto;
	position: relative;
	width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
	#aec-searchholder {
		margin-top: 50px;
	}
}

.aec-globalsearch {
	clear: none;
	display: inline-block;
	float: none;
	margin-top: 0;
	padding-left: 0 !important;
	position: relative;
	width: 100%;
}

form#aec-globalsrch {
	display: inline-block;
	height: 42px;
	width: 100%;
}

.aec-globalsearch .aec-globalsearchcontainersel {
	background: #1C75BC none no-repeat scroll left top;
	display: block;
	height: 42px;
	left: 0;
	position: absolute;
	width: 25%;
	transition: background 0.2s;
	-webkit-transition: background 0.2s;
	z-index: 11;
	border-radius: 20px 0 0 20px;
}

.aec-globalsearch .aec-globalsearchcontainersel:hover {
	background: #324F78 none no-repeat scroll left top;
}

.aec-globalsearch .aec-globalsearchcontainersel:hover .aec-selectedTxt {
	color: #fff;
}

.aec-globalsearch .aec-globalsearchcontainertxt {
	background: #fff none no-repeat scroll left top;
	border: none;
	display: block;
	float: left;
	height: 42px;
	left: 25%;
	padding-left: 0px;
	position: relative;
	width: 75%;
	border-radius: 0 20px 20px 0 !important;
}

.aec-globalsearch .aec-newListSelected {
	background-color: transparent;
	background-image: none;
	border: medium none;
	color: #fff;
	float: none;
	font-size: 14px;
	font-weight: 500;
	height: 42px;
	margin-top: 0;
	position: relative;
	text-align: center;
	border-radius: 0 !important;
}

.aec-globalsearch .aec-selectedTxt {
	height: 100%;
	line-height: 42px;
	padding: 0;
	width: 100%;
	font-family: BurbankBig Condensed;
	font-size: 22px;
}

.aec-globalsearch ul.aec-newList {
	border: 1px solid #D5DAE0;
	height: auto;
	left: 0;
	overflow-x: auto;
	overflow-y: auto;
	position: absolute;
	text-align: left;
	top: 42px;
	width: 100%;
	color: #324F78;
	background-color: #FFF;
	border-radius: 14px 0 14px 14px !important;
	box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3) !important;
	-webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3) !important;
}

.aec-globalsearch ul.aec-newList li {
    padding: 0;
}

.aec-globalsearch ul.aec-newList a {
	padding: 2px 8px;
    color: #324F78;
}

.aec-globalsearch ul.aec-newList li:hover,
.aec-globalsearch ul.aec-newList a:focus {
	background: #fef5c2 none repeat scroll 0 0 !important;
	color: #324F78 !important;
	cursor: pointer;
}

.aec-globalsearch button.aec-selectedTxt {
	background-color: transparent;
	-webkit-transform: rotateY(0);
    transform: rotateY(0);
}

.aec-globalsearch button.aec-selectedTxt:hover {
    background: #324F78 none no-repeat scroll left top;
}

.aec-globalsearch button.aec-selectedTxt:before {
    font-size: 20px;
}

.aec-globalsearch button.aec-selectedTxt:hover:before {
	color: #FFB718;
}

.aec-globalsearch ul.aec-newList a.aec-modChild {
	font-weight: normal;
	padding-left: 15px;
}

@media (min-width: 320px) and (max-width: 480px) {
	.aec-globalsearch .aec-selectedTxt {
		font-family: BurbankBig Condensed;
		font-size: 19px;
	}
}

@media (min-width: 0px) and (max-width: 480px) {
	.aec-globalsearch .aec-globalsearchcontainertxt {
		left: 35%;
		width: 65%;
	}
	.aec-globalsearch .aec-globalsearchcontainersel {
		width: 35%;
	}
}

.aec-globalsearch .aec-selectedTxt:before {
	font-family: 'WebGlyphs';
	content: '\f853';
	color: #FFB718;
	font-weight: normal;
	margin-right: 4px;
	position: relative;
	top: -2px;
}

.aec-globalsearch .aec-globalsearchcontainertxt input {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	color: #324F78;
	font-size: 14px !important;
	height: 42px;
	line-height: 42px;
	padding-top: 0;
	width: 80%;
	border: none !important;
	text-indent: 10px;
}

#q::-webkit-input-placeholder,
#aec-searchwithintxt::-webkit-input-placeholder {
	color: #8d95a0;
	opacity: 1;
}

#q:-moz-placeholder,
#aec-searchwithintxt:-moz-placeholder {
	/* Firefox 18- */
	color: #8d95a0;
	opacity: 1;
}

#q::-moz-placeholder,
#aec-searchwithintxt::-moz-placeholder {
	/* Firefox 19+ */
	color: #8d95a0;
	opacity: 1;
}

#q:-ms-input-placeholder,
#aec-searchwithintxt:-ms-input-placeholder {
	color: #8d95a0;
	opacity: 1;
}

.aec-globalsearch button {
	background-color: #fff;
	background-image: none;
	background-position: left top;
	background-repeat: no-repeat;
	border: medium none !important;
	border-radius: 20px 0 0 20px;
	cursor: pointer;
	height: 42px;
	left: auto;
	overflow: hidden;
	position: absolute;
	right: 0;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	width: 50px;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}

.aec-globalsearch button:hover {
	background-color: #fff;
}

.aec-globalsearch button:before {
	font-family: 'WebGlyphs';
	content: '\f81d';
	color: #829EC1;
	font-weight: normal;
	margin-right: 2px;
	font-size: 30px;
	position: relative;
	top: 0;
	transition: color 0.2s;
	-webkit-transition: color 0.2s;
}

.aec-globalsearch button:hover:before {
	color: #324F78;
}

@media (min-width: 320px) and (max-width: 480px) {
	form#aec-globalsrch,
	.aec-globalsearch .aec-globalsearchcontainertxt input,
	.aec-globalsearch .aec-newListSelected,
	.aec-globalsearch .aec-globalsearchcontainertxt,
	.aec-globalsearch .aec-globalsearchcontainersel,
	.aec-globalsearch button {
		height: 50px;
	}
	.aec-globalsearch .aec-selectedTxt,
	form#aec-globalsrch,
	.aec-globalsearch .aec-globalsearchcontainertxt input {
		line-height: 50px;
	}
	.aec-globalsearch ul.aec-newList {
		top: 50px;
		font-size: 11px;
		width: 110px;
	}
	.aec-globalsearch .aec-newList li {
		line-height: normal;
	}
	.aec-globalsearch button:before {
		top: 0px;
		font-size: 35px;
	}
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
	background: #ffffff none repeat-x scroll 50% 50%;
	border: 1px solid #D5DAE0;
	-webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3) !important;
	color: #324F78;
	font-family: 'Comfortaa', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.aec-gstextsearch {
	color: #324F78 !important;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	height: auto !important;
	line-height: 30px !important;
	margin: 0;
	text-transform: capitalize;
}

.aec-gstextsearch span {
	color: #324F78 !important;
	font-weight: 600;
	text-transform: none;
}

.ui-autocomplete.ui-menu .ui-menu-item.ui-state-focus {
	background-color: #D5DAE0 !important;
}

.ui-menu .ui-menu-divider {
	border-color: #D5DAE0;
	margin: 0 !important;
}

.aec-gslabel {
	color: #767e89;
	left: 0;
	padding: 5px 5px 5px 70px;
	width: 100%;
}

.aec-gspersoninfo {
	margin: 2px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.aec-gspersonname,
.aec-gstitle {
	color: #324F78;
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
	z-index: 10;
}


/* 4K and 8K UHD 7680px */

@media (min-width: 1200px) and (max-width: 7680px) {
	.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
		max-width: 295px !important;
	}
}

@media (min-width: 770px) and (max-width: 991px) {
	.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
		max-width: 235px !important;
	}
	.aec-gsimage {
		max-width: 44px;
	}
	.aec-gslabel {
		left: 0;
		overflow: hidden;
		padding: 6px 4px 5px 58px;
		position: absolute;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	#aec-searchholder {
		margin-top: 10px;
	}
}


/*====================================
	EMAIL LIST
=====================================*/

.email-container-line * {
	font-size: 22px;
}

.email-container-line {
	color: #fff;
	font-family: BurbankBig Bold;
	font-size: 22px;
	height: 51px;
	letter-spacing: 0.05em;
	line-height: 50px;
	padding: 0;
	text-align: center;
}

.email-container-line a {
	color: #fcd91d !important;
	display: inline-block;
	padding-left: 4px;
	font-size: 22px !important;
	position: relative;
	-webkit-transition: color 0.2s ease-in-out 0s;
	transition: color 0.2s ease-in-out 0s;
}

.email-container-line a:before {
	background-color: #fcd91d;
	content: "";
	height: 2px;
	left: 51%;
	position: absolute;
	top: 35px;
	width: 0%;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
	-webkit-transition: width 0.2s ease-in-out 0s;
	transition: width 0.2s ease-in-out 0s;
}

.email-container-line a:hover:before {
	width: 85%;
}

.email-container {
	background-color: #fcd91d;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 0;
	padding-top: 0;
	text-align: center;
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	font-family: BurbankBig Bold;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}

.join-our-email .email-container {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.header-join-mail .email-container {
	display: none;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
	cursor: pointer;
}

.header-join-mail .email-container:hover {
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
}

.header-join-mail .email-container:hover {
	background-color: #FFB718;
	color: #324F78;
}

@media (min-width: 0px) and (max-width: 1024px) {
	.email-container-line {
		padding: 0 15px;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	.header-join-mail .email-container {
		display: block;
	}
	.email-container-line {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 860px) {
	.email-container {
		font-size: 14px;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	.email-container {
		height: 45px;
		line-height: 45px;
		margin-top: 15px;
	}
}

.email-container:hover {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.email-container a {
	color: #324F78;
	font-weight: 500 !important;
	text-decoration: none !important;
}

.email-container a .icon-mail {
	font-size: 16px;
	position: relative;
	top: 0;
}

.email-container a:hover,
.email-container a:active {
	text-decoration: none;
}

#aec-email-signup .modal-header {
	background-color: #1F9BDE;
	border-bottom: 5px solid #FFB718;
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	color: #fff;
	font-family: "BurbankBig Bold", Arial, Helvetica, sans-serif;
}

#aec-email-signup h4.modal-title {
	font-size: 16px !important;
	font-weight: 50;
	text-transform: uppercase;
}

#aec-email-signup button.close {
	background-color: #fcd91d;
	border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	opacity: 1;
	padding: 0 7px;
	height: 30px;
	width: 30px;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}

#aec-email-signup button.close:hover {
	background-color: #FFB718;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

#aec-email-signup button.close span {
	color: #324F78;
	font-size: 30px;
	line-height: 1em;
	opacity: 1 !important;
	overflow: hidden;
	position: relative;
	text-shadow: 0 0;
	top: 2px;
}

#aec-email-signup h4.modal-title .icon-newspaper {
	margin-right: 4px;
}

#aec-email-signup .modal-content {
	border: medium none;
}

#aec-email-signup .modal-body .optInSignUp-title > p {
	font-weight: normal;
	text-align: left;
	color: #767e89;
}

#aec-email-signup .modal-body .optInSignUp-title > span {
	background-color: #d3e7ff;
	border-radius: 3px !important;
	color: #6680a0;
	display: block;
	font-size: 85%;
	font-weight: 400;
	line-height: 1;
	padding: 4px;
	text-align: left;
	vertical-align: baseline;
}

#aec-email-signup .modal-body {
	padding: 2px;
}

.email-form-container {
	background-color: #fff;
	padding: 15px;
}

.email-form-container label {
	color: #324F78;
	display: block;
	font-size: 14px !important;
	font-weight: 500;
	text-align: left;
	width: 100%;
	text-shadow: 0 0.025em 0 #324f78;
	-webkit-text-shadow: 0 0.025em 0 #324f78;
}

.email-form-container .optInSignUp-title b {
	color: #324F78;
	font-size: 14px !important;
	font-weight: 700 !important;
}

.email-form-container h5.optInSignUp-title {
	margin-bottom: 15px;
	margin-top: 0;
}

.email-form-container label[for="optInSignUp-email-address"] {
	margin-top: 10px;
}

.email-form-container .optInSignUp-Form {
	display: table;
	width: 100%;
}

.email-form-container input {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 13px !important;
	line-height: 1.42857143;
	color: #324F78;
	background-color: #fff;
	background-image: none;
	border: 1px solid #d5dae0 !important;
	border-radius: 4px !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-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;
}

.email-form-container input:focus {
	border-color: #FFB718 !important;
	outline: 0;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.email-form-container .optInSignUp-button {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 13px;
	font-weight: normal;
	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;
	background-color: #FFB718;
	color: #324F78;
	float: right;
	margin-top: 15px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12) !important;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12) !important;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}

.email-form-container .optInSignUp-button:before {
	font-family: 'WebGlyphs';
	content: '\f84e';
	font-weight: normal;
	margin-right: 4px;
}

.email-form-container .optInSignUp-button:hover {
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
	background-color: #fcd91d;
	color: #324F78;
}

.optInSignUp-button > span > b {
	font-weight: 400 !important;
}

.aec-redStandard {
	color: #be0039;
}

.aec-redStandard.optInSignUp-frmValidations {
	text-align: left;
}

.aec-redStandard.optInSignUp-frmValidations > p {
	font-size: 12px;
	margin: 0 0 5px;
}

.email-form-container .optInResult-Panel {
	color: #324F78;
	font-size: 14px;
	font-style: normal !important;
	padding: 15px 0;
	text-align: center;
}

.email-form-container .optInResult-Panel > i {
	font-style: normal !important;
}

.email-form-container .optInResult-Panel > br {
	display: none;
}

.email-form-container .optInResult-Panel > b > br + br {
	display: none;
}

@media (min-width: 1025px) and (max-width: 7680px) {
	.aec-top-nav {
		display: none;
	}
}


/*====================================
	SHOPING CART
=====================================*/

.cart-container {
	background: #f5f9fe;
	/* Old browsers */
	background: -moz-linear-gradient(top, #f5f9fe 0%, #c0c7d3 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f5f9fe 0%, #c0c7d3 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f5f9fe 0%, #c0c7d3 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f5f9fe', endColorstr='#c0c7d3', GradientType=0);
	/* IE6-9 */
	border-top: 1px solid #fff;
	box-shadow: 0 1px 2px rgba(0, 27, 41, 0.53);
	display: inline-block;
	float: right;
	font-weight: normal;
	height: 42px;
	margin-right: 0;
	margin-top: 0;
	position: relative;
	width: 100%;
	border-radius: 20px !important;
	-webkit-border-radius: 20px !important;
	box-shadow: 0 1px 2px rgba(0, 27, 41, 0.53) !important;
	-webkit-box-shadow: 0 1px 2px rgba(0, 27, 41, 0.53) !important;
	transition: box-shadow 0.2s ease-in-out 0s;
	-webkit-transition: box-shadow 0.2s ease-in-out 0s;
}

.cart-container:hover {
	box-shadow: 0 1px 2px rgba(0, 27, 41, 0.53) !important;
	-webkit-box-shadow: 0 1px 2px rgba(0, 27, 41, 0.53) !important;
}

.aec-main-minicart {
	display: block;
	height: 42px;
	padding-top: 0;
}

.cart-container .aec-cart-icon {
	background-color: transparent;
	color: #ed1c24;
	float: left;
	font-size: 25px;
	height: 42px;
	left: 0;
	line-height: 42px;
	position: relative;
	text-align: center;
	top: 0;
	width: 42px;
	border-radius: 20px 0 0 20px !important;
}

.aec-cart-icon .icon-basket-alt:before {
	left: 0;
	position: relative;
	top: 5px;
}

#aec-cartinfo-cartname {
	display: none;
}

#aec-cart-arrow {
	display: none !important;
}

#aec-cartinfo-minicart {
	background-color: #fff;
	border-top: medium none;
	box-shadow: 0 8px 10px rgba(0, 0, 0, 0.30) !important;
	-webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.30) !important;
	cursor: pointer;
	left: 0;
	max-height: 500px;
	min-width: 100%;
	overflow-y: auto;
	margin-top: 42px;
	position: absolute;
	border-radius: 8px;
	-webkit-border-radius: 6px;
	top: 0;
	z-index: 100;
}

#aec-miniCartDiv {
	background-color: #fff;
	min-height: 120px;
}

#aec-miniCart2 {
	margin-bottom: 0;
	width: 100%;
}

#aec-miniCart2 th:nth-child(2),
#aec-miniCart2 td:nth-child(2) {
	text-align: center;
}

#aec-miniCart2 thead tr {
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #7777;
	border-top: medium none;
}

#aec-miniCart2 th {
	color: #324F78;
	font-family: BurbankBig Bold;
	font-size: 13px;
	font-weight: 400;
	line-height: 100%;
	margin-top: 0;
	padding: 10px 5px 5px;
	text-decoration: none;
}

#aec-miniCart2 td {
	color: #324F78;
	line-height: normal;
	padding: 4px 0 4px 7px;
	text-align: left;
}

#aec-miniCart2 tbody a {
	color: #324F78;
	display: block;
	font-size: 13px;
	width: 100%;
}

#aec-miniCart2 tbody a:hover {
	color: #1C75BC;
	text-decoration: underline;
}

#aec-minicart-checkoutlink {
	background-color: #1f9bde;
	border-radius: 8px !important;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
	font-size: 12px;
	line-height: 40px;
	margin-bottom: 7px;
	margin-left: 7px;
	margin-right: 7px;
	padding-bottom: 0;
	position: relative;
	text-align: center;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}

#aec-minicart-checkoutlink:hover {
	background-color: #49bcfa;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	color: #fff !important;
}

#aec-minicart-checkoutlink > a {
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
}

#aec-cartinfo,
#aec-cartinfo.aec-hovertab.aec-cartinfo-on {
	background-color: transparent !important;
	border-radius: 0 !important;
	cursor: pointer;
	display: inline-block;
	height: 42px;
	left: 0;
	line-height: 42px;
	padding-top: 0;
	position: relative;
	width: 100%;
}

#aec-cartinfo-inner {
	display: inline-block;
	float: left;
	height: 42px;
	position: relative;
	width: calc(100% - 50px);
}

#aec-cartinfo-inner > a {
	display: inline-block;
	text-align: center;
	width: 90%;
}

#aec-cartinfo-inner a,
#aec-cartinfo-inner a:hover,
#aec-cartinfo-inner a:active {
	text-decoration: none !important;
}

#aec-cartinfo-inner * {
	color: #203554;
	font: 500 15px/42px "BurbankBig Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
	-webkit-text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
}


/*@media (min-width: 992px ) and (max-width: 1200px) {
	#aec-cartinfo-inner * {
  	font: 400 12px/50px "Comfortaa","Helvetica Neue",Helvetica,Arial,sans-serif;
	}
}*/

#aec-carthead {
	display: inline-block;
	float: right;
	font-size: 12px;
	margin-right: 5px;
	padding: 0;
	position: relative;
	text-align: center;
	top: 8px;
	width: auto;
	line-height: 100%;
}

#aec-carthead a {
	background-color: #fcd91d;
	color: #fff;
	display: inline;
	font-weight: bold;
	line-height: normal;
	padding: 7px 10px;
	position: relative;
	text-transform: uppercase;
	top: 1px;
	transition: background-color 0.2s ease-in-out 0s;
	-webkit-transition: background-color 0.2s ease-in-out 0s;
}

#aec-cartinfo-inner span#aec-cartitems-total:before {
	color: #324F78;
	content: "\f845";
	font-family: 'WebGlyphs';
	position: absolute;
	right: 7px;
	top: -2px;
	font-weight: normal;
	font-size: 12px;
}

.aec-hovertab.aec-cartinfo-on#aec-cartinfo:before {
	background-color: transparent;
	border-color: transparent transparent #fff;
	border-style: solid;
	border-width: 8px;
	bottom: 0;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	right: 12px;
	width: 10px;
}

#aec-carthead a:hover,
#aec-carthead a:active,
#aec-carthead a:focus {
	color: #fff !important;
	background-color: #FFB718 !important;
	text-decoration: none !important;
	outline: none !important;
	text-decoration: none !important;
}

#aec-cartinfo,
#aec-cartinfo.aec-hovertab.aec-cartinfo-on #aec-carthead > a {
	color: #fff !important;
	outline: none !important;
	text-decoration: none !important;
}

#aec-cartinfo .icon-cart-full:before {
	line-height: 42px;
	content: "\f836";
	font-size: 50px;
	left: -20px;
	line-height: 42px;
	position: relative;
	text-shadow: 0 1px 2px rgba(0, 19, 30, 0.5);
	-webkit-text-shadow: 0 1px 2px rgba(0, 19, 30, 0.5);
}

@media (min-width: 0px) and (max-width: 991px) {
	#aec-carthead a {
		padding: 6px 25px;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	.cart-container {
		display: none !important;
	}
}

@media (min-width: 320px) and (max-width: 992px) {
	.header-cart {
		margin-top: 15px;
	}
}


/* 4K and 8K UHD 7680px */

@media (min-width: 1200px) and (max-width: 7680px) {
	.header-cart {}
}

@media (min-width: 768px) and (max-width: 991px) {
	#aec-carthead a {
		display: inline-block;
		width: 100%;
	}
	#aec-carthead {
		top: 2px;
	}
}

@media (min-width: 0px) and (max-width: 359px) {
	.cart-container {
		display: table;
		height: auto;
		width: 100%;
	}
	.aec-main-minicart {
		width: 100%;
	}
	#aec-cartinfo-inner * {
		color: #324F78;
		font: bold 14px/36px arial;
	}
	.stock-items {
		margin-bottom: 0;
	}
}

@media (min-width: 360px) and (max-width: 767px) {
	#aec-cartinfo-inner {
		width: 55%;
	}
	#aec-carthead {
		margin-right: 1%;
		width: 31%;
	}
	#aec-carthead a {
		display: inline-block;
		position: relative;
		top: -6px;
		width: 100%;
	}
}

@media (min-width: 360px) and (max-width: 420px) {
	#aec-cartinfo-inner * {
		color: #324F78;
		font: bold 14px/34px arial;
	}
}


/*====================================
	HEADER DEPARTMENTS NAV MENU
=====================================*/

#aec-all-departments {
	background-color: #1f9bde;
	border: medium none;
	border-image: none;
	margin-bottom: 0;
	margin-left: -15px;
	margin-right: -15px;
	z-index: 10;
}

#nav-ncircle-departments .caret {
	color: #A97B00;
}

#nav-ncircle-departments .nav-title {
	border-bottom: 1px dashed #d5dae0;
	color: #616c7a;
	font-weight: 600;
	margin-top: -4px;
	padding: 5px;
	text-transform: uppercase;
}

#nav-ncircle-departments .dropdown-toggle:hover .caret {
	color: #fffa87 !important;
}

#nav-ncircle-departments [class^="icon-"]:before,
#nav-ncircle-departments [class*=" icon-"]:before {
	font-size: 22px;
	line-height: 0;
	position: relative;
	top: 2px;
	width: auto;
}

#nav-ncircle-departments .icon-movie-star:before {
	font-size: 30px;
}

#nav-ncircle-departments .dropdown-toggle,
#nav-ncircle-departments .nav.navbar-nav a {
	color: #fff;
	font-family: BurbankBig Bold;
	font-size: 21px;
	line-height: 20px;
	text-align: center;
}

#nav-ncircle-departments .dropdown-menu a {
	color: #fff !important;
}

#nav-ncircle-departments .nav.navbar-nav > li {
	transition: background-color 0.2s ease-in-out 0s;
	-webkit-transition: background-color 0.2s ease-in-out 0s;
	display: inline-block;
	width: auto;
}

#nav-ncircle-departments .nav.navbar-nav > li a:hover .capsule {
	color: #fff;
}

#nav-ncircle-departments .navbar-nav > li > a > .capsule:before {
	background-color: #fcd91d;
	bottom: 0;
	content: "";
	height: 4px;
	left: 50%;
	position: absolute;
	width: 0%;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
	transition: width 0.2s ease-in-out 0s;
	-webkit-transition: width 0.2s ease-in-out 0s;
}

#nav-ncircle-departments .navbar-nav > li > a:hover .capsule:before,
#nav-ncircle-departments .navbar-nav > li > a:hover .capsule:focus {
	width: 100%;
}

.navbar-default#nav-ncircle-departments .navbar-nav > li > a:focus,
.navbar-default#nav-ncircle-departments .navbar-nav > li > a:hover {
	background-color: #FFB718;
}

#aec-all-departments #nav-ncircle-departments .nav.navbar-nav li.single-line.deals-link {
	background-color: #FFB718;
}

#aec-all-departments #nav-ncircle-departments .nav.navbar-nav li.single-line.deals-link:before {
	background-color: #FFB718;
}

#aec-all-departments #nav-ncircle-departments .nav.navbar-nav li.single-line.deals-link i {
	color: #eca600;
}

@media (min-width: 0px) and (max-width: 991px) {
	#nav-ncircle-departments .nav.navbar-nav > li a:hover .capsule {
		background-color: transparent;
	}
}

#nav-ncircle-departments .nav.navbar-nav li ul li a:hover {
	background-color: #D5DAE0;
}

.dropdown-menu .divider {
	background-color: #D5DAE0;
	margin: 5px 0;
}

#nav-ncircle-departments .dropdown-menu > li > a {
	color: #324F78 !important;
	font-weight: 400 !important;
	text-align: left !important;
	text-transform: capitalize !important;
}

#nav-ncircle-departments .dropdown-menu > li.aec-parentDpt > a {
	font-weight: 700 !important;
	text-transform: uppercase !important;
}

@media (min-width: 1200px) and (max-width: 7680px) {
	#aec-all-departments > .container {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 0px) and (max-width: 1024px) {
	#aec-all-departments > .container {
		width: 100%;
	}
}


/* 4K and 8K UHD 7680px */

@media (min-width: 768px) and (max-width: 7680px) {
	#nav-ncircle-departments.navbar-collapse {
		text-align: center;
		width: 100%;
	}
	#nav-ncircle-departments .dropdown-menu > li > a {
		color: #324F78;
		font-size: 13px;
		transition: all 0.2s ease 0s;
		-webkit-transition: all 0.2s ease 0s;
	}
	#nav-ncircle-departments ul.navbar-nav {
		display: inline-block;
		float: none;
		margin: 0 auto 0 60px;
		text-align: center;
		width: auto;
	}
	#nav-ncircle-departments .dropdown-menu {
		background-color: #fff;
		border: medium none;
		font-size: 13px;
	}
	#nav-ncircle-departments .navbar-nav > li > a > .capsule {
		padding: 5px;
		transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		position: relative;
	}
	#nav-ncircle-departments .navbar-nav > li:first-child a > .capsule {
		border-left: none !important;
	}
	#nav-ncircle-departments .dropdown-menu > li > a:focus,
	#nav-ncircle-departments .dropdown-menu > li > a:hover {
		background-color: #D5DAE0;
		text-decoration: none;
		color: #324F78;
	}
	#nav-ncircle-departments .open > a,
	#nav-ncircle-departments .open > a:focus,
	#nav-ncircle-departments .open > a:hover {
		background-color: transparent;
	}
	#nav-ncircle-departments .open {
		background-color: transparent;
		/*#2d7b91*/
		border-radius: 0 !important;
	}
}

@media (min-width: 768px) and (max-width: 988px) {
	#nav-ncircle-departments {
		margin-left: 0;
		margin-right: 0;
	}
	#nav-ncircle-departments .caret {
		display: block;
		margin-left: calc(50% - 14px);
		border-left: 14px solid transparent;
		border-right: 14px solid transparent;
		border-top: 8px dashed;
	}
	#nav-ncircle-departments ul.navbar-nav {
		margin: 0 auto 0 40px;
	}
	#aec-all-departments #nav-ncircle-departments .nav.navbar-nav li a i,
	#aec-all-departments #nav-ncircle-departments .nav.navbar-nav li.single-line.deals-link i {
		color: #324F78;
		display: block;
		font-size: 46px;
		top: 0;
		z-index: -1;
	}
	#nav-ncircle-departments .navbar-nav > li > a > .capsule {
		display: block;
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 2px;
		position: relative;
		top: 2px;
		border: none !important;
		border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
	}
	#nav-ncircle-departments .navbar-nav > li {
		left: -7px;
	}
	#nav-ncircle-departments .navbar-nav > li > a {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	#nav-ncircle-departments .navbar-nav > li:first-child:before,
	#nav-ncircle-departments .navbar-nav > li.req-cat:before {
		background-color: transparent;
		width: 0;
	}
}

@media (min-width: 992px) and (max-width: 1184px) {
	#aec-all-departments .container {
		padding-left: 0;
		padding-right: 0;
	}
	#nav-ncircle-departments .navbar-nav > li > a > .capsule {
		padding-left: 12px;
		padding-right: 12px;
		padding-top: 2px;
		position: relative;
		top: 2px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.header {
		margin: 15px auto 30px;
	}
	.header-container .ncircle-user-nav .container,
	#aec-all-departments .container {
		width: 100%
	}
	.header-container .header {
		padding: 0 15px;
		width: 100% !important;
	}
	#nav-ncircle-departments .dropdown-toggle,
	#nav-ncircle-departments .nav.navbar-nav a {
		padding-left: 5px;
		padding-right: 5px;
	}
	#nav-ncircle-departments .nav.navbar-nav > li {
		vertical-align: middle;
	}
	.header-join-mail,
	.header-search {
		padding-top: 10px;
	}
	.header-search {
		padding-left: 25px;
		padding-right: 25px;
	}
	.home-link {
		height: 144px;
		max-width: 350px;
		top: 4px;
	}
}

#aec-all-departments .navbar-toggle {
	background-color: #1C75BC;
	border: medium none;
	border-radius: 20px !important;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin: 0 auto;
	padding: 10px 15px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
	font-family: BurbankBig Bold;
	/*box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);*/
	transition: background-color 0.2s ease 0s;
	-webkit-transition: background-color 0.2s ease 0s;
	line-height: 1em;
}

#aec-all-departments .navbar-toggle[aria-expanded="true"] {
	border-radius: 20px 20px 0 0 !important;
}

.aec-parentDpt > a {
	color: #324F78 !important;
	font-weight: 700 !important;
}

@media (min-width: 0px) and (max-width: 480px) {
	#nav-ncircle-departments ul.nav {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 481px) and (max-width: 520px) {
	#nav-ncircle-departments ul.nav {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	#aec-all-departments {
		background-color: transparent;
		margin-top: 20px;
	}
	#nav-ncircle-departments ul.nav {
		margin-top: 0;
		margin-bottom: 0px;
	}
	#aec-all-departments .navbar-toggle {
		background-color: #1C75BC;
		width: 100%;
	}
	#aec-all-departments button.shop-departments .nav-label {
		line-height: 1em;
	}
	#aec-all-departments .navbar-header {
		margin-left: 15px;
		margin-right: 15px;
	}
	#nav-ncircle-departments .nav.navbar-nav > li {
		display: block;
		float: none;
		width: 100%;
	}
	#nav-ncircle-departments {
		border-top: none !important;
		border-left: none;
		border-radius: 0 !important;
		border-bottom: none;
		margin: 0 auto;
	}
	#aec-all-departments .dropdown-menu li,
	#aec-all-departments .dropdown-menu {
		background-color: #fff;
		border-bottom: medium none;
		font-size: 13px;
	}
	#nav-ncircle-departments .nav.navbar-nav > li a:hover {
		background-color: #1C75BC;
	}
	#aec-all-departments #nav-ncircle-departments .nav.navbar-nav li.single-line.deals-link a:hover {
		background-color: #fcd91d;
	}
	#nav-ncircle-departments .nav.navbar-nav > li ul li a:hover {
		background-color: #D5DAE0;
	}
	#nav-ncircle-departments .dropdown-toggle,
	#nav-ncircle-departments .nav.navbar-nav a {
		font-size: 20px !important;
		padding-left: 20px !important;
	}
	#aec-all-departments .dropdown-menu li a {
		color: #324F78;
		font-size: 13px;
		transition: all 0.2s ease 0s;
		-webkit-transition: all 0.2s ease 0s;
	}
	#nav-ncircle-departments .dropdown-menu > li > a:focus,
	#nav-ncircle-departments .dropdown-menu > li > a:hover {
		background-color: #EBF3FF;
		text-decoration: none;
	}
	#nav-ncircle-departments ul li {
		background-color: #1c75bc;
		border-bottom: 1px solid #1F9BDE;
		text-align: left;
	}
	#nav-ncircle-departments ul li:before {
		width: 0;
		height: 0;
		background-color: transparent;
	}
	#nav-ncircle-departments ul.nav.navbar-nav > li:first-child {
		border-top: 1px solid #1F9BDE;
	}
	#nav-ncircle-departments .dropdown-toggle {
		padding-left: 15px;
		padding-right: 15px;
		text-align: left;
		font-size: 14px;
		transition: all 0.2s ease 0s;
		-webkit-transition: all 0.2s ease 0s;
		text-transform: uppercase;
	}
	#nav-ncircle-departments .dropdown.open .dropdown-toggle,
	#nav-ncircle-departments .dropdown .dropdown-toggle:hover {
		background-color: #FFB718;
	}
	#nav-ncircle-departments .dropdown-menu .divider {
		background-color: #D5DAE0 !important;
	}
	#aec-all-departments .dropdown-menu {
		border-left: medium none;
		border-radius: 0 !important;
		border-right: medium none;
	}
	#nav-ncircle-departments .navbar-nav > li > a {
		text-align: left !important;
		padding-left: 2px !important;
	}
	#nav-ncircle-departments .caret {
		border: medium none;
		position: absolute;
		right: 35px;
		top: 10px;
	}
	#nav-ncircle-departments .caret:before {
		content: "\f845";
		font-family: "WebGlyphs";
	}
	#nav-ncircle-departments [class^="icon-"]:before,
	#nav-ncircle-departments [class*=" icon-"]:before {
		font-size: 27px;
		height: 25px;
		left: 5px;
		line-height: 25px;
		position: absolute;
		text-align: center !important;
		width: 30px;
		top: 8px;
	}
	#aec-all-departments #nav-ncircle-departments .nav.navbar-nav li a i {
		display: inline-block;
		float: left;
		font-size: 28px;
		line-height: 0;
		position: relative;
		top: -5px;
	}
	#aec-all-departments #nav-ncircle-departments .nav.navbar-nav li.single-line.deals-link i {
		color: #324F78;
	}
	.main-header {
		padding-bottom: 20px;
	}
	#nav-ncircle-departments ul.nav .single-line.round-border{
		border-radius: 0 0 20px 20px !important;
		overflow: hidden !important;
	}
	#nav-ncircle-departments ul.nav{
		overflow: hidden !important;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	#nav-ncircle-departments {
		margin-left: 15px;
		margin-right: 15px;
	}
	#aec-all-departments .container {
		padding: 0 15px;
	}
}

@media (min-width: 768px) and (max-width: 778px) {
	#nav-ncircle-departments {
		margin-left: 5px;
		margin-right: 5px;
	}
	#aec-all-departments .container {
		padding: 0;
	}
}

@media (min-width: 0px) and (max-width: 480px) {
	#aec-all-departments .navbar-header {
		padding-left: 15px;
		padding-right: 15px;
	}
	#aec-all-departments .navbar-toggle {
		padding: 12px;
	}
	#nav-ncircle-departments {
		margin-left: 15px;
		margin-right: 15px;
	}
	#aec-all-departments .container {
		padding: 0;
	}
	#nav-ncircle-departments ul.nav {
		border-radius: 0 0 20px 20px !important;
		overflow: hidden !important;
	}
}

#aec-all-departments .navbar-toggle:hover {
	background-color: #1c75bc;
	color: #fff;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.dropdown-menu-right-sm {
		left: auto !important;
		right: 0 !important;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	#ui-id-1.ui-autocomplete {
		left: 2% !important;
		width: 96% !important;
		z-index: 10;
	}
}

@media (min-width: 0px) and (max-width: 479px) {
	#ui-id-1.ui-autocomplete {
		left: 6% !important;
		width: 88% !important;
		z-index: 10;
	}
}

@media (min-width: 768px) and (max-width: 769px) {
	#ui-id-1.ui-autocomplete {
		left: 2% !important;
		width: 96% !important;
		z-index: 10;
	}
}


/*====================================
	TOP NAVIGATION ICONS
=====================================*/

@media (min-width: 989px) and (max-width: 7680px) {
	#aec-all-departments #nav-ncircle-departments .nav.navbar-nav li a i {
		color: #efbd35;
		display: block;
		font-size: 46px;
		left: 50%;
		position: absolute;
		top: 0;
		transform: translate(-50%);
		-webkit-transform: translate(-50%);
	}
}


/*====================================
	TOGGLE LEFT NAVIGATION
=====================================*/

.aec-toggle-leftnav {
	background-color: transparent;
	background-image: none;
	border: medium none;
	border-radius: 0 !important;
	color: #fff;
	float: left;
	height: 50px;
	margin: 0;
	padding: 8px;
	position: relative;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	width: 50px;
	display: none;
}

.aec-toggle-leftnav .icon-list-justify {
	font-size: 20px;
}

.aec-toggle-leftnav .icon-list-justify:before {
	position: relative;
	top: -2px;
}

.aec-toggle-leftnav:hover,
body.open-nav .aec-toggle-leftnav {
	background-color: #324F78;
	color: #fff;
}

body.open-nav .aec-toggle-leftnav .icon-list-justify:before {
	content: '\f82c' !important;
}

@media (min-width: 0px) and (max-width: 1023px) {
	.aec-toggle-leftnav {
		display: block;
	}
}


/*====================================
	END HEADER
=====================================*/


/*====================================
	FOOTER
=====================================*/

#aec-footer {
	bottom: 0;
	left: 0;
	margin-top: 0;
	width: 100%;
}

#aec-footer-siteswitch {
	display: none;
}

.footer {
	background-color: #d3e7ff;
	border-top: 2px solid #B0D4FF;
	color: #324F78;
	display: block;
	padding-top: 20px;
	text-align: left;
}

.footer-col {
	margin-bottom: 20px;
}

.footer-col.aec-helpful-links {
	border-bottom: 2px solid #B0D4FF;
	border-left: 0 none;
	text-align: center;
}

.footer li {
	line-height: 25px;
	height: 25px;
}

.footer h4 {
	font-size: 30px;
	font-weight: 500;
	margin-top: 0;
	color: #829EC1;
	text-transform: capitalize;
	font-family: BurbankBig Bold;
}

.footer ul {
	list-style: none;
	overflow: hidden !important;
}

.footer-nav a {
	line-height: 14px;
}

.footer a {
	color: #324F78;
	font-family: BurbankBig Bold;
	font-size: 20px;
	font-weight: 300;
	transition: color 0.2s ease-in-out 0s;
	-webkit-transition: color 0.2s ease-in-out 0s;
}

.footer a:hover,
.footer a:active {
	color: #1C75BC;
}

.footer a i {
	margin-right: 2px;
	width: auto;
}

.footer #aec-user-list a i,
.footer #aec-categories-list a i {
	font-size: 18px;
	text-align: center;
}

.footer #aec-categories-list a i {
	left: -2px;
	position: relative;
}

.aec-helpful-links a i {
	width: 1em;
}

ul.footer-social-links {
	overflow: visible !important;
	margin-bottom: 0px;
}

.footer-social-links li {
	display: inline-block;
	margin-left: 0;
	margin-right: 15px;
	width: 50px;
	height: 50px;
	position: relative;
}

.footer-social-links li:before {
	background-color: #B0D4FF;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	bottom: -4px;
	content: "";
	height: 9px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.footer .footer-social-links a i {
	background-color: #D5DAE0;
	border-radius: 4px !important;
	color: #324F78;
	display: block;
	margin-right: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	width: 34px;
	height: 34px;
	overflow: hidden;
	font-size: 14px;
	position: relative;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	line-height: 100%;
}

.footer .footer-social-links a i.icon-gplusnew:before,
.footer .footer-social-links a i.icon-twitter-1:before {
	position: relative;
	left: -2px;
}

.footer .footer-social-links a i.icon-twitter-1:hover,
.footer .footer-social-links a i.icon-twitter-1:active {
	background-color: #fcd91d;
	color: #324F78;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.footer .footer-social-links a i.icon-facebook:before {
	font-size: 24px;
	left: 5px;
	position: relative;
}

.footer .footer-social-links a i.icon-facebook:hover,
.footer .footer-social-links a i.icon-facebook:active {
	background-color: #fcd91d;
	color: #324F78;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.footer .footer-social-links a i.icon-gplusnew:hover,
.footer .footer-social-links a i.icon-gplusnew:active {
	background-color: #DD4E42;
	color: #fff;
}

.footer .footer-social-links a i.icon-instagram:before {
	font-size: 18px;
	line-height: 14px;
}

.footer .footer-social-links a i.icon-instagram:hover,
.footer .footer-social-links a i.icon-instagram:active {
	background-color: #BB815A;
	color: #fff;
}

h4.social-header {
	margin-top: 0px;
}

.credit-cards a {
	font-size: 24px;
}

@media (min-width: 650px) and (max-width: 7680px) {
	#aec-information-list.footer-nav.navbar-collapse.collapse {
		display: inline-block;
		margin: 0 auto;
		width: auto;
	}
	#aec-information-list > li {
		display: inline-block;
		height: auto;
		line-height: normal;
		padding: 15px;
	}
}

.aec-footer-social-container {
	text-align: center;
}

.footer-social-links a {
	display: block;
	height: 50px;
	position: relative;
	z-index: 1;
}

.footer-social-links a span {
	background-position: center center;
	background-size: 50px 50px;
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	display: inline-block;
}

.footer-social-links a span.social-icon-logo {
	background-size: 90px 50px;
	width: 90px;
}

.footer-social-links li:first-child,
.footer-social-links li:first-child a {
	width: 90px;
}

.social-icon-logo {
	background-image: url("/customers/ncircle/img/logo.svg");
}

.social-icon-facebook {
	background-image: url("/customers/ncircle/img/facebook.svg");
}

.social-icon-twitter {
	background-image: url("/customers/ncircle/img/twitter.svg");
}

.social-icon-youtube {
	background-image: url("/customers/ncircle/img/youtube.svg");
}

.social-icon-pinterest {
	background-image: url("/customers/ncircle/img/pinterest.svg");
}

@media (min-width: 0px) and (max-width: 413px) {
	.footer-social-links li {
		height: 40px;
		margin-right: 10px;
		width: 40px;
	}
	.footer-social-links a {
		height: 40px;
		width: 40px;
	}
	.footer-social-links a span {
		background-size: 40px 40px;
		height: 40px;
		width: 40px;
	}
	.footer-social-links a span.social-icon-logo {
		background-size: 75px 40px;
		width: 75px;
	}
	.footer-social-links li:first-child,
	.footer-social-links li:first-child a {
		width: 75px;
	}
}

@media (min-width: 650px) and (max-width: 991px) {
	.credit-cards {
		padding-top: 27px;
	}
	.credit-cards a {
		font-size: 35px;
	}
	.aec-youracc-links,
	.aec-conpanyinfo-links {}
	.footer-col.last-col {
		margin-bottom: 0;
	}
}

.aec-disclaimer {
	font-size: 12px;
	margin-top: 0;
	min-height: 50px;
	padding-top: 15px;
	text-align: center;
	width: 100%;
	display: inline-block;
}

.aec-dtu-footer {
	min-height: 50px;
	text-align: right;
}

.aec-dtu-footer a {
	color: #324F78;
	font-size: 24px;
}

.footer .container-fluid {
	background-color: #B0D4FF;
	color: #324F78;
}

.footer-bottom {
	display: table;
	margin: 0 auto;
	width: 1170px;
}

@media (min-width: 0px) and (max-width: 1170px) {
	.footer-bottom {
		width: 100%;
	}
}

.aec-dtu-footer ul {
	display: block;
	margin: 0 auto;
	float: none;
}

#aec-footer .aec-copyAndLogo {
    min-height: 50px;
    color: #324F78;
    font: 11px "Comfortaa", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (min-width: 0px) and (max-width: 767px) {
	.footer {
		padding-top: 30px;
	}
}

@media (min-width: 650px) and (max-width: 767px) {
	.footer .col-smd-4 {
		float: left;
		width: 33.33333333%;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

@media (min-width: 0px) and (max-width: 991px) {
	ul.footer-social-links {
		margin-bottom: 20px;
	}
}

@media (min-width: 650px) and (max-width: 991px) {
	.aec-disclaimer {
		font-size: 11px;
	}
	.footer-col.last-col {
		border: medium none;
		height: auto;
		min-height: 0;
		width: 100%;
	}
	h4.social-header {
		margin-top: 0;
	}
	.footer-col.last-col {
		margin-bottom: 0;
		padding-top: 0;
	}
	.footer-social-links li {
		margin-left: 10px;
		margin-right: 0;
	}
}

@media (min-width: 0px) and (max-width: 649px) {
	.aec-disclaimer,
	.aec-dtu-footer {
		float: left;
		width: 100%;
		text-align: center;
	}
	.ts-1 {
		clear: none;
		float: none;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		width: 165px;
	}
	.footer-col {
		margin-bottom: 0;
	}
}


/* 4K and 8K UHD 7680px */

@media (min-width: 650px) and (max-width: 7680px) {
	.footer-btn {
		display: none;
	}
	.footer .collapse {
		display: table !important;
	}
	.footer .navbar-collapse {
		border-top: none !important;
		/*-webkit-box-shadow: none !important;*/
		-webkit-box-shadow: none !important;
		overflow-x: visible;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}


/* 4K and 8K UHD 7680px */

@media (min-width: 1200px) and (max-width: 7680px) {
	.col-xs-12.footer-col:not(.aec-helpful-links) {
		/*border-left: 1px solid #324F78;*/
		padding-left: 20px !important;
		padding-right: 0;
	}
}

@media (min-width: 0px) and (max-width: 649px) {
	.col-xs-12.footer-col {
		padding-left: 0;
		padding-right: 0;
	}
	.footer {
		padding-top: 15px;
	}
	.footer .col-smd-4 h4 {
		display: none;
	}
	.footer-col {
		min-height: 0;
		border: none;
	}
	#aec-information-list.navbar-collapse {
		border-top: medium none !important;
	}
	.footer-btn {
		border-radius: 0;
		color: #324F78;
		font-family: BurbankBig Bold;
		font-size: 30px;
		font-weight: 600;
		margin: 0 auto;
		text-align: center;
		text-transform: capitalize;
		width: 100%;
		border-bottom: 2px solid #B0D4FF;
	}
	.footer-nav {
		border-bottom: 2px solid #B0D4FF;
		-webkit-box-shadow: none !important;
		margin-bottom: 0;
	}
	.footer-col.aec-helpful-links {
		border-bottom: none !important;
	}
	.footer-nav li {
		border-top: 2px solid #B0D4FF;
		height: auto;
		line-height: normal;
		margin-left: -15px;
		margin-right: -15px;
		padding: 8px 0px;
	}
	.footer-nav li:hover {
		background-color: #B0D4FF;
	}
	.footer-nav li:first-child {
		border-top: none;
	}
	.footer a {
		display: block;
	}
	.footer-nav li:hover a {
		color: #324F78;
	}
	.footer a:hover,
	.footer a:active {
		color: #324F78;
	}
	.footer-col.last-col {
		margin-top: 15px;
		padding-top: 10px;
		text-align: center;
	}
	.aec-dtu-footer {
		float: left;
		text-align: center !important;
		width: 100%;
		height: 30px;
		margin-top: 0;
		min-height: auto;
		padding: 5px 0;
	}
	.aec-disclaimer {
		float: left;
		text-align: center !important;
		width: 100%;
		margin-top: 5px !important;
		font-size: 11px;
		height: auto;
		margin-top: 0;
		min-height: auto;
		padding: 5px 15px;
	}
	.ts-1 {
		margin-bottom: 15px;
		top: 0;
	}
	.credit-cards {
		float: left;
		width: 100%;
	}
	.aec-helpful-links,
	.aec-youracc-links,
	.aec-conpanyinfo-links {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.footer button[aria-expanded="false"] .nav-label:before {
		content: "\f845";
		font-family: 'WebGlyphs';
		left: 0;
		position: absolute;
		color: #1C75BC;
	}
	.footer button[aria-expanded="true"] .nav-label:before {
		content: "\f848";
		font-family: 'WebGlyphs';
		left: 0;
		position: absolute;
		color: #009DDE;
	}
	.footer button[aria-expanded="true"] {
		border-bottom: 2px solid #B0D4FF !important;
	}
	#aec-information-list,
	#aec-user-list,
	#aec-help-list {
		border-radius: 0 !important;
	}
}


/*====================================
	FOOTER END
=====================================*/


/*====================================
	LEFT NAVIGATION
=====================================*/

body.open-nav {
	/* removed margin causing extra space when the left nav is open */
	/*margin-left: 200px;*/
	margin-right: -200px;
}

body #aec-left {
	transition: left .2s ease-in-out 0s;
	-webkit-transition: left .2s ease-in-out 0s;
	-moz-transition: left .2s ease-in-out 0s;
	-o-transition: left .2s ease-in-out 0s;
}

#aec-leftnavspacer {
	height: 33px;
	width: 180px !important;
}

@media (min-width: 0px) and (max-width: 1023px) {
	body.open-nav #aec-left {
		left: 0;
		overflow-y: scroll;
		height: 100%;
		box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.27);
		-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.27);
	}
}

body.open-nav #aec-left::-webkit-scrollbar {
	display: none;
}


/* 4K and 8K UHD 7680px */

@media (min-width: 1023px) and (max-width: 7680px) {
	#aec-left {
		width: 16.6667% !important;
		float: left;
		list-style: outside none none;
		padding-left: 0;
		padding-right: 0;
		border-right: 1px solid #D5DAE0;
	}
	body.open-nav {
		margin-left: 0;
		margin-right: 0;
	}
}

.hidden-toggle {
	display: none;
	height: 50px;
	left: 0;
	line-height: 50px;
	padding: 0 15px;
	position: absolute;
	top: 0;
	z-index: 99999;
}

@media (min-width: 0px) and (max-width: 1023px) {
	.hidden-toggle {
		display: block;
	}
}

@media (min-width: 0px) and (max-width: 1023px) {
	#aec-left {
		position: absolute;
		width: 200px !important;
		left: -200px;
		top: 0;
		z-index: 9999;
		padding-left: 0;
		padding-right: 0;
	}
	body.open-nav #aec-left {
		-webkit-box-shadow: none !important;
	}
	.aec-dcsnavTitle,
	.aec-navTitle {
		padding-left: 8px !important;
	}
	.aec-dcsnavAccordian .aec-dcsnavHead {
		padding: 0 0 0 8px !important;
	}
	.aec-dcsLinks ul li {
		padding-bottom: 4px;
		padding-top: 4px;
	}
}

.help-nav,
.aec-res-deals-nav {
	display: none;
}

.aec-dcsnavAccordian .aec-dcsnavHead {
	border-bottom: 1px solid #D5DAE0;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0;
}

.aec-dcsSelections > h3 {
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 5px 0;
}

.aec-dcsSelections > ul {
	margin-bottom: 0;
}

#aec-adv-currentlyselected {
	color: #324F78;
	font-size: 13px;
	padding: 0 0 10px 2px;
}

.aec-dcsRefine {
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}

.aec-dcsnavTitle,
.aec-navTitle {
	background-color: transparent;
	color: #324F78;
	font-size: 16px;
	font-weight: bold;
	padding-left: 0;
	text-decoration: none;
}

.aec-dcsnavTitle a,
.aec-navTitle a {
	color: #324F78;
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 7px 0;
	text-decoration: none;
	transition: color 0.2s ease 0s;
	-webkit-transition: color 0.2s ease 0s;
	font-family: BurbankBig Bold;
}

.aec-dcsnavAccordian .aec-dcsnavHead {
	margin-bottom: 5px;
	margin-top: 0;
	padding: 0;
}

.aec-dcsnavAccordian .aec-dcsnavHead a {
	color: #324F78;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 5px 10px;
	text-decoration: none;
	transition: color 0.2s ease 0s;
	-webkit-transition: color 0.2s ease 0s;
}

.aec-dcsnavAccordian .aec-dcsnavHead:first-child {
	border-top: 1px solid #D5DAE0;
}

.aec-dcsLinks a,
.aec-navLinks > ul > li a {
	color: #324F78;
	font-size: 13px;
	text-decoration: none;
	transition: color 0.2s ease 0s;
	-webkit-transition: color 0.2s ease 0s;
}

.aec-boutique-link > a {
	text-transform: capitalize;
}

.aec-dcsLinks a:hover,
.aec-dcsnavTitle a:hover,
.aec-navTitle a:hover,
.aec-dcsnavAccordian .aec-dcsnavHead a:hover,
.aec-navLinks > ul > li a:hover {
	color: #1F9BDE !important;
	text-decoration: none !important;
}

.aec-navLinks > ul > li {
	list-style-type: none;
	padding: 2px 0 2px 5px;
}

.aec-dcsLinks ul li {
	padding-right: 4px;
}

.aec-navLinks.translate {
	border-top: 1px solid #D5DAE0;
	margin-top: 0;
	padding-top: 5px;
}

.aec-dcsIcon {
	background-image: url("/customers/ncircle/img/ui-icons_222222_256x240D.svg");
	background-position: -32px -16px;
	height: 16px;
	margin: 3px -5px 0;
	position: absolute;
	width: 16px;
}

.aec-dcsLinks {
	margin-left: 10px;
}

.aec-dcsMore {
	background: #fcd91d none repeat scroll 0 0;
	border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	color: #324F78;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	line-height: 1em;
	padding: 4px 4px;
	text-decoration: none;
	width: auto;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.aec-dcsMore:hover {
	background: #FFB718 none repeat scroll 0 0;
}

.aec-dcsSelections {
	background-color: transparent;
	border-color: #D5DAE0;
	border-style: solid;
	border-width: 1px 0 0;
	color: #324F78;
	padding: 4px 10px;
}

.aec-dcsRefine {
	color: #324F78;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 10px 10px;
}

.aec-dcsSelections > h3 {
	color: #324F78;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0;
	text-decoration: none;
	transition: color 0.2s ease 0s;
	-webkit-transition: color 0.2s ease 0s;
}

.aec-dcsSelections a {
	color: #324F78;
	font-size: 13px;
	padding: 2px 2px 2px 18px;
	text-decoration: none;
	transition: color 0.2s ease 0s;
	-webkit-transition: color 0.2s ease 0s;
}

.aec-dcsSelectionsIcon {
	background-image: none;
	cursor: pointer;
	height: 16px;
	margin: 0;
	position: absolute;
	width: 16px;
}

.aec-dcsSelectionsIcon:before {
	content: "\f828";
	display: inline-block;
	font-family: "WebGlyphs";
	font-size: 16px;
	color: #324F78;
}

.aec-dcsSelections a:hover {
	color: #324F78 !important;
	text-decoration: none !important;
}

.aec-dcsSelections li:hover .aec-dcsSelectionsIcon:before {
	color: #324F78 !important;
}


/*====================================
	LEFT NAVIGATION END
=====================================*/


/*====================================
	INFO BOX
=====================================*/

.bt-content {
	background: none repeat scroll 0 0 #ffffff;
	border: 4px solid #324F78;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
}

.b1f,
.b2f,
.b3f,
.b4f,
.bt-content h3,
.contentf {
	background: none repeat scroll 0 0 #ffffff;
}

.contentf div {
	margin-left: 0;
}

.aec-listview .aec-quickviewhover,
.aec-listview.aec-gridview .aec-quickviewhover {
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%);
	width: 64%;
}

.contentf span:empty {
	display: none;
}

.bt-content #aec-rated {
	border: 1px solid #000000;
	border-radius: 3px !important;
	font-family: arial;
	font-size: 11px;
	font-weight: bolder;
	line-height: 14px;
	margin: 1px 4px 1px 10px;
	min-width: 17px;
	padding: 2px 2px 1px;
	color: #000;
}

#aec-closex {
	background-color: #324F78;
	border: medium none;
	color: #fcd91d;
	cursor: pointer;
	display: block;
	font: bold 12px/16px "Comfortaa", "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 22px;
	margin: 0;
	overflow: hidden;
	padding: 1px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 22px;
	text-indent: 2px;
	border-radius: 0 0 0 8px !important;
	-webkit-border-radius: 0 0 0 8px !important;
}

.bt-content h2 {
	background-color: transparent !important;
	color: #000;
	display: inline-block;
	font: bold 12px/22px "Comfortaa", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 5px 24px 0;
	text-align: center;
	width: 100%;
}

.bt-content * {
	font-family: "Comfortaa", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.contentf h3 {
	margin: 0;
}

.bt-content h2 > a,
.bt-content h3 {
	color: #1f9bde;
	font-family: BurbankBig Bold;
	font-size: 1.4em;
	text-decoration: none;
}

.bt-content h2 > a:hover {
	border-bottom: 1px dotted #324F78;
	color: #324F78 !important;
	text-decoration: none;
}

.bt-content h3 span {
	color: #324F78;
	display: inline-block;
	font: 13px/15px "Comfortaa", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-top: 5px;
}

.bt-content #aec-quickviewcontent {
	border-top: 1px dashed #c6d2dd;
	clear: left;
	color: #767e89;
	font: 14px/22px "Comfortaa", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 0;
	margin-right: 0;
	padding: 10px;
	position: relative;
	width: 100%;
}

.bt-content #aec-quickviewcontent dt {
	clear: left;
	color: #324F78;
	display: inline-block;
	float: left;
	font-weight: bold;
	margin: 0 6px 0 0;
	padding-bottom: 6px;
	text-align: left;
	width: 70px;
}

.bt-content #aec-quickviewcontent dd {
	color: #627185;
	margin-left: 80px;
	padding-bottom: 6px;
	padding-left: 2px;
}

.bt-wrapper.ui-draggable #canvas {
	display: none !important;
}

#aec-quickviewcontent a {
	color: #324F78;
}

#aec-quickviewcontent a:hover {
	color: #324F78 !important;
	text-decoration: underline;
}


/*====================================
	GRID
=====================================*/

.aec-next:hover,
.aec-prev:hover {
	box-shadow: none;
}


/* Hide Categories */

.aec-navTitle:first-child + .aec-dcsnavAccordian {
	display: block;
}

.aec-navTitle:first-child {
	display: block !important;
}

.aec-staticleft + .aec-navTitle {
	display: block !important;
}

.aec-navTitle {
	display: none !important;
}

.aec-dcsnavAccordian {
	display: none;
}

.aec-navLinks {
	display: none;
}

.aec-dcsRefine + .aec-dcsnavAccordian {
	display: block;
}

#aec-left > .aec-navTitle:first-child + .aec-navLinks {
	display: block;
}

.aec-staticleft + .aec-navTitle + .aec-dcsnavAccordian {
	display: block;
}


/* Hide Categories */

html > body #aec-main {
	height: auto !important;
	margin: 0;
	min-height: 1%;
	padding: 0;
	vertical-align: top;
	width: 83.3333%;
	/* Match initial Bootstrap container width */
	float: left;
	padding: 0 0;
}

@media (min-width: 1024px) and (max-width: 1199px) {
	html > body #aec-main {
		width: 82.3333%;
	}
}

@media (min-width: 0px) and (max-width: 1023px) {
	html > body #aec-main {
		width: 100%;
	}
}

.aec-searchresults,
.aec-otherpossibilities {
	padding-left: 15px;
}

.aec-searchresults {
	color: #324F78;
	font-size: 13px;
	margin-bottom: 10px;
}

.aec-searchresults-notfound {
	color: #324F78;
	font-size: 13px;
	padding: 0;
}

.aec-otherpossibilities {
	font-size: 13px;
	color: #324F78;
}

.aec-otherpossibilities {
	color: #324F78;
	font-size: 13px;
}

.aec-expandResults {
	color: #324F78;
	font-size: 13px;
}

.aec-otherpossibilities a,
.aec-expandResults a,
.aec-searchresults-notfound a {
	color: #324F78 !important;
	font-weight: 600;
}

.aec-otherpossibilities a:hover,
.aec-expandResults a:hover,
.aec-searchresults-notfound a:hover {
	color: #1C75BC !important;
}

@media (min-width: 0px) and (max-width: 640px) {
	.aec-expandResults {
		float: none;
	}
}


/*====================================
	PRODUCT GRID
=====================================*/

.aec-listview .aec-noresults {
	color: #324F78;
	font-size: 15px;
}

.aec-listview .aec-noresults:before {
	content: "\f883";
	font-family: "WebGlyphs";
	font-weight: normal !important;
	margin-left: 10px;
	margin-right: 5px;
}

ul.aec-listview {
	border-left: medium none;
	border-right: none;
	display: table;
	list-style: outside none none;
	padding: 0.5% 0 0;
	text-align: left;
	width: 100%;
	margin-bottom: 0;
}

.aec-listview .threedots_ellipsis {
	color: #324F78;
}

ul.aec-listview li {
	position: relative;
	padding: 15px 0;
}

@media (min-width: 0px) and (max-width: 680px) {
	ul.aec-listview {
		padding-top: 10px;
	}
}

ul.aec-listview > li:first-child {
	border-top: medium none;
}

ul.aec-listview > li {
	border-color: #D5DAE0;
	border-style: solid;
	border-width: 0 0 2px;
}

#aec-prodgrid.aec-gridview > li {
	background: transparent none repeat scroll 0 0;
	border-color: #d5dae0;
	border-style: solid;
	border-width: 0 0 2px;
	display: table-cell;
	float: left;
	height: 420px;
	margin: 0;
	min-height: 420px;
	padding: 10px;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 20%;
}

@media (min-width: 320px) and (max-width: 359px) {
	#aec-prodgrid.aec-gridview > li,
	#aec-prodgrid.aec-listview > li {
		width: 100%;
		border-left: 0 !important;
		border-right: 0 !important;
		border-top: 0 !important;
		margin: 0 !important;
	}
}

@media (min-width: 360px) and (max-width: 519px) {
	#aec-prodgrid.aec-gridview > li {
		width: 50%;
	}
}

@media (min-width: 520px) and (max-width: 767px) {
	#aec-prodgrid.aec-gridview > li {
		width: 33.3333333%;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	#aec-prodgrid.aec-gridview > li {
		width: 25%;
	}
}

#aec-prodgrid.aec-listview .aec-buybutton > div:first-child {
	color: #324F78;
	font-size: 13px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-transform: uppercase;
	top: 12px;
	width: 100%;
}

#aec-prodgrid.aec-listview.aec-gridview .aec-buybutton > div:first-child {
	padding-top: 0!important;
}

.aec-buybutton-qty {
	background-color: #fff;
	border: 1px solid #D5DAE0;
	border-radius: 0 !important;
	font-size: 12px;
	height: 25px;
	text-align: center;
	width: 25px;
}

.aec-listview .aec-gridcontentul a {
	color: #1c75bc;
	font-size: 13px;
	font-weight: 600;
}

.aec-listview ul.aec-gridcontentul li:first-child a {
	color: #1c75bc;
}

.aec-listview:not(.aec-gridview) ul.aec-gridcontentul li:first-child a {
	font-size: 16px;
}

.aec-listview .aec-gridcontentul a:hover {
	color: #1F9BDE !important;
	text-decoration: none;
}

.aec-listview .aec-gridcontentul li {
	color: #324F78;
	font-size: 12px;
	padding: 1px 0;
}

.aec-listview li .aec-gridcontent.aec-attrdesc {
	font-size: 9pt;
	display: block;
}

.aec-listview:not(.aec-gridview) .aec-ellipsis {
	width: auto;
	display: inline-block;
}

.aec-listview ul li > span.aec-release-year {
	display: inline;
}

.aec-listview.aec-gridview li .aec-gridcontent.aec-attrdesc {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.aec-quickviewhover {
	-moz-user-select: none;
	background-color: #ffb718;
	background-image: none;
	border: medium none;
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	color: #fff;
	text-shadow: 1px 1px 0 #986a00;
	-webkit-text-shadow: 1px 1px 0 #986a00;
	cursor: pointer;
	font-size: 13px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 0;
	opacity: 1;
	overflow: hidden;
	padding: 4px 2px !important;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	width: 100px;
}

.aec-quickviewhover:before {
	content: "QUICK VIEW";
}

.aec-quickviewhover > img {
	display: none;
}

@media (min-width: 0px) and (max-width: 1024px) {
	.aec-quickviewhover {
		display: none !important;
	}
}

.aec-grid-divspan {
	display: inline-block;
	height: 100%;
	position: relative;
	width: 100%;
}

#aec-prodgrid.aec-gridview .aec-cover {
	width: 100%;
	float: left;
	padding-top: 5px;
	display: table;
	max-height: 250px;
	min-height: 150px;
	overflow: hidden;
	position: relative;
	margin: 0;
}

.aec-listview.aec-gridview .aec-cover > a {
	display: table-cell;
	height: 177px;
	vertical-align: middle;
	width: 100%;
}

.aec-listview p.aec-cover > a > img {
	display: block;
	margin: 0 auto;
	max-height: 170px;
	min-height: auto;
}

.aec-gridview .aec-gridcontentul {
	display: inline-block;
	min-height: 50px !important;
	padding: 0;
	text-align: center;
	width: 100% !important;
}

.aec-gridview .aec-ellipsis {
	width: 100%;
}

.aec-gridview .aec-gridcontentul a {
	color: #324F78;
	font-size: 13px;
	font-weight: 600;
	line-height: 13px;
}

#aec-boutiquegridspan .aec-listview div > span.aec-threedotstext {
	font-weight: 600;
}

.aec-gridview .aec-gridcontentul a:hover {
	color: #1C75BC;
}

.aec-grid-artist a {
	color: #324F78 !important;
	font-size: 9pt !important;
	font-style: normal;
	font-weight: normal !important;
	line-height: 9pt !important;
}

.aec-gridview .aec-grid-artist .aec-ellipsis {
	overflow: hidden;
	min-height: 10pt;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #767e89;
}

.aec-gridview div.aec-buybutton {
	float: left !important;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 260px;
}

.aec-buyimage .aec-buybutton {
	display: block;
	font-size: 12px;
	padding: 5px 10px !important;
}

.aec-gridview .aec-price {
	margin-top: 10px;
}

.aec-listview .aec-gridcontentul li {
	font-size: 12px;
	padding: 1px 0;
}

.aec-listview .aec-gridcontentul li.aec-listcontent.aec-shortdesc {
	display: none !important;
}

.aec-listcontent.aec-platform {
	color: #767e89 !important;
	display: inline-block !important;
	font-size: 12px !important;
	margin: 0 !important;
	padding: 0 !important;
}


/* ESRB GRID START */

.aec-listcontent.aec-esrb > br {
	display: none;
}

.aec-listcontent.aec-esrb > div * {
	font-size: 12px;
}

.aec-listcontent.aec-esrb .aec-esrbimg {
	max-width: 25px;
}

.aec-listcontent.aec-esrb + .aec-listcontent {
	font-size: 7pt !important;
	margin-top: 5px;
	text-align: left !important;
}

@media (min-width: 0px) and (max-width: 767px) {
	.aec-listcontent.aec-esrb br {
		display: none;
	}
	.aec-listcontent.aec-esrb a {
		border-left: 1px solid #D5DAE0;
		display: inline-block;
		margin-left: 4px;
		padding-left: 4px;
	}
	.aec-listcontent.aec-esrb {
		margin: 4px 0 0;
		padding: 0 !important;
	}
	.aec-listcontent.aec-esrb .aec-esrbimg {
		max-width: 19px;
	}
	.aec-listcontent.aec-platform {
		margin-bottom: 5px !important;
	}
}


/* ESRB GRID START */

.aec-listview .aec-price {
	font-size: 13px;
	margin-top: 5px;
}

.aec-listview .aec-webamiprice-href {
	color: #767e89;
	font-weight: normal !important;
	text-decoration: none;
}

.aec-listview .aec-salescat {
	color: #324f78;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	padding-bottom: 8px;
	text-transform: uppercase;
	width: 92%;
	text-shadow: 0 0.025em 0 #324f78;
	-webkit-text-shadow: 0 0.025em 0 #324f78;
}

.aec-listview .aec-listprice {
	color: #767e89;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	width: 100%;
}

.aec-listview .aec-yousave {
	font-size: 13px;
	display: inline-block;
}

.aec-listview .aec-yousave span {
	color: #324F78;
}

.aec-listview .aec-listprice > span {
	font-weight: normal !important;
	text-decoration: line-through;
}

.aec-listview .aec-custprice {
	color: #767e89;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	padding: 2px 0;
}

.aec-listview .aec-custprice > span {
	color: #b50d01;
}

.aec-listview .aec-savepercent {
	font-weight: normal !important;
}

.aec-listview .aec-yousave span:first-child {
	font-weight: normal;
}

.aec-gridcontrolstop {
	font-size: 10pt;
}

.aec-listview:not(.aec-gridview) div.aec-buybutton,
.aec-listview div.aec-buybutton .aec-price {
	max-width: 155px;
}

.aec-listview div.aec-buybutton .aec-price {
	margin: 5px auto 0;
}

.aec-listview .aec-gridcontentul li.aec-grid-genres a,
.aec-listview .aec-gridcontentul li.aec-gridnotes a,
.aec-listview .aec-gridcontentul li.aec-grid-actor a {
	font-size: 11px;
}

.aec-listview div > span {
	display: inline;
	font-weight: 600;
}

.aec-listview.aec-gridview .aec-grid-artist > span {
	display: none;
}

@media (min-width: 361px) and (max-width: 520px) {
	.aec-listview .aec-gridcontentul {
		float: left;
		height: auto;
		width: 58%;
		padding-left: 8px;
	}
	.aec-listview .aec-ellipsis {
		width: auto;
	}
	#aec-prodgrid.aec-listview .aec-cover {
		width: 40%;
		margin-bottom: 0;
	}
	#aec-prodgrid.aec-listview.aec-gridview .aec-cover {
		width: 100%;
	}
	.aec-listview div.aec-buybutton {
		float: left;
		margin-top: 25px;
	}
	.aec-listview.aec-gridview div.aec-buybutton {
		margin-top: 0;
	}
	.aec-listview:not(.aec-gridview) > li {
		min-height: 195px;
		padding-top: 10px;
	}
}

@media (min-width: 320px) and (max-width: 360px) {
	.aec-listview .aec-gridcontentul {
		float: left;
		height: auto;
		width: 58%;
		padding-left: 8px;
	}
	#aec-boutiquegridspan .aec-listcontent.aec-rd {
		width: 100%;
	}
	.aec-listview .aec-ellipsis {
		width: auto;
	}
	#aec-prodgrid.aec-listview .aec-cover {
		padding-left: 10px;
		padding-right: 10px;
		width: 40%;
	}
	#aec-prodgrid.aec-listview.aec-gridview .aec-cover {
		width: 100%;
		padding: 0;
	}
	.aec-listview div.aec-buybutton {
		float: left;
		margin-top: 15px;
	}
	.aec-listview:not(.aec-gridview) > li {
		min-height: 210px;
		padding-top: 10px;
	}
	.aec-listview.aec-gridview div.aec-buybutton {
		margin-top: 0;
	}
	.aec-listview.aec-gridview p.aec-cover > a > img {
		max-width: 140px !important;
		min-height: auto;
		height: auto;
	}
	.aec-listview:not(.aec-gridview) .aec-cover > a > img {
		max-width: 100% !important;
	}
	.aec-listview:not(.aec-gridview) div.aec-buybutton {
		width: 50%;
	}
	.aec-listview:not(.aec-gridview) div.aec-buybutton .aec-salescat,
	.aec-listview:not(.aec-gridview) div.aec-buybutton .aec-listprice,
	.aec-listview:not(.aec-gridview) div.aec-buybutton .aec-custprice,
	.aec-listview:not(.aec-gridview) div.aec-buybutton .aec-yousave {
		text-align: left;
		float: left;
	}
	.aec-listview:not(.aec-gridview) .aec-salescat {
		margin-top: 5px;
		margin-bottom: 2px;
	}
}


/* 4K and 8K UHD 7680px */

@media (min-width: 768px) and (max-width: 7680px) {
	.aec-listview:not(.aec-gridview) div.aec-buybutton {
		margin-right: 8px;
		padding: 0;
	}
	.aec-listview:not(.aec-gridview) div.aec-buybutton .aec-buyimage {
		width: 10px;
	}
	.aec-listview:not(.aec-gridview) div.aec-buybutton div.aec-buyimage,
	.aec-listview:not(.aec-gridview) div.aec-buybutton div.aec-buyimage button {
		width: 155px;
	}
	.aec-listview:not(.aec-gridview) .aec-gridcontentul {
		margin-left: 10px;
	}
	.aec-listview:not(.aec-gridview) .aec-gridcontentul {
		float: left;
		height: auto;
		width: calc(100% - 350px);
	}
}

div.aec-buybutton span.aec-buybutton {
	float: none !important;
	text-align: center;
}

.aec-listview ul li > span {
	color: #767e89;
	font-weight: 400;
}

.aec-listview ul li > span.aec-release-year {
	font-weight: 400;
}

.aec-listview:not(.aec-gridview) p.aec-cover {
	margin: 0;
}

@media (min-width: 521px) and (max-width: 767px) {
	#aec-prodgrid.aec-listview:not(.aec-gridview) .aec-cover {
		width: 28%;
		margin-bottom: 0;
	}
	.aec-listview:not(.aec-gridview) .aec-gridcontentul {
		float: left;
		height: auto;
		width: 70%;
	}
	.aec-listview:not(.aec-gridview) div.aec-buybutton {
		clear: both;
		float: left;
		width: 72%;
		margin-left: 28%;
		max-width: 100%;
	}
	.aec-listview:not(.aec-gridview) .aec-buybutton > div:first-child {
		float: left;
		width: auto !important;
	}
	.aec-listview:not(.aec-gridview) .aec-buyimage {
		float: left;
		margin-left: 0;
		padding: 7px 0;
	}
	.aec-listview:not(.aec-gridview) div.aec-buybutton .aec-price {
		float: left;
		margin: 5px auto 0;
		max-width: 100%;
		position: relative;
		clear: both;
	}
	.aec-listview:not(.aec-gridview) div.aec-buybutton .aec-salescat,
	.aec-listview:not(.aec-gridview) div.aec-buybutton .aec-listprice,
	.aec-listview:not(.aec-gridview) div.aec-buybutton .aec-custprice,
	.aec-listview:not(.aec-gridview) div.aec-buybutton .aec-yousave {
		float: left;
		text-align: left;
	}
	.aec-listview:not(.aec-gridview) div.aec-buybutton .aec-listprice,
	.aec-listview:not(.aec-gridview) div.aec-buybutton .aec-yousave {
		clear: both;
	}
	.aec-listview:not(.aec-gridview) div.aec-buybutton .aec-listprice,
	.aec-listview:not(.aec-gridview) div.aec-buybutton .aec-custprice,
	.aec-listview:not(.aec-gridview) div.aec-buybutton .aec-yousave {
		font-size: 14px !important;
		line-height: 14px;
	}
	.aec-listview:not(.aec-gridview) div.aec-buybutton .aec-listprice {
		margin-right: 14px;
	}
	.aec-listview:not(.aec-gridview) .aec-salescat {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.aec-listview:not(.aec-gridview) .aec-listcontent.aec-gridnotes {
		border-bottom: 1px dashed #D5DAE0;
		margin-bottom: 10px;
		padding-bottom: 10px !important;
	}
}

@media (min-width: 0px) and (max-width: 520px) {
	.aec-listview:not(.aec-gridview) .aec-gridcontentul li.aec-gridnotes,
	.aec-listview:not(.aec-gridview) .aec-gridcontentul li.aec-category,
	.aec-listview:not(.aec-gridview) .aec-gridcontentul li.aec-studio {
		display: none !important;
	}
	.aec-listview:not(.aec-gridview) div.aec-buybutton {
		margin-top: 15px;
	}
	.aec-listview .aec-buybutton > div:first-child:not(.aec-buyimage) {
		display: none !important;
	}
	.aec-listview:not(.aec-gridview) ul.aec-gridcontentul li:first-child a {
		font-size: 13px !important;
	}
}

@media (min-width: 320px) and (max-width: 359px) {
	.aec-listview button.aec-buybutton-textbtn {
		width: 100%;
	}
	.aec-listview.aec-gridview button.aec-buybutton-textbtn {
		width: 65%;
	}
}

@media (min-width: 321px) and (max-width: 640px) {
	.aec-listview button.aec-buybutton-textbtn {
		width: 100%;
	}
	.aec-listview.aec-gridview button.aec-buybutton-textbtn {
		width: 85%;
	}
}

@media (min-width: 0px) and (max-width: 640px) {
	.aec-buyimage .aec-buybutton {
		font-size: 12px;
	}
	.aec-listview:not(.aec-gridview) .aec-buyimage .aec-buybutton {
		font-size: 12px;
	}
	.aec-listview:not(.aec-gridview) span.aec-buybutton:before {
		font-size: 14px;
	}
	.aec-listview:not(.aec-gridview) .aec-gridcontentul li {
		font-size: 12px;
		margin: 0;
		padding: 0;
	}
}

@media (min-width: 0px) and (max-width: 520px) {
	#aec-prodgrid.aec-gridview > li {
		height: 410px;
		min-height: 410px;
	}
}


/*====================================
	GRID ICON
=====================================*/

.aec-listview .aec-gridicon {
	position: absolute;
	z-index: 1;
}

.aec-listview .aec-gridicon a {
	display: block;
}

.aec-listview.aec-gridview .aec-gridicon {
	right: 0;
}


/* 4K and 8K UHD 7680px */

@media (min-width: 768px) and (max-width: 7680px) {
	.aec-listview:not(.aec-gridview) .aec-gridicon {
		left: 95px;
		top: -5px;
	}
}

@media (min-width: 521px) and (max-width: 767px) {
	.aec-listview:not(.aec-gridview) .aec-gridicon {
		left: 18%;
		top: -5px;
	}
}

@media (min-width: 361px) and (max-width: 520px) {
	.aec-listview:not(.aec-gridview) .aec-gridicon {
		left: 28%;
		top: -5px;
	}
	.aec-listview .aec-gridicon img {
		max-height: 44px;
	}
}

@media (min-width: 0px) and (max-width: 360px) {
	/*.aec-listview:not(.aec-gridview) .aec-gridicon { left: 25%; top: -8px; }*/
	.aec-listview:not(.aec-gridview) .aec-gridicon {
		left: 1px;
		top: -8px;
	}
}


/*.aec-listview .aec-gridicon img{
		max-height: 44px;
}*/


/*====================================
	GRID SAVE FLAG
=====================================*/

.aec-listview .aec-flagsave {
	color: #fff;
	display: inline-block;
	font-weight: 600;
	height: 20px;
	line-height: 18px;
	padding: 0;
	position: absolute;
	top: 2px;
	width: 70px;
	border-radius: 0 !important;
}

.aec-listview:not(.aec-gridview) .aec-flagsave + .aec-grid-divspan ul.aec-gridcontentul {
	margin-top: 20px;
}

.aec-listview:not(.aec-gridview) .aec-flagsave {
	left: 160px;
	padding-left: 5px;
	position: absolute;
	top: 4px;
}

.aec-listview .aec-flagsave:after {
	font-family: WebGlyphs;
	font-size: 20px;
	font-weight: normal;
	left: 80px;
	line-height: 1;
	position: absolute;
}

.aec-listview .aec-flagsave:before {
	border-image: none;
	border-style: solid;
	border-width: 10px 4px;
	content: "";
	height: 20px;
	left: 70px;
	position: absolute;
}

@media (min-width: 521px) and (max-width: 767px) {
	.aec-listview:not(.aec-gridview) .aec-flagsave {
		left: 28%;
	}
}

@media (min-width: 0px) and (max-width: 520px) {
	.aec-listview:not(.aec-gridview) .aec-flagsave {
		left: 42%;
	}
}


/*====================================
	SEARCH WITHIN AND GRID SORT
=====================================*/

.aec-searchwithin {
	background: none repeat scroll 0 0 transparent;
	border-left: medium none;
	border-right: medium none;
	border-top: medium none;
	border-radius: 0 !important;
	display: inline-block;
	height: 36px;
	margin: 0;
	padding: 5px;
	text-align: center;
	width: 100%;
	position: relative;
}


/*------------------------------------------
	Search within without extra js elements
-------------------------------------------*/

.aec-searchwithin #aec-searchwithintxt {
	background-color: #fff;
	background-image: none;
	border-color: #d5dae0;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	border-radius: 8px 0 0 8px !important;
	-webkit-border-radius: 8px 0 0 8px !important;
	display: block;
	float: left;
	font-size: 13px;
	height: 25px;
	line-height: 1.429;
	padding: 5px 9px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	-webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 24%;
	margin-left: 36.5%;
}

.aec-searchwithin #aec-searchwithintxt {
	font-family: inherit;
}

@media (min-width: 570px) and (max-width: 767px) {
	.aec-searchwithin #aec-searchwithintxt {
		margin-left: 31.333%;
		width: 33%;
		display: none !important;
	}
	.aec-searchwithin #aec-searchwithinbtn {
		display: none !important;
	}
}

@media (min-width: 0px) and (max-width: 569px) {
	.aec-searchwithin {
		border-radius: 0 !important;
		border-top: 1px solid #D5DAE0;
		display: table;
		height: auto;
		margin: 0;
		padding: 5px;
		position: relative;
		text-align: center;
		width: 100%;
	}
	.aec-searchwithin #aec-searchwithintxt,
	.aec-searchwithin #aec-searchwithinbtn,
	.aec-searchwithin > div#aec-btn-bulkcart {
		display: none !important;
	}
	.aec-searchwithin > .aec-pagecount {
		display: block;
		float: left;
		height: 28px;
		left: -6px;
		line-height: normal;
		margin-bottom: 0 !important;
		margin-top: 0;
		padding-bottom: 0 !important;
		padding-left: 10px;
		padding-right: 10px !important;
		padding-top: 6px !important;
		position: relative !important;
		width: 100% !important;
	}
	.aec-searchwithin .aec-swicthbtn {
		display: block;
		float: right;
		margin-right: 0;
		padding-bottom: 0;
		padding-top: 0;
		position: absolute;
		right: 0;
		top: 8px;
		width: 48%;
	}
	.aec-searchwithin #aec-searchwithintxt {
		margin-left: 3%;
		width: 80%;
	}
	.aec-gridcontrolsbot {
		height: 80px !important;
	}
	.aec-gridcontrolsbot .aec-pagenumgroup {
		border-top: 1px solid #1C75BC;
		position: relative;
		top: 35px;
		padding-top: 9px !important;
	}
	#aec-searchgridspan + .aec-gridcontrolsbot .aec-pagenumgroup {
		border-top: 0 none;
		top: 5px !important;
		padding-bottom: 10px;
	}
	#aec-searchgridspan + .aec-gridcontrolsbot {
		height: 54px !important;
	}
}

@media (min-width: 0px) and (max-width: 520px) {
	.aec-gridcontrolsbot #aec-perpagegroup > label,
	.aec-gridcontrolsbot #aec-sortbygroup label {
		font-size: 0 !important;
	}
	.aec-gridcontrolsbot #aec-perpagegroup > label:before {
		content: "Items";
		font-size: 10pt !important;
	}
	.aec-gridcontrolsbot #aec-sortbygroup label:before {
		content: "Sort";
		font-size: 10pt !important;
	}
	.aec-sortbycontainer ul.aec-newList li a {
		display: block;
		font-size: 9pt;
		text-decoration: none;
	}
	ul.aec-newList li {
		padding: 5px;
	}
}


/*-------------------------------------------
	Extra cloned elemets
-------------------------------------------*/

#aec-gridcontrols-jump.aec-gridcontrolstop {
	display: none;
}

.aec-searchwithin > div.aec-pagecount {
	color: #324F78;
	font-size: 14px;
	font-weight: bold;
	left: 0;
	margin: 0;
	padding: 2px 0 0 10px;
	position: absolute;
	text-align: left;
	width: 200px;
}

@media (min-width: 320px) and (max-width: 360px) {
	.aec-searchwithin > div.aec-pagecount {
		font-size: 12px;
	}
}

#aec-gridSwitchView.gridView {
	cursor: pointer;
	font-size: 13px;
	padding: 2px 0 0 10px;
	position: absolute;
	right: 15px;
	color: #324F78;
	text-decoration: none !important;
}

#aec-gridSwitchView.gridView:hover {
	color: #324F78;
}

#aec-gridSwitchView.gridView:before {
	color: #009dde;
	content: "\f881";
	font-family: 'WebGlyphs';
	margin-right: 4px;
}

.gridView.gridListView:before {
	color: #009dde;
	content: "\f850" !important;
	font-family: 'WebGlyphs';
	margin-right: 4px;
}

.aec-searchwithin > div#aec-btn-bulkcart {
	background-color: #FFB718;
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
	padding: 5px 8px;
	position: absolute;
	right: 120px;
	transition: all 0.2s ease-in 0s;
	-webkit-transition: all 0.2s ease-in 0s;
}

.aec-searchwithin > div#aec-btn-bulkcart a,
.aec-searchwithin > div#aec-btn-bulkcart a:hover,
.aec-searchwithin > div#aec-btn-bulkcart a:focus,
.aec-searchwithin > div#aec-btn-bulkcart a:active {
	color: #324F78;
	text-decoration: none;
}

.aec-searchwithin > div#aec-btn-bulkcart:hover,
.aec-searchwithin > div#aec-btn-bulkcart:focus,
.aec-searchwithin > div#aec-btn-bulkcart:active {
	background-color: #fcd91d;
	text-decoration: none;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

#aec-btn-bulkcart > a#aec-btnBulkUpdateCart {
	font-weight: 600;
	line-height: 1em;
}


/*--------------------------------------------
	Search within without extra js elements
-------------------------------------------*/

#aec-gridcontrols-jump .aec-svcontainer {
	clear: right;
	float: right;
	text-align: right;
	width: 45%;
}

#aec-currentnum {
	margin-top: 5px;
	width: 45%;
}

.aec-searchwithin #aec-searchwithinbtn {
	background-color: #ffb718;
	background-image: none;
	border: medium none;
	color: #fff;
	float: left;
	font-weight: bold !important;
	line-height: 1.429;
	margin: 0 0 0 0;
	padding: 3px 10px;
	text-shadow: 1px 1px 0 #986a00;
	-webkit-text-shadow: 1px 1px 0 #986a00;
	font-family: "Comfortaa", "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	border-radius: 0 8px 8px 0 !important;
	-webkit-border-radius: 0 8px 8px 0 !important;
}

.aec-searchwithin #aec-searchwithinbtn:hover {
	background: #fcd91d none no-repeat scroll left top;
	color: #fff !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.aec-searchwithin #aec-searchwithintxt:focus {
	border-color: #FFB718;
	outline: 0 none;
}

.aec-gridcontrolsbot {
	background: #1f9bde none repeat scroll 0 0;
	border-color: #1f9bde transparent #D5DAE0 transparent;
	border-style: solid none;
	border-width: 1px medium;
	display: inline-block;
	height: 40px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

.aec-gridcontrolsbot ul.aec-newList {
	background: #fff none repeat scroll 0 0;
	border-color: #d5dae0;
	border-style: solid;
	border-width: 0 1px 1px;
	color: #324F78;
	left: 0;
	list-style: outside none none;
	margin: 0;
	position: absolute;
	top: 20px;
	z-index: 9999;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.12);
}

.aec-gridcontrolsbot ul.aec-newList a {
	color: #324F78;
}

.aec-gridcontrolsbot ul.aec-newList li:hover {
	background: #FEF5C2 none repeat scroll 0 0 !important;
	color: #324F78 !important;
	cursor: pointer;
}

.aec-gridcontrolsbot ul.aec-newList li:hover a {
	color: #324F78 !important;
}

#aec-searchgridspan + .aec-gridcontrolsbot {
	border-top: medium none;
	border-radius: 0 !important;
	border-top: 1px solid #D5DAE0;
	margin-bottom: 10px;
	width: 100%;
}

.aec-gridcontrolsbot .aec-selectedTxt {
	color: #324F78;
	cursor: pointer;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	padding: 0 0 0 5px;
	width: 100%;
}

.aec-gridcontrolsbot .aec-selectedTxt:before {
	background-color: #ffb718;
	border-radius: 8px;
	color: #1f9bde;
	content: "";
	display: inline-block;
	font-family: WebGlyphs;
	font-size: 15px;
	height: 100%;
	position: absolute;
	right: 0;
	text-align: center;
	width: 25px;
}

.aec-newListSelected {
	background-color: #fff;
	background-image: none;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 100px auto;
	border: medium none;
	border-radius: 8px;
	color: #324F78;
	cursor: pointer;
	float: left;
	position: relative;
	z-index: 9;
}

.aec-sortbycontainer .aec-newListSelected {
	width: 132px;
}

.aec-gridcontrolsbot .aec-pagenumgroup {
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0;
	padding-top: 6px;
	text-align: center;
	width: auto !important;
	position: relative;
}

.aec-next:hover,
.aec-prev:hover {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: #FFB718;
}

.aec-gridcontrolsbot #aec-perpagegroup {
	clear: none;
	float: none;
	position: absolute;
	right: 10px;
	top: 6px;
}

.aec-gridcontrolsbot > div#aec-sortbygroup {
	left: 0;
	position: absolute;
	top: 6px;
	width: 210px;
	z-index: 1;
}

.aec-gridcontrolsbot #aec-sortbygroup label {
	color: #fff;
	float: left;
	font-size: 14px;
	font-weight: 600;
	padding: 4px 4px 4px 12px;
}

.aec-gridcontrolsbot #aec-perpagegroup > label {
	display: inline-block;
	float: left;
	padding: 4px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.aec-pagenumcontainer a {
	background: #ffb718 none repeat scroll 0 0;
	border-color: #e7a308;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border-style: solid;
	border-width: 1px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	height: 25px;
	line-height: 21px;
	margin-right: 4px;
	padding: 0;
	text-decoration: none;
	text-shadow: 1px 1px 0 #986a00;
	-webkit-text-shadow: 1px 1px 0 #986a00;
	transition: all 0.2s ease-in-out 0s;
	-webkit-ransition: all 0.2s ease-in-out 0s;
	width: 25px;
}

.aec-pagenumcontainer .aec-pagenum a + span + a + span + a + span + a + span + a + span + a {
	border-radius: 12px;
	-webkit-border-radius: 12px;
	min-width: 25px;
	padding-left: 5px;
	padding-right: 5px;
	width: auto;
}

.aec-pagenumcontainer a:hover {
	background-color: #fcd91d;
	border-color: #FFB718;
	box-shadow: none !important;
	color: #fff !important;
}

.aec-pagenumcontainer {
	display: inline;
	margin-left: 25px;
}

.aec-pagenumcontainer a:first-child {
	border-left: none !important;
}

.aec-pagenumcontainer .aec-pagenum span {
	background: #fcd91d none repeat scroll 0 0;
	border: 1px solid #e6a206;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	height: 25px;
	line-height: 21px;
	margin-left: 4px;
	margin-right: 4px;
	padding: 0;
	text-decoration: none;
	text-shadow: 1px 1px 0 #986a00;
	width: 25px;
}

.aec-prev {
	background-image: none;
	border: none;
	color: #fcd91d;
	height: 25px;
	line-height: 25px;
	margin: 0;
	position: absolute;
	width: 25px;
}

.aec-next {
	background-image: none;
	border: none;
	color: #fcd91d;
	height: 25px;
	line-height: 25px;
	margin: 0;
	position: absolute;
	width: 25px;
}

.aec-prev:before {
	content: '\f852';
	font-family: 'WebGlyphs';
}

.aec-next:before {
	content: '\f82E';
	font-family: 'WebGlyphs';
}

.aec-prev:before,
.aec-next:before {
	font-size: 24px;
	position: relative;
	top: 2px;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	/* IE10+ CSS fixes */
	.aec-gridcontrolsbot .aec-prev {
		float: none !important;
		position: relative !important;
		left: 12px!important;
		display: inline-block;
	}
	.aec-gridcontrolsbot .aec-next {
		margin-left: -3px;
	}
	.aec-pagenumcontainer {
		position: relative;
		top: 0px;
		left: -5px
	}
	.aec-pagenumcontainer .aec-pagenum span {
		line-height: 18px;
		margin-right: 7px;
		/*padding: 1px 7px;*/
		top: -1px;
		text-decoration: none;
	}
}

.aec-gridcontrolsbot .aec-newListSelected {
	height: 22px !important;
	position: relative !important;
	top: 2px;
}

.aec-perpagecontainer .aec-newListSelected {
	width: 50px;
}

@media (min-width: 0px) and (max-width: 520px) {
	.aec-sortbycontainer .aec-selectedTxt {
		width: 133px;
	}
}

a.aec-iconbase {
	margin-right: 0;
}

#aec-stripbanner:empty,
#aec-stripbanner,
#aec-stripbanner + br {
	display: none;
}

.aec-personname, .aec-themename {
    border-bottom: 1px solid #D5DAE0;
    color: #324F78;
    font-size: 20px;
    margin: 0;
    padding: 8px 0 10px 12px;
}


/*====================================
	SEARCH WITHIN AND GRID SORT END
=====================================*/


/*====================================
	BUY BUTTONS
=====================================*/

button.aec-buybutton-textbtn {
	background-color: #1f9bde;
	border: medium none;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 2px;
	transition: all 0.2s ease-in 0s;
	-webkit-transition: all 0.2s ease-in 0s;
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}

button.aec-buybutton-textbtn:hover {
	background-color: #1C75BC;
	color: #fff !important;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

span.aec-buybutton:before {
	content: "\f837";
	display: inline-block;
	font-family: "WebGlyphs";
	font-size: 16px;
	font-weight: normal;
	line-height: 1em;
	margin-right: 4px;
	position: relative;
	top: 1px;
}


/*====================================
	BOUTIQUES
=====================================*/

.aec-boutiquebanner > img {
	height: auto;
	max-width: 100%;
}


/*====================================
	404 PAGE
=====================================*/

#aec-error404 > h1 {
	color: #324F78;
	font-size: 22px;
	font-weight: 600;
}

#aec-error404 > h1:before {
	content: "\f883";
	font-family: "WebGlyphs";
	font-weight: normal;
	margin-right: 8px;
}

#aec-error404 > div + div {
	background-color: #FFB718;
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12) !important;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12) !important;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	font-size: 13px;
	margin: 10px auto 0;
	padding: 10px 12px;
	width: 200px;
	font-weight: 500;
	font-weight: 600;
	color: #324F78;
}

#aec-error404 > div + div:hover {
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
	background-color: #fcd91d;
	color: #324F78 !important;
}

#aec-error404 > div a {
	color: #324F78;
}


/*====================================
	ADVANCE SEARCH PAGE
=====================================*/

#aec-main #aec-advsrch-wrapper {
	border: medium none;
	border-radius: 0 !important;
	display: table;
	overflow: hidden;
	padding: 0 15px;
	width: 100%;
}

#aec-main #aec-advsrch-wrapper h1 {
	background-color: transparent;
	border-bottom: 1px solid #D5DAE0;
	color: #324F78;
	display: block !important;
	font-family: "Comfortaa", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	margin: 0 -15px 20px;
	padding: 10px 15px;
	text-transform: capitalize;
}

#aec-main #aec-advsrch-wrapper h1:before {
	content: '\f81d';
	font-family: 'WebGlyphs';
	font-size: 18px;
	font-weight: normal;
	margin-right: 5px;
}

#aec-main #aec-advsrch-wrapper > form#aec-advsrch {
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

#aec-advsrch-wrapper h4:before {
	content: '\f878';
	font-family: 'WebGlyphs';
	margin-right: 4px;
}

#aec-advsrch-wrapper h4 {
	background-color: #D5DAE0;
	background-image: none;
	border-color: #D5DAE0;
	border-image: none;
	border-radius: 4px !important;
	border-style: solid;
	border-width: 1px 1px 1px 4px;
	color: #616c7a;
	font-size: 13px;
	margin: 10px 0;
	padding: 10px;
}

#aec-main #aec-advsrch-wrapper input[type="text"],
#aec-main #aec-advsrch-wrapper select {
	background-color: #fff;
	background-image: none;
	border: 1px solid #d5dae0;
	border-radius: 3px !important;
	color: #324F78;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	-webkit-box-shadow: none !important;
	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;
	width: 40%;
}

#aec-main #aec-advsrch-wrapper input[type="text"]:focus,
#aec-main #aec-advsrch-wrapper input[type="text"]:focus {
	outline: 0;
	border: 1px solid #FFB718 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

#aec-main #aec-advsrch-wrapper span {
	color: #324F78;
	font-size: 13px !important;
	font-weight: 600;
	padding: 6px 0;
	position: relative;
	top: 5px;
	width: 20%;
}

#aec-main #aec-advsrch-wrapper #aec-advsrch input#ais {
	position: relative;
	top: 7px;
}

#aec-main #aec-advsrch-wrapper #aec-advsrch .aec-advsrch-cba {
	border: 1px solid #D5DAE0;
	border-radius: 4px !important;
	margin-bottom: 5px;
	margin-top: 15px;
	padding: 5px !important;
	width: 40%;
}

#aec-main #aec-advsrch-wrapper #aec-advsrch .aec-advsrch-cba label {
	color: #767e89;
	font-weight: 600;
	font-size: 13px !important;
}

#aec-main #aec-advsrch-wrapper #aec-advsrch .aec-advsrch-cba > div {
	margin: 0;
}

#aec-main #aec-advsrch-wrapper #aec-advsrch-checkboxarea #afmt_cd,
#aec-main #aec-advsrch-wrapper label[for="afmt_cd"],
#aec-main #aec-advsrch-wrapper #aec-advsrch-checkboxarea #afmt_mdvd,
#aec-main #aec-advsrch-wrapper label[for="afmt_mdvd"],
#aec-main #aec-advsrch-wrapper #aec-advsrch-checkboxarea #afmt_sacd,
#aec-main #aec-advsrch-wrapper label[for="afmt_sacd"],
#aec-main #aec-advsrch-wrapper #aec-advsrch-checkboxarea #afmt_dd,
#aec-main #aec-advsrch-wrapper label[for="afmt_dd"] {
	display: none !important;
}

#aec-main #aec-advsrch-results-links {
	border: 1px solid #e2e6ed;
	border-radius: 0 !important;
	font-size: 13px;
	padding: 5px;
}

#aec-main #aec-advsrch-wrapper #aec-advsrch-submit {
	background-color: #FFB718;
	background-image: none;
	border: medium none;
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12) !important;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12) !important;
	color: #324F78;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 12px;
	margin-top: 12px;
	padding: 6px 40px;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}

#aec-main #aec-advsrch-wrapper #aec-advsrch-submit:hover {
	background-color: #fcd91d;
	color: #324F78 !important;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
}

#aec-main #aec-advsrch-wrapper #aec-advsrch-submit-div {
	clear: both;
	display: block;
	margin-left: 190px;
}

@media (min-width: 320px) and (max-width:767px) {
	#aec-main #aec-advsrch-wrapper span {
		margin-right: 0;
		padding: 2px 0;
		text-align: left;
		top: 0;
		width: 100%;
	}
	#aec-main #aec-advsrch-wrapper input[type="text"],
	#aec-main #aec-advsrch-wrapper select,
	#aec-main #aec-advsrch-wrapper #aec-advsrch .aec-advsrch-cba {
		width: 100%;
	}
	#aec-main #aec-advsrch-wrapper #aec-advsrch-submit-div {
		margin-left: 0;
	}
	#aec-main #aec-advsrch-wrapper #aec-advsrch input#ais {
		left: 60px;
		position: relative;
		top: -24px;
	}
	#aec-main #aec-advsrch-wrapper #aec-advsrch .aec-advsrch-cba {
		margin-top: 0;
	}
}

@media (min-width: 768px) and (max-width:992px) {
	#aec-main #aec-advsrch-wrapper input[type="text"],
	#aec-main #aec-advsrch-wrapper select,
	#aec-main #aec-advsrch-wrapper #aec-advsrch .aec-advsrch-cba {
		width: 59%;
	}
	#aec-main #aec-advsrch-wrapper #aec-advsrch-submit-div {
		margin-left: 22%;
	}
}


/* Mobile elemets*/

@media (min-width: 0px) and (max-width: 1023px) {
	/*html {
		max-width: 100vw;
		overflow-x: hidden;
	}*/
	body,
	#aec-container,
	#aec-body {
		overflow-x: hidden !important;
		width: 100vw !important;
	}
	body.open-nav #aec-left {
		left: 0;
		overflow-y: scroll;
		height: 100%;
		box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.27) !important;
		-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.27) !important;
	}
	body.open-nav #aec-container {
		margin-left: 200px;
		overflow: hidden !important;
	}
	body.open-nav {
		overflow-x: hidden;
		position: absolute;
		width: 100vw;
	}
	#aec-container {
		margin-left: 0;
		transition: margin-left 0.2s ease-in-out 0s;
		-webkit-transition: margin-left 0.2s ease-in-out 0s;
	}
	body.open-nav .aec-top-nav {
		left: 200px !important;
	}
	body .aec-top-nav {
		left: 0;
		transition: left 0.2s ease-in 0s;
		-moz-transition: left 0.2s ease-in 0s;
		-webkit-transition: left 0.2s ease-in 0s;
	}
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) and (min-width: 1200px) and (max-width: 7680px) {
	.email-container-line {
		height: 52px;
	}
}

.email-container-line.small-screen {
	display: none;
}

.email-container-line.large-screen {
	margin-bottom: 12px;
}

@media (min-width: 1025px) and (max-width: 1199px) {
	.email-container-line,
	.email-container-line.large-screen a {
		font-size: 16px !important;
	}
}


/*====================================
	ACCOUNT OVERCART LINKS
=====================================*/

.desktop.aec-acc-navbar-nav {
	display: inline-block;
	margin-bottom: 20px;
	padding-top: 5px;
	width: 100%;
}

.desktop.aec-acc-navbar-nav > li {
	display: inline-block;
	float: left;
	list-style: outside none none;
	text-align: center;
	width: calc(100% - 110px);
}

.desktop.aec-acc-navbar-nav > li:first-child {
	width: 110px;
}

.desktop.aec-acc-navbar-nav .aec-loginlinks-login {
	color: #fff;
	display: block;
	font-size: 14px;
	/*padding: 7px 14px;*/
	text-transform: none;
    line-height: 32px;
}

.desktop.aec-acc-navbar-nav .aec-loginlinks-login:hover {
	color: #fff !important;
	text-decoration: underline;
}

.desktop.aec-acc-navbar-nav .aec-myacc-link > span {
	display: block;
	padding: 5px;
	border-radius: 4px;
	border-top: 1px solid #fff;
	box-shadow: 0 1px 2px rgba(0, 27, 41, 0.53);
	-webkit-box-shadow: 0 1px 2px rgba(0, 27, 41, 0.53);
	color: #203554;
	display: block;
	font-family: BurbankBig Bold;
	font-size: 16px;
	padding: 5px 10px;
	text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
	-webkit-text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
	background: #f5f9fe;
	/* Old browsers */
	background: -moz-linear-gradient(top, #f5f9fe 0%, #c0c7d3 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f5f9fe 0%, #c0c7d3 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f5f9fe 0%, #c0c7d3 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f5f9fe', endColorstr='#c0c7d3', GradientType=0);
	/* IE6-9 */
}

@media (min-width: 0px) and (max-width: 1024px) {
	.desktop.aec-acc-navbar-nav,
	.email-container-line.large-screen {
		display: none;
	}
}

@media (min-width: 786px) and (max-width: 1024px) {
	.email-container-line.small-screen {
		display: inline-block;
	}
}


/*====================================
	BRANDS SLIDESHOW
=====================================*/

.brands-top-row h3 {
	color: #1f9bde;
	font-family: BurbankBig Bold;
	font-size: 55px;
	text-align: center;
}

.brands-slideshow {
	padding-left: 0;
	padding-right: 0;
}

.row.brands-top-row {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 40px;
}

.brands-top-row .responsive-single.slick-slider {
	padding-left: 30px;
	padding-right: 30px;
}

.brands-scroller-holder {
	opacity: 0;
	transition: opacity 0.2s ease-in 0s;
	-webkit-transition: opacity 0.2s ease-in 0s;
	-ms-transition: opacity 0.2s ease-in 0s;
	-o-transition: opacity 0.2s ease-in 0s;
}

.brands-scroller-holder:not(.slider-ready) {
	max-height: 160px;
}

.brands-scroller-holder.slider-ready {
	opacity: 1;
}

.brands-scroller-holder.slider-ready:before {
	background-color: #1f9bde;
	border-bottom: 6px solid #ffb718;
	border-top: 6px solid #ffb718;
	content: "";
	display: inline-block;
	height: 120px;
	left: 0;
	position: absolute;
	top: 45%;
	transform: translate(0px, -50%);
	-webkit-transform: translate(0px, -50%);
	width: 100%;
	z-index: 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

.brands-slideshow .item.slick-slide a {
	display: inline-block;
	padding-bottom: 15px;
	padding-top: 15px;
}

.brands-slideshow .responsive-single .item {
	background-color: transparent;
	color: #fff;
	margin: 0;
	text-align: center;
}

.brands-slideshow .item.slick-slide a img {
	border: 4px solid #ffb718;
	border-radius: 50%;
	box-shadow: 0 5px 10px rgba(0, 27, 41, 0.25);
	-webkit-box-shadow: 0 5px 10px rgba(0, 27, 41, 0.25);
	display: block;
	float: none;
	margin: 0 auto;
	overflow: hidden;
	width: auto;
}

.brands-slideshow .slick-prev:before,
.brands-slideshow .slick-next:before {
	color: #1C75BC;
	font-family: "WebGlyphs" !important;
	font-size: 44px;
	line-height: 1;
	margin-right: 4px;
	opacity: 1;
	transition: color 0.25s ease-in-out 0s;
	-webkit-transition: color 0.25s ease-in-out 0s;
}

.brands-slideshow .slick-next:before {
	content: "\f831" !important;
}

.brands-slideshow .slick-prev:before {
	content: "\f830" !important;
}

.brands-slideshow .slick-prev {
	left: 0;
}

.brands-slideshow .slick-next {
	right: 0;
}

.brands-slideshow .slick-prev,
.brands-slideshow .slick-next {
	top: 50%;
	transform: translate(0px, -50%);
	-webkit-transform: translate(0px, -50%);
}

.brands-slideshow .responsive-single .slick-next:hover,
.brands-slideshow .responsive-single .slick-prev:hover {
	background: transparent none repeat scroll 0 0 !important;
}

.brands-slideshow .responsive-single .slick-next:hover:before,
.brands-slideshow .responsive-single .slick-prev:hover:before {
	color: #7FCDF7 !important;
}

.brands-top-row .slick-prev,
.brands-top-row .slick-next {
	height: 44px!important;
	line-height: 0!important;
	margin-top: 0!important;
	width: 44px !important;
}

.brands-slideshow .slick-slide img {
	height: auto;
	max-width: 100%;
}

@media (min-width: 0px) and (max-width: 767px) {
	.row.brands-top-row {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 0px) and (max-width: 649px) {
	.row.brands-top-row {
		margin-bottom: 10px;
	}
	.brands-top-row .item {
		padding: 10px;
	}
	.brands-top-row h3 {
		font-size: 25px;
	}
	.brands-top-row .slick-prev,
	.brands-top-row .slick-next {
		height: 44px;
		line-height: 0;
		margin-top: 0;
		width: 44px;
		top: 50%;
	}
	.brands-slideshow .item.slick-slide a {
		padding-bottom: 0;
	}
}

@media (min-width: 415px) and (max-width: 649px) {
	.brands-scroller-holder.slider-ready:before {
		height: 100px;
	}
}

@media (min-width: 0px) and (max-width: 414px) {
	.brands-scroller-holder.slider-ready:before {
		height: 80px;
	}
	.brands-slideshow .slick-prev:before,
	.brands-slideshow .slick-next:before {
		line-height: 0;
		position: relative;
		top: 12px;
	}
}

.form-control,
input[type="text"],
textarea,
.k-dropdown .k-input,
.k-dropdown .k-state-focused .k-input,
.k-menu .k-popup {
	color: #324f78
}

.form-control {
	box-shadow: none;
	-webkit-box-shadow: none;
}

/* Estra margin between the search grid and the footer for larger screens */
@media (min-width: 1200px) and (max-width: 7680px) {
	#aec-searchgridspan + .aec-gridcontrolsbot {
		margin-bottom: 70px;
	}
}

.aec-listview:not(.aec-gridview) .aec-grid-artist div {
	display: inline !important;
}


/*====================================
	GRID GROUPED NOTIFIER
=====================================*/

.aec-groupednotifier {
	padding-left: 15px !important;
	padding-right: 15px !important;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.aec-listview:not(.aec-gridview) ul.aec-gridcontentul .aec-groupednotifier {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

li.aec-groupednotifier:empty {
	display: none !important;
}


.aec-listview:not(.aec-gridview) ul.aec-gridcontentul .aec-groupednotifier-box > span {
	line-height: 100% !important;
}

.aec-listview:not(.aec-gridview) ul.aec-gridcontentul .aec-groupednotifier-box {
	line-height: 100% !important;
	padding-bottom: 4px !important;
	padding-left: 2px !important;
	padding-right: 4px !important;
}

.aec-groupednotifier-box {
	background-color: #FCD91D;
	border-color: transparent!important;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	text-decoration: none !important;
	padding: 2px 4px;
	margin-left: auto;
	-webkit-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	border-width: 2px;
	display: block;
}

.aec-groupednotifier-box > span {
  color: #1F9BDE;
  font-size: 11px;
}

.aec-groupednotifier-box:hover,
.aec-groupednotifier-box:focus{
	background-color: #FFB718 !important;
	border-color: transparent!important;
	color: #1C75BC !important;
}

.aec-groupednotifier-box:hover > span,
.aec-groupednotifier-box:focus > span{
		color: #1C75BC !important;
}

.aec-listview:not(.aec-gridview) ul.aec-gridcontentul li.aec-groupednotifier {
  font-size: 16px;
  max-width: 220px !important;
	width: auto;
	display: inline-block;
}

ul.aec-listview .aec-groupednotifier-box {
  margin: 0 auto 2px;
  width: 100%;
	max-width: 210px;
}
.aec-listview:not(.aec-gridview) .aec-grid-artist div {
	display: inline !important;
}

#aec-webami-loginbox .validation-summary-errors {
    background-color: rgb(202,94,88);
    color: #fff !important;
    padding: 2px 25px;
    border: 1px solid rgb(202,94,88);
    border-radius: 2px;
    text-align: center;
}

    #aec-webami-loginbox .validation-summary-errors ul {
        margin-bottom: 5px;
        margin-top: 5px;
    }

.account-message-label {
    font-size: 13px;
    font-weight: 600;
    margin-top: 5px;
    color: #000000;
}

.account-message-label a {
    color: #1F9BDE;
}

@media (min-width: 0px) and (max-width: 767px) {
    div.delayShipOrdDivStyle {
        margin-top: 50px;
    }

    #aec-header {
        padding-top: 10px;
    }
}

@media (min-width: 768px) {
    #aec-email-signup .modal-dialog {
        width: 400px;
        margin: 30px auto;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) !important;
    }
}

/*-----Fixed msg -----------*/
@media (min-width: 0px) {
    body #aec-page,
    body #aec-container {
        margin-top: 125px;
    }
}

@media (min-width : 462px) {
    body #aec-page,
    body #aec-container {
        margin-top: 115px;
    }
}

@media (min-width : 501px) {
    body #aec-page,
    body #aec-container {
        margin-top: 105px;
    }
}

@media (min-width: 768px) {
    body #aec-page,
    body #aec-container {
        margin-top: 90px;
    }
}

@media (min-width: 992px) {
    body #aec-page,
    body #aec-container {
        margin-top: 75px;
    }
}

@media (min-width: 1200px) {
    body #aec-page,
    body #aec-container {
        margin-top: 74px;
    }
}