@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(/styles/icons.css);
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%; height:100%}
body{background-color: #efefef; height:100%}
.wrapper{height:auto; min-height:89%}

*{padding:0; margin:0; text-decoration:none; font-family: 'Raleway', sans-serif; border: 0}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background: transparent;
	color: inherit;
}
a:active,
a:hover, 
a:link,
a:focus {
	outline: 0;
	color: #f25050;
}
a:visited {
	color: inherit;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	margin: .67em 0;
	font-size: 2em;
}
mark {
	color: #000;
	background: #ff0;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	height: 0;
	-moz-box-sizing: content-box;
			 box-sizing: content-box;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .7;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
		 -moz-box-sizing: content-box;
					box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0;
}
legend {
	padding: 0;
	border: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
td,
th {
	padding: 0;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}
a:link{
	-webkit-transition:linear 200ms;
	-moz-transition:linear 200ms;
	-ms-transition:linear 200ms;
	-o-transition:linear 200ms;
	transition:linear 200ms;
	color:inherit
}
a:hover{color:#f25050;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span {/*color: #f25050;*/}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 20px;
	margin-bottom: 10px
}
h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 10px;
	margin-bottom: 10px
}
h1, .h1 {
	font-size: 36px
}
h2, .h2 {
	font-size: 30px
}
h3, .h3 {
	font-size: 24px
}
h4, .h4 {
	font-size: 18px
}
h5, .h5 {
	font-size: 14px
}
h6, .h6 {
	font-size: 12px
}
p {
	margin: 0 0 10px;
	color:#666;
}
/*p span{
	margin: 0 0 10px;
	color:#f25050;
}*/
h1{font-family: 'Raleway', sans-serif; font-weight:100}
.clearfix:before,
.clearfix:after{
	display: table;
	content: " ";
}
strike{display:inline; text-decoration:line-through; color: #999}
.clearfix:after{
	clear: both;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}
@media (min-width: 641px) {
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11 {float: left;}
	.col-12 {width: 100%;}
	.col-11 {width: 91.66666666666666%;}
	.col-10 {width: 83.33333333333334%;}
	.col-9 {width: 75%;}
	.col-8 {width: 66.66666666666666%;}
	.col-7 {width: 58.333333333333336%;}
	.col-6 {width: 50%;}
	.col-5 {width: 41.66666666666667%;}
	.col-4 {width: 33.33333333333333%;}
	.col-3 {width: 25%;}
	.col-2 {width: 16.666666666666664%;}
	.col-1 {width: 8.333333333333332%;}
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}
@media (min-width: 200px) {
	.col-xs-1,
	.col-xs-2,
	.col-xs-3,
	.col-xs-4,
	.col-xs-5,
	.col-xs-6,
	.col-xs-7,
	.col-xs-8,
	.col-xs-9,
	.col-xs-10,
	.col-xs-11 {float: left;}
	.col-xs-12 {width: 100%;}
	.col-xs-11 {width: 91.66666666666666%;}
	.col-xs-10 {width: 83.33333333333334%;}
	.col-xs-9 {width: 75%;}
	.col-xs-8 {width: 66.66666666666666%;}
	.col-xs-7 {width: 58.333333333333336%;}
	.col-xs-6 {width: 50%;}
	.col-xs-5 {width: 41.66666666666667%;}
	.col-xs-4 {width: 33.33333333333333%;}
	.col-xs-3 {width: 25%;}
	.col-xs-2 {width: 16.666666666666664%;}
	.col-xs-1 {width: 8.333333333333332%;}
}
.text-centered{text-align:center}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
	content: " ";
	display: table
}
.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical>.btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
	clear: both
}


header, section, footer, video{display:block}
header{position:fixed; top:0; left:0; width:100%; padding:0; z-index: 1000; background-color: rgba(255,255,255, 1); box-shadow:0 0 2px rgba(0,0,0,0.4);
	-webkit-transition:linear 200ms;
	-moz-transition:linear 200ms;
	-ms-transition:linear 200ms;
	-o-transition:linear 200ms;
	transition:linear 200ms;
}
header.home{background-color: rgba(255,255,255, 0.2); box-shadow:0 0 2px rgba(0,0,0,0);}
header.pushDown{top: 400px;}
header section{width:100%; padding:0}
header section img{float:left; height:25px; margin:10px}
header section ul.col-4{list-style:none; float:right; padding-top:14px; padding-left:0; width:auto}
header section ul.col-2{list-style:none; padding-top:14px; width:auto}
header section ul li{padding:0 12px; margin:0; float:right; width:auto; height:20px; color:#666; font-size:13px; font-weight:600; text-transform:uppercase; list-style:none; position:relative;
	-webkit-transition:linear 200ms;
	-moz-transition:linear 200ms;
	-ms-transition:linear 200ms;
	-o-transition:linear 200ms;
	transition:linear 200ms;
}
header section ul.col-2 li{padding:0 18px}
header section ul li a{text-decoration:none; color:inherit}
header section ul li i{color:inherit; font-size:20px}
header section ul li#signupBtn{padding:0 13px}
header section ul li#loginBtn{padding:0 13px}
header section ul li #cartCount, header section ul li #wishCount{margin-left:10px; height:auto; width:auto; padding:3px 8px; border-radius:15px; box-shadow:0 0 4px rgba(0,0,0,0.4); background-color:#f25050; color:#FFF; font-weight:400; text-align:center; font-size:11px; display:inline; position:absolute; top:-10px; right:-6px; line-height:1}
header section ul li:hover{color:#f25050; cursor:pointer}
.headSearch{height:48px; border-left: 1px solid #e1e1e1; position:relative; padding:0}
.headSearch input{float:left; border:none; width:100%; height:100%; text-indent:10px; outline:none; padding-left:30px; position:relative; z-index:3; background-color:transparent}
.headSearch span{font-size: 18px; color:#888; position:absolute; left:10px; top:50%; margin-top:-10px; z-index: 0}

section{width:1170px; margin:0 auto; padding:20px 0;}
footer{width:100%; padding:20px 0; background-color:#333; color:#f4f4f4}
footer section h4{color:#f4f4f4; margin-bottom:20px}
footer section ul{list-style:none;}
footer section ul li{padding:0; margin: 5px 0; width:auto; height:20px; color:#FFF; font-size:12px; font-weight:600; text-transform:uppercase; list-style:none; position:relative;
	-webkit-transition:linear 200ms;
	-moz-transition:linear 200ms;
	-ms-transition:linear 200ms;
	-o-transition:linear 200ms;
	transition:linear 200ms;
}
footer section ul li:hover{color:#f25050; cursor:pointer}
footer section #footerBottom{border-top:1px solid #666; padding:20px 0 0; font-size:10px; color:#666; font-weight:bold; margin-top:20px}
footer section .col-6 img{width:100%}
#loginSignup{width:100%; height:0; overflow:hidden; background-color: #FFF; box-shadow:inset 0 0 2px rgba(0,0,0,0.3); position:fixed; top:0; left:0; z-index: 999;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#loginSignup.openLogin{ height: 400px}
#loginSignup #loginContent{float:none; margin:0 auto}
#loginSignup h2{text-align:center; width:100%}
#loginSignup p{text-align:center; width:100%}


#tabMenu{background-color: #FFF; border:1px solid #e1e1e1; padding:0; margin:0 auto; float:none}
#tabMenu button.tab{padding:20px 0; font-size:13px; color:inherit; text-align:center; border-right:1px solid #e1e1e1; background-color: transparent; outline:none;
	-webkit-transition:linear 200ms;
	-moz-transition:linear 200ms;
	-ms-transition:linear 200ms;
	-o-transition:linear 200ms;
	transition:linear 200ms;
}
#tabMenu button.tab:last-child{border:none}
#tabMenu button.tab:hover{color:#f25050; cursor:pointer}
#tabMenu button.tab.active{border-bottom:3px solid #f25050; padding-bottom:17px; color:#f25050}
#tabContent{float:none; margin:0 auto; list-style:none; padding-bottom:20px}
#tabContent li, #create, #signin{width:100%; height:auto; list-style:none; display:none}
#create.active, #signin.active{display:block}
#tabContent li.active{display: list-item}
#ItemDetailDescription ul li{display:block; list-style: square; padding:0; margin-left:20px; width:auto;}
#ItemDetailDescription h1{text-align:left; text-transform:none !important}
h2 span.subTitle{font-weight:300; font-size:24px; font-family: 'Lato', sans-serif; color:#666}

#coverImage{width:100%; height:70%; min-height:600px; max-height:1200px; background-size:cover; background: url(/images/makerHeader.jpg) no-repeat center center; z-index: 0; overflow: hidden; position:relative;background-size:cover;}
#coverImage:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 0;
	height: 100%;
	width: 100%;
}
#coverImage h1{margin:150px auto 10px; color:#FFF; font-weight:lighter; font-size:50px; float:none; text-shadow:1px 1px 0 rgba(0,0,0,0.4)}
#coverImage p{margin:10px auto; color:#FFF; float:none; text-align:center; font-size:15px; line-height:2; text-shadow:1px 1px 0 rgba(0,0,0,0.4)}
#coverImage .searchBar input[type="text"]#search{border:0; padding:15px 0; text-indent:15px; font-size:16px; color:#666; background-color:rgba(255,255,255,0); position:relative; z-index:2; outline:none; text-align:left;
	-webkit-transition:linear 200ms;
	-moz-transition:linear 200ms;
	-ms-transition:linear 200ms;
	-o-transition:linear 200ms;
	transition:linear 200ms;
}
#coverImage .searchBar form{height:100%}
#coverImage .searchBar input[type="text"]{height:100%; background-color:rgba(255,255,255,0); border-bottom: 3px solid #f1f1f1}
.headSearch input[type="text"]{height:100%; background-color:rgba(255,255,255,0);}
#coverImage .searchBar input[type="text"].focus, .headSearch input[type="text"].focus{background-color:rgba(255,255,255,0.5);}
#coverImage .searchBar input[type="text"].hasText, .headSearch input[type="text"].hasText{background-color:rgba(255,255,255,1);}
#coverImage .searchBar label{position:absolute; top:0; left:0; padding:15px 0; font-size:16px; color:#CCC; text-indent:15px; z-index:0; background-color: #FFF; text-align: left; height:100%; border-bottom: 3px solid #f1f1f1}
#coverImage .searchBar button{height:52px; background-color:#f25050; font-size:16px; font-weight:600; color:#FFF; border-bottom: 3px solid #EE1A1A}
#coverImage .searchBar{
	height:52px;
	float:none;
	margin:20px auto 0;
	position:relative;
	padding:0;
	text-align:center;
	overflow:hidden;
	border-radius:4px;
}

.mobileMenuLink {
	height: 100%;
    font-size: 21px;
    color: #666;
    margin-top: 11px;
}

/*--- Pricing Styles ---*/
#pricing{padding:40px 0; background-color:#FFF; border-top:1px solid #e1e1e1}

#pricingContent{float:none; margin:0 auto; height:auto}
.pricingBox, .pricingBox.white{border:1px solid #e1e1e1; height:auto; padding:0; position:relative}
.pricingTables{border-collapse:collapse; border:none; width:100%}
.pricingTables td{padding:20px 0; border-bottom:1px solid #e1e1e1; color:#666; text-align:center; font-size:12px}
.pricingTables tr:last-child td{border:none}
.pricingTables td h3{font-weight:700; font-size:18px; font-family: 'Lato', sans-serif; color:#666; text-align:center; margin:0}
.pricingTables td.accountFees{background-color:#333; color:#FFF; font-weight:bold; font-size:18px}
.pricingTables td.accountFees.best{background-color:#f25050;}

#betaRibbon{position:absolute; top:-8px; left:10px}

/*--- Messaging Modal ---*/
.messagingModal{position:fixed; bottom:0; height:auto; padding:0; width:40%; max-width:638px; right:20px; background-color: #FFF; box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); z-index:3000}
.messagingModal .msgContainer{height:350px; padding: 0;}
.messagingModal .msgContainer textarea{height:100%}
.messagingModal .col-12{padding: 0; border-top:1px solid #e1e1e1 !important;}
.messagingModal .col-12 .btn{float:right; width:150px; border-radius:0; }
.messagingModal .mce-panel{border:none !important;}
.messagingModal .mce-edit-area{border-top:1px solid #e1e1e1 !important;}
.messagingModal .glyphicon{color: #FFF}

/*--- Button Styles ---*/
.btn{
	display:inline-block;
	border-radius:4px;
	box-shadow:0 0 4px rgba(0,0,0,0.4);
	padding-left:15px;
	padding-right:15px;
	width:auto;
	height:42px;
	font-size:14px;
	font-weight:bold;
	border:1px solid transparent;
}
.btn i.glyphicon{color:inherit; margin: 0 10px}
.btn.rounded{border-radius: 3px;}
.btn.shadow{box-shadow:0 0 2px rgba(0,0,0,0.2)}
.btn.small{height:24px; font-size:12px}
.btn.iconRight{padding-right: 25px;}
.btn.iconRight i{ float:right; margin-right: -21px}
.btn.iconLeft{padding-left: 25px;}
.btn.iconLeft i{ float:left; margin-left: -21px}
.btn.btn-pink{background-color:#f25050; color:#FFF; box-shadow:0 0 2px rgba(0,0,0,0.2); position:relative}/*border-bottom:2px solid #AD5050*/
.btn.btn-pink:hover{background-color:#F14444}
.btn.btn-blue{background-color:#3399cc; color:#FFF; box-shadow:0 0 2px rgba(0,0,0,0.2);}
.btn.btn-grey{background-color:#ccc; color:#FFF;	box-shadow:none}
.btn.btn-lightGrey{	background-color: #f5f5f5;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
	background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
	border: 1px solid #c6c6c6 !important;
	border: 1px solid rgba(0,0,0,0.1);
	color: #444;
	border-radius: 2px;
	cursor: default;
	font-family: arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	margin: 2px auto;
	min-width: 54px;
	padding: 0 8px;
	text-align: center;
	-webkit-transition: all 0.218s,visibility 0s;
	transition: all 0.218s,visibility 0s;
	-webkit-user-select: none;
	background-repeat: repeat-x;
	box-shadow:none
 }

.btn-pink input[type="file"]{opacity:0; width:100%; height:100%; filter: alpha(opacity = 0); position:absolute; top:0; left:0}


::-webkit-scrollbar							{ width: 6px;}
::-webkit-scrollbar-track				{background-color:#e1e1e1;}
::-webkit-scrollbar-thumb				{background-color:#666; border-radius: 3px}


/* Popup */
#popBackground{
	width: 100%;
	height: 100%;
	z-index:2000;
	left: 0;
		position: fixed;
		top: 0;
	background: none repeat scroll 0 0 rgba(0,0,0,0.30);
}

#popWindow{
	z-index:200000;
	background: none repeat scroll 0 0 #f4f4f4;
	box-shadow:0 0 4px rgba(0,0,0,0.3);
	width:600px;
	margin:0 auto;
	padding:10px;
	max-width: none;
	overflow:hidden
}
.pop #close_pop{cursor:pointer; outline:none; color:#666; font-size:12px; position:absolute; top:15px; right:15px}
#popFrame{overflow:auto}
.popTitle{
	color: #666;
		font-family:'Lato', sans-serif;
		font-size: 32px;
		height: auto;
		margin-right: 10px;
		padding: 10px;
	font-weight:100;
	background: none repeat scroll 0 0 #FFF;
	text-align:center;
	font-weight:100;
	line-height:1
}
.popTitle p{margin:10px auto; width:80%; font-weight:600; font-size:14px;}
.popInstruction {
	color:#666;
	font-family:'Lato', sans-serif; 
	font-size:13px;
	margin:20px 0;
	padding: 0 10px;
	
}
#popupContent {width: 100%;height: 100%;overflow: auto;}
.subText {
	font-family:'Lato', sans-serif; 
	font-size:12px; 
	color:#666;
}
.pop, .popSelectionList{width:45%; height:100%; background-color:#fff; position:initial; left:100%; top:0; z-index:2000; overflow-x: hidden;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	display:none;
	box-shadow: 0 0 3px rgba(0,0,0,.20);
	border-radius:3px 0 0 3px;
}
/*.pop{overflow:hidden}*/
.pop hr{margin:0}
.popSelectionList{left: inherit; right:100%;z-index:3000}
#popHeader, #popSelectionHeader{width:100%; background-color:#f4f4f4; border-top: 3px solid #6b3f7c; box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3); text-align:center; font-size:18px; color: #666; padding:12px 0; position:absolute; z-index:1000; font-weight:bold; top: 0; left:0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#popHeader .cancelBtn, #popSelectionHeader .cancelBtn{position:absolute; width:15%; height:100%; font-size:10px; text-align:center; line-height: 5; border-left: 1px solid #e1e1e1; top:0; right:0}
#popHeader .cancelBtn:hover, #popSelectionHeader .cancelBtn:hover{background-color:#e1e1e1; cursor:pointer}
.pop.animateInPop{left:55%}
.popSelectionList.animateInPop{right:0%}
.popContent, .popSelectionContent{width:100%; padding:0; margin:51px 0 0 0; height:90%}

/*--- Load Tip Styling ---*/
.loadTip_container{ position:absolute; background-color:#FFF; border-radius: 3px; height:auto; z-index:2000; border:1px solid #e1e1e1; display: none}
.loadTip_container .loadTip_header{padding:5px 0; text-align:center; font-size:18px; color:#666; font-family: "Lato", sans-serif; border-bottom:1px solid #e1e1e1; width:100%}
.loadTip_container .loadTip_body{width:100%; height:auto;}
.loadTip_container .loadTip_body .accountCategories ul.categoryList li{font-size:11px; color: #888; font-weight:bold; padding:10px; float: none; height: auto; width: 100%;}
.loadTip_container .loadTip_body .accountCategories ul.categoryList li:hover{color:#666; background-color:#f7f7f7;}
.loadTip_container img{position:absolute; top:-27px; left:50%; margin-left: -15px; height: 18px;}
#header-profile-menu:hover .loadTip_container, #header-profile-menu:focus .loadTip_container{display: block}

.redBorder{border:1px solid #900; background-image: url(/images/icons/16x16/cross.png); background-repeat:no-repeat; background-position:95% center}
.greenBorder{border:1px solid #390; background-image: url(/images/icons/16x16/checkmarkGreen.png); background-repeat:no-repeat; background-position:95% center}
.popForms{width:100%; border:0; border-collapse:collapse; margin:10px auto;}
#popupContent .popForms{ padding:10px; width:90%;}
#popupContent h1.title{width:95%; margin:15px auto 10px}
.popForms tr{width:100%; vertical-align: top}
.popForms tr td{width:100%; max-width: 0; padding:3px 0; font-size:12px; font-weight:600}
.popForms tr td .fieldContainer{ height:38px; width:100%; background-color:transparent; border:1px solid transparent; position:relative;; border-radius:0}
.popForms tr td .fieldContainer .formSaved{position:absolute; top:0; right:0; width:100%; float:right; height:auto; color:#99b433; font-size:11px; text-align:right; margin:4px 20px 10px; font-weight:600; z-index:10}
.popForms tr td .fieldContainer .formNotSaved{position:absolute; top:0; right:0; width:auto; float:right; height:auto; color:#b91d47; font-size:11px; text-align:right; margin:4px 20px 10px; font-weight:600; z-index:10}
.popForms tr td label{font-size:11px; font-weight:bold; color:#666;}
.popForms tr td input[type='text'], .popForms tr td input[type='password'], .popForms tr td input[type='email'], .popForms tr td input[type='number']{width:100%; border:1px solid #e1e1e1; padding:10px 0; text-indent:10px; box-shadow:none; border-radius:0}
.popForms tr td input[type='text'].dollar, .popForms tr td input[type='number'].dollar{padding-left:10px; background-position: 2px center; background-repeat:no-repeat; background-image:url(/images/icons/dollarIcon.png)}
.popForms tr td textarea{width:100%; border:1px solid #e1e1e1; padding:10px; box-shadow:none; border-radius:0;}
.popForms tr td select{width:100%; margin:0px; padding:10px 0; border:1px solid #e1e1e1; border-radius:3px; font-weight:600; color:#333; box-shadow:none;	background:none; font-size:12px; text-indent:10px;
	background-color:#FFF;
	background-image:url(/images/icons/arrowDN.png);
	background-position:97% center; 
	background-repeat:no-repeat;
	-webkit-appearance: inherit;
}

.popForms tr td select option{
	padding: 10px;
	margin:5px;
	color: #333;
	font-weight:600;
}

.popForms tr td .field-container {
	width: 98%;
	height: auto;
	min-height: 36px;
	border: 1px solid #e1e1e1;
}

.popForms tr td .field-container.required-field {
	border-left: 3px solid #bc1111
}
.field-validation{
	font-size: 11px;
	color: #FFF;
	background-color: #bc1111;
	padding: 5px 15px;
	font-weight: 600
}

.popForms.addressList tr{background-color: #FFF; border:1px solid #e1e1e1; font-size:12px; color:#666;}
.popForms.addressList tr td{padding:10px}
.popForms tr td i.glyphicon-chevron-right{position:absolute; right:15px; top:50%; font-size:12px; color:#999; margin-top:-6px}

.redBorder{border:1px solid #900; background-image: url(/images/icons/16x16/cross.png); background-repeat:no-repeat; background-position:95% center}
.greenBorder{border:1px solid #390; background-image: url(/images/icons/16x16/checkmarkGreen.png); background-repeat:no-repeat; background-position:95% center}
.createAccountStatus{position:relative; width:100%; height:0}
.createAccountStatus .toolTipHovered{left:auto; width:80%; margin:0 10%; top:38px}
.popForms tr td textarea{width:100%; min-height:150px; height:auto; border:1px solid #e1e1e1;}
.popForms tr td button{border-radius:0; width:100%; text-transform:uppercase; margin: 0}
.expandable{ overflow:hidden; height:0; width:100%;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.receipt{margin-top:80px;}
table.receiptTable{
	width: 100%;
	max-width: 800px;
	font-size:14px;
	text-align:left;
	margin: 0 auto;
	height:auto;
	min-height: 800px;
	background-color: #FFF;
	border: 1px solid #e1e1e1;
	padding:10px;
	vertical-align: top;
}
table.receiptTable table.receiptInfoTable{
	height:auto;
	width: 100%;
	vertical-align: top;
}
table.receiptTable tr td{
	vertical-align: top;
	padding:20px;
}
table.receiptTable table.receiptInfoTable tr th{
	font-family: "Lato", sans-serif; border-bottom:1px solid #e1e1e1; padding:10px 0;
}
table.receiptTable table.receiptInfoTable tr td{
	padding:10px 0;
}

#listOptions table tr{border-bottom: 1px dashed #e1e1e1; padding:5px 0}
#listOptions table tr td .glyphicon-remove{color:#f25050}
.showPhotos{
	height:0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
} 
.showPhotos.showing{height:auto; padding:10px 0; background-color:#FFF; border-bottom:1px solid #e1e1e1}
.imgHolders{height:0; width:0; position:relative; float:left; margin-left:10px; background-repeat:no-repeat; background-position: center center;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	background-size: cover;
}
.imgHolders.grow{box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); height:50px; width:50px;}
.imgHolders i{display:none;}
.imgHolders.grow i{display:block; position:absolute; width:20px; height:20px; border-radius:50%; background-color:#333; color:#FFF; top:-10px; right:-10px; cursor:pointer; text-align:center; line-height:1.7}
.imgHolders#placeHolder{background-size: 28px auto;}

/*--- Image upload Edit ---*/
.imgLoader{width:100%; padding:10px; font-size:12px; color:#666;}
.imgLoader .imgLoadBar{margin-top:5px; width:100%; height:5px; position:relative; background-color:#CCCCCC; box-shadow:inset 0 0 2px rgba(0,0,0,.40)}
.imgLoader .imgLoadBar .til{position:absolute; top:0; left:0; width:0; height:100%; background-color:#f25050;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}


#msgInfo{width:100%; padding:10px 0; position:fixed; top:0; left:0; font-size:12px; text-align:center; color:#FFF; height:auto; box-shadow: 0 0 3px rgba(0,0,0,.30); z-index:100000; display:none}
#msgInfo.goodSave{background-color:#78aa1c}
#msgInfo.badSave{background-color:#9a1616}


/*--- Shopping Cart/Checkout Styiling ---*/
div.col-12.white.CartBox{border-radius:3px; border: 1px solid #e1e1e1; padding:0; margin:10px 0; background-color:#f7f7f7; overflow:hidden}
.cartShopHeader{padding:10px; font-size:24px; background-color:#FFF; border-bottom: 1px solid #e1e1e1; color:#f25050; position:relative; z-index:10}
.cartItemName{padding:8px 0;}
.cartItemName a{font-size:20px; color:#f25050;}
.cartItemPrice{padding:8px 0; font-size:16px;}
.cartItemPrice span{color:#f25050; font-weight:bold}
ul.CartLines{padding:0; margin:0; width:100%; height:auto; list-style:none;}
ul.CartLines li.CartLinesli{width:100%; height:auto; padding:10px; margin:0; border-bottom: 1px solid #e1e1e1; list-style:none; position:relative;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.changeQuantity{padding:8px 0; font-size:16px;}
.changeQuantity select{display: inline; height:32px; border:1px solid #e1e1e1; width:50px}
.cartLeftCol{padding:0; border-right:1px solid #e1e1e1; background-color:#FFF; position:relative; z-index:5; box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);}
.cartNotes{padding-top:10px}
.cartNotes textarea{margin: 10px 0; width:95%; padding:10px; border:1px solid #e1e1e1; height:120px; font-size:12px; color: #666}
ul.CartLines li.CartLinesli i.deleteCartLine{position:absolute; top:10px; right:10px; font-size:14px; opacity:0; filter: alpha(opacity=0); color:#333; float: right;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
ul.CartLines li.CartLinesli:hover{background-color: #f1f1f1;}
ul.CartLines li.CartLinesli:hover i.deleteCartLine{opacity:40; filter: alpha(opacity=.4);}
ul.CartLines li.CartLinesli:hover i.deleteCartLine:hover{opacity:100; filter: alpha(opacity=1); cursor:pointer}
ul.CartLines li.CartLinesli strong{font-size:10px}
ul.CartLines li.CartLinesli ul.Options, ul.CartLines li.CartLinesli ul.Options li.Optionsli, ul.CartLines li.CartLinesli ul.Options li.Optionsli strong{list-style:none; font-size:12px}
ul.CartLines li.CartLinesli ul.Options li.Optionsli{padding: 5px 0}
.cartItemImage{background-position: center center; background-repeat:no-repeat; background-size:cover; height:120px}

.checkoutHeader{padding-top:20px}
.checkoutHeader i{color:#666; font-size:14px}
.grandTotal{font-size:24px}



/*--- wysiwyg and Controls ---*/
.wysiwyg{width:100%; height:250px; box-shadow: 0 0 2px rgba(0,0,0,.20)}
.editable{width:100%; height:222px; padding:10px; overflow: auto; border:none; box-shadow:none; outline:none}
.wysiwyg textarea{position:absolute; top:0; left:0; opacity:0; filter: alpha(opacity=0)}
.editable{background-color:#FFF; font-weight:normal; border-radius:2px 2px 0 0}
.wysiControls{width:100%; height:28px; border-top:1px solid #e1e1e1;
	background: rgb(247,247,247); /* Old browsers */
	background: -moz-linear-gradient(top,	rgba(247,247,247,1) 0%, rgba(241,241,241,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(241,241,241,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,	rgba(247,247,247,1) 0%,rgba(241,241,241,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,	rgba(247,247,247,1) 0%,rgba(241,241,241,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,	rgba(247,247,247,1) 0%,rgba(241,241,241,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,	rgba(247,247,247,1) 0%,rgba(241,241,241,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}
.wysiControls .controls{float:left; padding:5px 10px; border-right:1px solid #e1e1e1; font-size:12px; color:#666}
.wysiControls .controls:hover{background-color:#e1e1e1; cursor: pointer}
.wysiControls .controls.active{background-color:#333; color:#FFF; box-shadow:inset 0 0 2px rgba(0,0,0,.50)}
.wysiControls .controls.active:hover{background-color:#333; color:#FFF; box-shadow:inset 0 0 2px rgba(0,0,0,.50)}

/*--- Register Page---*/
#registerLogo{margin:60px auto 10px; display:block; max-width: 370px; width: 90%}
#registerTitle{font-weight:300; text-align:center; color:#666}
.registerAccount{height:auto; float:none; padding:25px; margin:20px auto; background-color:#FFF; border-radius:3px; box-shadow:0px 0px 3px rgba(0,0,0,.30);}

/*--- My Account Styles ---*/
.accountHeader{height:auto; margin-top:47px; position:relative; padding:0; /*background-color:#FFFFFF; background-image:url(/images/ui/img1.jpg);*/ background-repeat:no-repeat; background-size:cover; background-position:center center; padding-bottom: 0px; border:1px solid #d5d5d5; border-bottom:none; border-top:none; background-image: url(/images/bgArt.jpg);}
.accountHeader .coverDarken{position:absolute; top:0; left:0; width:100%; height: 100%; z-index:1; background-color:rgba(0,0,0,0.30); box-shadow:3px 0 0 -2px rgba(0,0,0,0.40)}
.accountHeader .coverLines{position:absolute; top:0; left:0; width:100%; height: 100%; z-index:2; background-image:url(/images/ui/bgwRpeat.png); background-repeat:repeat-x;}
.accountHeader .nameContainer{margin:40px auto 0; position:relative; padding:10px; font-size:18px; font-weight:bold; color:#FFF; background-color:#f25050; display:table; z-index:5}
.accountHeader .nameContainer .arrow{border-top:0 solid transparent; border-right:0 solid transparent; border-bottom:15px solid transparent; border-left:10px solid #f25050; position:absolute; right:10px; bottom:-13px}
.accountHeader .myInfo{margin:0px auto 20px; width:100%; /*background-color:#FFF;*/ height:auto; padding:0px 0 10px; position:relative; z-index:3; /*background-image:url(/images/ui/bgwRpeat.png);*/background-repeat:repeat-x;}
.accountHeader .myInfo .photoBox{background-color:#FFF;}
.iconBox{text-align:center; position:relative; font-size:24px; height:auto; padding: 8px 15px}
.iconBox span{font-size:10px}
.iconBox.lightBlue span, .iconBox.grey span, .iconBox.grey i, .iconBox.lightBlue i{color:#fff; box-shadow:none}
.iconBox.white span{color:#666; box-shadow:none}

.iconBox i{margin-top:10px; color:#666; display: inline-block;}
.myInfo .iconBox.pink i, .accountHeader .myInfo .iconBox.grey i{color:#fff;}

.accountHeader h2{ color:#FFF; font-size:18px; width:auto; text-align:center; margin:12px 0 5px; font-weight:bold;}
.accountHeader h2 span{color:#f25050}
.accountHeader h2 p{font-family:'Lato', sans-serif; color:#666; font-size:10px;width:100%; text-align:left; height:auto;}
.profilePhoto{border-radius: 50%; width:40px; height:40px; /*border: 3px solid #FFF; box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);*/ margin:10px auto; background-size: cover; background-position:center center; background-repeat:no-repeat;}
.profilePhoto#detailPhoto{position:absolute; width:60px; height:60px; bottom:-40px; left:0}
.shopNameLinks{position:absolute; width:auto; height:60px; bottom:-35px; left:70px; float:left}
.accountHeader .shopNameLinks h2{font-family:'Lato', sans-serif; color:#666; font-size:22px; text-align:left; margin: 0px;}
.shopNameLinks strong{font-size:10px; font-family:'Lato', sans-serif; color: #666}

header li .profilePhoto{margin-top:-10px}
.profilePhoto.Male{background-image:url(/images/icons/male.png); background-color:#f25050}
.profilePhoto.Female{background-image:url(/images/icons/female.png); background-color:#f25050}
.profilePhoto.Shop{background-image:url(/images/icons/shop.png); background-color:#f25050}
.accountHeader .photoBox h2{ font-family:inherit; font-weight:bold; font-size:18px; text-align:left; width:auto}
.accountHeader ul{list-style:none; height:100%; float:left; width:auto}
.accountHeader ul li{height:100%; width:auto; float:left; padding:20px 15px; border-right:1px solid #e1e1e1; font-size:13px; font-weight:bold
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.accountHeader ul li:hover, .accountHeader ul li.active{background-color:#3399cc; color:#FFF; cursor:pointer}
.socialNetworks{width:100%; position:absolute; margin:0 auto; bottom:-12px; text-align:center;	height:auto}
.socialNetworks .socialIcons{width:24px; height:24px; margin:0px 3px -5px; background-position:center center; background-repeat:no-repeat; display:inline-table; background-color:#f25050;}
.socialNetworks .socialIcons.facebook{background-image: url(/images/icons/socialIcons.png); background-position: center 0px; background-repeat:no-repeat}
.socialNetworks .socialIcons.twitter{background-image: url(/images/icons/socialIcons.png); background-position: center -24px; background-repeat:no-repeat}
.socialNetworks .socialIcons.flickr{background-image: url(/images/icons/socialIcons.png); background-position: center -48px; background-repeat:no-repeat}

.AccountLinks{width:100%; position:relative; margin:0 auto; text-align:center; height:auto; z-index:7; background-color: #FFF;border:1px solid #d5d5d5; border-radius: 3px; border-top-width: 0px; border-bottom-width: 2px;}
.AccountLinks .acLinks{background-color: transparent; color:#999; font-size:14px; text-align:center; float:none; display:inline-table; padding:10px 0px; margin: 0 15px; font-weight:600; border-bottom:2px solid transparent;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.AccountLinks .acLinks:hover, .AccountLinks .acLinks.active{border-bottom:2px solid #f25050; cursor:pointer; font-weight:600; color: #666}

.AccountShopLinks{width:100%; position:relative; margin:0 auto; text-align:center; height:auto; z-index:7;}
.AccountShopLinks .setupLinks{background-color:#FFF; color:#666; font-size:14px; text-align:center; display:inline-table; padding:10px; text-transform:uppercase;margin: 0; border:1px solid #e1e1e1; border-right:none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.AccountShopLinks .setupLinks:last-child{border-right:1px solid #e1e1e1}
.AccountShopLinks .setupLinks.active{background-color:#f25050; color:#FFF;}
.AccountShopLinks .setupLinks.passed{background-color:#333; color:#FFF;}

#homeFeatured{width:100%; background-color:#fcfcfc}
#homeFeatured section h2 span.subTitle{font-size:12px; font-weight:bold; color:#666}

/*--- Item Styling ---*/
.itemContainer{height:430px; padding:10px; float:left; cursor:pointer; display: table-caption; position:relative}
.accountItemList .itemContainer, #homeFeatured .itemContainer{margin: 0}/* 10px 20px*/
.accountItemList #searchRecord{padding:0 15px; border-bottom:1px solid #e1e1e1; margin-bottom:20px}
.itemContainer .itemTop{padding:10px 0; height:40px; position:relative; font-size:11px; color:#999}
.itemContainer .itemImg{width:100%; position:relative; height:200px; background-position:center center; background-repeat:no-repeat; background-size:cover;	cursor:pointer; box-shadow:inset 0 0 50px rgba(0, 0, 0, 0.20); }
.itemContainer .itemImg button{display:none}
.itemContainer .itemImg.accountItemImg button{position:absolute; height:38px; width:80%; top:50%; margin-top:-19px; border-radius:3px; left:10%; display:block; border:4px solid #f25050; background-color:transparent; color:#f25050}
.itemContainer .itemImg .glyphicon{position:absolute; top:5px; right: 5px; padding:5px; background-color:rgba(255,255,255,0.80); color:#666; border-radius:2px; opacity:0; 
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.itemContainer .itemImg .glyphicon:nth-child(2){position:absolute; top:5px; right: 35px; padding:5px; background-color:rgba(255,255,255,0.80); color:#666; border-radius:2px; opacity:0;}
.itemContainer .itemImg .glyphicon.active, .itemContainer .itemImg .glyphicon:hover{opacity:1; color:#f25050}
.itemContainer .itemImg:hover .glyphicon{opacity:1;}
.itemContainer .deleteIcon{
	position: absolute;
    top: 5px;
    left: 5px;
    cursor: pointer;
    opacity: 0.7;
    z-index: 100;
    padding: 2px;
    border-radius: 3px;
    background-color: #FFF;
    border: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
}

.itemContainer .itemTitle{font-size:16px; color:#666; font-style:italic; font-family:'Lato', sans-serif; line-height:.9; padding:10px 10px 0; height:120px; overflow:hidden}
.itemContainer .itemTitle span{font-style:normal; color:#777; font-size:11px; text-transform:uppercase; padding:10px 0 0; display:block; line-height:1.3}
.itemContainer .itemPrice{width:100%; text-align:right; font-size:16px; font-family:'Lato', sans-serif; color:#f25050; padding:5px 10px 0}
.itemContainer .itemReviews{width:100%; text-align:left; font-size:10px; font-family:'Lato', sans-serif; color:#999; text-transform:uppercase; position:relative; padding:5px 10px 0}
.itemContainer ul.itemBtns{width:100%; position:absolute; bottom:0; left:0; border-top:1px solid #e1e1e1; list-style:none}
.itemContainer ul.itemBtns li{ padding:5px; border-right:1px solid #e1e1e1; color:#666; font-size:18px; list-style:none; text-align:center; height: 34px;}
.itemContainer ul.itemBtns li i{color:#666;}
.itemContainer ul.itemBtns li.ViewItem{ padding:10px; font-size:12px; box-shadow: none;}
.itemContainer ul.itemBtns li.pink.ViewItem, .itemContainer ul.itemBtns li.lightGrey.ViewItem, .itemContainer ul.itemBtns li.blue.ViewItem{color: #FFFFFF}
.itemContainer ul.itemBtns li:hover, .itemContainer ul.itemBtns li:hover i, .itemContainer ul.itemBtns li.active i{color: #f25050}

.itemContainer ul.itemBtns li:last-child{border:none}

.itemContainer .col-12{padding:0; height:100%; background-color:#FFF; box-shadow: 0 0 2px rgba(0,0,0,.40); position:relative}

.itemContainer .isAd{ position:absolute; top: 0; right:0; padding:5px 10px; font-weight:bold; color:#FFF; background-color: rgba(51,153,204,.70); border-radius: 0 0 0 3px; font-size:10px; border-left: 1px solid rgba(0,0,0,0.20); border-bottom: 1px solid rgba(0,0,0,0.20);}

.itemContainer .isAd.Advertising{ background-color: rgba(153,180,51,.80)}

.accountCategories{padding:0 15px 0 0}
.accountCategories button{border-radius:0; width:100%;}
.accountCategories ul.categoryList{width:100%; display:block; background-color: white; margin-top:20px; border:1px solid #d5d5d5; border-radius: 3px; border-top-width: 0px; border-bottom-width: 2px; overflow:hidden}
.accountCategories ul.categoryList li{padding:10px 0; text-align:left; font-size:13px; list-style:none; 
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.accountCategories ul.categoryList li.category{text-indent:10px;}
.accountCategories ul.categoryList li .listMedia{width:40px; height:40px; margin:0 0 0 10px; background-repeat:no-repeat; background-position:center center; background-size:cover; float:left}
.accountCategories ul.categoryList li.categoryHeader{border-bottom:1px solid #e1e1e1; font-size:16px; color:#666; font-family:'Raleway', sans-serif; font-weight:bold; padding:15px 0; text-transform:uppercase;}
.accountCategories ul.categoryList li.category{background-color: transparent; font-weight:500; cursor:pointer; position: relative}
.accountCategories ul.categoryList li.category a{width: 100%; height: 100%; display: block}
.accountCategories ul.categoryList li.dataLists{background-color:#FFFFFF; border-bottom:1px solid #e1e1e1; line-height: 1; padding:10px; text-indent: 0}
.accountCategories ul.categoryList li.dataLists.read{background-color: #e5e5e5!important;}
.accountCategories ul.categoryList li.dataLists strong{text-align:left; font-size:16px; color:#666; font-family:'Lato', sans-serif; font-style:italic; line-height:.9;}
.accountCategories ul.categoryList li.dataLists.linked:hover{background-color:#f1f1f1; cursor:pointer}
.accountCategories ul.categoryList li.dataLists span{font-size:11px; color:#666; letter-spacing:1.4; font-style:normal; margin-left:10px; font-family: 'Open sans', sans-serif;}
.accountCategories ul.categoryList li.stats{background-color: transparent; border-bottom:1px solid #999;text-indent:0px; line-height: 1;}
.accountCategories ul.categoryList li.stats div{font-size:11px; color:#CCC; text-transform:uppercase; font-style:normal; font-weight:700}
.accountCategories ul.categoryList li.stats div span{font-size:11px; color:#CCC; text-transform: none; font-style:normal; font-family:'Lato', sans-serif; font-weight:400}
.accountCategories ul.categoryList li.stats div.col-4{text-align:right; width: 33.33333333333333%; float:left; padding-right: 15px; padding-left: 15px;}
.accountCategories ul.categoryList li.stats div.col-8{width: 66.66666666666666%; float:left; padding-right: 15px; padding-left: 15px;}
.accountCategories ul.categoryList li.category.active, .accountCategories ul.categoryList li.category:hover{color: #fff; cursor:pointer; background-color: #f25050}
.accountCategories ul.categoryList li.category.active a, .accountCategories ul.categoryList li.category:hover a, .accountCategories ul.categoryList li.category.active a span, .accountCategories ul.categoryList li.category:hover a span{color: #fff;}

.categoryPin{border-radius:2px; margin:5px 5px; float:left; padding:10px; font-size:10px; color:#FFF; background-color:#f25050; box-shadow: 0 0 2px rgba(0,0,0,.20)}
.categoryPin i{color:#FFF}
.categoryPin{margin-left:0}

.inboxPin{border-radius:10px; margin:0px 5px; float:right; padding:2px 10px; font-size:12px; width:auto; color:#FFF; background-color:#CCC; box-shadow:inset 0 0 2px rgba(0,0,0,.10); text-align:center; text-indent:0;display: inline-block;}
.inboxPin.new{color:#FFF; background-color:#f25050;}

.itemImgUpload{width:90px; height:90px; box-shadow: 0 3px 0px -2px rgba(0, 0, 0, 0.2); float:left; margin:5px; background-position:center center; background-repeat:no-repeat; position:relative; background-image:url(/images/icons/loading.gif); background-color:#FFF; text-align:center; font-weight:bold; font-size:14px; line-height:1.3}
.itemImgUpload.added{background-size:cover;}
.itemImgUpload .glyphicon-remove{position:absolute; top:-10px; right: -10px; padding:5px; background-color:#333; color:#FFF; font-size:10px; border-radius:50%; cursor:pointer;}
.itemImgUpload.uploader{color: #fff; background-image:none; background-color:#f25050; display:table-cell; vertical-align:middle}
.itemImgUpload.uploader i{font-size:36px; color: #fff;}
.itemImgUpload.uploader input[type="file"]{opacity:0; position:absolute; z-index:10px; top:0; left:0; width:100%; height:100%; cursor:pointer}

.accountPhoto, .shopPhoto{ width: 180px; height: 180px; box-shadow: 0 3px 0px -2px rgba(0, 0, 0, 0.2); float:left; margin:5px; background-position:center center; background-repeat:no-repeat; position:relative; background-size:cover;}
.accountPhoto.Male{background-image:url(/images/icons/male.png); background-color:#f25050}
.accountPhoto.Female{background-image:url(/images/icons/female.png); background-color:#f25050}
.shopPhoto.Shop{background-image:url(/images/icons/shop.png); background-color:#f25050}
button.uploadPhotoBTN{ position:relative; float:left; width:auto !important;}
button.uploadPhotoBTN input[type="file"]{position:absolute; top:0; left:0; width:100%; height:100%; opacity: 0;}

#photoInput{position:relative;}
#photoInput input[type="file"]{position:absolute; width:100%; height:100%; top:0; left:0; opacity:0; cursor:pointer}

.separator{background-image:url(/images/ui/Separate.png); background-repeat:repeat-x; background-position:center center; height:24px; width:100%}

.stars{background-color: transparent; width:80px; height:15px; position:relative; overflow:hidden; float:right; display:block;}
.stars img{width:80px; height:15px; position:relative; z-index:10}
.stars .colorStars{position:absolute; height:100%; width:0%; background-color:#f25050; z-index:0; top:0; left:0}

.itemContainer .itemReviews .stars{position:absolute; right:10px; top: 3px;}


/*--- Mobile Account Links ---*/
section.accountMobileMenu{display:none}
.AccountLinksm{width:100%; position:relative; margin:0 auto; text-align:center; height:auto; z-index:7;}
.AccountLinksm .acLinks{background-color:#333; color:#FFF; font-size:14px; float:left; padding:10px 0; width:49%; text-transform:uppercase; margin: 2px 0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.AccountLinksm .acLinks:nth-child(even){float:right}
.AccountLinksm .acLinks:last-child{width:100%}
.AccountLinksm .acLinks:hover, .AccountLinksm .acLinks.active{background-color:#f25050; cursor:pointer}

/*--- Countdown Styles ---*/
.countdown.single-event {
	font: normal 18px/22px Raleway;
	/*display: inline-block;
	margin: 2px 15px 2px 0;
	padding-right: 15px;*/
	border-right: 1px solid #555555;
	font-weight: bold;
	
}
.countdown.single-event .value {
	display: inline-block;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #555555;
	color: #EFEFEF;
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
}
.countdown.single-event .word {
	padding-left: 3px;
	color: #9B9B9B;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 10px;
}
.countdown.single-event.style-dark {
	border-right-color: #e8e8e8;
}
.countdown.single-event.style-dark .value {
	border-left-color: #e8e8e8;
	color: #3E4043;
}
.countdown.single-event.style-dark .word {
	color: #898989;
}
.countdown.single-event.style-dark.layout-single-large .word {
	color: #9B9B9B;
}
.countdown.single-event.layout-single-large .value {
	margin-left: 25px;
	padding-left: 25px;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
}
.countdown.single-event.layout-single-large .word {
	padding-left: 5px;
	font-size: 13px;
}
.countdown.single-event.layout-single-large > span {
	white-space: nowrap;
	background-color:#f7f7f7;
}
.countdown.single-event.layout-classic {
	border-right: 0;
	vertical-align: middle;
}
.countdown.single-event.layout-classic > span {
	display: inline-block;
	width: 21%;
	margin-right: 10px;
	font-size: 0;
	position: relative;
}
.countdown.single-event.layout-classic > span:last-child {
	margin-right: 0;
}
.countdown.single-event.layout-classic > span:before,
.countdown.single-event.layout-classic > span:after {
	content: '';
	display: block;
	height: 2px;
	border: 1px solid #6e6e6e;
	border-radius: 0 0 3px 3px;
	border-top: 0;
	top: 100%;
	left: 3px;
	right: 3px;
	position: absolute;
	background-color:#f7f7f7;
}
.countdown.single-event.layout-classic > span:after {
	margin-top: 3px;
	left: 6px;
	right: 6px;
}
.countdown.single-event.layout-classic .value {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 0;
	padding: 0;
	width: 100%;
	border: 1px solid #555555;
	border-radius: 4px 4px 0 0;
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	line-height: 48px;
	background-color:#f7f7f7;
}
.countdown.single-event.layout-classic .word {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 0;
	text-align: center;
	font-size: 11px;
	line-height: 28px;
	font-weight: bold;
	border: 1px solid #555555;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	display: inline-block;
	background-color:#f7f7f7;
}
.countdown.single-event.layout-classic.style-dark .value,
.countdown.single-event.layout-classic.style-dark .word {
	border-color: #e8e8e8;
}
.countdown.single-event.layout-classic.style-dark > span:before,
.countdown.single-event.layout-classic.style-dark > span:after {
	border-color: #eeeeee;
}
.classic-event-wrapper .split {
	display: none;
}
.backgroundPattern{ background:url(/images/ui/bg_pattrn.jpg) repeat; background-size:auto; padding:15px 0 20px}

/*--- Account Sections ---*/

.accountSections{padding-top:40px}
.accountHeader{background-color:#FFF; box-shadow: 0 3px 0px -2px rgba(0, 0, 0, 0.3); color:#FFF; position:relative; padding-bottom: 30px}
.accountHeader:before{content: ""; background-color:rgba(45,62,80,.80); position:absolute; width:100%; height:100%; top:0; left:0; z-index:0}
.accountSections h1, .accountHeader h1{ text-align:center; text-transform:uppercase !important; font-weight:300; position:relative; z-index:5}
.accountSections h2, .accountHeader h2{text-align:center; width:100%;font-family:'Lato', sans-serif; font-weight:400; font-size:15px; position:relative; z-index:5}
div.col-12.pink, div.col-12.grey, div.col-12.white, div.col-12.blue, div.col-12.green, div.col-12.lightGrey, div.col-12.red, div.col-12.lightBlue{padding:10px 15px; height:auto; min-height:282px; border:1px solid #d5d5d5; border-radius: 3px; border-top-width: 5px; border-bottom-width: 2px;}
div.col-12.white:before, div.col-12.grey:before, div.col-12.pink:before, div.col-12.blue:before, div.col-12.green:before, div.col-12.lightGrey:before, div.col-12.red:before, div.col-12.lightBlue:before,
div.col-12.white:after, div.col-12.grey:after, div.col-12.pink:after, div.col-12.blue:after, div.col-12.green:after, div.col-12.lightGrey:after, div.col-12.red:after, div.col-12.lightBlue:after{
	display: table;
	content: " ";
}
div.col-12.white:after, div.col-12.grey:after, div.col-12.pink:after, div.col-12.blue:after, div.col-12.green:after, div.col-12.lightGrey:after, div.col-12.red:after, div.col-12.lightBlue:after{
	clear: both;
}
h1.title{font-size:16px; text-align:left; padding:5px 0 15px; width:100%; margin:0}
h1.title span{background-color: inherit; padding-right:10px; color:#666; font-weight:700}
h1.title.padded{padding:15px}
h1.title#searchTitle{color:#666; border-bottom:1px solid #D5D5D5;}
h1.title#searchTitle span{color:#666}
#mobileCategories{ height:auto; display:none; padding:15px; background-color:#FFF; position:relative}
#mobileCategories select{width:100%; height:100%; font-size:16px; color:#666; text-indent:10px; opacity: 0; filter: alpha(opacity=0); position:absolute; top:0; left:0}

canvas{height:200px; padding:0; max-width: 100%;	width:100%; position:relative; bottom:0}
canvas#ReactAdsLineChart{margin-top:5px}
#adDetails, #sDetailInfo{height:40px; padding:0; margin-top:-4px}
#adDetails small, #sDetailInfo small{font-size:10px; width:100%}
#sDetailInfo .col-6, #sDetailInfo .col-6 small{ color: #666}

#latestAds, #latestSales, #latestReviews, #latestWishes, #latestPurchases, #itemInformation, #itemInfoTabs{display:inline-block; margin-top:20px; padding: 0 5px;}
#itemInformation h2{font-size:22px; text-align:left; font-style:italic; color:#666}
#itemInformation h4{font-size:18px; text-align:left; font-style:italic; color:#666;font-family:'Lato', sans-serif; font-weight:bold}
#itemInformation p{font-size:14px; line-height:1.4; color:#666}
.slideWishListImg{width:100px; height:100px; float:left; margin: 0 10px 10px 0; box-shadow: 0 0 2px rgba(0,0,0,0.20); background-image:url(/images/icons/photo.png); background-repeat:no-repeat; background-position:center center; background-size:cover;}
.wishPrice{ font-size:14px; font-weight:bold; text-transform:uppercase; font-style:normal; color:#666}
#latestWishes h4{color:#666}
#itemInfoTabs #tabContent{height:auto; background-color:#FFF; border:1px solid #e1e1e1; border-top:none; min-height:250px}
#itemInfoTabs #tabContent li{width:100%; height:auto; overflow:auto; padding:10px; font-size:14px; line-height:1.5}

#itemTags strong{font-size:11px;}
#itemTags .tag{padding:5px; box-shadow:0 0 3px rgba(0, 0, 0, 0.3); font-size:9px; display:inline-block; margin: 5px 5px 5px 19px; font-weight:bold; color: #FFF; background-color: #666; position:relative; border-radius: 2px; cursor: pointer}
#itemTags .tag:after{content: ""; position:absolute; height:100%; width:20px; top:0; left:-16px; background-image: url(/images/icons/tag.png); background-repeat:no-repeat; background-position:center left; }

.sectionTables{width:100%; height:255px; overflow:auto}
.sectionTables .ItemListTables{width:100%; height:auto; padding:0; margin:0; border-collapse:collapse;}
.sectionTables .ItemListTables tr{vertical-align:middle; border-bottom:1px dashed #e1e1e1}
.sectionTables .ItemListTables tr:hover{cursor:pointer; background-color:#f7f7f7}
.sectionTables .ItemListTables tr td{width:75%; padding:10px; text-align:left; font-size:16px; color:#666; font-family:'Lato', sans-serif; font-style:italic; line-height:.9;}
.sectionTables .ItemListTables tr td .listMedia{width:40px; height:40px; margin:0 10px 10px 0; background-repeat:no-repeat; background-position:center center; background-size:cover; float:left}
.sectionTables .ItemListTables tr td a, .sectionTables .ItemListTables tr td span{font-size:11px; color:#666; letter-spacing:1.4; font-style:normal; font-family:'Open Sans', sans-serif; }
.sectionTables .ItemListTables tr td a.btn { white-space: nowrap }
.sectionTables .ItemListTables tr td:last-child{text-align:right}
a.reviewLink{color:#f25050 !important; font-weight:bold !important}


/*--- Slideshows ---*/
.slideContainer{width:100%; height:230px; position:relative; overflow:hidden}
.slideContainer ul.slideshow{margin:0; list-style:none; padding:0; position: absolute; top:0; left:0; width:100%; height:100%}
.slideContainer ul.slideshow li{margin:0; list-style:none; padding:0; float:left; height:100%; font-family:'Lato', sans-serif; font-weight:600; position:absolute; top:0; left:0; z-index:0; width:100%; color: #FFF}
.slideContainer ul.slideshow li .revImg{width:35px; height:35px; background-image:url(/images/icons/photo.png); background-repeat:no-repeat; background-position:center center; background-size:cover; margin-right:10px; float:left; border-radius:50%}
.slideContainer ul.slideshow li p{width:100%; text-align:left; font-size:12px; font-weight:bold; color: #666; margin-top:15px; word-wrap:break-word; vertical-align:top}
.slideContainer ul.slideshow li p small{color: #666}
.slideContainer ul.slideshow li .caption{position:absolute; bottom:0; width:100%; height:auto; background-color:rgba(0,0,0,.50); color:#FFF; font-weight:300; font-size:12px; padding:10px; text-align:left}
.clickNav{position:absolute; top:50%; margin-top:-15px; background-color:#FFF; color:#666; cursor:pointer; width:auto; padding:10px; z-index:200}
.clickNav.navLeft{left:0; border-radius:0 3px 3px 0}
.clickNav.navRight{right:0; border-radius:3px 0 0 3px}

.slideContainer.imgDetailSlides{height:500px;}
.slideContainer.imgDetailSlides ul.slideshow{height:470px; position:relative;}
.slideContainer.imgDetailSlides ul.slideshow li{text-align:center; background-color:#FFF;}
.Centerer{ display: inline-block; height: 100%; vertical-align: middle;}
.Centered{ display: inline-block; vertical-align: middle;}
.slideContainer.imgDetailSlides ul.slideshow li img{max-height:100%; max-width:99%;}

.slideNavigation{width:100%; height:auto; position: absolute; bottom:-8px; left:0; z-index:10; text-align:center}
.slideContainer.imgDetailSlides .slideNavigation{bottom:0px; position: relative}
.slideNavigation .slideNavLinks{width:10px; height:10px; border-radius:50%; background-color: #666; margin:10px 8px 5px; display:inline-block}
.slideNavigation .slideNavLinks.active, .slideNavigation .slideNavLinks:hover{background-color:#F7A4A4}
div.col-12.pink .slideNavigation .slideNavLinks, div.col-12.grey .slideNavigation .slideNavLinks{background-color:rgba(255,255,255,0.30)}
div.col-12.pink .slideNavigation .slideNavLinks.active, div.col-12.grey .slideNavigation .slideNavLinks.active, div.col-12.pink .slideNavigation .slideNavLinks:hover, div.col-12.grey .slideNavigation .slideNavLinks:hover{background-color:#FFF}

/*---Shop Styles---*/
.shopSlides{height:400px}
.shopSlides .slideContainer{height:400px;}
.shopSlides .slideContainer ul.slideshow li{height:100%; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.shopHeader{height:auto; text-align:center; min-height:0; border-top: 4px solid #3C4E73; position:fixed; top:48px; left:0; padding:0; z-index:1000}
div.col-12.shopHeader.white{min-height:0}
.shopHeader section{padding:0}
.shopHeader .profilePhoto{float:none; display:inline-block; width:60px; height:60px; margin:0 0 10px; border:5px solid #FFF; box-shadow: 3px 3px 0px -2px rgba(0, 0, 0, 0.2);}
.shopHeader p{margin:0}
#userShop{margin-top:0px}
#shopOwnerBox{text-align:center; padding-top:10px; position:relative; background-repeat:no-repeat; background-position:center center; background-size:cover; min-height:242px; background-image:url(/images/icons/shop.png); background-color:#f5f5f5}
#shopOwnerBox h3{margin:0; color:#888; font-size:16px; font-weight:200; position:absolute; top:0; left:0; width:100%; height:100%; box-shadow:inset 0px 0px 100px -2px rgba(0, 0, 0, 0.5); text-align:left; padding:10px; color:#FFF}
#shopOwnerBox .profilePhoto{width:80px; height:80px; border:5px solid #FFF; box-shadow: 3px 3px 0px -2px rgba(0, 0, 0, 0.2);float:none; display:inline-block;}

.bannerProfilePhoto{border-radius: 50%; background-color: #FFF; width:80px; height:80px; margin:0px 15px; background-size: cover; background-position:center center; background-repeat:no-repeat; float:left; position:relative; z-index: 10}
.bannerProfilePhoto.Male{background-image:url(/images/icons/male.png);}
.bannerProfilePhoto.Female{background-image:url(/images/icons/female.png);}
.bannerProfilePhoto.Shop{background-image:url(/images/icons/shop.png);}
.bannerShopAccInfo{float:left; text-align:left}
.bannerShopAccInfo a{color: #FFF}
.bannerShopAccInfo a:hover{color: #3399CC;}
.bannerShopAccInfo h1, .bannerShopAccInfo h2{text-align:left; color: #FFF; margin: 7px 0;}
.bannerButtons{float:none; clear:both; padding:10px 15px 0; text-align:left}
.bannerButtons .bannerStats{padding:8px 10px; margin: 0 15px; color: #FFF; font-size:12px; font-weight:600; width:auto; float:left}
.bannerButtons button{height:30px; border-radius:3px; float:right; font-size:13px}

/*--- Rating Styles ---*/
.addRating{ position:relative; float:left; width:auto; height:auto; background-color: #666; margin: 0px 10px 10px 0; cursor:pointer}
.addRating img{position:relative; z-index:5; height:25px; float: left;}
.addRating .backRating{position:absolute; top:0; left:0; float:left; width:auto; height: 100%; background-color: #f25050}
.addRating ul{width:100%; height:100%; list-style:none; position:absolute; top:0; left:0; z-index: 10}
.addRating ul li{float:left; width:20%; position:relative; height:100%; list-style:none}
.addRating ul li label{ opacity: 0; width: 100%; height:100%; display:block}
.ratingStatus{font-size:12px; margin-top:5px; display: block; color: #f25050}

/*--- Review Lists ---*/
ul.reviewLists{ padding:0; margin:0; width:100%; height:auto; list-style:none;}
ul.reviewLists li{padding:0; margin:10px 0 0; width:100%; padding: 10px 0; list-style:none; background-color: #FFF; border:1px solid #d5d5d5; border-radius: 3px; border-top-width: 0px; border-bottom-width: 2px;}
ul.reviewLists li .profilePhoto{position:relative; float:left; display:block; width:50px; height:50px; border-radius:50%; margin: 10px; box-shadow: 0 0 2px rgba(0,0, 0, 0.4);background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}
ul.reviewLists li .reviewListText{ width: auto; font-size: 12px; padding:10px 10px 10px 0; color: #333; font-weight:normal}
ul.reviewLists li .reviewListText strong{font-size: 14px;}


/*--- Mobile Styling ---*/
#mobileMenu{position:fixed; top:0; right:100%; width:80%; box-shadow: 0 0 3px rgba(0,0,0,.3); height:100%; background-color:#f7f7f7; z-index:100000; display:none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#mobileMenu.menuOpen{right:20%}
#mobileMenu ul{list-style:none; width:90%; padding:0; margin:0 auto;}
#mobileMenu ul li{list-style:none; padding:10px 0; margin:0; border-bottom:1px solid #e1e1e1; width:100%; color:#666; font-weight:bold; }
#mobileMenu ul li.mobileProfileInfo{text-align:center}
#mobileMenu ul li.mobileProfileInfo .ProfilePhoto{
	position:relative;
	display:block;
	width:50px;
	height:50px;
	border-radius:50%;
	margin: 10px auto;
	box-shadow: 0 0 2px rgba(0,0, 0, 0.4);
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}
#openCloseMenu{background-color:#f7f7f7; padding:5px 5px 5px 10px; border-radius:0 3px 3px 0; font-size:18px; color:#666; position:absolute; top:50px; right:-33px; border:1px solid #e1e1e1; border-left:none}

#searchInfo{margin-top:60px; border-bottom:1px solid #e1e1e1; padding:10px 0; }
#searchInfo h4{ font-size:12px; font-weight:bold; color: #666;}
#shopCoverPhoto{background-repeat:no-repeat; background-position:center center; background-size:auto; height:100px}
.preloader{ background-image:url(/images/ui/wubArt_preloader_sm.gif); background-position:center center; background-repeat:no-repeat; height:150px; clear:both}
.loader{ background-image:url(/images/ui/wubArt_preloader_sm.gif); background-position:center center; background-repeat:no-repeat; height:100%; width: 100%; clear:both; position: fixed; background-color: rgba(255, 255, 255, 0.5); z-index: 100000; top: 0; left: 0;}
.loaderText{margin: 0 auto; max-width: 300px; font-size: 28px; color: #333; text-align: center; padding: 30px 10px 10px; position: relative; top: 50%;}

.animate-in{
	animation:mymove 800ms;
	-webkit-animation:mymove 800ms;
	opacity:1; filter: alpha(opacity=100)
}
@keyframes mymove{
	from {margin-top:80px; opacity:0; filter: alpha(opacity=0)}
	to {margin-top:0px; opacity:1; filter: alpha(opacity=100)}
}

@-webkit-keyframes mymove{
	from {margin-top:80px; opacity:0; filter: alpha(opacity=0)}
	to {margin-top:0px; opacity:1; filter: alpha(opacity=100)}
}

.animate-slide{
	animation:myslide 600ms;
	-webkit-animation:myslide 600ms;
	opacity:1; filter: alpha(opacity=100)
}
@keyframes myslide{
	from {margin-left:80px; opacity:0; filter: alpha(opacity=0)}
	to {margin-left:0px; opacity:1; filter: alpha(opacity=100)}
}

@-webkit-keyframes myslide{
	from {margin-left:80px; opacity:0; filter: alpha(opacity=0)}
	to {margin-left:0px; opacity:1; filter: alpha(opacity=100)}
}

.animate-slideout{
	animation:myslide 600ms;
	-webkit-animation:myslide 600ms;
	opacity:1; filter: alpha(opacity=100)
}
@keyframes myslideout{
	from {left:100%)}
	to {left:55%)}
}

@-webkit-keyframes myslideout{
	from {left:100%)}
	to {left:55%)}
}

.pink{background-color:#f25050; color:#FFF; }
.grey{background-color:#333; color:#FFF; }
.blue{background-color:#3C4E73; color:#FFF; }
.lightBlue{background-color:#3399CC; color:#FFF}
.green{background-color:#649D9F; color:#FFF; }
.red{background-color:#A62D37; color:#FFF; }
.white{background-color:#FFF; color:#666; }
.lightGrey{background-color:#666; color:#666; }

div.col-12.pink.bordered{background-color:#FFF; color:#666; border-top-color: #f25050}
div.col-12.grey.bordered{background-color:#FFF; color:#666; border-top-color: #333}
div.col-12.blue.bordered{background-color:#FFF; color:#666; border-top-color: #3C4E73}
div.col-12.lightBlue.bordered{background-color:#FFF; color:#666; border-top-color: #3399CC}
div.col-12.green.bordered{background-color:#FFF; color:#666; border-top-color: #53a93f}
div.col-12.red.bordered{background-color:#FFF; color:#666; border-top-color: #A62D37}
div.col-12.white.bordered{background-color:#FFF; color:#666; border-top-color: #f25050; }
div.col-12.lightGrey.bordered{background-color:#FFF; color:#666; border-top-color:#666}
.col-12.white h1.title span{color:#666}
.floatRight{float:right}
.floatLeft{float:left}
#FloralCont{position:relative; top: -75px; padding:15px; background-color:#FFF; border-bottom:1px solid #f1f1f1}
#FloralCont h1{font-size: 40px; }
#FloralCont:before{content: url(/images/ui/ornament2g-left.png); top:-30px; left:-85px; position:absolute}
#FloralCont:after{content: url(/images/ui/ornament2g-right.png); top:-30px; right:-85px; position:absolute}

#photoPro{width:80px; height:80px; margin: 10px auto; float:none; border:5px solid rgb(255,255,255); box-shadow: 0 0 3px rgba(0,0,0,0.30); background-color:#f7f7f7}
.text-white{color:#FFF}
.raleway{font-family: Raleway, sans-serif; font-weight:400}
.separator1{background:url(/images/ui/separator.png) no-repeat center center; height:70px; margin-bottom:20px}
.sm-separator{background:url(/images/ui/separatorMini2.png) no-repeat center center; height:40px; margin:10px 0}
.footerColumns{height:303px; margin:0; background-size:50%}
.diamondPattern{background-image: url(/images/pattern.png); background-repeat:repeat;}

section.terms{margin-top:30px}
section.terms h1{text-align:center}
section.terms h3{margin-top: 20px}
section.terms ol, section.terms ul{padding:20px}
section.terms li{ line-height:1.8}
section.terms p{color: #666}
.receiptLogo{float:left}
.receiptHead{text-align:right; padding:0 0 10px}

.mobileNoPad{padding: 0 !important}
.paddingRightOnly{padding: 0 15px 0 0}
.paddingLeftOnly{padding: 0 0 0 15px}

/*--- Following and Followers ---*/

.follows{border:1px solid #d5d5d5; border-radius: 3px; border-top-width: 0px; border-bottom-width: 2px; padding: 0 15px; background-color: #FFF; margin-top:30px}
.followPhoto{border-radius: 50%; width:60px; height:60px; margin:-20px 15px 15px 0; background-size: cover; background-position:center center; background-repeat:no-repeat; float:left; border-bottom: 2px solid #d5d5d5; background-color: #FFF;}
.followPhoto.Male{background-image:url(/images/icons/male.png);}
.followPhoto.Female{background-image:url(/images/icons/female.png);}
.followPhoto.Shop{background-image:url(/images/icons/shop.png);}
.followText{float:left; width:auto; padding: 8px 0; display: table-cell;}
.followText span{font-size:14px; font-weight:600}

/*--- Posts and Feed ---*/
.blog-post{
	padding: 10px 30px;
	overflow: auto;
	background-color: white;	
}
.blog-post img {
	width: auto;
	margin: 30px auto;
	height: auto;
	max-height: 300px;
	display: block;
	border: 1px solid #e1e1e1;
}
.blog-post p {
	color: #333;
	font-weight: 400;
}
.feed .showMorePostsBtn{clear:both; margin: 15px 0; padding:10px 0; border-top: 1px solid #e1e1e1}
.feed button.btn-lightGrey{margin: 10px auto; display: block; width: 50%;}

#postBox{	background-color: #FFF; color: #666; border-top-color: #f25050; border-top-width: 0px; min-height: 0px;}
#postBox #posts{border-bottom:1px solid #e1e1e1; position:relative}
#postBox #posts textarea{min-height: 70px; padding:10px 15px; font-size:14px; outline:none; resize: none /*vertical*/;}
.feed{margin-top: 15px}
.post{padding:5px 15px;}
#PostButtons{padding:10px 15px !important; background-color: #f5f5f5; position:relative; border: 1px solid #ccc;border-top: none;}
#PostButtons .btn{border-radius: 3px; height: 30px;}
div.col-12.white.postWrapper{border:1px solid #d5d5d5; border-radius: 3px; border-top-width: 0px; border-bottom-width: 2px; padding: 0 15px; min-height: 0; margin-top: 20px}
div.col-12.white.postWrapper .postHeader{padding:15px 0; border-bottom: 1px solid #e1e1e1}
div.col-12.white.postWrapper .postHeader .postInfo{float:left; width:auto; height:auto; font-size:12px; margin: 5px 0;}
div.col-12.white.postWrapper .postMessage{width:100%; height:auto; margin: 10px 0; font-size:14px}
div.col-12.white.postWrapper .postHeader .postInfo strong{font-size:14px}
.postProfilePhoto{border-radius: 50%; width:40px; height:40px; margin:0px 15px 0 0; background-size: cover; background-position:center center; background-repeat:no-repeat; float:left; border: 1px solid #e1e1e1;}
.postProfilePhoto.Male{background-image:url(/images/icons/male.png);}
.postProfilePhoto.Female{background-image:url(/images/icons/female.png);}
.postProfilePhoto.Shop{background-image:url(/images/icons/shop.png);}
.textareaCover{background-color: #FFF; color: #666; padding:7px 15px; position:absolute; top:0; left: 0; width:100%; min-height:70px; z-index:10; cursor: pointer}
.addPhotoPost{position:absolute; right: 0; top:0; height:100%; border-left: 1px solid #e5e5e5; font-size:18px; padding: 0 15px; line-height: 2.8; cursor: pointer}
.postImageList{ background-color: #f1f1f1; height:auto}
.postImageItem{ position:relative; padding-bottom: 10px; padding-top:8px; border-bottom:1px solid #e5e5e5; color: #666; font-size:14px}
.postImageItem .postTil{position:absolute; width:0; bottom:0; left:0; height:3px; background-color: #3399CC}
.postPicture{margin: 10px auto; width:114%; height:auto; margin-left: -7%; background-color: #f1f1f1; border:1px solid #d5d5d5}
.postPicture img{max-width: 100%; display: block; margin: 0 auto}

.postComments{ position:relative; width:100%; border-top: 1px solid #d5d5d5; background-color: #f1f1f1; padding:0}
.postComments ul, .postComments li{margin: 0; padding:0; list-style:none}
.postComments li{display:table-row; width:100%; padding: 10px 0}
.postComments li p{color: #333;font-weight: 500;font-size: 13px;}
.postComments li button{ border-radius: 0; font-size:10px; height: 32px; width:100%; margin:10px auto; float:none; display:block}
.postCommentCount{color: #666; cursor:pointer; padding-top:10px; padding-bottom: 10px; font-size:12px; font-weight: 600}
.postCommentCount:hover{color: #3399cc}
.postCommentBox{ display:table-row; width:100%;}
.postCommentBox .commentInput{display: table-cell; background-color: #FFF; height:32px; width:100%; position:relative}
.postCommentBox .commentInput input, .postCommentBox .commentInput .commentCover{width:100%; position:absolute; top:0; left:0; height:100%; z-index:0; text-indent: 10px; font-size:12px;	background-color: #FFF;}
.postCommentBox .commentInput input{outline:none}
.postCommentBox .commentInput .commentCover{z-index: 10; line-height: 2.5; cursor: pointer}
.postCommentBox button{ border-radius: 0; font-size:10px; height: 32px; display:table-cell; float:right;}
.commentPhotoWrapper{display: table-cell; width: 45px;}
.commentPhoto{border-radius: 50%; width:30px; height:30px; margin:0px 15px 0 0; background-size: cover; background-position:center center; background-repeat:no-repeat; }
.commentPhoto.Male{background-image:url(/images/icons/male.png);}
.commentPhoto.Female{background-image:url(/images/icons/female.png);}
.commentInfo{display:table-cell; width:100%; height:auto; font-size:12px; vertical-align:top}

.howItWorks-cover{
	width: 100%;
    height: 70%;
    min-height: 200px;
    max-height: 1200px;
	margin-top: 45px;
    background-size: cover;
    background: url(/images/painting.jpg) no-repeat center center;
    z-index: 0;
    overflow: hidden;
    position: relative;
    background-size: cover;
}
.howItWorks-detail{
	margin: 50px auto;
	width: 100%;
	max-width: 500px;
	padding: 50px;
	text-align: center;
	background-color: #FFF;
}

.howItWorks-detail ol, .howItWorks-sections ol{
	margin: 20px 0;
	padding: 0;
	width:100%;
	list-style: none;
	counter-reset: list;
	line-height: 17px;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
}

.howItWorks-detail ol li, .howItWorks-sections ol li {
	text-align: center;
	padding: 20px;
	float: left;
	width: 33.33%;
	border-right: 1px solid #e1e1e1;
}

.howItWorks-detail ol li:before {
	content: counter(list,decimal);
	counter-increment: list;
	display: block;
	font-size: 13px;
    line-height: 25px;
    text-align: center;
    color: white;
    background-color: #f25050;
    width: 24px;
    height: 24px;
    border-radius: 50%;
	margin: 0 auto 8px;
}

.howItWorks-sections p {
	font-size: 13px;
	line-height: 20px;
	color: #333
}

.howItWorks-sections ol li strong {
	font-size: 12px;
	text-transform: uppercase;
}

.howItWorks-sections ol li {
	font-size: 25px
}
.howItWorks-sections ol li a {
	color: #f25050 !important;
}
.howItWorks-sections ol li.home {
	font-size: 14px;
	text-align: center;
}


.howItWorks-detail ol li:last-child, .howItWorks-sections ol li:last-child {
	border: none
}

.howItWorks-sections {
	padding: 20px
}

.howItWorks-columns {
	padding: 30px
}

.howItWorks-sections .medium-header{
	text-align: center;
}

.howItWorks-sections .fee-detail {
	width: auto;
	max-width: 50%;
	border: 1px solid #afaeae;
	border-radius: 3px;
	padding: 0px 20px 15px;
	margin: 20px auto;
	text-align: center;
	font-size: 38px;
	line-height: 25px
}

.mini-header{
	font-size: 16px;
	font-weight: 600;
	margin-top: 30px;
}

.small-header{
	text-transform: uppercase;
	font-size: 18px;
}

.medium-header {
	font-family: 'Raleway', sans-serif;
	font-size: 29px;
}

.large-header {
	font-family: 'Raleway', sans-serif;
	font-size: 40px;
	color: #333;
	text-align: center;
}

.short-bar{
	width: 100%;
	height: auto
}

.short-bar:after {
	content: '';
	margin: 20px auto;
	width: 20%;
	min-width: 75px;
	max-width: 85px;
	height: 3px;
	background-color: #333;
	position: relative;
	display: block;
}

@media (max-width:479px) {
	.slideContainer ul.slideshow li h3{font-size:14px}
	.footerColumns{height:auto; min-height:150px;}
	.shopHeader h1{font-size:32px; margin-top:0px; margin-bottom:0px}
}
@media (min-width:1200px) {
	.popForms tr.nonMobileForm_half{width:50%; display:inline-table;}
	/*.popForms tr.nonMobileForm_half:nth-child(even){margin: 0 0 0 .5%}*/
	.popForms tr.nonMobileForm_half.noMargin{margin: 0}
	
	section#FloralCont{width:940px;}
	.shopHeader h1{font-size:32px; margin-top:0px; margin-bottom:0px}
	section.terms{width:50%; margin-top:30px}
	.mobileShow{display:none!important}
	
}
@media (min-width: 992px) and (max-width: 1199px) {
	section{width:970px;}
	section#FloralCont{width:800px;}
	.popForms tr.nonMobileForm_half{width:49%; display:inline-table; margin: 0 .5% 0 0}
	.popForms tr.nonMobileForm_half:nth-child(even){margin: 0 0 0 .5%}
	.slideWishListImg{width: 80px; height:80px;}
	#latestWishes h4{font-size:16px}
	.shopHeader h1{font-size:32px; margin-top:0px; margin-bottom:0px}
	.pop, .popSelectionList{width:60%;}
	.pop.animateInPop{left:40%}
	section.terms{width:60%; margin-top:30px}
	.mobileShow{display:none!important}
}
@media (min-width:768px) and (max-width:991px) {
	section{width:740px;}
	section#FloralCont{width:580px;}
	.popForms tr.nonMobileForm_half{width:49%; display:inline-table; margin: 0 .5% 0 0}
	.popForms tr.nonMobileForm_half:nth-child(even){margin: 0 0 0 .5%}
	.slideContainer ul.slideshow li{font-size:13px}
	canvas#chartContainer, canvas#AdsLineChart{height:200px; padding:0; max-width: 100%;}
	canvas#AdsLineChart{margin-top:5px}
	#adDetails, #sDetailInfo{height:40px; padding:0}
	#adDetails small, #sDetailInfo small{font-size:10px}
	#latestAds{float:none; display:inline-block; width:100%; clear:both; margin-top:20px}
	#latestSales, #latestReviews, #latestWishes, #latestPurchases{width:100%}
	header section ul li{padding:0 10px;font-size:11px;}
	header section ul li#signupBtn{margin-left:20px; padding:0 10px}
	#tabMenu button.tab {font-size:11px}
	#pricingContent{width:83.33333333333334%}
	.slideWishListImg{width: 70px; height:70px;}
	#latestWishes h4{font-size:15px}
	.accountHeader h2 p{font-size:9px}
	.accountHeader .photoBox h2{font-size:16px; margin-left:10px}
	.itemContainer.col-4, .itemContainer.col-3{width:50%}
	.shopSlides{height:350px}
	.shopSlides .slideContainer{height:350px;}
	.shopHeader h1{font-size:32px; margin-top:0px; margin-bottom:0px}
	.pop, .popSelectionList{width:75%;}
	.pop.animateInPop{left:25%}
	section.terms{width:75%; margin-top:30px}
	.mobileShow{display:none!important}
	.messagingModal{width: 80%;}
}
@media (min-width:641px) and (max-width:767px) {
	section{width:621px}
	section#FloralCont{width:480px;}
	.bannerProfilePhoto, .bannerShopAccInfo{float:none; margin:0 auto 10px; text-align:center}
	.bannerShopAccInfo h1, .bannerShopAccInfo h2{text-align:center;}
	.popForms tr.nonMobileForm_half{width:49%; display:inline-table; margin: 0 .5% 0 0}
	.popForms tr.nonMobileForm_half:nth-child(even){margin: 0 0 0 .5%}
	#FloralCont h1{font-size: 28px; }
	header section ul{display:none}
	.headSearch{float:left; width:66%}
	#mobileMenu{display:block}
	.slideContainer ul.slideshow li{font-size:12px}
	canvas#chartContainer, canvas#AdsLineChart{height:200px; padding:0; margin-top:45px; max-width: 100%;}
	canvas#AdsLineChart{margin-top:5px}
	#adDetails, #sDetailInfo{height:40px; padding:0}
	#adDetails small, #sDetailInfo small{font-size:10px}
	#latestAds{float:none; display:inline-block; width:100%; clear:both; margin-top:20px}
	#latestSales, #latestReviews, #latestWishes, #latestPurchases{width:100%}
	header section ul li{padding:0 10px;font-size:11px;}
	header section ul li#signupBtn{margin-left:20px; padding:0 10px}
	#tabMenu{width:83.33333333333334%}
	#tabMenu button.tab {font-size:11px}
	#pricingContent{width:83.33333333333334%}
	#coverImage .searchBar label, #coverImage .searchBar input[type="text"]#search, #coverImage .searchBar button{width:50%; font-size:16px; float:left; white-space:nowrap; overflow:hidden}
	footer section ul li{line-height:1; height:auto}
	#tabContent li .col-7, #tabContent li .col-5{width:100%; float: none; margin:15px 0}
	.accountHeader .photoBox h2{font-size:16px; margin-left:10px}
	.accountHeader .photoBox.col-3{ width:33.333333333%}
	.iconBox#startSelling{ font-size:16px}
	.itemContainer.col-4, .itemContainer.col-3{width:50%}
	.shopSlides{height:300px}
	.shopHeader{margin-top:60px;}
	.shopHeader h1{font-size:28px; margin-top:0px; margin-bottom:0px}
	.shopSlides .slideContainer{height:300px;}
	.itemContainer ul.itemBtns li.col-3{width:25%; float:left}
	.itemContainer ul.itemBtns li.col-6{width:50%; float:left}
	#mobileCategories{display:block}
	#nonMobileCategories{display:none}
	.pop, .popSelectionList{width:75%;}
	.pop.animateInPop{left:25%}
	.mobileShow{display:none!important}
	.messagingModal{width: 80%;}
	.howItWorks-detail ol li, .howItWorks-sections ol li {
		float: none;
		width: 100%;
		border-right: none;
	}
}

@media (min-width:480px) and (max-width:640px) {
	section{width:95%;}
	.accountCategories{padding:0}
	.paddingRightOnly, .paddingLeftOnly{padding:0}
	.itemContainer{padding:10px 0}
	.bannerButtons{text-align:center}
	.bannerButtons .bannerStats{margin: 0 15px; float:none; display:inline-table}
	.bannerButtons button{float:none;}
	.bannerProfilePhoto, .bannerShopAccInfo{float:none; margin:0 auto 10px; text-align:center}
	.bannerShopAccInfo h1, .bannerShopAccInfo h2{text-align:center;}
	section#FloralCont{width:85%;}
	#FloralCont h1{font-size: 24px; }
	#FloralCont:before{display:none}
	#FloralCont:after{display:none}
	#tabMenu button.tab {font-size:11px; width:33.33333333333333%; float:left}
	header section ul{display:none}
	.headSearch{float:left; width:66%}
	#coverImage .searchBar label, #coverImage .searchBar input[type="text"]#search, #coverImage .searchBar button{width:50%; font-size:16px; float:left; white-space:nowrap; overflow:hidden}
	#pricingContent .col-6{margin-top:20px;}
	#latestSales, #latestReviews, #latestAds{margin:10px auto;}
	canvas#chartContainer, canvas#AdsLineChart{margin:45px auto 10px; display:block}
	canvas#AdsLineChart{margin-top:5px}
	#adDetails, #sDetailInfo{height:40px; padding:0}
	#adDetails small, #sDetailInfo small{font-size:10px}
	#adDetails .col-6, #sDetailInfo .col-6{float:left; width:50%}
	.slideContainer ul.slideshow li{font-size:13px}
	.AccountLinks{display:none}
	section.accountMobileMenu{display:block}
	.accountSections{padding-top:20px}
	footer section .col-6{margin-top:25px}
	div.col-12.pink, div.col-12.grey, div.col-12.white, div.col-12.blue, div.col-12.green, div.col-12.lightGrey, div.col-12.red, div.col-12.lightBlue{padding: 15px;}
	#mobileMenu{display:block}
	#latestAds, #latestSales, #latestReviews, #latestWishes, #latestPurchases{width:100%}
	.pop{width:100%;}
	.pop.animateInPop{left:0%}
	.floatRight{float:none}
	.floatLeft{float:none}
	.iconBox#startSelling{ margin-top:10px; clear:both}
	.iconBox.col-1{width:33.333333%; float:left; margin-bottom:10px;}
	.accountHeader .profilePhoto{margin-left:10px}
	.itemContainer.col-4, .itemContainer.col-3{width:50%}
	.accountItemList .col-12.pink.raleway.text-white{margin-top:20px}
	.shopSlides{height:250px}
	.col-12.white.shopSlides{min-height:250px}
	.shopSlides .slideContainer{height:250px;}
	.shopHeader{margin-top:80px;}
	.shopHeader h1{font-size:28px; margin-top:0px; margin-bottom:0px}
	.itemContainer ul.itemBtns li.col-3{width:25%; float:left}
	.itemContainer ul.itemBtns li.col-6{width:50%; float:left}
	#mobileCategories{display:block}
	#nonMobileCategories{display:none}
	.receiptCPInfo{width:100%;}
	.receiptLogo{ height: 30px}
	.mobileNoPad{padding: 0 !important}
	.mobileHide{ display:none!important}
	.messagingModal{width: 80%;}
	.howItWorks-detail ol li, .howItWorks-sections ol li {
		float: none;
		width: 100%;
		border-right: none;
	}
}

@media (max-width:479px) {
	section{width:95%;}
	section#FloralCont{width:85%;top: -45px;}
	.accountCategories{padding:0}
	.paddingRightOnly, .paddingLeftOnly{padding:0}
	.itemContainer{padding:10px 0}
	.bannerButtons{text-align:center}
	.bannerButtons .bannerStats{margin: 0 15px; float:none; display:inline-table}
	.bannerButtons button{float:none; margin: 0 auto;}
	.bannerProfilePhoto, .bannerShopAccInfo{float:none; margin:0 auto 10px; text-align:center}
	.bannerShopAccInfo h1, .bannerShopAccInfo h2{text-align:center;}
	#FloralCont h1{font-size: 22px;}
	#FloralCont:before{display:none}
	#FloralCont:after{display:none}
	.mobileHide{display:none!important}
	#tabMenu button.tab {font-size:10px; width:33.33333333333333%; float:left; height:68px}
	#coverImage .searchBar label, #coverImage .searchBar input[type="text"]#search, #coverImage .searchBar button{width:50%; font-size:16px; float:left; white-space:nowrap; overflow:hidden}
	header section ul{display:none}
	header a img {
		float: left;
		height: 15px;
		margin: 15px 10px;
	}
	.headSearch{float:left; width:66%}
	#coverImage{height:448px}
	#coverImage h1{font-size:30px; margin: 120px auto 10px;}
	#pricingContent .col-6{margin-top:20px;}
	#latestSales, #latestReviews, #latestAds{margin:10px auto;}
	canvas#chartContainer, canvas#AdsLineChart{margin:10px auto; display:block}
	canvas#AdsLineChart{margin-top:5px}
	#adDetails, #sDetailInfo{height:40px; padding:0}
	#adDetails small, #sDetailInfo small{font-size:10px}
	#adDetails .col-6, #sDetailInfo .col-6{float:left; width:50%}
	.slideContainer ul.slideshow li{font-size:13px}
	.AccountLinks{display:none}
	section.accountMobileMenu{display:block}
	.accountSections{padding-top:20px}
	footer section .col-6, footer section .col-3{margin-top:25px}
	div.col-12.pink, div.col-12.grey, div.col-12.white, div.col-12.blue, div.col-12.green, div.col-12.lightGrey, div.col-12.red, div.col-12.lightBlue{padding: 15px;}
	#mobileMenu{display:block}
	#latestAds, #latestSales, #latestReviews, #latestWishes, #latestPurchases{width:100%; padding:0}
	.pop{width:100%;-webkit-overflow-scrolling: touch;}
	.pop.animateInPop{left:0%}
	.accountItemList .itemContainer{width:100%; margin:10px auto; float:none; display:block}
	.floatRight{float:none}
	.floatLeft{float:none}
	.iconBox#startSelling{ margin-top:10px; clear:both}
	.iconBox.col-1{width:33.333333%; float:left; margin-bottom:10px;}
	.accountHeader .profilePhoto{margin-left:10px}
	.accountHeader h2{margin-left:0}
	.accountHeader{ margin-top:87px}
	#latestAds, #latestSales, #latestReviews, #latestWishes, #latestPurchases, #itemInformation, #itemInfoTabs{display:block; margin-top:20px}
	.slideContainer.imgDetailSlides ul.slideshow{height: 230px;display: table;position: relative;}
	.slideContainer.imgDetailSlides{height:auto}
	.shopNameLinks {left:80px}
	.itemContainer.col-4, .itemContainer.col-3{width:100%}
	.accountItemList .col-12.pink.raleway.text-white{margin-top:20px}
	.shopSlides{height:230px; }
	.col-12.white.shopSlides{min-height:230px}
	.shopSlides .slideContainer{height:230px;}
	.shopHeader{margin-top:80px;}
	.shopHeader h1{font-size:24px; margin-top:0px; margin-bottom:0px}
	.itemContainer ul.itemBtns li.col-3{width:25%; float:left}
	.itemContainer ul.itemBtns li.col-6{width:50%; float:left}
	#mobileCategories{display:block}
	#nonMobileCategories{display:none}
	section.terms{margin-top:80px}
	.receiptCPInfo{width:100%;}
	.receiptLogo{ height: 30px; float:none; display:block}
	.receiptHead{text-align:left; padding:0 0 10px}
	.mobileNoPad{padding: 0 !important}
	.messagingModal{right:0; width: 100%; height: 100%}
	.messagingModal h1.title{font-size: 12px}
	.messagingModal .col-12 .btn{width: 100%}
	.stars {float: none; margin-top: 5px;}
	.howItWorks-detail ol li, .howItWorks-sections ol li {
		float: none;
		width: 100%;
		border-right: none;
	}
}
h1.title span.bodyBGColor{color:#666; margin-top:30px}
.clearBoth{clear:both}

.formAlert{width:90%; padding:10px; max-width:600px; margin: 0 auto; font-size:15px; text-align:left; position:fixed; top:0; z-index:20000; position:relative}
.formAlert h2{font-size:38px; font-weight:lighter; width:100%; text-align:center; margin: 0 0 10px;}
.formAlert i{position:absolute; font-size:10px; top:5px; right:5px;}
.formAlert strong{font-weight:600}

.successFail{text-align: center; width: auto; float:left; bottom:0px; left:20px; height: auto; position:fixed; box-shadow: 0 0 2px rgba(0,0,0,.20); padding:10px; display:none; font-size:11px; font-weight:600; max-width:300px; color:#FFF; border-left: 4px solid; border-color:transparent; background-color: #FFF;
	-webkit-transition:linear 200ms;
	-moz-transition:linear 200ms;
	-ms-transition:linear 200ms;
	-o-transition:linear 200ms;
	transition:linear 200ms;
}
.successFail.error{color:#FFF; border-color: #961113; background-color: #961113;}
.successFail.success{color:#FFF; border-color: #74961D; background-color: #74961D;}
.successFail strong{font-weight:600; color:#FFF}

.notification{text-align: left; width: auto; float:left; top:80px; right:10px; height: auto; position:fixed; box-shadow: 0 0 2px rgba(0,0,0,.20); padding:10px; display:none; font-size:11px; font-weight:600; max-width:300px; color:#666; border: 1px solid #e1e1e1; border-left:4px solid #3399cc; border-bottom: 2px; background-color: #FFF;
	-webkit-transition:linear 200ms;
	-moz-transition:linear 200ms;
	-ms-transition:linear 200ms;
	-o-transition:linear 200ms;
	transition:linear 200ms;
}
.notificationHeader{font-size:16px; font-weight:600}
.notification strong{font-weight:600; color:#666}
.notifyDelete{font-size: 12px; color: #333; position: absolute; top: 10px; right: 10px; z-index: 30}


/*--- Metro UI Background Colors (Please see MetroUI.org.au for foll List of colors) ---*/
.bg-color-blue {
	background-color: #2d89ef!important
}
.bg-color-olive {
	background-color: #6d8764 !important;
}
.bg-color-mauve {
	background-color: #76608a !important;
}
.bg-color-steel {
	background-color: #647687 !important;
}
.bg-color-blueLight {
	background-color: #eff4ff!important
}
.bg-color-blueDark {
	background-color: #2b5797!important
}
.bg-color-green {
	background-color: #00a300!important
}
.bg-color-greenLight {
	background-color: #99b433!important
}
.bg-color-greenDark {
	background-color: #1e7145!important
}
.bg-color-red {
	background-color: #b91d47!important
}
.bg-color-darkRed {
	background-color: #9a1616 !important
}
.bg-color-yellow {
	background-color: #ffc40d!important
}
.bg-color-orange {
	background-color: #e3a21a!important
}
.bg-color-orangeDark {
	background-color: #da532c!important
}
.bg-color-pink {
	background-color: #9f00a7!important
}
.bg-color-pinkDark {
	background-color: #7e3878!important
}
.bg-color-purple {
	background-color: #603cba!important
}
.bg-color-darken {
	background-color: #1d1d1d!important
}
.bg-color-lighten {
	background-color: #d5e7ec!important
}
.bg-color-white {
	background-color: #fff!important
}
.bg-color-grayDark {
	background-color: #525252!important
}
.bg-color-grayLight {
	background-color: #f4f4f4!important
}
.bg-color-grayMedium {
	background-color: #e1e1e1!important
}
.bg-color-magenta {
	background-color: #ff0097!important
}
.bg-color-teal {
	background-color: #00aba9!important
}
.bg-color-redLight {
	background-color: #e11!important
}

.formErrorMsg{
	width: 100%;
    padding: 10px;
    background-color: #961113;
    color: #FFF;
    margin: 10px 0;
}

.goodFormMsg{
	width: 100%;
    padding: 10px;
    background-color: #FFF;
    color: #74961D;
}

.mce-panel{background-image: none; background-color:#f7f7f7; border:1px solid #e1e1e1}
.GreenText{ color:#99b433!important}
.RedText{ color:#961113!important}

@media print{
	header, footer, .reviewLink, .nonPrint{display:none}
	.receipt{margin-top:0px}
	.receiptTable{border:none;}
	body{background-color: transparent}	
	#mobileMenu{display:none}
}

/**
 * Tooltip Styles
 */

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
	position: relative;
	cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
	position: absolute;
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: 
		opacity 0.2s ease-in-out,
		visibility 0.2s ease-in-out,
		-webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	-moz-transition:		
		opacity 0.2s ease-in-out,
		visibility 0.2s ease-in-out,
		-moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	transition:				 
		opacity 0.2s ease-in-out,
		visibility 0.2s ease-in-out,
		transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform:	translate3d(0, 0, 0);
	transform:	translate3d(0, 0, 0);
	pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
	z-index: 1001;
	border: 6px solid transparent;
	background: transparent;
	content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
	z-index: 1000;
	padding: 8px;
	width: auto;
	max-width: 160px;
	background-color: #000;
	background-color: hsla(0, 0%, 20%, 0.9);
	color: #fff;
	content: attr(data-tooltip);
	font-size: 14px;
	line-height: 1.2;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
	bottom: 100%;
	left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
	margin-left: -6px;
	margin-bottom: -12px;
	border-top-color: #000;
	border-top-color: hsla(0, 0%, 20%, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
	margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
	-webkit-transform: translateY(-12px);
	-moz-transform:	translateY(-12px);
	transform:	translateY(-12px); 
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
	right: 100%;
	bottom: 50%;
	left: auto;
}

.tooltip-left:before {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	border-top-color: transparent;
	border-left-color: #000;
	border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
	-webkit-transform: translateX(-12px);
	-moz-transform:	translateX(-12px);
	transform:	translateX(-12px); 
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
	top: 100%;
	bottom: auto;
	left: 50%;
}

.tooltip-bottom:before {
	margin-top: -12px;
	margin-bottom: 0;
	border-top-color: transparent;
	border-bottom-color: #000;
	border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
	-webkit-transform: translateY(12px);
	-moz-transform:	translateY(12px);
	transform:	translateY(12px); 
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
	bottom: 50%;
	left: 100%;
}

.tooltip-right:before {
	margin-bottom: 0;
	margin-left: -12px;
	border-top-color: transparent;
	border-right-color: #000;
	border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
	-webkit-transform: translateX(12px);
	-moz-transform:	translateX(12px);
	transform: translateX(12px); 
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
	top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
	margin-left: 0;
	margin-bottom: -16px;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.CurrentSearchTerm_header{
	color: #333;
	font-size: 11px;
	margin: 10px 0;
}
.CurrentSearchTerm{
	width: 100%;
    background-color: white;
    margin-bottom: 10px;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    border-top-width: 0px;
    border-bottom-width: 2px;
    overflow: hidden;
	padding: 10px;
	color: #333;
}
.CurrentSearchTerm i {
	font-size: 11px;
}

.inputIcon_check {
	float: right;
    top: -30px!important;
    margin-right: 20px;
    color: #9BBF2B;
    font-size: 20px;
    z-index: 100;
	height: 0
}