/* Minification failed. Returning unminified contents.
(20033,1): run-time error CSS1019: Unexpected token, found '@charset'
(20033,10): run-time error CSS1019: Unexpected token, found '"utf-8"'
(20033,17): run-time error CSS1019: Unexpected token, found ';'
(20129,31): run-time error CSS1019: Unexpected token, found ' '
(20129,31): run-time error CSS1019: Unexpected token, found ' '
(20129,31): run-time error CSS1042: Expected function, found ' '
(20129,31): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(20130,28): run-time error CSS1019: Unexpected token, found ' '
(20130,28): run-time error CSS1019: Unexpected token, found ' '
(20130,28): run-time error CSS1042: Expected function, found ' '
(20130,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(22234,1): run-time error CSS1019: Unexpected token, found '@charset'
(22234,10): run-time error CSS1019: Unexpected token, found '"utf-8"'
(22234,17): run-time error CSS1019: Unexpected token, found ';'
 */
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 *//*! normalize.css v2.1.0 | MIT License | git.io/normalize */article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display:block
}
audio, canvas, video {
	display:inline-block
}
audio:not([controls]) {
display:none;
height:0
}
[hidden] {
display:none
}
html {
	font-family:sans-serif;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%
}
body {
	margin:0
}
a:focus {
	outline:thin dotted
}
a:active, a:hover {
	outline:0
}
h1 {
	margin:.67em 0;
	font-size:2em
}
abbr[title] {
	border-bottom:1px dotted
}
b, strong {
	font-weight:bold
}
dfn {
	font-style:italic
}
hr {
	height:0;
	-moz-box-sizing:content-box;
	box-sizing:content-box
}
mark {
	color:#000;
	background:#ff0
}
code, kbd, pre, samp {
	font-family:monospace, serif;
	font-size:1em
}
pre {
	white-space:pre-wrap
}
q {
	quotes:"\201C" "\201D" "\2018" "\2019"
}
small {
	font-size:80%
}
sub, sup {
	position:relative;
	font-size:75%;
	line-height:0;
	vertical-align:baseline
}
sup {
	top:-0.5em
}
sub {
	bottom:-0.25em
}
img {
	border:0
}
svg:not(:root) {
overflow:hidden
}
figure {
	margin:0
}
fieldset {
	padding:.35em .625em .75em;
	margin:0 2px;
	border:1px solid #c0c0c0
}
legend {
	padding:0;
	border:0
}
button, input, select, textarea {
	margin:0;
	font-family:inherit;
	font-size:100%
}
button, input {
	line-height:normal
}
button, select {
	text-transform:none
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	cursor:pointer;
	-webkit-appearance:button
}
button[disabled], html input[disabled] {
	cursor:default
}
input[type="checkbox"], input[type="radio"] {
	padding:0;
	box-sizing:border-box
}
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
}
button::-moz-focus-inner, input::-moz-focus-inner {
padding:0;
border:0
}
textarea {
	overflow:auto;
	vertical-align:top
}
table {
	border-collapse:collapse;
	border-spacing:0
}

*, *:before, *:after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	*behavior: url(boxsizing.htc);
}
html {
	font-size:62.5%;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0)
}
body {
	font-family: Arial, sans-serif, "Helvetica Neue", Helvetica;
	font-size:14px;
	line-height:1.428571429;
	color:#333;
	/*background-color:#fff*/
}
input, button, select, textarea {
	font-family:inherit;
	font-size:inherit;
	line-height:inherit
}
button, input, select[multiple], textarea {
	background-image:none
}
a {
	color:#428bca;
	text-decoration:none
}
a:hover, a:focus {
	color:#2a6496;
	text-decoration:underline
}
a:focus {
	outline:thin dotted #333;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px
}
img {
	vertical-align:middle
}
.img-responsive {
	/*display:block;*/
	height:auto;
	max-width:100%
}
.img-rounded {
	border-radius:6px
}
.img-thumbnail {
	display:inline-block;
	height:auto;
	max-width:100%;
	padding:4px;
	line-height:1.428571429;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:4px;
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out
}
.img-circle {
	border-radius:50%
}
hr {
	margin-top:20px;
	margin-bottom:20px;
	border:0;
	border-top:1px solid #eee
}
.sr-only {
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0 0 0 0);
	border:0
}
p {
	margin:0 0 10px
}
.lead {
	margin-bottom:20px;
	font-size:16.099999999999998px;
	font-weight:200;
	line-height:1.4
}
@media(min-width:768px) {
.lead {
font-size:21px
}
}
small {
	font-size:85%
}
cite {
	font-style:normal
}
.text-muted {
	color:#999
}
.text-primary {
	color:#428bca
}
.text-warning {
	color:#c09853
}
.text-danger {
	color:#b94a48
}
.text-success {
	color:#468847
}
.text-info {
	color:#3a87ad
}
.text-left {
	text-align:left
}
.text-right {
	text-align:right
}
.text-center {
	text-align:center
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: Arial, sans-serif,"Helvetica Neue", Helvetica;
	font-weight:500;
	line-height:1.1
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
	font-weight:normal;
	line-height:1;
	color:#999
}
h1, h2, h3 {
	margin-top:20px;
	margin-bottom:10px
}
h4, h5, 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
}
h1 small, .h1 small {
	font-size:24px
}
h2 small, .h2 small {
	font-size:18px
}
h3 small, .h3 small, h4 small, .h4 small {
	font-size:14px
}
.page-header {
	padding-bottom:9px;
	margin:40px 0 20px;
	border-bottom:1px solid #eee
}
ul, ol {
	margin-top:0;
	margin-bottom:10px
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom:0
}
.list-unstyled {
	padding-left:0;
	list-style:none
}
.list-inline {
	padding-left:0;
	list-style:none
}
.list-inline>li {
	display:inline-block;
	padding-right:5px;
	padding-left:5px
}
dl {
	margin-bottom:20px
}
dt, dd {
	line-height:1.428571429
}
dt {
	font-weight:bold
}
dd {
	margin-left:0
}
@media(min-width:768px) {
.dl-horizontal dt {
float:left;
width:160px;
overflow:hidden;
clear:left;
text-align:right;
text-overflow:ellipsis;
white-space:nowrap
}
.dl-horizontal dd {
margin-left:180px
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
display:table;
content:" "
}
.dl-horizontal dd:after {
clear:both
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
display:table;
content:" "
}
.dl-horizontal dd:after {
clear:both
}
}
abbr[title], abbr[data-original-title] {
	cursor:help;
	border-bottom:1px dotted #999
}
abbr.initialism {
	font-size:90%;
	text-transform:uppercase
}
blockquote {
	padding:10px 20px;
	margin:0 0 20px;
	border-left:5px solid #eee
}
blockquote p {
	font-size:17.5px;
	font-weight:300;
	line-height:1.25
}
blockquote p:last-child {
	margin-bottom:0
}
blockquote small {
	display:block;
	line-height:1.428571429;
	color:#999
}
blockquote small:before {
	content:'\2014 \00A0'
}
blockquote.pull-right {
	padding-right:15px;
	padding-left:0;
	border-right:5px solid #eee;
	border-left:0
}
blockquote.pull-right p, blockquote.pull-right small {
	text-align:right
}
blockquote.pull-right small:before {
	content:''
}
blockquote.pull-right small:after {
	content:'\00A0 \2014'
}
q:before, q:after, blockquote:before, blockquote:after {
	content:""
}
address {
	display:block;
	margin-bottom:20px;
	font-style:normal;
	line-height:1.428571429
}
code, pre {
	font-family:Monaco, Menlo, Consolas, "Courier New", monospace
}
code {
	padding:2px 4px;
	font-size:90%;
	color:#c7254e;
	white-space:nowrap;
	background-color:#f9f2f4;
	border-radius:4px
}
pre {
	display:block;
	padding:9.5px;
	margin:0 0 10px;
	font-size:13px;
	line-height:1.428571429;
	color:#333;
	word-break:break-all;
	word-wrap:break-word;
	background-color:#f5f5f5;
	border:1px solid #ccc;
	border-radius:4px
}
pre.prettyprint {
	margin-bottom:20px
}
pre code {
	padding:0;
	font-size:inherit;
	color:inherit;
	white-space:pre-wrap;
	background-color:transparent;
	border:0
}
.pre-scrollable {
	max-height:340px;
	overflow-y:scroll
}
.container {
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto
}
.container:before, .container:after {
	display:table;
	content:" "
}
.container:after {
	clear:both
}
.container:before, .container:after {
	display:table;
	content:" "
}
.container:after {
	clear:both
}
.row {
	margin-right:-15px;
	margin-left:-15px
}
.row:before, .row:after {
	display:table;
	content:" "
}
.row:after {
	clear:both
}
.row:before, .row:after {
	display:table;
	content:" "
}
.row:after {
	clear:both
}
.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, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xs-5col, .col-sm-5col, .col-md-5col, .col-lg-5col {
	position:relative;
	min-height:1px;
	padding-right:15px;
	padding-left:15px
}
.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-1 {
	width:8.333333333333332%
}
.col-xs-2 {
	width:16.666666666666664%
}
.col-xs-3 {
	width:25%
}
.col-xs-4 {
	width:33.33333333333333%
}
.col-xs-5 {
	width:41.66666666666667%
}
.col-xs-6 {
	width:50%
}
.col-xs-7 {
	width:58.333333333333336%
}
.col-xs-8 {
	width:66.66666666666666%
}
.col-xs-9 {
	width:75%
}
.col-xs-10 {
	width:83.33333333333334%
}
.col-xs-11 {
	width:91.66666666666666%
}
.col-xs-12 {
	width:100%
}
.col-xs-5col {
    width: 20%;
	float:left;
}
@media(min-width:768px) {
.container {
max-width:750px
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
float:left
}
.col-sm-1 {
width:8.333333333333332%
}
.col-sm-2 {
width:16.666666666666664%
}
.col-sm-3 {
width:25%
}
.col-sm-4 {
width:33.33333333333333%
}
.col-sm-5 {
width:41.66666666666667%
}
.col-sm-6 {
width:50%
}
.col-sm-7 {
width:58.333333333333336%
}
.col-sm-8 {
width:66.66666666666666%
}
.col-sm-9 {
width:75%
}
.col-sm-10 {
width:83.33333333333334%
}
.col-sm-11 {
width:91.66666666666666%
}
.col-sm-12 {
width:100%
}
.col-sm-5col {
    width: 20%;
	float:left;
}

.col-sm-push-1 {
left:8.333333333333332%
}
.col-sm-push-2 {
left:16.666666666666664%
}
.col-sm-push-3 {
left:25%
}
.col-sm-push-4 {
left:33.33333333333333%
}
.col-sm-push-5 {
left:41.66666666666667%
}
.col-sm-push-6 {
left:50%
}
.col-sm-push-7 {
left:58.333333333333336%
}
.col-sm-push-8 {
left:66.66666666666666%
}
.col-sm-push-9 {
left:75%
}
.col-sm-push-10 {
left:83.33333333333334%
}
.col-sm-push-11 {
left:91.66666666666666%
}
.col-sm-pull-1 {
right:8.333333333333332%
}
.col-sm-pull-2 {
right:16.666666666666664%
}
.col-sm-pull-3 {
right:25%
}
.col-sm-pull-4 {
right:33.33333333333333%
}
.col-sm-pull-5 {
right:41.66666666666667%
}
.col-sm-pull-6 {
right:50%
}
.col-sm-pull-7 {
right:58.333333333333336%
}
.col-sm-pull-8 {
right:66.66666666666666%
}
.col-sm-pull-9 {
right:75%
}
.col-sm-pull-10 {
right:83.33333333333334%
}
.col-sm-pull-11 {
right:91.66666666666666%
}
.col-sm-offset-1 {
margin-left:8.333333333333332%
}
.col-sm-offset-2 {
margin-left:16.666666666666664%
}
.col-sm-offset-3 {
margin-left:25%
}
.col-sm-offset-4 {
margin-left:33.33333333333333%
}
.col-sm-offset-5 {
margin-left:41.66666666666667%
}
.col-sm-offset-6 {
margin-left:50%
}
.col-sm-offset-7 {
margin-left:58.333333333333336%
}
.col-sm-offset-8 {
margin-left:66.66666666666666%
}
.col-sm-offset-9 {
margin-left:75%
}
.col-sm-offset-10 {
margin-left:83.33333333333334%
}
.col-sm-offset-11 {
margin-left:91.66666666666666%
}
}
@media(min-width:992px) {
.container {
max-width:962px
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
float:left
}
.col-md-1 {
width:8.333333333333332%
}
.col-md-2 {
width:16.666666666666664%
}
.col-md-3 {
width:25%
}
.col-md-4 {
width:33.33333333333333%
}
.col-md-5 {
width:41.66666666666667%
}
.col-md-6 {
width:50%
}
.col-md-7 {
width:58.333333333333336%
}
.col-md-8 {
width:66.66666666666666%
}
.col-md-9 {
width:75%
}
.col-md-10 {
width:83.33333333333334%
}
.col-md-11 {
width:91.66666666666666%
}
.col-md-12 {
width:100%
}
.col-md-5col {
    width: 20%;
	float:left;
}
.col-md-push-0 {
left:auto
}
.col-md-push-1 {
left:8.333333333333332%
}
.col-md-push-2 {
left:16.666666666666664%
}
.col-md-push-3 {
left:25%
}
.col-md-push-4 {
left:33.33333333333333%
}
.col-md-push-5 {
left:41.66666666666667%
}
.col-md-push-6 {
left:50%
}
.col-md-push-7 {
left:58.333333333333336%
}
.col-md-push-8 {
left:66.66666666666666%
}
.col-md-push-9 {
left:75%
}
.col-md-push-10 {
left:83.33333333333334%
}
.col-md-push-11 {
left:91.66666666666666%
}
.col-md-pull-0 {
right:auto
}
.col-md-pull-1 {
right:8.333333333333332%
}
.col-md-pull-2 {
right:16.666666666666664%
}
.col-md-pull-3 {
right:25%
}
.col-md-pull-4 {
right:33.33333333333333%
}
.col-md-pull-5 {
right:41.66666666666667%
}
.col-md-pull-6 {
right:50%
}
.col-md-pull-7 {
right:58.333333333333336%
}
.col-md-pull-8 {
right:66.66666666666666%
}
.col-md-pull-9 {
right:75%
}
.col-md-pull-10 {
right:83.33333333333334%
}
.col-md-pull-11 {
right:91.66666666666666%
}
.col-md-offset-0 {
margin-left:0
}
.col-md-offset-1 {
margin-left:8.333333333333332%
}
.col-md-offset-2 {
margin-left:16.666666666666664%
}
.col-md-offset-3 {
margin-left:25%
}
.col-md-offset-4 {
margin-left:33.33333333333333%
}
.col-md-offset-5 {
margin-left:41.66666666666667%
}
.col-md-offset-6 {
margin-left:50%
}
.col-md-offset-7 {
margin-left:58.333333333333336%
}
.col-md-offset-8 {
margin-left:66.66666666666666%
}
.col-md-offset-9 {
margin-left:75%
}
.col-md-offset-10 {
margin-left:83.33333333333334%
}
.col-md-offset-11 {
margin-left:91.66666666666666%
}
}
@media(min-width:1200px) {
.container {
max-width:1170px
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
float:left
}
.col-lg-1 {
width:8.333333333333332%
}
.col-lg-2 {
width:16.666666666666664%
}
.col-lg-3 {
width:25%
}
.col-lg-4 {
width:33.33333333333333%
}
.col-lg-5 {
width:41.66666666666667%
}
.col-lg-6 {
width:50%
}
.col-lg-7 {
width:58.333333333333336%
}
.col-lg-8 {
width:66.66666666666666%
}
.col-lg-9 {
width:75%
}
.col-lg-10 {
width:83.33333333333334%
}
.col-lg-11 {
width:91.66666666666666%
}
.col-lg-12 {
width:100%
}
.col-lg-5col {
    width: 20%;
	float:left;
}
.col-lg-push-0 {
left:auto
}
.col-lg-push-1 {
left:8.333333333333332%
}
.col-lg-push-2 {
left:16.666666666666664%
}
.col-lg-push-3 {
left:25%
}
.col-lg-push-4 {
left:33.33333333333333%
}
.col-lg-push-5 {
left:41.66666666666667%
}
.col-lg-push-6 {
left:50%
}
.col-lg-push-7 {
left:58.333333333333336%
}
.col-lg-push-8 {
left:66.66666666666666%
}
.col-lg-push-9 {
left:75%
}
.col-lg-push-10 {
left:83.33333333333334%
}
.col-lg-push-11 {
left:91.66666666666666%
}
.col-lg-pull-0 {
right:auto
}
.col-lg-pull-1 {
right:8.333333333333332%
}
.col-lg-pull-2 {
right:16.666666666666664%
}
.col-lg-pull-3 {
right:25%
}
.col-lg-pull-4 {
right:33.33333333333333%
}
.col-lg-pull-5 {
right:41.66666666666667%
}
.col-lg-pull-6 {
right:50%
}
.col-lg-pull-7 {
right:58.333333333333336%
}
.col-lg-pull-8 {
right:66.66666666666666%
}
.col-lg-pull-9 {
right:75%
}
.col-lg-pull-10 {
right:83.33333333333334%
}
.col-lg-pull-11 {
right:91.66666666666666%
}
.col-lg-offset-0 {
margin-left:0
}
.col-lg-offset-1 {
margin-left:8.333333333333332%
}
.col-lg-offset-2 {
margin-left:16.666666666666664%
}
.col-lg-offset-3 {
margin-left:25%
}
.col-lg-offset-4 {
margin-left:33.33333333333333%
}
.col-lg-offset-5 {
margin-left:41.66666666666667%
}
.col-lg-offset-6 {
margin-left:50%
}
.col-lg-offset-7 {
margin-left:58.333333333333336%
}
.col-lg-offset-8 {
margin-left:66.66666666666666%
}
.col-lg-offset-9 {
margin-left:75%
}
.col-lg-offset-10 {
margin-left:83.33333333333334%
}
.col-lg-offset-11 {
margin-left:91.66666666666666%
}
}
table {
	max-width:100%;
	background-color:transparent
}
th {
	text-align:left
}
.table {
	width:100%;
	margin-bottom:20px
}
.table thead>tr>th, .table tbody>tr>th, .table tfoot>tr>th, .table thead>tr>td, .table tbody>tr>td, .table tfoot>tr>td {
	padding:8px;
	line-height:1.428571429;
	vertical-align:top;
	border-top:1px solid #ddd
}
.table thead>tr>th {
	vertical-align:bottom;
	border-bottom:2px solid #ddd
}
.table caption+thead tr:first-child th, .table colgroup+thead tr:first-child th, .table thead:first-child tr:first-child th, .table caption+thead tr:first-child td, .table colgroup+thead tr:first-child td, .table thead:first-child tr:first-child td {
	border-top:0
}
.table tbody+tbody {
	border-top:2px solid #ddd
}
.table .table {
	background-color:#fff
}
.table-condensed thead>tr>th, .table-condensed tbody>tr>th, .table-condensed tfoot>tr>th, .table-condensed thead>tr>td, .table-condensed tbody>tr>td, .table-condensed tfoot>tr>td {
	padding:5px
}
.table-bordered {
	border:1px solid #ddd
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
	border:1px solid #ddd
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
	border-bottom-width:2px
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
background-color:#f9f9f9
}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
	background-color:#f5f5f5
}
table col[class*="col-"] {
display:table-column;
float:none
}
table td[class*="col-"], table th[class*="col-"] {
display:table-cell;
float:none
}
.table>thead>tr>td.active, .table>tbody>tr>td.active, .table>tfoot>tr>td.active, .table>thead>tr>th.active, .table>tbody>tr>th.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>tbody>tr.active>td, .table>tfoot>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr.active>th, .table>tfoot>tr.active>th {
	background-color:#f5f5f5
}
.table>thead>tr>td.success, .table>tbody>tr>td.success, .table>tfoot>tr>td.success, .table>thead>tr>th.success, .table>tbody>tr>th.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>tbody>tr.success>td, .table>tfoot>tr.success>td, .table>thead>tr.success>th, .table>tbody>tr.success>th, .table>tfoot>tr.success>th {
	background-color:#dff0d8;
	border-color:#d6e9c6
}
.table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover, .table-hover>tbody>tr.success:hover>td {
	background-color:#d0e9c6;
	border-color:#c9e2b3
}
.table>thead>tr>td.danger, .table>tbody>tr>td.danger, .table>tfoot>tr>td.danger, .table>thead>tr>th.danger, .table>tbody>tr>th.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>tbody>tr.danger>td, .table>tfoot>tr.danger>td, .table>thead>tr.danger>th, .table>tbody>tr.danger>th, .table>tfoot>tr.danger>th {
	background-color:#f2dede;
	border-color:#eed3d7
}
.table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover, .table-hover>tbody>tr.danger:hover>td {
	background-color:#ebcccc;
	border-color:#e6c1c7
}
.table>thead>tr>td.warning, .table>tbody>tr>td.warning, .table>tfoot>tr>td.warning, .table>thead>tr>th.warning, .table>tbody>tr>th.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>tbody>tr.warning>td, .table>tfoot>tr.warning>td, .table>thead>tr.warning>th, .table>tbody>tr.warning>th, .table>tfoot>tr.warning>th {
	background-color:#fcf8e3;
	border-color:#fbeed5
}
.table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover, .table-hover>tbody>tr.warning:hover>td {
	background-color:#faf2cc;
	border-color:#f8e5be
}
@media(max-width:768px) {
.table-responsive {
width:100%;
margin-bottom:15px;
overflow-x:scroll;
overflow-y:hidden;
border:1px solid #ddd
}
.table-responsive>.table {
margin-bottom:0;
background-color:#fff
}
.table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {
white-space:nowrap
}
.table-responsive>.table-bordered {
border:0
}
.table-responsive>.table-bordered>thead>tr>th:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child {
border-left:0
}
.table-responsive>.table-bordered>thead>tr>th:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child {
border-right:0
}
.table-responsive>.table-bordered>thead>tr:last-child>th, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>th, .table-responsive>.table-bordered>thead>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>td {
border-bottom:0
}
}
fieldset {
	padding:0;
	margin:0;
	border:0
}
legend {
	display:block;
	width:100%;
	padding:0;
	margin-bottom:20px;
	font-size:21px;
	line-height:inherit;
	color:#333;
	border:0;
	border-bottom:1px solid #e5e5e5
}
label {
	display:inline-block;
	margin-bottom:5px;
	font-weight:bold
}
input[type="search"] {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	*behavior: url(boxsizing.htc);
}
input[type="radio"], input[type="checkbox"] {
	margin:4px 0 0;
	margin-top:1px \9;
	line-height:normal
}
input[type="file"] {
	display:block
}
select[multiple], select[size] {
	height:auto
}
select optgroup {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline:thin dotted #333;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
height:auto
}
.form-control:-moz-placeholder {
color:#999
}
.form-control::-moz-placeholder {
color:#999
}
.form-control:-ms-input-placeholder {
color:#999
}
.form-control::-webkit-input-placeholder {
color:#999
}
.form-control {
	display:block;
	width:100%;
	height:34px;
	padding:6px 12px;
	font-size:14px;
	line-height:1.428571429;
	color:#555;
	vertical-align:middle;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.form-control:focus {
	border-color:#66afe9;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor:not-allowed;
	background-color:#eee
}
textarea.form-control {
	height:auto
}
.form-group {
	margin-bottom:15px
}
.radio, .checkbox {
	display:block;
	min-height:20px;
	padding-left:20px;
	margin-top:10px;
	margin-bottom:10px;
	vertical-align:middle
}
.radio label, .checkbox label {
	display:inline;
	margin-bottom:0;
	font-weight:normal;
	cursor:pointer
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	float:left;
	margin-left:-20px
}
.radio+.radio, .checkbox+.checkbox {
	margin-top:-5px
}
.radio-inline, .checkbox-inline {
	display:inline-block;
	padding-left:20px;
	margin-bottom:0;
	font-weight:normal;
	vertical-align:middle;
	cursor:pointer
}
.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
	margin-top:0;
	margin-left:10px
}
input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
	cursor:not-allowed
}
.input-sm {
	height:30px;
	padding:5px 10px;
	font-size:12px;
	line-height:1.5;
	border-radius:3px
}
select.input-sm {
	height:30px;
	line-height:30px
}
textarea.input-sm {
	height:auto
}
.input-lg {
	height:45px;
	padding:10px 16px;
	font-size:18px;
	line-height:1.33;
	border-radius:6px
}
select.input-lg {
	height:45px;
	line-height:45px
}
textarea.input-lg {
	height:auto
}
.has-warning .help-block, .has-warning .control-label {
	color:#c09853
}
.has-warning .form-control {
	border-color:#c09853;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-warning .form-control:focus {
	border-color:#a47e3c;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e
}
.has-warning .input-group-addon {
	color:#c09853;
	background-color:#fcf8e3;
	border-color:#c09853
}
.has-error .help-block, .has-error .control-label {
	color:#b94a48
}
.has-error .form-control {
	border-color:#b94a48;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-error .form-control:focus {
	border-color:#953b39;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392
}
.has-error .input-group-addon {
	color:#b94a48;
	background-color:#f2dede;
	border-color:#b94a48
}
.has-success .help-block, .has-success .control-label {
	color:#468847
}
.has-success .form-control {
	border-color:#468847;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-success .form-control:focus {
	border-color:#356635;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b
}
.has-success .input-group-addon {
	color:#468847;
	background-color:#dff0d8;
	border-color:#468847
}
.form-control-static {
	padding-top:7px;
	margin-bottom:0
}
.help-block {
	display:block;
	margin-top:5px;
	margin-bottom:10px;
	color:#737373
}
@media(min-width:768px) {
.form-inline .form-group {
display:inline-block;
margin-bottom:0;
vertical-align:middle
}
.form-inline .form-control {
display:inline-block
}
.form-inline .radio, .form-inline .checkbox {
display:inline-block;
padding-left:0;
margin-top:0;
margin-bottom:0
}
.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
float:none;
margin-left:0
}
}
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	padding-top:7px;
	margin-top:0;
	margin-bottom:0
}
.form-horizontal .form-group {
	margin-right:-15px;
	margin-left:-15px
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
	display:table;
	content:" "
}
.form-horizontal .form-group:after {
	clear:both
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
	display:table;
	content:" "
}
.form-horizontal .form-group:after {
	clear:both
}
@media(min-width:768px) {
.form-horizontal .control-label {
text-align:right
}
}
.btn {
	display:inline-block;
	padding:6px 12px;
	margin-bottom:0;
	font-size:14px;
	font-weight:normal;
	line-height:1.428571429;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	cursor:pointer;
	border:1px solid transparent;
	border-radius:4px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none
}
.btn:focus {
	outline:thin dotted #333;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px
}
.btn:hover, .btn:focus {
	color:#333;
	text-decoration:none
}
.btn:active, .btn.active {
	background-image:none;
	outline:0;
	-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	pointer-events:none;
	cursor:not-allowed;
	opacity:.65;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	box-shadow:none
}
.btn-default {
	color:#333;
	background-color:#fff;
	border-color:#ccc
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	color:#333;
	background-color:#ebebeb;
	border-color:#adadad
}
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	background-image:none
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
	background-color:#fff;
	border-color:#ccc
}
.btn-primary {
	color:#fff;
	background-color:#428bca;
	border-color:#357ebd
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color:#fff;
	background-color:#3276b1;
	border-color:#285e8e
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-image:none
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color:#428bca;
	border-color:#357ebd
}
.btn-warning {
	color:#fff;
	background-color:#f0ad4e;
	border-color:#eea236
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
	color:#fff;
	background-color:#ed9c28;
	border-color:#d58512
}
.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
	background-image:none
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
	background-color:#f0ad4e;
	border-color:#eea236
}
.btn-danger {
	color:#fff;
	background-color:#d9534f;
	border-color:#d43f3a
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
	color:#fff;
	background-color:#d2322d;
	border-color:#ac2925
}
.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
	background-image:none
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
	background-color:#d9534f;
	border-color:#d43f3a
}
.btn-success {
	color:#fff;
	background-color:#5cb85c;
	border-color:#4cae4c
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	color:#fff;
	background-color:#47a447;
	border-color:#398439
}
.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	background-image:none
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
	background-color:#5cb85c;
	border-color:#4cae4c
}
.btn-info {
	color:#fff;
	background-color:#5bc0de;
	border-color:#46b8da
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	color:#fff;
	background-color:#39b3d7;
	border-color:#269abc
}
.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	background-image:none
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
	background-color:#5bc0de;
	border-color:#46b8da
}
.btn-link {
	font-weight:normal;
	color:#428bca;
	cursor:pointer;
	border-radius:0
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color:transparent;
	-webkit-box-shadow:none;
	box-shadow:none
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color:transparent
}
.btn-link:hover, .btn-link:focus {
	color:#2a6496;
	text-decoration:underline;
	background-color:transparent
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
	color:#999;
	text-decoration:none
}
.btn-lg {
	padding:10px 16px;
	font-size:18px;
	line-height:1.33;
	border-radius:6px
}
.btn-sm, .btn-xs {
	padding:5px 10px;
	font-size:12px;
	line-height:1.5;
	border-radius:3px
}
.btn-xs {
	padding:1px 5px
}
.btn-block {
	display:block;
	width:100%;
	padding-right:0;
	padding-left:0
}
.btn-block+.btn-block {
	margin-top:5px
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width:100%
}
.fade {
	opacity:0;
-webkit-transition:opacity .15s linear;
transition:opacity .15s linear
}
.fade.in {
	opacity:1
}
.collapse {
	display:none
}
.collapse.in {
	display:block
}
.collapsing {
	position:relative;
	height:0;
	overflow:hidden;
-webkit-transition:height .35s ease;
transition:height .35s ease
}
@font-face {
font-family:'Glyphicons Halflings';
src:url('../fonts/glyphicons-halflings-regular.eot');
src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg')
}
.glyphicon {
	position:relative;
	top:1px;
	display:inline-block;
	font-family:'Glyphicons Halflings';
	-webkit-font-smoothing:antialiased;
	font-style:normal;
	font-weight:normal;
	line-height:1
}
.glyphicon-asterisk:before {
	content:"\2a"
}
.glyphicon-plus:before {
	content:"\2b"
}
.glyphicon-euro:before {
	content:"\20ac"
}
.glyphicon-minus:before {
	content:"\2212"
}
.glyphicon-cloud:before {
	content:"\2601"
}
.glyphicon-envelope:before {
	content:"\2709"
}
.glyphicon-pencil:before {
	content:"\270f"
}
.glyphicon-glass:before {
	content:"\e001"
}
.glyphicon-music:before {
	content:"\e002"
}
.glyphicon-search:before {
	content:"\e003"
}
.glyphicon-heart:before {
	content:"\e005"
}
.glyphicon-star:before {
	content:"\e006"
}
.glyphicon-star-empty:before {
	content:"\e007"
}
.glyphicon-user:before {
	content:"\e008"
}
.glyphicon-film:before {
	content:"\e009"
}
.glyphicon-th-large:before {
	content:"\e010"
}
.glyphicon-th:before {
	content:"\e011"
}
.glyphicon-th-list:before {
	content:"\e012"
}
.glyphicon-ok:before {
	content:"\e013"
}
.glyphicon-remove:before {
	content:"\e014"
}
.glyphicon-zoom-in:before {
	content:"\e015"
}
.glyphicon-zoom-out:before {
	content:"\e016"
}
.glyphicon-off:before {
	content:"\e017"
}
.glyphicon-signal:before {
	content:"\e018"
}
.glyphicon-cog:before {
	content:"\e019"
}
.glyphicon-trash:before {
	content:"\e020"
}
.glyphicon-home:before {
	content:"\e021"
}
.glyphicon-file:before {
	content:"\e022"
}
.glyphicon-time:before {
	content:"\e023"
}
.glyphicon-road:before {
	content:"\e024"
}
.glyphicon-download-alt:before {
	content:"\e025"
}
.glyphicon-download:before {
	content:"\e026"
}
.glyphicon-upload:before {
	content:"\e027"
}
.glyphicon-inbox:before {
	content:"\e028"
}
.glyphicon-play-circle:before {
	content:"\e029"
}
.glyphicon-repeat:before {
	content:"\e030"
}
.glyphicon-refresh:before {
	content:"\e031"
}
.glyphicon-list-alt:before {
	content:"\e032"
}
.glyphicon-flag:before {
	content:"\e034"
}
.glyphicon-headphones:before {
	content:"\e035"
}
.glyphicon-volume-off:before {
	content:"\e036"
}
.glyphicon-volume-down:before {
	content:"\e037"
}
.glyphicon-volume-up:before {
	content:"\e038"
}
.glyphicon-qrcode:before {
	content:"\e039"
}
.glyphicon-barcode:before {
	content:"\e040"
}
.glyphicon-tag:before {
	content:"\e041"
}
.glyphicon-tags:before {
	content:"\e042"
}
.glyphicon-book:before {
	content:"\e043"
}
.glyphicon-print:before {
	content:"\e045"
}
.glyphicon-font:before {
	content:"\e047"
}
.glyphicon-bold:before {
	content:"\e048"
}
.glyphicon-italic:before {
	content:"\e049"
}
.glyphicon-text-height:before {
	content:"\e050"
}
.glyphicon-text-width:before {
	content:"\e051"
}
.glyphicon-align-left:before {
	content:"\e052"
}
.glyphicon-align-center:before {
	content:"\e053"
}
.glyphicon-align-right:before {
	content:"\e054"
}
.glyphicon-align-justify:before {
	content:"\e055"
}
.glyphicon-list:before {
	content:"\e056"
}
.glyphicon-indent-left:before {
	content:"\e057"
}
.glyphicon-indent-right:before {
	content:"\e058"
}
.glyphicon-facetime-video:before {
	content:"\e059"
}
.glyphicon-picture:before {
	content:"\e060"
}
.glyphicon-map-marker:before {
	content:"\e062"
}
.glyphicon-adjust:before {
	content:"\e063"
}
.glyphicon-tint:before {
	content:"\e064"
}
.glyphicon-edit:before {
	content:"\e065"
}
.glyphicon-share:before {
	content:"\e066"
}
.glyphicon-check:before {
	content:"\e067"
}
.glyphicon-move:before {
	content:"\e068"
}
.glyphicon-step-backward:before {
	content:"\e069"
}
.glyphicon-fast-backward:before {
	content:"\e070"
}
.glyphicon-backward:before {
	content:"\e071"
}
.glyphicon-play:before {
	content:"\e072"
}
.glyphicon-pause:before {
	content:"\e073"
}
.glyphicon-stop:before {
	content:"\e074"
}
.glyphicon-forward:before {
	content:"\e075"
}
.glyphicon-fast-forward:before {
	content:"\e076"
}
.glyphicon-step-forward:before {
	content:"\e077"
}
.glyphicon-eject:before {
	content:"\e078"
}
.glyphicon-chevron-left:before {
	content:"\e079"
}
.glyphicon-chevron-right:before {
	content:"\e080"
}
.glyphicon-plus-sign:before {
	content:"\e081"
}
.glyphicon-minus-sign:before {
	content:"\e082"
}
.glyphicon-remove-sign:before {
	content:"\e083"
}
.glyphicon-ok-sign:before {
	content:"\e084"
}
.glyphicon-question-sign:before {
	content:"\e085"
}
.glyphicon-info-sign:before {
	content:"\e086"
}
.glyphicon-screenshot:before {
	content:"\e087"
}
.glyphicon-remove-circle:before {
	content:"\e088"
}
.glyphicon-ok-circle:before {
	content:"\e089"
}
.glyphicon-ban-circle:before {
	content:"\e090"
}
.glyphicon-arrow-left:before {
	content:"\e091"
}
.glyphicon-arrow-right:before {
	content:"\e092"
}
.glyphicon-arrow-up:before {
	content:"\e093"
}
.glyphicon-arrow-down:before {
	content:"\e094"
}
.glyphicon-share-alt:before {
	content:"\e095"
}
.glyphicon-resize-full:before {
	content:"\e096"
}
.glyphicon-resize-small:before {
	content:"\e097"
}
.glyphicon-exclamation-sign:before {
	content:"\e101"
}
.glyphicon-gift:before {
	content:"\e102"
}
.glyphicon-leaf:before {
	content:"\e103"
}
.glyphicon-eye-open:before {
	content:"\e105"
}
.glyphicon-eye-close:before {
	content:"\e106"
}
.glyphicon-warning-sign:before {
	content:"\e107"
}
.glyphicon-plane:before {
	content:"\e108"
}
.glyphicon-random:before {
	content:"\e110"
}
.glyphicon-comment:before {
	content:"\e111"
}
.glyphicon-magnet:before {
	content:"\e112"
}
.glyphicon-chevron-up:before {
	content:"\e113"
}
.glyphicon-chevron-down:before {
	content:"\e114"
}
.glyphicon-retweet:before {
	content:"\e115"
}
.glyphicon-shopping-cart:before {
	content:"\e116"
}
.glyphicon-folder-close:before {
	content:"\e117"
}
.glyphicon-folder-open:before {
	content:"\e118"
}
.glyphicon-resize-vertical:before {
	content:"\e119"
}
.glyphicon-resize-horizontal:before {
	content:"\e120"
}
.glyphicon-hdd:before {
	content:"\e121"
}
.glyphicon-bullhorn:before {
	content:"\e122"
}
.glyphicon-certificate:before {
	content:"\e124"
}
.glyphicon-thumbs-up:before {
	content:"\e125"
}
.glyphicon-thumbs-down:before {
	content:"\e126"
}
.glyphicon-hand-right:before {
	content:"\e127"
}
.glyphicon-hand-left:before {
	content:"\e128"
}
.glyphicon-hand-up:before {
	content:"\e129"
}
.glyphicon-hand-down:before {
	content:"\e130"
}
.glyphicon-circle-arrow-right:before {
	content:"\e131"
}
.glyphicon-circle-arrow-left:before {
	content:"\e132"
}
.glyphicon-circle-arrow-up:before {
	content:"\e133"
}
.glyphicon-circle-arrow-down:before {
	content:"\e134"
}
.glyphicon-globe:before {
	content:"\e135"
}
.glyphicon-tasks:before {
	content:"\e137"
}
.glyphicon-filter:before {
	content:"\e138"
}
.glyphicon-fullscreen:before {
	content:"\e140"
}
.glyphicon-dashboard:before {
	content:"\e141"
}
.glyphicon-heart-empty:before {
	content:"\e143"
}
.glyphicon-link:before {
	content:"\e144"
}
.glyphicon-phone:before {
	content:"\e145"
}
.glyphicon-usd:before {
	content:"\e148"
}
.glyphicon-gbp:before {
	content:"\e149"
}
.glyphicon-sort:before {
	content:"\e150"
}
.glyphicon-sort-by-alphabet:before {
	content:"\e151"
}
.glyphicon-sort-by-alphabet-alt:before {
	content:"\e152"
}
.glyphicon-sort-by-order:before {
	content:"\e153"
}
.glyphicon-sort-by-order-alt:before {
	content:"\e154"
}
.glyphicon-sort-by-attributes:before {
	content:"\e155"
}
.glyphicon-sort-by-attributes-alt:before {
	content:"\e156"
}
.glyphicon-unchecked:before {
	content:"\e157"
}
.glyphicon-expand:before {
	content:"\e158"
}
.glyphicon-collapse-down:before {
	content:"\e159"
}
.glyphicon-collapse-up:before {
	content:"\e160"
}
.glyphicon-log-in:before {
	content:"\e161"
}
.glyphicon-flash:before {
	content:"\e162"
}
.glyphicon-log-out:before {
	content:"\e163"
}
.glyphicon-new-window:before {
	content:"\e164"
}
.glyphicon-record:before {
	content:"\e165"
}
.glyphicon-save:before {
	content:"\e166"
}
.glyphicon-open:before {
	content:"\e167"
}
.glyphicon-saved:before {
	content:"\e168"
}
.glyphicon-import:before {
	content:"\e169"
}
.glyphicon-export:before {
	content:"\e170"
}
.glyphicon-send:before {
	content:"\e171"
}
.glyphicon-floppy-disk:before {
	content:"\e172"
}
.glyphicon-floppy-saved:before {
	content:"\e173"
}
.glyphicon-floppy-remove:before {
	content:"\e174"
}
.glyphicon-floppy-save:before {
	content:"\e175"
}
.glyphicon-floppy-open:before {
	content:"\e176"
}
.glyphicon-credit-card:before {
	content:"\e177"
}
.glyphicon-transfer:before {
	content:"\e178"
}
.glyphicon-cutlery:before {
	content:"\e179"
}
.glyphicon-header:before {
	content:"\e180"
}
.glyphicon-compressed:before {
	content:"\e181"
}
.glyphicon-earphone:before {
	content:"\e182"
}
.glyphicon-phone-alt:before {
	content:"\e183"
}
.glyphicon-tower:before {
	content:"\e184"
}
.glyphicon-stats:before {
	content:"\e185"
}
.glyphicon-sd-video:before {
	content:"\e186"
}
.glyphicon-hd-video:before {
	content:"\e187"
}
.glyphicon-subtitles:before {
	content:"\e188"
}
.glyphicon-sound-stereo:before {
	content:"\e189"
}
.glyphicon-sound-dolby:before {
	content:"\e190"
}
.glyphicon-sound-5-1:before {
	content:"\e191"
}
.glyphicon-sound-6-1:before {
	content:"\e192"
}
.glyphicon-sound-7-1:before {
	content:"\e193"
}
.glyphicon-copyright-mark:before {
	content:"\e194"
}
.glyphicon-registration-mark:before {
	content:"\e195"
}
.glyphicon-cloud-download:before {
	content:"\e197"
}
.glyphicon-cloud-upload:before {
	content:"\e198"
}
.glyphicon-tree-conifer:before {
	content:"\e199"
}
.glyphicon-tree-deciduous:before {
	content:"\e200"
}
.glyphicon-briefcase:before {
	content:"\1f4bc"
}
.glyphicon-calendar:before {
	content:"\1f4c5"
}
.glyphicon-pushpin:before {
	content:"\1f4cc"
}
.glyphicon-paperclip:before {
	content:"\1f4ce"
}
.glyphicon-camera:before {
	content:"\1f4f7"
}
.glyphicon-lock:before {
	content:"\1f512"
}
.glyphicon-bell:before {
	content:"\1f514"
}
.glyphicon-bookmark:before {
	content:"\1f516"
}
.glyphicon-fire:before {
	content:"\1f525"
}
.glyphicon-wrench:before {
	content:"\1f527"
}
.caret {
	display:inline-block;
	width:0;
	height:0;
	margin-left:2px;
	vertical-align:middle;
	border-top:4px solid #000;
	border-right:4px solid transparent;
	border-bottom:0 dotted;
	border-left:4px solid transparent;
	content:""
}
.dropdown {
	position:relative
}
.dropdown-toggle:focus {
	outline:0
}
.dropdown-menu {
	position:absolute;
	top:100%;
	left:0;
	z-index:1000;
	display:none;
	float:left;
	min-width:160px;
	padding:5px 0;
	margin:2px 0 0;
	font-size:14px;
	list-style:none;
	background-color:#fff;
	border:1px solid #ccc;
	border:1px solid rgba(0, 0, 0, 0.15);
	border-radius:4px;
	-webkit-box-shadow:0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow:0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip:padding-box
}
.dropdown-menu.pull-right {
	right:0;
	left:auto
}
.dropdown-menu .divider {
	height:1px;
	margin:9px 0;
	overflow:hidden;
	background-color:#e5e5e5
}
.dropdown-menu>li>a {
	display:block;
	padding:3px 20px;
	clear:both;
	font-weight:normal;
	line-height:1.428571429;
	color:#333;
	white-space:nowrap
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	color:#fff;
	text-decoration:none;
	background-color:#428bca
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	color:#fff;
	text-decoration:none;
	background-color:#428bca;
	outline:0
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
	color:#999
}
.dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
	text-decoration:none;
	cursor:not-allowed;
	background-color:transparent;
	background-image:none;
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.open>.dropdown-menu {
	display:block
}
.open>a {
	outline:0
}
.dropdown-header {
	display:block;
	padding:3px 20px;
	font-size:12px;
	line-height:1.428571429;
	color:#999
}
.dropdown-backdrop {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:990
}
.pull-right>.dropdown-menu {
	right:0;
	left:auto
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top:0 dotted;
	border-bottom:4px solid #000;
	content:""
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top:auto;
	bottom:100%;
	margin-bottom:1px
}
@media(min-width:768px) {
.navbar-right .dropdown-menu {
right:0;
left:auto
}
}
.btn-default .caret {
	border-top-color:#333
}
.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
	border-top-color:#fff
}
.dropup .btn-default .caret {
	border-bottom-color:#333
}
.dropup .btn-primary .caret, .dropup .btn-success .caret, .dropup .btn-warning .caret, .dropup .btn-danger .caret, .dropup .btn-info .caret {
	border-bottom-color:#fff
}
.btn-group, .btn-group-vertical {
	position:relative;
	display:inline-block;
	vertical-align:middle
}
.btn-group>.btn, .btn-group-vertical>.btn {
	position:relative;
	float:left
}
.btn-group>.btn:hover, .btn-group-vertical>.btn:hover, .btn-group>.btn:focus, .btn-group-vertical>.btn:focus, .btn-group>.btn:active, .btn-group-vertical>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn.active {
	z-index:2
}
.btn-group>.btn:focus, .btn-group-vertical>.btn:focus {
	outline:0
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
	margin-left:-1px
}
.btn-toolbar:before, .btn-toolbar:after {
	display:table;
	content:" "
}
.btn-toolbar:after {
	clear:both
}
.btn-toolbar:before, .btn-toolbar:after {
	display:table;
	content:" "
}
.btn-toolbar:after {
	clear:both
}
.btn-toolbar .btn-group {
	float:left
}
.btn-toolbar>.btn+.btn, .btn-toolbar>.btn-group+.btn, .btn-toolbar>.btn+.btn-group, .btn-toolbar>.btn-group+.btn-group {
	margin-left:5px
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius:0
}
.btn-group>.btn:first-child {
	margin-left:0
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius:0;
border-bottom-right-radius:0
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
border-bottom-left-radius:0;
border-top-left-radius:0
}
.btn-group>.btn-group {
	float:left
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
border-radius:0
}
.btn-group>.btn-group:first-child>.btn:last-child, .btn-group>.btn-group:first-child>.dropdown-toggle {
	border-top-right-radius:0;
	border-bottom-right-radius:0
}
.btn-group>.btn-group:last-child>.btn:first-child {
	border-bottom-left-radius:0;
	border-top-left-radius:0
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline:0
}
.btn-group-xs>.btn {
	padding:5px 10px;
	padding:1px 5px;
	font-size:12px;
	line-height:1.5;
	border-radius:3px
}
.btn-group-sm>.btn {
	padding:5px 10px;
	font-size:12px;
	line-height:1.5;
	border-radius:3px
}
.btn-group-lg>.btn {
	padding:10px 16px;
	font-size:18px;
	line-height:1.33;
	border-radius:6px
}
.btn-group>.btn+.dropdown-toggle {
	padding-right:8px;
	padding-left:8px
}
.btn-group>.btn-lg+.dropdown-toggle {
	padding-right:12px;
	padding-left:12px
}
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.btn .caret {
	margin-left:0
}
.btn-lg .caret {
	border-width:5px 5px 0;
	border-bottom-width:0
}
.dropup .btn-lg .caret {
	border-width:0 5px 5px
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group {
	display:block;
	float:none;
	width:100%;
	max-width:100%
}
.btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after {
	display:table;
	content:" "
}
.btn-group-vertical>.btn-group:after {
	clear:both
}
.btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after {
	display:table;
	content:" "
}
.btn-group-vertical>.btn-group:after {
	clear:both
}
.btn-group-vertical>.btn-group>.btn {
	float:none
}
.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
	margin-top:-1px;
	margin-left:0
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
border-radius:0
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
border-top-right-radius:4px;
border-bottom-right-radius:0;
border-bottom-left-radius:0
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
border-top-right-radius:0;
border-bottom-left-radius:4px;
border-top-left-radius:0
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
border-radius:0
}
.btn-group-vertical>.btn-group:first-child>.btn:last-child, .btn-group-vertical>.btn-group:first-child>.dropdown-toggle {
	border-bottom-right-radius:0;
	border-bottom-left-radius:0
}
.btn-group-vertical>.btn-group:last-child>.btn:first-child {
	border-top-right-radius:0;
	border-top-left-radius:0
}
.btn-group-justified {
	display:table;
	width:100%;
	border-collapse:separate;
	table-layout:fixed
}
.btn-group-justified .btn {
	display:table-cell;
	float:none;
	width:1%
}
[data-toggle="buttons"]>.btn>input[type="radio"], [data-toggle="buttons"]>.btn>input[type="checkbox"] {
display:none
}
.input-group {
	position:relative;
	display:table;
	border-collapse:separate
}
.input-group.col {
	float:none;
	padding-right:0;
	padding-left:0
}
.input-group .form-control {
	width:100%;
	margin-bottom:0
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
	height:45px;
	padding:10px 16px;
	font-size:18px;
	line-height:1.33;
	border-radius:6px
}
select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn {
	height:45px;
	line-height:45px
}
textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn {
	height:auto
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
	height:30px;
	padding:5px 10px;
	font-size:12px;
	line-height:1.5;
	border-radius:3px
}
select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn {
	height:30px;
	line-height:30px
}
textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn {
	height:auto
}
.input-group-addon, .input-group-btn, .input-group .form-control {
	display:table-cell
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
border-radius:0
}
.input-group-addon, .input-group-btn {
	width:1%;
	white-space:nowrap;
	vertical-align:middle
}
.input-group-addon {
	padding:6px 12px;
	font-size:14px;
	font-weight:normal;
	line-height:1;
	text-align:center;
	background-color:#eee;
	border:1px solid #ccc;
	border-radius:4px
}
.input-group-addon.input-sm {
	padding:5px 10px;
	font-size:12px;
	border-radius:3px
}
.input-group-addon.input-lg {
	padding:10px 16px;
	font-size:18px;
	border-radius:6px
}
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
	margin-top:0
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius:0;
border-bottom-right-radius:0
}
.input-group-addon:first-child {
	border-right:0
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child) {
border-bottom-left-radius:0;
border-top-left-radius:0
}
.input-group-addon:last-child {
	border-left:0
}
.input-group-btn {
	position:relative;
	white-space:nowrap
}
.input-group-btn>.btn {
	position:relative
}
.input-group-btn>.btn+.btn {
	margin-left:-4px
}
.input-group-btn>.btn:hover, .input-group-btn>.btn:active {
	z-index:2
}
.nav {
	padding-left:0;
	margin-bottom:0;
	list-style:none
}
.nav:before, .nav:after {
	display:table;
	content:" "
}
.nav:after {
	clear:both
}
.nav:before, .nav:after {
	display:table;
	content:" "
}
.nav:after {
	clear:both
}
.nav>li {
	position:relative;
	display:block
}
.nav>li>a {
	position:relative;
	display:block;
	padding:10px 15px
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration:none;
	background-color:#eee
}
.nav>li.disabled>a {
	color:#999
}
.nav>li.disabled>a:hover, .nav>li.disabled>a:focus {
	color:#999;
	text-decoration:none;
	cursor:not-allowed;
	background-color:transparent
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color:#eee;
	border-color:#428bca
}
.nav .nav-divider {
	height:1px;
	margin:9px 0;
	overflow:hidden;
	background-color:#e5e5e5
}
.nav>li>a>img {
	max-width:none
}
.nav-tabs {
	border-bottom:1px solid #ddd
}
.nav-tabs>li {
	float:left;
	margin-bottom:-1px
}
.nav-tabs>li>a {
	margin-right:2px;
	line-height:1.428571429;
	border:1px solid transparent;
	border-radius:4px 4px 0 0
}
.nav-tabs>li>a:hover {
	border-color:#eee #eee #ddd
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color:#555;
	cursor:default;
	background-color:#fff;
	border:1px solid #ddd;
	border-bottom-color:transparent
}
.nav-tabs.nav-justified {
	width:100%;
	border-bottom:0
}
.nav-tabs.nav-justified>li {
	float:none
}
.nav-tabs.nav-justified>li>a {
	text-align:center
}
@media(min-width:768px) {
.nav-tabs.nav-justified>li {
display:table-cell;
width:1%
}
}
.nav-tabs.nav-justified>li>a {
	margin-right:0;
	border-bottom:1px solid #ddd
}
.nav-tabs.nav-justified>.active>a {
	border-bottom-color:#fff
}
.nav-pills>li {
	float:left
}
.nav-pills>li>a {
	border-radius:5px
}
.nav-pills>li+li {
	margin-left:2px
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	color:#fff;
	background-color:#428bca
}
.nav-stacked>li {
	float:none
}
.nav-stacked>li+li {
	margin-top:2px;
	margin-left:0
}
.nav-justified {
	width:100%
}
.nav-justified>li {
	float:none
}
.nav-justified>li>a {
	text-align:center
}
@media(min-width:768px) {
.nav-justified>li {
display:table-cell;
width:1%
}
}
.nav-tabs-justified {
	border-bottom:0
}
.nav-tabs-justified>li>a {
	margin-right:0;
	border-bottom:1px solid #ddd
}
.nav-tabs-justified>.active>a {
	border-bottom-color:#fff
}
.tabbable:before, .tabbable:after {
	display:table;
	content:" "
}
.tabbable:after {
	clear:both
}
.tabbable:before, .tabbable:after {
	display:table;
	content:" "
}
.tabbable:after {
	clear:both
}
.tab-content>.tab-pane, .pill-content>.pill-pane {
	display:none
}
.tab-content>.active, .pill-content>.active {
	display:block
}
.nav .caret {
	border-top-color:#428bca;
	border-bottom-color:#428bca
}
.nav a:hover .caret {
	border-top-color:#2a6496;
	border-bottom-color:#2a6496
}
.nav-tabs .dropdown-menu {
	margin-top:-1px;
	border-top-right-radius:0;
	border-top-left-radius:0
}
.navbar {
	position:relative;
	z-index:1000;
	min-height:50px;
	margin-bottom:20px;
	border:1px solid transparent
}
.navbar:before, .navbar:after {
	display:table;
	content:" "
}
.navbar:after {
	clear:both
}
.navbar:before, .navbar:after {
	display:table;
	content:" "
}
.navbar:after {
	clear:both
}
@media(min-width:768px) {
.navbar {
border-radius:4px
}
}
.navbar-header:before, .navbar-header:after {
	display:table;
	content:" "
}
.navbar-header:after {
	clear:both
}
.navbar-header:before, .navbar-header:after {
	display:table;
	content:" "
}
.navbar-header:after {
	clear:both
}
@media(min-width:768px) {
.navbar-header {
float:left
}
}
.navbar-collapse {
	max-height:340px;
	padding-right:15px;
	padding-left:15px;
	overflow-x:visible;
	border-top:1px solid transparent;
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling:touch
}
.navbar-collapse:before, .navbar-collapse:after {
	display:table;
	content:" "
}
.navbar-collapse:after {
	clear:both
}
.navbar-collapse:before, .navbar-collapse:after {
	display:table;
	content:" "
}
.navbar-collapse:after {
	clear:both
}
.navbar-collapse.in {
	overflow-y:auto
}
@media(min-width:768px) {
.navbar-collapse {
width:auto;
border-top:0;
box-shadow:none
}
.navbar-collapse.collapse {
display:block!important;
height:auto!important;
padding-bottom:0;
overflow:visible!important
}
.navbar-collapse.in {
overflow-y:visible
}
.navbar-collapse .navbar-nav.navbar-left:first-child {
margin-left:-15px
}
.navbar-collapse .navbar-nav.navbar-right:last-child {
margin-right:-15px
}
.navbar-collapse .navbar-text:last-child {
margin-right:0
}
}
.container>.navbar-header, .container>.navbar-collapse {
	margin-right:-15px;
	margin-left:-15px
}
@media(min-width:768px) {
.container>.navbar-header, .container>.navbar-collapse {
margin-right:0;
margin-left:0
}
}
.navbar-static-top {
	border-width:0 0 1px
}
@media(min-width:768px) {
.navbar-static-top {
border-radius:0
}
}
.navbar-fixed-top, .navbar-fixed-bottom {
	position:fixed;
	right:0;
	left:0;
	border-width:0 0 1px
}
@media(min-width:768px) {
.navbar-fixed-top, .navbar-fixed-bottom {
border-radius:0
}
}
.navbar-fixed-top {
	top:0;
	z-index:1030
}
.navbar-fixed-bottom {
	bottom:0;
	margin-bottom:0
}
.navbar-brand {
	float:left;
	padding:15px 15px;
	font-size:18px;
	line-height:20px
}
.navbar-brand:hover, .navbar-brand:focus {
	text-decoration:none
}
@media(min-width:768px) {
.navbar>.container .navbar-brand {
margin-left:-15px
}
}
.navbar-toggle {
	position:relative;
	float:right;
	padding:9px 10px;
	margin-top:8px;
	margin-right:15px;
	margin-bottom:8px;
	background-color:transparent;
	border:1px solid transparent;
	border-radius:4px
}
.navbar-toggle .icon-bar {
	display:block;
	width:22px;
	height:2px;
	border-radius:1px
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top:4px
}
@media(min-width:768px) {
.navbar-toggle {
display:none
}
}
.navbar-nav {
	margin:7.5px -15px
}
.navbar-nav>li>a {
	padding-top:10px;
	padding-bottom:10px;
	line-height:20px
}
@media(max-width:767px) {
.navbar-nav .open .dropdown-menu {
position:static;
float:none;
width:auto;
margin-top:0;
background-color:transparent;
border:0;
box-shadow:none
}
.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
padding:5px 15px 5px 25px
}
.navbar-nav .open .dropdown-menu>li>a {
line-height:20px
}
.navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus {
background-image:none
}
}
@media(min-width:768px) {
.navbar-nav {
float:left;
margin:0
}
.navbar-nav>li {
float:left
}
.navbar-nav>li>a {
padding-top:15px;
padding-bottom:15px
}
}
@media(min-width:768px) {
.navbar-left {
float:left!important
}
.navbar-right {
float:right!important
}
}
.navbar-form {
	padding:10px 15px;
	margin-top:8px;
	margin-right:-15px;
	margin-bottom:8px;
	margin-left:-15px;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
	-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1)
}
@media(min-width:768px) {
.navbar-form .form-group {
display:inline-block;
margin-bottom:0;
vertical-align:middle
}
.navbar-form .form-control {
display:inline-block
}
.navbar-form .radio, .navbar-form .checkbox {
display:inline-block;
padding-left:0;
margin-top:0;
margin-bottom:0
}
.navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
float:none;
margin-left:0
}
}
@media(max-width:767px) {
.navbar-form .form-group {
margin-bottom:5px
}
}
@media(min-width:768px) {
.navbar-form {
width:auto;
padding-top:0;
padding-bottom:0;
margin-right:0;
margin-left:0;
border:0;
-webkit-box-shadow:none;
box-shadow:none
}
}
.navbar-nav>li>.dropdown-menu {
	margin-top:0;
	border-top-right-radius:0;
	border-top-left-radius:0
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	border-bottom-right-radius:0;
	border-bottom-left-radius:0
}
.navbar-nav.pull-right>li>.dropdown-menu, .navbar-nav>li>.dropdown-menu.pull-right {
	right:0;
	left:auto
}
.navbar-btn {
	margin-top:8px;
	margin-bottom:8px
}
.navbar-text {
	float:left;
	margin-top:15px;
	margin-bottom:15px
}
@media(min-width:768px) {
.navbar-text {
margin-right:15px;
margin-left:15px
}
}
.navbar-default {
	background-color:#f8f8f8;
	border-color:#e7e7e7
}
.navbar-default .navbar-brand {
	color:#777
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color:#5e5e5e;
	background-color:transparent
}
.navbar-default .navbar-text {
	color:#777
}
.navbar-default .navbar-nav>li>a {
	color:#777
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color:#333;
	background-color:transparent
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color:#555;
	background-color:#e7e7e7
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:hover, .navbar-default .navbar-nav>.disabled>a:focus {
	color:#ccc;
	background-color:transparent
}
.navbar-default .navbar-toggle {
	border-color:#ddd
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color:#ddd
}
.navbar-default .navbar-toggle .icon-bar {
	background-color:#ccc
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color:#e6e6e6
}
.navbar-default .navbar-nav>.dropdown>a:hover .caret, .navbar-default .navbar-nav>.dropdown>a:focus .caret {
	border-top-color:#333;
	border-bottom-color:#333
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color:#555;
	background-color:#e7e7e7
}
.navbar-default .navbar-nav>.open>a .caret, .navbar-default .navbar-nav>.open>a:hover .caret, .navbar-default .navbar-nav>.open>a:focus .caret {
	border-top-color:#555;
	border-bottom-color:#555
}
.navbar-default .navbar-nav>.dropdown>a .caret {
	border-top-color:#777;
	border-bottom-color:#777
}
@media(max-width:767px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
color:#777
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
color:#333;
background-color:transparent
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
color:#555;
background-color:#e7e7e7
}
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
color:#ccc;
background-color:transparent
}
}
.navbar-default .navbar-link {
	color:#777
}
.navbar-default .navbar-link:hover {
	color:#333
}
.navbar-inverse {
	background-color:#222;
	border-color:#080808
}
.navbar-inverse .navbar-brand {
	color:#999
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color:#fff;
	background-color:transparent
}
.navbar-inverse .navbar-text {
	color:#999
}
.navbar-inverse .navbar-nav>li>a {
	color:#999
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
	color:#fff;
	background-color:transparent
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	color:#fff;
	background-color:#080808
}
.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:hover, .navbar-inverse .navbar-nav>.disabled>a:focus {
	color:#444;
	background-color:transparent
}
.navbar-inverse .navbar-toggle {
	border-color:#333
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color:#333
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color:#fff
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color:#101010
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
	color:#fff;
	background-color:#080808
}
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
	border-top-color:#fff;
	border-bottom-color:#fff
}
.navbar-inverse .navbar-nav>.dropdown>a .caret {
	border-top-color:#999;
	border-bottom-color:#999
}
.navbar-inverse .navbar-nav>.open>a .caret, .navbar-inverse .navbar-nav>.open>a:hover .caret, .navbar-inverse .navbar-nav>.open>a:focus .caret {
	border-top-color:#fff;
	border-bottom-color:#fff
}
@media(max-width:767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
border-color:#080808
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
color:#999
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
color:#fff;
background-color:transparent
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
color:#fff;
background-color:#080808
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
color:#444;
background-color:transparent
}
}
.navbar-inverse .navbar-link {
	color:#999
}
.navbar-inverse .navbar-link:hover {
	color:#fff
}
.breadcrumb {
	padding:8px 15px;
	margin-bottom:20px;
	list-style:none;
	background-color:#f5f5f5;
	border-radius:4px
}
.breadcrumb>li {
	display:inline-block
}
.breadcrumb>li+li:before {
	padding:0 5px;
	color:#ccc;
	content:"/\00a0"
}
.breadcrumb>.active {
	color:#999
}
.pagination {
	display:inline-block;
	padding-left:0;
	margin:20px 0;
	border-radius:4px
}
.pagination>li {
	display:inline
}
.pagination>li>a, .pagination>li>span {
	position:relative;
	float:left;
	padding:6px 12px;
	margin-left:-1px;
	line-height:1.428571429;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #ddd
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left:0;
	border-bottom-left-radius:4px;
	border-top-left-radius:4px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius:4px;
	border-bottom-right-radius:4px
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	background-color:#eee
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	z-index:2;
	color:#fff;
	cursor:default;
	background-color:#428bca;
	border-color:#428bca
}
.pagination>.disabled>span, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
	color:#999;
	cursor:not-allowed;
	background-color:#fff;
	border-color:#ddd
}
.pagination-lg>li>a, .pagination-lg>li>span {
	padding:10px 16px;
	font-size:18px
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-bottom-left-radius:6px;
	border-top-left-radius:6px
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-top-right-radius:6px;
	border-bottom-right-radius:6px
}
.pagination-sm>li>a, .pagination-sm>li>span {
	padding:5px 10px;
	font-size:12px
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-bottom-left-radius:3px;
	border-top-left-radius:3px
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-top-right-radius:3px;
	border-bottom-right-radius:3px
}
.pager {
	padding-left:0;
	margin:20px 0;
	text-align:center;
	list-style:none
}
.pager:before, .pager:after {
	display:table;
	content:" "
}
.pager:after {
	clear:both
}
.pager:before, .pager:after {
	display:table;
	content:" "
}
.pager:after {
	clear:both
}
.pager li {
	display:inline
}
.pager li>a, .pager li>span {
	display:inline-block;
	padding:5px 14px;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:15px
}
.pager li>a:hover, .pager li>a:focus {
	text-decoration:none;
	background-color:#eee
}
.pager .next>a, .pager .next>span {
	float:right
}
.pager .previous>a, .pager .previous>span {
	float:left
}
.pager .disabled>a, .pager .disabled>a:hover, .pager .disabled>a:focus, .pager .disabled>span {
	color:#999;
	cursor:not-allowed;
	background-color:#fff
}
.label {
	display:inline;
	padding:.2em .6em .3em;
	font-size:75%;
	font-weight:bold;
	line-height:1;
	color:#fff;
	text-align:center;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:.25em
}
.label[href]:hover, .label[href]:focus {
	color:#fff;
	text-decoration:none;
	cursor:pointer
}
.label:empty {
	display:none
}
.label-default {
	background-color:#999
}
.label-default[href]:hover, .label-default[href]:focus {
	background-color:#808080
}
.label-primary {
	background-color:#428bca
}
.label-primary[href]:hover, .label-primary[href]:focus {
	background-color:#3071a9
}
.label-success {
	background-color:#5cb85c
}
.label-success[href]:hover, .label-success[href]:focus {
	background-color:#449d44
}
.label-info {
	background-color:#5bc0de
}
.label-info[href]:hover, .label-info[href]:focus {
	background-color:#31b0d5
}
.label-warning {
	background-color:#f0ad4e
}
.label-warning[href]:hover, .label-warning[href]:focus {
	background-color:#ec971f
}
.label-danger {
	background-color:#d9534f
}
.label-danger[href]:hover, .label-danger[href]:focus {
	background-color:#c9302c
}
.badge {
	display:inline-block;
	min-width:10px;
	padding:3px 7px;
	font-size:12px;
	font-weight:bold;
	line-height:1;
	color:#fff;
	text-align:center;
	white-space:nowrap;
	vertical-align:baseline;
	background-color:#999;
	border-radius:10px
}
.badge:empty {
	display:none
}
a.badge:hover, a.badge:focus {
	color:#fff;
	text-decoration:none;
	cursor:pointer
}
.btn .badge {
	position:relative;
	top:-1px
}
a.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
	color:#428bca;
	background-color:#fff
}
.nav-pills>li>a>.badge {
	margin-left:3px
}
.jumbotron {
	padding:30px;
	margin-bottom:30px;
	font-size:21px;
	font-weight:200;
	line-height:2.1428571435;
	color:inherit;
	background-color:#eee
}
.jumbotron h1 {
	line-height:1;
	color:inherit
}
.jumbotron p {
	line-height:1.4
}
.container .jumbotron {
	border-radius:6px
}
@media screen and (min-width:768px) {
.jumbotron {
padding-top:48px;
padding-bottom:48px
}
.container .jumbotron {
padding-right:60px;
padding-left:60px
}
.jumbotron h1 {
font-size:63px
}
}
.thumbnail {
	display:inline-block;
	display:block;
	height:auto;
	max-width:100%;
	padding:4px;
	line-height:1.428571429;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:4px;
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out
}
.thumbnail>img {
	display:block;
	height:auto;
	max-width:100%
}
a.thumbnail:hover, a.thumbnail:focus {
	border-color:#428bca
}
.thumbnail>img {
	margin-right:auto;
	margin-left:auto
}
.thumbnail .caption {
	padding:9px;
	color:#333
}
.alert {
	padding:15px;
	margin-bottom:20px;
	border:1px solid transparent;
	border-radius:4px
}
.alert h4 {
	margin-top:0;
	color:inherit
}
.alert .alert-link {
	font-weight:bold
}
.alert>p, .alert>ul {
	margin-bottom:0
}
.alert>p+p {
	margin-top:5px
}
.alert-dismissable {
	padding-right:35px
}
.alert-dismissable .close {
	position:relative;
	top:-2px;
	right:-21px;
	color:inherit
}
.alert-success {
	color:#468847;
	background-color:#dff0d8;
	border-color:#d6e9c6
}
.alert-success hr {
	border-top-color:#c9e2b3
}
.alert-success .alert-link {
	color:#356635
}
.alert-info {
	color:#3a87ad;
	background-color:#d9edf7;
	border-color:#bce8f1
}
.alert-info hr {
	border-top-color:#a6e1ec
}
.alert-info .alert-link {
	color:#2d6987
}
.alert-warning {
	color:#c09853;
	background-color:#fcf8e3;
	border-color:#fbeed5
}
.alert-warning hr {
	border-top-color:#f8e5be
}
.alert-warning .alert-link {
	color:#a47e3c
}
.alert-danger {
	color:#b94a48;
	background-color:#f2dede;
	border-color:#eed3d7
}
.alert-danger hr {
	border-top-color:#e6c1c7
}
.alert-danger .alert-link {
	color:#953b39
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position:40px 0
}
to {
	background-position:0 0
}
}
@-moz-keyframes progress-bar-stripes {
from {
background-position:40px 0
}
to {
	background-position:0 0
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position:0 0
}
to {
	background-position:40px 0
}
}
@keyframes progress-bar-stripes {
from {
background-position:40px 0
}
to {
	background-position:0 0
}
}
.progress {
	height:20px;
	margin-bottom:20px;
	overflow:hidden;
	background-color:#f5f5f5;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1)
}
.progress-bar {
	float:left;
	width:0;
	height:100%;
	font-size:12px;
	color:#fff;
	text-align:center;
	background-color:#428bca;
	-webkit-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition:width .6s ease;
transition:width .6s ease
}
.progress-striped .progress-bar {
	background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size:40px 40px
}
.progress.active .progress-bar {
	-webkit-animation:progress-bar-stripes 2s linear infinite;
	-moz-animation:progress-bar-stripes 2s linear infinite;
	-ms-animation:progress-bar-stripes 2s linear infinite;
	-o-animation:progress-bar-stripes 2s linear infinite;
	animation:progress-bar-stripes 2s linear infinite
}
.progress-bar-success {
	background-color:#5cb85c
}
.progress-striped .progress-bar-success {
	background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.progress-bar-info {
	background-color:#5bc0de
}
.progress-striped .progress-bar-info {
	background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.progress-bar-warning {
	background-color:#f0ad4e
}
.progress-striped .progress-bar-warning {
	background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.progress-bar-danger {
	background-color:#d9534f
}
.progress-striped .progress-bar-danger {
	background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.media, .media-body {
	overflow:hidden;
	zoom:1
}
.media, .media .media {
	margin-top:15px
}
.media:first-child {
	margin-top:0
}
.media-object {
	display:block
}
.media-heading {
	margin:0 0 5px
}
.media>.pull-left {
	margin-right:10px
}
.media>.pull-right {
	margin-left:10px
}
.media-list {
	padding-left:0;
	list-style:none
}
.list-group {
	padding-left:0;
	margin-bottom:20px
}
.list-group-item {
	position:relative;
	display:block;
	padding:10px 15px;
	margin-bottom:-1px;
	background-color:#fff;
	border:1px solid #ddd
}
.list-group-item:first-child {
	border-top-right-radius:4px;
	border-top-left-radius:4px
}
.list-group-item:last-child {
	margin-bottom:0;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px
}
.list-group-item>.badge {
	float:right
}
.list-group-item>.badge+.badge {
	margin-right:5px
}
a.list-group-item {
	color:#555
}
a.list-group-item .list-group-item-heading {
	color:#333
}
a.list-group-item:hover, a.list-group-item:focus {
	text-decoration:none;
	background-color:#f5f5f5
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	z-index:2;
	color:#fff;
	background-color:#428bca;
	border-color:#428bca
}
.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading {
	color:inherit
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
	color:#e1edf7
}
.list-group-item-heading {
	margin-top:0;
	margin-bottom:5px
}
.list-group-item-text {
	margin-bottom:0;
	line-height:1.3
}
.panel {
	margin-bottom:20px;
	background-color:#fff;
	border:1px solid transparent;
	border-radius:4px;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.05)
}
.panel-body {
	padding:15px
}
.panel-body:before, .panel-body:after {
	display:table;
	content:" "
}
.panel-body:after {
	clear:both
}
.panel-body:before, .panel-body:after {
	display:table;
	content:" "
}
.panel-body:after {
	clear:both
}
.panel>.list-group {
	margin-bottom:0
}
.panel>.list-group .list-group-item {
	border-width:1px 0
}
.panel>.list-group .list-group-item:first-child {
	border-top-right-radius:0;
	border-top-left-radius:0
}
.panel>.list-group .list-group-item:last-child {
	border-bottom:0
}
.panel-heading+.list-group .list-group-item:first-child {
	border-top-width:0
}
.panel>.table {
	margin-bottom:0
}
.panel>.panel-body+.table {
	border-top:1px solid #ddd
}
.panel-heading {
	padding:10px 15px;
	border-bottom:1px solid transparent;
	border-top-right-radius:3px;
	border-top-left-radius:3px
}
.panel-title {
	margin-top:0;
	margin-bottom:0;
	font-size:16px
}
.panel-title>a {
	color:inherit
}
.panel-footer {
	padding:10px 15px;
	background-color:#f5f5f5;
	border-top:1px solid #ddd;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px
}
.panel-group .panel {
	margin-bottom:0;
	overflow:hidden;
	border-radius:4px
}
.panel-group .panel+.panel {
	margin-top:5px
}
.panel-group .panel-heading {
	border-bottom:0
}
.panel-group .panel-heading+.panel-collapse .panel-body {
	border-top:1px solid #ddd
}
.panel-group .panel-footer {
	border-top:0
}
.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom:1px solid #ddd
}
.panel-default {
	border-color:#ddd
}
.panel-default>.panel-heading {
	color:#333;
	background-color:#f5f5f5;
	border-color:#ddd
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
	border-top-color:#ddd
}
.panel-default>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color:#ddd
}
.panel-primary {
	border-color:#428bca
}
.panel-primary>.panel-heading {
	color:#fff;
	background-color:#428bca;
	border-color:#428bca
}
.panel-primary>.panel-heading+.panel-collapse .panel-body {
	border-top-color:#428bca
}
.panel-primary>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color:#428bca
}
.panel-success {
	border-color:#d6e9c6
}
.panel-success>.panel-heading {
	color:#468847;
	background-color:#dff0d8;
	border-color:#d6e9c6
}
.panel-success>.panel-heading+.panel-collapse .panel-body {
	border-top-color:#d6e9c6
}
.panel-success>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color:#d6e9c6
}
.panel-warning {
	border-color:#fbeed5
}
.panel-warning>.panel-heading {
	color:#c09853;
	background-color:#fcf8e3;
	border-color:#fbeed5
}
.panel-warning>.panel-heading+.panel-collapse .panel-body {
	border-top-color:#fbeed5
}
.panel-warning>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color:#fbeed5
}
.panel-danger {
	border-color:#eed3d7
}
.panel-danger>.panel-heading {
	color:#b94a48;
	background-color:#f2dede;
	border-color:#eed3d7
}
.panel-danger>.panel-heading+.panel-collapse .panel-body {
	border-top-color:#eed3d7
}
.panel-danger>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color:#eed3d7
}
.panel-info {
	border-color:#bce8f1
}
.panel-info>.panel-heading {
	color:#3a87ad;
	background-color:#d9edf7;
	border-color:#bce8f1
}
.panel-info>.panel-heading+.panel-collapse .panel-body {
	border-top-color:#bce8f1
}
.panel-info>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color:#bce8f1
}
.well {
	min-height:20px;
	padding:19px;
	margin-bottom:20px;
	background-color:#f5f5f5;
	border:1px solid #e3e3e3;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
.well blockquote {
	border-color:#ddd;
	border-color:rgba(0, 0, 0, 0.15)
}
.well-lg {
	padding:24px;
	border-radius:6px
}
.well-sm {
	padding:9px;
	border-radius:3px
}
.close {
	float:right;
	font-size:21px;
	font-weight:bold;
	line-height:1;
	color:#000;
	text-shadow:0 1px 0 #fff;
	opacity:.2;
	filter:alpha(opacity=20)
}
.close:hover, .close:focus {
	color:#000;
	text-decoration:none;
	cursor:pointer;
	opacity:.5;
	filter:alpha(opacity=50)
}
button.close {
	padding:0;
	cursor:pointer;
	background:transparent;
	border:0;
	-webkit-appearance:none
}
.modal-open {
	overflow:hidden
}
body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
	margin-right:15px
}
.modal {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1040;
	display:none;
	overflow:auto;
	overflow-y:scroll
}
.modal.fade .modal-dialog {
	-webkit-transform:translate(0, -25%);
	-ms-transform:translate(0, -25%);
	transform:translate(0, -25%);
-webkit-transition:-webkit-transform .3s ease-out;
-moz-transition:-moz-transform .3s ease-out;
-o-transition:-o-transform .3s ease-out;
transition:transform .3s ease-out
}
.modal.in .modal-dialog {
	-webkit-transform:translate(0, 0);
	-ms-transform:translate(0, 0);
	transform:translate(0, 0)
}
.modal-dialog {
	z-index:1050;
	width:auto;
	padding:10px;
	margin-right:auto;
	margin-left:auto
}
.modal-content {
	position:relative;
	background-color:#fff;
	border:1px solid #999;
	border:1px solid rgba(0, 0, 0, 0.2);
	border-radius:6px;
	outline:0;
	-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow:0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip:padding-box
}
.modal-backdrop {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1030;
	background-color:#000
}
.modal-backdrop.fade {
	opacity:0;
	filter:alpha(opacity=0)
}
.modal-backdrop.in {
	opacity:.5;
	filter:alpha(opacity=50)
}
.modal-header {
	min-height:16.428571429px;
	padding:15px;
	border-bottom:1px solid #e5e5e5
}
.modal-header .close {
	margin-top:-2px
}
.modal-title {
	margin:0;
	line-height:1.428571429
}
.modal-body {
	position:relative;
	padding:20px
}
.modal-footer {
	padding:19px 20px 20px;
	margin-top:15px;
	text-align:right;
	border-top:1px solid #e5e5e5
}
.modal-footer:before, .modal-footer:after {
	display:table;
	content:" "
}
.modal-footer:after {
	clear:both
}
.modal-footer:before, .modal-footer:after {
	display:table;
	content:" "
}
.modal-footer:after {
	clear:both
}
.modal-footer .btn+.btn {
	margin-bottom:0;
	margin-left:5px
}
.modal-footer .btn-group .btn+.btn {
	margin-left:-1px
}
.modal-footer .btn-block+.btn-block {
	margin-left:0
}
@media screen and (min-width:768px) {
.modal-dialog {
right:auto;
left:50%;
width:600px;
padding-top:30px;
padding-bottom:30px
}
.modal-content {
-webkit-box-shadow:0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow:0 5px 15px rgba(0, 0, 0, 0.5)
}
}
.tooltip {
	position:absolute;
	z-index:1030;
	display:block;
	font-size:12px;
	line-height:1.4;
	opacity:0;
	filter:alpha(opacity=0);
	visibility:visible
}
.tooltip.in {
	opacity:.9;
	filter:alpha(opacity=90)
}
.tooltip.top {
	padding:5px 0;
	margin-top:-3px
}
.tooltip.right {
	padding:0 5px;
	margin-left:3px
}
.tooltip.bottom {
	padding:5px 0;
	margin-top:3px
}
.tooltip.left {
	padding:0 5px;
	margin-left:-3px
}
.tooltip-inner {
	max-width:200px;
	padding:3px 8px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	background-color:#000;
	border-radius:4px
}
.tooltip-arrow {
	position:absolute;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid
}
.tooltip.top .tooltip-arrow {
	bottom:0;
	left:50%;
	margin-left:-5px;
	border-top-color:#000;
	border-width:5px 5px 0
}
.tooltip.top-left .tooltip-arrow {
	bottom:0;
	left:5px;
	border-top-color:#000;
	border-width:5px 5px 0
}
.tooltip.top-right .tooltip-arrow {
	right:5px;
	bottom:0;
	border-top-color:#000;
	border-width:5px 5px 0
}
.tooltip.right .tooltip-arrow {
	top:50%;
	left:0;
	margin-top:-5px;
	border-right-color:#000;
	border-width:5px 5px 5px 0
}
.tooltip.left .tooltip-arrow {
	top:50%;
	right:0;
	margin-top:-5px;
	border-left-color:#000;
	border-width:5px 0 5px 5px
}
.tooltip.bottom .tooltip-arrow {
	top:0;
	left:50%;
	margin-left:-5px;
	border-bottom-color:#000;
	border-width:0 5px 5px
}
.tooltip.bottom-left .tooltip-arrow {
	top:0;
	left:5px;
	border-bottom-color:#000;
	border-width:0 5px 5px
}
.tooltip.bottom-right .tooltip-arrow {
	top:0;
	right:5px;
	border-bottom-color:#000;
	border-width:0 5px 5px
}
.popover {
	position:absolute;
	top:0;
	left:0;
	z-index:1010;
	display:none;
	max-width:276px;
	padding:1px;
	text-align:left;
	white-space:normal;
	background-color:#fff;
	border:1px solid #ccc;
	border:1px solid rgba(0, 0, 0, 0.2);
	border-radius:6px;
	-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
	background-clip:padding-box
}
.popover.top {
	margin-top:-10px
}
.popover.right {
	margin-left:10px
}
.popover.bottom {
	margin-top:10px
}
.popover.left {
	margin-left:-10px
}
.popover-title {
	padding:8px 14px;
	margin:0;
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	background-color:#f7f7f7;
	border-bottom:1px solid #ebebeb;
	border-radius:5px 5px 0 0
}
.popover-content {
	padding:9px 14px
}
.popover .arrow, .popover .arrow:after {
	position:absolute;
	display:block;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid
}
.popover .arrow {
	border-width:11px
}
.popover .arrow:after {
	border-width:10px;
	content:""
}
.popover.top .arrow {
	bottom:-11px;
	left:50%;
	margin-left:-11px;
	border-top-color:#999;
	border-top-color:rgba(0, 0, 0, 0.25);
	border-bottom-width:0
}
.popover.top .arrow:after {
	bottom:1px;
	margin-left:-10px;
	border-top-color:#fff;
	border-bottom-width:0;
	content:" "
}
.popover.right .arrow {
	top:50%;
	left:-11px;
	margin-top:-11px;
	border-right-color:#999;
	border-right-color:rgba(0, 0, 0, 0.25);
	border-left-width:0
}
.popover.right .arrow:after {
	bottom:-10px;
	left:1px;
	border-right-color:#fff;
	border-left-width:0;
	content:" "
}
.popover.bottom .arrow {
	top:-11px;
	left:50%;
	margin-left:-11px;
	border-bottom-color:#999;
	border-bottom-color:rgba(0, 0, 0, 0.25);
	border-top-width:0
}
.popover.bottom .arrow:after {
	top:1px;
	margin-left:-10px;
	border-bottom-color:#fff;
	border-top-width:0;
	content:" "
}
.popover.left .arrow {
	top:50%;
	right:-11px;
	margin-top:-11px;
	border-left-color:#999;
	border-left-color:rgba(0, 0, 0, 0.25);
	border-right-width:0
}
.popover.left .arrow:after {
	right:1px;
	bottom:-10px;
	border-left-color:#fff;
	border-right-width:0;
	content:" "
}
.carousel {
	position:relative
}
.carousel-inner {
	position:relative;
	width:100%;
	overflow:hidden
}
.carousel-inner>.item {
	position:relative;
	display:none;
-webkit-transition:.6s ease-in-out left;
transition:.6s ease-in-out left
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	display:block;
	height:auto;
	max-width:100%;
	line-height:1
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
	display:block
}
.carousel-inner>.active {
	left:0
}
.carousel-inner>.next, .carousel-inner>.prev {
	position:absolute;
	top:0;
	width:100%
}
.carousel-inner>.next {
	left:100%
}
.carousel-inner>.prev {
	left:-100%
}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
	left:0
}
.carousel-inner>.active.left {
	left:-100%
}
.carousel-inner>.active.right {
	left:100%
}
.carousel-control {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:15%;
	font-size:20px;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 2px rgba(0, 0, 0, 0.6);
	opacity:.5;
	filter:alpha(opacity=50)
}
.carousel-control.left {
	background-image:-webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
	background-image:-webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
	background-image:-moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
	background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}
.carousel-control.right {
	right:0;
	left:auto;
	background-image:-webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
	background-image:-webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
	background-image:-moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
	background-image:linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}
.carousel-control:hover, .carousel-control:focus {
	color:#fff;
	text-decoration:none;
	opacity:.9;
	filter:alpha(opacity=90)
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	position:absolute;
	top:50%;
	left:50%;
	z-index:5;
	display:inline-block
}
.carousel-control .icon-prev, .carousel-control .icon-next {
	width:20px;
	height:20px;
	margin-top:-10px;
	margin-left:-10px;
	font-family:serif
}
.carousel-control .icon-prev:before {
	content:'\2039'
}
.carousel-control .icon-next:before {
	content:'\203a'
}
.carousel-indicators {
	position:absolute;
	bottom:10px;
	left:50%;
	z-index:15;
	width:60%;
	padding-left:0;
	margin-left:-30%;
	text-align:center;
	list-style:none
}
.carousel-indicators li {
	display:inline-block;
	width:10px;
	height:10px;
	margin:1px;
	text-indent:-999px;
	cursor:pointer;
	border:1px solid #fff;
	border-radius:10px
}
.carousel-indicators .active {
	width:12px;
	height:12px;
	margin:0;
	background-color:#fff
}
.carousel-caption {
	position:absolute;
	right:15%;
	bottom:20px;
	left:15%;
	z-index:10;
	padding-top:20px;
	padding-bottom:20px;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 2px rgba(0, 0, 0, 0.6)
}
.carousel-caption .btn {
	text-shadow:none
}
@media screen and (min-width:768px) {
.carousel-control .icon-prev, .carousel-control .icon-next {
width:30px;
height:30px;
margin-top:-15px;
margin-left:-15px;
font-size:30px
}
.carousel-caption {
right:20%;
left:20%;
padding-bottom:30px
}
.carousel-indicators {
bottom:20px
}
}
.clearfix:before, .clearfix:after {
	display:table;
	content:" "
}
.clearfix:after {
	clear:both
}
.pull-right {
	float:right!important
}
.pull-left {
	float:left!important
}
.hide {
	display:none!important
}
.show {
	display:block!important
}
.invisible {
	visibility:hidden
}
.text-hide {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0
}
.affix {
	position:fixed
}
@-ms-viewport {
width:device-width
}
@media screen and (max-width:400px) {
@-ms-viewport {
width:320px
}
}
.hidden {
	display:none!important;
	visibility:hidden!important
}
.visible-xs {
	display:none!important
}
tr.visible-xs {
	display:none!important
}
th.visible-xs, td.visible-xs {
	display:none!important
}
@media(max-width:767px) {
.visible-xs {
display:block!important
}
tr.visible-xs {
display:table-row!important
}
th.visible-xs, td.visible-xs {
display:table-cell!important
}
}
@media(min-width:768px) and (max-width:991px) {
.visible-xs.visible-sm {
display:block!important
}
tr.visible-xs.visible-sm {
display:table-row!important
}
th.visible-xs.visible-sm, td.visible-xs.visible-sm {
display:table-cell!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.visible-xs.visible-md {
display:block!important
}
tr.visible-xs.visible-md {
display:table-row!important
}
th.visible-xs.visible-md, td.visible-xs.visible-md {
display:table-cell!important
}
}
@media(min-width:1200px) {
.visible-xs.visible-lg {
display:block!important
}
tr.visible-xs.visible-lg {
display:table-row!important
}
th.visible-xs.visible-lg, td.visible-xs.visible-lg {
display:table-cell!important
}
}
.visible-sm {
	display:none!important
}
tr.visible-sm {
	display:none!important
}
th.visible-sm, td.visible-sm {
	display:none!important
}
@media(max-width:767px) {
.visible-sm.visible-xs {
display:block!important
}
tr.visible-sm.visible-xs {
display:table-row!important
}
th.visible-sm.visible-xs, td.visible-sm.visible-xs {
display:table-cell!important
}
}
@media(min-width:768px) and (max-width:991px) {
.visible-sm {
display:block!important
}
tr.visible-sm {
display:table-row!important
}
th.visible-sm, td.visible-sm {
display:table-cell!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.visible-sm.visible-md {
display:block!important
}
tr.visible-sm.visible-md {
display:table-row!important
}
th.visible-sm.visible-md, td.visible-sm.visible-md {
display:table-cell!important
}
}
@media(min-width:1200px) {
.visible-sm.visible-lg {
display:block!important
}
tr.visible-sm.visible-lg {
display:table-row!important
}
th.visible-sm.visible-lg, td.visible-sm.visible-lg {
display:table-cell!important
}
}
.visible-md {
	display:none!important
}
tr.visible-md {
	display:none!important
}
th.visible-md, td.visible-md {
	display:none!important
}
@media(max-width:767px) {
.visible-md.visible-xs {
display:block!important
}
tr.visible-md.visible-xs {
display:table-row!important
}
th.visible-md.visible-xs, td.visible-md.visible-xs {
display:table-cell!important
}
}
@media(min-width:768px) and (max-width:991px) {
.visible-md.visible-sm {
display:block!important
}
tr.visible-md.visible-sm {
display:table-row!important
}
th.visible-md.visible-sm, td.visible-md.visible-sm {
display:table-cell!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.visible-md {
display:block!important
}
tr.visible-md {
display:table-row!important
}
th.visible-md, td.visible-md {
display:table-cell!important
}
}
@media(min-width:1200px) {
.visible-md.visible-lg {
display:block!important
}
tr.visible-md.visible-lg {
display:table-row!important
}
th.visible-md.visible-lg, td.visible-md.visible-lg {
display:table-cell!important
}
}
.visible-lg {
	display:none!important
}
tr.visible-lg {
	display:none!important
}
th.visible-lg, td.visible-lg {
	display:none!important
}
@media(max-width:767px) {
.visible-lg.visible-xs {
display:block!important
}
tr.visible-lg.visible-xs {
display:table-row!important
}
th.visible-lg.visible-xs, td.visible-lg.visible-xs {
display:table-cell!important
}
}
@media(min-width:768px) and (max-width:991px) {
.visible-lg.visible-sm {
display:block!important
}
tr.visible-lg.visible-sm {
display:table-row!important
}
th.visible-lg.visible-sm, td.visible-lg.visible-sm {
display:table-cell!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.visible-lg.visible-md {
display:block!important
}
tr.visible-lg.visible-md {
display:table-row!important
}
th.visible-lg.visible-md, td.visible-lg.visible-md {
display:table-cell!important
}
}
@media(min-width:1200px) {
.visible-lg {
display:block!important
}
tr.visible-lg {
display:table-row!important
}
th.visible-lg, td.visible-lg {
display:table-cell!important
}
}
.hidden-xs {
	display:block!important
}
tr.hidden-xs {
	display:table-row!important
}
th.hidden-xs, td.hidden-xs {
	display:table-cell!important
}
@media(max-width:767px) {
.hidden-xs {
display:none!important
}
tr.hidden-xs {
display:none!important
}
th.hidden-xs, td.hidden-xs {
display:none!important
}
}
@media(min-width:768px) and (max-width:991px) {
.hidden-xs.hidden-sm {
display:none!important
}
tr.hidden-xs.hidden-sm {
display:none!important
}
th.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm {
display:none!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.hidden-xs.hidden-md {
display:none!important
}
tr.hidden-xs.hidden-md {
display:none!important
}
th.hidden-xs.hidden-md, td.hidden-xs.hidden-md {
display:none!important
}
}
@media(min-width:1200px) {
.hidden-xs.hidden-lg {
display:none!important
}
tr.hidden-xs.hidden-lg {
display:none!important
}
th.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg {
display:none!important
}
}
.hidden-sm {
	display:block!important
}
tr.hidden-sm {
	display:table-row!important
}
th.hidden-sm, td.hidden-sm {
	display:table-cell!important
}
@media(max-width:767px) {
.hidden-sm.hidden-xs {
display:none!important
}
tr.hidden-sm.hidden-xs {
display:none!important
}
th.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs {
display:none!important
}
}
@media(min-width:768px) and (max-width:991px) {
.hidden-sm {
display:none!important
}
tr.hidden-sm {
display:none!important
}
th.hidden-sm, td.hidden-sm {
display:none!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.hidden-sm.hidden-md {
display:none!important
}
tr.hidden-sm.hidden-md {
display:none!important
}
th.hidden-sm.hidden-md, td.hidden-sm.hidden-md {
display:none!important
}
}
@media(min-width:1200px) {
.hidden-sm.hidden-lg {
display:none!important
}
tr.hidden-sm.hidden-lg {
display:none!important
}
th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg {
display:none!important
}
}
.hidden-md {
	display:block!important
}
tr.hidden-md {
	display:table-row!important
}
th.hidden-md, td.hidden-md {
	display:table-cell!important
}
@media(max-width:767px) {
.hidden-md.hidden-xs {
display:none!important
}
tr.hidden-md.hidden-xs {
display:none!important
}
th.hidden-md.hidden-xs, td.hidden-md.hidden-xs {
display:none!important
}
}
@media(min-width:768px) and (max-width:991px) {
.hidden-md.hidden-sm {
display:none!important
}
tr.hidden-md.hidden-sm {
display:none!important
}
th.hidden-md.hidden-sm, td.hidden-md.hidden-sm {
display:none!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.hidden-md {
display:none!important
}
tr.hidden-md {
display:none!important
}
th.hidden-md, td.hidden-md {
display:none!important
}
}
@media(min-width:1200px) {
.hidden-md.hidden-lg {
display:none!important
}
tr.hidden-md.hidden-lg {
display:none!important
}
th.hidden-md.hidden-lg, td.hidden-md.hidden-lg {
display:none!important
}
}
.hidden-lg {
	display:block!important
}
tr.hidden-lg {
	display:table-row!important
}
th.hidden-lg, td.hidden-lg {
	display:table-cell!important
}
@media(max-width:767px) {
.hidden-lg.hidden-xs {
display:none!important
}
tr.hidden-lg.hidden-xs {
display:none!important
}
th.hidden-lg.hidden-xs, td.hidden-lg.hidden-xs {
display:none!important
}
}
@media(min-width:768px) and (max-width:991px) {
.hidden-lg.hidden-sm {
display:none!important
}
tr.hidden-lg.hidden-sm {
display:none!important
}
th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm {
display:none!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.hidden-lg.hidden-md {
display:none!important
}
tr.hidden-lg.hidden-md {
display:none!important
}
th.hidden-lg.hidden-md, td.hidden-lg.hidden-md {
display:none!important
}
}
@media(min-width:1200px) {
.hidden-lg {
display:none!important
}
tr.hidden-lg {
display:none!important
}
th.hidden-lg, td.hidden-lg {
display:none!important
}
}
.visible-print {
	display:none!important
}
tr.visible-print {
	display:none!important
}
th.visible-print, td.visible-print {
	display:none!important
}


@font-face {
font-family:'FontAwesome';
src:url('../fonts/fontawesome-webfont.eot?v=3.2.1');
src:url('../fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),/* url('../fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'),*/ url('../fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
font-weight:normal;
font-style:normal;
}
[class^="icon-"], [class*=" icon-"] {
font-family:FontAwesome;
font-weight:normal;
font-style:normal;
text-decoration:inherit;
-webkit-font-smoothing:antialiased;
*margin-right:.3em;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
text-decoration:inherit;
display:inline-block;
speak:none;
}
.icon-large:before {
	vertical-align:-10%;
	font-size:1.3333333333333333em;
}
a [class^="icon-"], a [class*=" icon-"] {
display:inline;
}
[class^="icon-"].icon-fixed-width, [class*=" icon-"].icon-fixed-width {
display:inline-block;
width:1.1428571428571428em;
text-align:right;
padding-right:0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large, [class*=" icon-"].icon-fixed-width.icon-large {
width:1.4285714285714286em;
}
.icons-ul {
	margin-left:2.142857142857143em;
	list-style-type:none;
}
.icons-ul>li {
	position:relative;
}
.icons-ul .icon-li {
	position:absolute;
	left:-2.142857142857143em;
	width:2.142857142857143em;
	text-align:center;
	line-height:inherit;
}
[class^="icon-"].hide, [class*=" icon-"].hide {
display:none;
}
.icon-muted {
	color:#eeeeee;
}
.icon-light {
	color:#ffffff;
}
.icon-dark {
	color:#333333;
}
.icon-border {
	border:solid 1px #eeeeee;
	padding:.2em .25em .15em;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.icon-2x {
	font-size:2em;
}
.icon-2x.icon-border {
	border-width:2px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.icon-3x {
	font-size:3em;
}
.icon-3x.icon-border {
	border-width:3px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.icon-4x {
	font-size:4em;
}
.icon-4x.icon-border {
	border-width:4px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.icon-5x {
	font-size:5em;
}
.icon-5x.icon-border {
	border-width:5px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
}
.pull-right {
	float:right;
}
.pull-left {
	float:left;
}
[class^="icon-"].pull-left, [class*=" icon-"].pull-left {
margin-right:.3em;
}
[class^="icon-"].pull-right, [class*=" icon-"].pull-right {
margin-left:.3em;
}
[class^="icon-"], [class*=" icon-"] {
display:inline;
width:auto;
height:auto;
line-height:normal;
vertical-align:baseline;
background-image:none;
background-position:0% 0%;
background-repeat:repeat;
margin-top:0;
}
.icon-white, .nav-pills>.active>a>[class^="icon-"], .nav-pills>.active>a>[class*=" icon-"], .nav-list>.active>a>[class^="icon-"], .nav-list>.active>a>[class*=" icon-"], .navbar-inverse .nav>.active>a>[class^="icon-"], .navbar-inverse .nav>.active>a>[class*=" icon-"], .dropdown-menu>li>a:hover>[class^="icon-"], .dropdown-menu>li>a:hover>[class*=" icon-"], .dropdown-menu>.active>a>[class^="icon-"], .dropdown-menu>.active>a>[class*=" icon-"], .dropdown-submenu:hover>a>[class^="icon-"], .dropdown-submenu:hover>a>[class*=" icon-"] {
background-image:none;
}
.btn [class^="icon-"].icon-large, .nav [class^="icon-"].icon-large, .btn [class*=" icon-"].icon-large, .nav [class*=" icon-"].icon-large {
line-height:.9em;
}
.btn [class^="icon-"].icon-spin, .nav [class^="icon-"].icon-spin, .btn [class*=" icon-"].icon-spin, .nav [class*=" icon-"].icon-spin {
display:inline-block;
}
.nav-tabs [class^="icon-"], .nav-pills [class^="icon-"], .nav-tabs [class*=" icon-"], .nav-pills [class*=" icon-"], .nav-tabs [class^="icon-"].icon-large, .nav-pills [class^="icon-"].icon-large, .nav-tabs [class*=" icon-"].icon-large, .nav-pills [class*=" icon-"].icon-large {
line-height:.9em;
}
.btn [class^="icon-"].pull-left.icon-2x, .btn [class*=" icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x, .btn [class*=" icon-"].pull-right.icon-2x {
margin-top:.18em;
}
.btn [class^="icon-"].icon-spin.icon-large, .btn [class*=" icon-"].icon-spin.icon-large {
line-height:.8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class*=" icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x, .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
margin-top:.25em;
}
.btn.btn-large [class^="icon-"], .btn.btn-large [class*=" icon-"] {
margin-top:0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
margin-top:.05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
margin-right:.2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
margin-left:.2em;
}
.nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
line-height:inherit;
}
.icon-stack {
	position:relative;
	display:inline-block;
	width:2em;
	height:2em;
	line-height:2em;
	vertical-align:-35%;
}
.icon-stack [class^="icon-"], .icon-stack [class*=" icon-"] {
display:block;
text-align:center;
position:absolute;
width:100%;
height:100%;
font-size:1em;
line-height:inherit;
*line-height:2em;
}
.icon-stack .icon-stack-base {
	font-size:2em;
*line-height:1em;
}
.icon-spin {
	display:inline-block;
	-moz-animation:spin 2s infinite linear;
	-o-animation:spin 2s infinite linear;
	-webkit-animation:spin 2s infinite linear;
	animation:spin 2s infinite linear;
}
a .icon-stack, a .icon-spin {
	display:inline-block;
	text-decoration:none;
}
@-moz-keyframes spin {
0% {
-moz-transform:rotate(0deg);
}
100% {
-moz-transform:rotate(359deg);
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform:rotate(0deg);
}
100% {
-webkit-transform:rotate(359deg);
}
}
@-o-keyframes spin {
0% {
-o-transform:rotate(0deg);
}
100% {
-o-transform:rotate(359deg);
}
}
@-ms-keyframes spin {
0% {
-ms-transform:rotate(0deg);
}
100% {
-ms-transform:rotate(359deg);
}
}
@keyframes spin {
0% {
transform:rotate(0deg);
}
100% {
transform:rotate(359deg);
}
}
.icon-rotate-90:before {
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	transform:rotate(270deg);
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
	-webkit-transform:scale(-1, 1);
	-moz-transform:scale(-1, 1);
	-ms-transform:scale(-1, 1);
	-o-transform:scale(-1, 1);
	transform:scale(-1, 1);
}
.icon-flip-vertical:before {
	-webkit-transform:scale(1, -1);
	-moz-transform:scale(1, -1);
	-ms-transform:scale(1, -1);
	-o-transform:scale(1, -1);
	transform:scale(1, -1);
}
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
	display:inline-block;
}
.icon-glass:before {
	content:"\f000";
}
.icon-music:before {
	content:"\f001";
}
.icon-search:before {
	content:"\f002";
}
.icon-envelope-alt:before {
	content:"\f003";
}
.icon-heart:before {
	content:"\f004";
}
.icon-star:before {
	content:"\f005";
}
.icon-star-empty:before {
	content:"\f006";
}
.icon-user:before {
	content:"\f007";
}
.icon-film:before {
	content:"\f008";
}
.icon-th-large:before {
	content:"\f009";
}
.icon-th:before {
	content:"\f00a";
}
.icon-th-list:before {
	content:"\f00b";
}
.icon-ok:before {
	content:"\f00c";
}
.icon-remove:before {
	content:"\f00d";
}
.icon-zoom-in:before {
	content:"\f00e";
}
.icon-zoom-out:before {
	content:"\f010";
}
.icon-power-off:before, .icon-off:before {
	content:"\f011";
}
.icon-signal:before {
	content:"\f012";
}
.icon-gear:before, .icon-cog:before {
	content:"\f013";
}
.icon-trash:before {
	content:"\f014";
}
.icon-home:before {
	content:"\f015";
}
.icon-file-alt:before {
	content:"\f016";
}
.icon-time:before {
	content:"\f017";
}
.icon-road:before {
	content:"\f018";
}
.icon-download-alt:before {
	content:"\f019";
}
.icon-download:before {
	content:"\f01a";
}
.icon-upload:before {
	content:"\f01b";
}
.icon-inbox:before {
	content:"\f01c";
}
.icon-play-circle:before {
	content:"\f01d";
}
.icon-rotate-right:before, .icon-repeat:before {
	content:"\f01e";
}
.icon-refresh:before {
	content:"\f021";
}
.icon-list-alt:before {
	content:"\f022";
}
.icon-lock:before {
	content:"\f023";
}
.icon-flag:before {
	content:"\f024";
}
.icon-headphones:before {
	content:"\f025";
}
.icon-volume-off:before {
	content:"\f026";
}
.icon-volume-down:before {
	content:"\f027";
}
.icon-volume-up:before {
	content:"\f028";
}
.icon-qrcode:before {
	content:"\f029";
}
.icon-barcode:before {
	content:"\f02a";
}
.icon-tag:before {
	content:"\f02b";
}
.icon-tags:before {
	content:"\f02c";
}
.icon-book:before {
	content:"\f02d";
}
.icon-bookmark:before {
	content:"\f02e";
}
.icon-print:before {
	content:"\f02f";
}
.icon-camera:before {
	content:"\f030";
}
.icon-font:before {
	content:"\f031";
}
.icon-bold:before {
	content:"\f032";
}
.icon-italic:before {
	content:"\f033";
}
.icon-text-height:before {
	content:"\f034";
}
.icon-text-width:before {
	content:"\f035";
}
.icon-align-left:before {
	content:"\f036";
}
.icon-align-center:before {
	content:"\f037";
}
.icon-align-right:before {
	content:"\f038";
}
.icon-align-justify:before {
	content:"\f039";
}
.icon-list:before {
	content:"\f03a";
}
.icon-indent-left:before {
	content:"\f03b";
}
.icon-indent-right:before {
	content:"\f03c";
}
.icon-facetime-video:before {
	content:"\f03d";
}
.icon-picture:before {
	content:"\f03e";
}
.icon-pencil:before {
	content:"\f040";
}
.icon-map-marker:before {
	content:"\f041";
}
.icon-adjust:before {
	content:"\f042";
}
.icon-tint:before {
	content:"\f043";
}
.icon-edit:before {
	content:"\f044";
}
.icon-share:before {
	content:"\f045";
}
.icon-check:before {
	content:"\f046";
}
.icon-move:before {
	content:"\f047";
}
.icon-step-backward:before {
	content:"\f048";
}
.icon-fast-backward:before {
	content:"\f049";
}
.icon-backward:before {
	content:"\f04a";
}
.icon-play:before {
	content:"\f04b";
}
.icon-pause:before {
	content:"\f04c";
}
.icon-stop:before {
	content:"\f04d";
}
.icon-forward:before {
	content:"\f04e";
}
.icon-fast-forward:before {
	content:"\f050";
}
.icon-step-forward:before {
	content:"\f051";
}
.icon-eject:before {
	content:"\f052";
}
.icon-chevron-left:before {
	content:"\f053";
}
.icon-chevron-right:before {
	content:"\f054";
}
.icon-plus-sign:before {
	content:"\f055";
}
.icon-minus-sign:before {
	content:"\f056";
}
.icon-remove-sign:before {
	content:"\f057";
}
.icon-ok-sign:before {
	content:"\f058";
}
.icon-question-sign:before {
	content:"\f059";
}
.icon-info-sign:before {
	content:"\f05a";
}
.icon-screenshot:before {
	content:"\f05b";
}
.icon-remove-circle:before {
	content:"\f05c";
}
.icon-ok-circle:before {
	content:"\f05d";
}
.icon-ban-circle:before {
	content:"\f05e";
}
.icon-arrow-left:before {
	content:"\f060";
}
.icon-arrow-right:before {
	content:"\f061";
}
.icon-arrow-up:before {
	content:"\f062";
}
.icon-arrow-down:before {
	content:"\f063";
}
.icon-mail-forward:before, .icon-share-alt:before {
	content:"\f064";
}
.icon-resize-full:before {
	content:"\f065";
}
.icon-resize-small:before {
	content:"\f066";
}
.icon-plus:before {
	content:"\f067";
}
.icon-minus:before {
	content:"\f068";
}
.icon-asterisk:before {
	content:"\f069";
}
.icon-exclamation-sign:before {
	content:"\f06a";
}
.icon-gift:before {
	content:"\f06b";
}
.icon-leaf:before {
	content:"\f06c";
}
.icon-fire:before {
	content:"\f06d";
}
.icon-eye-open:before {
	content:"\f06e";
}
.icon-eye-close:before {
	content:"\f070";
}
.icon-warning-sign:before {
	content:"\f071";
}
.icon-plane:before {
	content:"\f072";
}
.icon-calendar:before {
	content:"\f073";
}
.icon-random:before {
	content:"\f074";
}
.icon-comment:before {
	content:"\f075";
}
.icon-magnet:before {
	content:"\f076";
}
.icon-chevron-up:before {
	content:"\f077";
}
.icon-chevron-down:before {
	content:"\f078";
}
.icon-retweet:before {
	content:"\f079";
}
.icon-shopping-cart:before {
	content:"\f07a";
}
.icon-folder-close:before {
	content:"\f07b";
}
.icon-folder-open:before {
	content:"\f07c";
}
.icon-resize-vertical:before {
	content:"\f07d";
}
.icon-resize-horizontal:before {
	content:"\f07e";
}
.icon-bar-chart:before {
	content:"\f080";
}
.icon-twitter-sign:before {
	content:"\f081";
}
.icon-facebook-sign:before {
	content:"\f082";
}
.icon-camera-retro:before {
	content:"\f083";
}
.icon-key:before {
	content:"\f084";
}
.icon-gears:before, .icon-cogs:before {
	content:"\f085";
}
.icon-comments:before {
	content:"\f086";
}
.icon-thumbs-up-alt:before {
	content:"\f087";
}
.icon-thumbs-down-alt:before {
	content:"\f088";
}
.icon-star-half:before {
	content:"\f089";
}
.icon-heart-empty:before {
	content:"\f08a";
}
.icon-signout:before {
	content:"\f08b";
}
.icon-linkedin-sign:before {
	content:"\f08c";
}
.icon-pushpin:before {
	content:"\f08d";
}
.icon-external-link:before {
	content:"\f08e";
}
.icon-signin:before {
	content:"\f090";
}
.icon-trophy:before {
	content:"\f091";
}
.icon-github-sign:before {
	content:"\f092";
}
.icon-upload-alt:before {
	content:"\f093";
}
.icon-lemon:before {
	content:"\f094";
}
.icon-phone:before {
	content:"\f095";
}
.icon-unchecked:before, .icon-check-empty:before {
	content:"\f096";
}
.icon-bookmark-empty:before {
	content:"\f097";
}
.icon-phone-sign:before {
	content:"\f098";
}
.icon-twitter:before {
	content:"\f099";
}
.icon-facebook:before {
	content:"\f09a";
}
.icon-github:before {
	content:"\f09b";
}
.icon-unlock:before {
	content:"\f09c";
}
.icon-credit-card:before {
	content:"\f09d";
}
.icon-rss:before {
	content:"\f09e";
}
.icon-hdd:before {
	content:"\f0a0";
}
.icon-bullhorn:before {
	content:"\f0a1";
}
.icon-bell:before {
	content:"\f0a2";
}
.icon-certificate:before {
	content:"\f0a3";
}
.icon-hand-right:before {
	content:"\f0a4";
}
.icon-hand-left:before {
	content:"\f0a5";
}
.icon-hand-up:before {
	content:"\f0a6";
}
.icon-hand-down:before {
	content:"\f0a7";
}
.icon-circle-arrow-left:before {
	content:"\f0a8";
}
.icon-circle-arrow-right:before {
	content:"\f0a9";
}
.icon-circle-arrow-up:before {
	content:"\f0aa";
}
.icon-circle-arrow-down:before {
	content:"\f0ab";
}
.icon-globe:before {
	content:"\f0ac";
}
.icon-wrench:before {
	content:"\f0ad";
}
.icon-tasks:before {
	content:"\f0ae";
}
.icon-filter:before {
	content:"\f0b0";
}
.icon-briefcase:before {
	content:"\f0b1";
}
.icon-fullscreen:before {
	content:"\f0b2";
}
.icon-group:before {
	content:"\f0c0";
}
.icon-link:before {
	content:"\f0c1";
}
.icon-cloud:before {
	content:"\f0c2";
}
.icon-beaker:before {
	content:"\f0c3";
}
.icon-cut:before {
	content:"\f0c4";
}
.icon-copy:before {
	content:"\f0c5";
}
.icon-paperclip:before, .icon-paper-clip:before {
	content:"\f0c6";
}
.icon-save:before {
	content:"\f0c7";
}
.icon-sign-blank:before {
	content:"\f0c8";
}
.icon-reorder:before {
	content:"\f0c9";
}
.icon-list-ul:before {
	content:"\f0ca";
}
.icon-list-ol:before {
	content:"\f0cb";
}
.icon-strikethrough:before {
	content:"\f0cc";
}
.icon-underline:before {
	content:"\f0cd";
}
.icon-table:before {
	content:"\f0ce";
}
.icon-magic:before {
	content:"\f0d0";
}
.icon-truck:before {
	content:"\f0d1";
}
.icon-pinterest:before {
	content:"\f0d2";
}
.icon-pinterest-sign:before {
	content:"\f0d3";
}
.icon-google-plus-sign:before {
	content:"\f0d4";
}
.icon-google-plus:before {
	content:"\f0d5";
}
.icon-money:before {
	content:"\f0d6";
}
.icon-caret-down:before {
	content:"\f0d7";
}
.icon-caret-up:before {
	content:"\f0d8";
}
.icon-caret-left:before {
	content:"\f0d9";
}
.icon-caret-right:before {
	content:"\f0da";
}
.icon-columns:before {
	content:"\f0db";
}
.icon-sort:before {
	content:"\f0dc";
}
.icon-sort-down:before {
	content:"\f0dd";
}
.icon-sort-up:before {
	content:"\f0de";
}
.icon-envelope:before {
	content:"\f0e0";
}
.icon-linkedin:before {
	content:"\f0e1";
}
.icon-rotate-left:before, .icon-undo:before {
	content:"\f0e2";
}
.icon-legal:before {
	content:"\f0e3";
}
.icon-dashboard:before {
	content:"\f0e4";
}
.icon-comment-alt:before {
	content:"\f0e5";
}
.icon-comments-alt:before {
	content:"\f0e6";
}
.icon-bolt:before {
	content:"\f0e7";
}
.icon-sitemap:before {
	content:"\f0e8";
}
.icon-umbrella:before {
	content:"\f0e9";
}
.icon-paste:before {
	content:"\f0ea";
}
.icon-lightbulb:before {
	content:"\f0eb";
}
.icon-exchange:before {
	content:"\f0ec";
}
.icon-cloud-download:before {
	content:"\f0ed";
}
.icon-cloud-upload:before {
	content:"\f0ee";
}
.icon-user-md:before {
	content:"\f0f0";
}
.icon-stethoscope:before {
	content:"\f0f1";
}
.icon-suitcase:before {
	content:"\f0f2";
}
.icon-bell-alt:before {
	content:"\f0f3";
}
.icon-coffee:before {
	content:"\f0f4";
}
.icon-food:before {
	content:"\f0f5";
}
.icon-file-text-alt:before {
	content:"\f0f6";
}
.icon-building:before {
	content:"\f0f7";
}
.icon-hospital:before {
	content:"\f0f8";
}
.icon-ambulance:before {
	content:"\f0f9";
}
.icon-medkit:before {
	content:"\f0fa";
}
.icon-fighter-jet:before {
	content:"\f0fb";
}
.icon-beer:before {
	content:"\f0fc";
}
.icon-h-sign:before {
	content:"\f0fd";
}
.icon-plus-sign-alt:before {
	content:"\f0fe";
}
.icon-double-angle-left:before {
	content:"\f100";
}
.icon-double-angle-right:before {
	content:"\f101";
}
.icon-double-angle-up:before {
	content:"\f102";
}
.icon-double-angle-down:before {
	content:"\f103";
}
.icon-angle-left:before {
	content:"\f104";
}
.icon-angle-right:before {
	content:"\f105";
}
.icon-angle-up:before {
	content:"\f106";
}
.icon-angle-down:before {
	content:"\f107";
}
.icon-desktop:before {
	content:"\f108";
}
.icon-laptop:before {
	content:"\f109";
}
.icon-tablet:before {
	content:"\f10a";
}
.icon-mobile-phone:before {
	content:"\f10b";
}
.icon-circle-blank:before {
	content:"\f10c";
}
.icon-quote-left:before {
	content:"\f10d";
}
.icon-quote-right:before {
	content:"\f10e";
}
.icon-spinner:before {
	content:"\f110";
}
.icon-circle:before {
	content:"\f111";
}
.icon-mail-reply:before, .icon-reply:before {
	content:"\f112";
}
.icon-github-alt:before {
	content:"\f113";
}
.icon-folder-close-alt:before {
	content:"\f114";
}
.icon-folder-open-alt:before {
	content:"\f115";
}
.icon-expand-alt:before {
	content:"\f116";
}
.icon-collapse-alt:before {
	content:"\f117";
}
.icon-smile:before {
	content:"\f118";
}
.icon-frown:before {
	content:"\f119";
}
.icon-meh:before {
	content:"\f11a";
}
.icon-gamepad:before {
	content:"\f11b";
}
.icon-keyboard:before {
	content:"\f11c";
}
.icon-flag-alt:before {
	content:"\f11d";
}
.icon-flag-checkered:before {
	content:"\f11e";
}
.icon-terminal:before {
	content:"\f120";
}
.icon-code:before {
	content:"\f121";
}
.icon-reply-all:before {
	content:"\f122";
}
.icon-mail-reply-all:before {
	content:"\f122";
}
.icon-star-half-full:before, .icon-star-half-empty:before {
	content:"\f123";
}
.icon-location-arrow:before {
	content:"\f124";
}
.icon-crop:before {
	content:"\f125";
}
.icon-code-fork:before {
	content:"\f126";
}
.icon-unlink:before {
	content:"\f127";
}
.icon-question:before {
	content:"\f128";
}
.icon-info:before {
	content:"\f129";
}
.icon-exclamation:before {
	content:"\f12a";
}
.icon-superscript:before {
	content:"\f12b";
}
.icon-subscript:before {
	content:"\f12c";
}
.icon-eraser:before {
	content:"\f12d";
}
.icon-puzzle-piece:before {
	content:"\f12e";
}
.icon-microphone:before {
	content:"\f130";
}
.icon-microphone-off:before {
	content:"\f131";
}
.icon-shield:before {
	content:"\f132";
}
.icon-calendar-empty:before {
	content:"\f133";
}
.icon-fire-extinguisher:before {
	content:"\f134";
}
.icon-rocket:before {
	content:"\f135";
}
.icon-maxcdn:before {
	content:"\f136";
}
.icon-chevron-sign-left:before {
	content:"\f137";
}
.icon-chevron-sign-right:before {
	content:"\f138";
}
.icon-chevron-sign-up:before {
	content:"\f139";
}
.icon-chevron-sign-down:before {
	content:"\f13a";
}
.icon-html5:before {
	content:"\f13b";
}
.icon-css3:before {
	content:"\f13c";
}
.icon-anchor:before {
	content:"\f13d";
}
.icon-unlock-alt:before {
	content:"\f13e";
}
.icon-bullseye:before {
	content:"\f140";
}
.icon-ellipsis-horizontal:before {
	content:"\f141";
}
.icon-ellipsis-vertical:before {
	content:"\f142";
}
.icon-rss-sign:before {
	content:"\f143";
}
.icon-play-sign:before {
	content:"\f144";
}
.icon-ticket:before {
	content:"\f145";
}
.icon-minus-sign-alt:before {
	content:"\f146";
}
.icon-check-minus:before {
	content:"\f147";
}
.icon-level-up:before {
	content:"\f148";
}
.icon-level-down:before {
	content:"\f149";
}
.icon-check-sign:before {
	content:"\f14a";
}
.icon-edit-sign:before {
	content:"\f14b";
}
.icon-external-link-sign:before {
	content:"\f14c";
}
.icon-share-sign:before {
	content:"\f14d";
}
.icon-compass:before {
	content:"\f14e";
}
.icon-collapse:before {
	content:"\f150";
}
.icon-collapse-top:before {
	content:"\f151";
}
.icon-expand:before {
	content:"\f152";
}
.icon-euro:before, .icon-eur:before {
	content:"\f153";
}
.icon-gbp:before {
	content:"\f154";
}
.icon-dollar:before, .icon-usd:before {
	content:"\f155";
}
.icon-rupee:before, .icon-inr:before {
	content:"\f156";
}
.icon-yen:before, .icon-jpy:before {
	content:"\f157";
}
.icon-renminbi:before, .icon-cny:before {
	content:"\f158";
}
.icon-won:before, .icon-krw:before {
	content:"\f159";
}
.icon-bitcoin:before, .icon-btc:before {
	content:"\f15a";
}
.icon-file:before {
	content:"\f15b";
}
.icon-file-text:before {
	content:"\f15c";
}
.icon-sort-by-alphabet:before {
	content:"\f15d";
}
.icon-sort-by-alphabet-alt:before {
	content:"\f15e";
}
.icon-sort-by-attributes:before {
	content:"\f160";
}
.icon-sort-by-attributes-alt:before {
	content:"\f161";
}
.icon-sort-by-order:before {
	content:"\f162";
}
.icon-sort-by-order-alt:before {
	content:"\f163";
}
.icon-thumbs-up:before {
	content:"\f164";
}
.icon-thumbs-down:before {
	content:"\f165";
}
.icon-youtube-sign:before {
	content:"\f166";
}
.icon-youtube:before {
	content:"\f167";
}
.icon-xing:before {
	content:"\f168";
}
.icon-xing-sign:before {
	content:"\f169";
}
.icon-youtube-play:before {
	content:"\f16a";
}
.icon-dropbox:before {
	content:"\f16b";
}
.icon-stackexchange:before {
	content:"\f16c";
}
.icon-instagram:before {
	content:"\f16d";
}
.icon-flickr:before {
	content:"\f16e";
}
.icon-adn:before {
	content:"\f170";
}
.icon-bitbucket:before {
	content:"\f171";
}
.icon-bitbucket-sign:before {
	content:"\f172";
}
.icon-tumblr:before {
	content:"\f173";
}
.icon-tumblr-sign:before {
	content:"\f174";
}
.icon-long-arrow-down:before {
	content:"\f175";
}
.icon-long-arrow-up:before {
	content:"\f176";
}
.icon-long-arrow-left:before {
	content:"\f177";
}
.icon-long-arrow-right:before {
	content:"\f178";
}
.icon-apple:before {
	content:"\f179";
}
.icon-windows:before {
	content:"\f17a";
}
.icon-android:before {
	content:"\f17b";
}
.icon-linux:before {
	content:"\f17c";
}
.icon-dribbble:before {
	content:"\f17d";
}
.icon-skype:before {
	content:"\f17e";
}
.icon-foursquare:before {
	content:"\f180";
}
.icon-trello:before {
	content:"\f181";
}
.icon-female:before {
	content:"\f182";
}
.icon-male:before {
	content:"\f183";
}
.icon-gittip:before {
	content:"\f184";
}
.icon-sun:before {
	content:"\f185";
}
.icon-moon:before {
	content:"\f186";
}
.icon-archive:before {
	content:"\f187";
}
.icon-bug:before {
	content:"\f188";
}
.icon-vk:before {
	content:"\f189";
}
.icon-weibo:before {
	content:"\f18a";
}
.icon-renren:before {
	content:"\f18b";
}



/* ++++++++++  Daily Adjustments ++++++++++++ */

/*#asGiveawayTrigger {
	display: none !important;
}*/

#BannerTopTicker {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  display: block;
  /*display: none !important;*/
  float: left;
  margin-bottom: -1px;
  width: 100%;
}

/* --------  */
.floating-banner {
	position: fixed;
	right: 0;
	top: 35%;
	display: block !important;
}
.asgiveaway-triggergc{
	display: none !important;
}

/* --------  */

.AffirmTicker{
	display: block;
}
.cartpages #sj-main-menu-container {
  display: none !important;
}

.gemstone-header.Pearl ul.pull-right li:nth-child(4) {
  display: none;
}

/* ++++++++++  Only for hide mobile from other pages except home page in sandbox ++++++++++++ */

#sj-main-menu-container{
		display: none;
	}
	
#sj-home-page #sj-main-menu-container{
		display: block;
	}


/* ++++++++++  Daily Adjustments ++++++++++++ */

@font-face {
	font-family: 'angelinaregular';
	src: url('../assets/fonts/angelina-webfont.eot');
	src: url('../assets/fonts/angelina-webfont.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/angelina-webfont.ttf') format('truetype'), url('../assets/fonts/angelina-webfont.svg#angelinaregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'freesiaupcregular';
	src: url('../assets/fonts/upcfl_1-webfont.eot');
	src: url('../assets/fonts/upcfl_1-webfont.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/upcfl_1-webfont.ttf') format('truetype'), url('../assets/fonts/upcfl_1-webfont.svg#freesiaupcregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'engravers_gothicregular';
	src: url('../assets/fonts/engravers__gothic-webfont.eot');
	src: url('../assets/fonts/engravers__gothic-webfont.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/engravers__gothic-webfont.ttf') format('truetype'), url('../assets/fonts/engravers__gothic-webfont.svg#engravers_gothicregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'proxima_nova_rgregular';
	src: url('../assets/fonts/ProximaNova-Regular-webfont.eot');
	src: url('../assets/fonts/ProximaNova-Regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../assets/fonts/ProximaNova-Regular-webfont.ttf') format('truetype'),  url('../assets/fonts/ProximaNova-Regular-webfont.svg#proxima_nova_rgregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueLTStd-Roman';
	src: url('../assets/fonts/HelveticaNeueLTStd-Roman.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/HelveticaNeueLTStd-Roman.otf') format('opentype'),  url('../assets/fonts/HelveticaNeueLTStd-Roman.ttf') format('truetype'), url('../assets/fonts/HelveticaNeueLTStd-Roman.svg#HelveticaNeueLTStd-Roman') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'birds_of_paradiseregular';
	src: url('../assets/fonts/birds_of_paradise__personal_use_only-webfont.eot');
	src: url('../assets/fonts/birds_of_paradise__personal_use_only-webfont.eot?#iefix') format('embedded-opentype'),  url('../assets/fonts/birds_of_paradise__personal_use_only-webfont.ttf') format('truetype'),  url('../assets/fonts/birds_of_paradise__personal_use_only-webfont.svg#birds_of_paradiseregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Franklin Gothic';
	src: url('../assets/fonts/FranklinGothic-Medium.eot');
	src: url('../assets/fonts/FranklinGothic-Medium.eot?#iefix') format('embedded-opentype'),
		url('../assets/fonts/FranklinGothic-Medium.woff2') format('woff2'),
		url('../assets/fonts/FranklinGothic-Medium.woff') format('woff'),
		url('../assets/fonts/FranklinGothic-Medium.ttf') format('truetype'),
		url('../assets/fonts/FranklinGothic-Medium.svg#FranklinGothic-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Franklin Gothic Demi';
	src: url('../assets/fonts/FranklinGothic-Demi.eot');
	src: url('../assets/fonts/FranklinGothic-Demi.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/FranklinGothic-Demi.woff2') format('woff2'),		url('../assets/fonts/FranklinGothic-Demi.woff') format('woff'),
		url('../assets/fonts/FranklinGothic-Demi.ttf') format('truetype'),
		url('../assets/fonts/FranklinGothic-Demi.svg#FranklinGothic-Demi') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'sj-icons';
  src:url('../assets/fonts/sj-icons.eot');
  src:url('../assets/fonts/sj-icons.eot?#iefix') format('embedded-opentype'),
    url('../assets/fonts/sj-icons.woff') format('woff'),
    url('../assets/fonts/sj-icons.ttf') format('truetype'),
    url('../assets/fonts/sj-icons.svg#js-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
	-webkit-font-smoothing: antialiased !important;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
	line-height: 17px;
}
a {
	color: #777777
}
a:hover {
	color: #EF8100
}
iframe {
	max-width: 100%;
}
.like-fb iframe {
	max-width: none;
}
.img-align-left {
	float: left;
	margin: 0 15px 15px 0
}
.img-align-right {
	float: right;
	margin: 0 0 15px 15px
}
.img-full {
	width: 100%;
	height: auto;
}
.no-gutter [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.highlight {
	color: #ef8100
}
ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.clear {
	clear: both
}
.block {
	display: block
}
h1 {
	color: #000;
	font-family: engravers_gothicregular;
	font-size: 29px;
	text-transform: uppercase;
}
h2 {
	margin: 0;
	background: #000;
	color: #fff;
	font-size: 17px;
	margin-bottom: 15px;
	padding: 5px 10px;
}
h2.blue {
	background: #000035;
	text-transform: uppercase;
	font-size: 20px;
	margin: 15px 0 20px
}
h3 {
	font-size: 14px;
	color: #4c4c4c;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	font-weight: bold;
	text-transform: uppercase;
}
.m0 {
	margin: 0!important
}
.mt1 {
	margin-top: 1px!important
}
.mt5 {
	margin-top: 5px!important
}
.mt10 {
	margin-top: 10px!important;
}
.mt20 {
	margin-top: 20px!important;
}
.mt30 {
	margin-top: 30px!important;
}
.mt40 {
	margin-top: 40px!important;
}
.mt50 {
	margin-top: 50px!important;
}
.mb10 {
	margin-bottom: 10px!important;
}
.mb20 {
	margin-bottom: 20px!important;
}
.mb30 {
	margin-bottom: 30px!important;
}
.mb40 {
	margin-bottom: 40px!important;
}
.mb50 {
	margin-bottom: 50px!important;
}
.ml10 {
	margin-left: 10px!important;
}
.ml20 {
	margin-left: 20px!important;
}
.ml30 {
	margin-left: 30px!important;
}
.ml40 {
	margin-left: 40px!important;
}
.ml50 {
	margin-left: 50px!important;
}
.mr10 {
	margin-right: 10px!important;
}
.mr20 {
	margin-right: 20px!important;
}
.mr30 {
	margin-right: 30px!important;
}
.mr40 {
	margin-right: 40px!important;
}
.mr50 {
	margin-right: 50px!important;
}
p.error {
	margin: 0;
	color: #faa522;
	font-size: 11px;
	font-style: italic
}
.hr-vert {
	background: url(/assets/img/hr-vertical.png) left center repeat-y;
}
input[type="checkbox"], input[type="radio"] {
	margin-right: 10px;
}
input[type="text"].form-control, input[type="password"].form-control, input[type="email"].form-control, select.form-control, textarea.form-control {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: auto;
	padding: 3px 5px;
}
.form-group {
	margin-bottom: 10px;
}
.frame-border {
	border: 1px solid #c2c2c2;
}
.btn {
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	border: 0;
}
.btn-buy {
	width: 88px;
	height: 27px;
	display: inline-block;
	background: url(/assets/img/btn-buy-repeat.png) repeat-x center top;
	text-align: center;
	color: #000;
	padding: 0px 0 2px 0;
	line-height: 24px;
	font-weight: bold;
	text-transform: capitalize;
	border-radius: 4px;
	font-size: 13px;
	border: 2px solid #a99136;
}
.btn-block {
	width: auto;
	display: block
}
.btn-quickbuy {
	width: 88px;
	height: 27px;
	display: none;
	background: url(/assets/img/btn-quick-repeat.png) repeat-x center top;
	text-align: center;
	color: #000;
	padding: 2px;
	line-height: 24px;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 13px;
}
.btn-quickbuy2 {
	width: 88px;
	height: 27px;
	display: inline-block;
	background: url(/assets/img/btn-quick-repeat.png) repeat-x center top;
	text-align: center;
	color: #000;
	padding: 2px;
	line-height: 24px;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 13px;
}
.btn-quickbuy2:hover {
	color: #000;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	-moz-text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	-webkit-text-shadow: 1px 1px 1px rgba(255, 255, 255, 1)
}
.text-button{
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px !important;
	text-decoration: underline;
	color: #000;
	}
/*.listitemblockhiimg {
	width: 130px;
	height: 72px;
	position: absolute;
	background-image: url(../img/soldout_small.png);
	left: 30px;
	top: 95px;
	z-index: 6;
}*/
.listitemblockhiimg {
	background: url("/assets/img/sorry-this-item-is-sold-out.png") no-repeat scroll center top rgba(0, 0, 0, 0);
	height: 86px;
	left: 0;
	position: absolute;
	top: 68px;
	width: 100%;
	z-index: 6;
}
.listitemblockhiimgDetailsView {
  background: rgba(0, 0, 0, 0) url("/assets/img/sorry-this-item-is-sold-out-large.png") no-repeat scroll center top;
  height: 139px;
  left: 86px;
  position: absolute;
  top: 93px;
  width: 84%;
  z-index: 50;
}
.listitemblockhiimgQV {
	width: 130px;
	height: 72px;
	position: absolute;
	background-image: url(../img/soldout_small.png);
	z-index: 150;
	left: 80px;
	top: 70px;
}
.more-info {
	color: #7f7f7f;
	font-size: 11px;
	margin: 5px 10px 0 0;
	text-transform: capitalize;
}
.btn-buy:hover, .btn-quickbuy:hover {
	color: #000;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	-moz-text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	-webkit-text-shadow: 1px 1px 1px rgba(255, 255, 255, 1)
}
.btn-lg {
	font-size: 20px;
}
.btn-custom, .btn-custom-medium, .btn-custom-large, .btn-cart {
	background-color: #f5970b;
	background-image: -moz-linear-gradient(top, #f5970b 0%, #f5970b 50%, #de5400 51%, #de5400 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5970b), color-stop(50%, #f5970b), color-stop(51%, #de5400), color-stop(100%, #de5400));
	background-image: -webkit-linear-gradient(top, #f5970b 0%, #f5970b 50%, #de5400 51%, #de5400 100%);
	background-image: -o-linear-gradient(top, #f5970b 0%, #f5970b 50%, #de5400 51%, #de5400 100%);
	background-image: -ms-linear-gradient(top, #f5970b 0%, #f5970b 50%, #de5400 51%, #de5400 100%);
	background-image: linear-gradient(to bottom, #f5970b 0%, #f5970b 50%, #de5400 51%, #de5400 100%);
	background-repeat: repeat-x;
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5970b', endColorstr='#de5400', GradientType=0 );
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	color: #fff;
	border: 0;
	padding: 4px 6px;
}
.btn-custom-medium {
	font-size: 18px;
}
.btn-custom-large {
	font-size: 26px;
}
.btn-cart {
	border-radius: 5px;
	color: #000;
	background: #f1ba12;
	border: 1px solid #6d5335;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
	box-shadow: 1px 3px 3px rgba(255, 255, 255, 0.6) inset;
}
.cartpages .btn-cart.visible-xs, .cartpages .btn-cart.hidden-xs {
  margin-top: 0 !important;
}
.btn-cart:hover {
	text-decoration: none;
	color: #333;
	cursor: pointer
}
.cblack {
	color: #000!important
}
.cart-btn-group {
	margin-top: 10px;
	margin-bottom: 10px;
}
.cart-btn-group .btn-cart {
	margin: 0 5px 0 0;
}
.top-bar-full {
	background: url(/assets/img/top-bar.png) repeat-x left bottom #f2f2f2;
	color: #000;
	padding: 2px 0;
	position: relative;
	z-index: 1000;
}
.top-bar-inner {
	padding: 0;
}
.top-bar-inner .social {
	color: #003564;
	float: left;
	font-size: 12px;
	width: 120px;
}
.top-bar-inner .social a {
	color: #003564;
	text-decoration: none
}
.top-bar-inner .social a:hover {
	text-decoration: none;
	color: #e97402
}
.top-bar-inner .social i {
	font-size: 20px;
	margin-right: 2px;
}
.top-bar-inner .currency {
	float: right;
	overflow: hidden;
	padding-top: 2px;
	white-space: nowrap;/* width: 120px; */
}
/*.img-responsive {
	display: inline
}*/
.mgmenu_button {
	display: none;
}
/* 111215 - .mgmenu_button a {
	background: none repeat scroll 0 0 #474747 !important;
	border: 1px solid #000000;
	cursor: pointer;
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	float: right;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	margin-right: 5px;
	margin-top: 32px;
	margin-bottom: 20px;
	padding: 5px;
	transition: none 0s ease 0s;
}*/
.header {
	padding-top: 0px;
}
.header .logo {
	display: inline-block;
	margin: 14px 0 0;
	width: 100%;
}
.header .row {
	margin: 0 -5px
}
.header .col-md-3, .header .col-md-4, .header .col-md-5, .header .col-md-6, .header .col-sm-3, .header .col-sm-4, .header .col-sm-5, .header .col-sm-6 {
	padding: 0 5px;
}
.header .support-links {
	padding-top: 53px;
	padding-left: 0px;
}
.header .support-links a {
	color: #919191;
	font-size: 11px;
	white-space: nowrap;
}
.header .support-links .live-chat {
	color: #008000
}
.header .support-links .live-chat .icon-chat {
	margin-right: 4px;
	vertical-align: middle;
}
.header .support-links .phone {
	color: #ef8100
}
.header .before-search {
	font-size: 11px;
	padding-top: 7px;
	position: absolute;
	right: 55px;
	text-align: right;
	top: 36px;
}
.header .before-search img {
	vertical-align: text-bottom;
	float: left;
	margin-right: 10px;
}
.site-wrapper.container .content, .site-wrapper.container .content-two-col{
	float:left;
	width: 100%;
}
.search-block * {
	float: left !important;
}
.search-block {
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	float: right;
	margin-top: 0;
	padding: 5px 5px 5px 8px;
	width: 100%;/* z-index: 1000 !important; */
}
.header .search input[type="text"] {
	border: 0 none;
	border-radius: 0;
	box-shadow: 0 0 0 0;
	float: right;
	height: auto;
	max-width: 182px;
	padding: 0;
}
.header .login .cart-items {
	background: url("/assets/img/bag.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #fff;
	display: inline-block;
	font-size: 11px;
	height: 21px;
	padding: 5px 1px 1px;
	text-align: center;
	vertical-align: text-bottom;
	width: 24px;
}
#searchsubmit {
	background: url("/assets/img/search-icon.png") no-repeat scroll 98% center rgba(0, 0, 0, 0);
	border: 0 none;
	height: 22px;
	width: 23px;
}
.submenu {
	margin: 0;
	padding: 0;
	list-style: none
}
.submenu li {
	text-align: center;
	padding: 0;
	margin: 0!important
}
.submenu li a {
	display: block
}
.listing {
	margin-top: 15px;
}
.listing .product-single {
	position: relative;
	text-align: center;
	border: 1px solid #dbdbdb;
	padding: 17px;
	line-height: 16px;
	margin-bottom: 10px;/* min-height:400px; */
}
.listing-home.listing .product-single {
  border: 1px solid #dbdbdb;
  line-height: 16px;
  margin-bottom: 16px;
  min-height: 374px;
  padding: 17px;
  position: relative;
  text-align: center;
}
.home-list-carousel .product-single {
	min-height: 375px;
}
.listing .product-single .quick-view {
	margin-left: -47px;
	top: 30%;
	left: 50%;
	z-index: 9;
	text-align: center;
	position: absolute;
}
.listing .product-single .quick-view a {
	display: none;
	text-transform: capitalize
}
.listing .product-single:hover .quick-view a {
	display: block
}
.listing .product-single:hover {
	border: 5px solid #7f7f7f;
	padding: 13px;
}
.listing #SalesItemsBlock .product-single:hover {
	border: 1px solid #dbdbdb !important;
	padding: 17px !important;
}
.listing #SalesItemsBlock .product-single {
  min-height: 408px;
}
.listing .product-single .product-picture {
	position: relative;
	height: 185px;
	z-index: 5;
}
.listing .product-single .product-picture img {
	max-width: 100%;
	vertical-align: middle;
}
.listing .product-single.product-in-clearance h3 {
	color: #ed1c24
}
.listing .product-single.product-in-new h3 {
	color: #44aa00
}
.listing .product-single h3 {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -8px;
	text-transform: uppercase;
	font-size: 18px;
	width: 100%;
	text-align: center;
}
.listing .product-single:hover h3 {
	margin-top: -12px;
}
.listing .product-single h3 span {
	display: inline-block;
	background: #fff;
	padding: 0 5px;
}
.listing .product-single h6 {
  font-size: 12px;
  height: 63px !important;
  line-height: 15px;
  margin-top: -3px;
}
.claim-offer .listing .product-single h6 {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	height: 60px !important;
	line-height: 16px;
	margin-top: 0;
}
.listing .product-single .sale-price {
	color: #e60000;
	font-size: 15px;
	font-weight: bold;
}
.listing .product-single .product-short-info {
	text-align: right;
	margin-bottom: 5px;
}
.listing .product-single .product-short-info p {
	margin: 0 0 5px;
	text-transform: capitalize;
}
.home-list-carousel .listing .product-single .product-short-info p {
	margin: 0 0 5px;
	text-transform: capitalize;
	text-align: right;
}
.listing #SalesItemsBlock .product-single .product-short-info p {
  margin: 0 0 5px;
  text-align: right;
  text-transform: capitalize;
}
/*.product-short-info .offer-price {
	margin: 5px 0px 10px 0px!important;
}*/
.listing .product-single .product-short-info p label {
	display: inline-block;
	text-align: left;
	font-weight: 700;
	float: left;
	white-space: nowrap !important;
}
.product-single .product-short-info .btns img {
	margin: -4px 2px 0 0;
}
#searchspring-search_results .product-single {
	min-height: 473px;/*padding: 17px 17px 0;*/
}
.listing .product-single .product-short-info p.rating {
	color: #000;
	height: 17px;
}
.listing .product-single .product-short-info p.rating img {
	margin: 0 4px 0 0;
}
.listing .product-single .product-short-info p.retail-price {
	color: #8c8c8c;
	font-size: 12px;
}
.listing-home .product-single .product-short-info p.retail-price {
	color: #8c8c8c;
	font-size: 13px;
}
.listing .product-single .product-short-info p.offer-price {
	color: #000000;
	font-size: 12px;
}
.listing-home .product-single .product-short-info p.offer-price {
	color: #000000;
	font-size: 13px;
}
.listing .product-single .product-short-info p.clearance {
	color: #e60000;
	font-size: 14px;
	font-weight: bold;
}
.listing .product-single .product-short-info p.btns {
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-o-transition: background .3s;
	-ms-transition: background .3s;
	transition: background .3s;
	margin: 0px -15px -15px;
	padding: 3px 0 10px;
	text-align: center;
}
.listing .product-single:hover .product-short-info p.btns {
/* background:#; */
}
.site-info {
	margin: 15px 0;
}
.ad-single {
	margin-bottom: 15px;
}
.footer-cols {
	background: #fff url("/assets/img/footer-col-bg.png") repeat-x scroll center top;
	float: left;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 15px 20px 0;
	width: 100%;
}
.footer-cols h5 {
	font-size: 12px;
	font-weight: bold;
	color: #3c3c3c;
	text-transform: uppercase;
	margin: 0;
}
.footer-col-single {
	margin-top: 10px;
}
.footer-col-single .input-group {
	margin-bottom: 10px
}
.footer-col-single p {
	margin: 0 0 5px
}
.footer-col-single ul li {
	margin-bottom: 8px;
}
.footer-col-single ul li a {
	color: #9f9f9f
}
.footer-col-single ul li a:hover {
	color: #3c3c3c
}
.footer-col-single .footer-social {
	margin-top: 5px;
}
.footer-col-single .footer-social a {
	margin-left: 4px;
	opacity: 0.8;
}
.footer-social .fb {
	margin-left: 11px;
}
.footer-col-single .footer-social a:hover {
	text-decoration: none;
	opacity: 1;
}
/*.footer-col-single .footer-social a.fb {
	color: #3861a4
}*/
/*.footer-col-single .footer-social a.twt {
	color: #429ec6
}
.footer-col-single .footer-social a.pin {
	color: #c42020
}*/
.footer-col-group:after {
	display: block;
	clear: both;
	content: ""
}
.footer-col-group .footer-col-single {
	width: 45%;
	float: left;
	padding-right: 5%;
}
.footer-sm-logo {
  border-top: 1px solid #c9c9c9;
  float: left;
  margin: 13px 0 0 !important;
  padding-top: 10px;
  width: 100%;
}
.footer-logo {
  margin: 0 0 20px !important;
  width: 45%;
}
.mobile-footer-buttons div > a {
  display: block;
  padding: 20%;
  width: 100%;
}
.mobile-footer-buttons .col-xs-4 {
  background: #cccccc none repeat scroll 0 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.back2top {
	position: fixed;
	right: 50px;
	bottom: 50px;
	background: #000;
	padding: 10px 12px;
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 3px;
	opacity: 0;
	cursor: pointer
}
.footer-sm-logo img {
	margin: 0 0px
}
.footer-info {
	margin: 20px 0;
	color: #777777;
	clear: both;
	float: left;
	width: 100%;
}
.footer-info a {
	color: #777777;
	text-decoration: underline;
}
.footer-info .copyright {
	float: left;
	width: auto;
}
.footer-info .footer-social {
	float: left;
	margin-top: -1px;
}
.footer-info .footer-links {
	float: right;
	width: auto;
}
.footer-info .footer-social a {
	display: inline-block;
	height: 17px;
	margin-right: 8px;
	width: 17px;
}
.footer-info a:hover {
	color: #333
}
.carousel-indicators {
	z-index: 1;
}
.carousel-indicators {
	bottom: 0 !important;
	left: 0;
	list-style: outside none none;
	margin-left: 0;
	padding-left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 15;
}
#myCarousel {
	clear: both;
}
/*INNER PAGE CSS*/

/*INNER PAGE COMMON CSS*/
.content-two-col .content-main, .content-two-col .aside {
	float: right
}
.page-title {
	padding-top: 1px;
	clear: both
}
.page-title h1, .detail-page-title {
	clear: both;
	margin-top: 20px;
	margin-bottom: 0px;
	text-transform: uppercase
}
.page-title h6 {
	margin-top: 5px;
	font-size: 11px;
}
.detail-page-title, .detail-page-title .s-desc {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 17px;
	font-family: Arial, Helvetica, sans-serif;
}
.detail-page-title .s-desc {
	color: #000;
	font-size: 18px;
	margin-right: 19px;
	font-weight: bold;
	text-transform: uppercase;
}
.pdetail .wowslider {
	float: left;
	margin-bottom: 40px;
	max-width: 94%;
}
.pdetail .list_carousel-loop a {
	background-size: 87%
}
.detail-page-title span {
	color: #C3C3C3;
	margin-right: 8px;
	font-size: 0.7em;
	text-transform: capitalize;
}
.after-page-title {
	border-bottom: 1px dotted #333333;
	padding: 10px 0;
	margin-bottom: 10px;
}
.breadcrumb {
	background: none;
	font-size: 11px;
	color: #333;
	margin: 0;
	padding: 0
}
.breadcrumb > li + li:before {
	font-family: FontAwesome;
	content: "\f105";
	font-size: 11px;
	margin-right: 10px;
	color: #333
}
.breadcrumb > li a {
	color: #333
}
.sorting {
	text-align: right
}
.sorting a {
	color: #777777
}
.sorting a:hover {
	color: #333333;
	text-decoration: none
}
.sorting span {
	color: #333333;
}
.sorting span i {
	font-size: 14px;
	margin: 0 5px;
}
.content-two-col .listing .product-single {
	margin-bottom: 15px;
}
.bottom-popup {
	border-top: 1px solid #7f7f7f;
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
.bottom-area {
	text-align: left;
	margin: 0 auto;
}
.free-shipping {
	margin: 0px 0px 0px 0px;
}
.free-shipping h3 {
	background-color: #e56c04;
	padding: 10px 0px 10px 10px;
	color: #fff;
	text-transform: capitalize;
}
.free-shipping strong {
	color: #333;
	text-decoration: underline;
}
.free-shipping-h {
	text-align: center;
	font-size: 20px;
	background-color: #727272;
	color: #fff!important;
}
.free-shipping-table {
	margin: 20px 0px 0px 0px;
	border-collapse: collapse;
	border: 1px solid #ddd;
}
.free-shipping-table th {
	background-color: #d4d4d4;
	font-size: 14px;
	border: 1px solid #c3c3c3;
	color: #000;
	padding: 10px 0px 10px 10px;
}
.free-shipping-table td {
	padding: 10px 0px 10px 10px;
	border: 1px solid #ddd;
	font-weight: 600;
	color: #333;
}
.blue-row {
	background-color: #deedfe;
}
.ring-field {
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  color: #777;
  font-size: 11px;
  height: 28px;
  margin-right: 10px;
  padding-left: 5px;
  width: 50%;
}
.find-ring {
	padding: 0px 20px 0px 0px;
	text-align: right;
}
.find-ring a {
	color: #9a9a9a;
	text-decoration: underline;
}
.ring {
	padding: 15px 0px 5px 0px;
}
.write-review {
	margin: 0px 0px 0px 0px;
}
.write-review-left {
	width: 595px;
	float: left;
}
.write-review-item {
	float: left;
	border: 1px solid #ddd;
	padding: 0px 0px 0px 0px;
}
.write-review-right {
	width: 190px;
	float: left;
	padding: 25px 0px 0px 10px;
}
.write-review h3 {
	text-transform: capitalize;
	font-size: 26px;
	padding: 10px 0px 0px 0px;
}
.write-review h4 {
	color: #333;
	font-size: 18px;
}
.nickname-field {
	width: 193px;
	height: 26px;
	border: 1px solid #d4d4d4;
	margin: 0px 10px 0px 10px;
}
.line {
	background-color: #d4d4d4;
	height: 1px;
	margin: 0px 0px 0px 0px;
}
.rating-table {
	margin: 20px 0px 0px 0px;
	border-collapse: collapse;
}
.rating-table td {
	padding: 8px 0px 8px 5px;
	border: 1px solid #ddd;
	font-size: 13px;
	color: #333;
}
.rating-table input[type="radio"] {
	margin: 0px 0px 0px 20px;
}
.review-form {
	margin: 40px 0px 0px 0px;
	width: 450px;
	float: left;
	border-right: 1px solid #ddd;
}
.review-form label {
	font-size: 13px;
	font-weight: normal;
	color: #333;
}
.review-form input[type="text"] {
	width: 430px;
	height: 30px;
	border: 1px solid #ddd;
}
.review-form textarea {
	width: 430px;
	height: 90px;
	border: 1px solid #ddd;
}
.review-form input[type="button"] {
	border: 0px;
	background: #e7e8ea;
	padding: 5px 20px 5px 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 16px;
	border: 1px solid #ccc;
}
.how-create {
	float: left;
	width: 455px;
	margin: 40px 0px 0px 20px;
}
.how-create ul {
	margin: 0px;
	padding: 0px;
}
.how-create ul li {
	list-style-type: none;
	background: url(/assets/img/arrow.jpg) no-repeat 0px 8px;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0px 5px 18px;
	color: #333;
}
.btn-dir {
	float: right;
	margin: 0px 0px 0px 0px;
}
/*INNER PAGE LISTING PAGE CSS*/
.filter {
	border-top: 1px dotted #333333;
	padding: 20px 10px;
}
.filter h3:before {
	font-family: FontAwesome;
	content: "\f0da";
	font-size: 18px;
	margin-right: 14px;
}
.filter h3.open:before {
	font-family: FontAwesome;
	content: "\f0d7";
	font-size: 18px;
	margin-right: 10px;
}
.filter p {
	margin: 0px;
	text-align: right
}
.filter p a {
	color: #777777;
	cursor: pointer;
	display: block;
}
.filter p a:hover {
	color: #333333;
	text-decoration: none
}
.filter p:after {
	display: block;
	clear: both;
	content: ""
}
.filter p label {
	float: left;
	width: 110px;
	cursor: pointer;
	text-align: left;
	margin: 0;
	font-weight: normal
}
.sorting li, .sorting a {
	display: inline-block;
	margin: 0 1px;
}
.star {
	box-sizing: border-box;
	font-style: italic;
	background-size: 400px 600px;
	-webkit-background-size: 400px 600px;
	display: inline-block;
	vertical-align: text-top;
	position: relative;
	width: 80px;
	height: 18px;
	background-image: url('/assets/img/icons.png');
	background-repeat: no-repeat no-repeat;
	background-position: -5px -368px;
	float: left;
	margin: 0px 5px 0px 0px;
}
.simply-scroll-list li {
	padding: 0px 0px 0px 0px;
}
.simply-scroll-list li h3 {
	color: #000;
	text-transform: capitalize;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
}
.simply-scroll-list li p {
	padding: 0px;
	color: #333;
}
.simply-scroll-list li p a {
	color: #0066C0;
}
.published {
	color: #888;
}
.simply-scroll-container h4 {
	color: #333;
	font-weight: bold;
	padding: 0px 0px 15px 0px;
}
.icons {
	margin: 0px 0px 10px 0px;
	height: 25px;
}
.icons a {
	margin: 0px 4px 0px 0px;
}
.newsletter {
	margin: 0px 0px 0px 0px;
}
.newsletter h4 {
	color: #000;
	font-size: 13px;
	text-transform: uppercase;
	padding: 0px 0px 4px 0px;
	font-weight: bold;
	margin: 0px;
}
.newsletter input[type="text"] {
	width: 192px;
	border: 1px solid #c3c3c3;
	height: 26px;
	margin: 0px 0px 20px 0px;
	color: #c3c3c3;
	float: left;
}
.subscribe-btn {
	float: left;
	margin: 5px 0px 0px 0px;
}
.subscribe-btn a {
	background: #7f7f7f;
	color: #fff;
	padding: 5px 10px 5px 10px;
}
.currency-field {
	background: url("/assets/img/select-arrow.jpg") no-repeat scroll 74px -1px #fff !important;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #666666;
	font-size: 10px;
	height: 21px;
	width: 102px;
}
.language-field {
	border: 0px;
	width: 125px;
	height: 18px;
	border: 1px solid #a9a9a9;
}
/* Listing Page Carousal Css*/
.listing .product-single .product-picture .slide {
	height: 150px;
}
.thumbnails {
	margin-bottom: 10px;
}
.thumbnails img {
	width: 47px;
	height: 32px;
	border: 1px solid #ebebeb;
	margin: 0 2px;
	cursor: pointer;
}
.thumbnails img.selected {
	border: 1px solid #FF7E26;
}
.product-picture a.prev {
	position: absolute;
	left: 0px;
	bottom: 3px;
	display: none;
	font-size: 20px;
	color: #c3c3c3;
}
.product-picture a.next {
	position: absolute;
	right: 0px;
	bottom: 3px;
	display: none;
	font-size: 20px;
	color: #c3c3c3;
}
/*INNER PAGE ITEM DETAILS PAGE CSS*/
.content-item-details h3 {
	font-size: 16px;
	color: #000;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.content-item-details h3 i {
	color: #7f7f7f;
	font-size: 18px;
	margin-left: 10px;
}
h1.title-item {
	margin: 0 0 10px;
	font-family: 'freesiaupcregular';
	font-size: 32px;
	line-height: 25px;
}
.sidebar-item-detail {
	/*background:url(../img/item-details-bg.jpg) repeat-x center top;*/
	padding: 10px 10px 0;
}
.stiky_content {
	width: 375px;
	background-color: #fff;
}
.price p {
	margin-bottom: 10px;
}
.price p label {
	display: inline-block;
	width: 150px;
	text-align: left;
	float: left
}
.price p:after {
	clear: both;
	content: "";
	display: table
}
.price p.retail-price {
	color: #8c8c8c;
	text-transform: uppercase;
	text-align: right
}
.price p.offer-price {
	color: #000000;
	text-transform: uppercase;
	text-align: right;
}
.price p.clearance {
	color: #e60000;
	text-transform: uppercase;
	font-size: 22px;
	text-align: right
}
.select-product p {
	margin: 5px 0 0 0
}
.select-product input[type="text"] {
	max-width: 25px;
	text-align: center;
	margin-left: 10px;
}
.select-product select {
	display: inline-block;
	margin-right: 5px;
	font-size: 10px;
	color: #000;
	max-width: 200px;
	padding: 0 0 0 5px
}
.select-product p.submit {
	margin-top: 40px;
}
.select-product p.submit input {
	background: url(/assets/img/buy-now-big.png) repeat-x;
	min-width: 220px;
	height: 78px;
	margin: 0 auto;
	padding: 0 15px;
	display: block;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	font-size: 53px;
	line-height: normal;
	text-shadow: 2px 1px 0px rgba(0,0,0,0.3);
	-moz-text-shadow: 2px 1px 0px rgba(0,0,0,0.3);
	-webkit-text-shadow: 2px 1px 0px rgba(0,0,0,0.3);
}
.select-product p.submit input:hover {
	background: url(/assets/img/buy-now-big-hover.png) repeat-x;
	color: #fff;
	text-shadow: -2px -1px 0px rgba(0,0,0,0.3);
	-moz-text-shadow: -2px -1px 0px rgba(0,0,0,0.3);
	-webkit-text-shadow: -2px -1px 0px rgba(0,0,0,0.3);
}
.est-ship-dt {
	margin-top: 5px;
	font-size: 10px;
	color: #000;
	text-transform: uppercase
}
.est-ship-dt span {
	text-transform: capitalize;
	color: #129d00
}
.social-icon-group {
	margin: 5px 0 10px
}
.item-specifications {
	margin: 10px 0 0;
}
.item-specifications p {
	margin: 0 0 5px;
	border-bottom: 1px solid #dadada;
}
.item-specifications p label {
	display: inline-block;
	font-weight: normal;
	color: #000;
	width: 155px;
}
.item-desc {
	color: #505050;
	margin-top: 20px;
	line-height: 20px;
}
.reviews {
	margin: 20px 0 0
}
.live-help {
	margin: 20px 0;
}
.live-help h3 {
	border-bottom: 1px solid #dadada;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.help-box-text {
	padding-top: 55px;
	font-size: 12px;
	overflow: hidden;
	padding-left: 20px;
	text-transform: uppercase;
	color: #000
}
.help-box-text .timing {
	color: #ff6c00
}
.product-gallery {
	margin-bottom: 20px;
}
.product-gallery h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: capitalize;
	margin: 30px 0 10px;
	line-height: normal
}
.product-gallery .img-full {
	text-align: center;
	display: block;
	vertical-align: middle;
	width: 100%;
	padding: 1px 0;
	border: 1px solid #c3c3c3;
	margin-bottom: 1px;
	position: relative;
}
.product-gallery .img-full img {
	max-width: 100%;
}
.product-gallery .img-full span.zoomlens {
	width: 16px;
	height: 14px;
	background: url(/assets/img/icon-sea5ch.png) no-repeat;
	display: block;
	position: absolute;
	right: 12px;
	bottom: 12px;
	cursor: pointer;
}
span.floating {
	position: absolute;
	left: -120px;
	top: 50%;
	margin-top: -55px;
}
.rotate-360 {
	text-align: center;
	margin-top: -50px;
	margin-bottom: 20px;
	position: relative;
	z-index: 10
}
.stock-and-review .itemno {
	font-size: 10px;
	text-transform: uppercase
}
.stock-and-review .stock-status {
	text-align: center;
	color: #22b14c;
	font-size: 11px;
	text-transform: uppercase
}
.stock-and-review .review-status {
	text-align: right;
	color: #266aa7;
	font-size:11px;
}
.stock-and-review .review-status img {
	vertical-align: inherit;
}
.reviews h3 {
	border-bottom: 1px solid #DADADA;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.reviews .nav-tabs {
	margin-bottom: 10px;
	border: 0;
}
.reviews .nav-tabs li {
	border-left: 1px solid #dadada;
	margin-bottom: 15px;
	margin-right: 10px;
	padding-left: 9px;
	padding-right: 0;
}
.reviews .nav-tabs li:first-child {
	border-left: medium none;
	margin-bottom: 15px;
	margin-right: 0;
	padding-left: 0;
	padding-right: 10px;
}
.reviews .nav-tabs li a {
	color: #000;
	position: relative;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	white-space: nowrap;
}
.reviews .nav-tabs li a:hover, .reviews .nav-tabs li.active a {
	padding: 0;
	margin: 0;
	border: 0;
	background: none;
}
.reviews .nav-tabs li.active a:after {
	font-family: FontAwesome;
	content: "\f0d7";
	font-size: 24px;
	margin-right: 14px;
	position: absolute;
	left: 45%;
	top: 8px;
	color: #ff7f27
}
.reviews .tab-pane {
	line-height: 20px;
}
.reviews .review-list {
  margin-top: 10px;
  max-height: 225px;
  overflow: auto !important;
}
.review-list * {
	color: #777 !important;
	font-style: italic !important;
}
#most-helpful-and-admin-reviews a, .review-list a {
/*  color: #f27420 !important;
  font-weight: bold;*/
  text-decoration: underline;
/*  text-transform: capitalize;*/
}
/*.reviews .review-list li h4 {
	font-size: 12px;
	color: #000 !important;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-style: normal !important;
}*/
.reviews .review-list li h4 {
  color: #6d6d6d !important;
  font-size: 12px;
  font-style: normal !important;
  font-weight: bold;
  margin: 0 0 4px;
  text-transform: uppercase;
}
.reviews .review-list li h4 i {
	font-size: 24px;
	color: #ff7f27;
	margin-left: 10px;
	position: relative;
	top: 3px
}
.reviews .review-list li .content-review {
	overflow: hidden;
	padding-left: 25px;
	font-family: 'angelinaregular';
	font-size: 20px;
}
.reviews .review-list li .content-review p {
	font-size: 20px;
}
/*.reviews .review-list li span.author {
	display: block
}*/
.reviews .review-list li span.author {
  color: #727273 !important;
  display: block;
  font-size: 11px;
  font-weight: bold;
  margin-top: 2px;
}
.stratelnk, .jwlnotop {
	margin-right: 10px;
	white-space: nowrap;
}
.stratelnk .review-count {
	text-decoration: none;/* border-bottom: 1px solid #000; */
}
.stratelnk:hover .review-count {
	text-decoration: none;
	border-bottom: 1px solid #000;
}
a.stratelnk:hover {
	text-decoration: none;
}
a .review-count {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	width: auto;
}
.question {
}
.question h3 {
	border-bottom: 1px solid #DADADA;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.question .form-horizontal .control-label {
	text-align: left;
	color: #000;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 12px;
	padding-top: 0;
}
.question .form-horizontal input[type="text"], .question .form-horizontal input[type="email"], .question .form-horizontal textarea {
	background: #efeff1
}
.recommends {
	margin-top: 30px;
}
.recommends h3 {
	border-bottom: 1px solid #DADADA;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.recommends .recommed-thumb img {
	margin: 0 25px;
}
.other-info {
	margin-top: 20px;
}
/*INNER PAGE LANDING PAGE CSS*/
.video_container {
	margin: 0 0 15px;
}
.video-desc {
	margin-bottom: 17px;
	font-size: 14px;
	color: #757373;
	line-height: 26px;
}
.product-attr {
	margin: 0 0 15px;
}
.product-attr p {
	margin: 0
}
.product-attr p label {
	display: inline-block;
	width: 112px;
}
.product-attr p.rating {
	color: #000;
}
.product-attr p.rating img {
	margin: 0 1px 0 0;
}
.product-attr p.retail-price {
	color: #8c8c8c;
}
.product-attr p.offer-price {
	color: #000000;
}
.product-attr p.clearance {
	color: #e60000;
	font-size: 16px;
}
.product-attr p.btns {
	padding: 10px 0;
}
.product-attr p.btns img {
	margin-right: 10px;
}
.filter-on-landing {
	background: #c3c3c3;
	padding: 25px;
	color: #000;
	font-size: 17px;
	margin-bottom: 5px;
}
.filter-on-landing h3 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000
}
.filter-on-landing p {
	font-size: 15px;
	margin: 0 0 12px;
	letter-spacing: 1px;
	text-transform: uppercase
}
.filter-on-landing a {
	color: #000
}
.filter-on-landing .filterby {
	margin-bottom: 20px;
}
.list-on-landing {
	margin-bottom: 5px;
}
.list-on-landing .list-single {
	background: url(/assets/img/landing-list-bg.png) repeat-x center top #fff;
	text-align: center;
	padding: 5px;
	border: 1px solid #d7dbde;
	margin: 0 0 15px
}
.list-on-landing .list-single img {
	max-width: 100%;
}
.list-on-landing .list-single p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	margin: 0 -3px;
}
/*****************************Carousal Style**************************************/
.list_carousel {
	margin: 0 0px;
	width: auto;
	position: relative;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
}
.list_carousel li {
	color: #999;
	text-align: center;
	width: 220px;
	padding: 0;
	margin: 5px;
	display: inline-block;
	/* float: left; */
	position: relative;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
#foo2_prev {
	position: absolute;
	left: -12px;
	top: 38%;
	width: 45px;
	height: 45px;
	margin-top: -22px;
	background: url(/assets/img/arrow-prev.png) no-repeat;
	display: none;
	z-index: 10;
}
#foo2_next {
	position: absolute;
	right: -12px;
	top: 38%;
	width: 45px;
	height: 45px;
	margin-top: -22px;
	background: url(/assets/img/arrow-next.png) no-repeat;
	display: none;
	z-index: 10;
}
/******************************\\Carousal Style******************************/
.carriers {
	text-align: center;
	padding: 30px 0px 0px 0px;
}
.carriers img {
	margin: 0 9px;
}
.contacts {
	font-size: 15px;
	padding-top: 34px;
	text-align: center
}
.contacts span {
	font-size: 18px;
}
/*******************************Cart Page Step 1 ****************************/

.nav-cart {
	margin: 10px 0
}
.nav-cart .cart-steps {
	background: none repeat scroll 0 0 #34608b;
	color: #fff;
	font-size: 17px;
	padding: 7px 16px;
	text-transform: uppercase;
	margin: 0;
}
.nav-cart .row {
	margin: 0
}
.nav-cart .col-xs-2, .nav-cart .col-xs-3, .nav-cart .col-xs-4 {
	padding: 0
}
.nav-cart .step-2-shop {
	font-size: 17px;
	color: #999999;
	display: block;
	background: #000;
}
.nav-cart .step-2-shop div {
	margin-right: 2px;
	display: block;
	padding: 10px;
	text-transform: uppercase
}
.nav-cart .step-2-shop.current {
	background: #22b14c;
}
.nav-cart .step-2-shop.current div {
	color: #fff
}
.nav-cart .step-2-shop div span {
	background: #545454;
	width: 25px;
	text-align: center;
	line-height: 22px;
	height: 25px;
	display: inline-block;
	padding: 2px;
	border-radius: 50%;
	margin-right: 8px;
}
.nav-cart .step-2-shop.current div span {
	background: #fff;
	color: #22b14c
}
.nav-cart .step-2-shop:last-child div {
	margin-right: 0;
	display: block;
}
.surity {
	border: 1px solid #a3a3a3 !important;
	color: #000 !important;
	margin-bottom: 10px;
	padding: 5px !important;
	text-align: center !important;
}
#cartcontent .surity {
	background: url(http://www.superjeweler.com/assets/img/pink-flash.gif) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
#cartcontent .surity p {
	padding: 5px;
	margin: 0;
}
.garant h3 {
	font-size: 20px;
	color: #000;
	font-weight: normal;
	margin: 0 0 5px;
	text-transform: capitalize
}
.garant h6 {
	font-size: 11px;
	color: #000;
	margin: 0
}
.mc-free {
	overflow: hidden;
	color: #000;
	font-size: 10px;
	margin-left: -20px;
	position: relative;
	top: 25px;
}

/* *****************************  Layaway Styles ****************** */

#layaway-block {
  background: #eef3ff none repeat scroll 0 0;
  border: 1px solid #74bdf1;
  float: left;
  padding: 15px 20px;
  width: 100%;
}
#layaway-form .form-group * {
  font-size: 11px;
  font-weight: normal;
}
#layaway-form .form-group .col-xs-5 * {
  font-size: 11px;
  font-weight: bold;
}
#layaway-form a {
  color: #578fdd;
  text-decoration: underline;
}
.cartpages .contest-rules .close {
  color: #555555;
  font-size: 27px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
#layaway-terms-modal ul li::before {
  color: #568bc2;
  content: "";
  font-family: "Glyphicons Halflings";
  font-size: 9px;
  margin-left: -12px;
  margin-right: 5px;
}
#layaway-form .form-group {
  margin-bottom: 3px;
}

#layaway-form .form-group input, #layaway-form .form-group select {
  margin: 0;
}
#layaway-form  label {
  margin-top: 0 !important;
}

/*******************************\\Cart Page Step 1 ****************************/
#cartcontent > div {
  float: left;
  width: 100%;
}
.grid-thumb img {
	width: 50px;
}
.grid-cart-detail {
	border-collapse: collapse
}
.grid-cart-detail td, .grid-cart-detail th {
	text-align: center;
	border: 1px solid #fff;
	font-size: 11px;
	border-collapse: collapse
}
.grid-cart-detail td {
	border-bottom-color: #e1e1e1;
}
.grid-cart-detail th {
	background: #e1e1e1;
	color: #333;
}
.grid-cart-detail th.item {
	width: 70px;
}
.grid-cart-detail th.desc {
	width: 180px;
}
.grid-cart-detail th.ptime {
	width: 130px;
	white-space: nowrap
}
.grid-cart-detail th.itemno {
	width: 80px;
}
.grid-cart-detail th.size {
	width: 90px;
}
.grid-cart-detail th.quanity {
	width: 120px;
}
.grid-cart-detail th.price {
	width: 80px;
}
.grid-cart-detail th.coupon {
	width: 80px;
}
.grid-cart-detail th.discount {
	width: 80px;
}
.grid-cart-detail th.total {
	width: 80px;
}
.grid-cart-detail select.size {
	min-width: 70px;
}
.grid-cart-detail input.quantity, .grid-cart-detail select.quantity {
	max-width: 48px;
	display: inline;
	padding: 0;
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
}
.ring-size .quantity {
	max-width: 75px !important;
}
.grid-cart-detail .size select.quantity {
	width: auto;
	max-width: none
}
.grid-cart-detail td span.update, .grid-cart-detail td span.remove {
	float: right;
	text-align: left;
	display: block;
	clear: right;
	font-size: 9px;
	background: #f0f0f0;
	padding: 3px 5px;
}
.alert-shipping {
	font-size: 9px;
	color: #ed1c24;
	text-align: right;
	margin-top: 15px;
}
.cart-details .shipping-date {
  height: auto !important;
  margin: 0 !important;
  text-align: center;
  width: 100% !important;
}
.order-details {
	background: #f0f0f0;
	padding: 20px;
}
.order-details .row {
	margin: 0 -8px
}
.order-details .col-xs-1, .order-details .col-xs-2, .order-details .col-xs-3, .order-details .col-xs-4, .order-details .col-xs-5, .order-details .col-xs-6, .order-details .col-xs-7, .order-details .col-xs-8, .order-details .col-xs-9, .order-details .col-xs-10, .order-details .col-xs-11, .order-details .col-xs-12, .order-details .col-sm-1, .order-details .col-sm-2, .order-details .col-sm-3, .order-details .col-sm-4, .order-details .col-sm-5, .order-details .col-sm-6, .order-details .col-sm-7, .order-details .col-sm-8, .order-details .col-sm-9, .order-details .col-sm-10, .order-details .col-sm-11, .order-details .col-sm-12, .order-details .col-md-1, .order-details .col-md-2, .order-details .col-md-3, .order-details .col-md-4, .order-details .col-md-5, .order-details .col-md-6, .order-details .col-md-7, .order-details .col-md-8, .order-details .col-md-9, .order-details .col-md-10, .order-details .col-md-11, .order-details .col-md-12, .order-details .col-lg-1, .order-details .col-lg-2, .order-details .col-lg-3, .order-details .col-lg-4, .order-details .col-lg-5, .order-details .col-lg-6, .order-details .col-lg-7, .order-details .col-lg-8, .order-details .col-lg-9, .order-details .col-lg-10, .order-details .col-lg-11, .order-details .col-lg-12 {
	padding: 0 8px;
}
.order-details .form-group {
	margin: 0 -8px;
	margin-bottom: 5px;
}
.order-details .form-group label {
	padding: 4px 15px
}
.grand-total {
	border-left: 2px solid #fff;
	padding: 0 0 0 10px;
}
.amt-total {
	text-align: right;
	border-top: 1px solid #c3c3c3;
	font-size: 16px;
	color: #9c000b;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 10px;
}
.grand-total .form-group input {
	text-align: right;
	font-size: 12px;
	font-weight: bold
}
.grand-total .form-group.subtotal {
	color: #000;
	font-weight: bold
}
.grand-total .form-group.subtotal input {
	color: #000;
}
.grand-total .form-group.shipping {
	color: #006f87;
	font-weight: bold
}
.grand-total .form-group.shipping input {
	color: #006f87;
}
.grand-total .form-group.insurance {
	color: #006700;
	font-weight: bold
}
.grand-total .form-group.insurance input {
	color: #006700;
}
.grand-total .form-group.discount {
	color: #eb7500;
	font-weight: bold
}
.grand-total .form-group.discount input {
	color: #eb7500;
}
.grand-total .form-group.tax {
	color: #d90000;
	font-weight: bold
}
.grand-total .form-group.tax input {
	color: #d90000;
}
.checkout-options {
	margin: 15px 0;
}
.btns-checkout {
	text-align: center
}
.checkout-options .btns-checkout .affirm {
	background: url("/assets/img/affirm-button-bg.jpg") no-repeat scroll -2px -13px rgba(0, 0, 0, 0);
	border: 1px solid #288f49;
	border-radius: 5px;
	display: block;
	font-family: proxima_nova_rgregular;
	height: 49px;
	position: relative;
}
/*.checkout-options .btns-checkout .affirm a {
  color: #fff;
  float: left;
  width: 100%;
}*/
.aff-value {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px;
	position: absolute;
	right: 0;
	top: 0;
	width: 212px !important;
}
.aff-value:hover {
	color: #fff;
	text-decoration: none;
}
.aff-learnmore {
	border-right: 1px solid #fff;
	color: #fff;
	display: block;
	font-size: 10px;
	left: -1px;
	padding: 26px 10px 7px 16px;
	position: absolute;
	text-decoration: underline;
	top: -1px;
}
.aff-learnmore:hover {
	color: #fff;
	text-decoration: none;
}
.modal.fade.affirm .modal-dialog {
	width: 900px;
}
.btns-checkout .paypal {
	margin-left: 18px;
}
.btns-checkout #AmazonPayButton {
	float: right;
	position: absolute;
	right: 0;
}
.checkout-options .btns-checkout .affirm a h3 {
	color: #fff;
	font-size: 14px;
	margin: 1px 0 0;
	text-align: left;
	text-decoration: none;
	text-transform: none;
}
.checkout-options .btns-checkout .affirm a h5 {
	color: #fff;
	font-size: 10px;
	margin: 3px 0;
	text-align: left;
}
.checkout-options .phoneordermsg {
	background: none repeat scroll 0 0 #f5fff7;
	border: 1px solid #bbe6be;
	color: #3d853d;
	font-size: 11px;
	padding: 10px;
	text-align: center;
	width: 100%;
}
.phoneordermsg + .affirm {
	padding: 5px 0 0 !important;
	float: right;
}
.checkout-options .btns-checkout .affirm a:hover h3, .affirm a:hover h5 {
	text-decoration: none;
}
.btns-checkout .paypal, .btns-checkout #AmazonPayButton {
	padding: 0 !important;
}
.affirm .installments {
	color: #fff;
	float: left;
	font-size: 14px;
	font-weight: bold;
}
.affirm .message {
	color: #fff;
	float: left;
	font-size: 9px;
	text-align: left;
}
p.arrow-right {
	text-align: center;
	padding: 0 20px 0 0;
	background: url(/assets/img/arrow-right.png) no-repeat center right
}
span.arrow-left {
	padding: 0 0 0 20px;
	background: url(/assets/img/arrow-left.png) no-repeat center left;
	display: block
}
.include-msg {
/* margin-top: -39px; */
}
.order-details .icon-know-how {
	vertical-align: inherit;
	margin-left: -5px;
}
/************************\\Cart Page Step 2 ****************************/
h3.inpage-title {
	font-family: "Times New Roman", Times, serif;
	color: #717171;
	font-size: 17px;
	font-weight: normal;
	text-transform: none
}
h3.inpage-title span {
	display: inline-table;
}
h3.inpage-title span.cblack {
	color: #000
}
h3.inpage-title span.title-note {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
}
.info-form {
	border-right: 1px dashed #7d7d7d;
	font-size: 11px;
	margin-right: -15px;
	min-height: 527px;
	padding-right: 10px;
}
.info-form .form-horizontal {
/* min-height:700px; */
}
.info-form.last {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}
/* #creditcard-info {
  background: none repeat scroll 0 0 #e7e7e7;
  border: 1px solid #d0d0d0;
  float: left;
  padding: 21px;
} */
.cc-info-get {
	background: none repeat scroll 0 0 #f3f0f0;
	border: 1px solid #22b14c;
	float: left;
	margin-bottom: 12px;
	margin-top: -1px;
	padding: 7px;
	width: 100%;
}
.content-order-info .col-md-4.col-sm-4 {
	background: none repeat scroll 0 0 #fff !important;
}
.info-form h3 {
	background: url(/assets/img/form-toggle-minus.png) no-repeat left center;
	font-size: 22px;
	font-weight: normal;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	text-transform: capitalize;
	padding-left: 23px;
	cursor: pointer;
}
.info-form h3.collapsed {
	background: url(/assets/img/form-toggle-plus.png) no-repeat left center;
}
.info-form h3 i {
	margin-right: 10px;
}
.info-form h6 {
	font-size: 10px;
	margin: 0 0 15px 0
}
.info-form h6 input {
	vertical-align: text-bottom;
	margin-right: 5px;
}
.info-form label {
	font-size: 11px;
	font-weight: normal;
	margin-top: 4px;
	white-space: nowrap;
}
.info-form .alert-success {
	background: none repeat scroll 0 0 #f3ffef;
	border: 1px solid #468847;
	display: block;
	float: left;
	font-size: 11px;
	padding: 3px 8px 1px;
	text-align: left;
	width: 100%;
}
#creditcard-info .alert-success {
	background: none repeat scroll 0 0 #f3ffef;
	border: 1px solid #468847;
	display: block;
	float: left;
	font-size: 11px;
	padding: 6px 10px 7px;
	text-align: left;
	width: 100%;
}
.info-form .alert-success i {
	margin-right: 5px;
}
.info-form .btn-review {
	font-size: 18px;
	margin-bottom: 11px;
	padding: 10px;
	text-transform: uppercase;
}
.info-form .newslettersignup {
	font-size: 11px;
	color: #000
}
.info-form .note {
	font-size: 11px;
	color: #000
}
.info-form .note span {
	color: #777777;
	font-weight: bold
}
/************************\\Cart Page Step 3 ****************************/
.order-details.in-review {
	background: none
}
.content-order-info {
	padding: 15px;
	border: 1px solid #c1d2e3;
}
.in-review p.sold-out {
	color: red
}
.click2complete {
	margin: 25px 0 15px 0
}
.click2complete .instuct {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	color: #000
}
.click2complete.affirm .instuct {
	color: #434343 !important;
	font-size: 19px !important;
	line-height: 102%;
	width: 100%;
}
.click2complete.affirm .instuct span {
	font-size: 11px;
	line-height: 95%;
}
.click2complete .arrow {
	margin-left: -30px;
	margin-right: 30px;
}
.click2complete.affirm .arrow {
	margin-top: 7px;
	width: 157px;
}
.click2complete.affirm .btn-cart {
	margin: 0 0 0 -145px !important;
}
.click2complete .btn-cart {
	font-size: 18px;
	display: inline-block;
	padding: 10px 8px;
	text-transform: uppercase;
	margin-left: -60px;
	margin-top: -15px;
}
.click2complete .btn-cart span {
	display: block;
	font-size: 12px;
}
/************************\\Cart Page Step 4 ****************************/
.order-complete h1 {
	font-family: "Times New Roman", Times, serif;
}
.order-complete p label {
	width: 150px;
}
/***********************Modal Window****************************************/
.modal-dialog {
	max-width: 1177px;
	width: 100%
}
.modal-content {
	/*	background:#22b14c;*/
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 0;
}
.modal-content h2 {
	color: #000;
	text-transform: uppercase;
	font-size: 42px;
	background: none;
	text-align: center;
	font-weight: normal;
	padding: 25px 0 20px;
}
.modal-content h3 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize
}
.modal-content h4 {
	font-size: 13px;
	color: #000;
	margin: 0 0 10px
}
.modal-header {
	padding: 0px;
	margin-bottom: 10px;
	color: #fff;
	border: 0;
	font-size: 18px;
	color: #fff
}
.modal-body {
	background: #fff;
	padding: 5px;
}
.modal-body .body-left {
	background: url(/assets/img/modal-left.jpg) repeat-y left center;
	padding-left: 120px;
}
.modal-body .body-right {
	background: url(/assets/img/modal-right.jpg) repeat-y right center;
	padding-right: 120px;
}
.modal-footer {
	padding: 0px;
	margin-top: 10px;
	padding-top: 10px;
	border: 0
}
.affirm .modal-body {
	padding: 0;
}
/***********************Offers****************************************/
.offer-list {
	margin-top: -10px;
}
.offer-list .row {
	margin: 0 -5px;
}
.offer-list .row.col-xs-3, .offer-list .row .col-sm-3, .offer-list .row .col-md-3 {
	padding: 0 5px;
}
.offer-single {
	background: #fff;
	border: 2px solid #c6c6c6;
	padding: 10px;
	text-align: center;
	margin-top: 10px;
}
.offer-single:after {
	display: block;
	clear: both;
	content: ""
}
.offer-single p {
	font-size: 12px;
	line-height: normal
}
.offer-single .offer-price {
	font-weight: bold;
	color: #000;
}
.offer-single .price-crossed {
	width: 121px;
	height: 36px;
	text-align: center;
	font-size: 30px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	margin: 0 auto
}
.offer-single .price-crossed img {
	position: absolute;
	right: 50%;
	top: 50%;
	margin-right: -60px;
	margin-top: -18px;
	z-index: 10;
}
.special-price {
	background: #38bf09;
	color: #000;
	text-align: left;
	padding: 10px;
	position: relative;
	width: 120%;
}
.special-price:after {;
	position: absolute;
	border-top: 0 solid transparent;
	border-left: 17px solid #38bf09;
	border-bottom: 35px solid transparent;
	right: -17px;
	top: 0;
	display: block;
	content: ""
}
.special-price:before {
	border-bottom: 35px solid #38BF09;
	border-right: 17px solid transparent;
	border-top: 0 solid #38BF09;
	bottom: 0;
	content: "";
	display: block;
	position: absolute;
	right: -17px;
}
.special-price h5 {
	margin: 0;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif
}
.special-price h3 {
	color: #fff;
	font-size: 35px;
	margin: 0;
	font-family: "Times New Roman", Times, serif
}
.aad2cart {
	margin-top: 15px;
	text-align: center
}
.aad2cart img {
	height: 48px;
}
.modal-footer {
	padding-top: 10px;
	padding-bottom: 20px;
	font-family: "Times New Roman", Times, serif;
	color: #000;
}
.modal-footer a {
	font-size: 16px;
	margin-right: 15px;
	color: #000;
	text-decoration: underline
}
.modal-footer img {
	vertical-align: bottom
}
.modal-footer a.btn-cart {
	font-size: 40px;
	padding: 10px 20px 10px;
	display: inline-block;
	text-transform: uppercase;
	line-height: 40px;
}
.modal-footer a i {
	margin-left: 5px;
}
.banneronlanding {
	margin: 5px 0 10px 0;
}
.bannersplpromotion {
	margin: 0 0 20px 0;
}
.deal-ftr {
	background: #cdcdcd;
	padding: 10px 0;
}
.deal-ftr ul {
	margin-left: 20px;
}
.deal-ftr ul li {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	list-style: square
}
.deal-ftr ul li span {
	color: #000
}
.deal-ftr .big-buy {
	margin-right: -26px;
	margin-top: -10px;
	text-align: right
}
.label-group .col-xs-2, .label-group .col-xs-10, .label-group .col-xs-3, .label-group .col-xs-9 {
	padding: 0
}
.label-group .black {
	background: #000;
	text-align: center;
	padding: 5px 10px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	height: 50px;
	padding-top: 15px;
	position: relative;
}
.label-group .black:after {
	display: block;
	content: "";
	position: absolute;
	left: 10px;
	bottom: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
}
.label-group .pink {
	background: #d53439;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	padding: 8px 10px 5px;
	height: 50px;
}
.form-newsletter {
	background: #cdcdcd;
	padding: 13px 0 10px;
	line-height: 13px;
	color: #000;
	font-weight: bold
}
.form-newsletter [class*="col-sm-"] {
	padding: 0 5px;
}
.form-newsletter label {
	color: #000;
	display: block;
}
.form-newsletter input[type="text"] {
	padding: 7px;
}
.form-newsletter .btn {
	color: #fff;
	background: #d53439;
	box-shadow: none;
	border: 0;
	border-radius: 0px;
	float: left;
	margin-right: 15px;
	padding: 8px;
	position: relative;
	top: 1px;
}
.form-newsletter p.font-normal {
	font-weight: normal;
	margin-bottom: 0px;
}
.bannerdod {
	background: url(/assets/img/landing_bg.jpg) no-repeat right top;
}
.bannerdod h2 {
	margin: 0;
	font-size: 13px;
	text-transform: capitalize
}
.bannerdod .row {
	margin: 0
}
.bannerdod .no-pad {
	padding: 0;
	float: right
}
.product-box {
	background: #fff;
	padding: 20px 50px 20px 30px;
}
.product-box .content-box p {
	text-align: right;
	font-size: 13px;
	color: #008dce;
	margin-bottom: 5px;
	font-weight: bold
}
.product-box .content-box p:after {
	display: block;
	clear: both;
	content: ""
}
.product-box .content-box p.bb {
	border-bottom: 1px dotted #000
}
.product-box .content-box p label {
	display: block;
	float: left;
	color: #000;
	width: 43%;
	text-align: left
}
.product-box .content-box .price {
	margin-top: 40px;
}
.product-box .content-box .price p {
	margin: 0
}
.product-box .content-box .price p.rp, .product-box .content-box .price p.rp label {
	color: #676767
}
.product-box .content-box .price p.op, .product-box .content-box .price p.op label {
	color: #114899
}
.product-box .content-box .price p.tp {
	color: #000;
	margin-top: 10px;
	font-size: 50px;
}
.product-box .content-box .price p span {
	display: block;
	float: left;
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	line-height: 22px;
	margin-top: -5px;
}
.product-box .content-box .price p.freeship {
	text-align: left;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal
}
.product-box .content-box .price .btn {
	font-size: 24px;
	text-transform: uppercase
}
.signup-form {
	background: #e0eef4;
	padding: 0 5px 5px;
	line-height: normal;
	border: 2px solid #000035;
	font-size: 11px;
	color: #000
}
.signup-form h2 {
	text-transform: uppercase;
	margin: 0 -5px;
	padding: 5px;
}
.signup-form h2 span {
	display: block;
	font-size: 11px;
	text-transform: capitalize;
	padding-top: 3px;
}
.signup-form p {
	font-size: 11px;
	line-height: normal;
	margin: 5px 0
}
.signup-form label {
	text-transform: uppercase;
	padding-top: 3px;
}
.signup-form label span {
	display: block;
	font-size: 11px;
	text-transform: capitalize;
	font-weight: normal
}
.dow-head .deal-price {
	font-family: 'Oranienbaum', serif;
	color: #fe5f4a;
	font-size: 130px;
	line-height: 139px;
	display: block;
	text-align: center
}
.dow-head h5 {
	text-transform: uppercase;
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	margin-bottom: 25px;
	text-align: center
}
.banner-dotw-content {
	text-align: center;
}
.product-of-week {
	margin-top: -50px;
}
.banner-dotw-content p.price-dow {
	font-size: 18px;
	color: #474747;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	margin: 0
}
.banner-dotw-content p.offer-dof {
	color: #d81f00;
	font-size: 26px;
	line-height: normal;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0
}
.banner-dotw-content p.offer-dof span {
	font-size: 84px;
	font-family: 'Oranienbaum', serif;
	color: #000;
	display: block;
	line-height: normal
}
.banner-dotw-content p.free-ship {
	margin: 0;
	font-size: 14px;
	color: #000;
	text-transform: uppercase
}
.sticky-box {
	border: 12px solid #d40000;
	background: #fff;
	position: fixed;
	left: auto;
	bottom: 0px;
	z-index: 100
}
#quick-view .modal-dialog {
	max-width: 900px;
}
#quick-view .product-details {
	padding: 0;
}
#quick-view .product-details h2 {
	text-align: left;
	font-size: 15px;
	font-weight: 700;
	padding: 0;
	color: #000000;
	margin: 0 0 5px 0;
	text-transform: capitalize
}
#quick-view .product-details h2 span {
	color: #999999;
	font-size: 12px;
	text-align: right;
	display: inline-block;
	font-weight: bold;
	padding: 3px 0 0;
	white-space: nowrap;
}
#quick-view .product-details h3 {
	color: #999999;
	text-align: right;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0 0px 0 0;
}
.modal-pro-opt h3 {
	font-size: 15px;
	color: #000000;
	text-transform: uppercase;
	position: relative
}
.modal-pro-opt h3 img {
	vertical-align: middle;
	margin-left: 5px;
}
#quick-view .prd-opt {
	position: absolute;
	left: 170px;
	top: 0;
	width: 170px;
	background: #ffffff;
	z-index: 10;
	padding: 10px;
	border: 1px solid #c2c2c2;
	display: none
}
#quick-view h3:hover .prd-opt {
	display: block
}
#quick-view .prd-opt img {
	margin-left: 0;
}
#quick-view .prd-opt div {
	margin-bottom: 0px
}
#quick-view .prd-opt div span {
	text-transform: capitalize;
	border-bottom: 0;
	margin-bottom: 5px;
	font-size: 13px;
}
#quick-view .prd-opt div a {
	text-transform: none;
	font-size: 12px;
	color: #000000;
	font-weight: normal
}
.review {
	float: left;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	color: #003298;
}
.like-fb {
	float: right;
	padding: 0px 0px 0px 0px;
}
.des {
	background: #fffacd;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	border-top: 1px solid #ccc;
}
.pad2 {
	padding: 8px;
}
.des h4 {
	font-size: 14px;
	font-weight: normal;
	color: #111;
	margin: 0px;
}
.date-star {
	margin: 0px 0px 0px 0px;
}
.des p {
	font-size: 12px;
	padding: 5px 0px 0px 0px;
}
.qty2 {
	float: left;
	text-align: center;
	background: #efefef;
	padding: 5px 5px;
	margin-right: 10px;
	position: relative;
	padding-right: 25px;
	width: 100px !important;
}
.qty2 span {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	display: inline-block;
	font-size: 12px;
}
.qty2 input[type="text"] {
	margin: 0px 0px 0px 0px;
	border: none;
}
#quick-view .tab-component {
	margin: 20px 0;
}
#quick-view .tab-component .nav-tabs {
	border-bottom: 0
}
#quick-view .tab-component .nav-tabs > li {
	margin-right: 5px;
}
#quick-view .tab-component .nav-tabs > li > a {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	line-height: normal;
	font-size: 11px;
	color: #000;
	padding: 5px;
	background: #e9eaec; /* Old browsers */
	background: -moz-linear-gradient(top, #e9eaec 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9eaec), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e9eaec 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e9eaec 0%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e9eaec 0%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e9eaec 0%, #ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9eaec', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
	border-color: #ddd #ddd transparent;
	outline: line!important;
}
#quick-view .tab-component .nav-tabs > li.active > a {
	background: #ffffff
}
#quick-view .tab-component .nav-tabs > li > a:focus {
	outline: none
}
#quick-view .tab-component .nav-tabs > li.facebook a {
	border: 0;
	background: none;
	padding: 0;
}
#quick-view .tab-component .tab-content {
	border: 1px solid #ddd;
	margin-top: 0px;
}
.qty2 a {
	width: 20px;
	display: block;
	text-align: center;
	position: absolute;
	right: 0;
	font-size: 14px;
}
.qty2 a.disabled {
	color: #c2c2c2
}
.qty2 a:hover {
	text-decoration: none
}
.qty2 a.cart-add {
	bottom: 1px
}
.qty2 a.cart-less {
	top: 1px;
}
.buy-btn {
	margin: 10px 0px 0px 0px;
}
.buy-btn a {
	display: inline-block;
}
.buy-btn span img {
	margin-top: 17px;
}
.blue-c {
	color: #5466c3;
}
.qty-field {
	width: 15px;
	text-align: center;
}
.qty2 .qty-field {
	text-align: center;
	width: 35px;
}
.rate-bg {
	padding: 12px 0px 9px 0px;
	margin: 0px 0px 0px 0px;
}
.font-upp {
	color: #333;
	font-size: 14px;
}
.spec {
	margin: 0px 0px 0px 0px;
	border-collapse: collapse;
}
.spec-hd {
	color: #000!important;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}
.spec td {
	padding: 5px 0px 5px 10px;
	border-top: 1px solid #e0e0e0;
}
.gray-bg {
	background: #f7f7f7;
}
.product-price {
/* padding-left:20px; 
	margin-top: 30px; */
}
.product-price p {
	margin-bottom: 2px;
	font-size: 13px;
	font-weight: 700;
	color: #666666;
}
.product-price p:after {
	clear: both;
	display: block;
	content: "";
}
.product-price p.clearance {
	font-size: 18px;
	color: #F00;
	margin-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	white-space: nowrap;
}
.product-price p .qty {
	max-width: 35px;
	text-align: center
}
.product-price .btn {
	background: url(/assets/img/buy-now-big-hover.png) repeat-x;
	background: #fdb814; /* Old browsers */
	background: -moz-linear-gradient(top, #fdb814 0%, #f89519 35%, #f16b22 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdb814), color-stop(35%, #f89519), color-stop(100%, #f16b22)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fdb814 0%, #f89519 35%, #f16b22 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fdb814 0%, #f89519 35%, #f16b22 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fdb814 0%, #f89519 35%, #f16b22 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fdb814 0%, #f89519 35%, #f16b22 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb814', endColorstr='#f16b22', GradientType=0 ); /* IE6-9 */
	background-size: auto 100%;
	width: 217px;
	font-weight: 700;
	padding: 4px 25px;
	display: inline-block;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #f3f3f1;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	font-size: 35px;
	line-height: normal;
	color: #fff;
}
.product-price .btn.special {
	background: linear-gradient(to bottom, #ff0000 0%, #f10101 35%, #d60000 100%) repeat scroll 0 0 / auto 100% rgba(0, 0, 0, 0) !important;
}
.product-price .btn:hover {
	background: #fce6a6; /* Old browsers */
	background: -moz-linear-gradient(top, #fce6a6 0%, #f4d573 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fce6a6), color-stop(100%, #f4d573)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fce6a6 0%, #f4d573 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fce6a6 0%, #f4d573 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fce6a6 0%, #f4d573 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fce6a6 0%, #f4d573 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fce6a6', endColorstr='#f4d573', GradientType=0 ); /* IE6-9 */
	background: url(/assets/img/buy-now-big.png) repeat-x;
	color: #000;
	text-shadow: 2px 1px 0px rgba(255, 255, 255, 0.3);
	-moz-text-shadow: 2px 1px 0px rgba(255, 255, 255, 0.3);
	-webkit-text-shadow: 2px 1px 0px rgba(255, 255, 255, 0.3);
}
.product-price .btn.special:hover {
	background: linear-gradient(to bottom, #ff0000 0%, #ab0000 35%, #ff9898 100%) repeat scroll 0 0 / auto 100% rgba(0, 0, 0, 0) !important;
	color: #fff;
}
.product-price .btn.btn-block {
	display: block;
	width: auto
}
.product-price .buy-btn.mb20 .btn.btn-block {
	display: block;/*width: 303px;*/
}
.credit-cards {
	margin-top: 10px;
	text-align: right;
}
.shipping {
	margin: 0 0 0px;
}
.shipping p {
	margin: 0;
	font-weight: normal;
	color: #999999;
	font-size: 11px;
}
.shipping p span {
	color: #129D00;
	text-transform: capitalize
}
.tabbed-info {
	margin-top: 10px;
	border-top: 1px solid #DDDDDD;
	padding-top: 20px;
}
.tabbed-info .nav > li > a {
	outline: none;
	padding: 5px 8px
}
.tabbed-info .nav > li.active > a {
	background: #EEEEEE
}
.tabbed-info .tab-content {
	padding: 10px;
}
#quick-view .item-zoom {
	padding: 0 0 15px 0;
}
.ribbon-clearance {
	position: relative;
	margin-left: 10px;
	z-index: 1000
}
.label-quickviews {
	text-transform: uppercase;
	padding-top: 13px;
	color: #000000
}
.quick-view-thumbs img {
	margin-right: 3px;
	width: 51px;
	height: 36px;
}
.quick-view-thumbs-2 img {
	height: 54px;
	margin-right: 3px;
	width: 51px;
}
.quick-view-thumbs-3 img {
	margin-right: 3px;
	width: 93px;
	height: 56px;
}
.login-mc {
	background: none repeat scroll 0 0 #F0F0F0;
	padding: 35px;
}
.login-mc h3 {
	font-size: 20px;
}
.login-mc h5 {
	margin: 0 0 10px
}
.login-mc .form {
	border-right: 1px solid #c2c2c2
}
.login-mc input[type="text"], .login-mc input[type="email"], .login-mc input[type="password"], .login-mc select {
	padding: 7px;
}
.login-mc .btn {
	padding: 10px;
	font-size: 14px;
}
.login-mc ul {
	max-width: 170px;
	margin: 0 auto
}
.login-mc ul li {
	list-style: disc outside
}
.login-mc .register {
	background: #fff;
	padding: 20px;
	min-height: 215px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
	border: 1px solid #c2c2c2
}
.login-mc .register a {
	color: #EF8100
}
.login-mc .register .btn {
	padding: 6px;
}
.amazon-login-button-block {
  background: #ffeebe none repeat scroll 0 0;
  border-radius: 7px;
  padding: 30px;
}
.amazon-login-text-block {
  font-size: 15px;
  line-height: 125%;
  padding: 25px;
}
.amazon-login-button-block > p {
  color: #5f5f5f;
  font-size: 20px;
  line-height: 125%;
}
.banner-giveaway {
	background: url("/assets/img/give-away-bg3.jpg") no-repeat scroll 0 85px rgba(0, 0, 0, 0);
	min-height: 403px;
	position: relative;
}
.banner-giveaway .giveaway-item {
	text-align: center;
}
.banner-giveaway h1 {
	color: #3a3a3a;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.banner-giveaway .img-giveaway {
	position: absolute;
	left: 0;
	top: 0
}
.banner-giveaway .giveaway-text span {
	clear: both;
	color: #3e3e3e;
	float: left;
	line-height: 131%;
	text-align: center;
	width: 100%;
}
.banner-giveaway .giveaway-text .small {
	font-size: 20px;
}
.banner-giveaway .giveaway-text .big {
	font-size: 30px;
}
.banner-giveaway .title {
	font-family: 'engravers_gothicregular', arial;
	text-align: center;
}
.banner-giveaway .title h4 {
	color: #5c5c5c;
	font-family: "engravers_gothicregular", arial;
	font-size: 60px;
	margin: 16px 0 0;
}
.banner-giveaway .contest-fields {
	margin: 0;
	padding-top: 17px;
	width: 100%;
}
.banner-giveaway h1 {
	color: #ff9000;
	display: block;
	font-family: "engravers_gothicregular", arial;
	font-size: 89px;
	font-weight: bold;
	height: 62px;
	line-height: 47px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
.banner-giveaway .giveaway-item img {
	height: 225px;
	max-width: 100%;
	width: auto;
}
.button-div button {
	background: none repeat scroll 0 0 #545454;
	width: 100%;
}
.contest-fields, .contest-desc {
	position: relative;
	z-index: 10
}
.contest-fields {
	padding-top: 40px;
	margin-bottom: 30px;
}
.contest-fields .fields span {
	display: block;
	font-size: 70%
}
.contest-fields .fields {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #c2c2c2;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	font-size: 15px;
	margin: auto;
	max-width: 350px;
	min-height: 215px;
	padding: 20px;
}
.contest-fields .fields input {
	padding: 7px;
}
.thank-you .fields {
	font-size: 18px;
	line-height: 113%;
	margin-top: 23px;
	min-height: 188px;
	padding: 80px 35px;
	text-align: center;
}
.thankyou .fields p strong {
	color: #57981d;
	font-size: 19px;
	line-height: 120%;
}
.banner-giveaway .arial {
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 79%;
}
.contest-fields .fields .btn {
	font-size: 20px;
	padding: 10px;
}
.contest-desc h2 {
	background: none;
	color: #000;
	font-size: 20px;
}
.page-static a {
	color: #EF8100;
}
.page-static ul li {
  list-style: outside disc !important;
  margin-left: 14px;
  padding-left: 3px;
}
.page-static ul.list_url li {
	color: #EF8100;
}
.GEMSTONE-DISCLOSURES {
	background: #f0f0f0;
	margin: 10px 0
}
.GEMSTONE-DISCLOSURES td {
	padding: 15px;
}
.GEMSTONE-DISCLOSURES .gems {
	color: #000;
	font-weight: bold;
	font-size: 13px;
}
.carriers-qv {
	max-width: 300px;
	margin: 0 auto
}
.account-info h4 {
	background: #f1f1f1;
	padding: 5px 10px;
}
.account-info h4 a {
	font-size: 13px;
	color: #000
}
.account-info h4 a:hover {
	color: inherit
}
.account-info p {
	margin-bottom: 10px;
}
.listing .product-single .product-picture {
	height: auto;
}
.quick-view-links {
	margin-bottom: 5px;
}
.quick-view-links:after {
	display: block;
	clear: both;
	content: ""
}
.quick-view-links a {
	background: #cacaca;
	float: left;
	display: block;
	padding: 5px;
	width: 56px;
	height: 52px;
	margin-right: 5px;
	color: #fff;
	border: 1px solid #fff;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1)
}
.quick-view-links a i {
	font-size: 14px;
}
.quick-view-links a:hover {
	text-decoration: none;
	background: #a8a8a8
}
.quick-view-links a:last-child {
	margin-right: 0
}
.other-links {
	width: 100%;
	margin-bottom: 10px;
}
.other-links:after {
	display: block;
	clear: both;
	content: ""
}
.other-links li {
	width: 33%;
	float: left;
	display: block;
	border-bottom: 1px solid #9b9b9b
}
.other-links li a {
	margin-right: 2%;
	padding: 5px 10px;
	display: block;
	background: #cccccc;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	cursor: pointer;
}
.other-links ul li.active a {
	background: #9b9b9b
}
.other-links ul li a:hover {
	background: #9b9b9b;
	text-decoration: none
}
.video-frame {
	max-width: 300px;
	margin: 0 auto 55px;
}
.video-view {
	border: 1px solid #DDDDDD;
	margin: 20px 0 10px;
	padding: 15px;
	height: 235px;
}
.faq h2 {
  background: #fff none repeat scroll 0 0;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0;
  padding: 0;
}
.faq .panel-body {
	padding: 10px !important;
}
.panel-group .panel {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.panel-default {
}
.panel-default > .panel-heading {
	padding: 5px 10px;
}
.panel-default > .panel-heading a {
	color: #333;
	font-size: 12px;
	display: block;
	outline: none
}
.panel-default > .panel-heading a:hover {
	text-decoration: none
}
.panel-default > .panel-heading a:focus {
	outline: none;
	text-decoration: none
}
#how-does-affirm-works .panel-body {
  padding: 8px 13px;
}
#how-does-affirm-works .panel-title > a::before {
  color: #48b572;
  content: "+";
  display: block;
  float: left;
  font-family: "Glyphicons Halflings";
  font-size: 9px;
  margin-left: -14px;
  width: 12px;
}
#how-does-affirm-works .panel-title > a {
  line-height: 1.25;
  margin-left: 14px;
}

.contact-info {
	/*padding: 0 50px;*/
	font-size: 14px;
}
.contact-info p {
	font-size: 13px;
}
.contact-info img.flag {
	vertical-align: middle;
	margin-right: 10px;
}
.treatment-disclosure {
	margin: 20px 0
}
.treatment-disclosure .title {
	background: #cdcdcd;
	color: #000000;
	padding: 10px;
	font-weight: bold
}
.treatment-disclosure .title .name {
	font-size: 16px;
	display: block
}
.treatment-disclosure .disclosure-content {
	padding: 10px;
}
.treatment-disclosure .disclosure-content label {
	display: block
}
.contact-us {
	background: none repeat scroll 0 0 #F0F0F0;
	padding: 35px;
}
.contact-us .phone p {
	margin: 0
}
.contact-us .phone h3 {
	margin: 5px 0;
	font-size: 18px;
	line-height: normal
}
.contact-us .country h4 {
	font-size: 14px;
	font-weight: bold;
	color: #333333
}
.contact-us .country ul li {
	font-size: 13px;
	line-height: 20px;
	background: #fff;
	padding: 10px;
	margin-bottom: 2px;
}
.contact-us .country ul li a {
	display: block
}
.contact-us .country ul li a:hover {
	text-decoration: none
}
.contact-us .country ul li img {
	margin-right: 10px;
}
.contact-social h4 {
	font-size: 14px;
	font-weight: bold;
	color: #333333
}
.contact-social ul li {
	font-size: 13px;
	line-height: 20px;
	background: #fff;
	padding: 10px;
	margin-bottom: 2px;
}
.contact-social ul li a i {
	margin-right: 10px;
}
.contact-social ul li a.faceboook i {
	color: #3861A4;
	font-size: 30px;
	vertical-align: middle
}
.contact-social ul li a.twitter i {
	color: #429EC6;
	font-size: 30px;
	vertical-align: middle
}
.contact-social ul li a.pintrest i {
	color: #C42020;
	font-size: 30px;
	vertical-align: middle
}
.contact-social ul li a.blog i {
	color: #EF8100;
	font-size: 30px;
	vertical-align: middle
}
.contact-social ul li a:hover {
	text-decoration: none
}
.list_carousel-loop {
	margin: 0 !important;
	clear: both;
	float: left;
	width: 100%;
}
.carousel-new li {
	border-width: 1px;
	border-style: solid;
	border-color: transparent
}
.carousel-new li:hover {
	border-color: #eaeaea
}
.list_carousel .carousel-new li {
  height: 170px;
  margin: 0 !important;
  padding: 10px;
  width: 184px;
}
.list_carousel .carousel-new.six-in-row li {
  height: 170px;
  margin: 0 !important;
  padding: 10px;
  width: 152px !important;
}
.list_carousel .carousel-new li img {
	max-height: 118px;
	margin: 0 auto;
	max-width: 100px;
}
.list_carousel .carousel-new li h4 {
  color: #000000;
  float: left;
  font-family: "engravers_gothicregular",arial;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.list_carousel-loop #foo2_prev {
	background: url(/assets/img/arrow-left-carousal.png) no-repeat;
	width: 18px;
	height: 34px;
}
.list_carousel-loop #foo2_next {
	background: url(/assets/img/arrow-right-carousal.png) no-repeat;
	width: 18px;
	height: 34px;
}
.detail-carasoul #foo2_prev, .detail-carasoul #foo2_next {
	background-size: 85%;
}
/*Product Filter CSS Dated 23July2014*/

.product-filter {
	margin-top: 1px;
	background: #fff;
	z-index: 7000;
}
.product-filter h2 {
	margin: 0;
	background: #7f7f7f
}
.product-filter h4 {
	color: #4c4c4c;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	background: url(/assets/img/accordion-open.png) no-repeat left center;
	padding-left: 20px;
	cursor: pointer
}
.product-filter h4.closed {
	background: url(/assets/img/accordion-close.png) no-repeat left center;
}
.product-filter .fiter-by {
	border-bottom: 1px dotted #333333;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.product-filter .fiter-by ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.product-filter .fiter-by ul li:after {
	display: block;
	clear: both;
	content: ""
}
.product-filter .fiter-by ul li label {
	font-weight: normal;
	margin: 0;
	display: inline-block
}
.product-filter .fiter-by ul li span.qty {
	float: right
}
.paging {
	background: #efefef;
	padding: 5px;
	margin: 10px 0 30px;
	color: #000
}
.paging .row {
	margin: 0 -5px;
}
.paging .col-md-1, .paging .col-md-2, .paging .col-md-3, .paging .col-md-4, .paging .col-md-5, .paging .col-md-6, .paging .col-md-7, .paging .col-md-8, .paging .col-md-9, .paging .col-md-10, .paging .col-md-11, .paging .col-md-12 {
	padding: 0 5px;
}
.paging label {
	margin: 0;
	font-weight: normal;
	padding-top: 5px;
}
.paging .form-control {
	font-size: 12px;
	color: #000;
	padding: 3px 1px;
}
.paging .pages:after {
	display: block;
	clear: both;
	content: ""
}
.paging .pages span, .paging .pages a {
	float: left;
	padding: 2px 3px;
	background: #fff;
	border: 1px solid #333333;
	color: #777777;
	margin-right: 5px;
}
.paging .pages span.current-page, .paging .pages a:hover {
	background: #9acd32;
	color: #000;
	text-decoration: none
}
.paging .pages span.divider {
	border: 0;
	background: none;
	color: #000
}
.paging .pages a.page-next {
	background: url(/assets/img/page-next.png) no-repeat center center;
	border: 0;
	font-size: 0;
	height: 22px;
}
.paging .pages a.page-prev {
	background: url(/assets/img/page-prev.png) no-repeat center center;
	border: 0;
	font-size: 0;
	opacity: 0;
	height: 22px;
}
.paging .pages a.page-next:hover, .paging .pages a.page-prev {
}
.product-filter {
	width: 216px;
}
.featured {
	border: 1px solid #000;
	padding: 0 8px;
}
.featured .row {
	margin-top: 15px;
}
.featured h2 {
	letter-spacing: 0.07em;
	margin: 0 -8px 0px;
	background: #ffffff;
	color: #000000;
	text-align: center;
	font-family: 'engravers_gothicregular', arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 22px;
	cursor: pointer;
}
.listing .featured .product-single {
	border-color: transparent
}
.featured h2 a i {
	font-size: 14px;
	position: relative;
	top: -3px;
	width: 50%;
}
.featured h2 a i:before {
	content: "\2212";
	font-family: "Glyphicons Halflings";
	line-height: 1;
	display: inline-block;
	color: #000;
}
.featured h2 a i.plus:before {
	content: "\2b";
	font-family: "Glyphicons Halflings";
	line-height: 1;
	display: inline-block;
}
.prd-opt {
	/* margin-bottom: 20px; */
	position: relative;
}
.prd-opt .option-btn {
	background: #f2f2f2 none no-repeat scroll 96% center;
	border-bottom: 1px solid #d3d3d3;
	border-radius: 3px;
	color: #8c8c8c;
	display: none;
	padding: 13px 25px;
	text-align: left;
}
.prd-opt.show {
	margin-bottom: 20px;
}
.prd-opt .option-btn:hover, .prd-opt .option-btn:focus {
	outline: none;
	color: #8c8c8c;
	text-decoration: none
}
.prd-opt.show .option-btn {
	display: block
}
.prd-opt .optionstoggle-fold.mobile {
	display: none;
	/* position: absolute; */
	width: 100%;
	top: 26px;
	left: 0;
	background: #efefef;
	padding: 10px;
	z-index: 100;
	margin: 0 0 20px 0;
}
/*.prd-opt div {
	text-align: center
}*/
/*.prd-opt div span {
  color: #000;
  display: block;
  float: left;
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 3px;
  text-align: left;
  width: 25%;
}*/
.prd-opt div span {
	color: #000;
	display: block;
	float: left;
	font-weight: bold;
	text-align: left;
}
.prd-opt .gemstonefilter {
	float: left;
	margin-left: 5px;
}
/*.prd-opt div a {
	display: block;
	float: left;
	margin-right: 5px;
	margin-top: 2px;
	padding-top: 8px;
}*/
.prd-opt select {
	background: #f5f5f5;
	/* margin-top: 10px; */
	border: 1px solid #cccccc;
	float: left;
	padding: 2px 7px;
}
/*.prd-opt div a:hover, .prd-opt div a.active {
	background: url(/assets/img/orange-arrow.png) no-repeat top center;
}*/
.panel-default > .panel-heading + .panel-collapse .panel-body {
	border: none !important;
}
.panel-body {
	padding: 5px 0;
}
.section-title {
	font-weight: bold;
	border-bottom: 1px solid #e0e0e0;
	background: none;
	color: #000;
	margin-top: 35px;
	font-size: 15px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.prd-reviewsec {
	margin-top: 0px;
	margin-bottom: 50px;
	width: 100%;
}
.prd-reviewsec .caroufredsel_wrapper {
	height: 212px !important;
}
.prd-reviewsec .sub-desc {
	font-size: 1.2em;
	color: #000;
	font-style: normal;
}
.prd-reviewsec .sub-desc a, .prd-reviewsec .sub-desc span {
	margin-right: 8px;
	font-size: .8em;
}
.prd-reviewsec .sub-desc a {
	display: inline-block;
	padding-bottom: 10px;
	color: #000;
	text-transform: uppercase;
}
.pdetail .wowslider .ws_images {
	width: 65%;
}
.pdetail .wowslider .ws_images img {
	width: 100%;
}
.pdetail .ws_images div {
	height: 280px;
}
.prd-reviewsec .sub-desc a.active, .prd-reviewsec .sub-desc a:hover {
	background: url(/assets/img/dorg-arrow.png) no-repeat left bottom;
	text-decoration: none;
	color: #000;
}
.section-title span {
	float: left
}
.section-title span.glyphicon {
	color: #7f7f7f;
	font-size: 0.8em;
	margin-left: 7px;
	margin-top: -1px;
}
.section-sub-title {
	background: none;
	border-bottom: 1px solid #e0e0e0;
	color: #000;
	font-size: 1em;
	font-weight: normal;
	margin-right: 5px;
	padding-bottom: 5px;
	padding-top: 35px;
}
.section-sub-title img {
	margin-right: 5px;
	margin-top: -27px;
}
.diamond-details {
	margin: 20px 0 0;
}
.diamond-details .panel {
	background: none;
	border: none;
	box-shadow: 0px 0px;
}
.diamond-details .panel-heading {
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
}
.diamond-details .panel-heading h4 {
	font-weight: normal;
	font-size: 1.1em;
}
.diamond-details .panel-heading h4 a {
	color: #000;
	display: block;
	font-size: 13px !important;
	outline: medium none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
.diamond-details .panel-heading h4 a span {
	font-weight: normal;
	font-size: .8em;
	color: #7f7f7f;
	margin-right: 10px;
}
.panel-title a:not(.collapsed) span {
	color: #ff9000 !important;
	margin-left: 2px;
	margin-right: 8px !important;
	transform: rotate(90deg);
	width: 10px;
}
.panel-group .panel + .panel {
	margin-top: 10px;
}
/*.dmd-info {
	border-top: 1px solid #e0e0e0;
	margin-left: 19px;
	width: 76%;
}*/
.dmd-info li {
	border-bottom: 1px solid #e0e0e0;
	line-height: 25px;
	overflow: hidden;
	/*text-align: center;*/
	width: 100%;
}
.dmd-info li span {
	background: none repeat scroll 0 0 #f7f7f7;
	color: #000;
	display: block;
	float: left;
	line-height: 25px;
	margin-right: 10px;
	padding-left: 7px;
	text-align: left;
	width: 60%;
}
.talk-by-phn, .talk-by-email {
	float: left;
	margin-top: 20px;
	width: 100%;
}
.talk-by-phn input#Name {
	width: 67%;
}
.talk-by-phn span, .talk-by-email span {
	font-weight: normal;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 10px;
	padding: 4px 0;
	display: block;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
}
.talk-by-phn span {
	background: url(/assets/img/phone3.jpg) no-repeat left center;
	padding-left: 25px;
}
.talk-by-email span {
	background: url(/assets/img/email3.jpg) no-repeat left center;
	padding-left: 25px;
}
.talk-by-phn label, .talk-by-email label {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	margin-right: 5px;
	text-align: left;
	width: 74px;
}
.phonenocont {
	float: left;
	position: relative;
}
.phonenocont > small {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #c5c5c5;
	font-size: 9px;
	height: 14px;
	line-height: 12px;
	padding: 0 5px;
	position: absolute;
	right: 8px;
	top: -9px;
}
.phoneno > label, .phoneno .phonenocont, .phoneno #CallMe {
	float: left;
}
/* .talk-by-phn label:after, .talk-by-email label:after {
  content: " :";
  float: right;
} */
#phone2 {
	width: 39px;
}
#phoneext {
	width: 36px;
}
.talk-by-phn input[type="text"] {
	background: none repeat scroll 0 0 #f5f5f5;
	border: 1px solid #ccc;
	box-shadow: none;
	font-size: 11px;
	margin: 0 4px;
	padding: 4px;
	width: 30px;
}
.talk-by-phn input[type="submit"], .talk-by-email input[type="submit"], .live-chat-btn a {
	background: none repeat scroll 0 0 #dddddd;
	border: medium none;
	border-radius: 4px;
	color: #000;
	margin-top: 0;
	padding: 5px 13px;
	text-transform: uppercase;
}
.talk-by-phn input[type="submit"]:hover, .talk-by-email input[type="submit"]:hover, .live-chat-btn a:hover {
	background: none repeat scroll 0 0 #929292;
	color: #fff;
}
.talk-by-email p {
	margin-bottom: 2px;
}
.live-chat-btn img {
	float: left;
}
.live-chat-btn a {
	float: left;
	margin-left: 10px;
	white-space: nowrap;
}
.talk-by-email input[type="text"], .talk-by-email textarea {
	background: #EFEFF1;
	border: 1px solid #ccc;
	/* box-shadow: 0 1px 2px #c9c9c9 inset; */
	margin: 0 4px;
	padding: 4px;
	width: 70%;
	margin: 0;
}
.ext-div {
	position: relative;
}
.ext-div small {
	background: none repeat scroll 0 0 white;
	border: 1px solid #bfbfbf;
	color: #393939;
	font-size: 9px;
	left: 11px;
	line-height: 8px;
	padding: 1px;
	position: absolute;
	top: -13px;
}
.prd-reviewsec p {
	font-style: italic;
}
.blog-icon {
	background: url("/assets/img/blog-icon.png") no-repeat scroll 0 -2px rgba(0, 0, 0, 0);
	display: inline-block;
	height: 18px;
	margin-bottom: -1px;
	width: 20px;
}
.blog-icon:hover {
	background-position: 0 -22px;
}
.page-not-found {
	margin: 0 0 20px;
	color: #000000;
	font-size: 14px;
}
.page-not-found p {
	font-size: 16px;
}
.page-not-found p span {
	color: #7f7f7f
}
.page-not-found p .highlight {
	color: #ef8100
}
.customer-service {
	background: #f0f0f0;
	padding: 15px;
	margin-top: 20px;
	color: #777777
}
.customer-service h3 {
	font-size: 18px;
}
.customer-service p {
	color: #777777;
	font-size: 12px;
}
.customer-service small {
	font-size: 12px;
}
.customer-service .contact-info {
	padding: 0 15px
}
.customer-service .contact-info h5 {
	color: #333333;
	font-weight: bold;
}
.customer-service .contact-info ul, .customer-service .contact-info ul li {
	margin: 0;
	padding: 0;
	list-style: none
}
.customer-service .contact-info ul {
	margin: 0 0 40px;
}
.customer-service .contact-info ul li {
	background: #fff;
	display: block;
	margin-bottom: 2px;
	background: #fff;
	padding: 10px;
	font-size: 13px;
	min-height: 52px;
	line-height: 30px;
}
.customer-service .contact-info ul li img {
	vertical-align: middle;
	margin-right: 15px;
}
.customer-service .contact-info ul li a {
	color: #777777
}
.customer-service .contact-info ul li a:hover {
	color: #333333
}
.customer-service .other-contact .social a {
	font-size: 22px;
	margin-right: 3px;
	opacity: 0.9;
	display: inline-block;
	float: left
}
.customer-service .other-contact .social a:hover {
	text-decoration: none;
	opacity: 1;
}
.customer-service .other-contact .social a.fb {
	color: #3861a4
}
.customer-service .other-contact .social a.twt {
	color: #429ec6
}
.customer-service .other-contact .social a.pin {
	color: #c42020
}
.dod-title {
	border-bottom: 1px solid #c3c3c3;
	float: left;
	margin-bottom: 30px;
	margin-top: 30px;
	padding-bottom: 10px;
	width: 100%;
}
.dod h1 {
	margin: 0;
	padding: 0;
	font-family: 'engravers_gothicregular';
	text-transform: none;
	font-size: 76px;
	font-weight: 600;
	line-height: 40px;
}
.dod h1 span.date {
	font-size: 16px;
	color: #7f7f7f;
	font-weight: normal;
}
.dod .time {
	text-transform: uppercase;
	font-size: 9px;
	color: #000;
	display: inline-block;
	text-align: center;
	width: 45px;
}
.dod .time label {
	display: block;
	color: #fff;
	background: #7f7f7f;
	font-size: 20px;
	font-weight: normal;
	padding: 5px 5px;
}
.dod-new .dod-new-title h1 {
	float: left;
	font-family: "engravers_gothicregular";
	font-size: 73px;
	font-weight: bold;
	margin: 0 0 0 -20px;
	padding: 0;
	text-transform: none;
	width: 84%;
}
.dod-new .more-info > img, .dow-new .more-info > img {
	float: left;
}
.dow-new .dow-item-display h5 {
	text-align: center;
}
.more-info-text {
	float: left;
	margin: 0 1px 0 5px;
	white-space: nowrap;
}
.dod-new .carousel-inner img {
	margin: auto;
}
.dod-new-title {
	border-bottom: 1px solid #dbdbdb;
	float: left;
	margin: 7px 0 28px;
	width: 100%;
}
.dod-new .more-info, .dow-new .more-info {
	border: 1px solid #b5b5b5;
	color: #7f7f7f;
	display: inline-block;
	font-size: 11px;
	margin: 5px 10px 0 0;
	padding: 4px 9px;
	text-transform: capitalize;
}
.dod-new-title small {
	margin-left: 16px;
}
.dod-new .carousel-inner {
	padding-bottom: 20px;
}
.dod-more-info {
	border-bottom: 1px solid #dbdbdb;
	display: block;
	padding: 0 0 10px;
	text-align: center;
}
.dod-new h5 a {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
.dod-new h5.social-media {
	margin-top: 13px;
}
#carousel-dod .item > img {
	margin: auto;
}
#carousel-dod .carousel-indicators {
	bottom: -20px;
	display: none;
}
#carousel-dod .carousel-control {
	color: #676767;
	text-shadow: 0 0 0 #fff;
	right: -15px;
}
#carousel-dod .carousel-inner {
	border: 0 none;
}
#clock {
	float: right;
	margin: 10px 0 0;
}
.dod-new #clock .time {
	/* background: none repeat scroll 0 0 #f1f1f1; */
	color: #6a6a6a;
	display: block;
	float: left;
	font-size: 10px;
	margin-left: 0;
	padding: 3px;
	text-align: center;
	width: 57px;
}
.dod-new #clock label {
	background: none repeat scroll 0 0 #7f7f7f;
	color: #fff;
	font-size: 24px;
	margin: 0;
	padding: 6px 13px;
}
#clock {
	float: right;
}
.dod-new .product-on-deal {
	float: left;
	margin-bottom: 0;
	width: 100%;
}
.dow-new .product-on-deal {
	float: left;
	margin-bottom: 0;
}
.product-on-deal .product-thumb h5 {
	color: #000000;
	font-size: 16px;
	font-weight: bolder
}
.product-on-deal .deal-price p {
	margin: 0;
	font-size: 16px;
	color: #000000;
	margin: 0 0 10px;
}
.product-on-deal .deal-price p.regular-price {
	font-size: 22px;
	margin-bottom: 15px;
}
.product-on-deal .deal-price p.discount {
	font-size: 24px;
	color: #ef8100;
	font-weight: bold
}
.product-on-deal .deal-price p.sale-price {
	font-size: 55px;
	line-height: normal;
	font-weight: bold;
	font-family: verdana;
}
.product-on-deal .deal-price .product-price {
	padding: 0
}
.product-on-deal .deal-price .product-price .btn {
	font-size: 48px;
	text-align: center;
	font-weight: bold
}
.buy-disable {
	background: none repeat scroll 0 0 #cfcfcf !important;
	color: #b3b3b3 !important;
	cursor: no-drop;
}
.dow-new .dow-new-title h1 {
	float: left;
	font-family: "engravers_gothicregular";
	font-size: 73px;
	font-weight: bold;
	line-height: 73px;
	margin: 0 0 0 -20px;
	padding: 0;
	text-transform: none;
	width: 100%;
}
.dow-new-title {
	border-bottom: 1px solid #dbdbdb;
	float: left;
	margin: 7px 0 0;
	width: 100%;
}
.dow-new .deal-price > h5 {
	text-align: left;
}
h5.social-media {
	border: 0 none !important;
	padding: 0;
	margin: 0;
}
.dow-new-title small {
	margin-left: 16px;
}
.dow-new .carousel-inner {
	padding-bottom: 20px;
}
.dow-new .carousel-control.right {
	right: -30px;
}
.dow-new .carousel-control.left {
	left: -34px;
}
.dow-new .deal-price {
	padding-left: 0;
}
.dow-more-info {
	border-bottom: 1px solid #dbdbdb;
	display: block;
	padding: 0 0 10px;
	text-align: center;
}
.dow-new .deal-price > h5 {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 19px;
	padding-bottom: 30px;
	padding-top: 18px;
	text-align: left;
}
.dow-new-title .days {
	float: left;
	font-size: 22px;
	line-height: 34px;/*margin-top: 4px; */
}
.dow-new .product-on-deal {
	margin-bottom: 0;
}
.dow-new-title #clock {
	/* background: none repeat scroll 0 0 #e7e7e7; */
	border-radius: 4px;
	margin: 25px 0 0;
}
#dow-clock-block .col-md-10 {
	padding: 0;
}
#dow-clock-block h3 {
	background: none repeat scroll 0 0 #cc0001;
	color: #fff;
	font-family: engravers_gothicregular;
	font-size: 19px;
	line-height: 29px;
	text-align: center;
	margin: 0;
}
#dow-clock-block #clock {
	margin: 0;
	padding: 0;
}
#dow-clock-block #clock .days {
	font-weight: bold;
	color: #D20000;
	font-size: 20px;
}
#dow-clock-block #clock .days {
	font-weight: bold;
	color: #D20000;
	font-size: 20px;
}
.dow-days {
	color: #cc0001;
	float: left;
	font-size: 20px;
	font-weight: bold;
}
.dow-time {
	color: #333333;
	float: right;
	font-size: 20px;
}
.dow-prices {
	float: left;
	margin-top: 30px;
	padding-right: 30px;
	text-align: center;
}
.dow-item-display {
	float: right;
}
.clock {
	border: 1px solid #CBC9C9;
	border-radius: 5px;
	float: right;
}
.dow-model > img {
	height: auto;
	width: 100%;
}
#carousel-dow {
	margin-top: 30px;
}
.dow-new .carousel-control span, .dod-new .carousel-control span {
	font-size: 0px;
	color: #fff;
}
#carousel-dow .item > img {
	margin: auto;
}
#carousel-dow .carousel-indicators {
	bottom: -20px;
	display: none;
}
.dod-new .carousel-control, .dow-new .carousel-control {
	bottom: 0;
	color: #fff;
	font-size: 20px;
	left: -15px;
	opacity: 1;
	position: absolute;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	top: 0;
	width: 15%;
	z-index: 100;
}
.dod-new .dod-review p {
	margin: 0 !important;/*  background: none repeat scroll 0 0 #ff0000;
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: 100px;
  padding: 17px;
  position: absolute;
  right: 387px;
  text-align: center;
  top: -232px;
  width: 100px;
  display:block;
  font-style: normal !important;*/
}

.dod-review img {
	padding: 0;
	width: 100%;
}
#carousel-dow .carousel-control {
	color: #676767;
	text-shadow: 0 0 0 #fff;
}
#carousel-dow .carousel-inner {
	border: 0 none;
}
#clock {
	float: right;
	margin: 15px 0 0;
}
.dow-new #clock .time {
	color: #6a6a6a;
	display: block;
	float: left;
	font-size: 17px;
	font-weight: bold;
	line-height: 30px;
	margin-left: 0;
	padding: 3px;
	text-align: center;
	width: auto;
}
.dow-new #clock label {
	/* border-radius: 3px; */
	color: #333333;
	float: left;
	font-size: 20px;
	margin: 0;
	padding: 0;
}
.dow-clock {
	float: right;
}
.dow-review {
	background: none repeat scroll 0 0 #f4f4f4;
	border: 1px solid #dbdbdb;
	border-radius: 4px;
	color: #000000;
	padding: 10px;
	position: relative;
}
.dod-review {
/*	background: none repeat scroll 0 0 #f4f4f4;
	border: 1px solid #dbdbdb;
	border-radius: 4px;*/
	color: #000000;
	padding: 1px;
	position: relative;
}
.dod-review h5 {
	font-weight: bold;
	font-size: 14px;
}
.dod-review p {
	font-style: italic;
	line-height: 20px;
	font-size: 13px;
}
.dow {
	margin-bottom: 20px;
}
.dow h1 {
	margin: 10px 0 20px;
	padding: 0;
	font-family: 'engravers_gothicregular';
	text-transform: capitalize;
	font-size: 76px;
	font-weight: 600;
	line-height: 40px;
}
.dow h4 {
	margin: 0 0 35px;
	font-size: 15px;
	color: #000000;
	text-transform: uppercase;
	font-weight: normal;
	line-height: normal;
}
.dow h4 iframe {
	margin: 0 0 0 15px;
	padding: 0;
	vertical-align: middle
}
.dow .deal-price p {
	margin: 0;
	font-size: 16px;
	color: #000000;
	margin: 0px;
}
.dow .deal-price p.regular-price {
	font-size: 22px;
	margin-bottom: 15px;
}
.dow .deal-price p.discount {
	font-size: 24px;
	color: #ef8100;
	font-weight: bold
}
.dow .deal-price p.sale-price {
	font-size: 70px;
	line-height: normal;
	font-weight: bold;
	font-family: Verdana;
}
.dow .deal-price .product-price {
	padding: 20px 0 0
}
.dow .deal-price .product-price .btn {
	font-size: 48px;
	text-align: center;
	font-weight: bold
}
.dow .expiry-date {
	color: #7f7f7f;
	text-transform: uppercase;
	font-size: 22px;
	line-height: normal;
	margin-top: 10px
}
.dow .expiry-date .days-left {
	color: #ed1c24;
	text-transform: lowercase;
	font-size: 26px;
	display: inline-block;
	margin-right: 20px;
}
.dow .expiry-date .time-left {
	color: #000000;
	font-size: 26px;
}
.dow .dow-right {
	padding-top: 55px;
}
.claim-offer {
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	background: #ffffff
}
.claim-offer .row {
	margin: 0 -10px
}
.claim-offer .col-md-3, .claim-offer .col-sm-4 {
	padding: 0 10px
}
.claim-offer .listing {
	padding: 12px 80px;
}
.claim-offer h2 {
  font-family: arial;
  font-size: 28px;
  letter-spacing: 0.02em;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
.claim-offer .listing .product-single {
	height: 335px;
	padding: 10px;
}
.claim-offer .listing .product-single:hover {
	border: 1px solid #dbdbdb;
	padding: 10px;
}
.claim-offer .listing .product-single .product-short-info p.clearance {
	float: left;
	font-size: 13px;
	margin-top: 13px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.claim-offer .listing .product-single .product-short-info p label {
	display: inline-block;
	float: none !important;
	font-weight: 700;
	margin-right: 5px;
	text-align: left;
	white-space: nowrap !important;
}
.claim-offer .listing .crossed {
	float: right;
	text-decoration: line-through;
}
.claim-offer .btn-add2cart {
	float: left !important;
	margin-top: 0 !important;
	text-align: center;
	width: 100% !important;
}
.claim-offer .btn-add2cart img {
	height: 27px;
}
.claim-offer .claim-actions {
	margin-bottom: 10px;
	text-align: right;
}
.claim-offer .claim-actions a {
	vertical-align: bottom;
	margin-left: 10px
}
.claim-offer .claim-actions a:hover {
	text-decoration: none
}
/* .claim-offer .claim-actions .avoid {
	background: #c3c3c3;
	display: inline-block;
	padding: 5px 8px;
	color: #000;
	text-transform: lowercase;
	font-size: 15px;
}*/
.claim-offer .claim-actions .avoid {
	color: #000;
	display: inline-block;
	font-size: 13px;
	line-height: 27px;
	padding: 5px 8px;
	text-decoration: underline;
	text-transform: capitalize;
}
.claim-offer .claim-actions .forward {
	background: none repeat scroll 0 0 #000000;
	color: #ffffff;
	display: inline-block;
	font-size: 22px;
	line-height: normal;
	padding: 1px 15px;
	text-transform: uppercase;
}
.claim-offer .qty2 {
	float: none !important;
	margin: auto;
}
.claim-offer .ring-field {
	font-size: 9px;
	margin: 0 0 9px;
	width: 116px;
}
.hidden-rs {
	display: block;
	height: 37px;
}
/* Styles by Ravi G - for Language dropdown in top bar  */

.goog-te-gadget * {
	color: #666;
	font-family: arial;
	font-size: 11px;
	margin: 0 2px;
	white-space: nowrap;
}
.goog-te-gadget img {
	display: none;
}
.goog-te-gadget-simple {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 0;
	padding-top: 0;
}
/* End of Styles by Ravi G - for Language dropdown in top bar  */
.landing h2 {
	font-size: 24px;
	padding: 10px;
}
.landing .listing .product-single, .landing .listing .product-single:hover {
	border: 1px solid #dbdbdb;
	padding: 17px;
}
.sold-out-graphic {
	position: absolute;
	left: 0%;
	top: 10px;
	z-index: 10;
	max-width: 100%;
}
.sold-out-graphic img {
	width: 100%
}
.gift-card-banner {
	background: url(/assets/img/gift-card-bg-grey.jpg) repeat center top;
	padding: 30px;
	margin: 0 0 10px
}
.card-details {
	background: url(/assets/img/gift-card-bg.png) no-repeat;
	background-size: 100% auto;
}
.card-details .credentials {
	padding: 160px 0 45px 170px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 10px
}
.card-details .card-value {
	color: #3a84db;
	text-align: right;
	font-size: 34px;
	font-weight: bold;
	padding-right: 70px;
	padding-bottom: 20px;
}
.card-details .card-value img {
	vertical-align: middle
}
.gift-card-text h3 {
	font-size: 130px;
	color: #ffffff;
	line-height: 10px;
	margin-top: 70px;
}
.gift-card-text h3 span {
	font-size: 45px;
	float: left;
	line-height: 70px
}
.gift-card-text h3 span small {
	display: block;
	font-size: 18px;
	line-height: 0px;
	text-transform: none;
	color: #000;
}
.gift-card-text h4 {
	color: #000;
	font-size: 34px;
	font-weight: 700;
	line-height: 10px;
	margin-bottom: 15px;
}
.gift-card-text p {
	color: #000;
	font-size: 16px;
	line-height: 18px;
}
.gift-card-text p.action {
	margin-top: 60px;
}
.gift-card-text p .btn {
	background: url(/assets/img/gift-card-btn-bg.png) repeat;
	display: block;
	font-size: 34px;
	color: #ffffff;
	text-align: center;
	padding: 15px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	letter-spacing: -0.05em;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
/*  Start of Flex Slider & Carousel controls css - Ravi G */

/*.catSlider img {
	max-width: 932px;
}*/
.flexslider {
  text-align: center;
}
.catSlider ul.flex-direction-nav {
	/*display: none;*/
}
.flex-control-paging li a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #818181;
  border-radius: 20px;
  box-shadow: none !important;
  cursor: pointer;
  display: block;
  height: 12px;
  text-indent: -9999px;
  width: 12px;
}
.flex-control-paging li a:hover {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
}
.flex-control-nav {
	bottom: 5px;
	opacity: 0.8;
	position: absolute;
	text-align: center;
	width: 100%;
	display: none;
}
.carousel-indicators li {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #8b8b8b;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 12px;
  margin: 4px;
  text-indent: -999px;
  width: 12px;
}
.carousel-indicators .active {
  background-color: #c8c8c8;
  height: 14px;
  width: 14px;
  margin: 3px;
}
#carousel.flexslider .slides > li, #videocarousel.flexslider .slides > li {
	height: 35px;
	margin-right: 6px;
}
#Country {
	background: none repeat scroll 0 0 #f5f5f5;
	border: 1px solid #cccccc;
	height: 28px;
	width: 249px;
}
#Email {
	background: none repeat scroll 0 0 #f5f5f5;
	border: 1px solid #ccc;
	height: 28px;
}
#RegForm #Email {
	height: auto;
}
#Ques {
	background: none repeat scroll 0 0 #f5f5f5;
	border: 1px solid #ccc;
}
.talk-by-phn p, .talk-by-email p {
	float: left;
	margin: 5px 0;
	width: 100%;
}
#videoslider.flexslider, #slider.flexslider {
	background: none repeat scroll 0 0 #fff;
	margin: 17px auto 40px !important;
	max-width: 535px !important;
}
.MagicZoom {
/*  height: 330px !important;
  margin-left: 60px !important;*/
  width: 100% !important;
}
#mainimg {
	max-width: 330px;
}
#slider img {
	display: block;
	height: 330px;
	margin: auto !important;
	width: 330px;
}
.MagicZoom img {
	margin: auto !important;
}
#CardType {
	width: 161px;
}
#CardNumber {
	width: 160px;
}
#ExpMonth {
	width: 58px;
}
#ExpYear {
	margin-left: 2px;
	width: 100px;
}
.info-form.last input.form-control[type="text"], .info-form.last input.form-control[type="password"], .info-form.last input.form-control[type="email"], .info-form.last select.form-control, .info-form.last textarea.form-control {
	margin-left: 5px;
}
/* Norton Security seal in shop cart */

.seal table {
	float: right;
	width: 106px !important;
}
.mc-free {
	color: #858585;
	float: left;
	font-family: verdana;
	font-size: 9px;
	line-height: 13px;
	margin-left: -28px;
	overflow: hidden;
	position: relative;
	text-align: right;
	top: 6px;
	width: 202px;
}
.seal img {
	margin-top: -6px;
}
.garant {
	margin-top: 14px;
}
.dow-title {
	float: left;
	width: 100%;
	margin-top: 14px;
}
.carousel-control:hover, .carousel-control:focus {
	color: #fff;
	opacity: 0.9;
	outline: medium none;
	text-decoration: none;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	display: inline-block;
	font-size: 28px;
	left: 30%;
	position: absolute;
	top: 43%;
	z-index: 1000;
}
.carousel-control.left {
	background-image: none !important;
}
.carousel-control.right {
	background-image: none !important;
}
/* #SalesItemsBlock .product-picture img {
	max-height: 120px;
}*/
#SalesItemsBlock .product-single .sale-price {
	color: #ff9800;
	font-size: 15px;
	font-weight: bold;
}
/* End of Flex Slider controls css - Ravi G */



.listing-landing-page h1 {
	text-align: center;
	color: #000000;
	font-size: 500%;
	font-weight: bold;
	text-transform: none
}
.listing-landing-page .product-single {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 210px;
	height: auto
}
.listing-landing-page .product-single .product-picture {
	position: relative
}
.listing-landing-page .product-single .product-picture img {
	max-width: 100%
}
.listing-landing-page .product-single h3 {
	color: #000000;
	font-size: 18px;
	margin: 0;
	text-transform: none
}
.lc .product-single h6 {
	font-size: 12px;
	font-weight: bold;
	padding: 0 22px;
}
.listing-landing-page .product-single p {
	margin: 0
}
.listing-landing-page .product-single p.list-price {
	color: #3e3c41;
	font-size: 13px;
}
.listing-landing-page .product-single p.list-price label {
	font-weight: normal
}
.listing-landing-page .product-single p.sale-price {
	font-weight: bold;
	color: #000705;
	font-size: 24px;
	margin-bottom: 10px;
}
.listing-landing-page .product-single p.rating {
	color: #534f4e;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.listing-landing-page .product-single p.rating label {
	margin: 0;
	padding-right: 5px
}
.listing-landing-page .product-single p.rating img {
	vertical-align: inherit
}
.listing-landing-page .product-single .btn-landing {
	background: #2d2940;
	color: #ffffff;
	padding: 8px 10px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block
}
.listing-landing-page .product-single .btn-landing:hover {
	text-decoration: none;
	background: #000
}
.listing-landing-page .product-single .sold-out-graphic {
	position: absolute;
	left: 50%;
	margin-left: -90px;
	top: 20px;
	z-index: 10;
	max-width: 100%;
}
.listing-landing-page .product-single .sold-out-graphic img {
	width: 100%
}
.listing-landing-page .product-single .btn-orange {
	background: #e5562c;
	color: #fff
}
.listing-landing-page .product-single .btn-orange:hover {
	background: #000;
	color: #fff
}
.listing-landing-page .product-single .btn-red {
	background: #ed0306
}
.listing-landing-page .product-single .btn-red:hover {
	background: #000000
}
.watches {
	margin: -70px 0 50px
}
.watches-row .col-third-watches {
	width: 33.3%;
	float: left;
	position: relative
}
.watches-row .col-half-watches {
	width: 50%;
	float: left;
	position: relative
}
.watches-row .col-watches .watch-single {
	max-width: 174px;
	margin: 0 auto 20px;
	text-align: center
}
.watches-row .col-watches .watch-single h4 {
	font-family: "engravers_gothicregular";
	color: #000000;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0
}
.watches-row .col-watches .watch-single img {
	max-width: 100%
}
.watches-row .col-watches .watch-single p {
	margin: 0
}
.watches-row .col-watches .watch-single.first {
	position: relative;
	bottom: -102px
}
.watches-row .col-watches .watch-single.third {
	position: relative;
	bottom: -102px
}
.watches-row .col-watches .watch-single.fourth {
	position: relative;
	top: -25px;
	left: 25px
}
.watches-row .col-watches .watch-single.fifth {
	position: relative;
	top: -25px;
	right: 25px
}
.watches-row .col-watches .watch-single .btn-watches {
	background: #5c3b4c;
	color: #ffffff;
	padding: 8px 10px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block
}
.watches-row .col-watches .watch-single .btn-watches:hover {
	text-decoration: none;
	background: #000
}
.watches-row .col-watches .watch-single .btn-watches.cocoa {
	background: #613a4f
}
.watches-row .col-watches .watch-single .btn-watches.cocoa:hover {
	background: #000000
}
.watches-row .col-watches .watch-single .btn-watches.blue {
	background: #613a4f
}
.watches-row .col-watches .watch-single .btn-watches.blue:hover {
	background: #000000
}
.watches-row .col-watches .watch-single .btn-watches.blue {
	background: #10a2d3
}
.watches-row .col-watches .watch-single .btn-watches.blue:hover {
	background: #000000
}
.watches-row .col-watches .watch-single .btn-watches.black {
	background: #141416
}
.watches-row .col-watches .watch-single .btn-watches.black:hover {
	background: #000000
}
.watches-row .col-watches .watch-single .btn-watches.cherry {
	background: #c52f48
}
.watches-row .col-watches .watch-single .btn-watches.cherry:hover {
	background: #000000
}
.watches-row .col-watches .watch-single .btn-watches.grape {
	background: #5e456f
}
.watches-row .col-watches .watch-single .btn-watches.grape:hover {
	background: #000000
}
.watches-offer {
	width: 299px;
	max-width: 100%;
	height: 223px;
	border-radius: 50%;
	background: #e2c4a2;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	text-transform: uppercase;
	text-align: center
}
.watch-offer-content {
	width: 299px;
	height: 223px;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}
.watches-offer p {
	font-family: "engravers_gothicregular";
	color: #000000;
	font-size: 20px;
	letter-spacing: 1px;
	margin: 0
}
.watches-offer p span {
	display: block;
	font-weight: 800;
	font-size: 30px;
	margin-top: 5px;
}
.watches-offer h3 {
	font-family: "engravers_gothicregular";
	color: #000000;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 40px;
	margin: 5px 0 0
}
.watches-offer h3 span {
	display: block;
	font-weight: 800;
	color: #ffffff;
	font-size: 70px;
	margin-top: 5px;
	letter-spacing: -0.20em;
}
.watches-offer h3 sup {
	left: 0.2em;
	top: -0.3em;
	font-size: 50px;
	letter-spacing: 0
}
.coupon-box-wrap {
	border: 2px dashed #999999;
	padding: 10px;
	margin: 10px 0
}
.coupon-box-wrap .coupon-box {
	background: #d6d6d6;
	padding: 15px;
	text-align: center;
}
.coupon-box-wrap .coupon-box h1 {
	margin: 0;
	color: #004e76;
	font-weight: bold;
	text-transform: none;
	font-size: 80px
}
.coupon-box-wrap .coupon-box h1 span.small {
	font-size: 40px;
	font-weight: normal;
	text-transform: lowercase
}
.coupon-box-wrap .coupon-box h2 {
	background: none;
	font-size: 72px;
	font-weight: bold;
	color: #ffffff;
	margin: 0;
	text-shadow: 0 0 2px rgba(0,0,0,0.9);
	-moz-text-shadow: 0 0 2px rgba(0,0,0,0.9);
	-webkit-text-shadow: 0 0 2px rgba(0,0,0,1);
	margin-top: -25px;
}
.coupon-box-wrap .coupon-box h2 span {
	text-transform: uppercase
}
.custom-row .custom-col-5 {
	width: 20%;
	float: left;
}
.custom-row .custom-col-5 .product-single {
	margin: 0 6px 40px;
}

/*Media Queries*/
/*Media Queries*/

@media (min-width:1062px) and (max-width:10000px) {
.claim-offer .listing .product-single {
	height: 350px !important;
	padding: 10px;
}
}

@media (max-width:992px) {
.carriers {
	margin: 0 -20px;
}
/*.listing .product-single .product-short-info p {
	font-size: .8em !important;
}*/
.product-price p.clearance {
	font-size: 16px;
}
.product-filter {
	width: 165px;
}
/*.prd-opt div {
	margin-bottom: 20px;
}
.prd-opt div select {
	width: 80%;
}*/
.carriers img {
	margin: 0 1px;
}
.nav-cart .step-2-shop {
	font-size: 12px;
}
.mc-free {
	position: static
}
.footer-sm-logo {
	margin: 0;
}
.sidebar-item-detail {
	padding: 90px 10px 0;
}
.list_carousel li {
	width: 200px;
}
#foo2_prev {
	left: -10px;
}
#foo2_next {
	right: -10px;
}
.info-form .btn-review {
	font-size: 16px;
}
.click2complete .btn-cart {
	font-size: 14px;
}
.form-newsletter {
	font-size: 10px;
}
.product-box .content-box .price p.tp {
	font-size: 28px;
}
span.floating {
	display: none
}
.hr-vert {
	background: none
}
.contest-fields {
	width: 40%;
	float: right;
	margin-right: 5%
}
.contest-fields:after {
	display: block;
	clear: both;
	content: ""
}
.contest-fields .fields .btn {
	font-size: 16px;
}
.paging .pages {
	margin-top: 10px;
}
.dow {
	margin-bottom: 20px;
}
.dow h1 {
	font-size: 60px;
	line-height: 20px;
}
.dow h4 {
	font-size: 15px;
	margin-bottom: 0
}
.dow h4 iframe {
	margin: 10px 0 0 0px;
	display: block;
}
.dow .deal-price p {
	font-size: 14px;
}
.dow .deal-price p.regular-price {
	font-size: 18px;
}
.dow .deal-price p.discount {
	font-size: 20px;
}
.dow .deal-price p.sale-price {
	font-size: 60px;
}
.dow .deal-price .product-price {
	padding: 20px 0 0
}
.dow .deal-price .product-price .btn {
	font-size: 36px;
}
.dow .expiry-date {
	font-size: 17px;
}
.dow .expiry-date .days-left {
	font-size: 16px;
}
.dow .expiry-date .time-left {
	font-size: 16px;
}
.dow .dow-right {
	padding-top: 135px;
}
.dow-new .dow-new-title h1 {
	font-size: 56px;
	line-height: 43px;
	margin: 8px 0 0;
	text-align: center;
}
.dow-new-title .days {
	font-size: 18px;
}
.dow-new #clock label {
	font-size: 19px;
}
.dow-new #clock label {
	font-size: 19px;
	margin: 0;
	padding: 0 6px;
}
.dow-new #clock .time {
	color: #6a6a6a;
	display: block;
	float: left;
	font-size: 17px;
	font-weight: bold;
	line-height: 30px;
	margin-left: 0;
	padding: 0;
	text-align: center;
	width: 42px;
}
.dow-new h5 a {
	color: #000;
	font-size: 20px;
	font-weight: bold;
}
.dow-new-title {
	border-bottom: 1px solid #dbdbdb;
	float: left;
	margin: 7px 0 0;
	padding-bottom: 15px;
	width: 100%;
}
.dow-new-title .days {
	float: left;
	font-size: 18px;
	line-height: 34px;
	margin-top: 0;
}
.dow-new-title #clock {
	/* background: none repeat scroll 0 0 #e7e7e7; */
	border-radius: 4px;
	margin: 20px 0 0;
}
.dow-new .carousel-control.left {
	left: -35px;
}
.dow-new .carousel-control.right {
	right: -30px;
}
.dow-new .product-on-deal .deal-price p.sale-price {
	font-size: 48px;
}
.dow-model {
	display: none;
}
.dow-new .headline {
	width: 100%;
	float: left;
}
.dow-new #dow-clock-block {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.dow-new #dow-clock-block h3 {
	float: left;
	margin-top: 10px;
	width: 100%;
}
.dow-new #clock {
	display: block;
	float: left;
	margin-top: 10px !important;
	width: 100%;
}
.dod h1 {
	font-size: 60px;
	line-height: 40px
}
.dod h1 span.date {
	display: block
}
.dod-new .dod-new-title h1 {
	float: left;
	font-family: "engravers_gothicregular";
	font-size: 54px;
	font-weight: bold;
	margin: 0 0 0 -20px;
	padding: 0;
	text-transform: none;
	width: 80%;
}
.dod-new-title small {
	font-size: 15px;
	margin-left: 16px;
}
.dod-new #clock label {
	background: none repeat scroll 0 0 #7f7f7f;
	color: #fff;
	font-size: 21px;
	margin: 0;
	padding: 3px 13px;
}
.product-on-deal {
	margin-bottom: 60px;
}
.product-on-deal .product-thumb h5 {
	color: #000000;
	font-size: 16px;
	font-weight: bolder
}
.product-on-deal .deal-price p {
	margin: 0;
	font-size: 16px;
	margin: 0 0 10px;
}
.product-on-deal .deal-price p.regular-price {
	font-size: 18px;
	margin: 10px 0;
}
.product-on-deal .deal-price p.discount {
	font-size: 20px;
	margin: 0
}
.product-on-deal .deal-price p.sale-price {
	font-size: 60px;
}
.product-on-deal .deal-price .product-price {
	padding: 0
}
.product-on-deal .deal-price .product-price .btn {
	font-size: 30px;
}
.order-details .form-group label {
	padding-right: 7px;
	padding-left: 7px
}
.include-msg {
/* margin-top: -30px; */
}
.claim-offer .listing .product-single .product-short-info p {
	float: left;
	font-size: 13px !important;
	width: 100%;
}
.card-details .credentials {
	padding: 120px 0 15px 140px;
	margin: 0 0 10px;
	font-size: 18px
}
.card-details .card-value {
	padding-bottom: 20px;
	padding-right: 20px
}
.card-details .card-value img {
	width: 50%
}
.gift-card-text h3 {
	font-size: 70px;
	color: #ffffff;
	line-height: 10px;
	margin-top: 70px;
}
.gift-card-text h3 span {
	font-size: 44px;
	float: left;
	line-height: 70px
}
.gift-card-text h3 span small {
	font-size: 16px;
	margin-top: -17px
}
.gift-card-text p .btn {
	font-size: 24px;
}
.mc-free {
	display: none;
	position: static;
}
.watches-row .col-watches .watch-single h4 {
	font-size: 14px;
	letter-spacing: 1px
}
.watches-row .col-watches .watch-single.first {
	position: relative;
	bottom: -80px
}
.watches-row .col-watches .watch-single.third {
	position: relative;
	bottom: -80px
}
.watches-row .col-watches .watch-single.fourth {
	position: relative;
	top: 0px;
	left: 25px
}
.watches-row .col-watches .watch-single.fifth {
	position: relative;
	top: 0px;
	right: 25px
}
.watches-row .col-watches .watch-single .btn-watches {
	font-size: 12px;
	padding: 5px
}
.coupon-box-wrap .coupon-box h1 {
	font-size: 60px
}
.coupon-box-wrap .coupon-box h1 span.small {
	font-size: 30px;
}
.coupon-box-wrap .coupon-box h2 {
	font-size: 50px;
	margin-top: -20px
}
.custom-row .custom-col-5 {
	width: 33.3%;
}
.mgmenu2 > li > a, .mgmenu2 > li > span {
	padding: 10px 20px !important;
}
body #searchspring .grid .social {
	display: block;
	margin: 0;
	opacity: 1 !important;
	text-align: center;
	transition: opacity 0.25s ease-in-out 0s;
	visibility: visible !important;
}
.banner-giveaway .title h4 {
	color: #5c5c5c;
	font-size: 52px;
	margin: 20px 0 0;
}
.banner-giveaway .giveaway-text {
	margin-top: 19px;
}
.banner-giveaway .giveaway-item img {
	height: auto;
	margin-top: 32px;
	max-width: 100%;
	width: auto;
}
.thank-you .fields {
	font-size: 18px;
	line-height: 113%;
	margin-top: 23px;
	min-height: 188px;
	padding: 48px 35px;
	text-align: center;
}
body #searchspring #searchspring-main .grid .ss-item:nth-child(3n+1) {
	padding: 0;
}
body #searchspring #searchspring-main .grid .ss-item {
	padding: 0 10px !important;
}
.name-necklace-cont .right-column h3 {
	color: #bd8d68;
	font-family: engravers_gothicregular;
	font-size: 21px;
	font-weight: bold;
	margin: 0;
}
.name-necklace-cont h2 {
	line-height: 44px !important;
	margin: 11px 0 0 !important;
}
#accordion-bf .panel-body {
	background: url("/assets/img/empty-sale-bg-ipad.jpg") no-repeat scroll right bottom #fff !important;
	border-width: 3px !important;
}
.optionstoggle-fold.mobile .clearfix {
	display: none;
}
.optionstoggle-fold.mobile .row {
	margin: 0;
}
.grid-cart-detail input.quantity, .grid-cart-detail select.quantity {
  font-size: 9px;
}
#personal-recs .scarab-item {
  width: 30.6% !important;
}
#cartcontent .btn-cart {
  float: none !important;
  margin-bottom: 10px !important;
  display: inline-block;
}

}

@media (max-width: 767px) {
.featured .sale-price {
	font-size: 1em !important;
}
.featured h6 {
	text-align: left;
}
.listing .product-single .product-short-info p.clearance {
	padding: 6px 0px 0px 6px;
}
.prd-opt div {
	margin-bottom: 15px;
}
.prd-opt div select {
/*	width: 60%;*/
}
.listing .product-single .product-short-info p {
	font-size: 1em !important;
}
.index-carasoul .caroufredsel_wrapper {
	height: 246px !important;
}
.back2top {
	display: none;
}
.listing .product-single .product-short-info .btn-xs {
	margin: 30px 0px 0px 0px;
}
.listing .product-single .product-picture {
	height: auto;
}
.product-picture .btn-xs {
	margin: 20px 0px 0px 0px;
}
.top-bar-inner .currency {
	float: right;
	overflow: hidden;
	padding-top: 6px !important;
	white-space: nowrap;
}
.top-bar-inner .social {
	color: #003564;
	display: table;
	float: none;
	font-size: 12px;
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
	width: auto;
}
.social-outer {
	float: left;
}
.mgmenu_button {
	display: block;
	margin: 0px 0px 0px 0px;
}
.bottom-area {
	width: 100%
}
.form-control::-moz-placeholder {
 color: #2d2d2d;
}
select.form-control {
	font-size: 11px;
}
.header .logo {
	display: inline-block;
	margin: 7px 0 0;
	max-width: 166px;
	width: 100%;
}
.logo img {
	margin: 0 auto;
	display: block
}
.header .support-links .live-chat .icon-chat {
	display: none
}
.header .before-search {
	text-align: center
}
.header .search input[type="text"] {
	max-width: none!important;
	margin-bottom: 10px;
	float: none;
	width: 100%;
}
.header .support-links {
	padding-top: 5px;
	text-align: center;
}
.carriers {
	margin: 0px;
}
.nav-cart .row {
	margin: 0 -15px
}
.nav-cart .step-2-shop div {
	color: #fff;
	font-size: 11px;
	white-space: nowrap;
	padding: 0px 2px;
}
.nav-cart .step-2-shop div span, .nav-cart .step-2-shop.current div span {
	background: none;
	width: auto;
	height: auto;
	margin: 0;
	color: #fff;
}
.nav-cart .step-2-shop div span:after {
	content: "."
}
.contacts {
	padding-top: 5px
}
.contacts span {
	font-size: 15px;
}
.listing .product-single {
	padding: 10px;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	max-width: 350px;
	margin: 10px auto;
}
.mc-free {
	overflow: hidden;
	color: #000;
	font-size: 10px;
	margin-left: 0px;
	position: static;
	top: 25px;
}
.surity {
	text-align: center
}
.surity .pull-right {
	float: none!important
}
.listing .product-single:hover {
	padding: 10px;
	border: 0;
	border-bottom: 1px solid #DBDBDB;
}
.listing .product-single:after {
	display: table;
	clear: both;
	content: ""
}
.listing .product-single .product-picture {
	float: none;
	margin: auto;
	padding: 0 5px 0 0;
	text-align: center;
	width: 115px;
}
.listing .product-single .product-picture img {
	max-width: 100%;
	display: block;
}
.listing .product-single .product-short-info {
	overflow: hidden;
}
.list_carousel li {
	width: 200px;
}
#foo2_prev {
	left: -10px;
	top: 49% !important;
}
#foo2_next {
	right: -10px;
	top: 49% !important;
}
#foo4.listing .product-single h3 {
	display: none
}
#foo4.listing .product-single .product-picture {
	width: auto;
	float: none;
}
#foo4.listing .product-single .product-short-info {
	overflow: visible
}
.ad-single {
	text-align: center;
}
.ad-single img {
	display: inline;
}
.footer-sm-logo {
	text-align: center;
	float: left;
	width: 100%;
}
.footer-sm-logo img {
	float: left;/* height: 37px;
	margin: 5px;
	min-width: 111px;
	width: 45%; */
}
.sorting {
	text-align: left;
	margin-top: 10px;
	font-size: 12px;
}
.sorting a, .sorting li {
	display: inline-block
}
.sorting.bottom {
	margin: 0 0 20px
}
.content-two-col .content-main, .content-two-col .aside {
	float: none
}
.grand-total {
	padding-left: 0;
	border: 0;
	border-top: 2px solid #fff;
	margin-top: 20px;
}
.click2complete .btn-cart {
	margin-top: 10px;
	margin-left: 0
}
.info-form {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-bottom: 1px dashed #888 !important;
	border-image: none;
	border-left: 0 none;
	border-right: 0 none;
	border-top: 0 none;
	margin-bottom: 20px;
	margin-right: 0;
	min-height: 100px !important;
	padding-bottom: 20px;
	padding-right: 0;
}
.info-form.last {
	border: 0 none !important;
	margin-right: 0;
	padding-right: 0;
}
.info-form .form-horizontal {
	min-height: 0px;
}
h3.inpage-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	text-transform: capitalize;
	color: #000
}
.click2complete .instuct {
	text-align: center;
	font-size: 17px;
	color: #EB7500
}
.grid-thumb img {
	width: 60px;
	height: auto;
	border: 1px solid #c3c3c3;
	margin-top: 10px;
}
.label-group .black {
	font-size: 12px;
}
.label-group .pink {
	padding: 5px;
	font-size: 11px;
	line-height: 14px;
}
.label-group .pink br {
	display: none;
}
.form-newsletter {
	font-size: 12px;
}
.form-newsletter input[type="text"] {
	margin-bottom: 15px;
}
.bannerdod .no-pad {
	float: none
}
.product-box {
	padding: 0
}
.dow-prices {
	margin-top: 30px;
}
.dow-head .deal-price {
	font-size: 74px;
	line-height: 65px;
}
.banner-dotw-content p.offer-dof {
	font-size: 16px;
}
.banner-dotw-content p.offer-dof span {
	font-size: 50px;
}
.product-of-week {
	margin-top: 0px;
}
.special-price {
	width: auto
}
.login-mc h3 {
	font-size: 18px;
}
.login-mc h4 {
	font-size: 15px;
}
.login-mc .form {
	border: 0;
	border-bottom: 1px solid #c2c2c2;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.login-mc .register {
	min-height: 0;
}
.amazon-login-button-block {
  background: #ffeebe none repeat scroll 0 0;
  border-radius: 0;
  padding: 18px;
}
.amazon-login-text-block {
  font-size: 15px;
  line-height: 125%;
  margin-bottom: 20px;
  padding: 10px;
}
.amazon-login-button-block > p {
  color: #5f5f5f;
  font-size: 16px;
  line-height: 125%;
}
.contest-fields {
	width: 40%;
	float: right;
	margin-right: 5%
}
.contest-fields:after {
	display: block;
	clear: both;
	content: ""
}
.contest-fields .fields .btn {
	font-size: 16px;
}
.wowslider .ws_images {
	width: 100%;
}
.mgmenu_container {
	z-index: 999 !important;
	top: 14px !important;
}
.listing .product-single .quick-view {
	margin-left: 0px;
	top: 25%;
	left: 5%;
	z-index: 9;
	text-align: center;
	position: absolute;
}
.newsletter input[type="text"] {
	width: 160px;
}
body .mgmenu_container .mgmenu > li, body .mgmenu_fixed .mgmenu > li {
	border-bottom: 1px solid #ffffff;
	text-align: left;
	padding: 0 15px
}
body .mgmenu2 > li {
	border-right: 0;
	border-bottom: 1px solid #ffffff;
	text-align: left;
	padding: 0 15px
}
body .mgmenu_container .mgmenu > li span, body .mgmenu2 > li > a, body .mgmenu2 > li > span {
	text-align: left
}
.slider-content h2 {
	font-size: 20px
}
.prd-reviewsec {
	width: auto
}
.dow {
	padding-top: 15px;
}
.dow h1 {
	font-size: 50px;
	line-height: 20px;
}
.dow h4 {
	margin: 0 0 10px 0;
	font-size: 13px;
}
.dow h4 iframe {
	display: inline;
	vertical-align: middle;
	margin-top: 0;
	margin-left: 15px;
}
.dow-thumb {
	text-align: left
}
.dow-new .timer {
	float: left;
	text-align: center;
	width: 100%;
}
.dow-new-title .days {
	float: left;
	font-size: 18px;
	line-height: 34px;
	margin-top: 0;
}
.dow-new-title #clock {
	/*  background: none repeat scroll 0 0 #e7e7e7; */
	border-radius: 4px;
	float: left;
	margin: 20px 0 0;
	width: 100%;
}
.dow-new .carousel-inner img {
	margin: auto;
}
.dow-new .deal-price > h5 {
	text-align: center;
}
.dow-new .deal-price > h5 {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 19px;
	padding-bottom: 30px;
	padding-top: 16px;
}
.product-on-deal {
	float: none;
	margin-bottom: 60px;
}
.dow-model {
	display: none;
}
.product-on-deal {
	float: left;
	margin: 0 !important;
	width: 100%;
}
.dod h1 span.date {
	display: block;
	font-size: 14px;
	line-height: normal
}
.dod-new-title {
	border-bottom: 1px solid #dbdbdb;
	float: left;
	margin: 7px 0 28px;
	padding-bottom: 16px;
	width: 100%;
}
.dod-new .dod-new-title h1 {
	float: left;
	font-family: "engravers_gothicregular";
	font-size: 39px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: none;
	width: 100%;
}
.dod-new-title small {
	clear: both;
	float: left;
	font-size: 27px;
	margin: 0 0 10px;
	width: 100%;
}
#clock {
	float: left;
	margin: 0;
	text-align: center;
	width: 100%;
}
.dod-new #clock .time {
  color: #6a6a6a;
  display: inline-block;
  float: none;
  font-size: 10px;
  margin-right: 9px;
  padding: 0;
  text-align: center;
  width: 57px;
}
.dod-new #clock label {
	/*background: none repeat scroll 0 0 #ef8100;*/
	/*border-radius: 56px;*/
	color: #fff;
	/*font-size: 17px;*/
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 50px;
}
.deal-price * {
	text-align: center;
}
.include-msg {
	margin-top: 0;
}
.claim-offer .listing {
	padding: 30px;
}
.claim-offer .listing .product-single, .claim-offer .listing .product-single:hover {
	border-right: 0;
	border-left: 0;
	border-top: 0;
}
.claim-offer h2 {
	font-size: 22px
}
.claim-offer .listing h6 {
	color: #444;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
.claim-offer .listing .product-single {
	height: auto
}
.claim-offer .listing .product-single .product-short-info p.clearance {
	float: left;
	padding-left: 0;
	text-align: center !important;
	width: 100%;
}
.card-details {
	background-size: 100% 100%;
	margin-left: -30px;
	width: 350px;
	margin: 0 auto
}
.card-details .credentials {
	padding: 130px 0 0px 120px;
	margin: 0 0 40px 0;
	font-size: 16px
}
.card-details .card-value {
	padding-bottom: 20px;
	padding-right: 20px
}
.card-details .card-value img {
	width: 50%
}
.gift-card-text h3 {
	font-size: 100px;
	color: #ffffff;
	line-height: 10px;
	margin-top: 70px;
}
.gift-card-text h3 span {
	font-size: 54px;
	float: left;
	line-height: 70px
}
.gift-card-text h3 span small {
	font-size: 20px;
	margin-top: -17px
}
.gift-card-text p .btn {
	font-size: 30px;
}
.listing.listing-home {
  clear: both;
  margin-top: 0;
}
.listing-home.listing .product-single {
	min-height: 20px;
}
.listing-home.listing .product-single:hover {
	border: 1px solid #444;
	min-height: 20px;
	padding: 17px;
}
.listing-landing-page h1 {
	font-size: 250%
}
.watches {
	margin: 30px 0
}
.watches-row .col-third-watches, .watches-row .col-half-watches {
	width: auto;
	float: none
}
.watches-row .col-watches .watch-single {
	position: static!important;
	top: auto;
	bottom: auto;
	right: auto;
	left: auto;
	width: auto;
	max-width: none
}
.watches-row .col-watches .watch-single h4 {
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.watches-row .col-watches .watch-single .btn-watches {
	font-size: 12px;
	padding: 5px
}
.coupon-box-wrap .coupon-box h1 {
	font-size: 40px
}
.coupon-box-wrap .coupon-box h1 span.small {
	font-size: 20px;
	display: block
}
.coupon-box-wrap .coupon-box h2 {
	font-size: 30px;
	margin-top: -10px
}
.custom-row .custom-col-5 {
	width: 50%;
}
.language {
	border-left: 1px solid #bababa;
	float: right;
	margin: 6px 0 2px 5px !important;
	padding: 0 0 0 3px;
}
.landing.lc > h3 {
	color: #000;
	float: right;
	font-family: engravers_gothicregular;
	font-size: 16px;
	font-weight: normal;
	margin-top: 0 !important;
	text-align: center;
	width: 100%;
}
.listing-landing-page > h1 {
	font-family: engravers_gothicregular;
	font-size: 48px !important;
	margin: 5px 0;
}
.day-names {
	display: none;
}
.cc-info-get #CardType {
	width: 143px;
}
.cc-info-get #CardNumber {
	width: 143px;
}
.cc-info-get #ExpMonth {
	width: 45px;
}
.cc-info-get #ExpYear {
	margin-left: 5px;
	width: 90px;
}
.banner-giveaway .title h4 {
	color: #5c5c5c;
	font-size: 33px;
	line-height: 30px;
	margin: 12px 0;
}
.banner-giveaway h1 {
	color: #ff9000;
	display: block;
	font-size: 60px;
	font-weight: bold;
	height: 38px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
.banner-giveaway .giveaway-text span {
	/* font-size: 141% !important; */
	font-weight: bold;
}
.banner-giveaway .giveaway-item img {
	height: auto;
	margin-top: 0;
	max-width: 100%;
	width: auto;
}
.header .support-links {
	border-bottom: 1px solid #a3a3a3;
	border-top: 1px solid #a3a3a3;
	margin-top: 50px;
	padding: 7px;
	text-align: center;
}
.pictureslider {
	/*background: url("/assets/img/please-wait-ani.gif") no-repeat scroll center center rgba(0, 0, 0, 0);*/
	border: 1px solid #fff;
	height: /* 365px */ auto !important;
	text-align: center !important;
}
.btn-cart {
	margin: 8px 0 1px !important;
}
.cont-ship div p {
	text-align: left !important;
}
.savegiftmsg .btn-cart {
	float: right;
	margin: 7px 0 !important;
	white-space: nowrap;
}
.amt-total {
	border-top: 1px solid #c3c3c3;
	color: #9c000b;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 14px;
	padding-top: 10px;
	text-align: right;
}
.aspromo-float {
	display: none;
}
.mobile-banner {
  clear: both;
  float: left;
  margin-top: 10px;
  width: 100%;
}
.m-banner-1 {
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 0 none;
}
.dod-buy-button {
	border-color: #fff #d9d9d9 #d9d9d9 #d9d9d9;
	border-style: none solid solid;
	border-width: 0 1px 1px;
	padding-bottom: 5px;
	text-align: center;
}
.m-banner-2 {
	background: none repeat scroll 0 0 #cacaca;
	text-align: center;
}
.content-order-info .col-md-4.col-sm-4 {
	background: none !important;
}
.info-form h3 {
	background: url("/assets/img/form-toggle-minus.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	color: #000;
	cursor: pointer;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	padding-left: 23px;
	text-transform: capitalize;
}
#billing-info .form-group, #shipping-info .form-group, #creditcard-info .form-group {
	margin-bottom: 4px !important;
}
.info-form label {
	font-size: 11px;
	font-weight: normal;
	margin: 0 !important;
	white-space: nowrap;
}
#BillPhone {
  padding-left: 50px !important;
}
#billing-info input, #shipping-info input, #creditcard-info input {
	padding: 0 5px ;
}

.alert-success input#copybilltoship {
	float: left;
}
.alert-success span {
	float: left;
	font-weight: bold;
	padding-top: 2px;
}
.info-form label {
	font-size: 12px;
	font-weight: normal;
	margin: 0 !important;
	white-space: nowrap;
}
#OrderInfoForm .btn-primary {
	background: none repeat scroll 0 0 #34608b;
	border-radius: 0 !important;
	font-size: 13px;
	padding: 5px 26px;
}
#OrderInfoForm .info-form {
	margin-bottom: 11px;
	padding-bottom: 10px;
}
#completeOrder .btn-cart {
	padding: 10px 20px !important;
}
.info-form {
	min-height: 40px !important;
}
.header {
  margin-bottom: 10px;
  padding-top: 0 !important;
  width: 100%;
}
.clearance-liquidation-landing .internal-menu {
	display: none;
}
.clearance-liquidation-landing .listing .product-single:hover {
	border: 5px solid #ef0000;
	padding: 13px;
}
.affirm img {
	margin-bottom: 9px;
}
.btns-checkout {
	margin: 0 auto 16px auto;
	text-align: center;
}
.doctors h1 {
	color: #0166b1;
	font-family: engravers_gothicregular;
	font-size: 40px !important;
	line-height: 40px;
	margin: 0;
	text-align: center !important;
}
.doctors h2 {
	background: none repeat scroll 0 0 transparent;
	color: #0166b1;
	font-family: engravers_gothicregular;
	font-size: 26px !important;
	margin: 0;
	padding: 0;
	text-align: center !important;
}
.doctors .title {
	margin-bottom: 0 !important;
	margin-top: 20px;
}
.doctors .doctors-shrt-descpription {
	color: #464646;
	font-family: engravers_gothicregular;
	font-size: 21px !important;
	text-transform: uppercase;
}
.doctors .doctors-price {
	color: #464646;
	font-family: engravers_gothicregular;
	font-size: 25px !important;
	font-weight: bold;
	text-transform: uppercase;
}
.floating-banner {
	display: none;
}
.mb10 .col-xs-9.col-sm-8.col-md-9 {
	padding-left: 27px !important;
}
/* Force table to not be like tables anymore */
.grid table, .grid thead, .grid tbody, .grid th, .grid td, .grid tr {
	display: block;
	border: 0
}
.product-filter {
	display: none;
}
.grid tr td:first-child {
	display: inline;
	float: left;
	width: 40%;
	height: 150px;
}
/* Hide table headers (but not display: none;, for accessibility) */
.grid thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.grid tr {
	border-bottom: 1px solid #ccc;
	clear: both
}
.grid td {
	/* Behave  like a "row" */
	border: none;
	border: 0px!important;
	position: relative;
	padding-left: 50%;
	white-space: normal;
	text-align: left;
}
.grid td label {
	display: inline-block;
	width: 70px;
}
.grid td label.visible-xs {
	display: inline-block!important;
}
.grid td:before {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 6px;
	left: 6px;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
	text-align: left;
	font-weight: bold;
}
.grid-thumb {
	float: left !important;
	height: auto !important;
	width: 83px !important;
}
.grid-thumb img {
	border: 1px solid #c3c3c3;
	height: auto;
	margin-top: 0 !important;
	width: 60px;
}
.cart-details .table tr {
	display: block;
	float: left;
	padding: 8px 0;
	width: 100%;
}
.cart-details .shortinfo, .cart-details .qty, .cart-details .price, .cart-details .coupon {
	padding-bottom: 0;
	padding-left: 85px;
	width: 100%;
}
.cont-ship div > p {
	text-align: center;
}
.include-msg > p {
	margin: 0;
}
#giftcontent > p {
	text-align: right;
}
.btns-checkout p.text-right {
	text-align: center !important;
}
/*
	Label the data
	*/
.grid td:before {
	/*content: attr(data-title);*/
}
.landing.lc > h1 {
	font-size: 60px;
	line-height: 44px;
	margin-top: 15px;
	text-align: center;
	width: 100%;
}
.click2complete.affirm .btn-cart {
	margin: 0px !important;
}
.big-title {
	font-family: engravers_gothicregular;
	font-size: 50px !important;
	font-weight: bold;
	line-height: 34px !important;
	text-align: center;
	text-transform: none;
}
.listing-home .product-single h6 {
  display: none !important;
}
#BannerTopTicker img {
	margin: 10px 0;
}
.static-category-grid .col-md-5col img {
  max-width: 100px !important;
}
.static-category-grid .col-md-5col {
  display: inline-block;
  float: none;
  height: 110px;
  overflow: hidden;
  text-align: center;
  width: 24.6% !important;
}
.site-wrapper.container > h2 {
  float: left;
  width: 100%;
}
.dod-review img[src*="starburst"] {
	display: none;
}
.MagicZoom {
  height: auto !important;
  margin-left: 0 !important;
  width: 100% !important;
}
.thumbs-block {
  margin-top: 32px;
}
.footer-info {
	margin: 0 !important;
}
iframe[name*="google_conversion"] {
  float: left;
  height:0;
}




}

@media(max-width: 480px) {
.listing .product-single {
	max-width: 100%!important;
}
.wowslider .ws_images {
	width: 100%;
}
.dmd-info {
	width: 100%;
}
.index-carasoul .caroufredsel_wrapper {
	height: 246px !important;
}
.quick-view {
	display: none;
}
.header .before-search a {
	font-size: 12px;
}
.header .before-search img {
	margin: 0 5px;
}
.listing .product-single {
	max-width: 250px;
	margin: 10px auto;
}
.help-box-text {
	padding-top: 0
}
.order-complete p label {
	width: 150px;
	display: block;
}
.carriers {
	margin: 0 -10px;
}
.shortinfo {
	color: #000
}
.deal-ftr ul {
	margin-left: 10px;
}
.deal-ftr ul li {
}
.deal-ftr .big-buy {
	margin-right: -16px;
	margin-top: 20px;
	text-align: right
}
.dow-prices {
	margin-top: -10px;
}
.select-product p.submit input {
	font-size: 36px;
}
.modal-body .body-left {
	padding: 0 0 0 10px;
	background: none
}
.modal-body .body-right {
	padding: 0 10px 0 0px;
	background: none
}
.contest-fields {
	width: auto;
	float: none;
	padding: 20px;
}
.banner-giveaway .img-giveaway {
	display: none
}
.banner-giveaway .giveaway-text .small {
	font-size: 12px;
}
.banner-giveaway .giveaway-text .big {
	font-size: 20px;
}
.other-links li a {
	font-size: 11px;
}
.other-links li a a {
	font-size: 12px;
}
.contact-info {
	padding: 0 15px;
}
.contacts {
	font-size: 11px;
	text-align: center;
	padding-top: 13px !important;
}
.contacts span {
	font-size: 11px;
}
.slider-content h2 {
	font-size: 16px
}
.welcome {
	font-size: 10px;
}
.header .before-search img {
	margin: 0;
}
.header .before-search a {
	font-size: 10px;
}
.mgmenu_button a {
  margin-right: 24px !important;
  margin-top: 30px !important;
}
.header .before-search {
	padding-top: 10px;
}
.header .logo {
	display: inline-block;
	margin: 8px 0 0;
	max-width: 177px;
	width: 100%;
}
.live-chat > img {
	width: 26px;
}
.detail-page-title {
	border-top: 1px solid #c8c8c8;
	font-size: 18px;
	margin-top: 7px;
	padding-top: 11px;
	text-transform: none;
}
.detail-page-title span.jwlnotop {
	font-size: 13px;
	margin-top: 5px;
	white-space: nowrap;
}
.dmd-info {
    border-top: 1px solid #d0d0d0;
    width: 100%;
    border-right: 1px solid #d6d6d6;
}
.product-price {
	padding-left: 0
}
.prd-reviewsec {
	margin-top: 10px;
}
.section-title {
	margin-top: 15px;
}
.talk-by-phn label, .talk-by-email label {
	display: block
}
.dow h1 {
	font-size: 30px;
	margin: 0 0 10px
}
.dow h4 {
	margin: 0 0 10px 0;
	font-size: 13px;
}
.dow h4 iframe {
	display: block;
	margin-top: 10px;
	margin-left: 0px;
}
.dod h1 {
	font-size: 30px;
	line-height: 34px
}
.dod-new .dod-new-title h1 {
	float: left;
	font-family: "engravers_gothicregular";
	font-size: 33px;
	font-weight: bold;
	line-height: 41px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: none;
	width: 100%;
}
.dod-new-title small {
	clear: both;
	float: left;
	font-size: 15px;
	margin-left: 0;
	margin-top: 0;
	width: 100%;
}
.dod-new-title {
	border-bottom: 1px solid #dbdbdb;
	float: left;
	margin: 7px 0 0;
	padding-bottom: 0;
	width: 100%;
}
.dod-new .carousel-inner {
	padding-bottom: 0;
}
.social-media {
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 7px;
}
#clock {
	float: left;
	text-align: center;
	width: 100%;
}
.dod-new #clock .time {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #6a6a6a;
  display: inline-block;
  float: none;
  font-size: 10px;
  margin-left: 0;
  padding: 3px;
  text-align: center;
  width: 46px;
}
.dod-new #clock label {
	/* background: none repeat scroll 0 0 #ef8100; */
	color: #fff;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
.nav-cart {
	margin: 5px 0 !important;
}
.nav-cart .cart-steps {
	font-size: 14px;
	font-weight: bold;
	padding: 4px 8px;
}
.nav-cart h2 {
	margin: 0;
}
.claim-offer h2 {
	font-size: 16px;
}
.claim-offer .claim-actions .avoid {
  float: left;
}
.claim-offer .listing .product-single .product-short-info p {
	text-align: center;
}
.claim-offer .listing .product-single .product-short-info p label {
	display: block;
	float: left;
	text-align: center;
}
.card-details {
	background-size: 100% 100%;
	width: auto;
	max-width: none;
	margin: 0 -20px 0 -30px
}
.card-details .credentials {
	padding: 130px 0 0px 140px;
	margin: 0 0 40px 0;
	font-size: 13px
}
.card-details .card-value {
	padding-bottom: 20px;
	padding-right: 20px
}
.card-details .card-value img {
	width: 50%
}
.gift-card-text h3 {
	font-size: 50px;
	color: #ffffff;
	line-height: 10px;
	margin-top: 70px;
}
.gift-card-text h3 span {
	font-size: 32px;
	float: left;
	line-height: 50px
}
.gift-card-text h3 span small {
	font-size: 12px;
	margin-top: -10px
}
.gift-card-text p .btn {
	font-size: 16px;
}
.custom-row .custom-col-5 {
	width: auto;
	float: none
}
.top-bar-inner .currency span {
	display: none;
}
#BannerTopTicker img {
	margin: 4px 0;
}
#accordion-bf .product-short-info .col-sm-7 {
	float: left;
	padding: 0 0 0 15px;
	width: 55%;
}
#accordion-bf .product-short-info .col-sm-5 {
	width: 35%;
}
#accordion-bf .product-single {
	min-height: 100px !important;
}
.claim-offer .listing {
	margin: 0 !important;
	padding: 0 15px 15px !important;
}
.cart-details .table {
	margin-bottom: 8px;
	width: 100%;
}
.cart-details .table tr {
	display: block;
	float: left;
	padding: 0 !important;
	width: 100%;
}
.order-details {
	background: none repeat scroll 0 0 #f0f0f0;
	padding: 5px 7px !important;
}
.order-details .form-group {
	margin: 0 -8px 3px !important;
}
.cont-ship p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
}
.grand-total {
	margin-top: 5px !important;
	padding-left: 0;
}
.checkout-options {
	margin: 0 !important;
}
.checkout-options .form-group {
	margin-bottom: 0;
}
.content-order-info {
	border: 0 none;
	padding: 5px;
}
.login a.sign-out {
	line-height: 26px;
}
.wedding-bands-container .slider-container {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 30px;
}
.wedding-bands-container .slider-controls {
	margin: 0 24px !important;
}
.fast-christmas-title {
	color: #d00000;
	font-family: engravers_gothicregular;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 1px;
}
#null-search-page h3.no-results {
	color: #323232;
	font-size: 13px !important;
	font-weight: normal;
	text-transform: none;
}
.page-title > h1 {
	background: none repeat scroll 0 0 #eeeeee;
	border-bottom: 2px solid #c2c2c2;
	font-size: 22px;
	margin: 0;
	padding: 11px;
	text-align: left;
}
#null-search-page h3 {
	color: black;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 150%;
	margin: 5px 0;
	text-align: center;
}
.shippingflag {
	font-size: 8px !important;
}
.doctors h1 {
	color: #0166b1;
	font-family: engravers_gothicregular;
	font-size: 40px !important;
	line-height: 40px;
	margin: 0;
	text-align: center !important;
}
.doctors h2 {
	background: none repeat scroll 0 0 transparent;
	color: #0166b1;
	font-family: engravers_gothicregular;
	font-size: 26px !important;
	margin: 0;
	padding: 0;
	text-align: center !important;
}
.doctors .title {
	margin-bottom: 0 !important;
	margin-top: 20px;
}
.doctors .doctors-shrt-descpription {
	color: #464646;
	font-family: engravers_gothicregular;
	font-size: 21px !important;
	text-transform: uppercase;
}
.doctors .doctors-price {
	color: #464646;
	font-family: engravers_gothicregular;
	font-size: 25px !important;
	font-weight: bold;
	text-transform: uppercase;
}
.cat-banner-container .cat-banner img {
	width: 100%;
}
.cat-banner-container .feature-block {
	height: 232px !important;
}
.cat-banner-container .feature-block h6 {
	height: 30px;
	overflow: hidden;
}
.cat-banner-container .product-picture {
	float: none !important;
	margin: auto !important;
	width: 79% !important;
}
.cat-banner-container .product-prices {
	width: 100% !important;
}
.cat-banner-container .feature-block {
	border: 1px solid #dcdcdc;
	float: left;
	height: 345px !important;
	padding: 17px 30px;
}
.login-mc {
	background: none repeat scroll 0 0 #f0f0f0;
	padding: 10px !important;
}
.login-mc .register {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #c2c2c2;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
	min-height: 215px;
	padding: 10px !important;
}
/*.register img[alt="Captcha"] {
  width: 90px;
}*/
.login-mc .register .btn {
	padding: 10px !important;
}
.register label {
	font-size: 11px !important;
	line-height: 100%;
}
.register .btn {
	font-size: 12px !important;
}
label[for="password"] {
	min-height: 28px;
}
.listing-home .product-short-info .hidden-xs {
  display: block !important;
}
.listing-home .product-single h6 {
  display: block !important;
}
.listing-home p.retail-price, .listing-home p.rating, .listing-home p.offer-price, .listing-home p.clearance {
  text-align: right !important;
}
.listing-home .product-short-info .visible-xs.text-left {
  display: none !important;
}
.listing-home .mobile-action.text-left {
  display: none !important;
}
.listing-home .product-single .product-short-info {
  margin: auto;
  max-width: 234px !important;
  overflow: visible !important;
}
.home-list-carousel .caroufredsel_wrapper {
  height: 336px !important;
}
.listing #SalesItemsBlock .product-single {
  min-height: auto !important;
}
#affZero .modal-content h4 {
  font-size: 24px !important;
}
#affZero .btn-affirm {
  font-size: 20px !important;
}
.static-category-grid .col-md-5col {
  display: inline-block;
  float: none;
  height: 110px;
  overflow: hidden;
  text-align: center;
  width: calc(100% / 3 - 2px) !important;
}

.pictureslider #item-image {
  margin: auto;
  /*max-width: 188px;*/
}

}

@media(max-width: 380px) {
.listing-home.listing .product-single {
	padding: 10px !important;
}
.listing .product-single .product-short-info p.btn-xs img {
	width: 48%;
}
/* .logo img {
	width: 70%;
	margin: 0;
} */
.dow-prices {
/* margin-top: -60px; */
}
.newsletter input[type="text"] {
	width: 120px;
}
.card-details .credentials {
	padding: 130px 0 0px 110px;
}
.footer-col-single {
	clear: both;
	margin-top: 10px;
	width: 100% !important;
}
.top-bar-inner .social i {
	font-size: 20px;/* margin-right: -1px !important; */
}
.social-outer {
	float: left;
	margin-left: -6px !important;
}
.top-bar-inner .currency {
	float: right;
	overflow: hidden;
	padding-top: 6px !important;
	white-space: nowrap;
	width: 68px !important;
}
.currency-field {
	background: url("/assets/img/select-arrow.jpg") no-repeat scroll 43px -1px #fff !important;
}
.landing.lc > h1 {
	float: left;
	font-family: engravers_gothicregular;
	font-size: 50px;
	font-weight: bold;
	line-height: 34px;
	margin: 20px 0 0;
	text-align: center;
	text-transform: none;
}
.landing.lc > h3 {
	color: #000;
	float: left;
	font-family: engravers_gothicregular;
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
	text-align: center;
	width: 100%;
}
.listing-landing-page > h1 {
	font-size: 26px;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	height: auto;
	line-height: 1;
	max-width: 100%;
	width: 100%;
}
#BannerTopTicker img {
	margin: 0;
}
.claim-offer h2 {
	font-size: 16px;
	margin: 0;
}
.listing .product-single h6 {
	color: #333;
	font-size: 13px !important;
	font-weight: bold;
	height: 60px;
	line-height: 16px;
	margin-top: 0;
	max-height: 60px !important;
	overflow: hidden;
	text-align: center !important;
}
.listing .product-single .product-short-info {
	/* float: left;*/
	overflow: hidden;/*width: 100%;*/
}
p.retail-price > label {
	float: left !important;
}
.wedding-bands-container ul.bands-slider {
	height: 220px;
	overflow: hidden;
}
.ui-slider-horizontal.ui-slider-pips {
	margin-bottom: 40px !important;
}
#null-search-page h3 {
	color: black;
	font-size: 14px !important;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 150%;
	margin: 5px 0;
	text-align: center;
}
.static-category-grid .col-md-5col {
  display: inline-block;
  float: none;
  height: 110px;
  overflow: hidden;
  text-align: center;
  width: calc(100% / 2 - 2px) !important;
}
}

@media (min-width: 1200px) {
.container {
	max-width: 962px;
}
.footer-sm-logo {
	margin: 0 -3px;
}
.fast-christmas-video {
	height: 260px;
	border: 8px solid #efefef;
}
}

/* live chat 
.zopim {
  border-radius: 6px !important;
  left: 41%;
  top: 0 !important;
}
*/

/* Styles added by Ravi G. */
/* ============================ */

@media screen and (min-width:688px) and (max-width:888px) {
.header .support-links {
	padding-left: 0;
	padding-top: 45px;
	text-align: center;
}
.mgmenu_button a {
	background: url("/assets/img/menu.png") no-repeat scroll center center #474747 !important;
	border: medium none;
	border-radius: 5px;
	box-shadow: none;
	color: rgba(255, 255, 255, 0);
	cursor: pointer;
	display: inline-block;
	float: right;
	font-size: 1px;
	font-weight: bold;
	line-height: 12px;
	margin-bottom: 20px;
	margin-right: 13px;
	margin-top: -54px;
	padding: 14px 17px;
	text-transform: uppercase;
	transition: none 0s ease 0s;
}
}


@media screen and (min-width:100px) and (max-width:688px) {
/* #searchform input#id {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 3px;
	font-size: 17px;
	margin: 0;
	width: 88%;
} */

#searchform input#id {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 0;
	font-size: 17px;
	margin: 0;
	width: 100% !important;
}
.search-block {
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	float: right;
	margin-top: 7px;
	padding: 4px;
	width: 100%;
}
/*#searchsubmit {
	display: none;
}*/
.listing.listing-home {
  clear: both;
  margin-top: 0;
}
.listing-home.listing .product-single {
  max-width: 267px !important;
}
/* .logo img {
  margin: 2px 0 4px;
  max-width: 175px;
  width: 62%;
}*/
.mgmenu_button a {
	background: url("/assets/img/menu-button-mobile.jpg") no-repeat scroll 9px center #fff !important;
	border: medium none;
	border-radius: 5px;
	box-shadow: none;
	color: #5b5b5b;
	cursor: pointer;
	display: inline-block;
	float: right;
	font-size: 16px;
	font-weight: normal;
	line-height: 12px;
	margin-bottom: 8px;
	margin-right: 17px;
	margin-top: 8px;
	padding: 13px 0 11px 39px;
	text-transform: uppercase;
	transition: none 0s ease 0s;
	width: 92px;
	text-decoration: none;
}
.header .support-links {
	border-bottom: 1px solid #a3a3a3;
	border-top: 1px solid #a3a3a3;
	padding: 7px;
	text-align: center;
}
.shippingflag {
	float: left;
	margin: 5px 0 0 !important;
	text-align: left;
}
.shipping > a {
	color: #454545 !important;
	font-size: 14px !important;
	margin-left: 5px;
}
.search {
	float: left;
	width: 100%;
}
.mgmenu > li > a, .mgmenu > li > span {
	color: #ffffff;
	font-size: 23px;
	letter-spacing: 0.05em;
	text-align: center !important;
	text-transform: uppercase;
}
.mgmenu2 > li > a, .mgmenu2 > li > span {
	color: #ffffff;
	display: block;
	font-size: 18px;
	letter-spacing: 0.05em;
	outline: 0 none;
	padding: 9px 0;
	text-align: center !important;
	text-decoration: none;
	text-transform: uppercase;
}
.login {
	float: right;
}
.listing #SalesItemsBlock .product-single .product-short-info {
	min-height: 20px !important;
	overflow: hidden;
}
.listing .product-single .product-short-info {
	/* min-height: 87px; */
	overflow: hidden;
}
.listing .product-single .product-short-info p.clearance {
	padding: 0;
}
.listing .product-single .product-short-info p {
	font-size: 1em !important;/* text-align: center !important; */
}
.mobile-action.text-left {
	text-align: center !important;
}
#SalesItemsBlock .product-short-info .col-sm-7 {
	float: left;
	padding-right: 0;
	width: 56%;
}
#SalesItemsBlock .listing .product-single .product-short-info p {
	font-size: 1em !important;
	text-align: right !important;
}
.listing-home .product-short-info p {
	text-align: right;
}
#SalesItemsBlock .product-single .product-picture {
	float: none;
	margin: auto;
	padding: 0 5px 0 0;
	text-align: center;
	width: 100%;
}
.footer-info .footer-social {
	float: none !important;
	margin: -1px auto auto;
	text-align: center;
}
.listing-home .product-single .product-picture {
	width: 100% !important;
}
.listing-home .product-single .product-picture div {
	margin: auto;
}
.listing-home .product-single {
	border-top: 1px solid;
	border-right: 0 none !important;
	border-bottom: 0 none !important;
	border-left: 0 none !important;
}
.listing-home .product-single:hover {
	border-top: 1px solid;
	border-right: 0 none !important;
	border-bottom: 0 none !important;
	border-left: 0 none !important;
}
.listing-home .col-md-3.col-sm-4:nth-of-type(1) .product-single, .listing-home .col-md-3.col-sm-4:nth-of-type(1) .product-single:hover {
	border-top: 0 none;
}
.listing-home .col-md-3.col-sm-4 .product-single:hover {
	border-top: 1px solid #dbdbdb;
}
.well-sm.save-value {
  margin: 10px auto 0 0 !important;
  padding: 8px !important;
  width: 100% !important;
}
.sale-block {
  border-top: 1px solid #cdcdcd;
}
.panel-body .sale-block:first-of-type{
  border-top: 0 none;	}
  
.sale-block {
  border-top: 1px solid #cdcdcd;
  padding: 0;
}
.sale-block .product-single .pricing-info {
  margin: auto;
  max-width: 320px !important;
}
}
/* Styles by Ravi G for Text on the banners */
/* ======================================== */

.slider-content {
	position: relative;
}
.pictureslider {
	/*background: url("/assets/img/please-wait-ani.gif") no-repeat scroll center center rgba(0, 0, 0, 0);*/
	border: 1px solid #fff;
  margin: 15px 0 30px;
}

@media screen and (min-width:992px) {
.banner-title {
	display: block;
	font-family: engravers_gothicregular;
	font-size: 41px;
	font-weight: bold;
	letter-spacing: 1px;
	position: absolute;
	text-transform: uppercase;
	top: 86px;
	width: 60%;
	z-index: 1000;
}
.banner-title.left {
	left: 68px;
	text-align: left;
}
.banner-title.right {
	right: 68px;
	text-align: right;
}
.banner-title.white {
	color: #FFFfff;
}
.banner-title.black {
	color: #000000;
}
.banner-title.grey {
	color: #85838a;
}
.banner-title.gold {
	color: #bc9f42;
}
.header .logo {
	display: inline-block;
	/*  margin: 0; */
	max-width: 224px;
	width: 100%;
}
.header .support-links {
	padding-left: 0;
	padding-top: 42px;
	text-align: center;
}
.language {
	border-left: 1px solid #bababa;
	float: right;
	margin: 1px 0 2px 5px;
	padding: 0 0 0 3px;
}
.vert .simply-scroll-clip {
	height: 390px !important;
	width: 930px;
}
#mainimg {
	margin-left: 54px !important;
}
#searchspring-search_results .product-single {
	min-height: 470px;
}
.fast-christmas-title {
	color: #d00000;
	font-family: engravers_gothicregular;
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 1px;
}
/* -- New Header Styles start -- */

.logo-container {
	left: 4px;
	top: 5px;
}
.support-links-new {
	left: 325px;
	top: 9px;
}
.cart {
	right: 2px;
	top: 33px;
}
.welcome {
	right: 52px;
}
.main-header .search-block {
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	float: left;
	left: 246px;
	padding: 5px 5px 5px 8px;
	position: absolute;
	top: 36px;
	width: 449px;
}
.gift-box-5 {
	margin-left: 106px !important;
}
.dod-new .dod-review {
	width: 316px;
}
.dod-new .deal-price {
	width: 316px;
}
.detail-page .fancybox-skin {
	background: #fff none repeat scroll 0 0 !important;
}
.fancybox-inner {
	overflow: auto !important;
}
.product-short-info .col-md-7 {
	padding-right: 0 !important;
}
.home-list-carousel .caroufredsel_wrapper {
	height: 408px !important;
}
.dmd-info {
  border-right: 1px solid #d7d7d7;
  border-top: 1px solid #e0e0e0;
  margin-left: 19px;
  width: 351px;
}
.btns-checkout.row {
	padding-right: 15px;
}
.btns-checkout #AmazonPayButton {
	right: 15px;
}
.pictureslider {
	/*height: 365px;*/

}
.jssora03l {
	left: -18px !important;
}
.jssora03r {
	right: -17px !important;
}
.home-list-carousel .jssora03r {
	right: -26px !important;
}
.listing .product-single:hover .jssora03l {
	/*border-left-color: #848484;*/
	left: -13px !important;
}
.listing .product-single:hover .jssora03r {
	/*border-right-color: #848484;*/
	right: -13px !important;
}
.home-list-carousel .product-single:hover .jssora03r {
	/*border-right-color: #848484;*/
	right: -22px !important;
}
.support-links-new a {
	border-left: 1px solid #dcdcdc;
	display: inline-block;
	font-size: 10px;
	height: 21px;
	line-height: 22px;
	margin-bottom: 6px;
	padding: 0 5px !important;
}
.support-links-new .live-chat {
	background: url("/assets/img/chat-icon-small.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #09920e;
	padding-left: 38px !important;
}
/*.listing.listing-home {
  padding-top: 20px;
}*/
.spinvideo .fancybox-image, .spinvideo .fancybox-iframe {
  height: 597px;
  margin: auto !important;
  overflow: hidden !important;
  width: 591px !important;
}



}

@media screen and (max-width:991px) and (min-width:768px) {
.banner-title {
	display: block;
	font-family: engravers_gothicregular;
	font-size: 31px;
	font-weight: bold;
	letter-spacing: 1px;
	position: absolute;
	text-transform: uppercase;
	top: 68px;
	z-index: 1000;
}
.banner-title.left {
	left: 68px;
	text-align: left;
}
.banner-title.right {
	right: 68px;
	text-align: right;
}
.banner-title.white {
	color: #FFFfff;
}
.banner-title.black {
	color: #000000;
}
.banner-title.grey {
	color: #85838a;
}
.header .support-links {
	padding-left: 0;
	padding-top: 19px;
	text-align: center;
}
.mgmenu2 > li > a, .mgmenu2 > li > span {
	padding: 8px 19px;
}
.header .logo {
	display: inline-block;
	margin: 24px 0 0;
	width: 100%;
}
.header .support-links {
	line-height: 9px;
	padding-left: 0;
	padding-top: 33px;
	text-align: center;
}
.language {
	border-left: 1px solid #bababa;
	float: right;
	margin: 2px 0 2px 5px !important;
	padding: 0 0 0 3px;
}
.vert .simply-scroll-clip {
	height: 400px !important;
	width: auto;
}
.language {
	border-left: 1px solid #bababa;
	float: right;
	margin: 1px 0 2px 5px;
	padding: 0 0 0 3px;
}
.grid-cart-detail td span.update, .grid-cart-detail td span.remove {
	clear: both;
	float: none;
	margin: 0 auto 5px;
	padding: 0;
	text-align: center;
	width: 47px;
}
#accordion-bf .product-short-info .col-sm-7 {
	padding: 0 15px!important;
	width: 100% !important;
}
#accordion-bf .product-short-info .col-sm-5 {
	border: 1px solid #d5d5d5;
	border-radius: 0;
	box-shadow: 0 0 12px -6px #555555;
	color: #484848;
	float: right;
	font-size: 14px;
	font-weight: bold;
	margin: 0 15% 16px !important;
	padding: 8px;
	text-align: center;
	width: 70% !important;
}
/*#mainimg {
    margin-left: 22px !important;
    margin-top: 27px !important;
    max-width: 297px;
}*/
.fast-christmas-title {
	color: #d00000;
	font-family: engravers_gothicregular;
	font-size: 37px;
	letter-spacing: 1px;
}
.fast-christmas-title {
	color: #d00000;
	font-family: engravers_gothicregular;
	font-size: 27px;
	font-weight: bold;
	letter-spacing: 1px;
}
.fast-christmas-video {
	height: 405px;
}
.clearance-liquidation-landing .col-5-custom {
	float: left;
	width: 20%;
}
.clearance-liquidation-landing .clearance-category {
	border: 1px solid #d9d9d9;
	margin: 18px 0 0;
}
.clearance-liquidation-landing .internal-menu div {
	border: 1px solid #e8e8e8;
	color: red;
	float: left;
	font-family: arial !important;
	font-size: 12px !important;
	font-weight: bold !important;
	padding: 8px !important;
	text-align: center;
	text-transform: uppercase;
	width: 33.33% !important;
}
#accordion-bf .product-short-info .col-sm-5, #SalesItemsBlock .product-short-info .col-sm-5 {
	border: 1px solid #d5d5d5;
	border-radius: 0;
	box-shadow: 0 0 12px -6px #555555;
	color: #484848;
	float: right;
	font-size: 11px !important;
	font-weight: bold;
	margin: 0 9px !important;
	padding: 8px !important;
	text-align: center;
	width: 70px !important;
}
.null-page-contacts p {
	font-size: 10px;
}
/* .... New Header styles start .... */

.main-header {
	/* 	background: url("/assets/img/temp/ipad-header-template.jpg") no-repeat scroll 4px 0 rgba(0, 0, 0, 0) ; */
	height: 73px;
	position: relative;
}
.main-header .logo-container {
	left: 3px !important;
	top: -2px !important;
	width: 165px !important;
}
.main-header .support-links-new {
	left: 211px !important;
	top: 6px !important;
}
.support-links-new a {
	padding: 0 14px !important;
	font-size: 11px !important;
}
.main-header .search-block {
	left: 189px !important;
	position: absolute;
	top: 35px !important;
	width: 348px !important;
}
.search-block #id {
	border: 0 none;
	box-shadow: none;
	padding: 0;
	width: 92% !important;
}
.header .before-search {
	font-size: 11px;
	padding-top: 7px;
	position: absolute;
	right: 7px;
	text-align: right;
	top: 36px;
}
.main-header .cart {
	right: 7px;
	top: 6px;
}
.support-links-new .live-chat {
	padding-left: 38px !important;
}
.before-search .welcome {
	right: 69px;
}
.before-search .login {
	text-align: center;
	width: 62px;
}
.doctors h2 {
	background: none repeat scroll 0 0 transparent;
	color: #0166b1;
	font-family: engravers_gothicregular;
	font-size: 23px !important;
	margin: 0;
	padding: 0;
}
.doctors h1 {
	color: #0166b1;
	font-family: engravers_gothicregular;
	font-size: 45px !important;
	line-height: 40px;
	margin: 0;
	text-align: left !important;
}
.doctors .redeem-box {
	background: none repeat scroll 0 0 #f5f5f5;
	border-radius: 7px;
	padding: 27px !important;
	text-align: center;
}
.doctors .doctors-shrt-descpription {
	color: #464646;
	font-family: engravers_gothicregular;
	font-size: 19px !important;
	margin-bottom: 9px;
	text-transform: uppercase;
}
.doctors .doctors-price {
	color: #464646;
	font-family: engravers_gothicregular;
	font-size: 22px !important;
	font-weight: bold;
	margin-bottom: 14px;
	text-transform: uppercase;
}
.gift-box-7 {
	margin-left: 179px !important;
}
.click2complete.affirm .btn-cart {
	margin: 0 0 0 -117px !important;
}
.click2complete.affirm .arrow {
	margin-top: 10px !important;
	width: 94px !important;
}
#accordion-bf .product-short-info .col-sm-5, #SalesItemsBlock .product-short-info .col-sm-5 {
	border: 1px solid #d5d5d5;
	border-radius: 0;
	box-shadow: 0 0 12px -6px #555555;
	color: #484848;
	/*float: none !important;*/
	font-size: 15px !important;
	font-weight: bold;
	margin: auto !important;
	padding: 8px;
	text-align: center;
	width: 172px !important;
}
#SalesItemsBlock .affirm-price {
	border: 0 none;
	float: left;
	font-size: 14px;
	font-weight: normal;
	min-height: 60px;
	padding: 2px 0 15px;
	width: 100% !important;
}
.cat-banner-container .product-prices p {
	font-size: 12px;
	font-weight: bold;
	line-height: 110% !important;
	margin: 0 3px 5px 0 !important;
	text-align: right;
}
.cat-banner-container .feature-block .retail-price {
	font-size: 12px !important;
}
.cat-banner-container .feature-block .offer-price {
	color: red;
	font-size: 17px !important;
}
.cat-banner-container .feature-block .btn-buy {
	background: linear-gradient(to bottom, #fdb814 0%, #f89519 35%, #f16b22 100%) repeat scroll 0 0 / auto 100% rgba(0, 0, 0, 0);
	border: 2px solid #f3f3f1;
	border-radius: 6px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	color: #ffffff;
	display: inline-block;
	font-size: 16px !important;
	font-weight: bold;
	height: auto;
	line-height: 24px;
	padding: 0 !important;
	text-align: center;
	text-transform: uppercase;
	width: 95%;
}
.cat-banner-container .feature-block {
	border: 1px solid #dcdcdc;
	float: left;
	height: 154px !important;
	padding: 11px 30px !important;
}
.affirm-price {
	border: 1px solid #dddddd;
	width: auto !important;
}
.detail-page .fancybox-inner {
	height: 422px !important;
	width: 100% !important;
}
/*.fancybox-skin {
	background: #fff none repeat scroll 0 0 !important;
}*/
.fancybox-inner > html {
	overflow: hidden !important;
}

.detail-page .fancybox-skin {
	height: auto !important;
	margin: 0 auto;
	padding: 5px !important;
	width: 560px !important;
}
.detail-page .fancybox-wrap {
	margin: 0 auto 0 -20px !important;
	width: 100% !important;
}
.detail-page .fancybox-inner {
	height: 254px;
	width: 100% !important;
}
.home-list-carousel .caroufredsel_wrapper {
	height: 408px !important;
}
.modal.fade.affirm .modal-dialog {
	width: 490px;
}
.price-in-modal {
	background: none repeat scroll 0 0 #111111;
	color: #ffffff;
	display: block;
	font-family: proxima_nova_rgregular;
	font-size: 21px;
	font-weight: bold;
	line-height: 125%;
	padding: 25px 60px 25px 30px !important;
	text-align: left;
}
.affirm-item {
	display: none;
}
.optionstoggle-fold .property-label {
	width: 33.33% !important;
}
.optionstoggle-fold .property-value {
	width: 66.66% !important;
}
.dmd-info {
    border-top: 1px solid #d5d5d5;
    width: 100%;
    border-right: 1px solid #c7c7c7;
}
.ring-field {
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	height: 28px;
	margin-right: 10px;
	width: 141px;
}
.grid-cart-detail th.ptime {
	white-space: normal !important;
	width: 130px;
}
.btns-checkout.row {
	padding-right: 15px;
}
.btns-checkout #AmazonPayButton {
	right: 15px;
}
.btns-checkout .paypal {
	margin-top: 14px;
}
.jssora03l {
	left: -18px !important;
}
.jssora03r {
	right: -27px !important;
}
.listing-home .product-single:hover .jssora03l {
	left: -13px !important;
}
.listing-home .product-single:hover .jssora03r {
	right: -22px !important;
}
.listing-home .col-md-3.col-sm-4:nth-of-type(7), .listing-home .col-md-3.col-sm-4:nth-of-type(8) {
	display: none;
}
.home-list-carousel .jssora03r {
	right: -6px !important;
}
/*.listing.listing-home {
	padding-top: 20px;
}*/
.support-links-new a {
	border-left: 1px solid #dcdcdc;
	display: inline-block;
	font-size: 10px;
	height: 21px;
	line-height: 22px;
	margin-bottom: 6px;
	padding: 0 5px !important;
}
.support-links-new .live-chat {
	background: url("/assets/img/chat-icon-small.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #09920e;
	padding-left: 38px !important;
}
.spinvideo .fancybox-image, .spinvideo .fancybox-iframe {
  margin: auto !important;
  width: 410px;
}
.sale-block .ret-price {
  font-size: 9px;
}
.sale-block .sp-price {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
}
.well-sm.save-value {
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  box-shadow: 0 0 12px -6px #555;
  color: #484848;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0;
  margin-left: 15px;
  padding: 2px !important;
  width: calc(100% - 15px);
}
.sale-block .affirm-price {
  border: 0 none;
  font-size: 12px !important;
  font-weight: normal;
  padding: 5px 0;
}
.sale-block .affirm-price > span {
  font-size: 12px !important;
}
.sale-block {
  border: 1px solid #cdcdcd;
  margin: -1px -1px 0 0;
}
#accordion-bf .panel-body {
	padding-bottom: 0px !important;
}
#accordion-bf .product-single {
  min-height: 349px;
}
#accordion-bf .product-single {
	background: none repeat scroll 0 0 #fff;
	border: 0 none;
	margin: 9px 0 0;
	min-height: 345px;
	padding: 15px;
}
.qty2 .qty-field {
    text-align: center;
    width: 32px;
}
.qty2 {
    float: left;
    text-align: center;
    background: #efefef;
    padding: 5px 5px;
    margin-right: 10px;
    position: relative;
    padding-right: 25px;
    width: 100px !important;
}
.static-category-grid .col-md-5col {
  height: 105px !important;
  overflow: hidden;
  text-align: center;
}
.noaffirm.chinasales {
  min-height: 98px;
  width: 216px !important;
}
.btns-checkout.chinasales .affirm {
  width: 300px;
}
.chinasales.btns-checkout {
  float: right;
  width: 523px;
}
.review-block img[src*="starburst"] {
  display: block;
  height: 115px !important;
  left: -115px;
  position: absolute;
  top: 70px;
  width: 115px !important;
}


/* Uses - "/Promotions"  
.product-single.product-in-clearance {
	height: 380px !important;
}*/
}

@media screen and (max-width:767px) and (min-width:600px) {
.container {
	max-width: 600px;
	position: relative;
}
.banner-title {
  display: block;
  font-family: engravers_gothicregular;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 101%;
  position: absolute;
  text-transform: uppercase;
  top: 30%;
  width: 74%;
  z-index: 1000;
}
.banner-title.left {
	text-align: left;
	left: 45px;
}
.banner-title.right {
	right: 45px;
	text-align: right;
}
.banner-title.white {
	color: #FFFfff;
}
.banner-title.black {
	color: #000000;
}
.banner-title.grey {
	color: #85838a;
}
.social-media {
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 7px;
}
.name-necklace-cont {
	background: url("../../../assets/img/name-necklace-bg.jpg") repeat scroll -123px -377px rgba(0, 0, 0, 0) !important;
	border: 1px solid #e0e0e0;
	float: left;
	margin-top: 10px;
	min-height: 354px;
	padding: 30px;
	width: 100%;
}
.name-necklace-cont .col-xs-7 {
	float: right !important;
}
.name-necklace-cont .right-column h2 {
	font-size: 51px !important;
}
.mgmenu_button a {
	background: url("/assets/img/menu-button-mobile.jpg") no-repeat scroll 12px -2px #fff !important;
	border: medium none;
	border-radius: 4px;
	box-shadow: none;
	color: #565656;
	cursor: pointer;
	display: inline-block;
	float: right;
	font-family: arial;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 16px;
	margin-bottom: 5px;
	margin-right: 18px;
	margin-top: 37px;
	padding: 0 0 12px 40px;
	text-transform: uppercase;
	transition: none 0s ease 0s;
}
.mgmenu_button a {
  margin-right: 13px !important;
  margin-top: 88px !important;
}
#mgmenu1 {
	margin-top: 42px !important;
	z-index: 12;
	height: 1px;
}
.mgmenu_container .mgmenu > li, .mgmenu_fixed .mgmenu > li, .mgmenu_footer .mgmenu > li {
	border: medium none;
	display: block;
	float: left !important;
	padding: 0;
	width: 20% !important;
}
#mgmenu3 ul li {
	display: block;
	float: left !important;
	width: 20% !important;
}
body .mgmenu_container .mgmenu > li span, body .mgmenu2 > li > a, body .mgmenu2 > li > span {
	text-align: center !important;
}
.fast-christmas-video {
	height: 321px;
	margin-top: 10px;
}
.clearance-liquidation-landing .col-5-custom {
	float: left;
	width: 25%;
}
.clearance-liquidation-landing .clearance-category {
	border: 1px solid #d2d2d2;
	margin: 16px 0 0;
}
#null-search-page .search-block {
	border: 1px solid #d5d5d5;
}
.null-page-contacts .col-xs-12 {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 1px;
}
/* .... New Header Styles start ....... */
.main-header {
	/*background: url("/assets/img/temp/mobile-header-template.jpg") no-repeat scroll 4px 0 rgba(0, 0, 0, 0);*/
	height: 100px !important;
}
.main-header .logo-container {
	left: 5px;
	top: 4px;
}
.main-header .logo {
	max-width: 100% !important;
	width: 164px !important;
}
.main-header .support-links-new {
	right: 0 !important;
	top: 19px !important;
}
.support-links-new a {
	padding: 0 8px !important;
}
.main-header .before-search {
	border-top: 1px solid #c5c5c5 !important;
	height: 49px !important;
	left: 5px !important;
	top: 59px !important;
	width: 571px !important;
}
.main-header .search-block {
	border: 1px solid #dcdcdc !important;
	left: 5px !important;
	position: absolute;
	top: 60px !important;
	width: 194px !important;
}
.main-header .cart {
	right: 131px !important;
	top: 65px !important;
}
.before-search .login {
	position: absolute;
	right: 186px;
	top: 11px;
}
.support-links-new .live-chat {
	padding-left: 41px !important;
}
.search-block #id {
	border: 0 none;
	box-shadow: none;
	padding: 0;
	width: 86% !important;
}
.before-search .welcome {
	right: 256px;
	top: 11px;
}
.before-search .welcome > a {
	width: 110px !important;
	padding-right: 10px !important;
}
.page-title {
	border-top: 1px solid #d2d2d2;
	clear: both;
	padding-top: 1px;
}
.cat-banner-container .cat-banner img {
	width: 100%;
}
.cat-banner-container .feature-block {
	border: 1px solid #dcdcdc;
	float: left;
	height: 218px !important;
	padding: 17px 30px;
}
.cat-banner-container .feature-block h6 {
	font-size: 13px !important;
}
.checkout-options .btns-checkout .affirm {
	float: left;
	width: 343px;
}
.aff-value {
	width: 255px !important;
}
.btns-checkout #AmazonPayButton {
	float: none;
	margin-top: 12px;
	position: relative;
}
.affirm-price {
	border: 1px solid #dddddd;
	width: auto !important;
}
.detail-page .fancybox-inner {
	height: 422px !important;
	width: 100% !important;
}
.detail-page .fancybox-skin {
	height: auto !important;
	margin: 0 auto;
	padding: 5px !important;
	width: 560px !important;
}
.detail-page .fancybox-wrap {
	margin: 0 auto 0 -20px !important;
	width: 100% !important;
}
.detail-page .fancybox-inner {
	height: 254px;
	width: 100% !important;
}
.home-list-carousel .caroufredsel_wrapper {
	height: 301px !important;
}
.home-list-carousel .product-single h6 {
  display: none;
}
.product-short-info p {
	text-align: center;	
}
.product-short-info .visible-xs .clearance {
  text-align: center !important;
}
.modal.fade.affirm .modal-dialog {
	width: 80% !important;
}
.affirm-item {
	display: none;
}
.product-details .btn-block.btn-custom-large {
	width: 100% !important;
}
.dmd-info {
	border-top: 1px solid #dcdcdc;
	width: 100%;
}
/*.product-details {
	width: 323px;
}*/
.support-links-new a {
	border-left: 1px solid #dcdcdc;
	display: inline-block;
	font-size: 10px;
	height: 21px;
	line-height: 22px;
	margin-bottom: 6px;
	padding: 0 5px !important;
	white-space: nowrap;
}
.support-links-new .live-chat {
	background: url("/assets/img/chat-icon-small.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #09920e;
	padding-left: 38px !important;
}
.spinvideo .fancybox-image, .spinvideo .fancybox-iframe {
  margin: auto !important;
  width: 410px;
}
.review-block img[src*="starburst"] {
  display: block;
  height: 115px !important;
  left: 22px;
  position: absolute;
  top: -340px;
  width: 115px !important;
}
}

@media screen and (max-width:599px) and (min-width:359px) {
.container {
	max-width: 360px;
	position: relative;
}
.site-wrapper.container {
  float: left;
  width: 100%;
}
.banner-title {
  display: block;
  font-family: engravers_gothicregular;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 105%;
  position: absolute;
  text-transform: uppercase;
  top: 21px;
  width: 60%;
  z-index: 1000;
}
.banner-title.left {
	left: 31px;
	text-align: left;
}
.banner-title.right {
	right: 31px;
	text-align: right;
}
.banner-title.white {
	color: #FFFfff;
}
.banner-title.black {
	color: #000000;
}
.banner-title.grey {
	color: #85838a;
}
.social-media {
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 7px;
}
.name-necklace-cont .col-xs-7 {
	width: 100%;
}
.name-necklace-cont {
	padding: 0 30px 30px !important;
}
.name-necklace-cont {
	background: url("../../../assets/img/name-necklace-bg.jpg") repeat scroll -199px -355px rgba(0, 0, 0, 0) !important;
	border: 1px solid #e0e0e0;
	float: left;
	margin-top: 10px;
	min-height: 354px;
	padding: 30px !important;
	width: 100%;
}
.name-necklace-cont .right-column h3 {
	color: #a70006;
	font-family: engravers_gothicregular;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin: 0;
}
.name-necklace-cont .right-column h2 {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	color: #434343 !important;
	font-family: engravers_gothicregular;
	font-size: 33px !important;
	font-weight: bold;
	line-height: 35px !important;
	margin: 0 0 13px;
	padding: 0;
	text-transform: uppercase;
}
.name-necklace-cont .col-xs-7 {
	padding-left: 40% !important;
	width: 100% !important;
}
.fast-christmas-video {
	height: 185px;
	margin-top: 7px;
}
#mgmenu1 {
	margin-top: 42px !important;
	z-index: 12;
	height: 1px;
}
.clearance-liquidation-landing .col-5-custom {
	float: left;
	width: 50%;
}
.clearance-liquidation-landing .clearance-category {
	border: 1px solid #bcbcbc;
	margin: 15px 0 0;
}
.header .row {
	margin: 0 !important;
}
/* .... New Header styles start ..... */

.main-header {
	height: 124px !important;
}
.main-header .logo-container {
	display: block;
	height: auto;
	position: absolute;
	width: 148px;
}
.main-header .cart {
	right: 5px;
	top: 10px;
}
.main-header .support-links-new {
	border-bottom: 1px solid #c9c9c9;
	border-top: 1px solid #c9c9c9;
	padding-top: 5px;
	text-align: center;
	top: 52px;
	width: 100%;
}
.support-links-new .live-chat {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	color: #09920e;
	padding-left: 0 !important;
}
.main-header .search-block {
	position: absolute;
	top: 85px;
	width: 70%;
}
.main-header .before-search {
	right: 52px;
	top: 0;
}
.before-search .login {
	position: absolute;
	right: 0;
	text-align: right;
	top: 22px;
	width: 100px;
}
.before-search .welcome {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	right: 0;
	top: 7px;
}
.before-search .welcome > a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	padding: 0 !important;
}
.listing-landing-page > h1 {
	font-family: engravers_gothicregular;
	font-size: 32px !important;
	line-height: 18px;
	margin: 20px 0;
}
#accordion-bf .product-short-info .col-sm-5, #SalesItemsBlock .product-short-info .col-sm-5 {
	border: 1px solid #d5d5d5;
	border-radius: 0;
	box-shadow: 0 0 12px -6px #555555;
	color: #484848;
	font-size: 14px;
	font-weight: bold;
	margin: auto !important;
	padding: 8px;
	text-align: center;
	width: 165px !important;
	float: none !important;
}
.oct-watch-ins dt {
	clear: both;
	color: #000;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 214%;
	width: 19% !important;
}
.oct-watch-ins dd {
	font-size: 14px;
	line-height: 156% !important;
	margin-bottom: 6px !important;
	margin-top: 5px !important;
}
.btns-checkout #AmazonPayButton {
	clear: both;
	float: left;
	margin-top: 10px;
	position: relative;
	width: 100%;
}
.btns-checkout .paypal {
	float: left;
	margin-left: 0;
	margin-top: 10px;
	width: 100%;
}
.login-mc {
	background: none repeat scroll 0 0 #f0f0f0;
	padding: 15px;
}
.btns-checkout.noaffirm {
	float: right;
	width: 100% !important;
}
.noaffirm .paypal {
	width: 100% !important;
}
.detail-page .fancybox-inner {
	height: 223px !important;
	width: 100% !important;
}
.detail-page .fancybox-skin {
	height: auto !important;
	margin: 0 auto;
	padding: 5px !important;
	width: 335px !important;
}
.detail-page .affirm-price {
	border: 1px solid #dddddd;
	width: auto !important;
}
.detail-page .fancybox-wrap {
	margin: 0 auto 0 -20px !important;
	width: 100% !important;
}
.detail-page .fancybox-inner {
	height: 254px !important;
	width: 100% !important;
}
.home-list-carousel .caroufredsel_wrapper {
  height: 300px !important;
}
.home-list-carousel .product-single h6 {
  display: none;
}
.product-short-info p {
	text-align: center;
}
.main-header .support-links-new {
	position: absolute;
}
.modal.fade.affirm .modal-dialog {
	width: 100%;
}
.price-in-modal {
	background: none repeat scroll 0 0 #111111;
	color: #ffffff;
	display: block;
	font-family: proxima_nova_rgregular;
	font-size: 15px !important;
	font-weight: bold;
	line-height: 125%;
	padding: 16px 68px 16px 19px !important;
	text-align: left;
}
.affirm-modal {
	padding: 20px !important;
}
.affirm-text h4 {
	color: #404040;
	font-family: proxima_nova_rgregular;
	font-size: 25px !important;
	font-weight: 100;
	margin-bottom: 16px !important;
}
.affirm-modal .text-block {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	margin-bottom: 15px;
	min-height: 0;
	padding: 0 !important;
}
.affirm-modal p {
	font-size: 14px;
	font-weight: 100 !important;
	line-height: 135%;
}
.affirm-item {
	display: none;
}
.product-details .btn-block.btn-custom-large {
	width: 100% !important;
}
.optionstoggle-fold .property-label {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 50% !important;
}
.optionstoggle-fold .property-value {
	float: left;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 50% !important;
}
.affirm-price {
	border: 1px solid #dddddd;
	width: auto !important;
}
.support-links-new a {
	border-left: 1px solid #dcdcdc;
	display: inline-block;
	font-size: 10px;
	height: 21px;
	line-height: 22px;
	margin-bottom: 6px;
	padding: 0 5px !important;
	white-space: nowrap;
}
.support-links-new a:first-child {
	border: 0 none;
}
.top-bar-inner .currency span {
	display: none;
}
.spinvideo .fancybox-image, .spinvideo .fancybox-iframe {
  margin: auto !important;
  width: 248px;
}
.floating-banner {
  display: none !important;
}
#accordion-bf .btn-buy, #SalesItemsBlock .btn-buy {
	width: 100%;
}
.price-options-grid li a {
  padding: 3px !important;
  width: 55px !important;
  text-align: center;
  min-height: 44px !important;
  font-size: 11px !important;
}
.price-options-grid table.dataTable thead th, .price-options-grid table.dataTable thead td {
  background-color: #f2f2f2;
  border-bottom: 1px solid #111;
  padding: 2px 10px;
}
.review-block img[src*="starburst"] {
  display: none;
}
}

@media screen and (max-width:360px) and (min-width:200px) {
.container {
	max-width: 320px;
	position: relative;
}
.site-wrapper.container {
  float: left;
  width: 100%;
}
.banner-title {
  display: block;
  font-family: engravers_gothicregular;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 109%;
  position: absolute;
  text-transform: uppercase;
  top: 15px;
  width: 59%;
  z-index: 1000;
}
.banner-title.left {
	left: 27px;
	text-align: left;
}
.banner-title.right {
	right: 27px;
	text-align: right;
}
.banner-title.white {
	color: #FFFfff;
}
.banner-title.black {
	color: #000000;
}
.banner-title.grey {
	color: #85838a;
}
.flex-control-nav {
	display: none;
}
.name-necklace-cont {
	background: url("../../../assets/img/name-necklace-bg.jpg") repeat scroll -37px -393px rgba(0, 0, 0, 0) !important;
	border: 1px solid #e0e0e0;
	float: left;
	margin-top: 10px;
	min-height: 354px;
	padding: 0 !important;
	width: 100%;
}
.name-necklace-cont .col-xs-7 {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
	padding-left: 8% !important;
	padding-top: 29px !important;
	width: 65% !important;
}
.name-necklace-cont .right-column h3 {
	color: #bd8d68;
	font-family: engravers_gothicregular;
	font-size: 18px !important;
	font-weight: bold;
	margin: 16px 0 0;
}
.name-necklace-cont .right-column h2 {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	color: #5e5e5e !important;
	font-family: engravers_gothicregular;
	font-size: 27px !important;
	font-weight: bold;
	line-height: 100% !important;
	margin: 0 0 13px;
	padding: 0;
	text-transform: uppercase;
}
.fast-christmas-video {
	height: 163px;
	margin-top: 7px;
}
.listing.fast-christmas .product-single .product-short-info p {
	font-size: 1em !important;
	text-align: right !important;
}
#mgmenu1 {
	margin-top: 42px !important;
	z-index: 12;
	height: 1px;
}
.mgmenu_button a {
	background: url("/assets/img/menu-button-mobile.jpg") no-repeat scroll 8px 11px #fff !important;
	border: medium none;
	border-radius: 5px;
	box-shadow: none;
	color: #5b5b5b;
	cursor: pointer;
	display: inline-block;
	float: right;
	font-size: 16px;
	font-weight: normal;
	line-height: 12px;
	margin-bottom: 8px;
	margin-right: 12px;
	margin-top: 8px;
	padding: 15px 0 11px 35px;
	text-decoration: none;
	text-transform: uppercase;
	transition: none 0s ease 0s;
	width: 83px;
}
.clearance-liquidation-landing .col-5-custom {
	float: left;
	width: 50%;
}
.clearance-liquidation-landing .clearance-category {
	border: 1px solid #bcbcbc;
	margin: 15px 0 0;
}
.header .row {
	margin: 0;
}
/* .... New Header styles start ..... */

.main-header {
	height: 124px !important;
}
.main-header .logo-container {
	display: block;
	height: auto;
	position: absolute;
	width: 148px;
}
.main-header .cart {
	right: 5px;
	top: 10px;
}
.main-header .support-links-new {
	border-bottom: 1px solid #c9c9c9;
	border-top: 1px solid #c9c9c9;
	padding-top: 5px;
	text-align: center;
	top: 52px;
	width: 100%;
}
.support-links-new .live-chat {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	color: #09920e;
	padding-left: 0 !important;
}
.main-header .search-block {
	position: absolute;
	top: 85px;
	width: 70%;
}
.main-header .before-search {
	right: 52px;
	top: 0;
}
.before-search .login {
	position: absolute;
	right: 0;
	text-align: right;
	top: 22px;
	width: 82px;
}
.before-search .welcome {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	right: 0;
	top: 7px;
}
.before-search .welcome > a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	padding: 0 !important;
	width: 83px !important;
}
.support-links-new a {
	font-size: 10px;
	padding: 0 3px 0 9px !important;
}
.login .sign-in {
	float: right !important;
	line-height: 19px;
	text-decoration: underline;
}
.listing-landing-page > h1 {
	font-family: engravers_gothicregular;
	font-size: 50px !important;
	line-height: 50px;
	margin: 20px 0;
}
#accordion-bf .product-short-info .col-sm-5, #SalesItemsBlock .product-short-info .col-sm-5 {
	border: 1px solid #d5d5d5;
	border-radius: 0;
	box-shadow: 0 0 12px -6px #555555;
	color: #484848;
	font-size: 14px;
	font-weight: bold;
	margin: auto !important;
	padding: 8px;
	text-align: center;
	width: 165px !important;
	float: none !important;
}
.oct-watch-ins dt {
	clear: both;
	color: #000;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 214%;
	width: 19% !important;
}
.oct-watch-ins dd {
	font-size: 14px;
	line-height: 156% !important;
	margin-bottom: 6px !important;
	margin-top: 5px !important;
}
.aff-value {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 7px;
	position: absolute;
	right: 0;
	top: 0;
	width: 184px !important;
}
.btns-checkout .paypal {
	float: left;
	margin-left: 0;
	margin-top: 10px;
	width: 100%;
}
.btns-checkout #AmazonPayButton {
	clear: both;
	float: left;
	margin-top: 10px;
	position: relative;
	width: 100%;
}
.btns-checkout.noaffirm {
	float: right;
	width: 100% !important;
}
.noaffirm .paypal {
	width: 100% !important;
}
.affirm-price {
	border: 1px solid #dddddd;
	width: auto !important;
}
.detail-page .fancybox-inner {
	height: 223px !important;
	width: 100% !important;
}
.detail-page .fancybox-skin {
	height: auto !important;
	margin: 0 auto;
	padding: 5px !important;
	width: 296px !important;
}
.detail-page .fancybox-wrap {
	margin: 0 auto 0 -20px !important;
	width: 100% !important;
}
.home-list-carousel .caroufredsel_wrapper {
	height: 300px !important;
}
.home-list-carousel .product-single h6 {
  display: none;
}
.product-short-info p {
	text-align: center;
}
.main-header .support-links-new {
	position: absolute;
}
.modal.fade.affirm .modal-dialog {
	width: 100%;
}
.price-in-modal {
	background: none repeat scroll 0 0 #111111;
	color: #ffffff;
	display: block;
	font-family: proxima_nova_rgregular;
	font-size: 15px !important;
	font-weight: bold;
	line-height: 125%;
	padding: 16px 68px 16px 19px !important;
	text-align: left;
}
.affirm-modal {
	padding: 20px !important;
}
.affirm-text h4 {
	color: #404040;
	font-family: proxima_nova_rgregular;
	font-size: 25px !important;
	font-weight: 100;
	margin-bottom: 16px !important;
}
.affirm-modal .text-block {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	margin-bottom: 15px;
	min-height: 0;
	padding: 0 !important;
}
.affirm-modal p {
	font-size: 14px;
	font-weight: 100 !important;
	line-height: 135%;
}
.affirm-item {
	display: none;
}
.product-details .btn-block.btn-custom-large {
	width: 100% !important;
}
.affirm-price {
	border: 1px solid #dddddd;
	width: auto !important;
}
.optionstoggle-fold .property-label {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 50% !important;
}
.optionstoggle-fold .property-value {
	float: left;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 50% !important;
}
.ring-field {
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	height: 28px;
	margin-right: 10px;
	width: 130px !important;
	font-size: 11px;
}
.MagicZoom {
  height: auto !important;
  margin-left: 0 !important;
  width: 100% !important;
}
.thumbs-block {
  margin-top: 32px;
}
.support-links-new a {
	border-left: 1px solid #dcdcdc;
	display: inline-block;
	font-size: 10px;
	height: 21px;
	line-height: 22px;
	margin-bottom: 6px;
	padding: 0 5px !important;
	white-space: nowrap;
}
.support-links-new a:first-child {
	border: 0 none;
}
.spinvideo .fancybox-image, .spinvideo .fancybox-iframe {
  margin: auto !important;
  width: 215px;
}
.floating-banner {
  display: none !important;
}
/* .... New Header styles End ..... */

#accordion-bf .btn-buy, #SalesItemsBlock .btn-buy {
	width: 100% !important;
}
.price-options-grid li a {
  padding: 3px !important;
  width: 55px !important;
  text-align: center;
  min-height: 44px !important;
  font-size: 11px !important;
}
.price-options-grid table.dataTable thead th, .price-options-grid table.dataTable thead td {
  background-color: #f2f2f2;
  border-bottom: 1px solid #111;
  padding: 2px 10px;
}
.review-block img[src*="starburst"] {
  display: none;
}

}
.carousel-inner {
  border: 1px solid #bfbfbf;
  clear: both;
}
.carousel-fade .carousel-inner {
  border: 0 none;
}
.language {
	border-left: 1px solid #bababa;
	float: right;
	margin: 2px 0 2px 5px;
	padding: 0 0 0 3px;
}
.carousel-control {
	width: 40px;
	font-size: 30px;
	opacity: 1;
}
.carousel-control.right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
	left: auto;
	right: 15px;
}
.shippingflag {
	display: block;
	float: left;
	font-size: 12px;
	margin: 3px 0 0;
}
.shippingflag img {
	margin-right: 5px;
	margin-top: -2px;
}
.shipping > img {
	float: left;
	height: 20px;
	margin-left: 4px;
}
.shipping > a {
	float: left;
	font-size: 12px;
	line-height: 9px;
	margin: 5px 7px;
}
.login {
	display: block;
	float: right;
	line-height: 21px;
}
.login .shopcart {
	float: left;
	height: 20px;
	margin: 1px 7px;
}
.login .sign-in {
	float: right;
	line-height: 19px;
	text-decoration: underline;
	white-space: nowrap;
}

/* ======================================== */
/* Styles by Ravi G for Text on the banners */

@media screen and (max-width:767px) and (min-width:689px) {
.mgmenu_button a {
	background: url("/assets/img/menu-button-mobile.jpg") no-repeat scroll 12px -2px #fff !important;
	border: medium none;
	border-radius: 4px;
	box-shadow: none;
	color: #565656;
	cursor: pointer;
	display: inline-block;
	float: right;
	font-family: arial;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 16px;
	margin-bottom: 5px;
	margin-right: 18px;
	margin-top: 37px;
	padding: 0 0 12px 40px;
	text-transform: uppercase;
	transition: none 0s ease 0s;
}
#mgmenu1 {
	margin-top: 37px !important;
	z-index: 12;
}
.mgmenu_button {
	display: block;
	margin: -16px 0 0;
}
.header .logo {
	display: inline-block;
	float: left;
	margin: 5px 0 0;
	max-width: 148px;
	width: auto;
}
.header .support-links {
	border-bottom: 1px solid #c9c9c9;
	border-top: 1px solid #c9c9c9;
	clear: both;
	float: left;
	margin-top: 3px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-top: 6px;
	text-align: center;
	width: 100%;
}
.search-block {
	border: 4px solid #cdcdcd;
	border-radius: 3px;
	float: right;
	margin-top: 7px;
	padding: 5px 5px 5px 8px;
	width: 100%;
}
.header .search input[type="text"] {
	float: none;
	margin-bottom: 0;
	max-width: none !important;
	width: 93.5%;
}
.header .support-links a {
	color: #919191;
	font-size: 14px;
	margin: 0 12px;
	white-space: nowrap;
}
.header .before-search {
	clear: both;
	float: right;
	text-align: center;
}
.aspromo-float {
	display: none;
}
.listing-home.listing .product-single {
	border: 1px solid #dbdbdb;
	line-height: 16px;
	margin-bottom: 10px;
	max-width: 100%;
	padding: 17px;
	position: relative;
	text-align: center;
}
.listing-home.listing .product-single:hover {
	border: 1px solid #444;
	min-height: 20px;
	padding: 17px;
}
.listing .product-single .product-picture {
	/*float: left;*/
	padding: 0 5px 0 0;
	text-align: center;
	width: 230px;
}
#SalesItemsBlock .col-sm-4 {
	float: left;
	width: 50%;
}
#SalesItemsBlock .col-sm-4 .product-single div {
	float: left;
	width: 100%;
	padding-left: 0;
}
.row.product-short-info {
	margin-left: 0;
	margin-right: 0;
}
#SalesItemsBlock .product-short-info .col-sm-7 {
	width: 65% !important;
}
#SalesItemsBlock .product-short-info .col-sm-5 {
	float: right !important;
	margin-right: 0 !important;
	padding: 3px 0 3px 8px !important;
	width: 28% !important;
}
#SalesItemsBlock .listing .product-single .product-picture {
	float: none !important;
}
.content-two-col .listing .product-single {
	height: 400px;
	margin-bottom: 15px;
}
.listing-home .product-single {
	border-top: 1px solid;
	border-right: 0 none !important;
	border-bottom: 0 none !important;
	border-left: 0 none !important;
}
.listing-home .product-single:hover {
	border-top: 1px solid;
	border-right: 0 none !important;
	border-bottom: 0 none !important;
	border-left: 0 none !important;
}
.listing-home .col-md-3.col-sm-4:nth-of-type(1) .product-single, .listing-home .col-md-3.col-sm-4:nth-of-type(1) .product-single:hover {
	border-top: 0 none;
}
.listing-home .col-md-3.col-sm-4 .product-single:hover {
	border-top: 1px solid #dbdbdb;
}
}
div[id*="SalesItems"] p.offer-price {
	color: red !important;
	font-size: 15px !important;
	font-weight: bold !important;
}
.lc-landing-banner img {
	border: 1px solid #d5d5d5;
	height: auto;
	margin: 0 0 15px;
	max-width: 100%;
	width: 100%;
}
.landing.lc > h1 {
	float: left;
	font-family: engravers_gothicregular;
	font-size: 74px;
	font-weight: bold;
	height: 76px;
	margin: 0 0 0 -5px;
	text-transform: none;
}
.landing.lc h1 span {
	color: #ffa900;
}
.landing.lc > h3 {
	color: #000;
	float: right;
	font-family: engravers_gothicregular;
	font-size: 17px;
	font-weight: normal;
	margin-top: 48px;
}
.listing-landing-page {
	border: 1px solid #dcdcdc;
	padding-bottom: 30px;
}
.listing-landing-page > h1 {
	font-family: engravers_gothicregular;
	font-size: 57px;
	line-height: 50px;
	margin: 20px 0;
}
.listing-landing-page .custom-row {
	overflow: hidden;
	margin-left: -7px;
}
.listing-landing-page.lc .custom-col-5 .product-single {
	border-left: 1px dashed #c4c4c4;
}
.listing-landing-page.lc .custom-col-5 > h3 {
	text-align: center;
}
.listing-landing-page.lc .custom-row .custom-col-5 .product-single {
	margin: 0 6px 10px;
}
.cc-info-get .exp-date li {
	display: inline;
	float: left;
}
.dmd-info td {
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
    font-size: 11px;
    padding-left: 8px;
    text-align: left;
    text-transform: capitalize;
}
.ftd {
	background: none repeat scroll 0 0 #efefef;
	color: #808080;
	font-size: 10px;
	/* font-weight: bold; */
	vertical-align: top;
	width: 57%;
}
/* Gemstones page Styles */
/* ====================== */

.small-banners div {
	padding-top: 15px;
	text-align: center;
}
.gemstones h1 {
	font-family: engravers_gothicregular;
	font-size: 24px;
	margin: 15px 0;
	text-align: center;
	background: url('/assets/img/h1-bg.png') repeat-x;
}
.gemstones h1 span {
	padding: 0 15px;
	background: #FFFFFF;
}
.gemstones-v3 .jewelry-list {
	margin: 20px 0 0 -18px;
}
.birth-gems {
	border-color: #fff;
	border-style: solid;
	border-width: 3px;
	float: left;
	padding: 3px;
	width: 100%;
}
.birth-gems:hover {
	border-color: #444;
}
.birth-gems .month {
	background: none repeat scroll 0 0 #f0f0f0;
	border-radius: 0;
	color: #040404;
	display: block;
	float: left;
	font-family: engravers_gothicregular;
	font-size: 20px;
	font-weight: normal;
	height: auto;
	margin: 0;
	padding: 10px;
	text-align: center;
	width: 100%;
}
.birth-gems .new-month {
	background: #f0f0f0 none repeat scroll 0 0;
	border-radius: 0;
	color: #040404;
	display: block;
	float: left;
	font-family: engravers_gothicregular;
	font-size: 19px;
	font-weight: normal;
	height: auto;
	margin: 0;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.new-month > small {
	font-family: arial;
	font-size: 13px;
	text-transform: capitalize;
}
.stone-image {
	display: block;
	float: left;
	height: 77px;
	margin: 10px 0;
	text-align: center;
	width: 100%;
}
.gemstone-name {
	color: #434343;
	float: left;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 0;
	text-align: center;
	text-transform: capitalize;
	width: 100%;
	text-decoration: underline;
}
.birth-gems-outer {
	border-color: #909090;
	border-style: solid;
	border-width: 1px;
	float: left;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
	box-shadow: 1px 8px 11px -5px #888;
}
.active-star {
	display: none;
	position: absolute;
	right: -10px;
	top: -14px;
}
.active .active-star {
	display: block;
}
.active .month {
	background: none repeat scroll 0 0 #333333;
	color: #fff;
}
.birth-gems-outer.active {
	border-color: #444 !important;
}
.active .birth-gems {
	border-color: #444 !important;
	background: url("/assets/img/gemstones/page-curl.jpg") no-repeat bottom right;
}
.birth-gems-outer:hover {
	border-color: #444 !important;
}
/*.garnet .month {
  background: none repeat scroll 0 0 #d60232;
}*/
.garnet .stone-image {
	background: url("/assets/img/gemstones/garnet-stone.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
}
/*.birth-gems-outer.garnet {
  border-color: #d60232;
}

.amethyst .month {
  background: none repeat scroll 0 0 #a76ecf;
}*/
.amethyst .stone-image {
	background: url("/assets/img/gemstones/amethyst-stone.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
}
/*.birth-gems-outer.amethyst {
  border-color: #a76ecf;
}

.aquamarine .month {
  background: none repeat scroll 0 0 #85d2df;
}*/
.aquamarine .stone-image {
	background: url("/assets/img/gemstones/aquamarine-stone.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
}
/*.birth-gems-outer.aquamarine{
  border-color: #85d2df;
}

.diamond .month {
  background: none repeat scroll 0 0 #c5c5c5;
}*/
.diamond .stone-image {
	background: url("/assets/img/gemstones/diamond-stone.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
}
/*.birth-gems-outer.diamond{
  border-color: #c5c5c5;
}

.emerald .month {
  background: none repeat scroll 0 0 #2a853a;
}*/
.emerald .stone-image {
	background: url("/assets/img/gemstones/emerald-stone.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
}
/*.birth-gems-outer.emerald{
  border-color: #2a853a;
}

.pearl .month {
  background: none repeat scroll 0 0 #cec3aa;
}
*/
.pearl .stone-image {
	background: url("/assets/img/gemstones/pearl-stone.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
}
/*.birth-gems-outer.pearl{
  border-color: #cec3aa;
}

.ruby .month {
  background: none repeat scroll 0 0 #e2025e;
}*/
.ruby .stone-image {
	background: url("/assets/img/gemstones/ruby-stone.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
}
/*.birth-gems-outer.ruby{
  border-color: #e2025e;
}

.peridot .month {
  background: none repeat scroll 0 0 #8ab531;
}*/
.peridot .stone-image {
	background: url("/assets/img/gemstones/peridot-stone.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
}
/*.birth-gems-outer.peridot{
  border-color: #8ab531;
}

.sapphire .month {
  background: none repeat scroll 0 0 #0049b1;
}
*/
.sapphire .stone-image {
	background: url("/assets/img/gemstones/sapphire-stone.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
}
/*.birth-gems-outer.sapphire{
  border-color: #0049b1;
}

.opal .month {
  background: none repeat scroll 0 0 #7fa5d4;
}*/
.opal .stone-image {
	background: url("/assets/img/gemstones/opal-stone.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
}
/*.birth-gems-outer.opal{
  border-color: #7fa5d4;
}

.citrine .month {
  background: none repeat scroll 0 0 #fcb622;
}*/
.citrine .stone-image {
	background: url("/assets/img/gemstones/citrine-stone.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
}
/*.birth-gems-outer.citrine{
  border-color: #fcb622;
}

.blue-topaz .month {
  background: none repeat scroll 0 0 #13b0f9;
}
*/
.blue-topaz .stone-image {
	background: url("/assets/img/gemstones/blue-topaz-stone.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
}
/*.birth-gems-outer.blue-topaz{
  border-color: #13b0f9;
}
*/
.gem-item {
	display: inline-block;
	float: left;
	height: 139px;
	margin-bottom: 28px;
	width: 100%;
}
.gem-item:hover .gemstone-name {
	color: #999;
	text-decoration: underline;
}
.tanzanite .stone-image {
	background: url("/assets/img/gemstones/tanzanite-stone.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
}
.mystic-topaz .stone-image {
	background: url("/assets/img/gemstones/mystic-topaz-stone.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
}
.pink-topaz .stone-image {
	background: url("/assets/img/gemstones/pink-topaz-stone.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
}
.green-amethyst .stone-image {
	background: url("/assets/img/gemstones/green-amethyst-stone.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
}
.turquoise .stone-image {
	background: url("/assets/img/gemstones/turquoise-stone.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
}
.lemon-quartz .stone-image {
	background: url("/assets/img/gemstones/lemon-quartz-stone.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
}
.pink-sapphire .stone-image {
	background: url("/assets/img/gemstones/pink-sapphire-stone.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
}
.onyx .stone-image {
	background: url("/assets/img/gemstones/onyx-stone.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
}
.morganite .stone-image {
	background: url("/assets/img/gemstones/morganite-stone.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
}
/*#accordion-bf {
  margin-top: 5px;
}*/
#accordion-bf .current-day .panel-heading {
	background: none repeat scroll 0 0 #cc0000;
}
#accordion-bf .passed-day .panel-heading {
	background: none repeat scroll 0 0 #545454;
}
#accordion-bf .future-day .panel-heading {
	background: none repeat scroll 0 0 black;
}
.panel-heading.black-friday {
    background: #303030 none repeat scroll 0 0 !important;
}
#accordion-bf .panel-title a {
	color: #fff;
	font-family: engravers_gothicregular;
	font-size: 24px;
	text-align: center;
}
#accordion-bf .panel-title b {
	float: right;
	font-size: 14px;
	padding: 2px;
}
#accordion-bf .panel {
	margin: 1px 0 0;
}
#accordion-bf .panel-body {
	background: url("/assets/img/empty-sale-bg.jpg") no-repeat scroll right bottom #f5f5f5;
	border-width: 3px !important;
	padding-bottom: 15px;
}
#accordion-bf .product-picture img {
	max-width: 100%;
	width: 100%;
}
#accordion-bf .panel-collapse {
	padding: 3px;
}
#accordion-bf .passed-day .panel-collapse {
	background: none repeat scroll 0 0 #a0a0a0;
}
#accordion-bf .current-day .panel-collapse {
	background: none repeat scroll 0 0 #c80000;
}
#accordion-bf .future-day .panel-collapse {
	background: none repeat scroll 0 0 #252525;
}
#accordion-bf .reviews, #SalesItemsBlock .reviews {
	border-bottom: 1px solid #c6c6c6;
	border-top: 1px solid #c6c6c6;
	margin: 0 0 13px;
	padding: 5px 0;
	text-align: right;
}
#accordion-bf .reviews > label, #SalesItemsBlock .reviews > label {
	float: left;
}

#accordion-bf .retail-price > label, #SalesItemsBlock .retail-price > label {
	float: left;
	white-space: nowrap !important;
}
#accordion-bf .offer-price, #SalesItemsBlock .offer-price {
	color: red;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
}
#accordion-bf .offer-price > label, #SalesItemsBlock .offer-price > label {
	float: left;
	white-space: nowrap !important;
}
#accordion-bf .product-single {
  background: #fff none repeat scroll 0 0;
  margin: 9px 0 0;
  min-height: 336px;
  padding: 15px;
}
#accordion-bf .product-single h6 {
	font-weight: bold;
	height: 40px;
	overflow: hidden;
	text-align: center;
}
#SalesItemsBlock .product-single h6 {
	font-weight: bold;
	height: 32px !important;
	overflow: hidden;
	text-align: center;
	margin-top: 10px;
}
#accordion-bf .product-short-info .col-sm-7 {
	padding: 0 0 0 15px;
}
#accordion-bf .retail-price {
	margin: 0;
}
#accordion-bf .current-day .panel-title b, .passed-day .panel-title b {
	visibility: hidden;
}
#accordion-bf .product-short-info .col-sm-5, #SalesItemsBlock .product-short-info .col-sm-5 {
	border: 1px solid #d5d5d5;
	border-radius: 0;
	box-shadow: 0 0 12px -6px #555555;
	color: #484848;
	float: right;
	font-size: 14px;
	font-weight: bold;
	margin: 0 12px;
	padding: 8px;
	text-align: center;
	width: 83px;
}
#accordion-bf .btn-buy, #SalesItemsBlock .btn-buy {
	background: linear-gradient(to bottom, #fdb814 0%, #f89519 35%, #f16b22 100%) repeat scroll 0 0 / auto 100% rgba(0, 0, 0, 0);
	border: 2px solid #f3f3f1;
	border-radius: 6px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	height: auto;
	line-height: 24px;
	padding: 3px;
	text-align: center;
	text-transform: uppercase;
	width: 60%;
}
#accordion-bf .panel-body > h5 {
	background: none repeat scroll 0 0 #d6d6d6;
	margin: 0 5px;
	padding: 10px;
	text-align: center;
}
#accordion-bf sup {
  font-size: 12px;
  margin-left: 1px;
  top: -5px !important;
}
.mass-liquidation .panel-heading {
	background: none repeat scroll 0 0 #232323;
	border: 1px solid #232323;
}
.mass-liquidation .panel-collapse {
	border: 1px solid #777;
}
.mass-liquidation .panel-title a {
	color: #fff;
	font-family: engravers_gothicregular;
	font-size: 24px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}

.mass-liquidation .product-single {
	border: 0 none !important;
}
.item-thumbs {
	border: 1px solid #cccccc;
	float: left;
	margin-bottom: 5px;
	margin-right: 6px;
	width: 52px;
}
.special-message {
	text-align: center;
}
.special-message a {
	font-weight: bold;
	line-height: 23px;
	text-align: center;
	color: #000;
}
.special-message a > span {
	color: #e70000;
}
/*  Styles for Name Necklaces Page */

.name-necklace-cont {
	background: url("../../../assets/img/name-necklace-bg.jpg") repeat scroll -54px -392px rgba(0, 0, 0, 0);
	border: 1px solid #e0e0e0;
	float: left;
	margin-top: 10px;
	min-height: 416px;
	padding: 30px;
	width: 100%;
}
.name-necklace-cont .right-column h3 {
	color: #a70006;
	font-family: engravers_gothicregular;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin: 0;
}
.name-necklace-cont .subh-1 {
	margin-top: 19px !important;
}
.name-necklace-cont .right-column h2 {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	color: #404040;
	font-family: engravers_gothicregular;
	font-size: 55px;
	font-weight: bold;
	line-height: 29px;
	margin: 40px 0 0 -3px;
	padding: 0;
	text-transform: uppercase;
}
.name-necklace-cont .subh-2 {
	margin-bottom: 14px !important;
}
.name-necklace-cont .form-group {
	float: left;
	margin-top: 7px;
	width: 100%;
}
.name-necklace-cont .form-group > label {
	color: #444444;
	font-family: arial;
	font-size: 14px;
	white-space: nowrap;
}
.name-necklace-cont .select2-choice {
	border-radius: 0 !important;
	font-size: 14px;
	height: auto !important;
	padding: 8px 15px !important;
}
.name-necklace-cont .select2-arrow {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	border: 0 none !important;
	width: 22px !important;
}
.name-necklace-cont span b {
	background-position: 0 8px !important;
}
.name-necklace-cont a.select2-choice:hover {
	background: none repeat scroll 0 0 #f7f7f7 !important;
	color: #000 !important;
	outline: medium none !important;
}
.optionstoggle-fold .col-md-4.col-xs-12 > span {
	font-size: 15px;
}
#promotions {
	color: #fff;
	font-size: 1px;
	display: none;
}
.qv-reviews-tab {
	width: 143px;
}
.qv-reviews-tab .review-count {
	font-size: 11px;
	text-transform: none;
}
.item-det-guarantee-block .popover > h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.item-det-guarantee-block .popover-content p {
	float: left;
	font-size: 10px;
	line-height: 125%;
	margin-top: 12px;
	text-align: center;
}
.item-det-guarantee-block .popover-content p a {
	color: #444;
	text-decoration: underline;
	white-space: nowrap;
}
.item-det-guarantee-block img.responsive {
	float: left;
	margin-right: 11px;
	margin-top: 0;
}
/*.mt20.item-det-description {
	float: left;
	margin-top: 12px !important;
	width: 100%;
}
.mt20.item-det-guarantee-block {
	float: left;
	margin-left: 20px; 
	text-align: left;
	width: 100%;
}*/

.ColorFilterOuter, .NameFilterOuter {
	background-color: #fff;
	background-image: linear-gradient(to top, #eee 0%, #fff 50%);
	border: 1px solid #a4a4a4;
	overflow: hidden;
	padding: 9px;
	width: 100%;
}
.ColorFilterOuter > select, .NameFilterOuter > select {
	background: url("/assets/img/select.png") no-repeat scroll right center rgba(0, 0, 0, 0);
	border: 0 none;
	color: #4f4f4f;
	font-size: 16px;
	width: 100%;
}
/* .bands-slider > li {
  display: none;
} */
.bands-slider li.visible-element {
	display: none;
}
.wedding-bands-container {
	margin-bottom: 75px;
}
.wedding-bands-container h1 {
	font-family: engravers_gothicregular;
	font-size: 43px;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 0;
	text-align: center;
}
.wedding-bands-container h3.title-2 {
	color: #969696;
	font-family: engravers_gothicregular;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
}
.wedding-bands-container h3.title-3 {
	color: #cc0000;
	font-family: engravers_gothicregular;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}
.wedding-bands-container .snow-seperator {
	background: url("/assets/img/wedding-bands/snow-seperator.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
	border: 0 none;
	height: 50px;
	margin: 0;
}
.wedding-bands-container h3.sub-title {
	color: #000;
	float: left;
	font-family: engravers_gothicregular;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 30px;
	text-align: center;
	width: 100%;
}
ul.bands-slider {
	height: 250px;
	overflow: hidden;
}
.wedding-bands-container .cat-desc {
	color: #777;
	font-family: arial;
	font-size: 12px;
	line-height: 17px;
	margin-top: 10px;
	text-align: left;
	text-transform: none;
}
.wedding-bands-container .ui-slider-pips .ui-slider-label {
	border-radius: 10px;
	left: 50%;
	margin-left: -1em;
	padding: 5px;
	position: absolute;
	top: 5px;
	width: 2em;
}
.wedding-bands-container .ui-slider-horizontal {
	background: none repeat scroll 0 0 #ffffff !important;
	border: 1px solid #cbcbcb !important;
	height: 4px;
}
.wedding-bands-container .ui-slider-horizontal .ui-slider-handle {
	background: none repeat scroll 0 0 #ffffff !important;
	border: 1px solid #b8b8b8 !important;
	border-radius: 10px;
	box-shadow: 1px 6px 5px -2px #bababa;
	height: 20px;
	margin-left: -0.6em;
	top: -10px;
	width: 20px;
}
.wedding-bands-container .ui-slider-horizontal {
	height: 4px !important;
}
.wedding-bands-container li {
	text-align: center;
}
.wedding-bands-container .slider-container {
	float: left;
	margin-top: 30px;
	margin-left: -6px !important;
}
.wedding-bands-container .ui-slider-tip {
	display: none !important;
}
.jssora12l {
	background-position: -14px -37px !important;
}
.jssorb05 div {
	display: inline-block;
	height: 25px !important;
	position: static !important;
	width: 43px !important;
}
.jssorb05 {
	left: 0 !important;
	text-align: center !important;
	width: 100% !important;
}
.jssorb05 div {
	background-position: 2px -3px !important;
}
.jssorb05 div:hover, .jssorb05 .av:hover {
	background-position: -42px -3px !important;
}
.jssorb05 .av {
	background-position: -87px -3px !important;
}
.fast-christmas.listing .product-single {
	/* background: url("/assets/img/xmas-listing-bg.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0); */
	border: 1px solid #dbdbdb;
	line-height: 16px;
	margin-bottom: 10px;
	padding: 17px;
	position: relative;
	text-align: center;
}
.listing.fast-christmas .btn-buy {
	background: none repeat scroll 0 0 red;
	border: 2px solid #ffffff;
	border-radius: 4px;
	box-shadow: 0 3px 7px -1px #999;
	color: #ffffff;
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	height: auto;
	line-height: 24px;
	padding: 3px 10px;
	text-align: center;
	text-shadow: 0 0 3px #a00000;
	text-transform: capitalize;
	width: 108px;
}
.seotext {
	border-top: 1px solid #e5e5e5;
	font-size: 11px;
	margin-bottom: 0;
	margin-top: 23px;
	padding: 25px 0 10px !important;
	text-align: justify;
}
.clearance-liquidation-landing .internal-menu {
	border: 1px solid #e8e8e8;
	clear: both;
	float: left;
	margin: 10px 0 11px;
	width: 100%;
}
.clearance-liquidation-landing .internal-menu div {
	border: 1px solid #e8e8e8;
	color: red;
	font-family: engravers_gothicregular;
	font-size: 25px;
	padding: 8px;
	text-align: center;
}
.clearance-liquidation-landing .internal-menu > a:hover div {
	background: none repeat scroll 0 0 red;
	border: 1px solid #fff;
	color: #fff;
	display: block;
	font-weight: bold;
}
.clearance-liquidation-landing .listing .product-single:hover {
	border: 5px solid #ef0000;
	padding: 13px;
}
.clearance-liquidation-landing .listing {
	float: left;
	margin-top: 0;
	width: 100%;
}
.clearance-liquidation-landing .hidden-xs {
	display: block !important;
}

.empty-reviews {
	border-top: 1px solid #d2d2d2;
	display: block;
	margin: 20px 0 30px;
}
/* ==== Styles for Null Search Page ======== */

#null-search-page {
	margin: 20px 0;
}
#null-search-page .marketing {
  display: none;
}
#null-search-page h3 {
	color: black;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 150%;
	margin: 5px 0;
	text-align: center;
}
#null-search-page h3 span {
	color: #ef8100;
}
#null-search-page .no-results {
	color: #323232;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
}
#null-search-page input {
	height: 33px;
}
#null-search-page #null-search {
	border: 0 none;
	box-shadow: 0 0 0 0;
	width: 88%;
}
#null-search-page .search-block {
	margin: 15px 0;
}
#null-search-page h1 {
	font-family: engravers_gothicregular;
	font-size: 43px;
	margin: 0;
	text-align: center;
	letter-spacing: 4px;
}
#null-search-page .rep-details {
	margin-top: 30px;
}
.rep img {
	width: 80px;
}
.rep td {
	text-align: center;
}
#null-search-page .null-text-3 h3 {
	border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	font-size: 18px !important;
	padding: 20px 0;
}
#null-search-page .null-text-3 {
	margin-top: -6px;
}
.null-page-contacts h4 {
	font-family: engravers_gothicregular;
	font-size: 18px;
	font-weight: bold;
}
#null-search-page .live-chat img {
	margin-bottom: -13px;
}
#SalesItemsBlock .save-percentage {
	border: 1px solid #dddddd;
	box-shadow: 0 0 11px -6px #666;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 14px;
	margin-left: 20%;
	padding: 5px;
	width: 60% !important;
}
.valentines #SalesItemsBlock .btn-buy {
	background: none repeat scroll 0 0 #ff0055 !important;
}
.contest-rules ol {
	list-style-position: outside;
	padding: 0 0 0 15px;
}
.contest-rules li {
	margin: 0 0 15px;
	padding-left: 10px;
	text-align: justify;
}
/* -- New Header Styles start -- */

.main-header {
	/*  background: url("/assets/img/temp/desktop-header-template.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0); */
	height: 73px;
	position: relative;
}
.logo-container {
	display: block;
	height: auto;
	position: absolute;
	top: 2px;
	width: 224px;
}
.support-links-new .phone {
	color: #ff7e00;
}
.support-links-new a:first-child {
	border: 0 none;
}
#searchform {
	width: 100%;
}
.search-block #id {
	border: 0 none;
	box-shadow: none;
	padding: 0;
	width: 94%;
}
.cart {
	background: url("/assets/img/cart-bg.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	position: absolute;
}
.CartItemCount {
	color: #ffffff;
	font-weight: bold;
	padding: 5px 12px 11px 14px;
}
.welcome {
	color: #1f497d;
	position: absolute;
	width: 98px;
}
.before-search .welcome > a {
	background: url("/assets/img/support-links-seperator.jpg") no-repeat scroll right top rgba(0, 0, 0, 0);
	color: #ff7e00;
	float: right;
	line-height: 21px;
	overflow: hidden;
	padding-right: 16px;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 123px;
}
.before-search .welcome span {
	color: #4e4e4e;
	margin-right: 2px;
}
.before-search .sign-out {
	text-decoration: underline;
}
.coupon-banner {
	float: left;
	margin: 15px 0;
	width: 100%;
}
.affirm-price {
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: #666666;
  display: block;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  height: 37px;
  padding: 8px 5px;
  text-align: center !important;
}
.affirm-price:hover {
	color: #777;
	text-decoration: none;
}
.affirm-price > span {
	color: #08a652;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 5px;
}
.affirm-price > b {
	background: url("/assets/img/info-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #00a61f;
	cursor: pointer;
	display: inline-block;
	height: 14px;
	margin-bottom: 0;
	margin-left: 5px;
	text-decoration: underline;
	width: 14px;
}
.affirm-price .learnmore-link {
	font-size: 9px;
}
.affirm-price .popover-content {
	padding: 0;
	width: 299px;
}
.affirm-price .popover.fade {
	left: -59px !important;
	max-width: 500px;
	top: 99px !important;
	width: 304px;
}
#SalesItemsBlock .affirm-price {
	border: 0 none;
	float: left;
	font-size: 14px;
	font-weight: normal;
	padding: 2px 0 15px;
	width: 100% !important;
}
#SalesItemsBlock .affirm-price span {
	font-size: 14px;
	margin: 0px !important;
}
#SalesItemsBlock .save-dollars {
	padding: 3px !important;
}
.affirm_banner .modal-dialog {
	max-width: 454px;
	width: 100%;
}
.listing-home .affirm-price, .home-list-carousel .affirm-price {
  border: medium none !important;
  border-radius: 4px;
  color: #666666;
  display: block;
  font-family: arial;
  font-size: 12px;
  font-weight: normal !important;
  height: auto !important;
  line-height: 20px;
  padding: 0;
  text-align: center;
  text-transform: none !important;
  width: 100% !important;
}
.listing-home .affirm-price > span, .home-list-carousel .affirm-price > span {
	color: #41ba7a;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}
.modal-backdrop {
	background-color: #000;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 500 !important;
}
.affirm .modal-header {
	border: 0 none;
	color: #fff;
	float: right;
	font-size: 18px;
	margin-bottom: 10px;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 7px;
	z-index: 10000;
}
.off-rules {
	font-size: 13px;
	text-align: center;
}
.off-rules > a {
	color: #4a4a4a;
	text-decoration: underline;
}
.btns-checkout.noaffirm {
	float: right;
	width: 411px;
}
.noaffirm .paypal {
	width: 188px;
}
/*.twt {
  float: left;
}*/
.product-price .affirm .modal-dialog {
	width: 454px;
}
.modal-dialog.contest-rules {
	width: 800px;
}
.contest-rules .modal-content {
	padding: 28px 40px 40px 29px;
}
.contest-rules .modal-title {
	font-family: engravers_gothicregular;
	font-size: 27px;
	text-align: center;
	text-transform: uppercase;
}
#fb-stats {
  background: #f2f2f2 none repeat scroll 0 0;
  max-height: 225px;
  overflow-x: hidden;
  overflow-y: auto;
}
#fb-stats > p {
	border-bottom: 1px solid #e4e4e4;
	color: #525252;
	font-style: normal;
	margin: 0;
	padding: 7px 15px;
	font-family: HelveticaNeueLTStd-Roman;
}
#fb-stats p span {
	color: #687eae;
	font-size: 12px;
	font-weight: bold;
}
.liked-count {
	background: url("/assets/img/fb-stat-icons.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: inline-block;
	padding-left: 17px;
	padding-right: 5px;
}
.comments-count {
	background: url("/assets/img/fb-stat-icons.jpg") no-repeat scroll 0 -20px rgba(0, 0, 0, 0);
	display: inline-block;
	padding-left: 17px;
	padding-right: 5px;
}
.shared-count {
	background: url("/assets/img/fb-stat-icons.jpg") no-repeat scroll 0 -42px rgba(0, 0, 0, 0);
	display: inline-block;
	padding-left: 17px;
	padding-right: 5px;
}
.price-in-modal {
	background: none repeat scroll 0 0 #111111;
	color: #ffffff;
	display: block;
	font-family: proxima_nova_rgregular;
	font-size: 21px;
	font-weight: bold;
	line-height: 125%;
	padding: 25px 30px;
	text-align: left;
}
button.close {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	color: #fff;
	cursor: pointer;
	font-size: 46px;
	margin-right: 16px;
	margin-top: 6px !important;
	opacity: 1;
	padding: 0;
}
.affirm-text h4 {
	color: #404040;
	font-family: proxima_nova_rgregular;
	font-size: 29px;
	font-weight: 100;
	margin-bottom: 30px;
}
.affirm-modal .text-block.one {
	background: url("/assets/img/affirm-icon-1.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
	padding-left: 111px;
}
.affirm-modal .text-block.two {
	background: url("/assets/img/affirm-icon-2.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
	padding-left: 111px;
}
.affirm-modal .text-block > h5 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
.affirm-modal p {
	font-size: 16px;
	font-weight: 100 !important;
	line-height: 135%;
}
.affirm-modal .modal-content h4 {
	margin: 0 0 30px !important;
}
.affirm-modal .text-block {
	margin-bottom: 15px;
	min-height: 100px;
	padding-top: 8px;
}

#accordion-bf .go-up {
	float: right;
	font-family: arial !important;
	font-size: 12px !important;
	letter-spacing: 0 !important;
	margin: -19px 0 0;
	text-decoration: underline;
	text-transform: capitalize !important;
	top: 0;
}
.doctors h1 {
	color: #0166b1;
	font-family: engravers_gothicregular;
	font-size: 50px;
	line-height: 40px;
	margin: 0;
	text-align: left;
}
.doctors h2 {
	background: none repeat scroll 0 0 transparent;
	color: #0166b1;
	font-family: engravers_gothicregular;
	font-size: 30px;
	margin: 0;
	padding: 0;
	text-align: left;
}
.doctors h4 {
	color: #464646;
	font-family: arial;
	font-size: 18px;
	text-align: center;
}
.doctors .redeem-box {
	background: none repeat scroll 0 0 #f5f5f5;
	border-radius: 7px;
	padding: 37px;
	text-align: center;
}
.doctors .doctors-shrt-descpription {
	color: #464646;
	font-family: engravers_gothicregular;
	font-size: 24px;
	text-transform: uppercase;
}
.doctors .doctors-price {
	color: #464646;
	font-family: engravers_gothicregular;
	font-size: 27px;
	font-weight: bold;
	text-transform: uppercase;
}
.doctors .doctors-special-price {
	color: #cc0000;
	font-family: engravers_gothicregular;
	font-size: 33px;
	font-weight: bold;
	text-transform: uppercase;
}
.doctors .title {
	margin-bottom: 40px;
	margin-top: 20px;
	text-align: center;
}
.row.doctors {
	margin-bottom: 40px;
}
.doctors .product-price {
	margin: 0;
}
/*.how-affirm-works img {
  margin: 20px 0 0;
}*/
.how-affirm-works .modal-dialog {
	max-width: 780px;
	width: 100%;
}
.how-affirm-works > h4 {
	color: #48b572;
	font-size: 16px;
	text-align: center !important;
}
.affirm-image-cont {
	border: 1px solid #c8c8c8;
	text-align: center;
}
.affirm-image-cont img {
	max-width: 350px;
	width: 100%;
}
.property-label {
	float: left;/*width: 140px;*/
}
.optionstoggle-fold .property-label {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 25%;
}
.optionstoggle-fold .property-value {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 75%;
	float: left;
}
.property-value {
	display: block;
	float: left;
	margin-bottom: 15px;
	text-align: left;/*width: 300px;*/
}
/*.item-zoom .mb10 {
	margin: 0 !important;
}*/
.gift-boxes-display div {
  margin: 15px 0;
  min-height: 187px;
  text-align: center;
}
.faq .panel-title a.collapsed::before {
  color: #4f4f4f;
  content: "+";
  font-family: "Glyphicons Halflings";
  font-size: 12px;
  margin-right: 10px;
}

.faq .panel-title a::before {
  content: "−";
  font-family: "Glyphicons Halflings";
  font-size: 12px;
  margin-right: 10px;
  color: #a7a7a7;
}
.faq h2 i {
  color: #767676;
  font-size: 17px;
}
.property-label.metal-type {
	margin-top: 3px;
}
.property-label.dia-wgt {
	margin-top: 3px;
}
.property-label.images {
	margin-top: -5px;
}
.property-label.videos {
	margin-top: -3px;
}
.spring-colors .col-sm-4:nth-of-type(1) .product-single {
	border: 8px solid #9dc6d8;
}
.spring-colors .col-sm-4:nth-of-type(2) .product-single {
	border: 8px solid #00b2ca;
}
.spring-colors .col-sm-4:nth-of-type(3) .product-single {
	border: 8px solid #7dcfb6;
}
.spring-colors .col-sm-4:nth-of-type(4) .product-single {
	border: 8px solid #1d4e89;
}
.spring-colors .col-sm-4:nth-of-type(5) .product-single {
	border: 8px solid #e3868f;
}
.spring-colors .col-sm-4:nth-of-type(6) .product-single {
	border: 8px solid #f79256;
}
.spring-colors .col-sm-4:nth-of-type(7) .product-single {
	border: 8px solid #ead98b;
}
.spring-colors .col-sm-4:nth-of-type(8) .product-single {
	border: 8px solid #955251;
}
.spring-colors .col-sm-4:nth-of-type(9) .product-single {
	border: 8px solid #888688;
}
.row.cat-banner-container {
	margin: 2px 0;
}
.cat-banner-container .cat-banner {
	float: right;
	padding: 0;
}
.cat-banner-container .feature-block {
	border: 1px solid #dcdcdc;
	float: left;
	height: 199px;
	padding: 17px 30px;
}
.cat-banner-container .feature-block .carousel-control.left {
	left: -36px !important;
}
.cat-banner-container .feature-block .carousel-control.right {
	right: -22px;
}
.cat-banner-container .feature-block h6 {
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 16px;
	text-align: center;
}
.cat-banner-container .feature-block .carousel-inner {
	border: 0 none !important;
	clear: both;
}
.cat-banner-container .feature-block .product-picture img {
	width: 100%;
}
.cat-banner-container .product-prices p {
	font-size: 15px;
	font-weight: bold;
	margin: 9px 10px 10px 0;
	text-align: right;
}
.cat-banner-container .product-prices p label {
	float: left;
	text-align: left;
}
.cat-banner-container .feature-block .offer-price {
	color: red;
	font-size: 20px;
}
.cat-banner-container .feature-block .btn-buy {
	background: linear-gradient(to bottom, #fdb814 0%, #f89519 35%, #f16b22 100%) repeat scroll 0 0 / auto 100% rgba(0, 0, 0, 0);
	border: 2px solid #f3f3f1;
	border-radius: 6px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	height: auto;
	line-height: 24px;
	padding: 3px;
	text-align: center;
	text-transform: uppercase;
	width: 95%;
}
.detail-page-title .cost-display {
	color: #545454;
	font-size: 11px;
	padding: 2px 10px;
}
.detail-page-title .cost-display .black-text {
	color: #222222;
	font-weight: bold;
}
.detail-page-title .cost-display .green-text {
	color: #08a652;
}
.detail-page-title .cost-display .red-text {
	color: red;
}
.detail-page-title .cost-display .darkgreen-text {
	color: DarkGreen;
}

.detail-page-title .cost-display .yellow-text {
	color: rgba(255,211,0,1);
}
.detail-page-title .cost-display .orange-text {
	color: orange;
}

.detail-page-title .cost-display .darkred-text {
	color: DarkRed;
}

.back2top {
	background: none repeat scroll 0 0 #000;
	border-radius: 3px;
	bottom: 10px;
	color: #fff;
	cursor: pointer;
	display: block;
	opacity: 0;
	padding: 10px 12px;
	position: fixed;
	right: 9px;
	text-align: center;
}
.zopim {
	right: 57px !important;
}
#RegForm h4 {
	color: #3d3d3d;
	font-size: 14px;
	font-weight: bold;
}
.product-details .shipping.alert-warning {
	margin-bottom: 15px;
	padding: 10px;
	text-align: center;
	width: 303px;
}
.modal-open {
	/*margin-right: 0 !important;*/
	overflow: hidden !important;
}
.modal.affirm {
	font-family: proxima_nova_rgregular;
}
.affirm #mainimg {
	margin: 0 !important;
	max-width: 100%;
	width: 100%;
}
.affirm-modal {
	padding: 10px 44px;
}
.affirm-sign > img {
	max-width: 100%;
	width: 100%;
}
/*.floating-banner {
  display: none;
}*/

.free-gift {
	border-bottom: 1px solid #d9d9d9;
	color: #636363;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0 0 6px;
}
.cartpages .floating-banner {
	visibility: hidden;
}
.aspromo-float {
	z-index: 1000;
}
.big-title {
	font-family: engravers_gothicregular;
	font-size: 73px;
	font-weight: bold;
	line-height: 66px;
	text-align: center;
	text-transform: none;
}
.promotions .offer-price {
	text-transform: none !important;
}
.footer-cols .footer-cols {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	margin: 0;
	padding: 10px;
}
.main-header .support-links-new {
	position: absolute;
}
.gemstones-v3 .jewelry-list {
	margin: 20px 0 0 -31px;
	width: 66%;
}
.gemstones-v3 .jewelry-list li {
	background: rgba(0, 0, 0, 0) url("/assets/img/list-arrow.jpg") no-repeat scroll 0 3px;
	padding-left: 17px;
}
.product-single .stock-status {
	display: none;
	position: absolute;
	z-index: 200;
	width: 90%;
}
.product-single .stock-status img {
	width: 100%;
	max-width: 247px;
}
.mobile-banner .col-xs-12 {
	padding: 0 !important;
}
#searchspring-merch_banner center {
	background: #f5f5f5;
	color: #363636;
	font-size: 15px;
	line-height: 125%;
	margin-bottom: 20px;
	padding: 13px !important;
}
#searchspring-merch_banner > br {
	display: none;
}
.jssora03l {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border-bottom: 30px inset transparent;
	border-left: 13px solid #dbdbdb;
	border-top: 30px inset transparent;
}
.jssora03r {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border-bottom: 30px inset transparent;
	border-right: 13px solid #dbdbdb;
	border-top: 30px inset transparent;
}
.product-single .rating .more-info {
	margin: 0;
}
.product-single .product-short-info .payment {
	color: #666;
	margin: 0 0 -15px;
	padding: 0;
	text-align: center;
}
.listing-home .product-single .product-short-info .payment {
	color: #666;
	margin: 7px 0;
	padding: 0;
	text-align: center;
}
.listing-home .product-single .product-short-info .payment > span {
	color: #08a652;
}
.detail-page .fancybox-skin {
	background: #fff none repeat scroll 0 0 !important;
}
.fancybox-inner > html {
	overflow: hidden !important;
}
.Magic360-box.desktop {
	max-width: 900px !important;
	padding: 0 !important;
}
#m360-box-527147609041::after {
	padding: 0 !important;
}
body #searchspring-sidebar.left h3.filter {
  display: none !important;
}
.well-sm.save-value {
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  box-shadow: 0 0 12px -6px #555;
  color: #484848;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  margin-left: 15px;
  padding: 8px;
  width: calc(100% - 15px);
}
.sale-block .affirm-price {
  border: 0 none;
  font-size: 14px;
  font-weight: normal;
/*  padding: 0 ;*/
}
.sale-block .affirm-price > span{
	font-size: 15px;
}
.product-single .no-reviews {
  border-top: 1px solid #cdcdcd;
  display: block;
  margin: 11px 0 30px;
  width: 100%;
}
.sale-block .sp-price {
  color: red;
  font-size: 15px;
  font-weight: bold;
}
.static-category-grid {
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
  text-align: center;
}
.static-category-grid .col-md-5col {
  display: inline-block;
  float: none;
  height: 110px;
  overflow: hidden;
  text-align: center;
  width: 19.6%;
}
.static-category-grid .col-md-5col img {
  max-width:100px;
}
.static-category-grid .col-md-5col h4 {
  font-family: engravers_gothicregular;
  font-size: 12px;
  margin: 0;
  text-transform: uppercase;
}
body #searchspring #searchspring-main #searchspring-options {
  margin: 0 0 15px !important;
}
.fancybox-overlay {
  background: url("/scripts/fancybox/fancybox_overlay.png") !important  ;
}
.as-video {
  text-align: center;
}
#ouibounce-modal .asmodal {
  height: 243px !important;
  width: 594px !important;
}
#ouibounce-modal .asbox-20 {
  padding: 15px !important;
}
#ouibounce-modal .as-half {
  float: left;
  width: 41% !important;
}





/* @media screen and (min-width:767px){
	.language {
  border-left: 1px solid #bababa;
  float: right;
  margin: 2px 0 2px 5px !important;
  padding: 0 0 0 3px;
}
} */

@media screen and (min-width:482px) {
.top-bar-inner .currency {
	float: right;
	overflow: hidden;
	padding-top: 2px;
	white-space: nowrap;
	width: 161px !important;
}
.currency-field {
	background: url("/assets/img/select-arrow.jpg") no-repeat scroll 74px -1px #fff !important;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #666666;
	font-size: 11px;
	height: 21px;
	width: 123px !important;
}
.mgmenu_button a {
  margin-top: 37px;
}
}

@media screen and (max-width:1082px) {
.landing.lc > h1 {
	font-size: 55px;
}
.landing.lc > h3 {
	color: #000;
	float: right;
	font-family: engravers_gothicregular;
	font-size: 16px;
	font-weight: normal;
	margin-top: 31px;
}
.custom-row.day-names {
	display: none;
}
.home-list-carousel #foo2_next, .home-list-carousel #foo2_prev {
  margin-top: -72px;
}
.listing #SalesItemsBlock .product-single {
  min-height: inherit !important;
}

}

@media screen and (max-width:837px) {
.landing.lc > h1 {
	float: left;
	font-family: engravers_gothicregular;
	font-size: 50px;
	font-weight: bold;
	height: auto;
	margin: 0;
	text-transform: none;
}
.zopim {
	right: 20px !important;
	display: none !important;
}
.back2top {
	display: none;
}
.aspromo-float, .floating-banner {
	display: none;
}
#cartcontent .btn-cart {
  float: left;
  margin-bottom: 10px !important;
}
}
@media screen and (min-width:752px) and (max-width:837px){
/*.listing-home .product-single h6 {
  display: none !important;
}*/
.listing-home .product-single .mobile-action.text-left {
  text-align: center;
}
}

@media screen and (max-width:1199px) {
.btn-cart {
	margin-top: 7px;
}
}

@media screen and (max-width:1029px) and (min-width:468px) {
.claim-offer .listing h6 {
	color: #444;
	font-size: 13px;
	font-weight: bold;
	height: auto;
	text-align: center;
}
.claim-offer .listing .product-single {
	max-width: 425px;
}
.floating-banner {
  position: fixed;
  right: 0;
  top: 40%;
}
.floating-banner > img {
  float: right;
  width: 80%;
}
}

/* Home banners - text versions  */
/* ============================== */


@media (max-width:991px) {
/* DOD banner - Home page  */
.dod-banner-text-block {
	height: 200px;
	left: 45%;
	position: absolute;
	top: 8px;
	width: 49%;
	z-index: 1000;
}
.dod-banner-text-block h1 {
	color: #f48b0f;
	font-family: "engravers_gothicregular";
	font-size: 62px;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.dod-banner-text-block h2 {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #070707;
	font-family: Verdana, Arial, sans-serif;
	font-size: 45px;
	font-weight: bold;
	margin: -29px 0 15px;
	padding: 5px 10px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.dod-banner-text-block hr {
	background: none repeat scroll 0 0 #888;
	height: 1px;
	margin: -12px 67px;
}
.dod-banner-text-block p {
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-top: 17px;
	text-align: center;
	width: 100%;
}

.new-dod-banner-text-block {
  height: 219px;
  position: absolute;
  right: 40px;
  top: 0;
  width: 50%;
  z-index: 1000;
}
.new-dod-banner-text-block h1 {
  color: #f48b0f;
  font-family: "engravers_gothicregular";
  font-size: 39px;
  font-weight: bold;
  letter-spacing: 1.5px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.new-dod-banner-text-block hr {
    background: #888 none repeat scroll 0 0;
    height: 1px;
    margin: 0 20px;
}
.new-dod-banner-text-block p {
  color: #000;
  font-family: arial;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.new-dod-banner-text-block h3 {
  font-size: 20px;
  font-weight: normal;
  margin-top: 14px;
  text-align: center;
  text-transform: uppercase;
}
.new-dod-banner-text-block h3 span {
  text-decoration: line-through;
}
.new-dod-banner-text-block h2 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #be0000;
  font-family: arial;
  font-size: 28px;
  font-weight: bold;
  margin: -10px 0 0;
  overflow: hidden;
  padding: 5px 10px;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

/* DOW banner - Home page  */
.dow-banner-text-block {
	height: 200px;
	left: 25% !important;
	position: absolute;
	top: 10px;
	width: 50%;
	z-index: 5000;
}
.dow-banner-text-block h1 {
	color: #f48b0f;
	font-family: "engravers_gothicregular";
	font-size: 43px;
	font-weight: bold;
	text-align: center;
	text-transform: none;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.dow-banner-text-block h2 {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #070707;
	font-family: Verdana, Arial, sans-serif;
	font-size: 48px;
	font-weight: bold;
	margin: -17px 0 15px;
	padding: 5px 10px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.dow-banner-text-block hr {
	background: none repeat scroll 0 0 #888;
	height: 1px;
	margin: -2px 67px;
}
.dow-banner-text-block p {
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	margin: 17px auto;
	text-align: center;
	width: 75%;
}
/* ============================== */
/* Home banners - text versions  */	
	
	
}

@media screen and (min-width:992px) {
/* Home banners - text versions  */
/* ============================== */

.dod-banner-text-block {
	height: 200px;
	left: 50%;
	position: absolute;
	top: 16px;
	width: 46%;
	z-index: 1000;
}
.dod-banner-text-block h1 {
	color: #f48b0f;
	font-family: "engravers_gothicregular";
	font-size: 79px;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.dod-banner-text-block h2 {
	color: #070707;
	font-family: Verdana, Arial, sans-serif;
	font-size: 58px;
	font-weight: bold;
	margin: -32px 0 15px;
	padding: 5px 10px;
	text-align: center;
	background: none;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.dod-banner-text-block hr {
	background: none repeat scroll 0 0 #888;
	height: 1px;
	margin: -9px 95px;
}
.dod-banner-text-block p {
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 21px;
	text-align: center;
	width: 100%;
}
.dow-banner-text-block {
	height: 200px;
	left: 22%;
	position: absolute;
	top: 21px;
	width: 56%;
	z-index: 5000;
}
.new-dod-banner-text-block {
  height: 248px;
  position: absolute;
  right: 39px;
  top: 16px;
  width: 52%;
  z-index: 1000;
}
.new-dod-banner-text-block h1 {
  color: #ff7215;
  font-family: "engravers_gothicregular";
  font-size: 57px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 32px 0 0;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.new-dod-banner-text-block hr {
  background: #c9c9c9 none repeat scroll 0 0;
  height: 1px;
  margin: 0;
}
.new-dod-banner-text-block p {
  color: #000;
  font-family: arial;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0 !important;
  margin-top: 15px;
  padding-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.new-dod-banner-text-block h3 {
  font-size: 20px;
  font-weight: normal;
  margin-top: 14px;
  text-align: center;
  text-transform: uppercase;
}
.new-dod-banner-text-block h3 span {
  text-decoration: line-through;
}
.new-dod-banner-text-block h2 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #be0000;
  font-family: arial;
  font-size: 28px;
  font-weight: bold;
  margin: -10px 0 0;
  overflow: hidden;
  padding: 5px 10px;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}


.dow-banner-text-block h1 {
	color: #f48b0f;
	font-family: "engravers_gothicregular";
	font-size: 55px;
	font-weight: bold;
	text-align: center;
	text-transform: none;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.dow-banner-text-block h2 {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #070707;
	font-family: Verdana, Arial, sans-serif;
	font-size: 62px;
	font-weight: bold;
	margin: -22px 0 15px;
	padding: 5px 10px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.dow-banner-text-block hr {
	background: none repeat scroll 0 0 #888;
	height: 1px;
	margin: 23px 103px;
}
.dow-banner-text-block p {
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: -10px auto;
	text-align: center;
	width: 60%;
}
.dow-new h5 a {
	color: #000;
	font-size: 20px;
	font-weight: bold;
}
.savegiftmsg .btn-cart {
	float: left;
	margin-top: 7px;
}
.clearance-liquidation-landing .clearance-category img {
	max-width: 159px;
}
.clearance-liquidation-landing .clearance-category {
	border: 1px solid #e4e4e4;
	text-align: center;
}
.clearance-liquidation-landing .col-5-custom {
	margin: 20px 0 0;
	width: 20% !important;
}
.clearance-category:hover {
	border-color: red;
}
.product-price {
  border: 1px solid #e0e0e0;
  margin-top: 15px;
  padding: 21px 35px 28px;
  width: 100%;
}
.dod-new .product-price {
	border: 0 none;
}
.review-block img[src*="starburst"] {
  display: block;
  left: -140px;
  position: absolute;
  top: 70px;
  width: auto !important;
}
.noaffirm.chinasales {
  min-height: 98px;
  width: 216px !important;
}
.btns-checkout.chinasales .affirm {
  width: 300px;
}
.chinasales.btns-checkout {
  float: right;
  width: 523px;
}

}

/* ============================== */
/* Home banners - text versions  */		
		
		




@media screen and (max-width:1199px) and (min-width:992px) {
.fast-christmas-video {
	height: 529px;
}
}

@media screen and (max-width:688px) and (min-width:600px) {
.mgmenu_button a {
  margin-right: 22px !important;
  margin-top: 68px !important;
}
}

@media screen and (min-width:480px) and (max-width:599px) {
.currency > span {
	display: none !important;
}
.currency-field {
	width: 50px !important;
}
.top-bar-inner .currency {
	width: 50px !important;
}
.cat-banner-container .cat-banner img {
	width: 100%;
}
.cat-banner-container .feature-block {
	height: 232px !important;
}
.cat-banner-container .feature-block h6 {
	height: 30px;
	overflow: hidden;
}
.cat-banner-container .product-picture {
	float: none !important;
	margin: auto !important;
	width: 79% !important;
}
.cat-banner-container .product-prices {
	width: 100% !important;
}
.cat-banner-container .feature-block {
	border: 1px solid #dcdcdc;
	float: left;
	height: 346px !important;
	padding: 17px 30px;
}
.btns-checkout.noaffirm {
	float: right;
	width: 100%;
}
.noaffirm .paypal {
	width: 100%;
}
}

@media screen and (min-width:767px) {
.option-btn {
	display: block !important;
}
.optionstoggle-fold {
	background: #efefef none repeat scroll 0 0;
	margin-bottom: 10px;
	padding: 15px 25px;
}
}





/*body {
    background: url("../img/page_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-family: Arial,Helvetica,sans-serif;
}*/
@media not all, not all {
/*body {
    background: url("../img/page_bg@2x.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}*/
}
.page_wrapper {
    margin: 0 auto;
    max-width: 960px;
    width: 80%;
}
p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 18px;
}
.dummy_content {
    margin: 32px auto;
    width: 100%;
}
.dummy_content_margin {
    margin: 75px auto;
    width: 100%;
}
.dummy_content p, .dummy_content_margin p, .dummy_content li, .dummy_content_margin li {
    color: #666666;
    font-size: 12px;
    line-height: 21px;
    text-shadow: 1px 1px 1px #FFFFFF;
}
.dummy_content .pusher, .dummy_content_margin .pusher {
    height: 50px;
    width: 100%;
}
.dummy_content a, .dummy_content_margin a {
    color: #888888;
    text-decoration: none;
}
.dummy_content a:hover, .dummy_content_margin a:hover {
    color: #999999;
}
.dummy_content ul, .dummy_content_margin ul {
    line-height: 21px;
    list-style: square outside none;
}
.dummy_content h1, .dummy_content_margin h1, .dummy_content h2, .dummy_content_margin h2, .dummy_content h3, .dummy_content_margin h3 {
    color: #222222;
    text-shadow: 1px 1px 1px #FFFFFF;
}
@media only screen and (max-width: 980px) {
.dummy_content, .dummy_content_margin {
    width: 100%;
}
.dummy_content_margin {
    margin: 32px auto;
}
}
#mgmenu1 {
    margin-top: 5px;
    z-index: 12;
}

#mgmenu3 {
    margin-top: 0px;
    z-index: 12;
}

#mgmenu2 {
    margin-top: 12px;
    z-index: 11;
}

/*.mgmenu_container, .mgmenu_fixed, .mgmenu_footer {
    background: none repeat scroll 0 0 #000000;
    height: 30px;
    width: 100%;
    z-index: 1000;
}
*/

.mgmenu_container, .mgmenu_fixed, .mgmenu_footer {
    background: none repeat scroll 0 0 #000000;
    height: 36px;
    width: 100%;
    z-index: 1000;
}
.mgmenu_container {
    margin: 0 auto;
    position: relative;
}

.mgmenu_container2 {
    background: none repeat scroll 0 0 #000000;
    height: 0px;
    width: 100%;
    z-index: 1000; 
}

.carousel-inner { clear:both;}

.mgmenu_container2 {
    margin: 0 auto;
    position: relative;
}

.mgmenu_fixed, .mgmenu_footer {
    max-width: inherit;
    position: fixed;
    top: 0;
    width: inherit;
}
.mgmenu_footer {
    bottom: 0;
    top: auto;
}

.mgmenu {
    /*font-family: Arial,Helvetica,sans-serif;*/
    font-size: 13px;
    line-height: 1;
    list-style: none outside none;
    margin: 0px 0 0 0;
    padding: 0;
    position: relative;
	clear:both;
}
.mgmenu > li {
    background: none repeat scroll 0 0 #000000 !important;
    float: left; border-right:1px solid #fff;
    margin: 0 0 0 0;
	width:16.66%;
    padding-right: 0;
	font-family: 'engravers_gothicregular';
}
.mgmenu > li.first {
    background: none repeat scroll 0 0 #CC0000 !important;
}
.mgmenu > li:hover, .mgmenu > li.active {
    background-color: #131313;
}
.mgmenu li.noactive {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.mgmenu > li > a, .mgmenu > li > span {
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    outline: 0 none;
    padding: 9px 0px 9px 0px;
    text-decoration: none;

    text-transform: uppercase;
	text-align:center;
	font-size:18px;
	letter-spacing:0.05em;
}
.mgmenu > li > span a{ color:#fff}
.mgmenu > li > span:hover, .mgmenu > li > a:hover, .mgmenu > li > a:focus {
    color: #FFFFFF;
    cursor: pointer;
    outline: medium none;
}
.mgmenu > li .mgmenu_drop {
    background-image: url("../img/downArrow.png");
    background-position: right 19px;
    background-repeat: no-repeat;
    padding-right: 20px;
}



/*----------*/

/* .mgmenu2 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 1;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
} */
.mgmenu2 {
/*font-family: Arial,Helvetica,sans-serif;*/
font-size: 13px;
line-height: 1;
list-style: none outside none;
margin: 0;
padding: 0;
position: relative;
background: #7f7f7f;
float: left;
width: 100%;
}
.mgmenu2 > li {
    background: none repeat scroll 0 0 #7f7f7f !important;
    float: left; border-right:1px solid #fff;
    margin: 0 0 0 0;
	width:16.66%;
    padding-right: 0;
	font-family: 'engravers_gothicregular';
}

.mgmenu2 > li:last-child, .mgmenu > li:last-child { border-right:none;}

.mgmenu2 > li.first {
    background: none repeat scroll 0 0 #CC0000 !important;
}
.mgmenu2 > li:hover, .mgmenu2 > li.active {
    background-color: #131313; 
}
.mgmenu2 li.noactive {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.mgmenu2 > li > a, .mgmenu2 > li > span {
    color: #FFFFFF;
    display: block;

    outline: 0 none;
    padding: 9px 0px 9px 0px;
    text-decoration: none;
    
    text-transform:uppercase;
	text-align:center;
		font-size:14px;
	letter-spacing:0.05em;
}
.mgmenu2 > li > span a{ color:#fff}
.mgmenu2 > li > span:hover, .mgmenu2 > li > a:hover, .mgmenu2 > li > a:focus {
   color:#cfcfcf!important;
    cursor: pointer;
    outline: medium none;
}
.mgmenu2 > li .mgmenu_drop {
    background-image: url("../img/downArrow.png");
    background-position: right 19px;
    background-repeat: no-repeat;
    padding-right: 20px;
}

/*----------*/

.mgmenu_footer .mgmenu > li .mgmenu_drop {
    background-image: url("../img/upArrow.png");
}
.mgmenu > li.right_item {
    float: right;
    margin-right: 0;
}
.mgmenu_container > .mgmenu > li.mgmenu_button, .mgmenu_fixed > .mgmenu > li.mgmenu_button, .mgmenu_footer > .mgmenu > li.mgmenu_button {
    background: none repeat scroll 0 0 #474747 !important;
    border: 1px solid #000000;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    color: #FFFFFF;
    cursor: pointer;
    display: none;
    float: right;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    margin-right: 5px;
    margin-top: 10px;
    padding: 5px;
    transition: none 0s ease 0s;
}
.mgmenu_container > .mgmenu > li.mgmenu_button_active, .mgmenu_fixed > .mgmenu > li.mgmenu_button_active, .mgmenu_footer > .mgmenu > li.mgmenu_button_active {
    background: none repeat scroll 0 0 #474747 !important;
    border: 1px solid #333333;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}
.mgmenu_trigger {
    display: block;
    height: 41px;
    margin: 0 20px 0 auto;
    position: fixed;
    right: 0;
    width: 35px;
    z-index: 2;
}
.mgmenu_trigger {
    background-color: #121212;
    background-image: url("../img/button_up.png");
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
}
.mgmenu_trigger.active {
    background-image: url("../img/button_down.png");
}
.mgmenu_footer ~ .mgmenu_trigger {
    background-image: url("../img/button_down.png");
    bottom: 0;
    top: auto;
}
.mgmenu_footer ~ .mgmenu_trigger.active {
    background-image: url("../img/button_up.png");
}
.mgmenu li .dropdown_container, .mgmenu li .dropdown_fullwidth, .mgmenu li .mgmenu_multilevel {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #7f7f7f;
    border-color: -moz-use-text-color #CCCCCC #CCCCCC;
    border-image: none;
    border-radius: 0 0 3px 3px;
    border-right: 1px solid #CCCCCC;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
    display: none;
    float: left;
    margin: 0 0 40px 0px;
    padding: 0px 0 0px;
    position: absolute;
    top: auto;
    z-index: 10;
}
.mgmenu li .dropdown_container {
    left: auto;
}
.mgmenu li .dropdown_fullwidth {
    left: 0;
}
.mgmenu li.right_item .dropdown_container {
    left: auto;
    right: -1px;
}
.mgmenu_footer .mgmenu > li .dropdown_container, .mgmenu_footer .mgmenu > li .dropdown_fullwidth, .mgmenu_footer .mgmenu > li .mgmenu_multilevel {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CCCCCC #CCCCCC -moz-use-text-color;
    border-image: none;
    border-radius: 3px 3px 0 0;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    bottom: 0;
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05);
    margin: 0 0 0 0px;
    top: auto;
}
.mgmenu > li:hover .dropdown_container, .mgmenu > li:hover .dropdown_fullwidth, .mgmenu > li.right_item:hover .dropdown_container {
    display: block;
}
.mgmenu li .dropdown_1column {
    padding-left: 2%;
    padding-right: 2%;
    width: 8.3334%;
}
.mgmenu li .dropdown_2columns {
    padding-left: 1.8333%;
    padding-right: 1.8333%;
    width: 16.6667%;
}
.mgmenu li .dropdown_3columns {
    padding-left: 1.5%;
    padding-right: 1.5%;
    width: 25%;
}
.mgmenu li .dropdown_4columns {
    padding-left: 1.333%;
    padding-right: 1.333%;
    width: 33.3334%;
}
.mgmenu li .dropdown_5columns {
    padding-left: 1.166%;
    padding-right: 1.166%;
    width: 41.6667%;
}
.mgmenu li .dropdown_6columns {
    padding-left: 1%;
    padding-right: 1%;
    width: 50%;
}
.mgmenu li .dropdown_7columns {
    padding-left: 0.833%;
    padding-right: 0.833%;
    width: 58.3334%;
}
.mgmenu li .dropdown_8columns {
    padding-left: 0.666%;
    padding-right: 0.666%;
    width: 66.6667%;
}
.mgmenu li .dropdown_9columns {
    padding-left: 0.5%;
    padding-right: 0.5%;
    width: 75%;
}
.mgmenu li .dropdown_10columns {
    padding-left: 0.333%;
    padding-right: 0.333%;
    width: 83.3334%;
}
.mgmenu li .dropdown_11columns {
    padding-left: 0.1666%;
    padding-right: 0.1666%;
    width: 91.6667%;
}
.mgmenu li .dropdown_fullwidth {
    width: 100%; display:block!important;
}
.mgmenu .col_1, .mgmenu .col_2, .mgmenu .col_3, .mgmenu .col_3_5, .mgmenu .col_4, .mgmenu .col_5, .mgmenu .col_6, .mgmenu .col_7, .mgmenu .col_8, .mgmenu .col_9, .mgmenu .col_10, .mgmenu .col_11, .mgmenu .col_12 {
    display: inline;
    float: left;
    padding-left: 1%;
    padding-right: 1%;
    position: relative;
}
.mgmenu .col_1 {
    width: 4.33%;
}
.mgmenu .col_2 {
    width: 12.66%;
}
.mgmenu .col_3 {
    width: 21%;
}
.col_3_5 {
    width: 25%;
}
.mgmenu .col_4 {
    width: 29.33%;
}
.mgmenu .col_5 {
    width: 37.66%;
}
.mgmenu .col_6 {
    width: 46%;
}
.mgmenu .col_7 {
    width: 54.33%;
}
.mgmenu .col_8 {
    width: 62.66%;
}
.mgmenu .col_9 {
    width: 71%;
}
.mgmenu .col_10 {
    width: 79.33%;
}
.mgmenu .col_11 {
    width: 87.66%;
}
.mgmenu .col_12 {
    width: 96%;
}

.col_one_one{ width:19.3%; padding:0 10px; }
.col_one_two{ width:20.5%; padding:0 10px; }
.col_one_three{ width:20.5%; padding:0 10px; }
.col_one_four{ width:19.1%; padding:0 10px; }

.mgmenu .clear {
    clear: both;
    display: block;
    height: 18px;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.mgmenu .col_border {
    box-shadow: -1px 0 0 rgba(0, 0, 0, 0.15);
}
.mgmenu .dropdown_flyout, .mgmenu .dropdown_flyout .dropdown_flyout_level {
    border-radius: 0 0 3px 3px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    z-index: 9;
}
.mgmenu .dropdown_flyout .dropdown_flyout_level {
    background: none repeat scroll 0 0 #E5E5E5;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
.mgmenu .dropdown_flyout li {
    float: left;
    padding: 3px 0;
    width: 100%;
}
.mgmenu .dropdown_flyout ul li {
    padding: 3px 10px;
    width: 160px;
}
.mgmenu .dropdown_flyout li.last {
    margin-bottom: 12px;
}
.mgmenu .dropdown_flyout a {
    display: block;
    width: 10em;
}
.mgmenu .dropdown_flyout .dropdown_flyout_level {
    display: none;
    float: left;
    left: 98%;
    margin: 15px 0 0 4px;
    padding: 6px;
    position: absolute;
    top: -21px;
}
.mgmenu .dropdown_flyout .dropdown_flyout_level_left {
    left: -102%;
    right: 100%;
}
.mgmenu .dropdown_flyout .dropdown_parent {
    background: url("../img/rightArrow.png") no-repeat scroll 90% 9px rgba(0, 0, 0, 0);
}
.mgmenu .dropdown_flyout .dropdown_parent_left {
    background: url("../img/leftArrow.png") no-repeat scroll 90% 9px rgba(0, 0, 0, 0);
}
.mgmenu .dropdown_flyout li:hover > .dropdown_flyout_level, .mgmenu .dropdown_flyout li:hover > .dropdown_flyout_level_left {
    display: block;
}
.mgmenu .dropdown_flyout .flyout_heading {
    border-bottom: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px #F4F4F4;
    /*font-family: Georgia,Times,"Times New Roman",serif;*/
    font-size: 16px;
    margin-bottom: 9px;
    padding-bottom: 9px;
}
.mgmenu p, .mgmenu h1, .mgmenu h2, .mgmenu h3, .mgmenu h4, .mgmenu h5, .mgmenu h6 {
    color: #222222;
    font-weight: normal;
    margin: 0 0 18px;
    padding: 0;
    text-shadow: 1px 1px 1px #FFFFFF;
}
.mgmenu h1, .mgmenu h2, .mgmenu h3, .mgmenu h4, .mgmenu h5, .mgmenu h6 {
   
}
.mgmenu p {
    font-size: 12px;
}
.mgmenu h1 {
    font-size: 32px;
}
.mgmenu h2 {
    font-size: 28px;
}
.mgmenu h3 {
    font-size: 24px;
}
.mgmenu h4 {
    font-size: 18px;
}
.mgmenu h5 {
    font-size: 14px;
	height:20px
}
.mgmenu h6 {
    font-size: 14px;
    text-transform: uppercase;
}
.mgmenu a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease 0s;
}
.mgmenu a:hover {
    color: #ccc;
}
.mgmenu a:focus {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.mgmenu > li ul, .mgmenu > li ol {
    margin: 0 0 18px;
    padding: 0 0 0 0px;
}
.mgmenu > li ul {
    list-style: disc outside none; margin:0px;

}
.mgmenu > li ol {
    list-style: decimal outside none;
}
.mgmenu > li ul.no_bullets {
    list-style: none outside none;
    padding: 0;
}
.mgmenu > li ul.no_bullets li {
    line-height: 24px;
}
.mgmenu > li ul li, .mgmenu > li ol li {
    color: #222222;
    font-size: 13px; float:left; list-style-type:none;
    line-height: 14px; padding:0px 0px 0px 0px; border-right:1px solid #fff;
    position: relative; margin:8px 0px 8px 0px!important;
    
}

.mgmenu > li ul li:last-child { border-right:none;}

.mgmenu blockquote {
    border-left: 5px solid #CCCCCC;
    color: #AAAAAA;
    /*font-family: Georgia,serif;*/
    font-size: 18px;
    font-style: italic;
    line-height: 27px;
    padding-left: 20px;
}
.mgmenu .text_box {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 1px 1px #BBBBBB;
    padding: 12px 8%;
    width: 84%;
}
.mgmenu .text_box_black {
    background: none repeat scroll 0 0 #212121;
}
.mgmenu .text_box_red {
    background: none repeat scroll 0 0 #E48A76;
}
.mgmenu .text_box_blue {
    background: none repeat scroll 0 0 #92BFD1;
}
.mgmenu .text_box_green {
    background: none repeat scroll 0 0 #B4CA91;
}
.mgmenu .text_box_yellow {
    background: none repeat scroll 0 0 #F3D067;
}
.mgmenu .text_box_purple {
    background: none repeat scroll 0 0 #C0ADDB;
}
.mgmenu .text_box_brown {
    background: none repeat scroll 0 0 #B2AA9F;
}
.mgmenu .text_box_black, .mgmenu .text_box_red, .mgmenu .text_box_blue, .mgmenu .text_box_green, .mgmenu .text_box_yellow, .mgmenu .text_box_purple, .mgmenu .text_box_brown {
    box-shadow: none;
    color: #FFFFFF;
    text-shadow: none;
}
.mgmenu .img_description {
    /*font-family: Georgia,Times,"Times New Roman",serif;*/
    font-style: italic;
    margin-top: -6px;
    text-align: center;
}
.mgmenu hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CCCCCC -moz-use-text-color #F4F4F4;
    border-image: none;
    border-left: medium none;
    border-right: medium none;
    border-style: solid none;
    border-width: 1px medium;
    height: 0;
    margin-bottom: 18px;
    width: 100%;
}
.mgmenu .video_container {
    height: 0;
    margin-bottom: 18px;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.mgmenu .video_container iframe, .mgmenu .video_container object, .mgmenu .video_container embed {
    border: medium none;
    height: 100%;
    left: 0;
    outline: medium none;
    position: absolute;
    top: 0;
    width: 100%;
}
.mgmenu iframe {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin-bottom: 12px;
    outline: medium none;
    vertical-align: baseline;
    width: 100%;
}
.mgmenu img {
    border: medium none;
}
.mgmenu .inline_img {
    box-shadow: 0 1px 1px #999999;
    height: auto;
    margin-bottom: 18px;
    margin-top: 6px;
    max-width: 100%;
}
.mgmenu a .inline_img {
    opacity: 0.8;
    transition: opacity 0.3s ease 0s;
}
.mgmenu a:hover .inline_img {
    opacity: 1;
}
.mgmenu .inline_img_border {
    border: 5px solid #FFFFFF;
}
.mgmenu .mini_icon {
    background-image: url("../img/icons/mini-icons-white.png");
    background-repeat: no-repeat;
    float: left;
    height: 20px;
    margin-top: -2px;
    padding-left: 6px;
    width: 20px;
}
.mgmenu .ic_empty_document {
    background-position: 0 0;
}
.mgmenu .ic_documents {
    background-position: -32px 0;
}
.mgmenu .ic_text_document {
    background-position: -64px 0;
}
.mgmenu .ic_folder {
    background-position: -96px 0;
}
.mgmenu .ic_picture {
    background-position: -128px 0;
}
.mgmenu .ic_cloud {
    background-position: -160px 0;
}
.mgmenu .ic_archive {
    background-position: -192px 0;
}
.mgmenu .ic_download {
    background-position: -224px 0;
}
.mgmenu .ic_user {
    background-position: -256px 0;
}
.mgmenu .ic_tag {
    background-position: -288px 0;
}
.mgmenu .ic_lock {
    background-position: 0 -32px;
}
.mgmenu .ic_unlock {
    background-position: -32px -32px;
}
.mgmenu .ic_mail {
    background-position: -64px -32px;
}
.mgmenu .ic_brush {
    background-position: -96px -32px;
}
.mgmenu .ic_refresh {
    background-position: -128px -32px;
}
.mgmenu .ic_grid {
    background-position: -160px -32px;
}
.mgmenu .ic_list {
    background-position: -192px -32px;
}
.mgmenu .ic_delete {
    background-position: -224px -32px;
}
.mgmenu .ic_settings {
    background-position: -256px -32px;
}
.mgmenu .ic_time {
    background-position: -288px -32px;
}
.mgmenu .ic_bookmark {
    background-position: 0 -64px;
}
.mgmenu .ic_calendar {
    background-position: -32px -64px;
}
.mgmenu .ic_graph {
    background-position: -64px -64px;
}
.mgmenu .ic_pin {
    background-position: -96px -64px;
}
.mgmenu .ic_chat {
    background-position: -128px -64px;
}
.mgmenu .ic_chats {
    background-position: -160px -64px;
}
.mgmenu .ic_print {
    background-position: -192px -64px;
}
.mgmenu .ic_attachment {
    background-position: -224px -64px;
}
.mgmenu .ic_power {
    background-position: -256px -64px;
}
.mgmenu .ic_favorite {
    background-position: -288px -64px;
}
.mgmenu .ic_sound {
    background-position: 0 -96px;
}
.mgmenu .ic_edit {
    background-position: -32px -96px;
}
.mgmenu .ic_fullscreen {
    background-position: -64px -96px;
}
.mgmenu .ic_target {
    background-position: -96px -96px;
}
.mgmenu .ic_sync {
    background-position: -128px -96px;
}
.mgmenu .ic_zoom {
    background-position: -160px -96px;
}
.mgmenu .ic_plus {
    background-position: -192px -96px;
}
.mgmenu .ic_minus {
    background-position: -224px -96px;
}
.mgmenu .ic_cancel {
    background-position: -256px -96px;
}
.mgmenu .ic_ok {
    background-position: -288px -96px;
}
.mgmenu .ic_users {
    background-position: 0 -128px;
}
.mgmenu .ic_calc {
    background-position: -32px -128px;
}
.mgmenu .ic_left {
    background-position: -64px -128px;
}
.mgmenu .ic_right {
    background-position: -96px -128px;
}
.mgmenu .ic_up {
    background-position: -128px -128px;
}
.mgmenu .ic_down {
    background-position: -160px -128px;
}
.mgmenu .ic_up_circle {
    background-position: -192px -128px;
}
.mgmenu .ic_down_circle {
    background-position: -224px -128px;
}
.mgmenu .ic_left_circle {
    background-position: -256px -128px;
}
.mgmenu .ic_right_circle {
    background-position: -288px -128px;
}
.mgmenu .menubar_icon {
    float: left;
    list-style: none outside none;
    padding: 0;
}
.mgmenu .menubar_icon:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.mgmenu .menubar_icon ul > li {
    float: left;
    list-style: none outside none;
    transition: background-color 0.3s ease 0s;
}
.mgmenu .menubar_icon ul > li:hover {
    background-color: #131313;
}
.mgmenu .menubar_icon ul > li > a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    display: block;
    height: 24px;
    padding: 7px 4px 9px;
    width: 24px;
}
.mgmenu .icon_vimeo {
    background-image: url("../img/icons/icon_vimeo.png");
}
.mgmenu .icon_dribbble {
    background-image: url("../img/icons/icon_dribbble.png");
}
.mgmenu .icon_twitter {
    background-image: url("../img/icons/icon_twitter.png");
}
.mgmenu .icon_facebook {
    background-image: url("../img/icons/icon_facebook.png");
}
.mgmenu .icon_flickr {
    background-image: url("../img/icons/icon_flickr.png");
}
.mgmenu .contact_form {
    display: block;
    margin-bottom: 10px;
}
.mgmenu .contact_form label {
    /*font-family: Arial,Helvetica,sans-serif;*/
    font-size: 12px;
}
.mgmenu .form_element {
    background-color: #FBFBFB;
    border: 1px solid #DDDDDD;
    box-shadow: 0 1px 1px #EFEFEF;
    color: #000000;
    /*font-family: Arial,Helvetica,sans-serif;*/
    font-size: 12px;
    margin: 12px 0 18px;
    padding: 9px 2%;
    transition: background-color 0.3s ease-out 0s;
    width: 96%;
}
.mgmenu .form_element:hover {
    background-color: #FCFCFC;
}
.mgmenu .form_element:focus {
    background-color: #FFFFFF;
}
.mgmenu .form_element:focus {
    outline: medium none;
}
.mgmenu .contact_form textarea {
    height: 120px;
    resize: none;
}
.mgmenu .contact_form .required {
    color: #CC0000;
}
.mgmenu .contact_form .error, .mgmenu .contact_form .success {
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px #EFEFEF;
    margin: 12px 0 6px;
    padding: 9px 2%;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 96%;
}
.mgmenu .contact_form .error {
    background: none repeat scroll 0 0 #F7CAC4;
    color: #992213;
}
.mgmenu .contact_form .success {
    background: none repeat scroll 0 0 #D8F6BC;
    color: #2F530B;
    margin-bottom: 12px;
}
.mgmenu .contact_form .button {
    background-color: #222222;
    border: 1px solid #000000;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 11px;
    margin: 9px 12px 0 0;
    padding: 7px 12px;
    text-shadow: 0 1px 1px #000000;
    text-transform: uppercase;
    transition: background-color 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}
.mgmenu .contact_form .button:active {
}
.mgmenu .contact_form .button:hover, .mgmenu .contact_form .button:focus {
    background-color: #1A1A1A;
    color: #FFFFFF;
}
.mgmenu .contact_form .select_element {
    background-color: #FBFBFB;
    border: 1px solid #DDDDDD;
    box-shadow: 0 1px 1px #EFEFEF;
    float: left;
    /*font-family: Arial,Helvetica,sans-serif;*/
    font-size: 12px;
    margin: 12px 0 18px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.mgmenu .contact_form .select_element select {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #999999;
    font-size: 12px;
    height: 30px;
    outline: medium none;
    padding: 6px 0 6px 10px;
    width: 100%;
}
.mgmenu .contact_form .select_element select option {
    background: none repeat scroll 0 0 #FDFDFD;
    color: #666666;
    width: 100%;
}
@media not all {
.mgmenu .contact_form .select_element:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #333333 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-image: none;
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 5px;
    content: "";
    margin-top: -3px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
}
.mgmenu .contact_form .select_element select, .mgmenu .contact_form .select_element select option {
}
}
.mgmenu li > .mgmenu_tabs {
    padding: 0 !important;
}
.mgmenu_tabs > ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.mgmenu_tabs_hide {
    display: none;
}
.mgmenu_tabs .mgmenu_tabs_nav {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 20%;
}
.mgmenu_tabs .mgmenu_tabs_panels {
    background-color: #FFFFFF;
    box-shadow: -1px 0 1px rgba(0, 0, 0, 0.05);
    float: left;
    margin: 0;
    padding: 21px 1% 12px;
    width: 78%;
}
.mgmenu_tabs .mgmenu_tabs_nav li {
    border: medium none;
    clear: left;
    float: left;
    list-style: none outside none;
    margin: 0;
    transition: background 0.5s ease 0s;
    width: 100%;
}
.mgmenu_tabs .mgmenu_tabs_nav li a {
    display: block;
    font-size: 12px;
    outline: 0 none;
    padding: 9px 15px;
    text-decoration: none;
}
.mgmenu_tabs li a.current, .mgmenu_tabs li a.current:hover {
    background-color: #FFFFFF;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05);
    top: 1px;
}
.mgmenu_tabs_right .mgmenu_tabs_panels {
    box-shadow: 1px 0 1px rgba(0, 0, 0, 0.05);
}
.mgmenu_tabs_top .mgmenu_tabs_nav, .mgmenu_tabs_bottom .mgmenu_tabs_nav {
    width: 100%;
}
.mgmenu_tabs_top .mgmenu_tabs_panels, .mgmenu_tabs_bottom .mgmenu_tabs_panels {
    padding: 21px 1% 12px;
    width: 98%;
}
.mgmenu_tabs_top .mgmenu_tabs_nav li, .mgmenu_tabs_bottom .mgmenu_tabs_nav li {
    clear: none;
    display: inline;
    float: none;
    width: auto;
}
.mgmenu_tabs_top .mgmenu_tabs_nav li a, .mgmenu_tabs_bottom .mgmenu_tabs_nav li a {
    display: inline;
    float: left;
}
.mgmenu_tabs_top li a.current, .mgmenu_tabs_top li a.current:hover, .mgmenu_tabs_bottom li a.current, .mgmenu_tabs_bottom li a.current:hover {
    box-shadow: -1px 0 1px rgba(0, 0, 0, 0.05), 1px 0 1px rgba(0, 0, 0, 0.05);
}
.mgmenu_tabs_top .mgmenu_tabs_panels {
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.05);
}
.mgmenu_tabs_bottom .mgmenu_tabs_panels {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 768px) and (max-width: 984px) {


.mgmenu > li {
    padding-right: 6px;
	
}
.mgmenu > li > a, .mgmenu > li > span {
    padding-left: 5px;
    text-transform: capitalize;
}
.mgmenu .mini_icon {
    padding-left: 3px;
}

.col_one_one{ width:100%; padding:0 10px; float:none;}
.col_one_two{ width:100%; padding:0 10px; }
.col_one_three{ width:100%; padding:0 10px; }
.col_one_four{ width:100%; padding:0 10px; }


}
@media only screen and (max-width: 767px) {

.mgmenu { display:none;}
.mgmenu2 { display:none;}

#mgmenu3 li {  }
#mgmenu3 ul li { display:block; float:none; width:auto;}

.mgmenu_container2 {
    background:none!important;
    height: 0px!important;
    width: 100%;
    z-index: 1000;
}

.col_one_one{ width:100%; padding:0 10px; float:none;}
.col_one_one{ width:100%; padding:0 10px; float:none;}
.col_one_two{ width:100%; padding:0 10px; }
.col_one_three{ width:100%; padding:0 10px; }
.col_one_four{ width:100%; padding:0 10px; }

.mgmenu_container, .mgmenu_fixed, .mgmenu_footer {
    bottom: auto;
    height: auto;
    left: auto;
    margin: 0;
    position: relative;
    top: auto;
    width: 100%;
}
.mgmenu_footer {
}

.mgmenu > li {
 
	width:100%;
}

.mgmenu_container .mgmenu > li, .mgmenu_fixed .mgmenu > li, .mgmenu_footer .mgmenu > li {
    border: medium none;
    display: block;
    float: none;
    padding: 0;
    width: auto;
}
.mgmenu > li > span, .mgmenu > li > a {
    display: block;
}
.mgmenu > li .mgmenu_drop {
    background-position: 96% 19px;
}
.mgmenu > li .dropdown_container, .mgmenu > li .dropdown_fullwidth, .mgmenu_footer .mgmenu > li .dropdown_container, .mgmenu_footer .mgmenu > li .dropdown_fullwidth {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #CCCCCC #CCCCCC;
    border-image: none;
    border-radius: 0 0 3px 3px;
    border-right: 1px solid #CCCCCC;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    bottom: auto;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    margin: 0 0 0 -1px;
    position: absolute;
    top: auto;
    width: 100%;
}
.mgmenu li .dropdown_1column, .mgmenu li .dropdown_2columns, .mgmenu li .dropdown_3columns, .mgmenu li .dropdown_4columns, .mgmenu li .dropdown_5columns, .mgmenu li .dropdown_6columns, .mgmenu li .dropdown_7columns, .mgmenu li .dropdown_8columns, .mgmenu li .dropdown_9columns, .mgmenu li .dropdown_10columns, .mgmenu li .dropdown_11columns, .mgmenu li .dropdown_fullwidth {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.mgmenu .col_1, .mgmenu .col_2, .mgmenu .col_3, .mgmenu .col_3_5, .mgmenu .col_4, .mgmenu .col_5, .mgmenu .col_6, .mgmenu .col_7, .mgmenu .col_8, .mgmenu .col_9, .mgmenu .col_10, .mgmenu .col_11, .mgmenu .col_12 {
    display: block;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    padding: 0;
    width: 96%;
}
.mgmenu .col_border {
    box-shadow: none;
}
.mgmenu .dropdown_flyout, .mgmenu .dropdown_flyout .dropdown_flyout_level, .mgmenu .dropdown_flyout .dropdown_flyout_level_left {
    left: auto;
    margin: 6px 4% 0;
    padding: 0;
    position: relative;
    right: auto;
    top: auto;
}
.mgmenu .dropdown_flyout .dropdown_flyout_level {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
}
.mgmenu .dropdown_flyout li, .mgmenu .dropdown_flyout ul li {
    padding: 6px 0;
    width: 100%;
}
.mgmenu li .dropdown_flyout .dropdown_parent {
    background: url("../img/downArrow-b.png") no-repeat scroll 98% 14px rgba(0, 0, 0, 0);
}
.mgmenu li > .mgmenu_tabs {
    width: 100%;
}
.mgmenu_tabs .mgmenu_tabs_nav {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.mgmenu_tabs .mgmenu_tabs_panels {
    padding: 21px 0 12px;
    width: 100%;
}
.mgmenu_trigger {
    display: none;
}
.mgmenu blockquote {
    margin-left: 12px;
}
.mgmenu .img_description {
    text-align: left;
}
.mgmenu .menubar_icon {
    float: none !important;
    padding: 0 0 14px !important;
    z-index: 9;
}
.mgmenu .menubar_icon ul {
    padding: 0 0 9px !important;
    width: 100%;
}
.mgmenu .menubar_icon ul > li {
    padding-left: 2%;
    padding-right: 2%;
}

.mgmenu > li ul li, .mgmenu > li ol li {
    color: #222222;
    font-size: 13px; float:none; list-style-type:none;
    line-height: 12px; padding:10px 0px 10px 0px; border-right:none; border-bottom:1px solid #afafaf;
    position: relative;
    
}
.mgmenu > li ul li:last-child { border-bottom:none;}

.btns-checkout p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 5px !important;
}

}
@media not all, not all {
.mgmenu > li .mgmenu_drop {
    background-image: url("../img/downArrow@2x.png");
    background-size: 9px 5px;
}
.mgmenu_footer .mgmenu > li .mgmenu_drop {
    background-image: url("../img/upArrow@2x.png");
    background-size: 9px 5px;
}
.mgmenu_container > .mgmenu > li.mgmenu_button, .mgmenu_fixed > .mgmenu > li.mgmenu_button, .mgmenu_footer > .mgmenu > li.mgmenu_button {
    background-image: url("../img/toggle@2x.png");
    background-size: 24px 24px;
}
.mgmenu_trigger {
    background-image: url("../img/button_up@2x.png");
    background-size: 35px 35px;
}
.mgmenu_trigger.active {
    background-image: url("../img/button_down@2x.png");
    background-size: 35px 35px;
}
.mgmenu_footer ~ .mgmenu_trigger {
    background-image: url("../img/button_down@2x.png");
    background-size: 35px 35px;
}
.mgmenu_footer ~ .mgmenu_trigger.active {
    background-image: url("../img/button_up@2x.png");
    background-size: 35px 35px;
}
.mgmenu .dropdown_flyout .dropdown_parent {
    background-image: url("../img/rightArrow@2x.png");
    background-size: 5px 9px;
}
.mgmenu .dropdown_flyout .dropdown_parent_left {
    background-image: url("../img/leftArrow@2x.png");
    background-size: 5px 9px;
}
.mgmenu .mini_icon {
    background-image: url("../img/icons/mini-icons-white@2x.png");
    background-repeat: no-repeat;
    background-size: 304px 144px;
}
.mgmenu .menubar_icon ul > li > a {
    background-size: 24px 24px;
}
.mgmenu .icon_vimeo {
    background-image: url("../img/icons/icon_vimeo@2x.png");
}
.mgmenu .icon_dribbble {
    background-image: url("../img/icons/icon_dribbble@2x.png");
}
.mgmenu .icon_twitter {
    background-image: url("../img/icons/icon_twitter@2x.png");
}
.mgmenu .icon_facebook {
    background-image: url("../img/icons/icon_facebook@2x.png");
}
.mgmenu .icon_flickr {
    background-image: url("../img/icons/icon_flickr@2x.png");
}
}
@media not all, not all {
.mgmenu li .dropdown_flyout .dropdown_parent {
    background-image: url("../img/downArrow-b@2x.png");
    background-size: 9px 5px;
}
}
@media (max-width: 767px) {
.mgmenu_container {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    position: absolute;
    right: 0;
    top: 80px;
}
}

@charset "utf-8";
/* CSS Document */
/* Styles replaced to Mega Menu */
/* Mega menu line 408 */
/*  .mgmenu li .dropdown_fullwidth {
    display: block !important;
    width: 100%;
}
*/
/*line 7462 removed from style.css

#searchform input#id {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  font-size: 17px;
  margin: 0;
  width: 80% !important;
}*/
/* +++++++++++++ Watches in Bracelets - Changes done in line 223-231  ++++++++++++++++++ */

#div_GroupAItems .col-md-3 {
    width: 50% !important;
    margin: auto !important;
    float: none !important;
}
/* New Header-v3 styles  */
/* Global  */

.form-control::-moz-placeholder {
    color: #797979;
}
.header-v3-aug-2015 {
    margin: 0 !important;
}
.header-v3-logo {
    float: left;
    height: 78px;
    padding: 18px 26px 0 0;
    width: 250px;
}
.header-v3-links li {
    display: inline;
}
.header-v3-links {
    float: left;
    height: 39px;
    padding: 13px 0 7px 16px;
    width: 680px;
}
.header-v3-links-2 {
    float: left;
    width: 680px;
}
.header-v3-links a {
    border-left: 1px solid #858484;
    color: #858484;
    display: inline;
    font-size: 11px;
    font-weight: bold;
    line-height: 10px;
    padding: 0 13px;
}
.header-v3-links li:first-child {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/assets/img/deliver-van-bg.png");
    background-repeat: no-repeat;
    background-position: left top;
}
.header-v3-links li:first-child a {
    padding: 0 13px 0 0;
}
.header-v3-links li a img {
    height: 11px;
    margin-left: -1px;
    margin-right: 13px;
    margin-top: -10px;
    width: 16px;
}
.header-v3-cart {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/assets/img/cart-bg.jpg");
    background-repeat: no-repeat;
    background-position: 1px 3px;
}
.header-v3-search {
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 34px;
    margin: 0;
    padding: 2px;
    width: 450px;
}
.header-v3-search input {
    display: inline-block;
    width: 80%;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
}
.header-v3-search input#id {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    border: 0 none;
    box-shadow: 0 0 0 0;
    float: left;
    padding: 4px 10px;
}
.header-v3-search #searchsubmit {
    float: right;
    margin: 3px 7px 0;
}
#LoginWithAmazon > img {
    margin: 5px 0;
    width: 100%;
}
.header-v3-my-account {
    float: right;
    margin-top: -9px;
    position: relative;
}
.link-cell div {
    display: inline-block;
    float: right;
    margin: 0 0 0 7px;
}
.header-v3-livechat a {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../assets/img/header-v3-livechat.png");
    background-repeat: no-repeat;
    background-position: 1px 4px;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    color: green;
    display: block;
    font-size: 11px;
    margin-top: 5px;
    padding: 7px 7px 7px 33px;
}
.header-v3-my-account a {
    display: block;
    font-size: 11px;
    padding: 10px 4px;
}
.header-v3-cart .CartItemCount {
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    margin: 0 !important;
    padding: 7px 6px 11px 10px !important;
    text-align: center !important;
    width: 38px !important;
}
/*.header-v3-my-account .welcome {
  display: none;
}*/

.header-v3-links-2 .link-cell {
    position: relative;
}
/* SuperLine new  */

.header-v3-currency {
    border-radius: 5px;
    float: left;
    overflow: hidden;
    width: 77px;
}
.header-v3-currency .currency-field {
    background-color: #fff !important;
    background-image: url("/assets/img/select-arrow.jpg") !important;
    background-repeat: no-repeat !important;
    background-position: 52px -1px !important;
}
.header-v3-contacts li {
    border-left: 1px solid #5b5b5b;
    float: right;
    font-size: 12px;
    font-weight: bold;
    /*line-height: 8px;*/
    
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
}
.header-v3-my-account .dropdown button {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    border: 0 none;
    font-size: 11px;
    padding: 14px 0 0;
}


.header-v3-my-account .dropdown-menu {
    border-radius: 0;
    left: -10px;
    min-width: 50px !important;
    text-align: center;
    width: 90px !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #858585 !important;
}
.header-v3-contacts li:last-child {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/assets/img/contact-icon.png");
    background-repeat: no-repeat;
    background-position: 0 -2px;
    border-left: 0 none;
    color: #ff7215;
    padding-left: 20px !important;
}
/* New Mega Menu */

#new-mgmenu .col-md-4 {
    padding: 0 15px !important;
}
.single-banner {
    margin-top: 33px;
}
.mgmenu2 > li:first-child {
    background-color: #1b1b1b !important;
    background-image: none !important;
    background-repeat: repeat !important;
    background-position: 0 0 !important;
}
@media (max-width: 992px) {
    .header-v3-logo {
        float: left;
        height: 78px;
        padding: 29px 26px 0 0;
        width: 211px;
    }
    .header-v3-links {
        float: right;
        padding: 16px 0 0;
        text-align: left;
        width: 508px !important;
    }
    .header-v3-links a {
        color: #858484;
        display: inline;
        font-size: 11px;
        font-weight: bold;
        line-height: 10px;
        padding: 0 6px;
        text-decoration: underline;
    }
    .header-v3-search {
        width: 271px;
    }
    .amazon-logged #searchsubmit {
        background-color: #febd69;
        background-image: url("../assets/img/search-icon.png");
        background-repeat: no-repeat;
        background-position: 50% center;
        background-attachment: scroll;
        border: 0 none;
        border-radius: 0 5px 5px 0;
        height: 32px;
        margin: 0 !important;
        position: absolute;
        right: 0;
        top: 0;
        width: 43px;
    }
    .header-v3-links-2 {
        width: 509px;
    }
    .header-v3-links ul li:last-child a {
        padding-right: 0 !important;
    }
    /*#mgmenu1 .first > a {
  padding: 26px 0 !important;
  width: 105%;
}*/
    
    #microbanner-desktop .coupon-input .input-box {
        font-size: 14px;
        width: 720px;
    }
    #microbanner-desktop .item.micro-banner img {
        height: 33px;
        max-width: 718px;
    }
    .coupon-input.coupon-added .message-box {
        color: #fff;
        display: block;
        font-size: 12px;
        line-height: 31px;
        width: 720px;
    }
}
@media screen and (min-width: 993px) {
    .upper-header {
        margin: auto;
        max-width: 932px;
    }
    .upper-header.amazon-logged {
        max-width: none !important;
    }
    /*  #mgmenu1 li.first {
  height: 68px;
  left: -156px;
  position: absolute;
  width: 156px;
}
#mgmenu1 li.first a {
  padding: 25px 0;
}
.mgmenu_container{
  margin-left: 156px !important;
  width: 83.3% !important;
}*/
    
    .welcome {
        right: 48px !important;
    }
    .upper-header .header-v3-aug-2015 {
        margin: auto !important;
        width: 932px;
    }
}
@media (max-width: 767px) {
    .header-v3-links {
        border-bottom: 1px solid #d5d7d9;
        float: left;
        padding: 12px 0;
        text-align: center;
        width: 100% !important;
    }
    .header-v3-logo {
        float: left;
        height: 78px;
        padding: 10px 26px 0 0;
        width: 240px;
    }
    .header-v3-links-2 {
        float: right;
        margin: 20px 0 0;
        width: auto;
    }
    .header-v3-search.mobile {
        float: left;
        width: 69%;
        width: calc(100% - 115px);
        position: relative;
		margin-bottom: 10px;
    }
    .header-v3-search input {
        max-width: 430px;
    }
    .header-v3-links li:first-child a {
        padding: 0 28px 0 0;
    }
    .header-v3-links a {
        color: #858484;
        display: inline;
        font-size: 11px;
        font-weight: bold;
        line-height: 10px;
        padding: 0 8px;
        text-decoration: underline;
    }
	.header-v3-my-account .welcome {
  		color: #858585;
  		display: block;
  		font-size: 11px;
  		overflow: hidden;
  		right: 11px !important;
  		text-align: right;
  		text-overflow: ellipsis;
  		top: 3px;
  		white-space: nowrap;
  		width: 51px !important;
	}
    .mgmenu_button {
        bottom: 3px;
        display: block;
        height: 35px;
        margin: 0;
        position: absolute;
        right: 11px !important;
    }
    /* 7421 #searchform input#id commented in style.css  */
    
    #searchform input#id {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border-radius: 0;
        font-size: 14px !important;
        margin: 0;
        width: 79% !important;
    }
    .header-v3-search #searchsubmit {
        background-color: rgba(0, 0, 0, 0) !important;
        background-image: url("../assets/img/search-icon.png") !important;
        background-repeat: no-repeat !important;
        background-position: 98% center !important;
        background-attachment: scroll !important;
        float: right;
        margin: 2px 7px 0;
        position: absolute;
        right: 0;
        width: 19px !important;
    }
    .amazon-logged .header-v3-search #searchsubmit {
        background-color: #febd69 !important;
        background-image: url("../assets/img/search-icon.png") !important;
        background-repeat: no-repeat !important;
        background-position: 48% center !important;
        background-attachment: scroll !important;
        float: right;
        margin: 2px 7px 0;
        position: absolute;
        right: 0;
        width: 36px !important;
        /* border: 0 none !important; */
    }
    .amazon-logged a#mobile-menu-button {
        background-color: #232f3e !important;
        background-image: url("/assets/img/sj-menu-icon-white.png") !important;
        background-repeat: no-repeat !important;
        background-position: -4px 1px !important;
        background-attachment: scroll !important;
    }
    /* 7116  .page-title > h1 in style.css  */
    
    .page-title > h1 {
        text-align: center !important;
    }
    .mgmenu > li > a,
    .mgmenu > li > span {
        color: #ffffff;
        font-size: 18px;
        letter-spacing: 0.05em;
        text-align: center;
        text-transform: uppercase;
    }
    .mgmenu_container {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        position: absolute;
        right: 14px;
    }
    #microbanner-mobile .item.micro-banner img {
        height: 70px;
    }
    .carousel-inner .input-box,
    .carousel-inner .message-box,
    .carousel-inner .microbanner {
        border: 0 none;
        float: left;
        height: 32px;
        max-width: none !important;
        width: 700px;
    }
    .coupon-input input {
        border: 1px solid #777;
        box-shadow: none;
        float: left;
        font-family: arial;
        font-size: 12px;
        line-height: 14px;
        margin-right: 5px;
        padding: 0;
        width: calc(100% - 95px);
    }
    .coupon-input a.btn {
        background-color: red;
        color: white;
        float: right;
        font-size: 15px;
        padding: 1px 20px;
    }
    #microbanner-mobile {
        background-color: black;
    }
    .coupon-input.coupon-added .message-box {
        color: #fff;
        font-size: 16px;
        line-height: 17px;
    }
    .coupon-input.coupon-added .message-box span {
        color: #ccc;
        font-family: arial;
        font-size: 12px;
        font-weight: normal;
        letter-spacing: 0;
        text-transform: none;
    }
    .amazon-logged .header-v3-links {
        border-bottom: 1px solid #5A5A5A;
        float: left;
        padding: 9px 0;
        text-align: center;
        width: 100% !important;
    }
    .amazon-logged .header-v3-links li a {
        font-size: 9px;
        padding: 0 5px !important;
        text-decoration: underline;
        border: 0 none;
        color: #BDBDBD;
    }
    .amazon-logged .header-v3-cart {
        background-color: rgba(0, 0, 0, 0) !important;
        background-image: url("../assets/img/cart-bg-white.png") !important;
        background-repeat: no-repeat !important;
        background-position: 1px 3px !important;
        background-attachment: scroll !important;
    }
    .amazon-logged .header-v3-cart .CartItemCount {
        color: #171717;
        font-size: 10px;
        font-weight: bold;
        margin: 0 !important;
        padding: 7px 6px 11px 10px !important;
        text-align: center !important;
        width: 38px !important;
    }
    .amazon-logged .header-v3-my-account .dropdown button {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 0 none;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        padding: 12px 0 0;
    }
    .amazon-logged .header-v3-my-account .caret {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 8px;
        vertical-align: middle;
        border-top: 4px solid #FFF;
        border-right: 4px solid transparent;
        border-bottom: 0 dotted;
        border-left: 4px solid transparent;
        content: "";
    }
    .amazon-logged .header-v3-livechat a {
        background-color: rgba(0, 0, 0, 0);
        background-image: url("../assets/img/header-v3-livechat-white.png");
        background-repeat: no-repeat;
        background-position: 1px 4px;
        background-attachment: scroll;
        border: 1px solid #676767;
        border-radius: 3px;
        color: #ffffff;
        display: block;
        font-size: 14px;
        margin-top: 0;
        padding: 7px 7px 9px 38px;
    }
}
@media (max-width: 599px) {
    .header-v3-currency {
        width: 47px;
    }
    .header-v3-contacts li {
        font-size: 11px;
    }
    .header-v3-language {
        border-radius: 5px;
        float: left;
        overflow: hidden;
        width: 100px;
    }
    .goog-te-gadget * {
        margin: 0 9px 0 2px !important;
    }
    .header-v3-links li:first-child {
        background: none !important;
    }
    .header-v3-links li:first-child a {
        border: medium none;
        padding: 0 13px 0 0;
    }
    .header-v3-links a {
        font-size: 9px;
    }
    .header-v3-links img {
        display: none;
    }
    .header-v3-logo {
        height: auto;
        margin-bottom: 15px;
        padding: 12px 0 0;
        width: 106px;
    }
    .header-v3-livechat > a {
        font-size: 0;
        height: 32px;
        padding: 5px 3px;
        width: 35px;
    }
    .header-v3-links-2 {
        margin-top: 10px;
    }
    .header-v3-search input#id {
        width: 80%;
        width: calc(100% - 45px);
    }
    .dropdown_container ul {
        margin: 0 !important;
    }
    .dropdown_container {
        padding-bottom: 20px !important;
    }
    /* new megamenu */
    
    .single-banner {
        margin-top: 0px !important;
    }
    #mgmenu1 li.first {
        height: auto;
        left: 0;
        position: unset;
        width: auto;
    }
    .mgmenu_container {
        margin-left: 0 !important;
        width: 100% !important;
    }
    #mgmenu1 .first > a {
        padding: 10px 0 !important;
        width: 105%;
    }
}
@media (max-width: 360px) {
    .goog-te-gadget-simple {
        margin-left: -37px !important;
    }
    .header-v3-language {
        margin-left: 4px;
        overflow: hidden;
        width: 56px !important;
    }
    .header-v3-contacts li:last-child {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
    .header-v3-contacts li {
        font-size: 10px !important;
    }
    .header-v3-links li a {
        font-size: 8px;
        padding: 0 5px !important;
    }
    .link-cell div {
        margin: 0 0 0 4px !important;
    }
    .header-v3-logo {
        margin-bottom: 13px !important;
        padding: 17px 5px 0 0 !important;
        width: 36% !important;
    }
    .header-v3-cart .CartItemCount {
        color: #ffffff;
        font-size: 10px;
        font-weight: bold;
        margin: 0 !important;
        padding: 7px 0 11px 6px !important;
        text-align: center !important;
        width: 35px !important;
    }
    .header-v3-my-account .dropdown button {
        font-size: 10px !important;
        padding: 10px 0 0 !important;
    }
    .header-v3-cart {
        background-color: rgba(0, 0, 0, 0) !important;
        background-image: url("/assets/img/cart-bg-mobile.jpg") !important;
        background-repeat: no-repeat !important;
        background-position: 1px 3px !important;
        background-attachment: scroll !important;
    }
    .header-v3-cart .CartItemCount {
        margin: 0 !important;
        padding: 7px 0 12px 4px !important;
        text-align: center !important;
        width: 33px !important;
    }
    .container {
        min-width: 300px;
    }
    .header-v3-my-account .dropdown button {
        font-size: 9px !important;
    }
    .header-v3-my-account .welcome {
        font-size: 9px !important;
    }
    .header-v3-livechat a {
        font-size: 0px !important;
    }
    .header-v3-search input#id {
        width: 80%;
        width: calc(100% - 45px);
    }
	.amazon-logged .header-v3-my-account .welcome {
    color: #ababab;
    display: block;
    font-size: 11px;
    left: 0;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    top: 3px;
    white-space: nowrap;
    width: 69px;
}
}
/* ========= Amazon Logged Styles =============  */

.header-v3-logo .amazon {
    display: none;
}
.amazon-logged .header-v3-logo .regular {
    display: none;
}
.amazon-logged .header-v3-logo .amazon {
    display: block;
    margin-left: 0;
    margin-top: 3px;
}
.amazon-logged .header-v3-my-account .welcome {
  color: #ababab;
  display: block;
  font-size: 11px;
  left: 0;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  top: -6px;
  white-space: nowrap;
  width: 81px !important;
}
.amazon-logged .header-v3-search {
    border: 1px solid #000 !important;
}
.amazon-logged .amazon-hidden {
    display: none !important;
}
.amazon-logged .amazon-visible {
    display: block !important;
    visibility: visible !important;
}
.amazon-logged .mgmenu2 > li a:hover{
	color: #fff !important;
}
@media screen and (min-width: 992px) {
	.header-v3-my-account .welcome {
  color: #858585;
  display: block;
  font-size: 10px;
  position: absolute !important;
  right: 11px !important;
  text-align: right;
  top: -2px;
  width: 100px !important;    
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

    .amazon-logged .mgmenu > li,
    .amazon-logged .mgmenu > li.first {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
        border: 0 none;
        color: #fff;
        float: left;
        font-family: arial;
        font-size: 14px;
        font-weight: bold;
        padding: 5px 14px 10px !important;
        width: auto !important;
    }
    .amazon-logged .mgmenu_container {
        height: 48px;
        width: auto !important;
    }
    .amazon-logged .mgmenu > li > a,
    .upper-header.amazon-logged .mgmenu > li > span {
        font-size: 15px;
    }
    .upper-header.amazon-logged {
        background-color: #232f3e;
        position: relative;
    }
    .amazon-logged .header-v3-aug-2015,
    .amazon-logged .mgmenu_container {
        margin: auto !important;
        max-width: 960px;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        width: 100%;
    }
    .amazon-logged .mgmenu_container {
        background: none !important;
    }
    .amazon-logged #mgmenu1 li.first {
        height: 47px !important;
        left: 0 !important;
        margin-left: 0;
        padding-left: 0 !important;
        position: static !important;
    }
    .amazon-logged #mgmenu1 li.first a {
        padding: 10px 0 !important;
        /* height: 32px; */
    }
    .amazon-logged .mgmenu2 {
        background: none;
        border-top: 1px solid #8a8a8a;
        margin-bottom: -1px;
        text-align: center;
    }
    .amazon-logged .mgmenu2 > li {
        background: none !important;
        line-height: 22px;
        padding: 0 19px 5px 19px;
        width: auto;
        float: none;
        display: inline-block;
        border: 0 none;
    }
    .amazon-logged #Micro-Banners {
        float: none;
        margin-bottom: 1px;
        width: 100%;
        display: block !important;
        max-width: 932px;
        margin: auto;
    }
    .amazon-logged .mgmenu2 > li a {
        color: #949494;
        font-family: arial;
        font-size: 15px;
        letter-spacing: 0;
        text-transform: none;
    }
    .amazon-logged .mgmenu2 > li > span:hover,
    .amazon-logged .mgmenu2 > li > a:hover,
    .amazon-logged .mgmenu2 > li > a:focus {
        color: #666;
        cursor: pointer;
        outline: medium none;
        text-decoration: underline;
    }
    .amazon-logged .carousel-inner {
        border: 1px solid #000;
    }
    /*.amazon-logged .mgmenu2::before {
  content: "MORE: ";
  display: block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 32px;
  margin-left: 0;
  margin-right: 10px;
}*/
    
    .amazon-logged .header-v3-links-2 {
        float: left;
        margin-top: 30px;
        width: calc(100% - 682px);
    }
    .amazon-logged .header-v3-links {
        float: right;
        padding: 36px 15px !important;
        width: auto;
    }
    .amazon-logged .link-cell {
        bottom: -37px;
        display: block;
        position: absolute !important;
        right: 15px;
        z-index: 1000;
    }
    .amazon-logged .header-v3-search {
        background-color: #f3f3f3;
        border: 1px solid #000000;
        border-radius: 5px;
        height: 34px;
        margin-left: 30px;
        padding: 2px;
        position: relative;
        width: 100%;
    }
    .amazon-logged #searchsubmit {
        background-color: #febd69;
        background-image: url("../assets/img/search-icon.png");
        background-repeat: no-repeat;
        background-position: 50% center;
        background-attachment: scroll;
        border: 0 none;
        border-radius: 0 5px 5px 0;
        height: 32px;
        margin: 0 !important;
        position: absolute;
        right: 0;
        top: 0;
        width: 43px;
    }
    .amazon-logged .header-v3-links a {
        border: 0 none;
        color: #dedede;
        display: inline;
        font-size: 11px;
        font-weight: normal;
        line-height: 10px;
        padding: 0 10px !important;
        text-decoration: underline;
    }
    .amazon-logged .header-v3-links li a img {
        display: none;
    }
    .amazon-logged .header-v3-links li:first-child {
        background: none !important;
    }
    .amazon-logged .header-v3-cart {
        background-color: rgba(0, 0, 0, 0);
        background-image: url("../assets/img/cart-bg-white.png");
        background-repeat: no-repeat;
        background-position: 1px 3px;
        background-attachment: scroll;
    }
    .amazon-logged .header-v3-cart .CartItemCount {
        color: #333333 !important;
        padding: 7px 6px 11px 10px !important;
    }
    .amazon-logged .header-v3-my-account .dropdown button {
        color: #fff !important;
        font-size: 15px !important;
        font-weight: bold !important;
        padding: 10px 0 0;
    }
    .amazon-logged .dropdown .caret {
        border-top: 4px solid #fff;
        margin-left: 8px;
    }
    .amazon-logged .header-v3-livechat a {
        background-color: rgba(0, 0, 0, 0);
        background-image: url("../assets/img/header-v3-livechat-white.png");
        background-repeat: no-repeat;
        background-position: 0 1px;
        background-attachment: scroll;
        border: 0 none;
        color: #ffffff;
        display: block;
        font-size: 11px;
        margin-top: 5px;
        padding: 5px 3px 5px 38px;
    }
    #superline.amazon-logged .container {
        background-color: #f2f2f2;
        background-image: url("../assets/img/top-bar.png");
        background-repeat: repeat-x;
        background-position: left bottom;
        background-attachment: scroll;
        /*max-width: none !important;*/
    }
    #superline.amazon-logged .currency-field {
        background-color: #dddddd !important;
        background-image: url("../assets/img/select-arrow.png") !important;
        background-repeat: no-repeat !important;
        background-position: 53px -3px !important;
        background-attachment: scroll !important;
        border: 1px solid #ccc;
        border-radius: 3px;
        color: #666666;
        font-size: 11px;
        height: 16px;
        margin-top: 2px;
        width: 123px !important;
    }
    #superline.amazon-logged .goog-te-gadget-simple {
        background-color: #dddddd;
        border-color: #c1c0c0 #c6c3c3 #bfbfbf;
        border-style: solid;
        border-width: 1px;
        cursor: pointer;
        display: inline-block;
        font-size: 8pt;
        margin: 2px;
        padding-bottom: 0;
        padding-top: 0;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    /*.mgmenu_container {
  margin-left: 121px !important;
  width: 83.3% !important;
}*/
    /*.mgmenu > li.first {
  background: #cc0000 none repeat scroll 0 0 !important;
  height: 84px;
  left: -120px !important;
  position: absolute !important;
}*/
    .header-v3-my-account .welcome {
  color: #858585;
  display: block;
  font-size: 10px;
  position: absolute !important;
  right: 11px !important;
  text-align: right;
  top: -2px;
  width: 100px !important;    
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

    .upper-header {
        margin: auto;
        max-width: 722px;
        min-width: 327px;
        padding: 0;
        position: relative;
    }
    .upper-header.amazon-logged {
        max-width: none;
        background-color: #232f3e;
    }
    .amazon-logged .mgmenu_container {
        margin-left: 121px !important;
        width: 100% !important;
    }
    .amazon-logged .mgmenu > li.first {
        background-color: #cc0000 !important;
        height: 49px;
        left: -120px !important;
        position: static !important;
        margin-left: 5px;
    }
    .amazon-logged #mgmenu1 .first > a {
        padding: 8px 0 !important;
        width: 105%;
    }
    .amazon-logged .mgmenu > li,
    .amazon-logged .mgmenu > li.first {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
        border: 0 none;
        color: #fff;
        float: left;
        font-family: arial;
        font-size: 14px;
        font-weight: bold;
        padding: 5px 17px 10px !important;
        width: auto !important;
    }
    .amazon-logged .mgmenu_container {
        height: 48px;
    }
    .amazon-logged .mgmenu > li > a,
    .upper-header.amazon-logged .mgmenu > li > span {
        font-size: 13px;
    }
.amazon-logged .header-v3-aug-2015, .amazon-logged .mgmenu_container {
  margin: auto !important;
  max-width: 768px;
  position: relative;
  width: 100%;
}
    .amazon-logged .mgmenu_container {
        background: none !important;
    }
    .amazon-logged .mgmenu2 {
        background: none;
        border-top: 1px solid #868686;
        margin-bottom: -1px;
        text-align: center;
    }
    .amazon-logged .mgmenu2 > li {
        background: none !important;
        line-height: 16px;
        padding: 0 8px;
        width: auto;
        display: inline-block;
        float: none;
        border: 0 none;
    }
    .amazon-logged .mgmenu2 > li a {
        color: #A3A3A3;
        font-family: arial;
        font-size: 14px;
        letter-spacing: 0;
        text-transform: none;
    }
    .amazon-logged .mgmenu2 > li > span:hover,
    .amazon-logged .mgmenu2 > li > a:hover,
    .amazon-logged .mgmenu2 > li > a:focus {
        color: #666 !important;
        cursor: pointer;
        outline: medium none;
        text-decoration: underline;
    }
    /*.amazon-logged .mgmenu2::before {
  content: "MORE: ";
  display: block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 32px;
  margin-left: 15px;
  margin-right: 10px;
}*/
    
    .amazon-logged .header-v3-links-2 {
        float: left;
        margin-top: 30px;
        width: calc(100% - 682px);
    }
    .amazon-logged .header-v3-links {
        float: right;
        padding: 36px 0 0 !important;
        width: auto;
    }
    .amazon-logged .link-cell {
        top: 78px;
        display: block;
        position: absolute !important;
        right: 20px;
        z-index: 1000;
    }
    .amazon-logged .header-v3-search {
        background-color: #f3f3f3;
        border: 1px solid #000000;
        border-radius: 5px;
        height: 34px;
        margin-left: 30px;
        padding: 2px;
        position: relative;
        width: 100%;
    }
    .amazon-logged .header-v3-links a {
        border: 0 none;
        color: #dedede;
        display: inline;
        font-size: 11px;
        font-weight: normal;
        line-height: 10px;
        padding: 0 10px !important;
        text-decoration: underline;
    }
    .amazon-logged .header-v3-links li a img {
        display: none;
    }
    .amazon-logged .header-v3-links li:first-child {
        background: none !important;
    }
    .amazon-logged .header-v3-cart {
        background-color: rgba(0, 0, 0, 0);
        background-image: url("../assets/img/cart-bg-white.png");
        background-repeat: no-repeat;
        background-position: 1px 3px;
        background-attachment: scroll;
    }
    .amazon-logged .header-v3-cart .CartItemCount {
        color: #333333 !important;
    }
    .amazon-logged .header-v3-my-account .dropdown button {
        color: #fff !important;
        font-size: 13px !important;
        font-weight: bold !important;
        padding: 10px 0 0;
    }
    .amazon-logged .header-v3-my-account .welcome {
        color: #ababab;
        display: block;
        font-size: 10px;
        left: 0;
        overflow: hidden;
        text-align: left;
        text-overflow: ellipsis;
        top: -3px;
        white-space: nowrap;
        width: 93px;
    }
    .amazon-logged .dropdown .caret {
        border-top: 4px solid #fff;
        margin-left: 8px;
    }
    .amazon-logged .header-v3-livechat a {
        background-color: rgba(0, 0, 0, 0);
        background-image: url("../assets/img/header-v3-livechat-white.png");
        background-repeat: no-repeat;
        background-position: 0 1px;
        background-attachment: scroll;
        color: #ffffff;
        display: block;
        font-size: 11px;
        margin-top: 5px;
        padding: 7px 3px 5px 38px;
        border: 0 none;
    }
    #superline.amazon-logged .container {
        background-color: #f2f2f2;
        background-image: url("../assets/img/top-bar.png");
        background-repeat: repeat-x;
        background-position: left bottom;
        background-attachment: scroll;
        /*max-width: none !important;*/
    }
    #superline.amazon-logged .currency-field {
        background-color: #dddddd !important;
        background-image: url("../assets/img/select-arrow.png") !important;
        background-repeat: no-repeat !important;
        background-position: 53px -3px !important;
        background-attachment: scroll !important;
        border: 1px solid #ccc;
        border-radius: 3px;
        color: #666666;
        font-size: 11px;
        height: 16px;
        margin-top: 2px;
        width: 123px !important;
    }
    #superline.amazon-logged .goog-te-gadget-simple {
        background-color: #dddddd;
        border-color: #c1c0c0 #c6c3c3 #bfbfbf;
        border-style: solid;
        border-width: 1px;
        cursor: pointer;
        display: inline-block;
        font-size: 8pt;
        margin: 2px;
        padding-bottom: 0;
        padding-top: 0;
    }
    .amazon-logged .mgmenu2 > li > a,
    .amazon-logged .mgmenu2 > li > span {
        font-size: 13px !important;
        padding: 8px 4px !important;
    }
    .amazon-logged .mgmenu > li,
    .amazon-logged .mgmenu > li.first {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
        border: 0 none;
        color: #fff;
        float: left;
        font-family: arial;
        font-weight: bold;
        padding: 5px 9px 10px !important;
        width: auto !important;
    }
    .amazon-logged .header-v3-links {
        float: right;
        height: 18px;
        padding: 0 !important;
        position: absolute;
        right: 11px;
        text-align: right;
        top: 8px;
        width: calc(100% - 291px) !important;
    }
    .amazon-logged .header-v3-links-2 {
        float: left;
        margin-top: 35px;
        width: calc(100% - 291px);
    }
    .amazon-logged .header-v3-logo {
        float: left;
        height: 78px;
        padding: 18px 9px 0 0;
        width: 240px;
    }
    .amazon-logged .header-v3-logo .amazon {
        display: block;
        margin-left: 15px !important;
        margin-top: 3px;
    }
}
@media (min-width: 600px) and (max-width: 767px) {
    .upper-header {
        margin: auto;
        max-width: 570px;
        position: relative;
    }
    .upper-header.amazon-logged {
        margin: auto;
        max-width: none;
        position: relative;
        background: #232f3e;
        padding: 0 15px 11px 15px;
		height: 156px;
    }
    .amazon-logged .header-v3-logo .amazon {
        display: block;
        margin-left: 3px !important;
        margin-top: 3px;
    }
    .mgmenu_container {
        bottom: 0 !important;
        height: 0;
        left: 0;
        margin: 0 !important;
        padding: 0 !important;
        position: absolute;
        top: unset !important;
        margin-left: 0px !important;
        right: 0;
        width: 100% !important;
    }
    #mgmenu1 li.first {
        height: auto;
        left: 0;
        position: unset;
        width: 100% !important;
    }
    .mgmenu2 > li > a,
    .mgmenu2 > li > span {
        color: #ffffff;
        display: block;
        font-size: 14px;
        letter-spacing: 0;
        outline: 0 none;
        padding: 10px 0 !important;
        text-align: center !important;
        text-decoration: none;
        text-transform: uppercase;
    }
    #mgmenu1 .first > a {
        padding: 9px 0 !important;
        width: auto;
    }
    .amazon-logged .header-v3-links img {
        display: none;
    }
    .amazon-logged .header-v3-links li:first-child {
        background: none;
    }
    .amazon-logged .header-v3-links li a {
        border: 0 none;
        color: #e8e8e8;
        font-size: 11px;
        padding: 0 12px !important;
        text-decoration: underline;
    }
    .mgmenu_button a {
        background-color: transparent !important;
        margin-right: -3px !important;
        margin-top: 15px !important;
    }
    .amazon-logged .mgmenu_button a {
        background-color: rgba(0, 0, 0, 0) !important;
        background-image: url("/assets/img/menu-button-mobile-white.png") !important;
        background-repeat: no-repeat !important;
        background-position: 9px center !important;
        background-attachment: scroll !important;
        color: #fff;
        margin-right: 16px !important;
        margin-top: 2px !important;
        padding: 1px 0 0 40px;
    }
    .amazon-logged .header-v3-logo {
        float: left;
        height: 78px;
        padding: 10px 26px 0 0;
        width: 224px;
    }
}
@media (min-width: 361px) and (max-width: 599px) {
    .upper-header {
        margin: auto;
        /* max-width: 330px; */
        
        position: relative;
        height: 140px;
        padding: 0 15px;
    }
    .upper-header.amazon-logged {
        margin: auto;
        max-width: none;
        position: relative;
        background: #232f3e;
        padding: 0 15px 11px 15px;
    }
    .mgmenu_container {
        bottom: 0 !important;
        height: 0;
        left: 0;
        margin: 0 !important;
        padding: 0 !important;
        position: absolute;
        top: unset !important;
        margin-left: 0px !important;
        right: 0;
        width: 100% !important;
    }
    .mgmenu_button a {
        background-color: rgba(0, 0, 0, 0);
        margin-right: -8px !important;
        margin-top: 5px !important;
    }
    #mgmenu1 .first > a {
        padding: 9px 0 !important;
        width: 105%;
    }
    .amazon-logged .header-v3-links a {
        padding: 0 8px;
        font-size: 10px;
        color: #DCDCDC;
    }
    .amazon-logged .header-v3-logo .amazon {
        display: block;
        margin-left: 3px;
        margin-top: 3px;
    }
    .amazon-logged .header-v3-logo {
        margin-bottom: 5px !important;
        padding: 8px 5px 0 0 !important;
        width: 45% !important;
        max-width: 200px;
    }
    .amazon-logged .header-v3-livechat a {
        background-color: rgba(0, 0, 0, 0);
        background-image: url("../assets/img/header-v3-livechat-white.png");
        background-repeat: no-repeat;
        background-position: -2px 1px;
        background-attachment: scroll;
        border: 1px solid #7e7e7e;
        color: rgba(255, 255, 255, 0);
        display: block;
        font-size: 0;
        margin-top: 0;
        padding: 0;
    }
    .amazon-logged .header-v3-my-account .dropdown button {
        font-size: 9px !important;
        color: #fff;
    }
    .amazon-logged .dropdown .caret {
        border-top: 4px solid #fff;
        margin-left: 8px;
    }
    .amazon-logged .mgmenu_button a {
        background-color: rgba(0, 0, 0, 0) !important;
        background-image: url("/assets/img/menu-button-mobile-white.png") !important;
        background-repeat: no-repeat !important;
        background-position: 9px center !important;
        background-attachment: scroll !important;
        color: #fff;
        margin-right: 4px !important;
        margin-top: -5px !important;
    }
    .amazon-logged .header-v3-links-2 {
        margin-top: 18px;
    }
}
@media (min-width: 200px) and (max-width: 360px) {
    .upper-header {
        margin: auto;
        /* max-width: 288px; */
        
        position: relative;
        height: 135px;
        padding: 0 15px;
    }
    .upper-header.amazon-logged {
        margin: auto;
        max-width: none;
        position: relative;
        background: #232f3e;
        padding: 0 15px 11px 15px;
        min-width: 315px;
    }
    .mgmenu_container {
        bottom: 0 !important;
        height: 0;
        left: 0;
        margin: 0 !important;
        padding: 0 !important;
        position: absolute;
        right: 0;
        top: unset !important;
        width: 100% !important;
    }
    .mgmenu_button a {
        background-color: rgba(0, 0, 0, 0) !important;
        margin-right: 4px !important;
        margin-top: 2px !important;
    }
    #mgmenu1 .first > a {
        padding: 8px 0 !important;
        width: 100%;
    }
    .header-v3-my-account .welcome {
        color: #858585;
        display: block;
        font-size: 11px;
        overflow: hidden;
        right: 0 !important;
        text-align: center;
        text-overflow: ellipsis;
        top: -2px;
        white-space: nowrap;
        width: 62px;
    }
    .amazon-logged .header-v3-links li a {
        font-size: 8px;
        padding: 0 6px !important;
        text-decoration: underline;
        border: 0 none;
        color: #dedede;
    }
    .amazon-logged .header-v3-logo .amazon {
        display: block;
        margin-left: 3px;
        margin-top: 3px;
    }
    .amazon-logged .header-v3-logo {
        margin-bottom: 8px !important;
        padding: 8px 5px 0 0 !important;
        width: 45% !important;
    }
    .amazon-logged .header-v3-search {
        border: 1px solid #000 !important;
        margin-bottom: 7px;
    }
    .amazon-logged .header-v3-livechat a {
        background-color: rgba(0, 0, 0, 0);
        background-image: url("../assets/img/header-v3-livechat-white.png");
        background-repeat: no-repeat;
        background-position: -2px 1px;
        background-attachment: scroll;
        border: 0 none;
        /* border-radius: 52px; */
        
        color: rgba(255, 255, 255, 0);
        display: block;
        font-size: 0;
        margin-top: 5px;
        padding: 0;
    }
    .amazon-logged .header-v3-my-account .dropdown button {
        font-size: 9px !important;
        color: #fff;
    }
    .amazon-logged .dropdown .caret {
        border-top: 4px solid #fff;
        margin-left: 8px;
    }
    .amazon-logged .mgmenu_button a {
        background-color: rgba(0, 0, 0, 0);
        background-image: url("/assets/img/menu-button-mobile-white.png");
        background-repeat: no-repeat;
        background-position: 9px center;
        background-attachment: scroll;
        color: #fff;
        margin-right: 16px !important;
        margin-top: -7px !important;
    }
}
/* ========= End of Amazon Logged Styles =============  */
/* ===== Bootstrap Vertical Carousel ====== */
/*.carousel-inner.vertical {
  height: 100%;
}*/

.carousel-inner.vertical > .item {
    -webkit-transition: .6s ease-in-out top;
    -o-transition: .6s ease-in-out top;
    transition: .6s ease-in-out top;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner.vertical > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }
    .carousel-inner.vertical > .item.next,
    .carousel-inner.vertical > .item.active.right {
        top: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    .carousel-inner.vertical > .item.prev,
    .carousel-inner.vertical > .item.active.left {
        top: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    .carousel-inner.vertical > .item.next.left,
    .carousel-inner.vertical > .item.prev.right,
    .carousel-inner.vertical > .item.active {
        top: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.carousel-inner.vertical > .active {
    top: 0;
}
.carousel-inner.vertical > .next,
.carousel-inner.vertical > .prev {
    top: 0;
    height: 100%;
    width: auto;
}
.carousel-inner.vertical > .next {
    left: 0;
    top: 100%;
}
.carousel-inner.vertical > .prev {
    left: 0;
    top: -100%
}
.carousel-inner.vertical > .next.left,
.carousel-inner.vertical > .prev.right {
    top: 0;
}
.carousel-inner.vertical > .active.left {
    left: 0;
    top: -100%;
}
.carousel-inner.vertical > .active.right {
    left: 0;
    top: 100%;
}
.carousel-inner .input-box,
.carousel-inner .message-box,
.carousel-inner .microbanner {
    height: 32px;
    max-width: none !important;
    width: 932px;
    border: 0 none;
    float: left;
}
/* ===== Bootstrap Vertical Carousel ====== */

#Micro-Banners {
  float: left;
  margin-top: 1px;
  width: 100%;
  display: block !important;
  /* Set below class's margin 69px for activated Micro Banners */
}
.owl-carousel.home {
  /* margin-top: 66px !important; */
 /* margin-top: 33px !important; */
  overflow:hidden;
}
/* Set below class uncommented with active Micro Banners */
#owl-slider.listing {
  margin-top: 66px !important; 
}

.mbanner {
  display: inline-block;
  float: left;
}


.owl-pagination {
  display: none;
}

@media (min-width:992px){
#Micro-Banners .mbanner.banner1 img {
  /*border: 1px solid #000;*/
  height: 32px;
  margin: 1px 1px 0 0;
  /*width: 371px;*/
}
#Micro-Banners .mbanner.banner2 img {
  /*border: 1px solid #000;*/
  height: 35px;
  margin: 1px 1px 0 0;
  width: 310px;
}
#Micro-Banners .mbanner.banner3 img {
  border: 1px solid #d0d0d0;
  height: 35px;
  margin: 1px 0 0;
  width: 310px;
}
.owl-carousel.home {
  height: 286px;
}
.owl-item.loading {
  min-height: 286px !important;
}

/* Live site Sandbox.css overrrides  */
/* ================================= */
#Micro-Banners .mbanner.banner2-2 img {
  height: 32px;
  margin: 1px 0 0 !important;
  width: 560px !important;
}
/* ================================= */
/* ================================= */

.gemstone-header {
  display: block;
  float: left;
  margin-top: -13px;
  width: 100%;
}
.mbanner img {
  width: 100%;
  max-width: 932px;
}

}

@media (min-width:768px) and (max-width:991px){
#Micro-Banners .mbanner.banner1 img {
  /*border: 1px solid #000;*/
  height: 28px;
  margin: 1px 1px 0 0;
  /*width: 287px;*/
}
#Micro-Banners .mbanner.banner2 img {
  border: 1px solid #000;
  height: 28px;
  margin: 1px 1px 0 0;
  width: 239px;
}
#Micro-Banners .mbanner.banner3 img {
  border: 1px solid #000;
  height: 28px;
  margin: 1px 1px 0 0;
  width: 240px;
}

/* When Micro Banners Activated - Use Below style for deactivate 
.owl-carousel.home {
  margin-top: 78px !important;
}*/

/* When Micro Banners Deactivated - Use upper Style for activate */
/*.owl-carousel.home {
  margin-top: 49px !important;
}*/



.home .owl-prev {
  bottom: 100px !important;
  left: 10px;
  position: absolute;
}
.home .owl-next {
  bottom: 100px !important;
  position: absolute;
  right: 10px;
}

/* Live site Sandbox.css overrrides  */
/* ================================= */
#Micro-Banners .mbanner.banner2-2 img {
  border: 0 none;
  height: 28px;
  margin: 1px 0 0 !important;
  width: 432px !important;
}
/* ================================= */
/* ================================= */

.mbanner img {
  width: 100%;
  max-width: 932px;
}

}
@media (min-width:600px) and (max-width:767px){
#Micro-Banners {
  float: left;
  margin-top: 5px;
  width: 100%;
}
#Micro-Banners .mbanner.banner1 img {
  /*height: 25px;*/
  margin: 1px 1px 0 0;
 /* width: 189px;*/
}
#Micro-Banners .mbanner.banner2 img {
  border: 1px solid #000;
  height: 25px;
  margin: 1px 1px 0 0;
  width: 190px;
}
#Micro-Banners .mbanner.banner3 img {
  border: 1px solid #000;
  height: 25px;
  margin: 1px 1px 0 0;
  width: 188px;
}

/* Live site Sandbox.css overrrides  */
/* ================================= */
#Micro-Banners .mbanner.banner2-2 img {
  border: 0 none;
  height: 25px;
  margin: 1px 1px 0 0;
  width: 379px;
}
/* ================================= */
/* ================================= */
.mbanner img {
  width: 100%;
  max-width: 768px;
}

}





/* Affirm 0% Modal */

#affZero #mainimg {
  max-width: 70%;
}
#affZero {
  text-align: center;
}

#affZero .price-in-modal {
  font-size: 31px;
  text-align: center;
}
#affZero .modal-content h4 {
  font-size: 54px;
  font-weight: bold;
  text-align: center;
}
#affZero .btn-affirm {
  background: rgba(0, 0, 0, 0) url("http://www.superjeweler.com/assets/img/affirm-btn-bg.png") no-repeat scroll left center;
  font-size: 30px;
  line-height: 32px;
  padding: 14px 26px 17px 109px;
  text-transform: none;
  margin: 2px;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}
body.affirm-zero #affZero{
  text-align: center;
}
body.affirm-zero #affZero > img {
  width: 70%;
}

body.affirm-zero .affirm-price.affirm-price-zero {
  background: #006400 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  font-size: 14px;
  height: 37px;
  line-height: 20px;
  text-align: center;
}
#myModal .btn-affirm {
  box-shadow: none;
  max-width: 302px;
  width: 100%;
}
.micro-banner.zero-affirm {
  display: none;
}
body.affirm-zero .micro-banner.no-zero-affirm{
	display: none;
}




@media (min-width:200px) and (max-width:599px){
	#Micro-Banners {
  float: left;
  width: 100%;
  margin-top: 0;
}
.mbanner {
  border: 1px solid #d7d7d7;
  display: inline-block;
  float: left;
  margin: 1px 0;
  width: 100%;
}

.mbanner img {
  width: 100%;
  max-width: 599px;
}

}
body.affirm-zero .micro-banner.zero-affirm {
	display: block !important;
}


/* Gemstone Pages New Header Styles  */
/* ================================= */

.gemstone-header ul {
 width: 19%;
}
.gemstone-header .gemstone-video-container {
	margin: 15px 2%;
	width: 58%;
	border: 1px solid #eaeaea;
}
.gemstone-header .category-link {
	border: 1px solid #eaeaea;
	margin: 15px 0 0 0;
	text-align: center;
	width: 100%;
	min-height: 145px;
}
.gemstone-header .category-link > h4 a {
	color: #a0a0a0;
	font-family: engravers_gothicregular;
	font-size: 12px;
	text-transform: uppercase;
}
.gemstone-header .videoWrapper {
  height: 303px;
  position: relative;
}
.gemstone-header .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gemstone-header .category-link.category-badge {
  background-size: cover;
  font-family: engravers_gothicregular;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 20px;
  padding-top: 49px;
  text-transform: uppercase;
}
.gemstone-header .active-cat {
  border-width: 2px;
  border-style: inset;
}

/* --------- Badge Colors for Gemsone Pages ---------------- */

.Amethyst .category-badge {
  background-image: url("/assets/img/gemstones/badge-bg-amethystt.jpg");
}
.Amethyst .active-cat{
	border-color: #b651db;
}
.Emerald .category-badge {
  background-image: url("/assets/img/gemstones/badge-bg-emerald.jpg");
}
.Emerald .active-cat{
	border-color: #0e8e5f;
}
.Blue.Topaz .category-badge {
  background-image: url("/assets/img/gemstones/badge-bg-blue-topaz.jpg");
}
.Blue.Topaz .active-cat{
	border-color: #09F;
}
.Citrine .category-badge {
  background-image: url("/assets/img/gemstones/badge-bg-Citrine.jpg");
}
.Citrine .active-cat{
	border-color: #FC0;
}
/*.Emerald .category-badge {
  background-image: url("/assets/img/gemstones/badge-bg-diamond.jpg");
}*/
.Garnet .category-badge {
  background-image: url("/assets/img/gemstones/badge-bg-garnet.jpg");
}
.Garnet .active-cat{
	border-color: #C33;
}
.Green.Amethyst .category-badge {
  background-image: url("/assets/img/gemstones/badge-bg-green-amethyst.jpg");
}
.Green.Amethyst .active-cat{
	border-color: #399;
}
.Aquamarine .category-badge {
  background-image: url("/assets/img/gemstones/badge-bg-aquamarine.jpg");
}
.Aquamarine .active-cat{
	border-color: #9CF;
}

.Morganite .category-badge {
  background-image: url("/assets/img/gemstones/badge-bg-morganite.jpg");
}
.Morganite .active-cat{
	border-color: #F96;
}

.Mystic.Topaz .category-badge {
  background-image: url("/assets/img/gemstones/badge-bg-mystic.jpg");
}
.Mystic.Topaz .active-cat{
	border-color: #999;
}

.Opal .category-badge {
  background-image: url("/assets/img/gemstones/badge-bg-opal.jpg");
}
.Opal .active-cat{
	border-color: #FCF;
}

.Pearl .category-badge {
  background-image: url("/assets/img/gemstones/badge-bg-pearl.jpg");
}
.Pearl .active-cat{
	border-color: #FCC;
}
.Peridot .category-badge {
  background-image: url("/assets/img/gemstones/badge-bg-peridot.jpg");
}
.Peridot .active-cat{
	border-color: #9C0;
}
.Pink.Gemstone .category-badge {
  background-image: url("/assets/img/gemstones/badge-bg-pink.jpg");
}
.Pink.Gemstone .active-cat{
	border-color: #F9C;
}
.Ruby .category-badge {
  background-image: url("/assets/img/gemstones/badge-bg-ruby.jpg");
}
.Ruby .active-cat{
	border-color: #F36;
}
.Sapphire .category-badge {
  background-image: url("/assets/img/gemstones/badge-bg-sapphire.jpg");
}
.Sapphire .active-cat{
	border-color: #336;
}
.Tanzanite .category-badge {
  background-image: url("/assets/img/gemstones/badge-bg-Tanzanite.jpg");
}
.Tanzanite .active-cat{
	border-color: #36C;
}
.Morganite .videoWrapper {
  /*background: rgba(0, 0, 0, 0) url("/assets/img/gemstones/Video-Thumbnail-Morganite.png") no-repeat scroll 0 0;*/
  /*height: 324px;*/
  background-size: cover;
}
/*.gemstone-header.Morganite {
  display: none;
}*/


/* --------- End of Badge Colors for Gemsone Pages ---------------- */

@media (min-width:768px) and (max-width:992px) {
.gemstone-header .category-link {
	border: 1px solid #eaeaea;
	margin: 13px 0 0 !important;
	min-height: 110px !important;
	text-align: center;
	width: 100%;
}
.gemstone-header .videoWrapper {
	height: 234px;
	position: relative;
}
.gemstone-header .category-link img {
	width: 68%;
}
.gemstone-header .category-link.category-badge {
  background: rgba(0, 0, 0, 0) url("/assets/img/badge-bg.jpg") no-repeat;
  background-size: cover;
  font-family: engravers_gothicregular;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 15px;
  padding-top: 38px;
  text-transform: uppercase;
}
.gemstone-header {
  display: block;
  float: left;
  margin-top: -13px;
  width: 100%;
}
}

@media (min-width:600px) and (max-width:767px) {
.gemstone-header .category-link img {
	width: 60% !important;
}
.gemstone-header .category-link > h4 {
	margin: 7px;
}
.gemstone-header .category-link > h4 a {
  display: block;
  font-size: 10px !important;
  line-height: 1 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding: 0 7px;
}
.gemstone-header .category-link {
	min-height: 86px !important;
}
.gemstone-header .videoWrapper {
	height: 0;
	padding-bottom: 48.6% !important;
	padding-top: 25px;
	position: relative;
}
.gemstone-header .category-link.category-badge {
  background: rgba(0, 0, 0, 0) url("/assets/img/badge-bg.jpg") no-repeat;
  background-size: cover;
  font-family: engravers_gothicregular;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 15px;
  padding-top: 27px;
  text-transform: uppercase;
}
.gemstone-header {
  display: block;
  float: left;
  margin-top: -13px;
  width: 100%;
}
}

@media (min-width:200px) and (max-width:599px) {
.gemstone-header ul {
	display: none;
}
.gemstone-header .gemstone-video-container {
  border: 1px solid #eaeaea;
  margin: 0 !important;
  width: 100% !important;
}
.gemstone-header .videoWrapper {
  height: 0;
  padding-bottom: 48.7%;
  padding-top: 25px;
  position: relative;
}
}
@media (min-width:200px) and (max-width:360px) {
.gemstone-header .videoWrapper {
  height: 0;
  padding-bottom: 47.5%;
  padding-top: 25px;
  position: relative;
}
.mbanner img {
  width: 100%;
  max-width: 360px;
}

}


@charset "utf-8";
/* CSS Document */


/*  overridden styles To disable existing Mega Menu  */

.mgmenu_button {
  display: none !important;
}

.header-v3-search.mobile {
  width: 100% !important;
}

.header-v3-links {
  text-align: left !important;
}





@media screen and (min-width:768px){
	
#headingOne, #headingTwo, #headingThree, #headingFour, #headingFive, #headingSix {
  padding: 0;
  position: absolute;
  text-align: center;
  width: 16.66%;
}
#headingOne {
	left: 0;
}
#headingTwo {
	left: 16.66%;
}
#headingThree {
	left: 33.32%;
}
#headingFour {
	left: 49.98%;
}
#headingFive {
	left: 66.64%;
}
#headingSix {
	left: 83.3%;
}
#sj-main-menu h4 {
  border: 1px solid #fff;
  margin-left: -1px;
}
#sj-main-menu .panel-collapse {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #000;
  padding: 0;
  position: absolute;
  top: 35px;
  z-index: 1000;
}
#sj-main-menu {
	position: relative;
}
.sj-menu-panel {
	margin: 0;
}
.sj-menu-panel.panel {
  background-color: #fff;
  border: 0 none;
  border-radius: 4px;
  box-shadow: none;
}
.sj-menu-panel .panel-title > a {
  background: black none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 35px;
  padding: 8px 0;
  text-transform: uppercase;
  width: 100%;
}
.sj-menu-panel .panel-title > a:hover {
  background: #515151 none repeat scroll 0 0 !important;
  color: #fff !important;
  text-decoration: none;
}
.sj-menu-panel .panel-title .active{
  background: #fff none repeat scroll 0 0 !important;
  border-color: #000 #000 -moz-use-text-color !important;
  border-style: solid solid none !important;
  border-width: 1px 1px 0 !important;
  color: #000 !important;
  height: 36px;
  outline: medium none !important;
  position: absolute;
  z-index: 1001;
}
.sj-menu-panel .panel-title a:hover {
  background: #a2a2a2 none repeat scroll 0 0 !important;
  border: 1px solid #000;
  color: #fff !important;
}
.sj-menu-panel .panel-title .active.collapsed {
  background: #000 none repeat scroll 0 0 !important;
  border: 0 none !important;
  color: #fff !important;
  height: auto;
  position: relative;
}
#sj-main-menu .sj-menu-close > a {
  color: red;
  letter-spacing: -3px;
  outline: medium none;
  text-decoration: none;
}
.sj-menu-close {
  bottom: 8px;
  display: block;
  position: absolute;
  right: 12px;
}



}




@media screen and (min-width:100px) and (max-width:768px){
#sj-main-menu-container {
  transition: all 0.4s ease 0s;
}
#sj-main-menu-container {
  height: 39px;
  margin-left: calc(100% - 44px);
  margin-top: 1px;
  overflow: hidden;
  position: absolute;
  transform: translate3d(0px, 0px, 0px);
  transition: all 0.4s ease 0s;
  width: 40px;
}

#sj-main-menu-container.open {
  transform: translate3d(0px, 0px, 0px);
  transition: all 0.4s ease 0s;
  width: 100%;
  overflow: visible;
  height: auto;
}
	
#sj-main-menu {
  box-shadow: 1px 4px 17px -7px #666;
  margin-left: 43px;
}

#sj-main-menu-container.open {
  margin-left: 0;
  transform: translate3d(0px, 0px, 0px);
  transition: all 0.4s ease 0s;
}

#mobile-menu-button {
  background-color: #fff !important;
  background-image: url("/assets/img/sj-menu-icon.png") !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-position: -4px 1px !important;
  border-top: 1px solid #d7d7d7;
  box-shadow: none;
  display: block;
  float: left;
  height: 36px;
  outline: medium none;
  padding: 10px;
  text-decoration: none;
  top: 0;
  width: 43px;
}
.open #mobile-menu-button {
  background-color: #3d3d3d !important;
  background-image: url("/assets/img/sj-menu-close-arrow.png")  !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-position: -1px -1px !important;
  border: 1px solid #565656;
  height: 41px;
  margin-left: 1px;
  margin-top: 1px;
}
.sj-menu-close {
  display: none;
}
.sj-menu-panel .panel-heading {
  padding: 0;
}
.sj-menu-panel .panel-title > a {
  background-color: #fff;
  background-image: url("/assets/img/sj-menu-arrows-dark.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right 0;
  
  border-top: 1px solid #c2c2c2;
  color: #3a3a3a;
  display: block;
  font-family: "engravers_gothicregular";
  font-size: 21px;
  height: 42px;
  padding: 9px 19px;
  text-transform: uppercase;
  width: 100%;
}

.sj-menu-panel:first-of-type .panel-title a {
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: #da0000 !important;
  background-image: url("/assets/img/sj-menu-arrows-white.png") !important;
  background-origin: padding-box !important;
  background-position: right -1px !important;
  background-repeat: no-repeat !important;
  background-size: auto auto !important;
  color: #fff !important;
}

.sj-menu-panel:first-of-type .panel-title a.active {
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: #da0000 !important;
  background-image: url("/assets/img/sj-menu-arrows-white.png") !important;
  background-origin: padding-box !important;
  background-position: right -42px !important;
  background-repeat: no-repeat !important;
  background-size: auto auto !important;
  color: #fff !important;
}

.sj-menu-panel:first-of-type .panel-title a.active.collapsed {
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: #da0000 !important;
  background-image: url("/assets/img/sj-menu-arrows-white.png") !important;
  background-origin: padding-box !important;
  background-position: right 0 !important;
  background-repeat: no-repeat !important;
  background-size: auto auto !important;
  color: #fff !important;
}

.sj-menu-panel .panel-title > a{
	text-decoration: none;
}

.panel.sj-menu-panel {
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
}

.sj-menu-panel a.active {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #3d3d3d;
  background-image: url("/assets/img/sj-menu-arrows-white.png");
  background-origin: padding-box;
  background-position: right -42px;
  background-repeat: no-repeat;
  background-size: auto auto;
  color: #fff;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;
  text-decoration-color: -moz-use-text-color;
  text-decoration-line: none;
  text-decoration-style: solid;
}
.active.collapsed {
  background-color: #fff !important;
  background-image: url("/assets/img/sj-menu-arrows-dark.png") !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-position: right 0 !important;
  
  color: #3a3a3a !important;
}
.sj-menu-panel .panel-body ul {
  list-style: outside none none;
  margin: 0 0 -1px;
  padding: 0;
}
.sj-menu-panel .panel-body {
  padding: 0;
}
.sj-menu-panel li {
	padding: 0;
}
.sj-menu-panel li a {
  background-color: #ededed ;
  background-image: url("/assets/img/sj-menu--left-arrow.png");
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-position: left center !important;
  border-bottom: 1px solid #a2a2a2;
  color: #5e5e5e;
  display: block;
  font-family: arial;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 7px 5px 7px 28px;
  width: 100%;
}
.sj-menu-panel li a:hover{
	text-decoration: none;
}
.open #sj-main-menu {
  box-shadow: 4px 8px 27px -3px #626262;
}
#collapseEight .panel-body {
  background-color: #eaeaea;
  padding: 3%;
}
#collapseEight li a {
  background-color: #fff;
  margin: 1px;
}
.sj-menu-panel li.col-xs-6 {
  margin: 1%;
  padding: 0;
  width: 48% !important;
}
.sj-menu-panel li.col-xs-6 a {
  padding: 5px;
  text-align: center;
}

}

@media screen and (min-width:300px) and (max-width:600px){
	
.container {
  max-width: none !important;
}


}


