<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 7149:4 Expected identifier but found "*"
Line 7150:4 Expected identifier but found "*"
Line 9035:0 Expected identifier but found "["
Line 14232:4 "backgroun-size" is not a known CSS property
Line 14239:4 "backgroun-size" is not a known CSS property
Line 14246:4 "backgroun-size" is not a known CSS property
Line 14253:4 "backgroun-size" is not a known CSS property
Line 14268:4 "backgroun-size" is not a known CSS property
Line 14274:4 "backgroun-size" is not a known CSS property
Line 14280:4 "backgroun-size" is not a known CSS property
... and 33 more hidden warnings

**/
/*!
 * bootstrap-select v1.3.1
 * http://silviomoreto.github.io/bootstrap-select/
 *
 * Copyright 2013 bootstrap-select
 * Licensed under the MIT license
 */

.bootstrap-select.btn-group,
.bootstrap-select.btn-group[class*="span"] {
    float: none;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 0;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
    float: right;
}

.input-append .bootstrap-select.btn-group {
    margin-left: -1px;
}

.input-prepend .bootstrap-select.btn-group {
    margin-right: -1px;
}

.bootstrap-select:not([class*="span"]) {
    /*width: 220px;*/
}

.bootstrap-select {
    /*width: 220px\9; IE8 and below*/
   /*  width: 220px\0; /*IE9 and below*/
}

.bootstrap-select &gt; .btn {
    width: 100%;
}

.error .bootstrap-select .btn {
    border: 1px solid #b94a48;
}

.bootstrap-select.show-menu-arrow.open &gt; .btn {
    z-index: 1001;
}

.bootstrap-select .btn:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.bootstrap-select.btn-group .btn .filter-option {
    overflow: hidden;
    position: absolute;
    left: 12px;
    right: 25px;
    text-align: left;
}

.bootstrap-select.btn-group .btn .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.bootstrap-select.btn-group &gt; .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled &gt; a {
    cursor: not-allowed;
}

.bootstrap-select.btn-group &gt; .disabled:focus {
    outline: none !important;
}

.bootstrap-select.btn-group[class*="span"] .btn {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu dt {
    display: block;
    padding: 3px 20px;
    cursor: default;
}

.bootstrap-select.btn-group .div-contain {
    overflow: hidden;
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li &gt; a.opt {
    padding-left: 35px;
}

.bootstrap-select.btn-group .dropdown-menu li &gt; a {
    cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li &gt; dt small {
    font-weight: normal;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
    display: inline-block;
    position: absolute;
    right: 15px;
    margin-top: 2.5px;
}

.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
    display: none;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) &gt; a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) &gt; a:focus small {
    color: #64b1d8;
    color: rgba(255,255,255,0.4);
}

.bootstrap-select.btn-group .dropdown-menu li &gt; dt small {
    font-weight: normal;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open &gt; .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open &gt; .dropdown-toggle:after {
    display: block;
}

.mobile-device {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .btn .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.control-group.error .bootstrap-select .dropdown-toggle{
    border-color: #b94a48;
}

.bootstrap-select-searchbox {
    padding: 4px 8px;
}
/* user */
.bootstrap-select { padding:0 !important; box-shadow: none; border-color:#e4e4e4; }
.bootstrap-select button.btn{ padding:7px 10px 0; background:transparent;outline:0 !important; font-family:"Century Gothic"; font-size:10px; text-transform:uppercase;}
.bootstrap-select button.btn:focus { outline:0 !important; }
.bootstrap-select.open .caret{  
	border-top: 0 dotted;
 border-bottom: 4px solid #000000;
 content: "";
}
.bootstrap-select .dropdown-menu &gt; li &gt; a{
 padding: 3px 10px;
}
.bootstrap-select  .dropdown-menu{padding-top:0; padding-bottom:0;border-radius:0; margin-top:-1px; border-top:0; left:-1px; right:-1px; border-color:#e4e4e4;box-shadow:none;font-family:"Century Gothic"; font-size:10px; text-transform:uppercase; text-align:left;}
.bootstrap-select .dropdown-menu &gt; li.selected{ background:#ECECEC;}

.bootstrap-select.btn-group .btn .caret{ width:10px; height:10px; border:0;margin-top:0px;background: url(../img/spirit/spirit-icons-1.png) -128px -46px no-repeat;}
.bootstrap-select.open .dropdown-toggle{ box-shadow:none;}
.bootstrap-select.open .dropdown-toggle  .caret{ background-position: -114px -46px; }
.bootstrap-select.btn-group .btn .filter-option{left:10px;}
.bootstrap-select.dropup .dropdown-menu{margin-bottom:-1px; border-bottom-color:white;}
.bootstrap-select.input-sm button.btn{padding: 4px 5px 0;}
.bootstrap-select.input-sm button.btn .caret{}
.bootstrap-select.input-sm .dropdown-menu{ margin-top:-1px;}


article, aside, details, figcaption, figure, footer, header, hgroup,
    main, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}
div#quickSearch {
    position: absolute;
}
.form-inline.advanced-search.clearfix.brandon-medium .heading {
    width: 200px;
    clear: both;
}
.footer-social-icon li a i {
    line-height: 30px;
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

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
}

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
}

@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important
    }
    a, a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr, img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    @page {
        margin: 2cm .5cm
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3
    }
    h2, h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .table td, .table th {
        background-color: #fff !important
    }
    .btn&gt;.caret, .dropup&gt;.btn&gt;.caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important
    }
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input, select[multiple], textarea {
    background-image: none
}


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 0px
}

.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: "Helvetica Neue", Helvetica, Arial, sans-serif;
    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&gt;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 !important;
    padding-left: 15px !important;
    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 {
    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%
}

@media ( min-width :768px) {
    .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-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) {
    
    .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-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-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&gt;tr&gt;th, .table tbody&gt;tr&gt;th, .table tfoot&gt;tr&gt;th, .table thead&gt;tr&gt;td,
    .table tbody&gt;tr&gt;td, .table tfoot&gt;tr&gt;td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table thead&gt;tr&gt;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&gt;tr&gt;th, .table-condensed tbody&gt;tr&gt;th,
    .table-condensed tfoot&gt;tr&gt;th, .table-condensed thead&gt;tr&gt;td,
    .table-condensed tbody&gt;tr&gt;td, .table-condensed tfoot&gt;tr&gt;td {
    padding: 5px
}
table#search_result_header_table {
    background: transparent;
    border: 0px;
    box-shadow: none;
}
table#search_result_header_table tr th {
    border-bottom: 0;
}
.table-bordered {
    border: 1px solid #ddd
}

.table-bordered&gt;thead&gt;tr&gt;th, .table-bordered&gt;tbody&gt;tr&gt;th,
    .table-bordered&gt;tfoot&gt;tr&gt;th, .table-bordered&gt;thead&gt;tr&gt;td,
    .table-bordered&gt;tbody&gt;tr&gt;td, .table-bordered&gt;tfoot&gt;tr&gt;td {
    border: 1px solid #ddd
}

.table-bordered&gt;thead&gt;tr&gt;th, .table-bordered&gt;thead&gt;tr&gt;td {
    border-bottom-width: 2px
}
.table-hover&gt;tbody&gt;tr:hover&gt;td, .table-hover&gt;tbody&gt;tr:hover&gt;th {
    background-color: #e0d9c3;
}

table col[class*="col-"] {
    display: table-column;
    float: none;
}

table td[class*="col-"], table th[class*="col-"] {
    display: table-cell;
    float: none;
}

.table&gt;thead&gt;tr&gt;td.active, .table&gt;tbody&gt;tr&gt;td.active, .table&gt;tfoot&gt;tr&gt;td.active,
    .table&gt;thead&gt;tr&gt;th.active, .table&gt;tbody&gt;tr&gt;th.active, .table&gt;tfoot&gt;tr&gt;th.active,
    .table&gt;thead&gt;tr.active&gt;td, .table&gt;tbody&gt;tr.active&gt;td, .table&gt;tfoot&gt;tr.active&gt;td,
    .table&gt;thead&gt;tr.active&gt;th, .table&gt;tbody&gt;tr.active&gt;th, .table&gt;tfoot&gt;tr.active&gt;th
    {
    background-color: #f5f5f5
}

.table&gt;thead&gt;tr&gt;td.success, .table&gt;tbody&gt;tr&gt;td.success, .table&gt;tfoot&gt;tr&gt;td.success,
    .table&gt;thead&gt;tr&gt;th.success, .table&gt;tbody&gt;tr&gt;th.success, .table&gt;tfoot&gt;tr&gt;th.success,
    .table&gt;thead&gt;tr.success&gt;td, .table&gt;tbody&gt;tr.success&gt;td, .table&gt;tfoot&gt;tr.success&gt;td,
    .table&gt;thead&gt;tr.success&gt;th, .table&gt;tbody&gt;tr.success&gt;th, .table&gt;tfoot&gt;tr.success&gt;th
    {
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.table-hover&gt;tbody&gt;tr&gt;td.success:hover, .table-hover&gt;tbody&gt;tr&gt;th.success:hover,
    .table-hover&gt;tbody&gt;tr.success:hover&gt;td {
    background-color: #d0e9c6;
    border-color: #c9e2b3
}

.table&gt;thead&gt;tr&gt;td.danger, .table&gt;tbody&gt;tr&gt;td.danger, .table&gt;tfoot&gt;tr&gt;td.danger,
    .table&gt;thead&gt;tr&gt;th.danger, .table&gt;tbody&gt;tr&gt;th.danger, .table&gt;tfoot&gt;tr&gt;th.danger,
    .table&gt;thead&gt;tr.danger&gt;td, .table&gt;tbody&gt;tr.danger&gt;td, .table&gt;tfoot&gt;tr.danger&gt;td,
    .table&gt;thead&gt;tr.danger&gt;th, .table&gt;tbody&gt;tr.danger&gt;th, .table&gt;tfoot&gt;tr.danger&gt;th
    {
    background-color: #f2dede;
    border-color: #eed3d7
}

.table-hover&gt;tbody&gt;tr&gt;td.danger:hover, .table-hover&gt;tbody&gt;tr&gt;th.danger:hover,
    .table-hover&gt;tbody&gt;tr.danger:hover&gt;td {
    background-color: #ebcccc;
    border-color: #e6c1c7
}

.table&gt;thead&gt;tr&gt;td.warning, .table&gt;tbody&gt;tr&gt;td.warning, .table&gt;tfoot&gt;tr&gt;td.warning,
    .table&gt;thead&gt;tr&gt;th.warning, .table&gt;tbody&gt;tr&gt;th.warning, .table&gt;tfoot&gt;tr&gt;th.warning,
    .table&gt;thead&gt;tr.warning&gt;td, .table&gt;tbody&gt;tr.warning&gt;td, .table&gt;tfoot&gt;tr.warning&gt;td,
    .table&gt;thead&gt;tr.warning&gt;th, .table&gt;tbody&gt;tr.warning&gt;th, .table&gt;tfoot&gt;tr.warning&gt;th
    {
    background-color: #fcf8e3;
    border-color: #fbeed5
}

.table-hover&gt;tbody&gt;tr&gt;td.warning:hover, .table-hover&gt;tbody&gt;tr&gt;th.warning:hover,
    .table-hover&gt;tbody&gt;tr.warning:hover&gt;td {
    background-color: #faf2cc;
    border-color: #f8e5be
}

@media ( max-width :767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll !important;
        overflow-y: hidden;
        border: 1px solid #ddd
    }
    .table-responsive&gt;.table {
        margin-bottom: 0;
        background-color: #fff
    }
    .table-responsive&gt;.table&gt;thead&gt;tr&gt;th, .table-responsive&gt;.table&gt;tbody&gt;tr&gt;th,
        .table-responsive&gt;.table&gt;tfoot&gt;tr&gt;th, .table-responsive&gt;.table&gt;thead&gt;tr&gt;td,
        .table-responsive&gt;.table&gt;tbody&gt;tr&gt;td, .table-responsive&gt;.table&gt;tfoot&gt;tr&gt;td
        {
        white-space: nowrap
    }
    .table-responsive&gt;.table-bordered {
        border: 0
    }
    .table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child,
        .table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,
        .table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,
        .table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,
        .table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,
        .table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child {
        border-left: 0
    }
    .table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child,
        .table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,
        .table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,
        .table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,
        .table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,
        .table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child {
        border-right: 0
    }
    .table-responsive&gt;.table-bordered&gt;thead&gt;tr:last-child&gt;th,
        .table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,
        .table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th,
        .table-responsive&gt;.table-bordered&gt;thead&gt;tr:last-child&gt;td,
        .table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,
        .table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;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
}

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: 28px;
    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: #4b371c;
    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
}

.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&gt;li&gt;a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap
}

.dropdown-menu&gt;li&gt;a:hover, .dropdown-menu&gt;li&gt;a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca
}

.dropdown-menu&gt;.active&gt;a, .dropdown-menu&gt;.active&gt;a:hover, .dropdown-menu&gt;.active&gt;a:focus
    {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0
}

.dropdown-menu&gt;.disabled&gt;a, .dropdown-menu&gt;.disabled&gt;a:hover,
    .dropdown-menu&gt;.disabled&gt;a:focus {
    color: #999
}

.dropdown-menu&gt;.disabled&gt;a:hover, .dropdown-menu&gt;.disabled&gt;a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open&gt;.dropdown-menu {
    display: block
}

.open&gt;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&gt;.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&gt;.btn, .btn-group-vertical&gt;.btn {
    position: relative;
    float: left
}

.btn-group&gt;.btn:hover, .btn-group-vertical&gt;.btn:hover, .btn-group&gt;.btn:focus,
    .btn-group-vertical&gt;.btn:focus, .btn-group&gt;.btn:active,
    .btn-group-vertical&gt;.btn:active, .btn-group&gt;.btn.active,
    .btn-group-vertical&gt;.btn.active {
    z-index: 2
}

.btn-group&gt;.btn:focus, .btn-group-vertical&gt;.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&gt;.btn+.btn, .btn-toolbar&gt;.btn-group+.btn, .btn-toolbar&gt;.btn+.btn-group,
    .btn-toolbar&gt;.btn-group+.btn-group {
    margin-left: 5px
}
/*
.btn-group&gt;.btn:not (:first-child ):not (:last-child ):not (.dropdown-toggle
    ){
    border-radius: 0
}
*/
.btn-group&gt;.btn:first-child {
    margin-left: 0
}
/*
.btn-group&gt;.btn:first-child:not (:last-child ):not (.dropdown-toggle ){
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group&gt;.btn:last-child:not (:first-child ), .btn-group&gt;.dropdown-toggle:not
    (:first-child ){
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group&gt;.btn-group {
    float: left
}

.btn-group&gt;.btn-group:not (:first-child ):not (:last-child )&gt;.btn {
    border-radius: 0
}
*/
.btn-group&gt;.btn-group:first-child&gt;.btn:last-child, .btn-group&gt;.btn-group:first-child&gt;.dropdown-toggle
    {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group&gt;.btn-group:last-child&gt;.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&gt;.btn {
    padding: 5px 10px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-sm&gt;.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-lg&gt;.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-group&gt;.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group&gt;.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&gt;.btn, .btn-group-vertical&gt;.btn-group {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical&gt;.btn-group:before, .btn-group-vertical&gt;.btn-group:after
    {
    display: table;
    content: " "
}

.btn-group-vertical&gt;.btn-group:after {
    clear: both
}

.btn-group-vertical&gt;.btn-group:before, .btn-group-vertical&gt;.btn-group:after
    {
    display: table;
    content: " "
}

.btn-group-vertical&gt;.btn-group:after {
    clear: both
}

.btn-group-vertical&gt;.btn-group&gt;.btn {
    float: none
}

.btn-group-vertical&gt;.btn+.btn, .btn-group-vertical&gt;.btn+.btn-group,
    .btn-group-vertical&gt;.btn-group+.btn, .btn-group-vertical&gt;.btn-group+.btn-group
    {
    margin-top: -1px;
    margin-left: 0
}

/*.btn-group-vertical&gt;.btn:not (:first-child ):not (:last-child ){
    border-radius: 0
}

.btn-group-vertical&gt;.btn:first-child:not (:last-child ){
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical&gt;.btn:last-child:not (:first-child ){
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 0
}

.btn-group-vertical&gt;.btn-group:not (:first-child ):not (:last-child )&gt;.btn
    {
    border-radius: 0
}
*/
.btn-group-vertical&gt;.btn-group:first-child&gt;.btn:last-child,
    .btn-group-vertical&gt;.btn-group:first-child&gt;.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical&gt;.btn-group:last-child&gt;.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"]&gt;.btn&gt;input[type="radio"], [data-toggle="buttons"]&gt;.btn&gt;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&gt;.form-control, .input-group-lg&gt;.input-group-addon,
    .input-group-lg&gt;.input-group-btn&gt;.btn {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-group-lg&gt;.form-control, select.input-group-lg&gt;.input-group-addon,
    select.input-group-lg&gt;.input-group-btn&gt;.btn {
    height: 45px;
    line-height: 45px
}

textarea.input-group-lg&gt;.form-control, textarea.input-group-lg&gt;.input-group-addon,
    textarea.input-group-lg&gt;.input-group-btn&gt;.btn {
    height: auto
}

.input-group-sm&gt;.form-control, .input-group-sm&gt;.input-group-addon,
    .input-group-sm&gt;.input-group-btn&gt;.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm&gt;.form-control, select.input-group-sm&gt;.input-group-addon,
    select.input-group-sm&gt;.input-group-btn&gt;.btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm&gt;.form-control, textarea.input-group-sm&gt;.input-group-addon,
    textarea.input-group-sm&gt;.input-group-btn&gt;.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&gt;.btn, .input-group-btn:first-child&gt;.dropdown-toggle,
    .input-group-btn:last-child&gt;.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&gt;.btn, .input-group-btn:last-child&gt;.dropdown-toggle,
    .input-group-btn:first-child&gt;.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&gt;.btn {
    position: relative
}

.input-group-btn&gt;.btn+.btn {
    margin-left: -4px
}

.input-group-btn&gt;.btn:hover, .input-group-btn&gt;.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&gt;li {
    position: relative;
    display: block
}

.nav&gt;li&gt;a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav&gt;li&gt;a:hover, .nav&gt;li&gt;a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav&gt;li.disabled&gt;a {
    color: #999
}

.nav&gt;li.disabled&gt;a:hover, .nav&gt;li.disabled&gt;a:focus {
    color: #999;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open&gt;a, .nav .open&gt;a:hover, .nav .open&gt;a:focus {
    background-color: #eee;
    border-color: #428bca
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav&gt;li&gt;a&gt;img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs&gt;li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs&gt;li&gt;a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs&gt;li&gt;a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs&gt;li.active&gt;a, .nav-tabs&gt;li.active&gt;a:hover, .nav-tabs&gt;li.active&gt;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&gt;li {
    float: none
}

.nav-tabs.nav-justified&gt;li&gt;a {
    text-align: center
}

@media ( min-width :768px) {
    .nav-tabs.nav-justified&gt;li {
        display: table-cell;
        width: 1%
    }
}

.nav-tabs.nav-justified&gt;li&gt;a {
    margin-right: 0;
    border-bottom: 1px solid #ddd
}

.nav-tabs.nav-justified&gt;.active&gt;a {
    border-bottom-color: #fff
}

.nav-pills&gt;li {
    float: left
}

.nav-pills&gt;li&gt;a {
    border-radius: 5px
}

.nav-pills&gt;li+li {
    margin-left: 2px
}

.nav-pills&gt;li.active&gt;a, .nav-pills&gt;li.active&gt;a:hover, .nav-pills&gt;li.active&gt;a:focus
    {
    color: #fff;
    background-color: #428bca
}

.nav-stacked&gt;li {
    float: none
}

.nav-stacked&gt;li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified&gt;li {
    float: none
}

.nav-justified&gt;li&gt;a {
    text-align: center
}

@media ( min-width :768px) {
    .nav-justified&gt;li {
        display: table-cell;
        width: 1%
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified&gt;li&gt;a {
    margin-right: 0;
    border-bottom: 1px solid #ddd
}

.nav-tabs-justified&gt;.active&gt;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&gt;.tab-pane, .pill-content&gt;.pill-pane {
    display: none
}

.tab-content&gt;.active, .pill-content&gt;.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&gt;.navbar-header, .container&gt;.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media ( min-width :768px) {
    .container&gt;.navbar-header, .container&gt;.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&gt;.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&gt;li&gt;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&gt;li&gt;a, .navbar-nav .open .dropdown-menu .dropdown-header
        {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu&gt;li&gt;a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover, .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus
        {
        background-image: none
    }
}

@media ( min-width :768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav&gt;li {
        float: left
    }
    .navbar-nav&gt;li&gt;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&gt;li&gt;.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav&gt;li&gt;.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-nav.pull-right&gt;li&gt;.dropdown-menu, .navbar-nav&gt;li&gt;.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&gt;li&gt;a {
    color: #777
}

.navbar-default .navbar-nav&gt;li&gt;a:hover, .navbar-default .navbar-nav&gt;li&gt;a:focus
    {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav&gt;.active&gt;a, .navbar-default .navbar-nav&gt;.active&gt;a:hover,
    .navbar-default .navbar-nav&gt;.active&gt;a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav&gt;.disabled&gt;a, .navbar-default .navbar-nav&gt;.disabled&gt;a:hover,
    .navbar-default .navbar-nav&gt;.disabled&gt;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&gt;.dropdown&gt;a:hover .caret, .navbar-default .navbar-nav&gt;.dropdown&gt;a:focus .caret
    {
    border-top-color: #333;
    border-bottom-color: #333
}

.navbar-default .navbar-nav&gt;.open&gt;a, .navbar-default .navbar-nav&gt;.open&gt;a:hover,
    .navbar-default .navbar-nav&gt;.open&gt;a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav&gt;.open&gt;a .caret, .navbar-default .navbar-nav&gt;.open&gt;a:hover .caret,
    .navbar-default .navbar-nav&gt;.open&gt;a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555
}

.navbar-default .navbar-nav&gt;.dropdown&gt;a .caret {
    border-top-color: #777;
    border-bottom-color: #777
}

@media ( max-width :767px) {
    .navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a,
        .navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a,
        .navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;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&gt;li&gt;a {
    color: #999
}

.navbar-inverse .navbar-nav&gt;li&gt;a:hover, .navbar-inverse .navbar-nav&gt;li&gt;a:focus
    {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav&gt;.active&gt;a, .navbar-inverse .navbar-nav&gt;.active&gt;a:hover,
    .navbar-inverse .navbar-nav&gt;.active&gt;a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav&gt;.disabled&gt;a, .navbar-inverse .navbar-nav&gt;.disabled&gt;a:hover,
    .navbar-inverse .navbar-nav&gt;.disabled&gt;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&gt;.open&gt;a, .navbar-inverse .navbar-nav&gt;.open&gt;a:hover,
    .navbar-inverse .navbar-nav&gt;.open&gt;a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav&gt;.dropdown&gt;a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.navbar-inverse .navbar-nav&gt;.dropdown&gt;a .caret {
    border-top-color: #999;
    border-bottom-color: #999
}

.navbar-inverse .navbar-nav&gt;.open&gt;a .caret, .navbar-inverse .navbar-nav&gt;.open&gt;a:hover .caret,
    .navbar-inverse .navbar-nav&gt;.open&gt;a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

@media ( max-width :767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu&gt;.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a {
        color: #999
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a,
        .navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a,
        .navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;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;
    display: inline-block !important;
    float: none;
}

/*.breadcrumb&gt;li {*/
/*  display: inline-block*/
/*}*/

.breadcrumb&gt;li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb&gt;.active {
    color: #999
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 5px 0 0;
    border-radius: 4px
}

.pagination&gt;li {
    display: inline
}

.pagination&gt;li&gt;a, .pagination&gt;li&gt;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;
    font-family: 'Century Gothic';
}

.pagination&gt;li:first-child&gt;a, .pagination&gt;li:first-child&gt;span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination&gt;li:last-child&gt;a, .pagination&gt;li:last-child&gt;span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination&gt;li&gt;a:hover, .pagination&gt;li&gt;span:hover, .pagination&gt;li&gt;a:focus,
    .pagination&gt;li&gt;span:focus {
    background-color: #eee;
    color: #353D61
}

.pagination&gt;.active&gt;a, .pagination&gt;.active&gt;span, .pagination&gt;.active&gt;a:hover,
    .pagination&gt;.active&gt;span:hover, .pagination&gt;.active&gt;a:focus,
    .pagination&gt;.active&gt;span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #353D61;
    border-color: #353D61
}

.pagination&gt;.disabled&gt;span, .pagination&gt;.disabled&gt;a, .pagination&gt;.disabled&gt;a:hover,
    .pagination&gt;.disabled&gt;a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg&gt;li&gt;a, .pagination-lg&gt;li&gt;span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg&gt;li:first-child&gt;a, .pagination-lg&gt;li:first-child&gt;span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg&gt;li:last-child&gt;a, .pagination-lg&gt;li:last-child&gt;span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm&gt;li&gt;a, .pagination-sm&gt;li&gt;span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm&gt;li:first-child&gt;a, .pagination-sm&gt;li:first-child&gt;span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm&gt;li:last-child&gt;a, .pagination-sm&gt;li:last-child&gt;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&gt;a, .pager li&gt;span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li&gt;a:hover, .pager li&gt;a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next&gt;a, .pager .next&gt;span {
    float: right
}

.pager .previous&gt;a, .pager .previous&gt;span {
    float: left
}

.pager .disabled&gt;a, .pager .disabled&gt;a:hover, .pager .disabled&gt;a:focus,
    .pager .disabled&gt;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&gt;.badge, .nav-pills&gt;.active&gt;a&gt;.badge {
    color: #428bca;
    background-color: #fff
}

.nav-pills&gt;li&gt;a&gt;.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&gt;img {
    display: block;
    height: auto;
    max-width: 100%
}

a.thumbnail:hover, a.thumbnail:focus {
    border-color: #428bca
}

.thumbnail&gt;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&gt;p, .alert&gt;ul {
    margin-bottom: 0
}

.alert&gt;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&gt;.pull-left {
    margin-right: 10px
}

.media&gt;.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&gt;.badge {
    float: right
}

.list-group-item&gt;.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&gt;.list-group {
    margin-bottom: 0
}

.panel&gt;.list-group .list-group-item {
    border-width: 1px 0
}

.panel&gt;.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel&gt;.list-group .list-group-item:last-child {
    border-bottom: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel&gt;.table {
    margin-bottom: 0
}

.panel&gt;.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&gt;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&gt;.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default&gt;.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ddd
}

.panel-default&gt;.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #428bca
}

.panel-primary&gt;.panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.panel-primary&gt;.panel-heading+.panel-collapse .panel-body {
    border-top-color: #428bca
}

.panel-primary&gt;.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #428bca
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success&gt;.panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success&gt;.panel-heading+.panel-collapse .panel-body {
    border-top-color: #d6e9c6
}

.panel-success&gt;.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-warning {
    border-color: #fbeed5
}

.panel-warning&gt;.panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5
}

.panel-warning&gt;.panel-heading+.panel-collapse .panel-body {
    border-top-color: #fbeed5
}

.panel-warning&gt;.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #fbeed5
}

.panel-danger {
    border-color: #eed3d7
}

.panel-danger&gt;.panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

.panel-danger&gt;.panel-heading+.panel-collapse .panel-body {
    border-top-color: #eed3d7
}

.panel-danger&gt;.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #eed3d7
}

.panel-info {
    border-color: #bce8f1
}

.panel-info&gt;.panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info&gt;.panel-heading+.panel-collapse .panel-body {
    border-top-color: #bce8f1
}

.panel-info&gt;.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&gt;.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner&gt;.item&gt;img, .carousel-inner&gt;.item&gt;a&gt;img {
    display: block;
    height: auto;
    max-width: 100%;
    line-height: 1
}

.carousel-inner&gt;.active, .carousel-inner&gt;.next, .carousel-inner&gt;.prev {
    display: block
}

.carousel-inner&gt;.active {
    left: 0
}

.carousel-inner&gt;.next, .carousel-inner&gt;.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner&gt;.next {
    left: 100%
}

.carousel-inner&gt;.prev {
    left: -100%
}

.carousel-inner&gt;.next.left, .carousel-inner&gt;.prev.right {
    left: 0
}

.carousel-inner&gt;.active.left {
    left: -100%
}

.carousel-inner&gt;.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
}

@media print {
    .visible-print {
        display: block !important
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print, td.visible-print {
        display: table-cell !important
    }
    .hidden-print {
        display: none !important
    }
    tr.hidden-print {
        display: none !important
    }
    th.hidden-print, td.hidden-print {
        display: none !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/static/fonts/glyphicons-halflings-regular.eot');
    src: url('/static/fonts/glyphicons-halflings-regular.eot?#iefix')
        format('embedded-opentype'),
        url('/static/fonts/glyphicons-halflings-regular.woff') format('woff'),
        url('/static/fonts/glyphicons-halflings-regular.ttf')
        format('truetype'),
        url('/static/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular')
        format('svg')
}

@font-face {
    font-family: 'Freight Disp Pro Medium';
    src: url('/assets/img/2954C1_0_0.eot');
    src: url('/assets/img/2954C1_0_0.eot?#iefix')
        format('embedded-opentype'),
        url('/assets/img/2954C1_0_0.woff') format('woff'),
        url('/assets/img/2954C1_0_0.ttf') format('truetype')
}

@font-face {
    font-family: 'Century Gothic';
    src: url('/assets/img/2954C1_1_0.eot');
    src: url('/assets/img/2954C1_1_0.eot?#iefix')
        format('embedded-opentype'),
        url('/assets/img/2954C1_1_0.woff') format('woff'),
        url('/assets/img/2954C1_1_0.ttf') format('truetype')
}

@font-face {
    font-family: 'Brandon Grotesque Regular';
    src: url('/assets/img/2954C1_2_0.eot');
    src: url('/assets/img/2954C1_2_0.eot?#iefix')
        format('embedded-opentype'),
        url('/assets/img/2954C1_2_0.woff') format('woff'),
        url('/assets/img/2954C1_2_0.ttf') format('truetype')
}

@font-face {
    font-family: 'Black Jack Regular';
    src: url('/assets/img/BlackJackRegular.eot');
    src: url('/assets/img/BlackJackRegular.eot?#iefix')
        format('embedded-opentype'),
        url('/assets/img/BlackJackRegular.woff') format('woff'),
        url('/assets/img/BlackJackRegular.ttf') format('truetype')
}

@font-face {
    font-family: 'Dynalight Regular';
    src: url('/assets/img/Dynalight-Regular.eot');
    src: url('/assets/img/Dynalight-Regular.eot?#iefix')
        format('embedded-opentype'),
        url('/assets/img/Dynalight-Regular.woff') format('woff'),
        url('/assets/img/Dynalight-Regular.ttf') format('truetype')
}

@font-face {
    font-family: 'DidotLTStd-Roman';
    src: url('/assets/img/2B45CE_0_0.eot');
    src: url('/assets/img/2B45CE_0_0.eot?#iefix')
        format('embedded-opentype'),
        url('/assets/img/2B45CE_0_0.woff') format('woff'),
        url('/assets/img/2B45CE_0_0.ttf') format('truetype')
}

@font-face {
    font-family: 'GreatVibes-Regular';
    src: url('/assets/img/GreatVibes-Regular.eot');
    src: url('/assets/img/GreatVibes-Regular.eot?#iefix')
        format('embedded-opentype'),
        url('/assets/img/GreatVibes-Regular.woff') format('woff'),
        url('/assets/img/GreatVibes-Regular.ttf') format('truetype')
}

@font-face {
    font-family: 'CrazyThoughts';
    src: url('/assets/img/CrazyThoughts.eot');
    src: url('/assets/img/CrazyThoughts?#iefix')
        format('embedded-opentype'),
        url('/assets/img/CrazyThoughts.woff') format('woff'),
        url('/assets/img/CrazyThoughts.ttf') format('truetype')
}

a {
    color: #464646
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a,
    .h6 a {
    text-decoration: none
}
.text-success {
    color: #7cd3cd
}

.text-success a {
    color: #7cd3cd;
}

.btn-default {
    padding: 4px 10px
}

.btn {
    border-radius: 0;
    text-transform: uppercase
}

.btn-lg {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 12px 30px;
    padding: 14px 30px 10px;
}

.btn-success:hover, .btn-success:focus, .btn-success:active,
    .btn-success.active, .open .dropdown-toggle.btn-success, .btn-secondary:hover
    {
    background-color: #454b6d;
    border-color: #454b6d;
}

.btn-success {
    background-color: #4b371c;
    border-color: #353D61;
}

.btn-secondary {
    background: #ebebeb;
}

.btn-gray {
    background: #f2f2f2;
    border: 0;
}

.btn-default2 {
    color: #666;
    border-color: #000;
    background: transparent;
}

.btn-default3 {
    color: #595959;
    border-color: #7f7f7f;
    background: transparent
}

.btn-highlight {
    border-color: white;
    color: white !important;
    background: transparent
}

.btn-default2:hover, .btn-highlight:hover, .btn-default3:hover {
    color: white;
    background-color: #74d3a5;
    border-color: #74d3a5
}

.navbar-default {
    background-color: transparent;
    border-color: transparent
}

.form-control:focus {
    border-color: #79c097
}

.close {
    font-weight: normal
}

.h2-s {
    font-size: 26px
}

.h3-s {
    font-size: 22px
}

.h3-m {
    font-size: 20px
}

.h4-s {
    font-size: 16px
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .h2-s, .h3-s {
    font-family: "Century Gothic";
    color: #464646;
    text-transform: uppercase;
    letter-spacing:0;
}

input, button, select, textarea, .btn {
    font-family: "Century Gothic"
}

.nav&gt;li&gt;a:hover, .nav&gt;li&gt;a:focus {
    text-decoration: none;
    background-color: transparent
}

.carousel-control {
    opacity: 1
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
    filter: none
}

.carousel-control .glyphicon:before {
    content: ""
}

.carousel-control .glyphicon {
    width: 10px;
    height: 17px;
    background: url(../img/icon/arrow-icon.png) left top no-repeat
}

.carousel-control .glyphicon-chevron-left {
    background-position: 0 0
}

.carousel-control:hover .glyphicon-chevron-left {
    background-position: 0 -17px
}

.carousel-control .glyphicon-chevron-right {
    background-position: -10px 0
}

.carousel-control:hover .glyphicon-chevron-right {
    background-position: -10px -17px
}

.carousel-inner&gt;.item&gt;img, .carousel-inner&gt;.item&gt;a&gt;img {
    margin: auto
}

.carousel-control .glyphicon-chevron-right {
    left: inherit;
    right: 50%
}

.breadcrumb {
    background: transparent;
    font-size: 10px;
    font-family: "Century Gothic";
    text-transform: uppercase;
    padding: 18px 0 12px;
    margin-bottom: 0
}

.breadcrumb&gt;li+li:before {
    padding: 0 1px 0 2px
}

.breadcrumb a {
    color: #959595;
    text-decoration: none
}

.breadcrumb a:hover {
    color: #7cd3cd;
    text-decoration: underline
}

.form-horizontal .control-label {
    text-align: left;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: normal
}

.form-control {
    height: 28px;
    padding: 4px;
    font-size: 12px;
    border-radius: 0
}

.form-horizontal-md .form-group {
    margin-bottom: 12px
}

.form-horizontal-md .control-label {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;
    font-family: 'Century Gothic'
}

.form-horizontal-md .form-control {
    height: 32px
}

.input-sm {
    height: 24px;
    line-height: 1.5;
    padding: 5px 5px
}

.input-xs {
    height: 20px;
    line-height: 14px;
    padding: 0 1px
}

.form-xs .control-label {
    padding-top: 2px;
    font-size: 10px;
    font-family: 'Century Gothic'
}

.form-xs .form-group {
    margin-bottom: 5px
}

.form-xs .input-xs, .form-xs input[type="password"], .form-xs select {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif
}

.modal-dialog {
    padding-left: 0;
    padding-right: 0
}

@media ( max-width :767px) {
    .modal-dialog {
        width: auto !important;
        padding-top: 0;
        margin: 10px
    }
}

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 0 solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    outline: medium none;
    position: relative;
    border-top: 6px solid #7cd3cd
}

.modal-content .close {
    position: absolute;
    right: 13px;
    top: 10px;
    z-index: 2;
    opacity: 1;
    padding-left: 5px;
    padding-right: 5px
}

.carousel-indicators li {
    border: 1px solid #7d7d7d;
    background-color: #7d7d7d;
    margin: 0 4px
}

.carousel-indicators .active {
    background-color: #000;
    border-color: #000;
    height: 10px;
    width: 10px;
    margin: 0 4px
}

.form-control:-moz-placeholder {
    color: #111;
    font-size: 10px;
    font-family: 'Century Gothic';
    text-transform: uppercase
}

.form-control::-moz-placeholder {
    color: #111;
    font-size: 10px;
    font-family: 'Century Gothic';
    text-transform: uppercase
}

.form-control:-ms-input-placeholder {
    color: #111;
    font-size: 10px;
    font-family: 'Century Gothic';
    text-transform: uppercase
}

.form-control::-webkit-input-placeholder {
    color: #111;
    font-size: 10px;
    font-family: 'Century Gothic';
    text-transform: uppercase
}

.form-control {
    border-color: #e4e4e4
}

.dropdown-menu&gt;li&gt;a:hover, .dropdown-menu&gt;li&gt;a:focus {
    color: #000;
    text-decoration: none;
    background-color: #ebebeb
}

.glyphicon-lock {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../img/icon/glyphicon-lock.png) center center no-repeat
}

.glyphicon-lock:before {
    content: ""
}

.cm-row {
    margin-left: 0;
    margin-right: 0
}

.cm-row .col-xs-1, .cm-row .col-xs-2, .cm-row .col-xs-3, .cm-row .col-xs-4,
    .cm-row .col-xs-5, .cm-row .col-xs-6, .cm-row .col-xs-7, .cm-row .col-xs-8,
    .cm-row .col-xs-9, .cm-row .col-xs-10, .cm-row .col-xs-11, .cm-row .col-xs-12,
    .cm-row .col-sm-1, .cm-row .col-sm-2, .cm-row .col-sm-3, .cm-row .col-sm-4,
    .cm-row .col-sm-5, .cm-row .col-sm-6, .cm-row .col-sm-7, .cm-row .col-sm-8,
    .cm-row .col-sm-9, .cm-row .col-sm-10, .cm-row .col-sm-11, .cm-row .col-sm-12,
    .cm-row .col-md-1, .cm-row .col-md-2, .cm-row .col-md-3, .cm-row .col-md-4,
    .cm-row .col-md-5, .cm-row .col-md-6, .cm-row .col-md-7, .cm-row .col-md-8,
    .cm-row .col-md-9, .cm-row .col-md-10, .cm-row .col-md-11, .cm-row .col-md-12,
    .cm-row .col-lg-1, .cm-row .col-lg-2, .cm-row .col-lg-3, .cm-row .col-lg-4,
    .cm-row .col-lg-5, .cm-row .col-lg-6, .cm-row .col-lg-7, .cm-row .col-lg-8,
    .cm-row .col-lg-9, .cm-row .col-lg-10, .cm-row .col-lg-11, .cm-row .col-lg-12
    {
    padding-left: 0;
    padding-right: 0
}

.cs-row {
    margin-left: -5px;
    margin-right: -5px
}

.cs-row .col-xs-1, .cs-row .col-xs-2, .cs-row .col-xs-3, .cs-row .col-xs-4,
    .cs-row .col-xs-5, .cs-row .col-xs-6, .cs-row .col-xs-7, .cs-row .col-xs-8,
    .cs-row .col-xs-9, .cs-row .col-xs-10, .cs-row .col-xs-11, .cs-row .col-xs-12,
    .cs-row .col-sm-1, .cs-row .col-sm-2, .cs-row .col-sm-3, .cs-row .col-sm-4,
    .cs-row .col-sm-5, .cs-row .col-sm-6, .cs-row .col-sm-7, .cs-row .col-sm-8,
    .cs-row .col-sm-9, .cs-row .col-sm-10, .cs-row .col-sm-11, .cs-row .col-sm-12,
    .cs-row .col-md-1, .cs-row .col-md-2, .cs-row .col-md-3, .cs-row .col-md-4,
    .cs-row .col-md-5, .cs-row .col-md-6, .cs-row .col-md-7, .cs-row .col-md-8,
    .cs-row .col-md-9, .cs-row .col-md-10, .cs-row .col-md-11, .cs-row .col-md-12,
    .cs-row .col-lg-1, .cs-row .col-lg-2, .cs-row .col-lg-3, .cs-row .col-lg-4,
    .cs-row .col-lg-5, .cs-row .col-lg-6, .cs-row .col-lg-7, .cs-row .col-lg-8,
    .cs-row .col-lg-9, .cs-row .col-lg-10, .cs-row .col-lg-11, .cs-row .col-lg-12
    {
    padding-left: 5px;
    padding-right: 5px
}

.cn-row {
    margin-left: -10px;
    margin-right: -10px
}

.cn-row .col-xs-1, .cn-row .col-xs-2, .cn-row .col-xs-3, .cn-row .col-xs-4,
    .cn-row .col-xs-5, .cn-row .col-xs-6, .cn-row .col-xs-7, .cn-row .col-xs-8,
    .cn-row .col-xs-9, .cn-row .col-xs-10, .cn-row .col-xs-11, .cn-row .col-xs-12,
    .cn-row .col-sm-1, .cn-row .col-sm-2, .cn-row .col-sm-3, .cn-row .col-sm-4,
    .cn-row .col-sm-5, .cn-row .col-sm-6, .cn-row .col-sm-7, .cn-row .col-sm-8,
    .cn-row .col-sm-9, .cn-row .col-sm-10, .cn-row .col-sm-11, .cn-row .col-sm-12,
    .cn-row .col-md-1, .cn-row .col-md-2, .cn-row .col-md-3, .cn-row .col-md-4,
    .cn-row .col-md-5, .cn-row .col-md-6, .cn-row .col-md-7, .cn-row .col-md-8,
    .cn-row .col-md-9, .cn-row .col-md-10, .cn-row .col-md-11, .cn-row .col-md-12,
    .cn-row .col-lg-1, .cn-row .col-lg-2, .cn-row .col-lg-3, .cn-row .col-lg-4,
    .cn-row .col-lg-5, .cn-row .col-lg-6, .cn-row .col-lg-7, .cn-row .col-lg-8,
    .cn-row .col-lg-9, .cn-row .col-lg-10, .cn-row .col-lg-11, .cn-row .col-lg-12
    {
    padding-left: 10px;
    padding-right: 10px
}

.cm-navbar {
    margin-bottom: 0;
    background: transparent;
    border-color: transparent;
    text-transform: uppercase
}

.cm-navbar .navbar-toggle {
    border-color: #ddd
}

.cm-navbar .navbar-toggle .icon-bar {
    background-color: #ccc
}

.form-horizontal .cs-row {
    margin-left: -5px;
    margin-right: -5px
}

@media ( max-width :767px) {
    .xs-noapace.container {
        padding: 0
    }
    .xs-noapace .row {
        margin: 0
    }
    .xs-noapace .row div[class*="col-"] {
        padding-left: 0;
        padding-right: 0
    }
}

.popover.bottom {
    border-top: 6px solid #79c097;
    border-radius: 0
}

.popover.bottom {
    border-color-top: #79c097
}

.popover.bottom .arrow {
    border-bottom-color: #79c097;
    top: -12px
}

.form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.get-error .help-block, .get-error .control-label {
    color: #e94e3c
}

@media ( max-width :767px) {
    .hidden-xs-inline {
        display: none
    }
    .xs-nospace {
        padding-left: 0;
        padding-right: 0
    }
}

@media ( min-width :768px) and (max-width:991px) {
    .hidden-sm-inline {
        display: none
    }
}

@media ( max-width :767px) {
    .col-xs-offset-1 {
        margin-left: 8.333333333333332%
    }
    .col-xs-offset-2 {
        margin-left: 16.666666666666664%
    }
    .col-xs-offset-3 {
        margin-left: 25%
    }
    .col-xs-offset-4 {
        margin-left: 33.33333333333333%
    }
    .col-xs-offset-5 {
        margin-left: 41.66666666666667%
    }
    .col-xs-offset-6 {
        margin-left: 50%
    }
    .col-xs-offset-7 {
        margin-left: 58.333333333333336%
    }
    .col-xs-offset-8 {
        margin-left: 66.66666666666666%
    }
    .col-xs-offset-9 {
        margin-left: 75%
    }
    .col-xs-offset-10 {
        margin-left: 83.33333333333334%
    }
    .col-xs-offset-11 {
        margin-left: 91.66666666666666%
    }
}

@media ( max-width :767px) {
    .text-left-xs {
        text-align: left !important
    }
    .text-right-xs {
        text-align: right !important
    }
    .text-center-xs {
        text-align: center !important
    }
    .center-block-xs {
        float: none !important;
        margin: 0 auto
    }
}

@media ( min-width :768px) and (max-width:991px) {
    .text-left-sm {
        text-align: left !important
    }
}

.dropdown-menu&gt;li&gt;a {
    text-decoration: none
}

.list-unstyled2 {
    list-style: none;
    padding-left: 0;
    line-height: 1.02857
}

.list-unstyled2 li {
    padding-top: .2em;
    padding-bottom: .2em
}

.list-thin li {
    padding-top: 4px;
    padding-bottom: 4px
}

.list-green {
    padding-left: 0;
    list-style: none
}

.list-green li {
    padding-left: 20px;
    font-size: 14px;
    background: url(../img/icon/list-green-icon.png) 5px 9px no-repeat
}

.list-green li a {
    color: #7cd3cd;
    text-decoration: none
}

.list-green li a:hover {
    text-decoration: underline
}

ul.be-list {
    padding-left: 20px
}

ul.be-list li {
    padding: 5px 0;
    list-style-position: inside
}

.thumbnail&gt;img, .thumbnail a&gt;img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.navbar-toggle {
    float: left
}

.navbar-default .navbar-toggle {
    border-color: #7cd3cd
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus
    {
    background-color: #ebebeb
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #7cd3cd
}

.sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.display-inline {
    display: inline !important
}

.display-block {
    display: block !important
}

.display-ib {
    display: inline-block !important
}

.cursor-help {
    cursor: help
}

.inline-block {
    display: inline-block
}

.fw-b {
    font-weight: bold
}

.fw-n {
    font-weight: normal
}

.text-lg {
    font-size: 16px
}

.text-md {
    font-size: 14px
}

.text-sm {
    font-size: 12px
}

.text-xs {
    font-size: 10px
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.first {
    margin-left: 0 !important;
    padding-left: 0 !important
}

.last {
    margin-right: 0 !important;
    padding-right: 0 !important
}

.mb0 {
    margin-bottom: 0 !important
}

a.learn-more {
    letter-spacing: 1px;
    color: white
}

a.learn-more.inverse {
    color: #000
}

.learn-more2 {
    font-family: 'Century Gothic';
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: underline;
    text-transform: uppercase
}

.learn-more3 {
    font-family: 'Century Gothic';
    color: #000;
    font-size: 10px;
    text-decoration: underline;
    text-transform: uppercase
}

.text-highlight {
    color: white
}

.text-lightgray {
    color: #c2c2c2
}

.text-gray {
    color: #959595
}

.text-deepgray, .text-deepgray a {
    color: #464646
}

.text-deepgray a {
    text-decoration: underline
}

.text-deepgray a:hover {
    color: #7cd3cd
}

.text-11, .text-11 a {
    color: #111
}

.text-22 {
    color: #222
}

.text-33, .text-33 a {
    color: #333
}

.text-33 a {
    text-decoration: underline
}

.text-33 a:hover {
    color: #7cd3cd
}

.text-4b {
    color: #4b4b4b
}

.text-46 {
    color: #464646
}

.text-6b {
    color: #6b6b6b
}

.text-66 {
    color: #666
}

.text-7f {
    color: #7f7f7f
}

.text-80 {
    color: #808080
}

.text-88 {
    color: #888
}

.text-89 {
    color: #898989
}

.text-99 {
    color: #999
}

.text-86, .text-86 a {
    color: #868686
}

.text-86 a:hover {
    color: #7cd3cd
}

.text-bf {
    color: #bfbfbf
}

.text-9a {
    color: #9a9a9a
}

.text-95 {
    color: #959595
}

.text-green {
    color: #7cd3cd
}

.text-dark {
    color: #000
}

.text-dark a {
    color: #000;
    text-decoration: underline
}

.text-dark a:hover {
    color: #7cd3cd
}

.text-well {
    color: #000;
    font-size: 10px;
    font-family: 'Century Gothic';
    text-transform: uppercase;
    font-weight: normal
}

.text-good {
    font-size: 16px;
    color: #000;
    line-height: 20px;
    text-align: center
}

.text-good.inverse {
    color: white
}

.hover-underline {
    text-decoration: underline !important
}

.more-information {
    font-size: 10px !important;
    font-family: 'Century Gothic';
    letter-spacing: 1px;
    text-transform: uppercase
}

.thumbnail .describe {
    font-size: 16px;
    color: #000;
    line-height: 20px
}

.text-pretty {
    font-size: 14px;
    font-family: 'Century Gothic';
    color: #111;
    text-transform: uppercase
}

.text-beautiful {
    font-size: 10px !important;
    font-family: 'Century Gothic';
    text-transform: uppercase
}

.text-brandon, .brandon-medium {
    font-family: 'Century Gothic';
    text-transform: uppercase
}

.freight-medium {
    font-family: 'Freight Disp Pro Medium'
}

.brandon-regular {
    font-family: 'Brandon Grotesque Regular'
}

.brandon-medium {
    font-family: 'Century Gothic'
}

.brandon-bold {
    font-family: 'Brandon Grotesque Bold', 'Brandon Grotesque Regular';
    text-transform: uppercase;
    font-weight: bold
}

.text-note {
    color: #c21419
}

.fs-9 {
    font-size: 9px !important
}

.fs-10 {
    font-size: 10px !important
}

.fs-11 {
    font-size: 11px !important
}

.fs-12 {
    font-size: 12px !important
}

.fs-13 {
    font-size: 13px !important
}

.fs-14 {
    font-size: 14px !important
}

.fs-15 {
    font-size: 15px !important
}

.fs-16 {
    font-size: 16px !important
}

.fs-18 {
    font-size: 18px !important
}

.fs-20 {
    font-size: 20px !important
}

.fs-21 {
    font-size: 21px !important
}

.fs-22 {
    font-size: 22px !important
}

.fs-24 {
    font-size: 24px !important
}

.fs-26 {
    font-size: 26px !important
}

.fs-28 {
    font-size: 28px !important
}

.fs-30 {
    font-size: 30px !important
}

.fs-32 {
    font-size: 32px !important
}

.fs-36 {
    font-size: 36px
}

.fs-45 {
    font-size: 45px
}

.fs-52 {
    font-size: 52px !important
}

.fs-65 {
    font-size: 65px !important
}

.va-m {
    vertical-align: middle
}

.va-t {
    vertical-align: top
}

.lh-12 {
    line-height: 12px
}

.lh-14 {
    line-height: 14px
}

.lh-16 {
    line-height: 16px
}

.lh-18 {
    line-height: 18px !important
}

.lh-20 {
    line-height: 20px !important
}

.lh-22 {
    line-height: 22px !important
}

.lh-24 {
    line-height: 24px !important
}

.lh-26 {
    line-height: 26px !important
}

.lh-28 {
    line-height: 28px !important
}

.lh-32 {
    line-height: 32px
}

.lh-34 {
    line-height: 34px !important
}

.lh-36 {
    line-height: 36px
}

.lh-45 {
    line-height: 45px
}

.ws-nowrap {
    white-space: nowrap
}

.ls-0 {
    letter-spacing: 0 !important
}

.ls-p5 {
    letter-spacing: .5px
}

.ls-1 {
    letter-spacing: 1px
}

.ls-2 {
    letter-spacing: 2px
}

.ws-1 {
    word-spacing: 1px
}

.p-r {
    position: relative
}

.td-u {
    text-decoration: underline
}

.td-n {
    text-decoration: none
}

.tr-u, .tt-u {
    text-transform: uppercase
}

.tr-n, .tt-n {
    text-transform: none !important
}

.mt0 {
    margin-top: 0 !important
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mt25 {
    margin-top: 25px
}

.mt30 {
    margin-top: 30px
}

.mt40 {
    margin-top: 40px
}

.mt50 {
    margin-top: 50px
}

.mt60 {
    margin-top: 60px
}

.mt70 {
    margin-top: 70px
}

.mt80 {
    margin-top: 80px
}

.mt90 {
    margin-top: 90px
}

.mt100 {
    margin-top: 100px
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.mr20 {
    margin-right: 20px
}

.mr30 {
    margin-right: 30px
}

.mr40 {
    margin-right: 40px
}

.mr50 {
    margin-right: 50px
}

.mr60 {
    margin-right: 60px
}

.mr70 {
    margin-right: 70px
}

.mr80 {
    margin-right: 80px
}

.mr90 {
    margin-right: 90px
}

.mr100 {
    margin-right: 100px
}

.mb5 {
    margin-bottom: 5px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.mb15 {
    margin-bottom: 15px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.mb25 {
    margin-bottom: 25px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.mb40 {
    margin-bottom: 40px !important
}

.mb50 {
    margin-bottom: 50px !important
}

.mb60 {
    margin-bottom: 60px !important
}

.mb70 {
    margin-bottom: 70px !important
}

.mb80 {
    margin-bottom: 80px !important
}

.mb90 {
    margin-bottom: 90px !important
}

.mb100 {
    margin-bottom: 100px
}

.ml10 {
    margin-left: 10px
}

.ml20 {
    margin-left: 20px
}

.ml30 {
    margin-left: 30px
}

.ml40 {
    margin-left: 40px
}

.ml50 {
    margin-left: 50px
}

.ml60 {
    margin-left: 60px
}

.ml70 {
    margin-left: 70px
}

.ml80 {
    margin-left: 80px
}

.ml90 {
    margin-left: 90px
}

.ml100 {
    margin-left: 100px
}

.p5 {
    padding: 5px
}

.p10 {
    padding: 10px
}

.p15 {
    padding: 15px
}

.p20 {
    padding: 20px
}

.p25 {
    padding: 25px
}

.p30 {
    padding: 30px
}

.p35 {
    padding: 35px
}

.p40 {
    padding: 40px
}

.p45 {
    padding: 45px
}

.p50 {
    padding: 50px
}

.pt0 {
    padding-top: 0 !important
}

.pt1 {
    padding-top: 1px !important
}

.pt2 {
    padding-top: 2px !important
}

.pt3 {
    padding-top: 3px !important
}

.pt4 {
    padding-top: 4px !important
}

.pt5 {
    padding-top: 5px !important
}

.pt10 {
    padding-top: 10px
}

.pt15 {
    padding-top: 15px
}

.pt20 {
    padding-top: 0px !important
}

.pt25 {
    padding-top: 25px !important
}

.pt30 {
    padding-top: 30px
}

.pt35 {
    padding-top: 35px
}

.pt40 {
    padding-top: 40px
}

.pt45 {
    padding-top: 45px
}

.pt50 {
    padding-top: 50px
}

.pr5 {
    padding-right: 5px
}

.pr10 {
    padding-right: 10px
}

.pr15 {
    padding-right: 15px
}

.pr20 {
    padding-right: 20px
}

.pr25 {
    padding-right: 25px
}

.pr30 {
    padding-right: 30px
}

.pr35 {
    padding-right: 35px
}

.pr40 {
    padding-right: 40px
}

.pr45 {
    padding-right: 45px
}

.pr50 {
    padding-right: 50px
}

.pb0 {
    padding-bottom: 0 !important
}

.pb1 {
    padding-bottom: 1px !important
}

.pb2 {
    padding-bottom: 2px !important
}

.pb3 {
    padding-bottom: 3px !important
}

.pb4 {
    padding-bottom: 4px !important
}

.pb5 {
    padding-bottom: 5px !important
}

.pb10 {
    padding-bottom: 10px
}

.pb15 {
    padding-bottom: 15px
}

.pb20 {
    padding-bottom: 10px;
    padding-top: 30px;
}

.pb25 {
    padding-bottom: 25px
}

.pb30 {
    padding-bottom: 30px
}

.pb35 {
    padding-bottom: 35px !important
}

.pb40 {
    padding-bottom: 40px
}

.pb45 {
    padding-bottom: 45px
}

.pb50 {
    padding-bottom: 50px
}

.pb60 {
    padding-bottom: 60px
}

.pl5 {
    padding-left: 5px
}

.pl10 {
    padding-left: 10px
}

.pl15 {
    padding-left: 15px
}

.pl20 {
    padding-left: 20px
}

.pl25 {
    padding-left: 25px
}

.pl30 {
    padding-left: 30px
}

.pl35 {
    padding-left: 35px
}

.pl40 {
    padding-left: 40px
}

.pl45 {
    padding-left: 45px
}

.pl50 {
    padding-left: 50px
}

.mh250 {
    min-height: 250px
}

.h250 {
    height: 250px
}

.w140 {
    width: 140px
}

.w160 {
    width: 160px
}

.w180 {
    width: 180px
}

.w200 {
    width: 200px
}

.w220 {
    width: 220px
}

.w260 {
    width: 260px
}

.w280 {
    width: 280px
}

.w320 {
    width: 320px
}

.w380 {
    width: 380px
}

.wh300x300 {
    width: 300px;
    height: 300px
}

.mw260 {
    max-width: 260px
}

.mw350 {
    max-width: 350px
}

.paragraph-normal {
    font-size: 14px;
    text-transform: none;
    font-family: 'Freight Disp Pro Medium'
}

.paragraph-lg {
    font-size: 18px;
    line-height: 24px;
    color: #000
}

.paragraph-lg h1, .paragraph-lg h2, .paragraph-lg h3, .paragraph-lg h4,
    .paragraph-lg h5, .paragraph-lg h6 {
    color: #000
}

.paragraph-lg p {
    margin-bottom: 24px
}

.paragraph-md {
    font-size: 16px;
    line-height: 20px;
    color: #000
}

.paragraph-md p {
    margin-bottom: 20px
}

.line-gray {
    border: 0;
    border-bottom: 1px solid #ebebeb;
    clear: both
}

.line-green {
    border: 0;
    border-bottom: 1px solid #7cd3cd;
    clear: both
}

.default-pagination {
    padding: 0;
    margin: 0;
    font-family: 'Century Gothic';
    font-size: 12px;
    color: #959595
}

.default-pagination li {
    display: inline;
    padding: 0 2px
}

.default-pagination li.active {
    color: #7cd3cd;
    text-decoration: underline
}

.be-error {
    color: #f00;
    font-family: 'Century Gothic';
    text-transform: uppercase;
    font-size: 12px
}

.modal-type2 .modal-content {
    border-top: 0;
    padding: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
}

.modal-type2 .modal-header {
    border-bottom: 2px solid #7cd3cd;
    padding: 0;
    margin-bottom: 40px
}

.modal-type2 .modal-header .close {
    color: #959595;
    top: 18px
}

.modal-type2 .modal-header .close i {
    vertical-align: middle;
    margin-left: 5px
}

.modal-type2 .modal-header .modal-title {
    font-size: 26px;
    color: #000;
    letter-spacing: 1px
}

.modal-type2 .modal-body {
    padding: 0
}

@media ( max-width :767px) {
    .modal-type2 {
        left: 10px;
        right: 10px
    }
    .modal-type2 .modal-content {
        padding: 50px 25px 20px
    }
}

.modal-type3 .modal-dialog {
    width: 714px
}

.modal-type3 .modal-content {
    border-top: 0;
    padding: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
}

.modal-type3 .modal-header {
    padding: 40px 40px 0;
    border: 0
}

.modal-type3 .modal-body {
    padding: 10px 40px
}

.modal-type3 .modal-footer {
    background-color: #ededed;
    text-align: center;
    padding: 10px 40px
}

.modal-type3 .close {
    color: #959595;
    top: 18px
}

.modal-type3 .close i {
    vertical-align: middle;
    margin-left: 5px
}

.modal-type3 .modal-header .modal-title {
    font-size: 26px;
    color: #000;
    letter-spacing: 1px
}

.modal-type3 .modal-header .modal-title small {
    color: #000;
    display: block;
    font-size: 12px
}

.modal-appoiniment .modal-dialog {
    width: 786px;
    width: 768px
}

.modal-appoiniment .modal-header {
    padding: 30px 30px 0
}

.modal-appoiniment .modal-body {
    padding: 10px 30px
}

.join-our-newsletter .modal-dialog {
    width: 417px
}

.join-our-newsletter .modal-content {
    border-top: 6px solid #7cd3cd
}

.join-our-newsletter .modal-footer {
    background: 0;
    border-top: 0;
    padding: 20px 40px;
    margin-top: 0
}

@media ( max-width :767px) {
    .modal-type3 .modal-dialog {
        width: 100%
    }
}

.create-ring-step {
    padding: 0 !important;
    margin-top: 10px
}

.create-ring-step .crs-inner {
    padding: 10px 20px;
    -moz-box-shadow: 0 0 2px #666;
    -webkit-box-shadow: 0 0 2px #666;
    box-shadow: 0 0 2px #666;
    margin-left: -1px;
    margin-right: -1px
}

.create-ring-step .thumbnail {
    text-align: center;
    border-width: 0
}

.create-ring-step .thumbnail h3 {
    font-size: 12px;
    margin-top: 0;
    color: #999;
    letter-spacing: 1px
}

.create-ring-step .thumbnail h4 {
    font-size: 14px;
    color: #000;
    margin: 0;
    margin-bottom: 5px;
    letter-spacing: 1px
}

.create-ring-step .active {
    border: 1px solid #eaeaea;
    border-top: 6px solid #7cd3cd;
    padding-top: 19px;
    margin-top: -20px;
    margin-bottom: -25px;
    padding-bottom: 25px
}

.modal-type3 .create-ring-step-operation {
    background: 0;
    border: 0;
    margin: 0;
    padding: 30px
}

@media ( max-width :767px) {
    .create-ring-step .active {
        margin-bottom: 10px;
        padding-bottom: 0
    }
    .create-ring-step .crs-inner {
        margin-left: 0;
        margin-right: 0
    }
}

.modal-join-newsletter .modal-dialog {
    width: 280px !important;
    margin-left: auto;
    margin-right: auto
}

.modal-join-newsletter {
    text-align: center;
    color: #000;
    font-size: 14px
}

.modal-join-newsletter .close {
    right: 5px;
    color: #959595
}

.modal-join-newsletter .close .icons-close-green {
    vertical-align: middle
}

.modal-join-newsletter .modal-body {
    padding: 15px
}

.modal-join-newsletter .input-group-btn .btn {
    padding: 10px 12px !important
}

.modal-join-newsletter h2 {
    font-size: 29px;
    margin-top: 30px;
    color: #000
}

.modal-join-newsletter h2 small {
    font-size: 16px;
    color: #000;
    display: block;
    padding-bottom: 5px
}

.ad-shadow {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3)
}

.text-shadow {
    text-shadow: 0 0 20px #000
}

.popover-green.bottom .arrow:after {
    top: -4px
}

.popover-green.bottom .arrow:after {
    border-bottom-color: #7cd3cd
}

.afoo-favorites {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border: 0;
    width: 200px;
    color: white;
    font-size: 10px;
    border-radius: 0
}

.afoo-favorites h3.popover-title {
    color: white;
    border-bottom: 0;
    padding: 12px 17px 8px;
    font-size: 10px;
    line-height: 14px;
    background: 0
}

.afoo-favorites.top {
    border-bottom: 0
}

.afoo-favorites.top .arrow {
    border-top-color: rgba(0, 0, 0, 0.4)
}

.afoo-favorites.top .arrow:after {
    border-top: 0
}

.afoo-favorites.left .arrow:after {
    border-left: none
}

.afoo-favorites.left .arrow {
    border-left-color: rgba(0, 0, 0, 0.4)
}

.afoo-favorites.bottom {
    border-top: 0
}

.afoo-favorites.bottom .arrow {
    top: -11px;
    border-bottom-color: rgba(0, 0, 0, 0.5)
}

.afoo-favorites.bottom .arrow:after {
    border-bottom: 0
}

.afoo-favorites .popover-content {
    padding: 0 17px 12px
}

.afoo-favorites a {
    text-decoration: underline;
    color: white
}

.afoo-favorites a:hover {
    color: #7cd3cd
}

.af-rude {
    min-height: 125px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7)
}

.af-rude h3.popover-title {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
    padding-top: 22px;
    padding-bottom: 18px
}

.af-rude .popover-content {
    font-family: 'Century Gothic';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px
}

.af-rude.top .arrow {
    border-top-color: rgba(0, 0, 0, 0.65)
}

.af-rude.top .arrow {
    border-bottom-color: rgba(0, 0, 0, 0.65)
}

.max-w320 {
    max-width: 320px
}

.max-w400 {
    max-width: 400px
}

.max-w500 {
    max-width: 500px
}

.max-w550 {
    max-width: 550px
}

.max-w640 {
    max-width: 640px
}

.max-w680 {
    max-width: 680px
}

.max-w768 {
    max-width: 768px
}

.mt-50 {
    margin-top: 50px
}

.mt-70 {
    margin-top: 70px
}

.mt-90 {
    margin-top: 90px
}

.mt-110 {
    margin-top: 110px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-90 {
    margin-bottom: 90px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pt-60 {
    padding-top: 60px
}

.pt-70 {
    padding-top: 70px
}

.pt-90 {
    padding-top: 90px
}

.pt-100 {
    padding-top: 100px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-110 {
    padding-bottom: 110px
}

@media ( max-width :991px) {
    .mt-sm-0 {
        margin-top: 0 !important
    }
    .mt-sm-10 {
        margin-top: 10px
    }
    .mt-sm-15 {
        margin-top: 15px
    }
    .mt-sm-30 {
        margin-top: 30px
    }
    .mb-sm-0 {
        margin-bottom: 0 !important
    }
    .mb-sm-10 {
        margin-bottom: 10px
    }
    .mb-sm-15 {
        margin-bottom: 15px
    }
    .mt-sm-40 {
        margin-top: 40px
    }
}

@media ( max-width :767px) {
    .no-space-xs {
        margin-left: -15px;
        margin-right: -15px
    }
    .img-full-xs {
        width: 100%
    }
    .mt-xs-0 {
        margin-top: 0 !important
    }
    .mt-xs-10 {
        margin-top: 10px
    }
    .mt-xs-15 {
        margin-top: 10px
    }
    .mt-xs-20 {
        margin-top: 20px
    }
    .mt-xs-30 {
        margin-top: 30px
    }
    .mt-xs-40 {
        margin-top: 40px
    }
    .mt-xs-50 {
        margin-top: 50px
    }
    .mt-xs-60 {
        margin-top: 60px
    }
    .mb-xs-0 {
        margin-bottom: 0 !important
    }
    .mb-xs-10 {
        margin-bottom: 10px
    }
    .mb-xs-15 {
        margin-bottom: 15px
    }
    .mb-xs-20 {
        margin-bottom: 20px
    }
    .mb-xs-30 {
        margin-bottom: 30px
    }
    .mb-xs-40 {
        margin-bottom: 40px
    }
    .mb-xs-60 {
        margin-bottom: 60px
    }
    .pb-xs-30 {
        padding-bottom: 30px
    }
    .pt-xs-0 {
        padding-top: 0 !important
    }
    .pt-xs-30 {
        padding-top: 30px
    }
    .pt-xs-40 {
        padding-top: 40px
    }
    .pb-xs-0 {
        padding-bottom: 0 !important
    }
    .pb-xs-30 {
        padding-bottom: 30px
    }
    .pb-xs-40 {
        padding-bottom: 40px
    }
}

.box-shadow {
    border: 1px solid #d9d9d9;
    -moz-box-shadow: 0 2px 4px #d9d9d9;
    -webkit-box-shadow: 0 2px 4px #d9d9d9;
    box-shadow: 0 2px 4px #d9d9d9
}

.model-green-box {
    border: 1px solid #ebebeb;
    border-top: 6px solid #7cd3cd
}

.model-green-box2 {
    border-top: 6px solid #7cd3cd;
    background-color: #f9f9f9;
    padding: 10px 20px
}

.ico-l, .space-l {
    margin-right: 5px
}

.ico-r, .space-r {
    margin-left: 5px
}

.icon-h [class^="icon-"], .icon-h [class*=" icon-"] {
    background-image: url("/assets/img/spirit-hover.png")
}

.arrow-bottom {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url('/assets/img/arrow-black10x10.png') center bottom
        no-repeat
}

.arrow-top {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url('/assets/img/arrow-black10x10.png') center top no-repeat
}

[class^="icon-"], [class*=" icon-"] {
    background-image: url("/assets/img/spirit.png");
    background-position: 16px 16px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    width: 25px
}

.icon-shipping {
    background-position: -72px 0;
    width: 18px;
    height: 10px;
    margin-right: 5px
}

.icon-shipping2 {
    background-position: -96px 0;
    width: 18px;
    height: 10px;
    margin-right: 5px
}

.icon-maple-leaf {
    background-position: -24px -16px;
    width: 16px;
    height: 16px;
    vertical-align: top
}

[class^="icons-"], [class*=" icons-"] {
    background-image: url("spirit-icons-2.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 16px
}

.icons-white {
    background-image: url("/assets/img/spirit-icons-hover-1.png")
}

.icons-live-chat, .icons-tel, .icons-email-us {
    width: 22px;
    height: 16px
}

.icons-live-chat {
    background-position: 0 -24px
}

.icons-tel {
    background-position: -35px -24px
}

.icons-email-us {
    background-position: -63px -24px
}

.icons-plus, .icons-minus {
    width: 9px;
    height: 9px
}

.icons-plus {
    background-position: -21px -104px
}

.icons-minus {
    background-position: -44px -104px
}

.icons-play {
    width: 19px;
    height: 19px;
    background-position: 0 -120px
}

.icons-chevron-up {
[class^="icons-"], [class*=" icons-"];   
    width: 9px;
    height: 5px;
    background-position: -82px -46px
}

.icons-chevron-down {
    width: 9px;
    height: 5px;
    background-position: -96px -46px
}

.icons-chevron-up-white {
    width: 9px;
    height: 5px;
    background-position: -82px -70px
}

.icons-chevron-down-white {
    width: 9px;
    height: 5px;
    background-position: -96px -70px
}

.icons-chevron-up-gray {
    width: 9px;
    height: 5px;
    background-position: -114px -46px
}

.icons-chevron-down-gray {
    width: 9px;
    height: 5px;
    background-position: -128px -46px
}

.icons-chevron-left-gray2 {
    width: 5px;
    height: 9px;
    background-position: -147px -44px
}

.icons-chevron-right-gray2 {
    width: 5px;
    height: 9px;
    background-position: -161px -44px
}

.icons-close {
    width: 9px;
    height: 9px;
    background-position: 0 -104px
}

.icons-close-white {
    width: 7px;
    height: 7px;
    background-position: -114px -104px
}

.icons-close-green {
    width: 12px;
    height: 12px;
    background-position: -82px -87px
}

.icons-backward-black {
    width: 5px;
    height: 9px;
    background-position: -49px -44px
}

.icons-forward-black {
    width: 5px;
    height: 9px;
    background-position: -61px -44px
}

.icons-chevron-left-black {
    width: 10px;
    height: 17px;
    background-position: 0 -40px
}

.icons-chevron-right-black {
    width: 10px;
    height: 17px;
    background-position: -22px -40px
}

.icons-chevron-left-gray {
    width: 10px;
    height: 17px;
    background-position: -19px -177px
}

.icons-chevron-right-gray {
    width: 10px;
    height: 17px;
    background-position: -37px -177px
}

.icons-chevron-left-orange {
    width: 10px;
    height: 17px;
    background-position: -163px -148px
}

.icons-chevron-right-orange {
    width: 10px;
    height: 17px;
    background-position: -185px -148px
}

.icons-usd {
    width: 20px;
    height: 16px;
    background-position: -166px -24px;
    vertical-align: top
}

.icons-cad {
    width: 20px;
    height: 16px;
    background-position: -146px -24px;
    vertical-align: top
}

.icons-aud {
    width: 20px;
    height: 16px;
    background-position: -126px -24px;
    vertical-align: top
}

.icons-quadrate-minus, .icons-quadrate-plus {
    position: relative;
    top: 2px
}

.icons-quadrate-minus {
    width: 16px;
    height: 16px;
    background-position: -114px -64px
}

.icons-quadrate-plus {
    width: 16px;
    height: 16px;
    background-position: -138px -64px
}

.icons-tel-green {
    width: 14px;
    height: 14px;
    background-position: -24px -120px
}

.icons-live-chat-green {
    width: 17px;
    height: 14px;
    background-position: -45px -120px
}

.icons-email-us-green {
    width: 17px;
    height: 14px;
    background-position: -65px -120px
}

.icons-our-showroom {
    width: 17px;
    height: 14px;
    background-position: -89px -120px
}

.icons-double-right-arrow {
    width: 15px;
    height: 15px;
    background-position: -114px -120px
}

.icons-chevron-left-green {
    width: 16px;
    height: 25px;
    background-position: -133px -85px
}

.icons-chevron-right-green {
    width: 16px;
    height: 25px;
    background-position: -151px -85px
}

.icons-email2-white {
    width: 20px;
    height: 14px;
    background-position: -175px -86px
}

.btn-lg.btn-success .icons-email2-white {
    position: relative;
    top: 2px
}

.icons-facebook-white {
    width: 23px;
    height: 22px;
    background-position: -131px -117px
}

.icons-twitter-white {
    width: 23px;
    height: 22px;
    background-position: -154px -117px
}

.icons-pinterest-white {
    width: 23px;
    height: 22px;
    background-position: -177px -117px
}

.icons-email-white {
    width: 23px;
    height: 22px;
    background-position: -131px -145px
}

.icons-facebook-green {
    width: 31px;
    height: 30px;
    background-position: 0 -140px
}

.icons-twitter-green {
    width: 31px;
    height: 30px;
    background-position: -32px -140px
}

.icons-pinterest-green {
    width: 31px;
    height: 30px;
    background-position: -63px -140px
}

.icons-pencil {
    width: 14px;
    height: 14px;
    background-position: -1px -177px
}

.icons-message {
    width: 26px;
    height: 26px;
    background-position: -98px -143px
}

.icons-checkbox {
    width: 9px;
    height: 9px;
    border: 1px solid #c2c2c2;
    background-color: #FFF
}

.icons-checked {
    width: 9px;
    height: 9px;
    border: 1px solid #464646;
    background-color: #464646
}

.intrinsic-ratio, .intrinsic-ratio-5-2, .intrinsic-ratio-4-1 {
    position: relative;
    height: 0
}

.intrinsic-ratio-5-2 {
    padding-bottom: 40%
}

.intrinsic-ratio-4-1 {
    padding-bottom: 26%
}

.element-to-stretch {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover
}

.element-to-stretch&gt;.imitate-table {
    height: 100% !important
}

.imitate-table {
    display: table;
    width: 100%
}

.imitate-table&gt;div, .imitate-table&gt;span {
    display: table-cell;
    vertical-align: middle
}

.ad-title-larger, .ad-title-large, .ad-title-medium,
    .banner-title-medium, .ad-title-small {
    text-align: center;
    text-transform: uppercase
}

.ad-title-larger .h1 {
    margin-top: 0;
    font-weight: normal;
    font-size: 10px;
    color: white;
    text-align: center;
    margin-bottom: 2em
}

.ad-title-larger .h1 .text {
    display: block;
    padding: 5px 0;
    font-size: 580%;
    color: inherit
}

.ad-title-larger .h1 small {
    display: block;
    color: white;
    font-size: 160%;
    line-height: 1.14em
}

.ad-title-larger .h1 .s1 {
    display: block
}

.ad-title-larger .h1 .s1-1 {
    display: block;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 24px
}

.ad-title-larger.inverse .h1 .text, .ad-title-larger.inverse .h1 small {
    color: black
}

.ad-title-large .h1 {
    margin-top: 0;
    font-weight: normal;
    font-size: 46px;
    color: white;
    text-align: center;
    margin-bottom: 20px
}

.ad-title-large .h1 .text {
    display: block;
    line-height: 32px;
    padding-bottom: 17px
}

.ad-title-large .h1 .s1 {
    display: block;
    padding-bottom: 15px
}

.ad-title-large .h1 small {
    color: white;
    font-size: 23px;
    line-height: 20px
}

.ad-title-large .h1 .s2 {
    line-height: 14px;
    display: block
}

.ad-title-large.inverse .h1 .text, .ad-title-large.inverse .h1 small {
    color: black
}

.ad-title-medium .h1 {
    font-weight: normal;
    font-size: 10px;
    color: white;
    text-align: center;
    margin-bottom: 1em;
    margin-top: 0;
    letter-spacing: 1px
}

.ad-title-medium .h1 .text {
    font-size: 260%;
    color: #111;
    line-height: 1.2em;
    display: block;
    padding: .15em 0
}

.ad-title-medium .h1 small {
    color: #111;
    font-size: 120%;
    line-height: 1.4em
}

.ad-title-medium.inverse .text, .ad-title-medium.inverse .h1 small {
    color: white
}

.banner-title-medium .h1 {
    font-weight: normal;
    font-size: 36px;
    color: white;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 0;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3)
}

.banner-title-medium .h1 .text {
    color: white;
    display: block;
    padding-top: 3px;
    margin-bottom: -4px
}

.banner-title-medium .h1 small {
    color: white;
    font-size: 16px;
    line-height: 14px
}

.banner-title-medium.text-deepgray small, .banner-title-medium.text-deepgray .text
    {
    color: #464646
}

.banner-title-medium.text-dark small, .banner-title-medium.text-dark .text
    {
    color: #000
}

.banner-title-medium.inverse .text, .banner-title-medium.inverse .h1 small
    {
    color: white
}

.ad-title-small .h6 {
    font-weight: normal;
    font-size: 20px;
    color: white;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
    letter-spacing: 1px
}

.ad-title-small .h6 .text {
    color: #111;
    line-height: 32px;
    display: block;
    padding-top: 0;
    margin-bottom: -4px
}

.ad-title-small .h6 small {
    color: #111;
    font-size: 10px;
    line-height: 14px
}

.ad-title-small.inverse .text, .ad-title-small.inverse .h6 small {
    color: white
}

.ad-title-green {
    color: #7cd3cd;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec
}

.ad-title-green .text {
    font-size: 24px;
    line-height: 20px;
    display: block;
    padding-bottom: 5px
}

.ad-title-green small {
    letter-spacing: .25px;
    font-size: 14px;
    line-height: 24px;
    display: block;
    color: #7cd3cd
}

.channer-banner .ad-title-larger {
    margin-bottom: 0
}

.channer-banner .ad-title-larger .h1 small {
    font-size: 180%;
    letter-spacing: 1.3px
}

.channer-banner .ad-title-larger .h1 {
    margin-bottom: 0
}

.channer-banner .banner-tro {
    font-size: 10px
}

.channer-banner .banner-tro .tro-txt {
    font-size: 140%;
    line-height: 1.4em
}

.channer-banner .banner-tro .tro-btn {
    margin-top: 2.5em
}

@media ( max-width :991px) {
    .channer-banner .ad-title-larger .h1 .text {
        font-size: 400%
    }
}

.channer-listpage-banner .ad-title-medium .h1 {
    margin-bottom: 0
}

.channer-listpage-banner .ad-title-medium .h1 * {
    color: white
}

.channer-listpage-banner .banner-tro {
    margin-top: 1em;
    text-align: center
}

.channer-listpage-banner .banner-tro .tro-txt {
    color: white
}

@media ( max-width :479px) {
    .channer-banner .ad-title-larger .h1 {
        font-size: 6px
    }
}

@media ( max-width :500px) {
    .channer-listpage-banner .ad-title-medium .h1 {
        font-size: 6px
    }
}

.channer-gateway-banner .ad-title-larger .h1 .text {
    font-size: 520%
}

@media ( max-width :1130px) {
    .channer-gateway-banner .ad-title-larger .h1 .text {
        font-size: 400%
    }
    .channer-gateway-banner .banner-tro .tro-btn {
        margin-top: 1em
    }
    .channer-gateway-banner .banner-tro .tro-btn .btn {
        padding: 7px 15px 5px;
        font-size: 10px
    }
}

@media ( max-width :1022px) {
    .channer-gateway-banner .ad-title-larger .h1 {
        font-size: 8px
    }
}

@media ( max-width :660px) {
    .channer-gateway-banner .ad-title-larger .h1 {
        font-size: 4px
    }
}

.chaner-banner-inverse-text * {
    color: black !important
}

.chaner-banner-inverse-text .tro-txt {
    border-top: 1px solid #7cd3cd;
    padding-top: 10px
}

.channer-listpage-banner-v2 {
    text-align: center
}

.channer-listpage-banner-v2 .banner-heading {
    font-size: 10px
}

.channer-listpage-banner-v2 .banner-heading .h1 {
    color: white;
    font-family: 'Black Jack Regular';
    text-transform: none;
    font-size: 360%
}

.channer-listpage-banner-v2 .banner-tro {
    color: white
}

.antique-and-vintage-rings-banner {
    background-image:
        url(../img/banner/Antique_Wedding_Rings.jpg?yocs=l_&amp;amp;yoloc=ap);
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/banner/Antique_Wedding_Rings.jpg',
        sizingMethod='scale')
}

@media ( max-width :767px) {
    .channer-listpage-banner-v2 .banner-heading .h1 {
        font-size: 200%;
        margin: 0;
        text-shadow: 0 0 20px #000
    }
    .channer-banner-xs .intrinsic-ratio-4-1, .channer-banner-xs .intrinsic-ratio-5-2
        {
        height: 320px
    }
    .channer-banner-xs .banner-heading .h1 {
        font-size: 280%;
        margin: 0;
        text-shadow: none
    }
    .antique-and-vintage-rings-banner {
        background-image: url(../img/banner/Antique_Wedding_Rings-sm.jpg)
    }
    .antique-and-vintage-rings-banner .banner-heading {
        padding-top: 6em;
        font-size: 10px
    }
}

.banner-antique-engagement-rings-v2 {
    background-image:
        url(../img/banner/banner-antique-engagement-rings-v2.jpg);
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/banner/banner-antique-engagement-rings-v2.jpg',
        sizingMethod='scale')
}

@media ( max-width :767px) {
    .banner-antique-engagement-rings-v2 {
        background-image:
            url(../img/banner/banner-antique-engagement-rings-v2-sm.jpg)
    }
    .banner-antique-engagement-rings-v2 .banner-heading .h1 {
        font-size: 360%;
        padding-top: 1.2em
    }
}

.view-change {
    white-space: nowrap;
    font-size: 10px;
    color: black
}

.view-change a {
    color: black;
    text-decoration: underline
}

.view-change a:hover {
    text-decoration: none
}

.site-top-alert {
    font-family: 'Brandon Grotesque Regular';
    font-family: "Century Gothic";
    color: white;
    background-color: black;
    font-size: 10px
}

.site-top-alert .close {
    top: 4px
}

.site-top-alert .close .icons-close-white {
    vertical-align: top
}

.site-top-alert .alert {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    letter-spacing: 2px;
    text-transform: uppercase
}

.site-top-alert .close:hover, .site-top-alert .close:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity = 100)
}

.site-top-alert .alert .alert-link {
    color: white
}

.site-into {
    border-bottom: 1px solid #ececec
}

.site-into .navbar-default {
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 0
}

.site-into .navbar-brand {
    font-size: 10px;
    padding-left: 0
}

.site-into .search {
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec
}

.header-navgation {
    font-family: 'Brandon Grotesque Regular';
    font-family: "Century Gothic";
    border-bottom: 1px solid #d4d4d4;
    box-shadow: 0 2px 3px #ececec
}

.navbar-ex2-collapse {
    padding: 0
}

.global-navgation .dropdown-inner&gt;a {
    color: #898989;
    text-decoration: none
}

.global-navgation a:hover {
    color: #7cd3cd
}

.global-navgation&gt;li&gt;a, .global-navgation&gt;li&gt;div&gt;a {
    padding: 10px 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    display: block
}

@media ( min-width :768px) and (max-width:991px) {
    .global-navgation&gt;li&gt;div&gt;a, .global-navgation&gt;li&gt;a {
        font-size: 10px
    }
}

.global-navgation&gt;li&gt;.dropdown-inner {
    position: relative;
    min-height: 36px
}

.global-navgation li .open&gt;a {
    background: transparent !important;
    color: #7cd3cd
}

.global-navgation&gt;li a.active {
    color: #7cd3cd
}

.global-navgation&gt;li.wish-list, .global-navgation&gt;li.my-bag {
    position: relative
}

.global-navgation&gt;li.wish-list a, .global-navgation&gt;li.my-bag a {
    text-align: center
}

.global-navgation&gt;li.wish-list .dropdown-inner&gt;a:after,
    .global-navgation&gt;li.my-bag .dropdown-inner&gt;a:after {
    content: "|";
    display: block;
    left: 0;
    top: 10px;
    position: absolute
}

@media ( max-width :767px) {
    .global-navgation&gt;li.wish-list a, .global-navgation&gt;li.my-bag a {
        text-align: left
    }
    .global-navgation&gt;li.wish-list .dropdown-inner&gt;a:after,
        .global-navgation&gt;li.my-bag .dropdown-inner&gt;a:after {
        display: none
    }
}

.global-navgation&gt;li.wish-list .glyphicon-heart {
    color: #c2c2c2
}

.global-navgation&gt;li.wish-list a:hover .glyphicon-heart {
    color: #7cd3cd
}

.global-navgation&gt;li:first-child {
    padding-left: 0
}

.global-navgation .subnav ul {
    font-family: 'Freight Disp Pro Medium', Arial, Helvetica, sans-serif
}

.global-navgation .caret, .navbar-ex2-collapse&gt;.caret {
    position: absolute;
    left: 30px;
    top: -12px;
    border-width: 10px;
    height: 0;
    width: 0;
    overflow: hidden;
    border-color: transparent;
    border-style: dashed;
    border-top-width: 0;
    border-bottom-color: #7cd3cd;
    border-bottom-style: solid
}

@media screen and (min-width:768px\0) {
    .global-navgation {
        display: table
    }
    .global-navgation&gt;li {
        width: auto !important
    }
    .global-navgation&gt;li:nth-child(1) {
        width: 16.5% !important
    }
    .global-navgation&gt;li:nth-child(2) {
        width: 13.8% !important
    }
    .global-navgation&gt;li:nth-child(3) {
        width: 10% !important
    }
    .global-navgation&gt;li:nth-child(4) {
        width: 8.5% !important
    }
    .global-navgation&gt;li:nth-child(5) {
        width: 8.5% !important
    }
    .global-navgation&gt;li:nth-child(6) {
        width: 8.5% !important
    }
}

@media ( min-width :768px) {
    .global-navgation .subnav-content {
        width: 478px;
        position: absolute;
        top: 100%;
        left: -30px;
        background-color: white;
        border-top: 5px solid #7cd3cd;
        margin-top: 0
    }
    .global-navgation .fine-jewelry-subnav-content {
        width: 540px
    }
    .global-navgation .subnav {
        width: 246px;
        border-right: 1px solid #ececec;
        min-height: 330px
    }
    .global-navgation .fine-jewelry-subnav-content .subnav {
        width: 308px
    }
    .global-navgation .subnav ul li a {
        padding: 9px 5px 9px 30px;
        color: #464646
    }
    .global-navgation .subnav ul li a:hover {
        background-color: #ebebeb
    }
    .global-navgation .recomment {
        text-align: center;
        width: 228px;
        letter-spacing: 1px;
        text-transform: uppercase
    }
    .global-navgation .recomment .h6 {
        line-height: 18px;
        font-size: 12px;
        margin: 15px 0;
        color: #111
    }
    .global-navgation .recomment .h6 a {
        color: #111
    }
    .global-navgation .recomment .h6 a:hover {
        color: #7cd3cd
    }
    .global-navgation .recomment .view {
        font-size: 12px;
        padding: 15px 0
    }
    .ad-subnav-wrap {
        padding: 10px !important
    }
    .global-navgation .ad-subnav {
        height: 72px;
        color: white;
        padding: 10px 20px;
        letter-spacing: 1px;
        font-size: 12px
    }
    .global-navgation .ad-subnav a {
        text-decoration: underline
    }
    .global-navgation .ad-subnav&gt;div {
        padding-bottom: 5px
    }
    .global-navgation .sc-my-bag {
        left: inherit;
        right: 0;
        width: 276px;
        padding: 0
    }
    .global-navgation .sc-my-bag .caret {
        left: inherit;
        right: 63px
    }
    .gn-my-bag {
        padding: 0 8px;
        margin: 0;
        color: #000;
        font-family: 'Century Gothic';
        text-transform: uppercase
    }
    .gn-my-bag li {
        position: relative;
        list-style: none;
        border-bottom: 1px solid #ececec;
        padding-right: 5px;
        padding-top: 10px;
        padding-bottom: 10px
    }
    .gn-my-bag li .media {
        margin-top: 0
    }
    .gn-my-bag .media&gt;.pull-left {
        margin: 0 20px
    }
    .gn-my-bag li .media-heading {
        font-size: 10px;
        color: #000
    }
    .gn-my-bag li div.text-xs {
        padding-bottom: 10px
    }
    .gn-my-bag li div.text-xs:last-child {
        padding-bottom: 0
    }
    .gn-my-bag .icons-close {
        position: absolute;
        top: 10px;
        left: 0
    }
    .sc-my-bag .subtotal {
        text-align: center;
        padding: 15px
    }
}

@media ( max-width :767px) {
    .header-navgation .navbar-ex2-collapse {
        margin-left: -15px;
        margin-right: -15px;
        max-height: none;
        overflow: visible;
        border-top: 2px solid #7cd3cd;
        position: relative;
        background: white
    }
    .navbar-ex2-collapse&gt;.caret {
        border-width: 5px
    }
    .global-navgation {
        background: white
    }
    .header-navgation .global-navgation&gt;li {
        margin: 0
    }
    .global-navgation .subnav-content {
        width: auto;
        position: static;
        float: none;
        border-radius: 0;
        border: 0;
        padding: 0;
        margin: 0
    }
    .global-navgation .subnav {
        width: auto
    }
    .global-navgation .subnav ul {
        border-right: 0
    }
    .global-navgation .recomment {
        width: auto;
        border-top: 1px solid #ececec
    }
    .global-navgation .caret {
        display: none
    }
    .global-navgation li .dropdown-inner&gt;a {
        padding-left: 15px;
        padding-right: 15px;
        background: #ebebeb !important
    }
    .global-navgation li .dropdown-inner .nav li {
        border-bottom: 1px solid #eee
    }
    .global-navgation li .dropdown-inner .nav li a {
        padding: 10px 20px
    }
    .global-navgation&gt;li&gt;.dropdown-inner {
        min-height: inherit;
        margin-bottom: 1px
    }
    .global-navgation .sc-my-bag {
        display: none !important
    }
}

@media ( min-width :768px) and (max-width:1199px) {
    .nav-sapphire .subnav-content {
        left: -100px
    }
    .nav-sapphire .subnav-content .caret {
        left: 100px
    }
    .nav-fine-jewelry .subnav-content {
        left: -200px
    }
    .nav-fine-jewelry .subnav-content .caret {
        left: 200px
    }
    .nav-vintage .subnav-content {
        left: -200px
    }
    .nav-vintage .subnav-content .caret {
        left: 200px
    }
    .nav-our-movement .subnav-content {
        left: -200px
    }
    .nav-our-movement .subnav-content .caret {
        left: 200px
    }
}

@media ( min-width :768px) and (max-width:991px) {
    .my-bag .subnav-content .caret {
        right: 45px
    }
}

#site-logo {
    margin: 35px 0 25px
}

.global-navgation-wrap {
    margin-bottom: 5px;
    z-index: 100
}

.global-navgation-wrap .navbar-header {
    float: none !important
}

@media ( max-width :767px) {
    .global-navgation-wrap {
        margin-bottom: 0
    }
    #site-logo {
        margin: 10px 0;
        font-size: 14px
    }
    #site-logo img {
        max-width: 297px;
        width: 100%;
        width: 200px;
        height: auto
    }
}

.site-quick-help {
    font-family: 'Brandon Grotesque Regular';
    font-family: "Century Gothic";
    font-size: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #ececec
}

.site-quick-help li {
    color: #898989
}

.site-quick-help a {
    color: #898989
}

.site-quick-help a:hover {
    color: #7cd3cd;
    text-decoration: none
}

.site-quick-help .country-dropdown a:hover {
    color: #898989;
    text-decoration: none
}

.site-quick-help .contact-us {
    float: left;
    width: auto !important
}

.site-quick-help .user-serves {
    float: right;
    width: auto !important
}

.site-quick-help .list-inline {
    margin-bottom: 0;
    line-height: 34px
}

.site-quick-help .list-inline&gt;li {
    line-height: 34px;
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: top
}

.site-quick-help .list-inline&gt;li.division {
    padding: 0;
    height: 34px;
    width: 0;
    overflow: hidden;
    border-right: 1px solid #ececec
}

.site-quick-help .list-inline .ico-l {
    vertical-align: middle
}

.site-quick-help .top-sign-in {
    text-align: right;
    float: right
}

.site-quick-help .top-sign-in&gt;li {
    text-align: left;
    float: left
}

@media ( min-width :768px) {
    .site-quick-help .visible-mobile {
        display: none
    }
}

@media ( max-width :767px) {
    .site-quick-help .visible-mobile {
        display: inline-block !important
    }
    .site-quick-help .hidden-mobile {
        display: none !important
    }
    .site-quick-help&gt;.container .col-xs-12 {
        width: auto;
        float: left
    }
    .site-quick-help .list-inline&gt;li.division {
        display: none
    }
    .site-quick-help .top-sign-in&gt;li:first-child {
        padding-left: 0
    }
    .site-quick-help .list-inline&gt;li {
        padding-right: 8px;
        padding-left: 17px
    }
    .site-quick-help .admin-list-inline&gt;li {
        padding-left: 7px
    }
    .site-quick-help .glyphicon {
        color: #b8b8b8;
        font-size: 14px
    }
}

.country-dropdown .dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #ececec;
    min-width: 83px;
    left: -1px;
    right: -1px;
    margin-top: 0;
    font-size: 10px;
    padding: 0
}

.country-dropdown .dropdown-menu&gt;li&gt;a {
    padding: 4px 10px 2px;
    color: #777
}

.home-search {
    padding-right: 0 !important;
    height: 34px;
    position: relative
}

.home-search #search-form {
    width: 75px
}

.home-search .glyphicon-search {
    padding-bottom: 5px
}

.home-search .t {
    border: 0;
    background-color: transparent;
    text-transform: uppercase;
    width: 55px;
    padding: 6px 0;
    line-height: 1.5
}

.home-search .t:focus {
    outline: 0
}

.home-search button {
    height: 34px;
    vertical-align: top;
    position: absolute;
    top: 0;
    right: 0;
    display: none
}

.home-search-mobile-wrap {
    padding: 10px 0;
    border-bottom: 1px solid #ececec
}

.home-search-mobile&gt;input.form-control {
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 0
}

.home-search-mobile .input-group-btn .btn {
    border-radius: 0
}

#footer {
    background-color: #ebebeb;
    padding: 40px 0 0
}

.footer-groups-link {
    color: #464646;
    font-size: 14px;
    padding-bottom: 30px
}

.footer-groups-link a {
    text-decoration: none
}

.footer-groups-link a:hover {
    color: #7cd3cd
}

.footer-groups-link dl dt {
    font-family: 'Century Gothic';
    padding-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: normal
}

.footer-groups-link dl dd {
    line-height: 15px;
    margin-bottom: 5px
}

.address-group-wrap {
    padding-top: 15px
}

.email-address-group&gt;input.form-control {
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 0;
    line-height: 26px
}

.email-address-group .input-group-btn .btn {
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 0;
    padding: 10px 21px;
    background-image: url(../img/icon/arrow-email-search.png);
    background-position: center center;
    background-repeat: no-repeat;
    font-family: 'Century Gothic';
    text-transform: uppercase
}

.email-address-group .input-group-btn .puretext {
    background-image: none
}

.friend-logo {
    white-space: nowrap
}

.friend-logo li:first-child img {
    width: 70px
}

.friend-logo li {
    vertical-align: top
}

.friend-logo li a {
    background-image: url(/assets/img/friend-logo.png) !important;
    background-repeat: no-repeat;
    height: 46px;
    display: inline-block;
    vertical-align: top
}

.friend-logo .logo-bbb {
    background-position: 0 top;
    width: 80px
}

.friend-logo .logo-norton {
    background-position: -93px top;
    width: 56px
}

.friend-logo .logo-stella-service {
    background-position: -163px top;
    width: 61px
}

.friend-logo .logo-bizrate {
    background-position: -237px top;
    width: 75px
}

.friend-logo a.logo-bbb:hover {
    background-position: 0 -46px
}

.friend-logo a.logo-norton:hover {
    background-position: -93px -46px
}

.friend-logo a.logo-stella-service:hover {
    background-position: -163px -46px
}

.friend-logo a.logo-bizrate:hover {
    background-position: -237px -46px
}

@media ( max-width :360px) {
    .friend-logo .logo-stella-service {
        background-position: -326px top;
        width: 44px
    }
    .friend-logo a.logo-stella-service:hover {
        background-position: -326px -46px
    }
}

.friendship .col-md-4, .friendship .col-md-5 {
    padding-top: 15px
}

.follow-us {
    white-space: nowrap
}

.follow-us li {
    margin: 0;
    padding: 0;
    width: 19%
}

@media ( max-width :767px) {
    #footer {
        padding-top: 0
    }
    .footer-groups-link {
        padding-bottom: 0
    }
    .follow-us li {
        display: inline-block;
        width: inherit;
        padding-right: 38px
    }
    .friend-logo li:first-child {
        padding-left: 0
    }
    .friend-logo li:last-child {
        padding-right: 0
    }
    .friendship h5 {
        margin-top: 20px
    }
    .footer-list-group-xs {
        font-family: 'Century Gothic';
        font-size: 14px;
        list-style: none;
        margin: 0;
        padding: 0
    }
    .footer-list-group-xs a {
        background: #bababa;
        text-align: center;
        display: block;
        padding: 15px;
        color: white;
        border-top: 1px solid #ebebeb
    }
    .footer-list-group-xs a:hover, .footer-list-group-xs a:focus {
        background-color: #a0a0a0;
        text-decoration: none
    }
}

@media ( min-width :768px) {
    .friend-logo {
        padding-left: 10%
    }
}

@media ( min-width :768px) and (max-width:991px) {
    .footer-groups-link {
        padding-bottom: 0
    }
    .friend-logo {
        text-align: right
    }
    .friendship h5 {
        text-align: center
    }
    .follow-us li {
        margin: 0;
        padding: 0;
        display: inline-block;
        width: inherit;
        padding: 0 20px
    }
    .follow-us {
        text-align: center
    }
}

.follow-us li .icon-social {
    height: 21px;
    display: block;
    background-image: url(../img/follow-us.png);
    background-repeat: no-repeat;
    text-indent: -999px;
    overflow: hidden
}

.follow-us li .icon-facebook {
    width: 10px;
    background-position: 0 bottom
}

.follow-us li .icon-twitter {
    width: 24px;
    background-position: -34px bottom
}

.follow-us li .icon-pinterest {
    width: 16px;
    background-position: -78px bottom
}

.follow-us li .icon-insta {
    width: 21px;
    background-position: -115px bottom
}

.follow-us li .icon-googs {
    width: 26px;
    background-position: -153px bottom;
    margin-right: 0
}

.follow-us li .icon-facebook:hover {
    background-position: 0 0
}

.follow-us li .icon-twitter:hover {
    background-position: -34px 0
}

.follow-us li .icon-pinterest:hover {
    background-position: -78px 0
}

.follow-us li .icon-insta:hover {
    background-position: -115px 0
}

.follow-us li .icon-googs:hover {
    background-position: -153px 0
}

#copyright {
    font-family: "Brandon Grotesque Regular";
    text-transform: uppercase;
    font-size: 10px;
    background-color: black;
    text-align: center;
    color: #c2c2c2;
    padding: 1.2em .2em;
    margin-top: 30px
}

#copyright a {
    color: #c2c2c2
}

#copyright a:hover {
    color: #7cd3cd
}

#copyright .list-inline {
    margin-bottom: 0
}

#ad-above {
    background: url(../img/index/bg-above.jpg) center top no-repeat;
    width: 100%;
    background-size: cover
}

#ad-above .imitate-table {
    height: 800px
}

#ad-above .ad-title-larger {
    width: 210px;
    margin-left: auto;
    margin-right: auto
}

#ad-above .ad-title-larger .h1 {
    margin-bottom: 3em
}

#ad-above .ad-title-larger a {
    color: white
}

@media ( max-width :767px) {
    #ad-above {
        background: url(../img/index/bg-above-sm.jpg) center top no-repeat
    }
    #ad-above .imitate-table {
        height: 488px
    }
}

#cyo-ring {
    text-align: center;
    background: url(../img/bg/cyo-ring.jpg) center 48px no-repeat;
    height: 400px
}

#cyo-ring p {
    font-size: 16px
}

#cyo-ring .ad-title-medium {
    padding-top: 110px
}

.home-rollover {
    overflow: hidden;
    height: 400px;
    position: relative;
    background: url(../img/bg/f-bcf.jpg) center top no-repeat
}

.home-rollover .rollover {
    font-size: 10px;
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
    z-index: 2;
    letter-spacing: 1px
}

.home-rollover .rollover:hover {
    color: #777
}

.home-rollover .f-bcf {
    position: absolute;
    top: 255px;
    width: 100%;
    text-align: center;
    color: white;
    z-index: 2
}

.home-rollover .f-bcf .more-tro {
    display: none
}

.home-rollover .transparent {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    background-image: linear-gradient(top, transparent 50%, #000 150%);
    background-image: -o-linear-gradient(top, transparent 50%, #000 150%);
    background-image: -moz-linear-gradient(top, transparent 50%, #000 150%);
    background-image: -webkit-linear-gradient(top, transparent 50%, #000 150%);
    background-image: -ms-linear-gradient(top, transparent 50%, #000 150%);
    opacity: .5;
    transition: background .5s ease-in .1s
}

@media ( min-width :1200px) {
    .home-rollover {
        background-size: cover
    }
}

.home-rollover .fore p {
    font-size: 16px
}

.shop-our-collections .h1 {
    font-size: 26px;
    text-align: center;
    letter-spacing: 1px
}

.shop-our-collections .h1 span {
    display: inline-block;
    border-bottom: 1px solid #464646;
    padding: 25px;
    min-width: 384px
}

@media ( max-width :767px) {
    .shop-our-collections .h1 span {
        min-width: inherit
    }
}

.soc-lists .thumbnail {
    border-color: white;
    border-top-width: 6px
}

.soc-lists .thumbnail h3, .soc-lists .thumbnail .shop-now {
    letter-spacing: 1px;
    font-family: "Century Gothic"
}

.soc-lists .thumbnail h3 {
    font-size: 14px;
    text-align: center;
    padding-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    border-bottom: 1px solid #ececec;
    text-transform: uppercase
}

.soc-lists .thumbnail h3 a {
    color: #464646
}

.soc-lists .thumbnail h3 a:hover {
    color: #7cd3cd
}

.soc-lists .thumbnail p {
    display: none;
    padding: 0 30px
}

.soc-lists .thumbnail p.shop-now {
    font-size: 10px;
    color: #898989;
    text-transform: uppercase
}

.soc-lists .thumbnail.active {
    border-color: #eaeaea;
    border-top-color: #7cd3cd;
    position: relative;
    z-index: 2
}

.soc-lists .thumbnail.active p {
    display: block
}

.home-soc-lists .thumbnail {
    position: relative;
    border: 0 !important;
    background: transparent
}

.home-soc-lists .thumbnail&gt;a, .home-soc-lists .thumbnail&gt;h3 {
    display: block;
    position: relative;
    z-index: 3
}

.home-soc-lists .thumbnail&gt;h3 {
    text-align: center;
    font-size: 14px;
    margin-left: 8%;
    margin-right: 8%
}

.home-soc-lists .thumbnail .caption {
    background: white;
    z-index: 1;
    transition: all .2s ease-in;
    visibility: hidden;
    position: absolute;
    top: -10px;
    padding-top: 175px;
    left: 4%;
    right: 4%;
    opacity: 0;
    border: 1px solid #ddd;
    border-top: 5px solid #7cd3cd;
    padding-bottom: 0;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.home-soc-lists .thumbnail .caption p {
    padding-left: 12px;
    padding-right: 12px;
    opacity: 0;
    -webkit-transition: opacity 0s;
    -moz-transition: opacity 0s;
    transition: opacity 0s
}

.home-soc-lists .thumbnail.active .caption {
    opacity: 1;
    top: -30px;
    padding-top: 255px;
    left: 0;
    right: 0;
    border-radius: 4px;
    padding-bottom: 5px;
    visibility: visible
}

.home-soc-lists .thumbnail.active .caption p {
    opacity: 1;
    padding-left: 17px;
    padding-right: 17px;
    transition: opacity .3s ease .2s
}

.shop-out-collections-short {
    padding-bottom: 50px
}

.shop-out-collections-short .soc-lists .thumbnail h3 {
    margin-left: 4px;
    margin-right: 4px;
    letter-spacing: 0
}

.shop-out-collections-short .soc-lists .thumbnail p {
    padding: 0 4px;
    display: block
}

.shop-out-collections-short .soc-lists .thumbnail.active {
    margin-top: 0;
    padding-top: 4px
}

.shape-your-future {
    border-top: 1px solid #ececec;
    margin-top: 20px;
    padding: 45px 0
}

.shape-your-future .title {
    padding-left: 40px;
    font-family: 'Century Gothic'
}

.shape-your-future .title a:hover {
    color: #7cd3cd
}

.rings-shape-lists {
    margin: 6px 0
}

.rings-shape-lists li {
    height: 54px;
    width: 10%;
    float: left;
    display: inline-block
}

@media ( max-width :767px) {
    .shape-your-future .title, .rings-shape-lists {
        text-align: center
    }
    .shape-your-future .title {
        padding-bottom: 15px
    }
    .rings-shape-lists .visible-xs {
        height: 10px;
        overflow: hidden
    }
    .rings-shape-lists li {
        display: inline-block;
        float: none;
        width: auto
    }
}

.rings-shape-lists li a {
    position: relative;
    background-image: url('/assets/img/pic/rings-shape.png');
    background-repeat: no-repeat;
    display: inline-block;
    height: 54px;
    width: 54px
}

.rings-shape-lists li a span {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -30px;
    text-align: center;
    width: 60px;
    font-family: 'Century Gothic';
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000
}

.rings-shape-lists li a:hover span {
    display: block
}

@media ( max-width :991px) {
    .rings-shape-lists li a span {
        font-size: 8px
    }
}

@media ( max-width :767px) {
    .rings-shape-lists li a span {
        display: block
    }
}

.beautiful-tips {
    font-family: 'Century Gothic'
}

.beautiful-tips .tip-ico {
    position: absolute
}

.beautiful-tips .tip-ico .t-pic {
    cursor: pointer;
    background: url('/assets/img/spirit-pic.png') left top no-repeat;
    width: 56px;
    height: 55px;
    display: block
}

#antique-arrivals .carousel-inner .item {
    height: 235px
}

#antique-arrivals .glyphicon:before {
    content: ""
}

#antique-arrivals .glyphicon {
    width: 10px;
    height: 17px;
    background: url(../img/icon/arrow-icon.png) left top no-repeat
}

#antique-arrivals .glyphicon-chevron-left {
    background-position: -20px 0
}

#antique-arrivals a:hover .glyphicon-chevron-left {
    background-position: 0 -17px
}

#antique-arrivals .glyphicon-chevron-right {
    background-position: -30px 0
}

#antique-arrivals a:hover .glyphicon-chevron-right {
    background-position: -10px -17px
}

.rings-shape-lists .fore1 {
    background-position: 3px 0;
    width: 47px
}

.rings-shape-lists .fore2 {
    background-position: -92px 0;
    width: 47px
}

.rings-shape-lists .fore4 {
    background-position: -188px 0;
    width: 47px
}

.rings-shape-lists .fore3 {
    background-position: -281px 0;
    width: 47px
}

.rings-shape-lists .fore5 {
    background-position: -376px 0;
    width: 47px
}

.rings-shape-lists .fore6 {
    background-position: -469px 0;
    width: 47px
}

.rings-shape-lists .fore7 {
    background-position: -564px 0;
    width: 47px
}

.rings-shape-lists .fore8 {
    background-position: -657px 0;
    width: 47px
}

.rings-shape-lists .fore10 {
    background-position: -751px 0;
    width: 47px
}

.rings-shape-lists .fore9 {
    background-position: -846px 0;
    width: 47px
}

.get-married {
    background: url(../img/modification/get-married.jpg) center bottom
        no-repeat;
    background-size: cover;
    height: 378px
}

.commitment-to-you {
    height: 378px
}

.commitment-to-you .ad-title-medium {
    padding-top: 70px
}

.shop-earrings {
    background: url(../img/bg/Top20-Homepage-Image.jpg) center center
        no-repeat;
    background-size: cover;
    height: 400px;
    position: relative
}

@media ( min-width :1200px) {
    .shop-earrings {
        background-size: cover
    }
}

.shop-earrings p {
    position: absolute;
    width: 100%;
    bottom: 25px;
    text-align: center;
    letter-spacing: 1px
}

.shop-gifts {
    text-align: center;
    border-left: 1px solid #ececec;
    height: 400px
}

.shop-gifts .ad-title-medium .h1 {
    margin-bottom: 1em
}

.shop-gifts .tro {
    font-size: 16px;
    line-height: 20px;
    height: 85px;
    margin: 0;
    color: #111
}

#antique-arrivals .h1 {
    margin: 0
}

#antique-arrivals .carousel-caption {
    padding-bottom: 5px;
    color: black;
    text-shadow: none;
    position: static;
    padding-top: 27px
}

#antique-arrivals .s-body {
    padding-top: 7px
}

@media ( min-width :768px) and (max-width:991px) {
    #antique-arrivals {
        height: 400px
    }
}

@media ( max-width :767px) {
    .shape-your-future .title {
        padding-left: 0
    }
    .rings-shape-lists li {
        margin-right: 8px
    }
}

@media ( min-width :768px) and (max-width:992px) {
    .shape-your-future .title {
        padding-left: 15px
    }
}

@media ( min-width :1200px) {
    .container {
        max-width: 1384px !important;
    }
}

@media ( min-width :1310px) {
    .container1280 {
        max-width: 1310px
    }
}

@media ( min-width :1290px) {
    .container1260 {
        max-width: 1290px
    }
}

@media ( min-width :1030px) {
    .footer-groups-link .row&gt;div.fore1 {
        width: 18.6667%
    }
    .footer-groups-link .row&gt;div.fore2 {
        width: 19.6667%
    }
    .footer-groups-link .row&gt;div.fore3 {
        width: 19.9667%
    }
    .footer-groups-link .row&gt;div.fore5 {
        width: 25%
    }
}

@media ( min-width :1000px) {
    .cm-container-md {
        max-width: 1030px
    }
}

.containerauto {
    width: 100% !important;
    max-width: 100% !important
}

.cm-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0
}

.beyond-conflicy-wrap {
    margin-bottom: 10px
}

.beyond-conflicy-wrap .flower {
    background: url(../img/modification/hand-flower.jpg) center top
        no-repeat;
    height: 325px
}

.beyond-conflicy-wrap .conflict-free {
    background: url(../img/modification/beyond-conflict-free.jpg) center top
        no-repeat;
    height: 325px
}

.beyond-conflicy-wrap .beautiful-women {
    background: url(../img/modification/beautiful-women2.jpg) center top
        no-repeat;
    height: 325px
}

.beyond-conflicy-wrap .precious-metals {
    background: url(../img/modification/precious-metals2.jpg?_v=123) center
        top no-repeat;
    height: 325px
}

.beyond-conflicy-wrap .join-out-movement-meta {
    background: url(../img/modification/join-out-movement.jpg) center top
        no-repeat;
    height: 325px
}

.beyond-conflicy-wrap .we-give-back-meta {
    background: url(../img/modification/we-give-back-meta.jpg) center top
        no-repeat;
    height: 325px
}

.beyond-conflicy {
    margin: 0 auto;
    border: 1px solid #ebebeb;
    border-top: 6px solid #7cd3cd;
    height: 325px
}

.beyond-conflicy .ad-title-medium {
    padding-top: 70px
}

.engagement-lookbook {
    background: url(../img/banner/beautiful-girl.jpg) right top no-repeat;
    height: 500px
}

.your-own-earrings {
    background: url(../img/banner/double-diamonds.jpg) right top no-repeat;
    height: 500px
}

.sapphire-wedding-rings {
    background: url(../img/banner/sapphire-wedding-rings2.jpg) right top
        no-repeat;
    height: 500px
}

.sapphire-wedding-rings1 {
    background: url(../img/banner/sapphire-wedding-rings1.jpg) right top
        no-repeat;
    height: 500px
}

@media ( max-width :400px) {
    .sapphire-wedding-rings, .sapphire-wedding-rings1, .your-own-earrings {
        background-position-x: 90%
    }
}

.eco-friendly-gifts {
    background: url(../img/banner/eco-friendly-gifts2.jpg) right top
        no-repeat;
    height: 500px
}

.one-of-a-kind {
    background-color: #f3f3f3;
    height: 410px;
    border: 1px solid #ebebeb
}

.recently-purchased {
    background: #7cd3cd;
    height: 250px;
    text-align: center;
    position: relative;
    z-index: 2
}

.recently-purchased .ad-title-medium {
    margin-bottom: 35px
}

.recently-purchased .ad-title-medium .text {
    font-size: 30px
}

.recently-purchased .ad-title-medium small {
    font-size: 12px
}

.recently-purchased .ad-title-medium * {
    font-family: 'Brandon Grotesque Regular';
    font-weight: bold
}

.recently-purchased .learn-more2 {
    color: black !important
}

.recently-purchased .caret {
    border-width: 10px 10px 0;
    border-top: 10px solid #7cd3cd;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px
}

.recently-purchased-img {
    height: 250px;
    background-color: #f4f6f5;
    text-align: center
}

.recently-purchased-img img, .top-wedding-rings-img img {
    margin: 0 auto
}

.top-wedding-rings-img {
    height: 250px;
    border: 1px solid #f4f6f5;
    text-align: center
}

.unique-diamond-jewelry {
    background: url(../img/bg/unique-diamond-jewelry2.jpg) center bottom
        no-repeat;
    height: 500px
}

.vibrant-sapphire-jewelry {
    background: url(../img/bg/vibrant-sapphire-jewelry4.jpg) center bottom
        no-repeat;
    height: 500px
}

.vibrant-sapphire-jewelry2 {
    background: url(../img/bg/vibrant-sapphire-jewelry3.jpg) center bottom
        no-repeat;
    height: 500px
}

.request-for-quote {
    background-color: #79c097;
    height: 410px
}

.recently-purchased-rings {
    background: url(../img/bg/recently-purchased-rings.jpg) center bottom
        no-repeat;
    height: 500px
}

.recently-purchased-rings .views {
    text-align: center
}

.create-own-diamond {
    background: url(../img/bg/create-own-diamond.jpg) center bottom
        no-repeat;
    height: 500px
}

.timeless-antique-jewelry {
    background: url(../img/bg/timeless-antique-jewelry.jpg) center bottom
        no-repeat;
    height: 500px
}

.sapphire-wedding-rings2 {
    background: url(../img/bg/sapphire-wedding-rings2.jpg) center bottom
        no-repeat;
    height: 500px
}

.news-wedding-rings {
    background: url(../img/bg/news-wedding-rings.jpg) center bottom
        no-repeat;
    height: 500px
}

.side-column1 .ad-title-medium .h1 small {
    font-size: 140%
}

.side-column1 .ad-title-medium .h1 .text {
    font-size: 340%
}

@media ( max-width :991px) {
    .unique-diamond-jewelry, .vibrant-sapphire-jewelry,
        .vibrant-sapphire-jewelry2 {
        background-size: cover
    }
}

@media ( max-width :767px) {
    .choose-your-ring-tabs, .choose-your-ring-tabs&gt;li.btn {
        display: block;
        width: auto;
        height: auto !important
    }
}

.choose-your-ring-tabs {
    font-family: "Century Gothic";
    margin: 0;
    padding: 0;
    border-radius: 2px;
    border: 1px solid #eaeaea;
    font-size: 14px;
    -moz-box-shadow: 0 1px 2px #eaeaea;
    -webkit-box-shadow: 0 1px 2px #eaeaea;
    box-shadow: 0 1px 2px #eaeaea;
    margin-bottom: 20px
}

.choose-your-ring-tabs&gt;li {
    color: black;
    text-align: left;
    border: 0;
    padding: 15px 12px;
    text-transform: uppercase;
    white-space: normal;
    border-right: 1px solid #eaeaea !important;
    height: 60px !important
}

.choose-your-ring-tabs&gt;li .view-change a:hover {
    color: #7cd3cd
}

.choose-your-ring-tabs&gt;li.active {
    background-color: #eaeaea;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select-view-your-selections-fixed {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid #eaeaea;
    margin-bottom: 20px;
    box-shadow: 0 1px 2px #eaeaea
}

.select-view-your-selections-fixed:hover {
    background-color: #ebebeb
}

.select-view-your-selections-fixed .choose-your-ring-tabs {
    position: static;
    border: 0;
    margin-bottom: 0
}

.choose-your-ring-tabs&gt;li.select-view-your-selections {
    border-right: 0 !important;
    height: 70px !important;
    position: static
}

.select-view-your-selections .dropdown-menu {
    border-color: #eaeaea;
    float: none;
    top: 100%;
    top: 70px;
    right: -1px;
    left: -1px;
    margin: 0;
    border-radius: 0 0 2px 2px;
    border-top: 0;
    margin-top: -1px;
    box-shadow: 0 1px 2px #eaeaea;
    padding: 0
}

.select-view-your-selections .dropdown-menu&gt;li {
    padding: 8px 0;
    margin: 0 10px;
    border-top: 1px solid #eaeaea;
    cursor: default
}

.select-view-your-selections .dropdown-menu&gt;li h4 {
    color: black;
    font-size: 10px;
    white-space: normal !important;
    margin-top: 10px;
    line-height: 1.42857;
    margin-bottom: 0
}

.select-view-your-selections .dropdown-menu&gt;li p {
    font-size: 10px
}

.select-view-your-selections .dropdown-menu&gt;li&gt;a {
    clear: both;
    color: #333;
    display: inline;
    font-weight: normal;
    line-height: 1.42857;
    padding: 0;
    white-space: normal;
    background: white !important
}

.be-detail {
    padding-bottom: 20px
}

.be-detail .explanation {
    font-size: 10px;
    text-transform: uppercase;
    font-family: "Century Gothic";
    color: #000
}

.be-detail .explanation select, .be-detail .explanation input {
    font-family: "Century Gothic"
}

.be-detail .detail-ranking {
    font-size: 10px;
    text-align: right;
    text-transform: uppercase
}

.be-detail .explanation .main-leading {
    letter-spacing: 0;
    margin-top: 0;
    color: #000
}

.be-detail .explanation .main-leading small {
    color: black
}

.be-detail .product-rating {
    line-height: 12px;
    text-transform: uppercase
}

.be-detail .product-rating a {
    font-size: 10px;
    color: black
}

.free-shipping {
    color: black;
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px
}

.free-shipping&gt;div {
    padding-top: 5px;
    padding-bottom: 5px
}

@media ( min-width :992px) {
    .free-shipping&gt;.col-md-7 {
        width: auto;
        min-width: 58.3333%
    }
    .free-shipping&gt;.col-md-5 {
        width: auto;
        min-width: 41.6667%
    }
}

.detail-share {
    margin: 20px 0;
    display: table;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    width: 100%
}

.detail-share&gt;div {
    display: table-cell;
    vertical-align: middle;
    height: 60px
}

.drop-a-hint {
    color: #000;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    text-decoration: underline
}

.christmas-only-day {
    letter-spacing: .75px;
    display: block;
    line-height: 14px;
    padding-left: 22px;
    background: url(../img/holiday/2014/boot.png) left center no-repeat
}

@media ( max-width :767px) {
    .detail-share {
        display: block
    }
    .detail-share&gt;div {
        display: block;
        height: auto;
        padding: 10px 0
    }
}

.popup-holiday .modal-dialog:after {
    content: '';
    background: url("../img/holiday/2014/site-quick-help-m.png") no-repeat
        scroll left top;
    height: 43px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    top: 20px;
    width: 60px;
    z-index: 2
}

.popup-holiday .holiday-ornament:after {
    height: 66px
}

@media ( max-width :767px) {
    .popup-holiday .modal-dialog:after {
        top: -10px
    }
}

#holiday_countdown {
    max-width: 250px
}

#pinit-icon {
    padding-right: 50px;
    padding-top: 3px
}

.want.horizontal&gt;span {
    width: 53px
}

#pinit-icon a {
    background-repeat: no-repeat;
    width: 67px !important
}

.need-assistance .explain {
    font-family: 'Freight Disp Pro Medium'
}

.contact-information {
    font-family: "Century Gothic";
    border-left: 1px solid #ececec;
    padding-bottom: 10px
}

.contact-information&gt;div {
    padding-top: 10px
}

.contact-information&gt;div .glyphicon {
    margin-right: 10px
}

.need-assistance .explain {
    padding-left: 1em
}

.tabs-product-detail {
    color: #000
}

.tabs-product-detail .nav-tabs {
    font-family: "Century Gothic";
    border-radius: 2px;
    border: 1px solid #eaeaea;
    overflow: hidden;
    font-size: 14px;
    -moz-box-shadow: 0 1px 2px #eaeaea;
    -webkit-box-shadow: 0 1px 2px #eaeaea;
    box-shadow: 0 1px 2px #eaeaea
}

.tabs-product-detail .nav-tabs li {
    border-right: 1px solid #eaeaea;
    text-transform: uppercase
}

.tabs-product-detail .nav-tabs li a {
    border-radius: 0 !important;
    border: 0 !important;
    padding: 20px 10px;
    color: black
}

.tabs-product-detail .nav-tabs li a:hover, .tabs-product-detail .nav-tabs li.active a
    {
    background-color: #ececec
}

.tabs-product-detail .tab-content {
    border: 1px solid #eaeaea;
    min-height: 300px
}

.product-details-lists {
    padding: 10px 30px
}

.product-details-lists h3 {
    color: #000
}

.product-details-lists h4.h5 {
    white-space: nowrap;
    color: #000;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    margin-top: 20px
}

.product-details-lists dl {
    margin-top: 10px
}

.product-details-lists dl dt {
    font-size: 14px;
    font-weight: normal
}

.product-details-lists dl dt a {
    color: #000;
    text-decoration: underline
}

.product-details-lists dl dt a:hover, .product-details-lists dl dd a:hover
    {
    color: #7cd3cd
}

.product-details-lists dl dd {
    color: #959595;
    margin-bottom: 10px
}

.product-details-lists dl dd a {
    color: #959595;
    text-decoration: underline
}

.product-details-tabs-others {
    padding: 10px 30px
}

.product-lists-sa .thumbnail {
    border: 0;
    text-align: center;
    font-family: "Century Gothic"
}

.product-lists-sa .thumbnail a {
    color: #000
}

.product-lists-sa .thumbnail a:hover {
    color: #7cd3cd
}

.product-lists-sa .thumbnail h3 {
    height: 3.3em;
    overflow: hidden
}

.craftmanship-block {
    border: 1px solid #ececec
}

.craftmanship-block .content {
    padding: 0;
    border-top: 6px solid #7cd3cd
}

.craftmanship-block .pic {
    text-align: right;
    padding: 0
}

@media ( min-width :1200px) {
    .craftmanship-block .content {
        width: 53%
    }
    .craftmanship-block .pic {
        width: 47%
    }
}

.sample-image-only {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 0 auto
}

.sample-image-only .explain {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    margin: 0
}

.diamond-certification h5 {
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
    position: relative
}

.diamond-certification .caret {
    position: absolute;
    bottom: -5px;
    left: 50%
}

.diamond-certification-lists {
    text-align: center;
    padding: 5px 0;
    line-height: 12px;
    font-size: 10px
}

.diamond-certification-lists li {
    display: inline-block;
    text-align: center;
    width: 70px;
    margin: 0 5px;
    vertical-align: top
}

.diamond-certification-lists li img {
    border: 1px solid #ececec
}

.diamond-certification-lists li a {
    color: #000;
    text-decoration: underline
}

.diamond-certification-lists li a:hover img {
    border-color: #7cd3cd
}

.diamond-certification-lists .caption {
    padding-top: 4px;
    text-transform: uppercase
}

.diamond-details-type-lists {
    padding: 20px 35px;
    border: 1px solid #ececec
}

.diamond-details-type-lists .list-unstyled {
    font-size: 10px;
    display: table;
    width: 100%;
    border: 1px solid #ececec;
    border-collapse: collapse
}

.diamond-details-type-lists .list-unstyled li {
    display: table-cell;
    border: 1px solid #ececec;
    margin-left: -1px;
    height: 37px;
    line-height: 37px;
    padding: 0 4px;
    text-align: center
}

.diamond-details-type-lists .list-unstyled li.active {
    background-color: #7cd3cd;
    color: #fff
}

.engagement-ring-collection, .channer-banner {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover
}

.antique_banner {
    background-image: url(../img/banner/banner-antique-rings.jpg);
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/banner/banner-antique-rings.jpg',
        sizingMethod='scale')
}

.blue_sapphire_banner {
    background-image: url(../img/banner/banner-sapphire-jewelry2.jpg?_v=123);
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/banner/banner-sapphire-jewelry2.jpg?_v=123',
        sizingMethod='scale')
}

.custom_banner {
    background-image: url(../img/banner/banner-custom-desing-gallery.jpg);
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/banner/banner-custom-desing-gallery.jpg?_v=123',
        sizingMethod='scale')
}

.diamond_banner {
    background-image: url(../img/banner/banner-diamond-jewelry.jpg?_v=123);
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/banner/banner-diamond-jewelry.jpg?_v=123',
        sizingMethod='scale')
}

.engagement_ring_banner {
    background-image: url(../img/banner/diamond-ring-banner.jpg);
    background-size: cover
}

.jewelry_gifts_banner {
    background-image: url(../img/banner/banner-gifts2.jpg?_v=123);
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/banner/banner-gifts.jpg?_v=123',
        sizingMethod='scale')
}

.loose_diamond_banner {
    background-image: url(../img/banner/banner-loose-diamonds.jpg?_v=123);
    background-size: cover
}

.rings_banner {
    background-image: url(../img/banner/banner-rings.jpg?_v=123);
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/banner/banner-rings.jpg?_v=123',
        sizingMethod='scale')
}

.sapphire_banner {
    background-image: url(../img/banner/sapphire-rings-banner2.jpg);
    background-size: cover
}

.wedding_rings_banner {
    background-image: url(../img/banner/wedding-ring-banner2.jpg);
    background-size: cover
}

.our_movement_banner {
    background-image: url(../img/slider/shines-brighter/banner01.jpg);
    background-size: cover
}

.eco_friendly_jewelry_earrings_banner {
    background-image: url(../img/banner/banner-earrings2.jpg);
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/banner/banner-earrings2.jpg',
        sizingMethod='scale')
}

.eco_friendly_pendants_banner {
    background-image: url(../img/banner/banner-pendants.jpg);
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/banner/banner-pendants.jpg',
        sizingMethod='scale')
}

.womens-wedding-rings-banner {
    background-image: url(../img/banner/banner-womens-wedding-rings.jpg);
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/banner/banner-womens-wedding-rings.jpg',
        sizingMethod='scale')
}

.Antique-Style-Engagement-Rings-banner {
    background-image: url(../img/banner/Antique-Style-Engagement-Rings.jpg);
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/banner/Antique-Style-Engagement-Rings.jpg',
        sizingMethod='scale')
}

.classic-diamond-dngagement-rings-banner {
    background-image:
        url(../img/banner/gateway/classic-diamond-dngagement-rings.jpg?_v=2015);
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/banner/gateway/classic-diamond-dngagement-rings.jpg?_v=2015',
        sizingMethod='scale')
}

.custom-engagement-rings-banner {
    background-image: url(../img/banner/banner-custom-engagement-rings.jpg);
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/banner/banner-custom-engagement-rings.jpg',
        sizingMethod='scale')
}

.editors-picks-banner {
    background-image: url(../img/banner/gateway/editors-picks.jpg);
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/banner/gateway/editors-picks.jpg',
        sizingMethod='scale')
}

.exclusive-design-collection-banner {
    background-image: url(../img/banner/exclusive-design-collection.jpg);
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/banner/exclusive-design-collection.jpg',
        sizingMethod='scale')
}

.mens-wedding-rings-banner {
    background-image: url(../img/banner/gateway/mens-wedding-rings.jpg);
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/banner/gateway/mens-wedding-rings.jpg',
        sizingMethod='scale')
}

.rose-gold-engagement-rings-banner {
    background-image:
        url(../img/banner/gateway/rose-gold-engagement-rings.jpg);
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/banner/gateway/rose-gold-engagement-rings.jpg',
        sizingMethod='scale')
}

.sapphire-engagement-rings-banner {
    background-image:
        url(../img/banner/gateway/sapphire-engagement-rings.jpg);
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/banner/gateway/sapphire-engagement-rings.jpg',
        sizingMethod='scale')
}

.top-engagement-rings-banner {
    background-image: url(../img/banner/top-engagement-rings.jpg);
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/banner/top-engagement-rings.jpg',
        sizingMethod='scale')
}

.top-twenty-womens-wedding-rings-banner {
    background-image: url(../img/banner/top-twenty-womens-wedding-rings.jpg);
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/banner/top-twenty-womens-wedding-rings.jpg',
        sizingMethod='scale')
}

.unique-colored-gemstones-banner {
    background-image: url(../img/banner/banner-unique-colored-gemstones.jpg);
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/banner/banner-unique-colored-gemstones.jpg',
        sizingMethod='scale')
}

.vintage-gemstone-rings-banner {
    background-image: url(../img/banner/gateway/vintage-gemstone-rings.jpg);
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/banner/gateway/vintage-gemstone-rings.jpg',
        sizingMethod='scale')
}

.fine-jewelry2-banner {
    background-image: url(../img/banner/banner-fine-jewelry2.jpg);
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/banner/banner-fine-jewelry2.jpg',
        sizingMethod='scale')
}

.recently-purchased-engagement-rings-banner {
    background-image:
        url(../img/banner/Recently-Purchased-Diamonds-Rings.jpg);
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/banner/Recently-Purchased-Diamonds-Rings.jpg',
        sizingMethod='scale')
}

.engagement-rings-banner {
    background-image: url(../img/banner/banner-diamond-ring.jpg);
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/banner/banner-diamond-ring.jpg',
        sizingMethod='scale')
}

@media ( max-width :767px) {
    .channer-banner-xs {
        background-position: bottom center
    }
    .channer-banner-xs .ad-title-larger .h1 * {
        letter-spacing: .59px !important
    }
    .channer-banner-xs .h1 {
        width: 290px;
        margin-left: auto !important;
        margin-right: auto !important
    }
    .channer-banner-xs .imitate-table&gt;div {
        vertical-align: top
    }
    .channer-banner.channer-banner-xs .imitate-table&gt;div {
        text-shadow: 0 3px 2px rgba(0, 0, 0, 0.2)
    }
    .antique_banner {
        background-image: url(../img/banner/banner-antique-rings-sm.jpg);
        background-size: cover !important
    }
    .blue_sapphire_banner {
        background-image:
            url(../img/banner/banner-sapphire-jewelry2-sm.jpg?_v=123);
        background-size: cover !important
    }
    .custom_banner {
        background-image:
            url(../img/banner/banner-custom-desing-gallery-sm2.jpg);
        background-size: cover !important
    }
    .custom_banner .ad-title-larger .h1 {
        padding-top: 38px;
        font-size: 8px
    }
    .diamond_banner {
        background-image:
            url(../img/banner/banner-diamond-jewelry-sm.jpg?_v=123);
        background-size: cover !important
    }
    .engagement_ring_banner {
        background-image: url(../img/banner/diamond-ring-banner-sm.jpg);
        background-size: cover !important
    }
    .jewelry_gifts_banner {
        background-image: url(../img/banner/banner-gifts2-sm.jpg?_v=123);
        background-size: cover !important
    }
    .loose_diamond_banner {
        background-image:
            url(../img/banner/banner-loose-diamonds-sm2.jpg?_v=123)
    }
    .loose_diamond_banner .ad-title-larger .h1 {
        padding-top: 4.5em;
        font-size: 10px
    }
    .rings_banner {
        background-image: url(../img/banner/banner-rings-sm2.jpg?_v=123);
        background-size: cover !important
    }
    .rings_banner .ad-title-larger .h1 {
        font-size: 13px;
        padding-top: 40px
    }
    .sapphire_banner {
        background-image: url(../img/banner/sapphire-rings-banner-sm2.jpg);
        background-size: cover !important
    }
    .sapphire_banner .ad-title-larger .h1 {
        font-size: 8px;
        padding-top: 45px
    }
    .wedding_rings_banner {
        background-image: url(../img/banner/wedding-ring-banner-sm2.jpg);
        background-size: cover
    }
    .wedding_rings_banner .ad-title-larger .h1 {
        font-size: 8px;
        padding-top: 38px
    }
    .our_movement_banner {
        background-image: url(../img/slider/shines-brighter/banner01-sm.jpg);
        background-size: cover !important
    }
    .eco_friendly_jewelry_earrings_banner {
        background-image: url(../img/banner/banner-earrings2-sm.jpg);
        background-size: cover !important
    }
    .eco_friendly_pendants_banner {
        background-image: url(../img/banner/banner-pendants-sm.jpg);
        background-size: cover !important
    }
    .womens-wedding-rings-banner {
        background-image: url(../img/banner/banner-womens-wedding-rings-sm2.jpg)
    }
    .womens-wedding-rings-banner .ad-title-medium .h1 {
        font-size: 13px;
        padding-top: 2em
    }
    .Antique-Style-Engagement-Rings-banner {
        background-image:
            url(../img/banner/Antique-Style-Engagement-Rings-sm.jpg)
    }
    .Antique-Style-Engagement-Rings-banner .ad-title-medium .h1 {
        font-size: 10px;
        padding-top: 45px
    }
    .classic-diamond-dngagement-rings-banner {
        background-image:
            url(../img/banner/gateway/classic-diamond-dngagement-rings-sm.jpg)
    }
    .classic-diamond-dngagement-rings-banner .banner-heading {
        font-size: 13px;
        padding-top: 40px
    }
    .custom-engagement-rings-banner {
        background-image:
            url(../img/banner/banner-custom-engagement-rings-xs.jpg)
    }
    .custom-engagement-rings-banner .ad-title-medium .h1 {
        font-size: 13px;
        padding-top: 30px
    }
    .editors-picks-banner {
        background-image: url(../img/banner/gateway/editors-picks-sm.jpg)
    }
    .editors-picks-banner .banner-heading {
        font-size: 18px;
        padding-top: 40px
    }
    .exclusive-design-collection-banner {
        background-image: url(../img/banner/exclusive-design-collection-sm.jpg)
    }
    .exclusive-design-collection-banner .ad-title-larger .h1 {
        font-size: 10px;
        padding-top: 45px
    }
    .mens-wedding-rings-banner {
        background-image: url(../img/banner/gateway/mens-wedding-rings-sm.jpg)
    }
    .mens-wedding-rings-banner .ad-title-medium .h1 {
        font-size: 13px;
        padding-top: 40px
    }
    .rose-gold-engagement-rings-banner {
        background-image:
            url(../img/banner/gateway/rose-gold-engagement-rings-sm.jpg)
    }
    .rose-gold-engagement-rings-banner .ad-title-medium .h1 {
        font-size: 10px;
        padding-top: 40px
    }
    .sapphire-engagement-rings-banner {
        background-image:
            url(../img/banner/gateway/sapphire-engagement-rings-sm.jpg)
    }
    .sapphire-engagement-rings-banner .ad-title-medium .h1 {
        font-size: 10px;
        padding-top: 40px
    }
    .top-engagement-rings-banner {
        background-image: url(../img/banner/top-engagement-rings-sm.jpg)
    }
    .top-engagement-rings-banner .ad-title-medium .h1 {
        font-size: 10px;
        padding-top: 40px
    }
    .top-twenty-womens-wedding-rings-banner {
        background-image:
            url(../img/banner/top-twenty-womens-wedding-rings-sm.jpg)
    }
    .top-twenty-womens-wedding-rings-banner .ad-title-medium .h1 {
        font-size: 9px;
        padding-top: 40px
    }
    .unique-colored-gemstones-banner {
        background-image:
            url(../img/banner/banner-unique-colored-gemstones-sm2.jpg)
    }
    .unique-colored-gemstones-banner .ad-title-medium .h1 {
        font-size: 11px;
        padding-top: 40px
    }
    .vintage-gemstone-rings-banner {
        background-image:
            url(../img/banner/gateway/vintage-gemstone-rings-sm.jpg)
    }
    .vintage-gemstone-rings-banner .banner-heading {
        font-size: 11px;
        padding-top: 40px
    }
    .fine-jewelry2-banner {
        background-image: url(../img/banner/banner-fine-jewelry2-sm.jpg)
    }
    .fine-jewelry2-banner .ad-title-larger .h1 {
        font-size: 10px;
        padding-top: 35px
    }
    .recently-purchased-engagement-rings-banner {
        background-image:
            url(../img/banner/Recently-Purchased-Diamonds-Rings-sm2.jpg)
    }
    .recently-purchased-engagement-rings-banner .ad-title-medium .h1 {
        font-size: 9px;
        padding-top: 55px
    }
    .engagement-rings-banner {
        background-image: url(../img/banner/banner-diamond-ring-sm.jpg)
    }
    .engagement-rings-banner .ad-title-larger .h1 {
        font-size: 10px;
        padding-top: 35px
    }
}

@media ( min-width :1280px) {
    .engagement-ring-collection {
        background-size: 100% 300px
    }
}

.engagement-ring-collection .imitate-table {
    height: 300px
}

.channer-banner-gateway .imitate-table {
    height: 334px
}

.channer-banner-gateway .imitate-table {
    height: 334px
}

.banner-hero {
    height: 520px;
    color: white
}

.banner-hero .imitate-table {
    height: 520px
}

.banner-hero .col-md-4 {
    width: 300px
}

@media ( max-width :767px) {
    .banner-hero .col-md-4 {
        width: auto;
        text-align: center
    }
}

.banner-hero .ad-title-larger {
    padding-bottom: 20px
}

.banner-hero p {
    margin-bottom: 30px
}

#listpage-filter {
    border-top: 1px solid #ececec;
    padding: 10px 35px
}

.listpage-filter dt {
    color: #000
}

.listpage-filter {
    margin-bottom: 30px
}

.listpage-filter .listpage-filter-inner {
    border-bottom: 1px solid #d4d4d4;
    box-shadow: 0 1px 0 #ececec
}

.listpage-filter .swith-box {
    position: relative
}

.listpage-filter .btn-filters {
    position: absolute;
    right: 0;
    bottom: -30px
}

.listpage-filter .btn-hide {
    position: absolute;
    right: 0;
    bottom: 0
}

.listpage-filter .btn-hide .btn {
    background: black;
    border-color: black
}

.listpage-filter .btn-hide .btn:hover {
    background: #333;
    border-color: #333
}

.listpage-filter-mobile .icons-plus, .listpage-filter-mobile .icons-minus
    {
    display: none
}

@media ( max-width :767px) {
    .listpage-filter-mobile .icons-plus, .listpage-filter-mobile .icons-minus
        {
        display: block
    }
    .listpage-filter-mobile dt {
        border-bottom: 1px solid #7cd3cd;
        padding-bottom: 5px;
        padding-top: 5px
    }
    .listpage-filter-mobile dl {
        margin: 0 0 15px
    }
    #listpage-filter {
        padding: 10px 15px 35px
    }
}

.listpage-pagination {
    color: #000;
    font-size: 12px;
    font-family: 'Century Gothic';
    letter-spacing: 1px
}

.listpage-pagination .display-page {
    white-space: nowrap
}

.listpage-pagination .sort-by .form-group, .listpage-pagination .display-page .form-group
    {
    display: inline-block;
    text-align: left
}

.sort-by-select-wrap .bootstrap-select .btn, .sort-by-select-wrap .bootstrap-select .dropdown-menu
    {
    font-family: 'Freight Disp Pro Medium';
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
    padding-top: 0
}

.listpage-pagination .showing-page {
    color: #959595;
    text-align: center;
    padding-top: 5px
}

@media ( max-width :767px) {
    .listpage-pagination .display-page {
        text-align: left
    }
    .listpage-pagination .showing-page {
        padding-bottom: 10px
    }
    .listpage-pagination-testimonials .display-page {
        text-align: right
    }
}

.listpage-pagination .be-pagination {
    margin-bottom: 0;
    padding-left: 10px;
    white-space: nowrap
}

.listpage-pagination .be-pagination li {
    display: inline;
    padding: 0 4px
}

.checkbox-disabled *, .checkbox-disabled a {
    color: #898989
}

.checkbox-ty1, .checkbox-ty2, .checkbox-ty3 {
    color: #959595;
    margin: 5px 0
}

.checkbox-ty1 input, .checkbox-ty2 input, .checkbox-ty3 input,
    .checkbox-ty4 input {
    display: none
}

.checkbox-ty1 .icons-checkbox, .checkbox-ty1 .icons-checked {
    float: left;
    margin-left: -20px;
    margin-top: 6px
}

.checkbox-ty2 .icons-checkbox, .checkbox-ty2 .icons-checked {
    background-image: none;
    width: 14px;
    height: 14px;
    float: left;
    margin-left: -20px;
    margin-top: 2px
}

.checkbox-ty3 .icons-checkbox, .checkbox-ty3 .icons-checked {
    background-image: none;
    width: 13px;
    height: 13px;
    float: left;
    margin-left: -20px;
    margin-top: 2px
}

.inverse.checkbox-ty3 {
    text-align: right;
    padding-right: 20px
}

.inverse.checkbox-ty3 .icons-checkbox, .inverse.checkbox-ty3 .icons-checked
    {
    float: right;
    margin-right: -20px;
    margin-left: 0
}

.checkbox-ty3 .icons-checked {
    background: #000
}

.checkbox-ty4 {
    padding-left: 0;
    margin: 0
}

.checkbox-ty4 i {
    width: 19px;
    height: 19px;
    border: 1px solid #d4d4d4;
    vertical-align: middle
}

.checkbox-ty4 .icons-checkbox {
    background: white
}

.checkbox-ty4 .icons-checked {
    background: white url("/assets/img/spirit-icons-1.png?v=1") -177px
        -41px
}

.checkbox .number {
    font-family: 'Brandon Grotesque Regular';
    font-family: 'Century Gothic';
    font-size: 12px
}

@media ( max-width :992px) {
    .checkbox-ty1 .icons-checkbox, .checkbox-ty1 .icons-checked {
        position: relative
    }
    .checkbox-ty1 .icons-checkbox:after, .checkbox-ty1 .icons-checked:after
        {
        content: "";
        position: absolute;
        width: 18px;
        height: 18px;
        right: -1px;
        top: -5px
    }
}

@media ( min-width :1200px) {
    .lf-diamond .fore1 {
        width: 20%
    }
    .lf-diamond .fore2 {
        width: 21%;
        padding-right: 3%
    }
    .lf-diamond .fore3 {
        width: 21%
    }
    .lf-diamond .fore4 {
        width: 21%
    }
    .lf-diamond .fore5 {
        width: 14%
    }
    .lf-diamond .fore6 {
        width: 30%
    }
    .lf-diamond .fore7 {
        width: 22%;
        padding-right: 3%
    }
    .lf-diamond .fore8 {
        width: 25%
    }
    .lf-diamond .fore9 {
        width: 20%
    }
}

.center-diamond-checkbox {
    padding: 12px 0
}

.center-diamond-checkbox img {
    margin-left: -4px
}

.center-diamond-checkbox .tooltip {
    margin-top: -4px
}

.center-diamond-checkbox li {
    float: left;
    width: 33%;
    list-style: none;
    padding: 6px 0
}

.center-diamond-checkbox.four li {
    width: 25%
}

.center-diamond-checkbox li&gt;div {
    margin: 0
}

.center-diamond-checkbox li .tooltip-inner {
    background: white;
    border: 1px solid #c2c2c2;
    border-radius: 0;
    color: #898989;
    font-size: 10px;
    font-family: 'Century Gothic';
    text-transform: uppercase;
    padding: 1px 3px 0;
    min-height: 12px;
    line-height: 13px;
    white-space: nowrap
}

.center-diamond-checkbox .tooltip.right .tooltip-arrow {
    left: -2px;
    margin-top: 1px;
    border: 0;
    width: 8px;
    height: 13px;
    background: url(../img/icon/arrow8x13.png) left top no-repeat;
    top: auto
}

@media ( min-width :992px) {
    .cyor-filter .fore2 {
        width: 20%
    }
    .cyor-filter .fore3 {
        width: 24%
    }
    .cyor-filter .fore4 {
        width: 24.6667%
    }
    .cyor-filter .fore5 {
        width: 14.6667%
    }
}

.horizontal-checkbox {
    text-align: center;
    padding: 0;
    list-style: none;
    line-height: 16px;
    color: #959595
}

.horizontal-checkbox .checkbox {
    padding: 0
}

.horizontal-checkbox .checkbox .icons-checkbox, .horizontal-checkbox .checkbox .icons-checkbox
    {
    float: none;
    margin: 4px auto;
    display: block
}

.horizontal-checkbox&gt;li {
    float: left
}

.horizontal-checkbox.setting-style li {
    width: 33%
}

.horizontal-checkbox.matched-sets li {
    width: 50%
}

.horizontal-checkbox.desing-collection li {
    width: 16.666665%;
    border-right: 1px solid #e4e4e4
}

.horizontal-checkbox.desing-collection li:last-child {
    border-right: 0
}

@media ( max-width :991px) and (min-width:768px) {
    .horizontal-checkbox.desing-collection li {
        width: 50%
    }
    .horizontal-checkbox.desing-collection li:nth-child(2n) {
        border-right: 0
    }
}

@media ( max-width :767px) and (min-width:480px) {
    .horizontal-checkbox.desing-collection li {
        width: 33.333%
    }
    .horizontal-checkbox.desing-collection li:nth-child(3n) {
        border-right: 0
    }
}

@media ( max-width :479px) {
    .horizontal-checkbox.desing-collection li {
        width: 50%
    }
    .horizontal-checkbox.desing-collection li:nth-child(2n) {
        border-right: 0
    }
}

.listpage-lists {
    font-family: 'Century Gothic'
}

.listpage-lists .thumbnail {
    transition: border-color .2s ease-in-out 0s;
    text-align: center;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    padding-bottom: 5px
}

.listpage-lists .thumbnail h3 {
    min-height: 3.6em;
    margin-bottom: 0
}

.listpage-lists .thumbnail h3 a {
    color: black
}

.listpage-lists .thumbnail:hover {
    padding-bottom: 0;
    border-bottom: 6px solid #7cd3cd;
    z-index: 2
}

.listpage-lists .thumbnail .want {
    position: absolute;
    right: 20px;
    top: 30px;
    font-size: 10px;
    width: 30px
}

.price {
    font-family: 'Century Gothic';
    color: #7cd3cd;
    word-spacing: 1px;
    text-transform: uppercase
}

.send-item-email {
    border-top: 1px solid #ececec;
    padding-top: 20px;
    margin-top: 20px
}

.send-item-email .container {
    padding: 0 20px
}

#shines-brighter {
    height: 520px
}

#shines-brighter .carousel-caption {
    position: static
}

#shines-brighter .carousel-inner .item {
    height: 520px;
    background-size: cover !important;
    background-position: center center !important
}

.our-story-title {
    margin: 0 auto;
    max-width: 500px;
    padding: 65px 10px;
    text-align: center
}

.our-story-title .h1 {
    font-size: 26px;
    letter-spacing: 1px
}

.our-story-title p {
    font-size: 16px;
    color: #666
}

.our-stroy-lists .thumbnail {
    border: none !important;
    color: #000;
    background: 0;
    margin-bottom: 60px
}

.our-stroy-lists .thumbnail:hover {
    border: 1px solid #eaeaea
}

.our-stroy-lists .thumbnail h3 a:hover, .our-stroy-lists .thumbnail .h3 a:hover
    {
    color: #66c099 !important;
    text-decoration: underline
}

.our-stroy-lists .thumbnail .caption {
    text-align: center
}

.our-stroy-lists .thumbnail .caption h3 {
    color: #000;
    font-size: 22px;
    letter-spacing: 1px
}

.our-stroy-lists .thumbnail .caption h3 small {
    display: block;
    color: #000;
    font-size: 12px;
    letter-spacing: 0
}

.our-stroy-lists .thumbnail .caption .describe {
    color: #666;
    text-align: center;
    padding: 15px 10px
}

.commitment-lists .thumbnail .caption .describe {
    padding: 15px 5px
}

.our-mission-lists h3 {
    margin-top: 0
}

.our-mission-lists .thumbnail {
    margin-bottom: 20px
}

@media ( max-width :767px) {
    .our-story-title {
        padding: 30px 0
    }
    .our-stroy-lists .thumbnail {
        margin-bottom: 20px
    }
}

.our-cause-title {
    border-bottom: 0;
    max-width: 500px
}

#our-cause .carousel-inner .item {
    height: 485px
}

#our-cause .carousel-inner .item .row:before {
    content: '';
    background: url(../img/slider/our-cause/black-opacity4.png);
    width: 44%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%
}

#our-cause .carousel-indicators {
    position: static;
    margin: 0;
    text-align: center;
    width: 100%;
    padding: 20px 0
}

#our-cause .carousel-control {
    bottom: 60px;
    width: 6%
}

#our-cause .carousel-caption {
    position: static
}

#our-cause .carousel-caption .col-md-3 {
    position: relative;
    z-index: 3
}

#our-cause .ad-title-medium {
    margin-top: 85px
}

#our-cause .moreline {
    margin-top: 50px
}

#our-cause .text-good {
    padding-top: 25px
}

#our-cause .more-link {
    padding-top: 40px
}

@media ( max-width :767px) {
    #our-cause .carousel-inner .item {
        background: #000 !important
    }
    #our-cause .carousel-caption {
        padding: 0
    }
    #our-cause .carousel-caption img {
        margin: auto;
        width: 100%
    }
    #our-cause .carousel-inner .item {
        height: auto
    }
    #our-cause .carousel-control .glyphicon {
        top: auto;
        bottom: 260px
    }
    #our-cause .carousel-inner .item .row {
        min-height: 305px;
        padding-bottom: 10px
    }
    #our-cause .ad-title-medium {
        margin-top: 18px
    }
    #our-cause .text-good {
        padding-top: 15px
    }
    #our-cause .more-link {
        padding-top: 20px
    }
}

@media ( max-width :400px) {
    #our-cause .carousel-inner .fore9 .ad-title-medium .h1 {
        margin-bottom: 10px
    }
    #our-cause .carousel-inner .fore9 .ad-title-medium .text {
        font-size: 18px;
        line-height: 20px
    }
    #our-cause .carousel-inner .fore10 .ad-title-medium .h1 {
        margin-bottom: 10px
    }
}

.our-cause-lists .thumbnail {
    border-color: transparent;
    background-color: transparent;
    color: #000;
    text-align: center
}

.our-cause-lists .thumbnail h3 {
    color: black;
    font-size: 20px
}

.join-movement {
    border: 1px solid #ebebeb;
    min-height: 304px;
    margin-bottom: 23px;
    text-align: center;
    padding-top: 15px
}

.join-movement .ad-title-medium .h1 *, .more-issues .ad-title-medium .h1 *
    {
    color: #464646
}

.join-movement-lists {
    overflow: hidden;
    margin: 40px 0;
    padding: 0
}

.join-movement-lists li {
    display: inline-block;
    list-style: none;
    margin: 10px 13px !important
}

.join-movement-lists li a {
    display: inline-block;
    width: 53px;
    height: 53px;
    background: url('/assets/img/spirit-pic.png') left top no-repeat;
    text-indent: -9999px;
    overflow: hidden
}

.join-movement-lists li a.facebook {
    background-position: 0 -56px
}

.join-movement-lists li a.twitter {
    background-position: -79px -56px
}

.join-movement-lists li a.pinterest {
    background-position: -158px -56px
}

.join-movement-lists li a.email {
    background-position: -237px -56px
}

.more-issues {
    border: 1px solid #ebebeb;
    min-height: 304px;
    margin-bottom: 23px;
    padding-top: 15px;
    margin-bottom: 23px
}

.more-issues .media-list {
    padding: 14px;
    line-height: 18px;
    color: #000;
    margin-bottom: 0
}

.more-issues .media-list .media-heading {
    font-size: 12px;
    color: #010101
}

.more-issues .media-list .media-body p {
    margin: 0
}

.more-issues .media-list .media:first-child {
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb
}

.join-and-issues {
    padding: 100px 0
}

.join-and-issues .join-movement {
    min-height: 275px;
    border: 0;
    margin: 0;
    padding: 0
}

.join-and-issues .more-issues {
    min-height: 275px;
    border: 0;
    margin: 0;
    padding: 0
}

.join-and-issues .more-issues .media-list .media:first-child {
    border-bottom: 0
}

@media ( max-width :991px) {
    .join-and-issues .join-movement {
        position: relative;
        margin-bottom: 40px
    }
    .join-and-issues .join-movement:after {
        content: '';
        display: block;
        position: absolute;
        height: 1px;
        overflow: hidden;
        bottom: 0;
        left: 15px;
        right: 15px;
        border-bottom: 1px solid #eaeaea
    }
}

@media ( max-width :767px) {
    .join-and-issues {
        padding: 30px 0 40px
    }
}

.ysr-heading {
    padding-top: 0px;
    white-space: nowrap
}

.ysr-tabs .nav-tabs {
    border: 0;
    font-family: "Century Gothic";
    font-size: 13px;
    text-transform: uppercase;
    margin:0;
}

.ysr-tabs .nav-tabs&gt;li&gt;a {
    border: 1px solid #ebebeb;
    margin: 0 -1px 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    letter-spacing: .5px
}

.ysr-tabs .nav-tabs&gt;li.active&gt;a {
    background: #ebebeb;
    color: #000
}

.ysr-heading .reset-search {
    text-align: right;
    font-size: 12px;
    padding-top:8px;
    font-family: Georgia,serif;
}
.reset-search a{
  color:#000;
}

@media ( min-width :768px) and (max-width:991px) {
    .ysr-tabs .nav-tabs&gt;li&gt;a {
        padding: 10px 4px;
        font-size: 11px
    }
    .ysr-heading .col-tabs {
        padding-right: 0
    }
    .ysr-heading .reset-search {
        font-size: 11px
    }
}

.search-results-outline {
    border-collapse: inherit;
    font-family: 'Century Gothic';
    text-transform: uppercase;
    width:100%
}

.search-results-outline .table-head span {
    margin-left: 5px !important
}

.search-results-outline&gt;thead&gt;tr {
    box-shadow: 0 2px 3px #ececec;
    white-space: nowrap
}

.search-results-outline&gt;thead&gt;tr&gt;th {
    background-color: #ebebeb;
    border-bottom: 1px solid #d4d4d4;
    padding: 12px 0;
    border-right: 1px solid #c2c2c2;
    font-size: 12px;
    color: #4b371c;
}

.search-results-outline&gt;thead&gt;tr&gt;th:first-child {
    border-radius: 2px 0 0 2px
}

.search-results-outline&gt;thead&gt;tr&gt;th:last-child {
    border-radius: 0 2px 2px 0
}

.search-results-outline thead th {
    font-weight: normal
}

.search-result-table {
    border-collapse: collapse;
    width:100%
}

.search-result-table td {
    padding: 10px 0;
    color: #100101;
    font-size: 12px;
    white-space: nowrap
}

.search-result-table tr:hover {
    outline: 1px solid #ebebeb;
    margin: -1px 0
}

.search-result-table tr:hover td {
    background-color: white;
    color: black
}

.diamond-information .no-info {
    text-transform: none;
    text-align: center;
    font-family: "Freight Disp Pro Medium";
    width: 160px;
    margin: 120px auto 0
}

.diamond-information .no-info p {
    margin-bottom: 20px
}

.diamond-information .info {
    padding: 30px 5px;
    font-size: 12px
}

.diamond-information .info dl dt, .diamond-information .info dl dt a {
    color: black;
    font-weight: normal
}

.diamond-information .info dl dt a, .diamond-information .info dl dd a {
    text-decoration: underline
}

.diamond-information .info dl dd {
    margin-bottom: 7px
}

.diamond-information .info dl dd, .diamond-information .info dl dd a {
    color: #959595
}

.search-nothing-tips {
    text-align: center;
    position: absolute;
    top: 40%;
    padding-left: 15%;
    padding-right: 15%
}

.search-diamonds-panel .item {
    padding-bottom: 15px
}

.advanced-search-diamonds-panel .item {
    padding-bottom: 10px
}

@media ( min-width :991px) {
    .advanced-search-diamonds-panel .item1 {
        width: 45%
    }
    .advanced-search-diamonds-panel .item2 {
        width: 45%;
        margin-left: 10%
    }
}

.search-diamonds-panel .item .h5, .search-diamonds-panel .item .h5 a {
    text-decoration: underline;
    color: black;
    line-height: 1.6;
    padding-left: 20px;
  letter-spacing:0;
}

.search-noUiSlider .slider-data {
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 5px
}

.search-noUiSlider .slider-data .amount-min {
    width: 50px;
    height: 24px
}

.search-noUiSlider .slider-data .amount-max {
    width: 50px;
    height: 24px
}

.cut-slider-data, .color-slider-data, .clarity-slider-data,
    .polish-slider-data, .symmetry-slider-data, .fluorescence-slider-data {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 12px;
    padding-top: 10px
}

.cut-slider-data li, .color-slider-data li, .clarity-slider-data li,
    .polish-slider-data li, .symmetry-slider-data li,
    .fluorescence-slider-data li {
    width: 20%;
    float: left;
    text-align: center
}

.polish-slider-data li, .symmetry-slider-data li {
    width: 33.33%;
    overflow: hidden
}

.color-slider-data li {
    width: 16.5%;
    overflow: hidden
}

.clarity-slider-data li {
    width: 12.5%;
    overflow: hidden;
    margin:0;
}

.product-shape {
    margin: 0;
    padding: 0;
    margin-top: -5px
}

.product-shape li {
    float: left;
    margin-right: 2%;
    list-style: none
}

.product-shape li a {
    width: 32px;
    height: 32px;
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    border: 1px solid white;
    color: #000 !important
}

.product-shape li a:focus {
    outline: 0
}

.product-shape li a:active {
    border-color: #7cd3cd
}

.product-shape li a span {
    display: none;
    position: absolute;
    top: 35px;
    left: -15px;
    text-align: center;
    width: 60px;
    font-family: 'Century Gothic';
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.product-shape li.active a {
    border-color: #ddd;
    -moz-box-shadow: inset 0 0 3px #ccc;
    -webkit-box-shadow: inset 0 0 3px #ccc;
    box-shadow: inset 0 0 3px #ccc
}

.product-shape li a:hover span {
    display: block
}

.product-shape .round-details a {
  background-image: url("round-shape.png");
}

.product-shape .princess-details a {
    background-image: url("princess-shape.png");
}

.product-shape .cushion-details a {
    background-image: url("cushion-shape.png");
}

.product-shape .asscher-details a {
    background-image: url("asscher-shape.png");
}

.product-shape .marquise-details a {
    background-image: url("marquise-shape.png");
}

.product-shape .oval-details a {
    background-image: url("oval-shape.png");
}

.product-shape .radiant-details a {
    background-image: url("radiant-shape.png");
}

.product-shape .pear-details a {
    background-image: url("pear-shape.png");
}

.product-shape .emerald-details a {
    background-image: url("emerald-shape.png");
}

.product-shape .heart-details a {
    background-image: url("elongated-cushion-shape.png");
}

.advanced-search-wrapper {
    padding: 15px 0;
    box-shadow: 0 1px 3px #ccc;
    margin-bottom: 0px
}

.advanced-search-filter {
    margin-top: 10px
}

.advanced-search-filter .popover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    width: 156px;
    line-height: 15px;
    color: #898989
}

.advanced-search-filter .popover-content {
    padding: 7px
}

.advanced-search-filter .popover:after {
    content: "";
    display: block;
    position: absolute;
    left: -27px;
    width: 12px;
    height: 17px;
    background-color: red;
    top: 50%;
    bottom: -10px;
    margin-top: -7px;
    background: url(../img/icon/help.png) left top no-repeat
}

.advanced-search-wrapper .control-hide {
    text-align: right;
    margin-bottom: -15px;
    padding-right: 20px
}

.advanced-search {
    text-transform: uppercase
}

.advanced-search .heading {
    padding-left: 10px;
    letter-spacing: 1px;
    font-size: 14px
}

.advanced-search .on-or-before {
    padding-left: 10px;
    white-space: nowrap
}

@media ( min-width :992px) {
    .advanced-search .heading-wrapper {
        width: 20%;
        padding-right: 0
    }
    .advanced-search .search-check-lists-wrapper {
        width: 50%;
        padding-right: 0
    }
    .advanced-search .on-or-before-wrapper {
        width: 30%;
        padding-left: 0
    }
    .advanced-search .on-or-before {
        float: right;
        padding-right: 10px
    }
}

@media ( max-width :992px) {
    .advanced-search .on-or-before {
        padding-top: 10px;
        clear: both
    }
}

.search-check-lists a {
    color: #111;
    text-decoration: underline
}

.search-check-lists a:hover {
    color: #7cd3cd
}

.search-check-lists .checkbox-ty2 {
    margin-left: 15px;
    padding-left: 20px
}

.on-or-before {
    color: #111
}

.top-favorites-header {
    padding: 60px 0 0;
    font-family: 'Century Gothic'
}

.top-favorites-header .showing {
    padding-top: 9px
}

.top-favorites-header .favorites {
    text-align: center
}

.top-favorites-header .view-all {
    text-align: right;
    padding-top: 9px
}

.top-favorites-header .h1 {
    font-size: 26px;
    margin: 0;
    letter-spacing: 1px
}

.list_carousel {
    margin: 0 0 30px 60px;
    position: relative
}

.list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block
}

.list_carousel li {
    text-align: center;
    width: 180px;
    padding: 0;
    margin: 6px 35px;
    display: block;
    float: left
}

.list_carousel.responsive {
    width: auto;
    margin-left: 0
}

.list_carousel .prev, .list_carousel .next {
    top: 0;
    height: 265px;
    width: 50px;
    outline: 0
}

.list_carousel .prev i {
    margin-left: 30%
}

.list_carousel .next i {
    margin-right: 30%
}

.list_carousel .prev i, .list_carousel .next i {
    margin-top: 100px
}

.list_carousel .prev.disabled, .list_carousel .next.disabled {
    cursor: default
}

.list_carousel .prev.disabled i {
    background-position: -163px -64px
}

.list_carousel .next.disabled i {
    background-position: -185px -64px
}

.list_carousel .prev {
    float: left;
    position: absolute;
    left: 0
}

.list_carousel .next {
    float: right;
    position: absolute;
    right: 0
}

.list_carousel .next i {
    float: right
}

.list_carousel .pager {
    text-align: center
}

.list_carousel .pager a {
    margin: 0 5px;
    text-decoration: none;
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    overflow: hidden;
    background-color: #a1a1a1;
    border-radius: 10px
}

.list_carousel .pager a.selected {
    text-decoration: underline;
    background-color: #000
}

.list_carousel .pager-wrapper {
    text-align: center
}

.list_carousel .pager-wrapper:before {
    content: "";
    display: block;
    border-top: 1px solid #ececec;
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: -1;
    bottom: -10px
}

.list_carousel .pager-wrapper .pager {
    display: inline-block;
    margin: 0 auto;
    padding: 0 20px;
    background-color: white
}

.list_carousel li {
    text-align: center;
    height: auto
}

.list_carousel li .thumbnail {
    border: 0
}

.list_carousel li .caption {
    padding-top: 0
}

.list_carousel li h3 {
    margin-top: 0;
    line-height: 15px;
    padding-bottom: 3px;
    letter-spacing: .75px
}

.list_carousel li h3 a {
    font-size: 14px;
    color: black
}

.list_carousel li .price {
    color: black;
    letter-spacing: 1px
}

.list_carousel li .state {
    font-family: 'Century Gothic';
    text-transform: uppercase;
    font-size: 10px;
    margin-bottom: -3px;
    color: #000;
}

.list_carousel pager {
    margin-top: 0
}

.list-rfy li h3 {
    font-size: 10px;
    height: 3.3em;
    line-height: 1.1
}

.list-rfy li h3 a {
    font-size: 10px
}

.list-rfy li h3 a:hover {
    color: #7cd3cd
}

@media ( min-width :768px) {
    .list-rfy li {
        width: 33%;
        padding: 6px 15px;
        margin: 0
    }
    .col-md-12 .list-rfy li {
        width: 16.667%
    }
    .list-rfy .prev, .list-rfy .next {
        display: none
    }
}

@media ( max-width :767px) {
    .list-rfy li {
        margin: 6px;
        width: 140px
    }
}

#recently-viewed-products li {
    text-align: center;
    height: auto;
    margin: 6px 33px
}

#recently-viewed-products li .thumbnail {
    border: 0
}

#recently-viewed-products li .caption {
    padding-top: 0
}

#recently-viewed-products li h3 {
    margin-top: 0
}

#recently-viewed-products li h3 a {
    font-size: 14px;
    color: black
}

#recently-viewed-products li .price {
    color: black
}

.list_carousel .prev {
    left: -50px
}

.list_carousel .next {
    right: -50px
}

@media ( max-width :1086px) {
    .list_carousel .prev {
        left: 0
    }
    .list_carousel .next {
        right: 0
    }
}

.site-page-normal {
    font-size: 16px
}

.site-page-normal p {
    line-height: 20px;
    margin-bottom: 20px
}

@media ( min-width :992px) {
    .site-page-normal&gt;.col-md-3 {
        width: 21%
    }
    .site-page-normal&gt;.col-md-9 {
        width: 79%
    }
}

.site-page {
    font-size: 16px
}

.site-page p {
    line-height: 20px;
    margin-bottom: 20px
}

.site-page a {
    text-decoration: underline
}

.site-page a:hover {
    color: #7cd3cd
}

.site-page a.text-success {
    color: #7cd3cd
}

.site-page a.text-success:hover {
    text-decoration: none
}

@media ( min-width :992px) {
    .site-page&gt;.col-md-3 {
        width: 21%
    }
    .site-page&gt;.col-md-9 {
        width: 79%
    }
}

.site-page-dark {
    color: #000
}

.site-page-dark p {
    line-height: 22px
}

.site-page-dark a {
    color: #000
}

.site-page-dark a:hover {
    color: #7cd3cd
}

.site-page2 {
    color: #000;
    font-size: 15px
}

.site-page2 p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 22px
}

.site-page2 a {
    color: #000;
    text-decoration: underline
}

.site-page2 a:hover {
    color: #7cd3cd
}

.site-page2 a.text-success {
    color: #7cd3cd
}

.site-page2 a.text-success:hover {
    text-decoration: none
}

@media ( min-width :992px) {
    .site-page2&gt;.col-md-3 {
        width: 21%
    }
    .site-page2&gt;.col-md-9 {
        width: 79%
    }
}

.site-sidenav {
    background-color: #f9f9f9;
    padding-bottom: 10px;
    padding-top: 10px
}

.site-sidenav&gt;li {
    position: relative
}

.site-sidenav&gt;li .icons-plus {
    background-position: -16px -100px
}

.site-sidenav&gt;li .icons-minus {
    background-position: -39px -100px
}

.site-sidenav&gt;li .icons-plus, .site-sidenav&gt;li .icons-minus {
    position: absolute;
    left: 3px;
    top: 9px;
    z-index: 2;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.site-sidenav&gt;li.active .icons-minus {
    background-position: -84px -100px
}

.site-sidenav&gt;li.active .icons-plus {
    background-position: -61px -100px
}

.site-sidenav&gt;li {
    padding: 9px 5px 8px 27px;
    line-height: 16px
}

.site-sidenav&gt;li&gt;a {
    font-family: "Century Gothic";
    font-size: 11px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    display: inline;
    padding: 0
}

.site-sidenav&gt;li.active&gt;a {
    color: #7cd3cd;
    text-decoration: underline
}

.site-sidenav&gt;li&gt;.nav li {
    padding: 4px 5px 3px 10px
}

.site-sidenav&gt;li&gt;.nav a {
    line-height: 16px;
    color: #464646;
    text-decoration: none;
    padding: 0
}

.site-sidenav&gt;li&gt;.nav a:hover {
    color: #7cd3cd
}

.site-sidenav&gt;li&gt;.nav .active a {
    color: #7cd3cd
}

.site-sidenav&gt;li li {
    font-size: 14px;
    font-family: 'Freight Disp Pro Medium'
}

.blood-diamond {
    padding-top: 30px;
    padding-bottom: 10px
}

.blood-diamond .blood-diamond-expose {
    border-right: 1px solid #ebebeb
}

.infographic .inner {
    padding-top: 20px;
    margin-top: 20px
}

.violence-list {
    padding-top: 60px;
    border-top: 1px solid #ebebeb;
    margin-top: 15px;
    padding-bottom: 30px
}

.violence-list .media-heading {
    letter-spacing: 1px
}

.violence-list .media&gt;.pull-left {
    margin-right: 36px
}

.violence-list .media {
    padding-bottom: 10px
}

.violence-list .pic-violence {
    background: url('/assets/img/violence-icon.png') left top no-repeat
}

.violence-list .pic-violence:hover {
    background-position: right top
}

.violence-list .pic-labor {
    background: url('/assets/img/violence-icon.png') left -135px no-repeat
}

.violence-list .pic-labor:hover {
    background-position: right -135px
}

.violence-list .pic-environment {
    background: url('/assets/img/violence-icon.png') left -300px no-repeat
}

.violence-list .pic-environment:hover {
    background-position: right -300px
}

.violence-list .pic-kimberley {
    background: url('/assets/img/violence-icon.png') left -476px no-repeat
}

.violence-list .pic-kimberley:hover {
    background-position: right -476px
}

.movement-and-issues {
    margin-top: 20px;
    margin-bottom: 20px
}

.join-the-movement {
    border: 1px solid #ebebeb
}

.more-about-issues {
    border: 1px solid #ebebeb
}

.our-initatives {
    text-align: center;
    color: black
}

.our-initiatives-list .thumbnail {
    border: 0;
    text-align: center;
    line-height: 20px
}

.our-initiatives-list .thumbnail .img {
    background-image: url('/assets/img/our-initiatives-list.png');
    background-repeat: no-repeat
}

.our-initiatives-list .thumbnail a {
    text-decoration: none
}

.our-initiatives-list .thumbnail a:hover h3 {
    color: #7cd3cd;
    text-decoration: underline
}

.our-initiatives-list .improving-livelihoods {
    background-position: 0 0
}

.our-initiatives-list a:hover .improving-livelihoods {
    background-position: 0 bottom
}

.our-initiatives-list .prrevnting-abuses {
    background-position: -203px 0
}

.our-initiatives-list a:hover .prrevnting-abuses {
    background-position: -203px bottom
}

.our-initiatives-list .protecting-the-environment {
    background-position: -407px 0
}

.our-initiatives-list a:hover .protecting-the-environment {
    background-position: -407px bottom
}

.our-initiatives-list .empowering-communities {
    background-position: -612px 0
}

.our-initiatives-list a:hover .empowering-communities {
    background-position: -612px bottom
}

.livelihoods-block .pic, .livelihoods-block .content {
    margin-bottom: 30px
}

.jewelry-education-block .pic, .jewelry-education-block .content {
    margin-bottom: 0
}

.livelihoods-block *, .livelihoods-block .learn-more3 {
    color: black
}

.livelihoods-block h3 {
    padding-bottom: 3px
}

.livelihoods-block .learn-more3:hover {
    color: #7cd3cd
}

.jewelry-education-block {
    margin-bottom: 30px
}





@media ( min-width :768px) {
    .livelihoods-block .content {
        width: 57%;
        min-height: 510px
    }
    .wedding-rings-block .content {
        min-height: 652px
    }
    .livelihoods-block-sm .content {
        min-height: 350px
    }
    .livelihoods-block .pic {
        width: 43%
    }
    .livelihoods-block .col-sm-pull-7 {
        right: 57%
    }
    .livelihoods-block .col-sm-push-5 {
        left: 43%
    }
}

.livelihoods-block .content {
    border: 1px solid #ebebeb;
    border-top: 6px solid #7cd3cd;
    padding: 20px
}

.livelihoods-block .content h2 {
    margin: 0
}

.why-we-care {
    padding-bottom: 5px
}

.why-care-logo {
    margin-top: -5px;
    margin-right: 4px
}

.improving-livelihoods-pic {
    background: url(../img/pic/improving-livelihoods.jpg) center center
        no-repeat;
    backgroun-size: auto;
    height: 510px
}

.preventing-abuses-pic {
    background: url(../img/pic/preventing-abuses.jpg) center center
        no-repeat;
    backgroun-size: auto;
    height: 510px
}

.protecing-the-environment-pic {
    background: url(../img/pic/protecing-the-environment.jpg) center center
        no-repeat;
    backgroun-size: auto;
    height: 510px
}

.empowering-communities-pic {
    background: url(../img/pic/empowering-communities.jpg) center center
        no-repeat;
    backgroun-size: auto;
    height: 510px
}

.choose-recycled-precious {
    text-align: center;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding-top: 20px;
    padding-bottom: 5px
}

.choose-a-center-gem-pic {
    background: url(../img/pic/choose-a-center-gem.jpg) center center
        no-repeat;
    backgroun-size: auto;
    height: 510px
}

.choose-a-ring-pic {
    background: url(../img/pic/choose-a-ring.jpg) center center no-repeat;
    backgroun-size: auto;
    height: 510px
}

.purchase-process-pic {
    background: url(../img/pic/purchase-process.jpg) center center no-repeat;
    backgroun-size: auto;
    height: 510px
}

.unforgettable-memories-pic {
    background: url(../img/pic/unforgettable-memories.jpg) center center
        no-repeat;
    backgroun-size: auto;
    height: 510px
}

.beyond-conflict-free-pic {
    background: url(../img/pic/beyond-conflict-free-pic.jpg) center center
        no-repeat;
    backgroun-size: auto;
    height: 510px
}

.recycled-gold-and-platinum-pic {
    background: url(../img/pic/recycled-gold-and-platinum-pic.jpg) center
        center no-repeat;
    backgroun-size: auto;
    height: 510px
}

.colored-gemstones-pic {
    background: url(../img/pic/colored-gemstones-pic.jpg) center center
        no-repeat;
    backgroun-size: auto;
    height: 510px
}

.giving-back-pic {
    background: url(../img/pic/giving-back-pic.jpg) center center no-repeat;
    backgroun-size: auto;
    height: 510px
}

.antique-rings-pic {
    background: url(../img/pic/antique-rings.jpg) center center no-repeat;
    backgroun-size: auto;
    height: 350px
}

.design-eras-pic {
    background: url(../img/pic/design-eras.jpg) center center no-repeat;
    backgroun-size: auto;
    height: 350px
}

.diamonds-gemstones-pic {
    background: url(../img/pic/diamonds-gemstones.jpg) center center
        no-repeat;
    backgroun-size: auto;
    height: 350px
}

.antique-jewelry-policies-pic {
    background: url(../img/pic/antique-jewelry-policies.jpg) center center
        no-repeat;
    backgroun-size: auto;
    height: 350px
}

.womens-wedding-rings-pic {
    background: url(../img/pic/womens-wedding-rings.jpg) center center
        no-repeat;
    backgroun-size: auto;
    height: 652px
}

.mens-wedding-rings-pic {
    background: url(../img/pic/engraving-sizing.jpg) center center no-repeat;
    backgroun-size: auto;
    height: 350px
}

.engraving-sizing-pic {
    background: url(../img/pic/mens-wedding-rings.jpg) center center
        no-repeat;
    backgroun-size: auto;
    height: 350px
}

.unforgettable-memories2-pic {
    background: url(../img/pic/unforgettable-memories2.jpg) center center
        no-repeat;
    backgroun-size: auto;
    height: 350px
}

.fine-jewelry-guide-pic {
    background: url(../img/pic/jewelry-fine-jewelry-guide.jpg) center center
        no-repeat;
    backgroun-size: auto;
    height: 350px
}

.about-ethical-diamonds-pic {
    background: url(../img/pic/about-ethical-diamonds.jpg) center center
        no-repeat;
    backgroun-size: auto;
    height: 350px
}

.quality-affordability-pic {
    background: url(../img/pic/quality-affordability.jpg) center center
        no-repeat;
    backgroun-size: auto;
    height: 350px
}

.purchasing-from-retailers-pic {
    background: url(../img/pic/purchasing-from-retailers.jpg) center center
        no-repeat;
    backgroun-size: auto;
    height: 350px
}

.certification02-pic {
    background: url(../img/pic/certification02.jpg) center center no-repeat;
    backgroun-size: auto;
    height: 350px
}

@media ( max-width :767px) {
    .gemstone-guidance-pic {
        height: 343px !important
    }
}

.earrings-pic {
    background: url(../img/pic/earrings.jpg) center center no-repeat;
    backgroun-size: auto;
    height: 510px
}

.pendants-pic {
    background: url(../img/pic/pendants.jpg) center center no-repeat;
    backgroun-size: auto;
    height: 510px
}

.jewelry-desing-guide-pic {
    background: url(../img/pic/jewelty-desing-guide.jpg) center center
        no-repeat;
    backgroun-size: auto;
    height: 510px
}

.unforgettable-memories3-pic {
    background: url(../img/pic/unforgettable-memories3.jpg) center center
        no-repeat;
    backgroun-size: auto;
    height: 510px
}

.choosing-a-sapphire-pic {
    background: url(../img/pic/choosing-a-sapphire-pic.jpg) center center
        no-repeat;
    backgroun-size: auto;
    height: 652px
}

.about-sapphires-pic {
    background: url(../img/pic/about-sapphires-pic.jpg) center center
        no-repeat;
    backgroun-size: auto;
    height: 350px
}

.certification-pic {
    background: url(../img/pic/certification-pic.jpg) center center
        no-repeat;
    backgroun-size: auto;
    height: 350px
}

.caring-for-your-sapphire-pic {
    background: url(../img/pic/caring-for-your-sapphire-pic.jpg) center
        center no-repeat;
    backgroun-size: auto;
    height: 350px
}

.cut-pic {
    background: url(../img/pic/cut.jpg) center center no-repeat;
    backgroun-size: auto;
    height: 350px
}

.color-pic {
    background: url(../img/pic/color.jpg) center center no-repeat;
    backgroun-size: auto;
    height: 350px
}

.clarity-pic {
    background: url(../img/pic/clarity.jpg) center center no-repeat;
    backgroun-size: auto;
    height: 350px
}

.carat-pic {
    background: url(../img/pic/carat.jpg) center center no-repeat;
    backgroun-size: auto;
    height: 350px
}

.choose-recycled-precious h4 {
    color: #7cd3cd;
    line-height: 28px;
    margin-top: 10px
}

.choose-recycled-precious h4 a {
    color: #7cd3cd;
    text-decoration: none
}

.public-welfare-undertakings {
    text-align: center;
    margin: 1em 0;
    clear: both
}

.public-welfare-undertakings:after {
    content: '';
    height: 1px;
    background-color: #ebebeb;
    width: 145px;
    margin: 0 auto;
    display: block
}

.public-welfare-undertakings h4 {
    color: #7cd3cd;
    line-height: 28px;
    margin: 1em 0
}

.public-welfare-undertakings h4 small {
    font-size: 14px;
    color: #7cd3cd;
    display: inline-block
}

.banner.inverse {
    color: white
}

.banner.inverse * {
    color: white
}

.banner-conflict-free-guarantee {
    background: url(../img/banner/banner-conflict-free-guarantee.jpg) center
        top no-repeat
}

.banner-conflict-free-guarantee .imitate-table {
    height: 275px
}

.banner-a-tradition-of-giving {
    background: url(../img/banner/banner-a-tradition-of-giving.jpg) center
        center no-repeat
}

.banner-a-tradition-of-giving .imitate-table {
    height: 318px
}

.banner-our-ethical-practices {
    background: url(../img/banner/our-ethical-practices.jpg) center center
        no-repeat
}

.banner-our-ethical-practices .imitate-table {
    height: 318px
}

.banner-wedding-ring-guide {
    background: url(../img/banner/wedding-ring-guide.png) center center
        no-repeat
}

.banner-wedding-ring-guide .imitate-table {
    height: 318px
}

.banner-design-eras {
    background: url(../img/banner/banner-design-eras.jpg) center center
        no-repeat
}

.banner-design-eras .imitate-table {
    height: 318px
}

.banner-beyond-conflict-free {
    background: url(../img/banner/banner-beyond-conflict-free.jpg) center
        center no-repeat
}

.banner-beyond-conflict-free .imitate-table {
    height: 318px
}

.banner-fine-jewelry-guide {
    background: url(../img/banner/fine-jewelry-guide.jpg) center center
        no-repeat
}

.banner-fine-jewelry-guide .imitate-table {
    height: 318px
}

.banner-learn-about-sapphires {
    background: url(../img/banner/banner-learn-about-sapphires.jpg) center
        center no-repeat
}

.banner-learn-about-sapphires .imitate-table {
    height: 318px
}

.banner-learn-about-diamonds {
    background: url(../img/banner/banner-learn-about-diamonds.jpg) center
        center no-repeat
}

.banner-learn-about-diamonds .imitate-table {
    height: 318px
}

.banner-our-cause {
    background: url(../img/banner/banner-our-cause.jpg) center center
        no-repeat
}

.banner-our-cause .imitate-table {
    height: 318px
}

.banner-facts-about {
    background: url(../img/banner/banner-facts-about.jpg) center center
        no-repeat
}

.banner-facts-about .imitate-table {
    height: 318px
}

.banner-facts-about-colored-gemstones {
    background: url(../img/banner/facts-about-colored-gemstones.jpg) center
        center no-repeat
}

.banner-facts-about-colored-gemstones .imitate-table {
    height: 318px
}

.banner-jewelry-education {
    background: url(../img/banner/banner-jewelry-education.jpg) center
        center no-repeat
}

.banner-jewelry-education .imitate-table {
    height: 318px
}

.be-search .row {
    border: 1px solid #f3f3f3;
    border-bottom-color: #d4d4d4;
    box-shadow: 1px 2px 2px #ececec;
    padding-top: 22px;
    padding-bottom: 22px;
    margin-bottom: 22px
}

@media ( min-width :768px) {
    .be-search .search-panel-fields {
        width: 380px
    }
    .be-search .col-md-4 {
        width: 248px;
        float: right
    }
}

@media ( min-width :768px) and (max-width:1199px) {
    .be-search .search-panel-fields {
        width: 300px
    }
    .be-search .col-md-8 {
        width: 460px
    }
}

.be-search .filter {
    text-align: right
}

.be-search button.btn {
    padding: 4px 10px
}

.be-search .filter .checkbox {
    color: #111;
    font-weight: 14px;
    font-family: 'Century Gothic';
    text-transform: uppercase;
    display: inline-block;
    margin-top: 5px;
    margin-left: 30px
}

.be-search .filter .checkbox:first-child {
    margin-left: 0
}

.search-article-results {
    padding-top: 20px;
    line-height: 18px
}

.top-tweny-list .item {
    border-bottom: 1px solid #ececec;
    padding: 20px 0;
    color: #000
}

.top-tweny-list .fore1 .num {
    color: #62bd99;
    font-family: 'Century Gothic';
    font-size: 58px;
    text-align: center;
    line-height: 200px;
    height: 200px;
    position: relative
}

.top-tweny-list .fore1 .num:after {
    content: "";
    display: block;
    height: 180px;
    top: 10px;
    right: -10px;
    border-right: 1px solid #ececec;
    position: absolute
}

.top-tweny-list .fore2 {
    text-align: center
}

.top-tweny-list .item h2 {
    color: #000
}

.top-tweny-list .item h2:after {
    content: "";
    display: block;
    height: 15px;
    overflow: hidden;
    border-bottom: 1px solid #ececec;
    width: 210px
}

.top-tweny-list .starting-at {
    font-family: 'Century Gothic';
    font-size: 12px;
    text-transform: uppercase
}

#follow {
    display: none
}

.blog-banner .line-gray {
    margin-top: 0
}

.blog-banner .main-banner {
    background: url(../img/blog/blog-main-banner.jpg) right bottom no-repeat;
    background-size: cover;
    height: 363px;
    margin-bottom: 20px
}

.blog-banner .love-wedding {
    height: 171px;
    margin-bottom: 20px;
    background: url(../img/blog/love-wedding.jpg) right bottom no-repeat;
    background-size: cover
}

.blog-banner .styles-trends {
    height: 171px;
    background: url(../img/blog/styles-trends.jpg) right bottom no-repeat;
    background-size: cover;
    margin-bottom: 20px
}

.blog-lstest-articles {
    border-top: 1px solid #f3f3f3
}

.blog-lstest-articles .media {
    border-bottom: 1px solid #f3f3f3;
    padding: 18px 0;
    margin-top: 0;
    overflow: inherit;
    clear: both
}

.blog-lstest-articles .media:after {
    content: '';
    display: block;
    clear: both
}

.blog-lstest-articles .media .media-body {
    overflow: inherit;
    margin-left: 330px
}

.blog-lstest-articles .media&gt;.pull-left {
    width: 320px;
    min-height: 176px
}

.blog-lstest-articles .media&gt;.pull-left .media-object {
    max-width: 320px;
    max-height: 176px;
    margin: 0 auto
}

.blog-lstest-articles .media p {
    line-height: 18px;
    color: #000
}

@media ( max-width :767px) {
    .blog-lstest-articles .media .media-body {
        margin-left: 0
    }
    .blog-lstest-articles .media&gt;.pull-left {
        float: none !important;
        min-height: inherit
    }
}

@media ( max-width :380px) {
    .blog-lstest-articles .media&gt;.pull-left {
        width: inherit
    }
    .blog-lstest-articles .media&gt;.pull-left .media-object {
        max-width: 100%
    }
}

.be-blog-detail .blog-body .col-md-8 img {
    max-width: 100%;
    height: auto
}

#news_content {
    font-size: 18px;
    color: #000
}

#news_content a {
    color: #000
}

#news_content a:hover {
    color: #7cd3cd
}

#blog-slider .item img, #blog-slider .item a img {
    width: 100%
}

.be-tags {
    color: #000;
    padding: 50px 0 10px 0
}

.be-tags .text-gray {
    display: inline-block;
    width: 40px;
    float: left
}

.form-leave-comment input.fore {
    height: 44px;
    padding-left: 10px;
    padding-right: 10px
}

.form-leave-comment textarea.fore {
    padding: 10px
}

.form-leave-comment .form-group {
    margin-bottom: 10px
}

.form-leave-comment .form-group .col-sm-4, .form-leave-comment .form-group .col-sm-12
    {
    padding-left: 5px;
    padding-right: 5px
}

@media ( max-width :767px) {
    .form-leave-comment .base-data .col-sm-4 {
        margin-bottom: 10px
    }
}

.blog-popular-articles {
    color: black;
    padding-bottom: 15px
}

.blog-popular-articles .media {
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-bottom: 15px
}

.blog-popular-articles .media .media-heading {
    font-size: 14px;
    color: black
}

.blog-popular-articles .media p {
    line-height: 13.5px;
    margin-bottom: 0
}

.blog-popular-articles .media a {
    width: 100px;
    height: 55px
}

.blog-popular-articles .media img {
    max-width: 100px;
    max-height: 55px;
    margin: 0 auto
}

.be-join-movement dt {
    font-family: "Century Gothic";
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: normal
}

.be-join-movement dt a {
    color: #464646
}

.ethical-sourcing {
    padding: 10px 10px 10px 30px
}

.ethical-sourcing .thumbnail {
    border: 0;
    padding: 0;
    line-height: 18px
}

.ethical-sourcing .thumbnail&gt;img {
    margin: 0
}

.ethical-sourcing .thumbnail h3 {
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #ececec;
    margin: 0;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.ethical-sourcing .thumbnail .caption {
    padding: 15px 0
}

dl.certificates dd a {
    color: #000
}

dl.certificates dd a:hover {
    color: #7cd3cd
}

blockquote.picture-welfare-explain {
    font-size: 13px;
    font-style: italic;
    color: #959595;
    float: none !important;
    text-align: right;
    border-right-width: 1px;
    margin: 15px 0 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 16px
}

.normal-right-img {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px
}

.right-picture-welfare {
    float: right;
    margin-left: 20px
}

@media ( max-width :767px) {
    .right-picture-welfare {
        float: none;
        margin-left: 0
    }
    .right-picture-welfare .img-responsive {
        margin: 0 auto
    }
    .normal-right-img {
        margin: 0 auto 20px;
        float: none
    }
}

.useual-right-img {
    margin-left: 20px;
    margin-bottom: 20px;
    float: right;
    margin-right: -33.3%
}

.product-right-img {
    -moz-box-shadow: inset 0 0 8px #f1f1f1;
    -webkit-box-shadow: inset 0 0 8px #f1f1f1;
    box-shadow: inset 0 0 8px #f1f1f1;
    border: 1px solid #efefef;
    text-align: center;
    width: 427px;
    height: 276px
}

.product-right-img img {
    margin: auto
}

@media ( max-width :427px) {
    .product-right-img {
        width: 100%
    }
}

.page-foreword {
    font-family: "Century Gothic";
    color: #464646;
    text-transform: uppercase;
    text-align: center;
    border-left: 2px solid #7cd3cd;
    margin-right: -33.3%;
    margin-left: 30px;
    padding: 10px 20px;
    float: right;
    width: 328px;
    font-size: 20px;
    color: #7cd3cd;
    line-height: 28px;
    margin-bottom: 20px;
    letter-spacing: 1px
}

@media ( max-width :991px) {
    .useual-right-img {
        margin: 1em auto;
        float: none
    }
    .useual-right-img .img-responsive {
        margin: 0 auto
    }
    .page-foreword {
        margin: 0;
        display: block;
        float: none;
        border-left: 0;
        text-align: center;
        width: auto
    }
}

.botswana-diamonds-video {
    margin-top: -35px
}

@media ( max-width :991px) {
    .botswana-diamonds-video {
        margin-top: inherit
    }
}

.schedule-an-appointment-form {
    padding-left: 30px
}

.schedule-an-appointment-form .form-group {
    margin-bottom: 5px
}

.schedule-an-appointment-form .control-label {
    font-size: 15px;
    padding-top: 3px;
    letter-spacing: 1px
}

@media ( max-width :991px) {
    .schedule-an-appointment-form {
        padding-left: 0
    }
}

.shopping-row-table&gt;.row, .shopping-row-table&gt;tbody&gt;tr&gt;td {
    padding-top: .2em;
    padding-bottom: .2em;
    line-height: 1.02857
}

.normal-page a {
    color: #464646;
    text-decoration: underline
}

.shopping-table .thead {
    background: #ebebeb;
    padding: 10px 15px
}

.shopping-table .tbody {
    padding: 0 15px
}

.shopping-table .tbody&gt;.item {
    border-bottom: 1px solid #eaeaea;
    padding: 20px 0;
    margin: 0 -15px;
    padding-left: 15px;
    padding-right: 15px
}

.shopping-table .tbody&gt;.item:last-child {
    border-bottom: 0
}

@media ( min-width :768px) {
    .shopping-cart-table .fore1 {
        width: 20.6667%
    }
    .shopping-cart-table .fore2 {
        width: 37.6667%
    }
    .items-shipped-table .fore1 {
        width: 20.6667%
    }
    .items-shipped-table .fore2 {
        width: 37.6667%
    }
    .double-product-item .double-product {
        width: 79.3333%
    }
}

.already-signin .checkout {
    text-align: right
}

@media ( max-width :767px) {
    .already-signin, .already-signin .checkout {
        text-align: center
    }
}

.order-summary {
    color: #000;
    background-color: #f9f9f9;
    padding: 10px 20px 20px;
    margin-bottom: 20px
}

.order-summary caption {
    padding: 10px
}

.order-summary table td {
    padding: 5px 2px;
    line-height: 14px;
    vertical-align: top
}

.need-assistance {
    padding: 0 10px 20px
}

.need-assistance .contact-information {
    font-size: 10px
}

.need-assistance .contact-information&gt;div {
    padding-top: 5px
}

.need-assistance .contact-information i {
    vertical-align: middle
}

.shopping-alert-danger {
    color: #e1142f;
    padding: 15px 20px;
    line-height: 18px
}

.calculate-sales {
    padding: 10px 20px
}

.calculate-sales .form-group {
    padding-right: 5px
}

.other-checkout {
    text-align: center;
    border: 1px solid #eaeaea;
    margin-top: 30px;
    position: relative;
    margin-bottom: 20px
}

.other-checkout h4 {
    background: white;
    padding: 0 20px;
    width: 130px;
    margin: -15px auto 0;
    color: #898989
}

.other-checkout hr {
    margin: 16px 0
}

.other-checkout .pay-img {
    padding: 10px 20px
}

@media ( min-width :768px) {
    .double-product .fore1 {
        width: 50%
    }
    .double-product .fore2 {
        width: 21%
    }
}

.gift-card-danger, .gift-card-danger a {
    color: #f00
}

.ring-size-select&gt;div {
    display: inline-block
}

.billing-shipping-tabs&gt;li {
    text-align: center
}

.billing-shipping-tabs&gt;li.btn {
    display: table-cell;
    float: none;
    width: 1%;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap
}

@media ( min-width :992px) {
    .billing-shipping .fore1 {
        width: 38%
    }
    .billing-shipping .fore2 {
        width: 38%
    }
    .billing-shipping .fore3 {
        width: 24%
    }
    .billing-shipping .col-md-offset-10.fore3 {
        margin-left: 76%
    }
}

.billing-shipping-heading {
    text-align: center;
    padding-top: 5px;
    margin-bottom: 15px;
    min-height: 60px
}

.shop-our-collections li {
    margin: 6px 0;
    width: 250px
}

.shop-our-collections li .thumbnail {
    border-color: transparent;
    border-top: 5px solid transparent
}

.shop-our-collections .caption {
    padding: 10px
}

.shop-our-collections h3 {
    border-bottom: 1px solid #ececec;
    line-height: 16px;
    min-height: 2em
}

.shop-our-collections li h3 a:hover {
    color: #7cd3cd
}

.shop-our-collections li .active {
    border: 1px solid #eaeaea !important;
    border-color: #7cd3cd #eaeaea #eaeaea !important;
    border-top: 5px solid #7cd3cd !important;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0x;
    position: relative;
    z-index: 2
}

.ethical-guarantee {
    margin: 0 auto;
    border: 1px solid #ebebeb;
    height: 340px;
    position: relative
}

.ethical-guarantee .caret {
    border-top: 22px solid transparent;
    border-right: 0 dotted transparent;
    border-bottom: 22px solid transparent;
    border-left: 22px solid #FFF;
    position: absolute;
    right: -21px;
    z-index: 2;
    top: 50%;
    margin-top: -12px
}

.ethical-guarantee-lists {
    height: 340px
}

.ethical-guarantee-lists .ad-title-small {
    padding: 8px 0
}

.ethical-guarantee-lists .ad-title-small .text {
    margin-top: -4px
}

.our-ethical-guarantee {
    background: url(../img/modification/our-ethical-guarantee.jpg) center
        top no-repeat;
    height: 340px
}

.our-ethical-guarantee2 {
    background: url(../img/modification/our-ethical-guarantee2.jpg) center
        top no-repeat;
    height: 340px
}

.our-ethical-guarantee3 {
    background: url(../img/modification/our-ethical-guarantee3.jpg) center
        top no-repeat;
    height: 340px
}

.our-ethical-guarantee4 {
    background: url(../img/modification/our-ethical-guarantee4.jpg) center
        top no-repeat;
    height: 340px
}

.our-ethical-guarantee5 {
    background: url(../img/modification/our-ethical-guarantee5.jpg) center
        top no-repeat;
    height: 340px
}

.our-ethical-guarantee6 {
    background: url(../img/modification/our-ethical-guarantee6-2.jpg) center
        top no-repeat;
    height: 340px
}

.our-ethical-guarantee7 {
    background: url(../img/modification/our-ethical-guarantee7.jpg) center
        top no-repeat;
    height: 340px
}

.learn-about-diamonds {
    background: url(../img/modification/learn-about-diamonds.jpg) no-repeat
        scroll center top;
    height: 500px
}

.learn-about-sapphires {
    background: url(../img/modification/learn-about-sapphires.jpg) no-repeat
        scroll center top;
    height: 500px
}

.fine-jewelry-guide {
    background: url(../img/modification/fine-jewelry-guide.jpg) no-repeat
        scroll center top;
    height: 500px
}

.fine-jewelry-guide2 {
    background: url(../img/modification/fine-jewelry-guide2.jpg) no-repeat
        scroll center top;
    height: 500px
}

.fine-jewelry-guide3 {
    background: url(../img/modification/fine-jewelry-guide3.jpg) no-repeat
        scroll center top;
    height: 500px
}

.engagement-ring-guide {
    background: url(../img/modification/engagement-ring-guide.jpg) no-repeat
        scroll center top;
    height: 500px
}

.vintage-jewelry-guide {
    background: url(../img/modification/vintage-jewelry-guide.jpg) no-repeat
        scroll center top;
    height: 500px
}

.gemstone-guidance {
    background: #d6e3e7 url(../img/modification/gemstone-guidance.jpg)
        center top no-repeat;
    height: 332px;
    text-align: center;
    position: relative;
    z-index: 2
}

.gemstone-guidance .caret {
    border-width: 22px 22px 0;
    border-top: 22px solid #d5e1e6;
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -18px
}

.gemstone-guidance-links {
    border: 1px solid #e6e6e6;
    border-top: 0;
    text-align: center
}

.gemstone-guidance-links .imitate-table {
    height: 167px
}

.gemstone-guidance-links .list-unstyled {
    margin: 0;
    line-height: 36px;
    font-family: 'Century Gothic';
    letter-spacing: 1px;
    text-transform: uppercase
}

.gemstone-guidance-links .list-unstyled a {
    text-decoration: underline;
    color: #868686
}

.gemstone-guidance-links .list-unstyled a:hover {
    color: #7cd3cd
}

@media ( min-width :768px) and (max-width:991px) {
    .gemstone-guidance-links .imitate-table {
        height: 332px
    }
}

.immediate-assistance {
    font-size: 13px
}

.immediate-assistance h5 {
    font-sze: 13px;
    color: #7cd3cd;
    margin-bottom: 0
}

@media ( min-width :992px) {
    .product-information-request .fore1 {
        width: 37%
    }
    .product-information-request .fore2 {
        width: 39%
    }
}

@media ( min-width :768px) {
    .product-information-request .fore3 {
        width: 24%;
        border-left: 1px solid #d9d9d9;
        padding-left: 22px
    }
}

@media ( min-width :992px) {
    .track-your-order .fore1 {
        width: 43%;
        border-right: 1px solid #d9d9d9;
        padding-right: 6%
    }
    .track-your-order .fore2 {
        padding-left: 6%
    }
}

@media ( min-width :768px) and (max-width:991px) {
    .track-your-order .fore1 {
        border-right: 1px solid #d9d9d9;
        padding-right: 6%
    }
    .track-your-order .fore2 {
        padding-left: 6%
    }
}

@media ( min-width :768px) {
    .track-your-order .fore1 {
        position: relative
    }
    .track-your-order .fore1:after {
        content: "OR";
        position: absolute;
        right: -10px;
        background: white;
        top: 50%;
        margin-top: -1em;
        color: #adadad
    }
}

.other-inquiries {
    color: #333
}

.other-inquiries a {
    color: #333
}

.other-inquiries a:hover {
    color: #7cd3cd
}

.social-share {
    overflow: hidden;
    padding: 0;
    margin-top: 16px
}

.social-share li {
    display: inline-block;
    list-style: none;
    margin: 0 18px 0 0
}

.social-share li a {
    display: inline-block;
    width: 37px;
    height: 37px;
    background: url('/assets/img/spirit-pic.png') left top no-repeat;
    text-indent: -9999px;
    overflow: hidden
}

.social-share li a.facebook {
    background-position: 0 -161px
}

.social-share li a.twitter {
    background-position: -55px -161px
}

.social-share li a.pinterest {
    background-position: -111px -161px
}

.social-share li a.email {
    background-position: -167px -161px
}

.view-the-collections .h1 {
    font-size: 26px;
    letter-spacing: 1px;
    text-align: center
}

.view-the-collections .h1 span {
    border-bottom: 1px solid #464646;
    display: inline-block;
    min-width: 384px;
    padding: 25px;
    color: black
}

@media ( max-width :767px) {
    .view-the-collections .h1 span {
        padding: 25px 5px;
        min-width: inherit
    }
}

.view-the-collections .list_carousel li {
    width: 300px;
    margin: 6px 15px
}

.view-collection-lists li .thumbnail {
    border-bottom: 1px solid #ebebeb
}

.view-collection-lists li .price {
    color: #7cd3cd
}

.explore-our-collections .list-unstyled li {
    padding: 5px 0
}

.fairmined-gold-banner {
    background: url(../img/banner/fairmined-gold-banner.jpg) center top
        no-repeat;
    height: 318px
}

.fairmined-gold-banner .imitate-table {
    height: 318px
}

@media ( min-width :992px) {
    .our-exclusive-collection .col-sm-6 {
        width: 45%
    }
    .our-exclusive-collection .even {
        float: right
    }
}

.our-exclusive-collection .caption {
    padding-left: 15%;
    padding-right: 15%
}

.our-exclusive-collection a {
    text-decoration: none
}

.our-exclusive-collection a:hover {
    text-decoration: underline
}

.dl-our-sources dt {
    width: 115px;
    float: left;
    margin-bottom: 25px
}

.dl-our-sources dd {
    margin-left: 140px
}

@media ( max-width :767px) {
    .dl-our-sources dt {
        width: 115px;
        float: left;
        margin-right: 15px;
        margin-bottom: 5px
    }
}

@media ( max-width :420px) {
    .dl-our-sources dt {
        width: 30%
    }
    .dl-our-sources dd {
        margin-left: 35%
    }
}

@media ( min-width :992px) {
    .my-account-login .fore1 {
        width: 50%;
        padding-right: 12%
    }
}

@media ( min-width :768px) {
    .my-account-login .fore1 {
        min-height: 360px
    }
}

.my-account-info {
    font-size: 12px
}

.my-account-info dt {
    text-align: left;
    font-family: 'Century Gothic';
    font-size: 9px;
    text-transform: uppercase;
    color: #4b4b4b;
    font-weight: normal;
    line-height: 14px;
    letter-spacing: 1px
}

.brilliant-earth-reviews-lists dt {
    padding-bottom: 10px
}

.brilliant-earth-reviews-lists dd {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px
}

.aboutus-ico-nav .thumbnail {
    border: 0;
    text-align: center;
    line-height: 20px
}

.aboutus-ico-nav .thumbnail .img {
    background-image: url('/assets/img/our-commitment-to-you-icon.png');
    background-repeat: no-repeat
}

.aboutus-ico-nav .thumbnail h3 {
    line-height: 20px;
    margin-top: 0;
    letter-spacing: 1px
}

.aboutus-ico-nav .thumbnail .caption {
    padding-top: 0
}

.aboutus-ico-nav .thumbnail a {
    text-decoration: none
}

.aboutus-ico-nav .thumbnail a:hover h3 {
    color: #7cd3cd;
    text-decoration: underline
}

.aboutus-ico-nav .choose-gem {
    background-position: 0 10px
}

.aboutus-ico-nav a:hover .choose-gem {
    background-position: 0 -90px
}

.aboutus-ico-nav .choose-a-ring {
    background-position: -207px 10px
}

.aboutus-ico-nav a:hover .choose-a-ring {
    background-position: -207px -90px
}

.aboutus-ico-nav .purchase-process {
    background-position: -410px 10px
}

.aboutus-ico-nav a:hover .purchase-process {
    background-position: -410px -90px
}

.aboutus-ico-nav .unforgettable-memories {
    background-position: -613px 10px
}

.aboutus-ico-nav a:hover .unforgettable-memories {
    background-position: -613px -90px
}

.our-ethical-practices-nav .thumbnail .img {
    background-image: url('/assets/img/our-ethical-practices-ico.png');
    background-repeat: no-repeat
}

.our-ethical-practices-nav .beyond-conflict-free {
    background-position: 0 0
}

.our-ethical-practices-nav a:hover .beyond-conflict-free {
    background-position: 0 -100px
}

.our-ethical-practices-nav .recycled-gold-and-platinum {
    background-position: -200px 0
}

.our-ethical-practices-nav a:hover .recycled-gold-and-platinum {
    background-position: -200px -100px
}

.our-ethical-practices-nav .colored-gemstones {
    background-position: -410px 0
}

.our-ethical-practices-nav a:hover .colored-gemstones {
    background-position: -410px -100px
}

.our-ethical-practices-nav .giving-back {
    background-position: -610px 0
}

.our-ethical-practices-nav a:hover .giving-back {
    background-position: -610px -100px
}

.antique-education-video-nav .thumbnail .img {
    background-image: url('/assets/img/antique-education-video-ico.png');
    background-repeat: no-repeat
}

.antique-education-video-nav .antique-rings {
    background-position: 0x 0
}

.antique-education-video-nav a:hover .antique-rings {
    background-position: 0 -100px
}

.antique-education-video-nav .design-eras {
    background-position: -200px 0
}

.antique-education-video-nav a:hover .design-eras {
    background-position: -200px -100px
}

.antique-education-video-nav .diamonds-gemstones {
    background-position: -410px 0
}

.antique-education-video-nav a:hover .diamonds-gemstones {
    background-position: -410px -100px
}

.antique-education-video-nav .policies {
    background-position: -610px 0
}

.antique-education-video-nav a:hover .policies {
    background-position: -610px -100px
}

.wddding-rings-nav .thumbnail .img {
    background-image: url('/assets/img/wedding-ring-guide-ico.jpg');
    background-repeat: no-repeat
}

.wddding-rings-nav .antique-rings {
    background-position: 0x 0
}

.wddding-rings-nav a:hover .antique-rings {
    background-position: 0 -100px
}

.wddding-rings-nav .mens-wedding-rings {
    background-position: -190px 0
}

.wddding-rings-nav a:hover .mens-wedding-rings {
    background-position: -190px -100px
}

.wddding-rings-nav .engraving-sinzing {
    background-position: -400px 0
}

.wddding-rings-nav a:hover .engraving-sinzing {
    background-position: -400px -100px
}

.wddding-rings-nav .unforgettable-memories {
    background-position: -600px 0
}

.wddding-rings-nav a:hover .unforgettable-memories {
    background-position: -600px -100px
}

.jewelry-education-nav .thumbnail .img {
    background-image: url('/assets/img/jewelry-education-ico.jpg');
    background-repeat: no-repeat
}

.jewelry-education-nav .gemstone-guidance {
    background-position: 0 0
}

.jewelry-education-nav a:hover .gemstone-guidance {
    background-position: 0 -100px
}

.jewelry-education-nav .engagement-ring-guide {
    background-position: -155px 0
}

.jewelry-education-nav a:hover .engagement-ring-guide {
    background-position: -155px -100px
}

.jewelry-education-nav .wedding-ring-guide {
    background-position: -310px 0
}

.jewelry-education-nav a:hover .wedding-ring-guide {
    background-position: -310px -100px
}

.jewelry-education-nav .vintage-jewelry-guide {
    background-position: -465px 0
}

.jewelry-education-nav a:hover .vintage-jewelry-guide {
    background-position: -465px -100px
}

.jewelry-education-nav .fine-jewelry-guide {
    background-position: -620px 0
}

.jewelry-education-nav a:hover .fine-jewelry-guide {
    background-position: -620px -100px
}

@media ( min-width :768px) {
    .jewelry-education-nav&gt;.col-md-2 {
        width: 20%
    }
}

.beyond-conflict-free-nav .thumbnail .img {
    background-image: url('/assets/img/choosing-conflict-free-ico.png');
    background-repeat: no-repeat
}

.beyond-conflict-free-nav .about-ethical-diamonds {
    background-position: 0 0
}

.beyond-conflict-free-nav a:hover .about-ethical-diamonds {
    background-position: 0 -100px
}

.beyond-conflict-free-nav .quality-affordability {
    background-position: -204px 0
}

.beyond-conflict-free-nav a:hover .quality-affordability {
    background-position: -204px -100px
}

.beyond-conflict-free-nav .purchasing-from-retailers {
    background-position: -404px 0
}

.beyond-conflict-free-nav a:hover .purchasing-from-retailers {
    background-position: -404px -100px
}

.beyond-conflict-free-nav .certification {
    background-position: -614px 0
}

.beyond-conflict-free-nav a:hover .certification {
    background-position: -614px -100px
}

.fine-jewelry-guide-nav .thumbnail .img {
    background-image: url('/assets/img/fine-jewelry-guide-ico.png');
    background-repeat: no-repeat
}

.fine-jewelry-guide-nav .earrings {
    background-position: 0 0
}

.fine-jewelry-guide-nav a:hover .earrings {
    background-position: 0 -100px
}

.fine-jewelry-guide-nav .pendants {
    background-position: -204px 0
}

.fine-jewelry-guide-nav a:hover .pendants {
    background-position: -204px -100px
}

.fine-jewelry-guide-nav .purchase-process {
    background-position: -404px 0
}

.fine-jewelry-guide-nav a:hover .purchase-process {
    background-position: -404px -100px
}

.fine-jewelry-guide-nav .unforgettable-memories {
    background-position: -614px 0
}

.fine-jewelry-guide-nav a:hover .unforgettable-memories {
    background-position: -614px -100px
}

.learn-about-sapphires-nav .thumbnail .img {
    background-image: url('/assets/img/learn-about-sapphires-ico.png');
    background-repeat: no-repeat
}

.learn-about-sapphires-nav .earrings {
    background-position: 0 0
}

.learn-about-sapphires-nav a:hover .earrings {
    background-position: 0 -100px
}

@media ( min-width :768px) {
    .learn-about-diamonds-nav&gt;.col-md-2 {
        width: 20%
    }
}

.learn-about-diamonds-nav .thumbnail .img {
    background-image: url('../img/learn-about-diamonds-ico.png');
    background-repeat: no-repeat
}

.learn-about-diamonds-nav .cut {
    background-position: 0 0
}

.learn-about-diamonds-nav a:hover .cut {
    background-position: 0 -100px
}

.learn-about-diamonds-nav .color {
    background-position: -155px 0
}

.learn-about-diamonds-nav a:hover .color {
    background-position: -155px -100px
}

.learn-about-diamonds-nav .clarity {
    background-position: -310px 0
}

.learn-about-diamonds-nav a:hover .clarity {
    background-position: -310px -100px
}

.learn-about-diamonds-nav .carat {
    background-position: -465px 0
}

.learn-about-diamonds-nav a:hover .carat {
    background-position: -465px -100px
}

.learn-about-diamonds-nav .certification {
    background-position: -620px 0
}

.learn-about-diamonds-nav a:hover .certification {
    background-position: -620px -100px
}

.jewelry-education-block {
    border: 1px solid #ebebeb;
    min-height: 345px
}

.jewelry-education-block .content {
    border: 0;
    border-top: 6px solid #7cd3cd;
    margin-top: -3px;
    min-height: 345px
}

.antique-ring-gallery {
    border: 1px solid #ebebeb
}

.antique-ring-gallery .imitate-table {
    height: 340px
}

.antique-ring-gallery .banner-title-medium .h1 {
    text-shadow: none
}

.aboutus-design-eras .media {
    padding-bottom: 30px
}

@media ( max-width :470px) {
    .aboutus-design-eras .media .pull-left {
        width: 35%
    }
}

.choose-a-metal-step {
    clear: both
}

.choose-a-metal-step .media h4 {
    margin-bottom: 0
}

@media ( max-width :580px) {
    .choose-a-metal-step .media .pull-left {
        float: none !important;
        margin-bottom: 10px
    }
}

.customer-letters-list .media, .media-mentions-list .media {
    border-bottom: 1px solid #e6e6e6
}

.customer-letters-list .media:last-child {
    border-bottom: 0
}

.media-mentions-list .media&gt;.pull-left {
    width: 150px;
    display: block;
    padding-bottom: 10px
}

.media-mentions-list .media-heading a {
    color: #464646
}

.media-mentions-list .media-heading a:hover {
    color: #7cd3cd
}

@media ( max-width :500px) {
    .customer-letters-list .media .pull-left, .media-mentions-list .media .pull-left
        {
        float: none !important
    }
}

.sets-apart-table thead th {
    background-color: #959595;
    color: white;
    text-align: center;
    letter-spacing: 1px;
    padding-top: 15px;
    padding-bottom: 15px
}

.sets-apart-table tbody th {
    font-size: 14px;
    font-family: "Century Gothic";
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px
}

.sets-apart-table tbody td {
    border-left: 1px solid #464646;
    border-right: 1px solid #464646;
    text-align: center
}

.sets-apart-table tbody td, .sets-apart-table tbody th {
    border-bottom: 1px dotted #464646;
    padding-left: 5px;
    padding-right: 5px
}

.sets-apart-table .glyphicon {
    font-size: 24px;
    color: #959595
}

@media ( max-width :360px) {
    .sets-apart-table tbody th {
        font-size: 12px
    }
}

.product-detail-promo-feature {
    border-radius: 0;
    margin-top: 20px
}

.product-detail-promo-feature .panel-heading {
    font-size: 11px;
    letter-spacing: 1px;
    padding: 7px 15px;
    position: relative;
    border-bottom: 0;
    text-align: center
}

.product-detail-promo-feature .caret {
    border-width: 10px 10px 0;
    border-top-color: #f5f5f5;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px
}

.product-detail-promo-feature .imitate-table {
    table-layout: fixed
}

.product-detail-promo-feature .imitate-table&gt;div {
    width: 50%;
    text-align: center;
    font-family: 'Freight Disp Pro Medium';
    text-transform: none;
    font-size: 15px;
    letter-spacing: .5px;
    padding: 5px
}

.product-detail-promo-feature .text h5 {
    margin: 0;
    font-size: 15px;
    font-family: 'Freight Disp Pro Medium';
    text-transform: none
}

.product-detail-promo-feature .text p {
    color: #7f7f7f;
    margin: 0
}

.popup-contact-us, .customer-dervice-hours {
    margin: 0;
    color: #4b4b4b
}

.popup-contact-us dt {
    color: #7cd3cd;
    font-size: 13px;
    letter-spacing: 1px;
    padding-left: 3px
}

.popup-contact-us dd {
    letter-spacing: .75px;
    margin-bottom: 14px;
    line-height: 18px;
    font-size: 13px
}

.customer-dervice-hours {
    margin-bottom: 12px
}

.customer-dervice-hours dt {
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 1.1px;
    padding: 3px 0;
    color: #333
}

.customer-dervice-hours dd {
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 1.1px
}

.privacy-policy {
    color: #333;
    font-size: 8.5px;
    letter-spacing: .5px
}

.get-a-quote {
    padding: 10px 0
}

.get-a-quote input {
    margin-right: .3em
}

.get-a-quote button, .get-a-quote input {
    width: 170px
}

.input-enter-zip-code {
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    padding: 10px 16px
}

.get-a-quote .form-control:-moz-placeholder {
    font-size: 14px;
    color: #ccc;
    letter-spacing: 1px;
    text-align: center
}

.get-a-quote .form-control::-moz-placeholder {
    font-size: 14px;
    color: #ccc;
    letter-spacing: 1px;
    text-align: center
}

.get-a-quote .form-control:-ms-input-placeholder {
    font-size: 14px;
    color: #ccc;
    letter-spacing: 1px;
    text-align: center
}

.get-a-quote .form-control::-webkit-input-placeholder {
    font-size: 14px;
    color: #ccc;
    letter-spacing: 1px;
    text-align: center
}

@media ( max-width :500px) {
    .table-jweelry-insurance-wrap {
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100%
    }
}

.table-jweelry-insurance th {
    font-family: "Century Gothic";
    text-transform: uppercase;
    font-weight: normal
}

.table-jweelry-insurance td, .table-jweelry-insurance th {
    color: #333;
    padding-top: 12px !important;
    padding-bottom: 12px !important
}

.table-jweelry-insurance thead tr th {
    font-size: 11px;
    letter-spacing: .5px;
    border-bottom: 0
}

.table-jweelry-insurance td {
    text-align: center;
    font-size: 12px;
    line-height: 1.2 !important
}

.table-jweelry-insurance tbody tr th {
    vertical-align: middle;
    font-size: 10px;
    letter-spacing: 1px;
    border-bottom: 1px solid #ddd
}

.table-jweelry-insurance tbody tr td {
    border-bottom: 1px solid #ddd
}

.table-jweelry-insurance .bg-g {
    background-color: #f7f7f7
}

.table-jweelry-insurance tbody td .txt {
    display: block;
    padding-top: 4px;
    color: #666
}

.lavalier-insurance-learn-more a {
    text-decoration: none;
    letter-spacing: .75px;
    color: #666
}

.lavalier-insurance-note {
    border-top: 1px solid #e1e1e1;
    padding-top: 1.3em;
    margin-top: 2.5em
}

.lavalier-insurance-note p {
    font-size: 13px;
    line-height: 1.3;
    color: #666
}

.shopping2-table {
    border: 1px solid #eaeaea
}

.shopping2-table .thead {
    background: #ebebeb;
    padding: 10px 15px
}

.shopping2-table .tbody {
    padding: 0 15px
}

.shopping2-table .tbody&gt;.item {
    border-bottom: 1px solid #eaeaea;
    padding: 20px 0;
    margin: 0 -15px;
    padding-left: 15px;
    padding-right: 15px
}

.shopping2-table .tbody&gt;.item:last-child {
    border-bottom: 0
}

.shopping2-table .product-info .fore2, .shopping2-table .product-info .fore3
    {
    font-family: "Century Gothic"
}

@media ( min-width :768px) {
    .shopping2-table.shopping-cart-table .fore1 {
        width: 25.6667%
    }
    .shopping2-table.shopping-cart-table .product-info {
        width: 74.3333%
    }
    .shopping2-table .s2-item .double-product {
        width: 74.3333%
    }
    .shopping2-table .product-info .fore1 {
        width: 51%
    }
    .shopping2-table .product-info .fore2 {
        width: 22%
    }
    .shopping2-table .product-info .fore3 {
        width: 18.6666%
    }
}

@media ( max-width :767px) {
    .shopping2-table .fore1 .caption {
        width: 116px;
        margin: 0 auto
    }
    .shopping2-table .fore1 .caption h3 {
        line-height: 16px !important
    }
    .shopping2-table .fore1 .caption .txt-mtw {
        padding-top: 7px;
        display: inline-block;
        width: 54px
    }
    .shopping2-table .fore1 .caption .glyphicon-heart {
        border: 1px solid #eaeaea;
        padding: 12px;
        border-radius: 30px;
        font-size: 18px;
        float: left
    }
}

.shopping2-row-table&gt;.row {
    padding-top: .2em;
    padding-bottom: .2em;
    line-height: 1.02857;
    font-family: "Century Gothic";
    font-size: 12px;
    text-transform: uppercase
}

.srt-loose&gt;.row {
    padding-top: .4em;
    padding-bottom: .4em
}

.checkbox .deep {
    color: #464646
}

.checkbox .deep .icons-checkbox {
    border-color: #898989
}

.calculate-sales-tax .bootstrap-select {
    margin-bottom: 0 !important
}

.shopping2-total {
    border: 1px solid #eaeaea;
    padding: 0 15px
}

.shopping2-total&gt;.row&gt;.col-md-4 {
    padding: 15px;
    border-right: 1px solid #eaeaea
}

@media ( min-width :768px) {
    .shopping2-total {
        display: table;
        width: 100%;
        padding: 0
    }
    .shopping2-total&gt;.row {
        display: table-row
    }
    .shopping2-total&gt;.row&gt;.col-md-4 {
        display: table-cell;
        float: none;
        width: 33.333%
    }
}

.shopping2-total&gt;.row&gt;.col-md-4.fore3 {
    border-right: 0
}

@media ( max-width :767px) {
    .shopping2-total {
        border: 0
    }
    .shopping2-total .fore1 {
        border: 1px solid #eaeaea !important
    }
    .shopping2-total&gt;.row&gt;.col-md-4.fore2 {
        display: none
    }
}

.secure-checkout {
    position: relative;
    padding-left: 5px
}

.secure-checkout .glyphicon {
    position: absolute;
    left: -10px;
    top: 3px;
    color: black;
    font-size: 12px
}

@media ( max-width :767px) {
    .secure-checkout .glyphicon-lock {
        background-images: url(../img/icon/glyphicon-lock2x.png) center center
            no-repeat;
        background-size: 11px 12px
    }
    .secure-checkout {
        position: relative;
        margin-left: 15px
    }
}

.other-checkout2 {
    text-align: center;
    border-top: 1px solid #eaeaea;
    margin-top: 25px;
    padding-top: 10px
}

.dl-order-date {
    font-family: "Century Gothic";
    text-transform: uppercase;
    font-size: 14px;
    color: black
}

.dl-order-date dt {
    text-align: left;
    font-weight: normal
}

@media ( max-width :767px) {
    .dl-order-date dt {
        text-align: center
    }
    .dl-order-date dd {
        color: #464646
    }
}

.thank-you-final2-statistics&gt;.col-md-6 {
    margin-bottom: 30px;
    margin-top: 15px
}

.thank-you-final2-statistics&gt;.col-md-6 .inner {
    border: 1px solid #eaeaea;
    padding: 15px
}

.need-assistance-thin {
    font-size: 10px
}

.table-groups-sc&gt;div {
    border: 1px solid #eaeaea;
    margin-bottom: -1px;
    padding: 10px !important
}

@media ( min-width :768px) {
    .table-groups-sc {
        display: table;
        width: 100%;
        margin-bottom: 10px;
        border-collapse: collapse
    }
    .table-groups-sc&gt;div {
        float: none;
        border: 1px solid #eaeaea;
        display: table-cell
    }
}

.shipping-step, .shipping-step .node:before, .shipping-step .node:after,
    .shipping-step .node:before, .shipping-step .node.ready:before,
    .shipping-step .node.over:before {
    background-image: url('/assets/img/shipping-step.png')
}

.shipping-step-wrap {
    overflow: hidden;
    padding-right: 12px
}

@media ( max-width :767px) {
    .shipping-step-wrap {
        margin-bottom: 30px
    }
}

.shipping-step {
    height: 28px;
    line-height: 28px;
    background-position: 0 0;
    background-repeat: repeat-x;
    padding: 0;
    margin: 0;
    font-family: "Century Gothic";
    text-transform: uppercase;
    font-size: 11px;
    border-left: 1px solid #eee
}

.shipping-step .node {
    float: left;
    height: 28px;
    line-height: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    padding-left: 43px;
    padding-right: -13px
}

.shipping-step .node:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-position: -32px -28px;
    left: 18px;
    top: 6px;
    position: absolute
}

.shipping-step .node:after {
    background-position: right -74px;
    position: absolute;
    display: block;
    content: '';
    width: 13px;
    height: 28px;
    right: -13px;
    top: 0
}

.shipping-step .fore1 {
    width: 38%;
    padding-left: 30px;
    z-index: 3
}

.shipping-step .fore1:before {
    left: 5px
}

.shipping-step .fore2 {
    width: 27%;
    z-index: 2
}

.shipping-step .fore3 {
    width: 35%;
    z-index: 1
}

.shipping-step .node.ready:before {
    background-position: -16px -28px
}

.shipping-step .node.over {
    color: white;
    background-color: #62be99
}

.shipping-step .node.over:before {
    background-position: 0 -28px
}

.shipping-step .node.over:after {
    background-position: right -44px
}

@media ( max-width :767px) {
    .shipping-step {
        font-size: 9px
    }
    .shipping-step .fore1 {
        width: 42%
    }
    .shipping-step .fore2 {
        width: 30%
    }
    .shipping-step .fore3 {
        width: 28%
    }
}

.order-summary2 {
    font-family: 'Century Gothic';
    border: 1px solid #d7d7d7;
    position: relative;
    margin-top: 40px
}

.order-summary2:after {
    content: "Order Summary";
    position: absolute;
    display: block;
    top: -0.7em;
    background: white;
    left: 50%;
    margin-left: -60px;
    font-size: 14px;
    color: #898989;
    text-transform: uppercase;
    letter-spacing: .5px
}

.order-summary2 .item {
    padding: 25px 15px
}

.order-summary2 .total {
    border-top: 1px solid #d7d7d7;
    padding: 15px
}

.need-assistance2 .list-inline li, .need-assistance3 .list-inline li {
    padding-left: 0;
    padding-right: 10px
}

@media ( min-width :992px) {
    .need-assistance2 {
        padding-left: 20px
    }
}

@media ( max-width :991px) {
    .need-assistance2 {
        padding-top: 30px
    }
    .need-assistance2 .live-chat {
        display: none
    }
}

@media ( min-width :992px) {
    .need-assistance3 {
        padding-left: 20px
    }
}

@media ( max-width :991px) {
    .need-assistance3 {
        padding-top: 5px
    }
    .need-assistance3 .live-chat {
        display: none
    }
}

@media ( max-width :767px) {
    .need-assistance3 {
        padding-top: 30px
    }
}

.shopping3-table {
    border: 1px solid #eaeaea;
    font-family: 'Century Gothic'
}

.shopping3-table {
    border: 1px solid #eaeaea
}

.shopping3-table .thead {
    background: #ebebeb;
    padding: 10px 15px
}

.shopping3-table .tbody {
    padding: 0 15px
}

.shopping3-table .tbody&gt;.item {
    border-bottom: 1px solid #eaeaea;
    padding: 20px 0;
    margin: 0 -15px;
    padding-left: 15px;
    padding-right: 15px
}

.shopping3-table .tbody&gt;.item:last-child {
    border-bottom: 0
}

@media ( min-width :992px) {
    .shopping3-table .product-pic img {
        max-width: 140px
    }
}

@media ( max-width :767px) {
    .order-summary3 {
        position: relative
    }
    .order-summary3:after {
        content: "Order Summary";
        position: absolute;
        display: block;
        top: -0.7em;
        background: white;
        left: 50%;
        margin-left: -65px;
        font-size: 14px;
        color: #898989;
        text-transform: uppercase;
        letter-spacing: .5px;
        padding: 0 10px
    }
}

.table-ship-to {
    border: 1px solid #eaeaea;
    margin-top: 40px;
    color: #000
}

.table-ship-to .tfoot {
    border-top: 1px solid #eaeaea;
    padding: 10px 15px
}

.table-ship-to .tbody .h5 .edit {
    display: none
}

@media ( max-width :767px) {
    .table-ship-to {
        border: 0
    }
    .table-ship-to&gt;.tbody .fore&gt;div {
        border: 1px solid #eaeaea;
        border-top: 6px solid #7cd3cd;
        margin-bottom: 15px
    }
    .table-ship-to .tbody .h5 .edit {
        display: inline-block;
        margin-left: 15px;
        font-family: 'Freight Disp Pro Medium';
        font-size: 14px;
        text-transform: none
    }
}

.your-order-tital {
    border: 1px solid #eaeaea;
    padding: 15px;
    font-family: 'Century Gothic';
    text-transform: uppercase
}

.your-order-tital .order-date .row {
    padding: .4em 0
}

@media ( min-width :768px) and (max-width:991px) {
    .confirm-submit-order-title {
        margin-top: 20px
    }
}

@media ( min-width :768px) {
    .filter-tdcw {
        border-top: 1px solid #ececec;
        padding: 25px 0 15px
    }
    .filter-tdcw .noUiSlider-col {
        width: 60%
    }
}

.wish-list-signin .form-group {
    margin: 0
}

.word-count {
    position: absolute;
    right: -2px;
    top: 0;
    line-height: 30px;
    color: #e94e3c
}

@media ( max-width :767px) {
    .word-count {
        display: none
    }
}

.mobile-search-results {
    font-family: "Century Gothic"
}

.select-mobile-sort.form-control {
    height: 44px
}

.select-mobile-sort.form-control * {
    text-align: center !important
}

.select-mobile-sort.form-control button.btn {
    font-size: 14px;
    padding-top: 12px
}

.mobile-ysr {
    margin: 0 0 .5em 0
}

.mobile-ysr dt {
    color: #959595;
    font-weight: normal
}

.mobile-ysr dd {
    color: #000
}

.mobile-results-table .table td, .mobile-results-table .table th {
    font-weight: normal;
    color: #000;
    font-size: 8px;
    vertical-align: middle;
    text-align: center;
    border: 0;
    padding: 20px 8px
}

.mobile-results-table .compact-b {
    padding-bottom: 7px !important
}

.mobile-results-table .compact-t {
    padding-top: 7px !important
}

.mobile-results-table .table tr:nth-child(2n-1) {
    border-top: 1px solid #ddd
}

.mobile-results-table .table {
    border-bottom: 1px solid #ddd;
    margin-bottom: -1px
}

.mobile-results-table .glyphicon {
    font-size: 16px;
    top: -2px;
    position: relative;
    color: #7cd3cd;
    text-decoration: none !important
}

.relax-heading {
    text-align: center
}

.relax-heading .h2 {
    font-size: 22px;
    margin-top: 0;
    line-height: 1.4
}

.relax-heading .h2 a:hover {
    color: #7cd3cd;
    text-decoration: underline
}

.relax-heading p {
    font-size: 16px;
    line-height: 24px
}

.box-gray1 {
    background: #f2f2f2
}

.our-locationgs-lists {
    text-align: center
}

.our-locationgs-lists .caption {
    color: white;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px
}

.founding-story {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto
}

.founding-story .heading {
    color: #464646;
    font-size: 22px;
    letter-spacing: 1px;
    padding-bottom: 10px
}

.founding-story p {
    margin-bottom: 1.6em
}

.her-values {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    line-height: 32px;
    margin-bottom: 1.5em
}

.her-values h4 {
    line-height: 32px;
    font-size: 20px
}

.ethical-sourcing2 {
    color: white;
    background: url(../img/channel/our-movement/about/ethical-sourcing2.jpg)
        center top no-repeat;
    height: 485px;
    margin-bottom: 10px
}

@media ( max-width :767px) {
    .founding-story p {
        line-height: 22px
    }
    .ethical-sourcing2 {
        height: auto
    }
    .ethical-sourcing2 .hd {
        height: 215px
    }
    .ethical-sourcing2 .hd h2 {
        margin: 0 !important;
        line-height: 215px;
        text-align: center;
        background: url(../img/channel/our-movement/about/ethical-sourcing2.jpg)
            center center/cover no-repeat
    }
    .ethical-sourcing2 .bd {
        padding: 30px;
        background: black
    }
    .our-locationgs-lists .caption {
        bottom: 50%;
        margin-bottom: -50px
    }
}

.design-craftsmanship {
    background:
        url(../img/channel/our-movement/about/design-craftsmanship.jpg) left
        top/cover no-repeat
}

.customer-stories {
    background: url(../img/channel/our-movement/about/customer-stories.jpg)
        left top/cover no-repeat
}

.los-angeles .intrinsic-ratio-5-2, .san-franciso .intrinsic-ratio-5-2 {
    padding-bottom: 46%
}

.los-angeles {
    background:
        url(../img/channel/our-movement/about/showroom/banner-los-angeles.jpg)
        left top/cover no-repeat
}

.san-franciso {
    background:
        url(../img/channel/our-movement/about/showroom/banner-san-franciso.jpg)
        left top/cover no-repeat
}

.design-craftsmanship .btn, .customer-stories .btn {
    width: 285px
}

@media ( max-width :500px) {
    .design-craftsmanship .btn, .customer-stories .btn {
        width: auto
    }
}

.business-rating {
    text-align: center
}

.business-rating .col-md-3 {
    padding-bottom: 50px
}

@media ( max-width :767px) {
    .business-rating .col-md-3 {
        padding-bottom: 30px
    }
}

.featured-review {
    border-top: 1px dotted #d3d3d3;
    padding-top: 60px;
    margin-top: 30px
}

.featured-review blockquote {
    border: 0
}

.featured-review blockquote {
    color: #999;
    position: relative;
    font-size: 20px;
    line-height: 34px;
    margin: 0
}

.featured-review blockquote:before {
    width: 24px;
    height: 20px;
    content: '';
    font-size: 70px;
    color: #a6d7bf;
    position: absolute;
    left: -14px;
    top: 10px;
    background: url(../img/icon/quotes.png) left top no-repeat
}

.featured-review blockquote:after {
    width: 24px;
    height: 20px;
    content: '';
    font-size: 70px;
    color: #a6d7bf;
    position: absolute;
    right: -14px;
    bottom: 10px;
    background: url(../img/icon/quotes.png) right top no-repeat
}

@media ( max-width :767px) {
    .featured-review blockquote {
        padding: 0
    }
    .featured-review blockquote:before, .featured-review blockquote:after {
        position: static;
        display: inline-block
    }
}

.media-mentions {
    text-align: center
}

.media-mentions .item {
    padding-bottom: 70px
}

.media-mentions h2 {
    font-size: 22px;
    padding: 70px 0
}

.media-mentions h3 {
    font-size: 16px;
    line-height: 24px;
    padding: 0 40px
}

.media-mentions p {
    font-size: 17px;
    line-height: 24px
}

@media ( max-width :991px) {
    .media-mentions h3 {
        padding: 0
    }
}

@media ( max-width :767px) {
    .media-mentions h2 {
        padding: 40px 0
    }
    .media-mentions .item {
        padding-bottom: 40px
    }
}

.call-and-chat {
    max-width: 600px;
    text-align: center;
    padding-top: 25px
}

.call-and-chat .col-sm-6 {
    padding: 10px
}

.call-and-chat h4, .call-and-chat {
    color: #000
}

.call-and-chat .fore2 {
    border-left: 1px solid #d7d7d7
}

.banner-showroom {
    position: relative
}

@media ( max-width :767px) {
    .call-and-chat {
        padding-top: 0
    }
    .banner-showroom .ad-title-larger {
        display: none
    }
    .banner-showroom .intrinsic-ratio-5-2, .banner-las-showroom .intrinsic-ratio-5-2
        {
        height: 210px !important
    }
}

@media ( min-width :768px) {
    .schedule-an-appointment .col1 {
        padding-right: 35px
    }
    .schedule-an-appointment .col2 {
        padding-left: 35px
    }
}

.schedule-an-appointment .col1 {
    border-right: 1px solid #d7d7d7
}

.video-close {
    width: 31px;
    height: 31px;
    position: absolute;
    z-index: 10;
    right: 25px;
    top: 16px;
    background: url(../img/icon/video-close.png) center center no-repeat;
    cursor: pointer
}

.our-ethical-practices-banner {
    background-image: url(../img/banner/our-ethical-practices-banner.jpg);
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/banner/our-ethical-practices-banner.jpg',
        sizingMethod='scale')
}

.our-ethical-practices-banner .container {
    padding-bottom: 13%
}

@media ( max-width :767px) {
    .our-ethical-practices-banner {
        background-image: url(../img/banner/our-ethical-practices-banner-sm.jpg)
    }
    .our-ethical-practices-banner .ad-title-larger .h1 .text {
        font-size: 40px;
        padding-top: 45px
    }
}

.banner-tro-mobile {
    padding: 15px;
    margin: 0;
    background-color: #333;
    color: white;
    font-size: 16px;
    line-height: 1.8em;
    text-align: center
}

a.want {
    color: #7cd3cd !important
}

a.niwl {
    visibility: hidden;
    color: #898989 !important
}

a.niwl.show-icon {
    visibility: visible
}

a.niwl.hover {
    color: #7cd3cd !important
}

a.niwl span:after {
    font-size: 10px;
    font-weight: 600;
    font-family: 'Century Gothic'
}

a.niwl.vertical span:after {
    content: "\AWANT"
}

a.niwl.horizontal span:after {
    content: "WANT";
    padding-left: 5px;
    vertical-align: bottom
}

#product-galleria {
    width: 426px;
    background: white;
    margin: 0 auto
}

.galleria-thumbnails-list {
    height: 66px;
    width: 100%;
    overflow: hidden
}

.galleria-thumbnails-list .galleria-thumbnails {
    height: 66px
}

.galleria-thumbnails-list .galleria-thumbnails .galleria-image {
    float: left;
    width: 66px;
    height: 66px;
    border: 1px solid white
}

.galleria-thumbnails-container.fore1 .galleria-thumbnails-list .galleria-thumbnails .galleria-image
    {
    margin-left: 1px;
    margin-right: 5px
}

.galleria-thumbnails-container.fore2 .galleria-thumbnails-list .galleria-thumbnails .galleria-image
    {
    margin-left: 0;
    margin-right: 6px
}

.galleria-thumbnails-list .galleria-thumbnails .active,
    .galleria-thumbnails-list .galleria-thumbnails .galleria-image:hover {
    border-color: #7cd3cd
}

.galleria-thumbnails-list .galleria-thumbnails .galleria-image img {
    display: block
}

#product-galleria .galleria-thumbnails-container {
    position: relative;
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #ececec
}

#product-galleria .galleria-thumb-nav-left {
    width: 8px;
    height: 8px;
    position: absolute;
    left: -30px;
    top: 45px
}

#product-galleria .galleria-thumb-nav-right {
    width: 8px;
    height: 8px;
    position: absolute;
    right: -30px;
    top: 45px
}

#product-galleria a:hover .icons-forward-black, #product-galleria a:hover .icons-backward-black
    {
    background-image: url('/assets/img/spirit-icons-hover-1.png')
}

.galleria-counter {
    overflow: hidden;
    border-bottom: 1px solid #ececec;
    padding: 4px 0;
    margin-bottom: 10px
}

.galleria-counter .galleria-pagination {
    margin: 0
}

.galleria-counter .galleria-pagination li {
    display: inline
}

.galleria-counter .galleria-pagination li a {
    display: inline-block;
    border-radius: 10px;
    width: 8px;
    height: 8px;
    text-indent: -9999px;
    overflow: hidden;
    background-color: #a2a2a2;
    margin-left: 2px
}

.galleria-counter .galleria-pagination li.active a, .galleria-counter .galleria-pagination li a:hover
    {
    background: #000
}

.galleria-stage {
    position: relative
}

.galleria-stage .galleria-image-nav-left {
    position: absolute;
    left: -45px;
    top: 50%
}

.galleria-stage .galleria-image-nav-right {
    position: absolute;
    right: -45px;
    top: 50%
}

.galleria-stage .galleria-images {
    width: 425px;
    height: 425px
}

.galleria-stage .describe {
    text-align: center;
    padding-top: 15px;
    font-size: 10px
}

.product-galleria-pop2 .modal-dialog {
    width: 728px
}

.product-galleria-pop2 #product-galleria {
    width: auto
}

.product-galleria-pop2 .galleria-thumbnails-wrap {
    border-top: 1px solid #ececec
}

.product-galleria-pop2 #product-galleria .galleria-thumbnails-container
    {
    width: 47%;
    float: left;
    border: 0;
    padding-left: 3%;
    padding-right: 3%
}

.product-galleria-pop2 #product-galleria .galleria-thumbnails-container.fore2
    {
    float: right
}

.product-galleria-pop2 #product-galleria .galleria-thumbnails-container.fore2:before
    {
    content: "";
    height: 80px;
    border-left: 1px solid #ececec;
    position: absolute;
    left: -22px
}

.product-galleria-pop2 .galleria-stage {
    width: 426px;
    margin: 0 auto
}

.product-galleria-pop2 .galleria-counter {
    border-bottom: 0
}

.product-galleria-pop2 #product-galleria .galleria-thumb-nav-left {
    left: 0
}

.product-galleria-pop2 #product-galleria .galleria-thumb-nav-right {
    right: 0
}

.zoomPad {
    position: relative;
    float: left;
    z-index: 99;
    cursor: crosshair
}

.zoomPreload {
    -moz-opacity: .8;
    opacity: .8;
    filter: alpha(opacity = 80);
    color: #333;
    font-size: 12px;
    font-family: Tahoma;
    text-decoration: none;
    border: 1px solid #CCC;
    background-color: white;
    padding: 8px;
    text-align: center;
    background-image: url(../images/zoomloader.gif);
    background-repeat: no-repeat;
    background-position: 43px 30px;
    z-index: 110;
    width: 90px;
    height: 43px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 49px
}

.zoomPup {
    overflow: hidden;
    background-color: #FFF;
    -moz-opacity: .6;
    opacity: .6;
    filter: alpha(opacity = 60);
    z-index: 120;
    position: absolute;
    border: 1px solid #CCC;
    z-index: 101;
    cursor: crosshair
}

.zoomOverlay {
    position: absolute;
    left: 0;
    top: 0;
    background: #FFF;
    z-index: 5000;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 101
}

.zoomWindow {
    position: absolute;
    left: 110%;
    top: 40px;
    background: #FFF;
    z-index: 6000;
    height: auto;
    z-index: 10000;
    z-index: 110
}

.zoomWrapper {
    position: relative;
    border: 1px solid #ececec;
    z-index: 110
}

.zoomWrapperTitle {
    display: block;
    background: #999;
    color: #FFF;
    height: 18px;
    line-height: 18px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 120;
    -moz-opacity: .6;
    opacity: .6;
    filter: alpha(opacity = 60)
}

.zoomWrapperImage {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 110
}

.zoomWrapperImage img {
    border: 0;
    display: block;
    position: absolute;
    z-index: 101
}

.zoomIframe {
    z-index: -1;
    filter: alpha(opacity = 0);
    -moz-opacity: .80;
    opacity: .80;
    position: absolute;
    display: block
}

#jCarouselLiteDemo .panorama-play {
    color: #000;
    font-family: "Century Gothic";
    text-align: center;
    position: absolute;
    top: 30px;
    left: 30px;
    cursor: pointer;
    z-index: 100
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0
}

.clearfix {
    zoom: 1
}

#jCarouselLiteDemo .jqzoom {
    width: 300px;
    margin: 0 auto 8px
}

ul#thumblist li {
    float: left;
    list-style: none outside none;
    margin-right: 2px
}

#jCarouselLiteDemo {
    padding-bottom: 30px
}

#jCarouselLiteDemo .carousel {
    width: 385px;
    margin: 0 auto;
    border-top: 1px solid #ececec;
    padding-top: 20px
}

@media ( max-width :400px) {
    #jCarouselLiteDemo .carousel, #jCarouselLiteDemo .jqzoom,
        #jCarouselLiteDemo .form-horizontal {
        width: auto !important
    }
    #jCarouselLiteDemo .jCarouselLite {
        width: 240px !important
    }
    #jCarouselLiteDemo .zoomPad {
        float: none
    }
    #jCarouselLiteDemo .zoomPad img {
        margin: 0 auto
    }
}

#jCarouselLiteDemo .zoomPup {
    border-color: #c2c2c2;
    background: transparent;
    cursor: url(../img/icon/zoom.cur), pointer
}

#jCarouselLiteDemo .carousel .jCarouselLite {
    float: left;
    left: -5000px;
    position: relative;
    visibility: hidden;
    margin-left: 15px
}

#jCarouselLiteDemo .carousel li p {
    background-color: #fff;
    height: 118px;
    margin: 10px;
    width: 150px
}

#jCarouselLiteDemo .carousel li {
    margin-right: 20px
}

#jCarouselLiteDemo .carousel li.recently {
    position: relative
}

#jCarouselLiteDemo .carousel li.recently .rp-text {
    text-align: center;
    padding-top: 5px;
    font-size: 10px;
    line-height: 12px;
    display: block;
    text-transform: uppercase
}

#jCarouselLiteDemo .carousel li.recently a:after {
    content: "";
    display: block;
    top: 52px;
    position: absolute;
    width: 100%;
    height: 12px;
    background: url(../imgProd/icon-recently.png) center bottom no-repeat
}

#jCarouselLiteDemo .carousel li a {
    border: 1px solid #ececec;
    display: block
}

#jCarouselLiteDemo .carousel li a.zoomThumbActive {
    border: 1px solid #76c29d
}

#jCarouselLiteDemo .carousel li img {
    background-color: #fff;
    height: 62px;
    width: 62px;
    display: block
}

#jCarouselLiteDemo .carousel button {
    float: left;
    background-color: transparent;
    background-image: url(../imgProd/jqbutton.png);
    background-repeat: no-repeat;
    width: 17px;
    padding: 0;
    overflow: hidden;
    height: 54px;
    text-indent: -9999px;
    border: 0;
    cursor: pointer
}

#jCarouselLiteDemo .carousel button.disabled {
    cursor: default
}

#jCarouselLiteDemo .carousel .prev {
    background-position: 0 0
}

#jCarouselLiteDemo .carousel .prev:hover {
    background-position: -34px 0
}

#jCarouselLiteDemo .carousel .prev.disabled {
    background-position: -68px 0
}

#jCarouselLiteDemo .carousel .next {
    background-position: -17px 0
}

#jCarouselLiteDemo .carousel .next:hover {
    background-position: -51px 0
}

#jCarouselLiteDemo .carousel .next.disabled {
    background-position: -85px 0
}

.jqzoom-tips {
    text-align: center;
    padding-bottom: 15px;
    color: #d1d1d1;
    font-size: 10px
}

.be-detail-v2 #jCarouselLiteDemo .jqzoom {
    width: 460px;
    height: 460px
}

.be-detail-v2 #jCarouselLiteDemo .carousel button {
    height: 78px
}

.be-detail-v2 #jCarouselLiteDemo .carousel, .diamond-shape-select {
    width: 525px;
    margin: 0 auto
}

.be-detail-v2 #jCarouselLiteDemo .carousel {
    overflow: hidden;
    padding-top: 0;
    border: 0
}

.diamond-shape-select {
    padding-left: 33px;
    padding-right: 33px
}

.be-detail-v2 #jCarouselLiteDemo .carousel button {
    background-image: url(../img/abtest/detail/jqbutton.png)
}

.be-detail-v2 #jCarouselLiteDemo .carousel li {
    margin-right: 15px
}

.be-detail-v2 #jCarouselLiteDemo .carousel li img {
    width: 78px;
    height: 78px
}

@media ( max-width :540px) {
    .be-detail-v2 .zoomPad {
        float: none
    }
    .be-detail-v2 #jCarouselLiteDemo .jqzoom {
        width: auto;
        height: auto
    }
    .be-detail-v2 #jCarouselLiteDemo .jCarouselLite {
        width: 280px !important
    }
    .diamond-shape-select {
        width: 100% !important;
        padding: 0
    }
    .be-detail-v2 #jCarouselLiteDemo .carousel {
        width: 340px !important;
        margin: 0 auto !important
    }
}

@media ( max-width :370px) {
    .be-detail-v2 #jCarouselLiteDemo .jCarouselLite {
        width: 188px !important
    }
    .be-detail-v2 #jCarouselLiteDemo .carousel {
        width: 240px !important;
        margin: 0 auto !important
    }
}

.mCSB_container {
    width: auto;
    margin-right: 30px;
    overflow: hidden
}

.mCSB_container.mCS_no_scrollbar {
    margin-right: 0
}

.mCS_disabled&gt;.mCustomScrollBox&gt;.mCSB_container.mCS_no_scrollbar,
    .mCS_destroyed&gt;.mCustomScrollBox&gt;.mCSB_container.mCS_no_scrollbar {
    margin-right: 30px
}

.mCustomScrollBox&gt;.mCSB_scrollTools {
    width: 16px;
    height: 100%;
    top: 0;
    right: 0
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center
}

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: relative;
    height: 20px;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    top: 100%;
    margin-top: -40px
}

.mCSB_horizontal&gt;.mCSB_container {
    height: auto;
    margin-right: 0;
    margin-bottom: 30px;
    overflow: hidden
}

.mCSB_horizontal&gt;.mCSB_container.mCS_no_scrollbar {
    margin-bottom: 0
}

.mCS_disabled&gt;.mCSB_horizontal&gt;.mCSB_container.mCS_no_scrollbar,
    .mCS_destroyed&gt;.mCSB_horizontal&gt;.mCSB_container.mCS_no_scrollbar {
    margin-right: 0;
    margin-bottom: 30px
}

.mCSB_horizontal.mCustomScrollBox&gt;.mCSB_scrollTools {
    width: 100%;
    height: 16px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.mCSB_horizontal&gt;.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_horizontal&gt;.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.mCSB_horizontal&gt;.mCSB_scrollTools .mCSB_dragger {
    width: 30px;
    height: 100%
}

.mCSB_horizontal&gt;.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.mCSB_horizontal&gt;.mCSB_scrollTools .mCSB_buttonLeft, .mCSB_horizontal&gt;.mCSB_scrollTools .mCSB_buttonRight
    {
    display: block;
    position: relative;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
    float: left
}

.mCSB_horizontal&gt;.mCSB_scrollTools .mCSB_buttonRight {
    margin-left: -40px;
    float: right
}

.mCustomScrollBox {
    -ms-touch-action: none
}

.mCustomScrollBox&gt;.mCSB_scrollTools {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCustomScrollBox:hover&gt;.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: #000;
    background: rgba(0, 0, 0, 0.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #fff;
    background: rgba(255, 255, 255, 0.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
    .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown,
    .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight
    {
    background-image: url(mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: .4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonUp:hover, .mCSB_scrollTools .mCSB_buttonDown:hover,
    .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover
    {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonUp:active, .mCSB_scrollTools .mCSB_buttonDown:active,
    .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active
    {
    opacity: .9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCS-dark&gt;.mCSB_scrollTools .mCSB_draggerRail {
    background: #000;
    background: rgba(0, 0, 0, 0.15)
}

.mCS-dark&gt;.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #000;
    background: rgba(0, 0, 0, 0.75)
}

.mCS-dark&gt;.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.85)
}

.mCS-dark&gt;.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
    .mCS-dark&gt;.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar
    {
    background: rgba(0, 0, 0, 0.9)
}

.mCS-dark&gt;.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark&gt;.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark&gt;.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark&gt;.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-light-2&gt;.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #fff;
    background: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-light-2&gt;.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background: #fff;
    background: rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-light-2.mCSB_horizontal&gt;.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}

.mCS-light-2.mCSB_horizontal&gt;.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar
    {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCS-light-2&gt;.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.85)
}

.mCS-light-2&gt;.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
    .mCS-light-2&gt;.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar
    {
    background: rgba(255, 255, 255, 0.9)
}

.mCS-light-2&gt;.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0
}

.mCS-light-2&gt;.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px
}

.mCS-light-2&gt;.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px
}

.mCS-light-2&gt;.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px
}

.mCS-dark-2&gt;.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #000;
    background: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2&gt;.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_horizontal&gt;.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}

.mCS-dark-2.mCSB_horizontal&gt;.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar
    {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCS-dark-2&gt;.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.85)
}

.mCS-dark-2&gt;.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
    .mCS-dark-2&gt;.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar
    {
    background: rgba(0, 0, 0, 0.9)
}

.mCS-dark-2&gt;.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0
}

.mCS-dark-2&gt;.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px
}

.mCS-dark-2&gt;.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px
}

.mCS-dark-2&gt;.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px
}

.mCS-light-thick&gt;.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #fff;
    background: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-light-thick&gt;.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background: #fff;
    background: rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-light-thick.mCSB_horizontal&gt;.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}

.mCS-light-thick.mCSB_horizontal&gt;.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar
    {
    width: 100%;
    height: 6px;
    margin: 5px auto
}

.mCS-light-thick&gt;.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar
    {
    background: rgba(255, 255, 255, 0.85)
}

.mCS-light-thick&gt;.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
    .mCS-light-thick&gt;.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar
    {
    background: rgba(255, 255, 255, 0.9)
}

.mCS-light-thick&gt;.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0
}

.mCS-light-thick&gt;.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px
}

.mCS-light-thick&gt;.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px
}

.mCS-light-thick&gt;.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px
}

.mCS-dark-thick&gt;.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #000;
    background: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick&gt;.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_horizontal&gt;.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}

.mCS-dark-thick.mCSB_horizontal&gt;.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar
    {
    width: 100%;
    height: 6px;
    margin: 5px auto
}

.mCS-dark-thick&gt;.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar
    {
    background: rgba(0, 0, 0, 0.85)
}

.mCS-dark-thick&gt;.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
    .mCS-dark-thick&gt;.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar
    {
    background: rgba(0, 0, 0, 0.9)
}

.mCS-dark-thick&gt;.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0
}

.mCS-dark-thick&gt;.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px
}

.mCS-dark-thick&gt;.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px
}

.mCS-dark-thick&gt;.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px
}

.mCS-light-thin&gt;.mCSB_scrollTools .mCSB_draggerRail {
    background: #fff;
    background: rgba(255, 255, 255, 0.1)
}

.mCS-light-thin&gt;.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px
}

.mCS-light-thin.mCSB_horizontal&gt;.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%
}

.mCS-light-thin.mCSB_horizontal&gt;.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar
    {
    width: 100%;
    height: 2px;
    margin: 7px auto
}

.mCS-dark-thin&gt;.mCSB_scrollTools .mCSB_draggerRail {
    background: #000;
    background: rgba(0, 0, 0, 0.15)
}

.mCS-dark-thin&gt;.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    background: #000;
    background: rgba(0, 0, 0, 0.75)
}

.mCS-dark-thin.mCSB_horizontal&gt;.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%
}

.mCS-dark-thin.mCSB_horizontal&gt;.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar
    {
    width: 100%;
    height: 2px;
    margin: 7px auto
}

.mCS-dark-thin&gt;.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.85)
}

.mCS-dark-thin&gt;.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
    .mCS-dark-thin&gt;.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar
    {
    background: rgba(0, 0, 0, 0.9)
}

.mCS-dark-thin&gt;.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark-thin&gt;.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark-thin&gt;.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark-thin&gt;.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.global-navgation .wish-list .mCSB_container {
    margin-right: 10px
}

.global-navgation .wish-list .mCustomScrollBox&gt;.mCSB_scrollTools {
    width: 10px
}

.global-navgation .wish-list .mCSB_scrollTools .mCSB_draggerRail {
    background: white
}

.global-navgation .wish-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar
    {
    background: #999;
    filter: none
}

.global-navgation .wish-list .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar
    {
    background: #7cd3cd;
    filter: none
}

.global-navgation .wish-list .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
    .global-navgation .wish-list .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar
    {
    background: #7cd3cd;
    filter: none
}

.global-navgation .my-bag .mCSB_container {
    margin-right: 10px
}

.global-navgation .my-bag .mCustomScrollBox&gt;.mCSB_scrollTools {
    width: 10px
}

.global-navgation .my-bag .mCSB_scrollTools .mCSB_draggerRail {
    background: white
}

.global-navgation .my-bag .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar
    {
    background: #999;
    filter: none
}

.global-navgation .my-bag .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar
    {
    background: #7cd3cd;
    filter: none
}

.global-navgation .my-bag .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
    .global-navgation .my-bag .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar
    {
    background: #7cd3cd;
    filter: none
}

.mt25 {
    margin-top: 25px
}

@media ( max-width :767px) {
    .hidden-mobile {
        display: none !important
    }
    .visible-mobile {
        display: block !important
    }
}

@media ( min-width :768px) {
    .md-br {
        display: block
    }
}

@media ( min-width :400px) {
    .xs-br {
        display: block
    }
}

@media ( max-width :400px) {
    .site-top-alert {
        font-size: 8px
    }
    .site-quick-help .list-inline&gt;li {
        padding-right: 3px
    }
}

@media ( max-width :767px) {
    .site-quick-help .list-inline&gt;li.division {
        display: none
    }
    .home-search #search-form {
        width: auto
    }
    .home-search .t {
        display: none
    }
}

.home-search .t, .home-search-mobile-wrap input.form-control {
    color: #898989
}

.home-search .t::-webkit-input-placeholder {
    color: #898989
}

.home-search .t::-moz-placeholder {
    color: #898989
}

.home-search .t:-ms-input-placeholder {
    color: #898989
}

.home-search input.t:-moz-placeholder {
    color: #898989
}

.home-search .btn {
    font-size: 11px;
    letter-spacing: 1px
}

.home-search .glyphicon-search {
    padding-bottom: 6px;
    cursor: text;
    color: #898989
}

@media ( max-width :767px) {
    .site-quick-help .glyphicon {
        color: #898989;
        font-size: 16px;
        top: 4px
    }
}

.global-navgation&gt;li.wish-list .glyphicon-heart {
    color: #898989
}

.global-navgation&gt;li.wish-list .glyphicon-heart.active {
    color: #7cd3cd
}

.global-navgation&gt;li.my-bag .dropdown-inner em.active {
    color: #7cd3cd
}

@media ( min-width :768px) {
    .global-navgation .subnav {
        min-height: 300px
    }
}

.navbar-default .navbar-toggle:hover {
    background-color: #fff
}

.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #7cd3cd
}

.navbar-default .navbar-toggle.active {
    background-color: #7cd3cd
}

.navbar-default .navbar-toggle.active .icon-bar {
    background-color: #fff
}

.email-address-group&gt;.form-control {
    font-family: "Brandon Grotesque Regular";
    line-height: 22px
}

.email-address-group&gt;.form-control::-webkit-input-placeholder {
    color: #c2c2c2;
    font-family: "Brandon Grotesque Regular"
}

.email-address-group&gt;.form-control::-moz-placeholder {
    color: #c2c2c2;
    font-family: "Brandon Grotesque Regular"
}

.email-address-group&gt;.form-control:-ms-input-placeholder {
    color: #c2c2c2;
    font-family: "Brandon Grotesque Regular";
    text-transform: uppercase;
    font-size: 10px
}

.email-address-group&gt;.form-control:-moz-placeholder {
    color: #c2c2c2;
    font-family: "Brandon Grotesque Regular"
}

.commitment-part a {
    color: #000
}

.home-rollover-hover .transparent {
    background: #000;
    filter: alpha(opacity = 12)
}

.home-rollover-hover .f-bcf .more-tro {
    display: block
}

@media ( min-width :600px) and (max-width:767px) {
    .shop-our-collections .soc-lists&gt;div.col-sm-6 {
        width: 50%;
        float: left
    }
    .shop-our-collections .soc-lists&gt;div.clearfix {
        display: block !important
    }
}

#afoo-favorites .item {
    height: 756px
}

@media ( min-width :1200px) {
    #afoo-favorites .item {
        background-size: cover !important;
        background-position: center center;
        background-repeat: no-repeat
    }
}

#afoo-favorites .carousel-caption {
    position: static;
    padding-top: 62px
}

#afoo-favorites .carousel-caption .h1 {
    margin-top: 15px
}

#afoo-favorites .view-favorites {
    color: black;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    display: inline-block
}

#afoo-favorites .view-favorites a {
    color: white;
    text-decoration: underline
}

#afoo-favorites .carousel-inner .fore1 {
    background: url('../img/slider/afoo-favorites/slider005.jpg') center
        center no-repeat
}

#afoo-favorites .carousel-inner .engagement-rings {
    background: url('../img/slider/afoo-favorites/slider06-sm.jpg') center
        center no-repeat
}

#afoo-favorites .carousel-inner .wedding-rings {
    background: url('../img/slider/afoo-favorites/slider07-sm.jpg') center
        center no-repeat
}

#afoo-favorites .beautiful-tips .t1 {
    left: 50%;
    margin-left: -117px;
    top: 445px
}

#afoo-favorites .beautiful-tips .t12 {
    left: 50%;
    margin-left: 106px;
    top: 300px
}

#afoo-favorites .beautiful-tips .t2 {
    left: 50%;
    margin-left: -92px;
    top: 412px
}

#afoo-favorites .beautiful-tips .t3 {
    left: 48%;
    margin-left: 73px;
    top: 368px
}

#afoo-favorites .beautiful-tips .t4 {
    left: 50%;
    margin-left: 32px;
    top: 332px
}

.beautiful-tips .tip-ico .tooltip {
    top: 96%
}

@media ( max-width :767px) {
    #ad-above {
        background: url(../img/index/bg-above-sm.jpg) center top no-repeat
    }
    #afoo-favorites .carousel-inner .fore1 {
        background: url('../img/slider/afoo-favorites/slider005-sm.jpg') center
            top no-repeat
    }
    #afoo-favorites .carousel-inner .engagement-rings {
        background: url('../img/slider/afoo-favorites/slider06-sm.jpg') center
            -80px no-repeat
    }
    #afoo-favorites .carousel-inner .wedding-rings {
        background: url('../img/slider/afoo-favorites/slider07-sm.jpg') center
            -50px no-repeat
    }
    #afoo-favorites .item {
        height: 500px
    }
    #afoo-favorites .carousel-caption {
        padding-top: 35px
    }
    #afoo-favorites .ad-title-larger .h1 .text {
        font-size: 40px
    }
    #afoo-favorites .beautiful-tips .t1 {
        margin-left: -65px;
        top: 282px
    }
    #afoo-favorites .beautiful-tips .t12 {
        margin-left: 19px;
        top: 214px
    }
    #afoo-favorites .beautiful-tips .t2 {
        margin-left: -56px;
        top: 178px
    }
    #afoo-favorites .beautiful-tips .t3 {
        margin-left: 51px;
        top: 233px
    }
    #afoo-favorites .beautiful-tips .t4 {
        margin-left: 17px;
        top: 313px
    }
    .shop-gifts {
        border-top: solid 1px #eee
    }
}

.beautiful-tips .tooltip.bottom {
    margin-top: 0;
    padding-top: 8px
}

.beautiful-tips .tip-ico .tooltip .tooltip-arrow {
    padding-top: 3px
}

.antique-arrivals {
    height: 400px;
    letter-spacing: 1px
}

@media ( min-width :768px) and (max-width:991px) {
    #antique-arrivals {
        height: auto
    }
}

.home-rollover a.learn-more {
    font-family: Century Gothic;
    font-size: 14px
}

.home-rollover .rollover {
    color: #898989
}

.title .h5 {
    color: #111
}

.s-body .h6 a {
    color: #111
}

.rollover:hover {
    text-decoration: none
}

.shop-our-collections .thumbnail a&gt;img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 170px
}

h1 a {
    text-decoration: none
}

h1 a:hover {
    text-decoration: none
}

.home-rollover .rollover {
    font-family: "Century Gothic";
    font-weight: bold
}

.soc-lists .thumbnail h3 {
    margin-bottom: 20px
}

.carousel-caption {
    text-shadow: none
}

.commitment-to-you .text-center {
    font-size: 16px
}

.commitment-to-you .text-center a {
    color: #111
}

.commitment-to-you .text-center a:hover {
    color: #7cd3cd
}

#ad-above .ad-title-larger .link-overlay {
    width: 198px;
    height: 120px;
    position: absolute;
    margin-left: -100px
}

#cyo-ring .ad-title-medium .link-overlay {
    width: 138px;
    height: 90px;
    position: absolute;
    margin-left: -72px
}

.commitment-to-you .ad-title-medium .link-overlay {
    width: 188px;
    height: 82px;
    position: absolute;
    margin-left: -95px
}

.antique-arrivals .ad-title-medium .link-overlay {
    width: 135px;
    height: 82px;
    position: absolute;
    margin-left: -67px
}

.shop-gifts .ad-title-medium .link-overlay {
    width: 122px;
    height: 82px;
    position: absolute;
    margin-left: -63px
}

#afoo-favorites .carousel-caption h1 {
    letter-spacing: 2px
}

.beautiful-tips .tip-ico .tooltip .tooltip-inner {
    letter-spacing: 1px
}

.antique-arrivals .ad-title-medium {
    padding-top: 37px
}

.antique-arrivals .ad-title-medium .h1 {
    margin-bottom: 0
}

#antique-arrivals .carousel-caption {
    padding-top: 0
}

#antique-arrivals .carousel-inner .item .h6 a:hover {
    color: #7cd3cd
}

.site-top-alert {
    padding: 1px 0
}

.site-top-alert .alert .alert-link {
    font-family: 'Freight Disp Pro Medium', Arial, Helvetica, sans-serif;
    font-weight: normal
}

.infographic .inner {
    margin-top: 0
}

.site-sidenav&gt;li .icons-plus, .site-sidenav&gt;li .icons-minus {
    top: 7px;
    left: 4px
}

.btn {
    font-family: "Century Gothic"
}

.choose-your-ring-tabs&gt;li {
    height: 70px !important;
    text-align: center
}

.choose-your-ring-tabs&gt;li .media-body {
    text-align: left
}

.choose-your-ring-tabs .btn-default:hover {
    background-color: #fff;
    cursor: default
}

.choose-your-ring-tabs .active:hover {
    background-color: #ebebeb
}

.choose-your-ring-tabs&gt;li.active {
    background-color: #ebebeb;
    color: #000
}

@media ( max-width :768px) {
    .choose-your-ring-tabs&gt;li.btn {
        display: table-cell;
        width: 1%;
        padding-left: 0;
        padding-right: 0
    }
}

@media ( max-width :400px) {
    .choose-your-ring-tabs&gt;li.btn {
        font-size: 13px
    }
}

.mens-wedding-rings {
    background-image: url(../img/banner/banner-mens-wedding-rings.jpg)
}

#jCarouselLiteDemo .carousel li.recently .rp-text {
    font-family: "Century Gothic"
}


.search-diamonds p {
    font-family: "Freight Disp Pro Medium', Arial, Helvetica, sans-serif";
    color: #111
}

.search-diamonds p a {
    text-decoration: underline;
    color: black
}

.search-diamonds p a:hover {
    text-decoration: underline;
    color: #7cd3cd
}

.search-diamonds-panel .item .h5 a {
    letter-spacing: 1px;
    color: #000
}

.search-diamonds-panel .item .h5 a:hover {
    color: #7cd3cd
}

.search-noUiSlider .slider-data #min_price_display, .search-noUiSlider .slider-data #max_price_display,
    .search-noUiSlider .slider-data #min_price, .search-noUiSlider .slider-data #max_price
    {
    width: 80px
}

.search-noUiSlider .slider-data .amount-max {
    text-align: right
}

.search-results-outline .table-head span {
    margin-left: 10px
}

.search-results-outline .table-head span a {
    color: #111
}

.search-results-outline .table-head .icons-chevron-down,
    .search-results-outline .table-head .icons-chevron-up {
    margin-left: 5px;
    height: 7px
}

.search-result-table .view {
    color: #111;
    text-decoration: underline
}

.search-result-table .view:hover {
    color: #7ac4a0
}

.diamond-information .no-info {
    padding-top: 120px;
    margin: 0 auto 0
}

.diamond-information .info {
    padding: 30px 15px
}

.diamond-information dt {
    margin-top: 7px
}

.diamond-information .shipping-info {
    padding-bottom: 7px
}

.diamond-information {
    min-height: auto;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    margin-bottom: 10px
}

.filter-row {
    padding-bottom: 30px
}

.product-shape li {
    margin-right: 0;
    width: 10%
}

@media ( max-width :767px) {
    .search-diamonds-panel .item {
        padding-bottom: 8px
    }
    .search-diamonds-panel .item .row&gt;div {
        margin-bottom: 10px
    }
    .product-shape {
        padding-left: 15px
    }
    .product-shape li {
        width: 20%;
        margin-bottom: 20px
    }
    .product-shape li a span {
        display: block;
        font-size: 9px
    }
    .search-noUiSlider {
        padding: 0 10px
    }
    .search-noUiSlider .form-group {
        margin-bottom: 0
    }
}

.search-diamonds .advanced-search-wrapper {
    padding: 0px 0 30px
}

.search-diamonds .advanced-search-filter .h6 a {
    text-decoration: underline
}

.search-diamonds .advanced-search-filter a {
    color: #000
}

.search-diamonds .advanced-search-filter a:hover {
    color: #7cd3cd
}

.search-diamonds .advanced-search-filter dl dd {
    font-family: 'Freight Disp Pro Medium', Arial, Helvetica, sans-serif
}

.search-diamonds .advanced-search-filter .popover {
    font-size: 12px
}

.advanced-search .heading {
    margin-top: -2px;
    padding-top: 10px
}

.advanced-search .search-check-lists {
    margin-bottom: 5px
}

.advanced-search .search-check-lists a {
    text-decoration: none
}

.advanced-search .on-or-before {
    margin-top: -5px
}

.advanced-search-wrapper .control-hide {
    margin-bottom: -35px
}

@media ( min-width :992px) {
    .advanced-search .heading-wrapper {
        width: 21%
    }
    .advanced-search .search-check-lists-wrapper {
        width: 49%
    }
}

@media ( max-width :767px) {
    .search-diamonds .advanced-search-wrapper {
        padding: 15px 0 30px
    }
    .search-diamonds .advanced-search-wrapper .ratio {
        margin-bottom: 10px
    }
    .advanced-search-wrapper .control-hide {
        margin-bottom: -20px
    }
}

.search-nothing-tips {
    font-family: 'Freight Disp Pro Medium', Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-align: left;
    padding-left: 1%;
    position: relative
}

.search-nothing-tips a {
    color: #000;
    text-decoration: underline
}

.search-nothing-tips a:hover {
    color: #7cd3cd
}

.search-nothing-tips.be-listing {
    padding-left: 0
}

.search-check-lists .icons-checkbox {
    border: 1px solid #959595
}

@media ( max-width :991px) {
    .tabs-product-detail .nav-tabs {
        font-size: 13px
    }
}

@media ( max-width :767px) {
    .detail-share .send-friend {
        margin-top: 33px
    }
    .diamond-details-type-lists .list-unstyled li {
        line-height: 12px;
        padding: 8px 4px;
        vertical-align: middle
    }
}

.detail-share .send-friend a:hover {
    color: #7cd3cd
}

.diamond-certification-lists .caption, .diamond-details-type-lists .list-unstyled
    {
    font-family: "Century Gothic"
}

.product-details-lists.diamond_details li img {
    border: 1px solid #000
}

#loose_diamond_details_list li a:hover img {
    border-color: #7cd3cd
}

.icon-shipping {
    color: #000
}

.sample-image-only .explain {
    font-family: "Century Gothic";
    text-transform: uppercase;
    font-size: 10px;
    color: #898989
}

.product-details-lists h3 {
    font-size: 26px
}

.ethical-sourcing h3 {
    font-size: 26px
}

.our-commitment-to-you h3 {
    font-size: 26px
}

.diamond-details-type-lists h5 {
    color: #000
}

.diamond-details-type-lists .text-muted {
    color: #959595
}

.invalid {
    font-size: 15px;
    font-family: 'Freight Disp Pro Medium', Arial, Helvetica, sans-serif;
    text-transform: none
}

.invalid a {
    text-decoration: underline
}

.be-error a {
    color: #7cd3cd
}

.need-assistance h5 {
    color: #000
}

.pl10 .td-u {
    color: #464646
}

.display-select-wrap .bootstrap-select .btn, .display-select-wrap .bootstrap-select .dropdown-menu
    {
    font-size: 12px
}

.text-highlight a {
    color: white;
    text-decoration: underline
}

.display-page .bootstrap-select .btn, .display-page .bootstrap-select .dropdown-menu
    {
    font-size: 12px;
    text-transform: none;
    letter-spacing: 0;
    padding-top: 3px
}

.colored-gemstone-list .thumbnail img {
    margin-top: 40px
}

.colored-gemstone-list .thumbnail .want {
    top: 45px
}

.w240 {
    width: 240px
}

.w280 {
    width: 280px
}

.mnh80 {
    min-height: 80px
}

@media ( min-width :992px) {
    .sapphire-ring-select {
        padding-left: 5px;
        padding-right: 5px
    }
}

.nowrap {
    white-space: nowrap
}

.tabs-product-detail .nav-tabs li a:hover {
    background-color: #fff
}

.tabs-product-detail .nav-tabs li.active a {
    background-color: #ebebeb
}

.product-details-lists a {
    color: #000;
    text-decoration: underline
}

.product-details-lists a:hover {
    color: #7cd3cd
}

.form-horizontal .control-label {
    color: #000;
    font-family: "Century Gothic"
}

.price {
    letter-spacing: 1px
}

@media ( max-width :767px) {
    .banner-hero .container .row&gt;div {
        width: 300px
    }
}

#jCarouselLiteDemo .zoomPup {
    background-color: rgba(0, 0, 0, 0);
    border-color: gray
}

.channer-banner .imitate-table.chaner-banner-inverse-text .text-center p
    {
    padding-top: 10px;
    border-top: 1px solid #7cd3cd
}

.channer-banner.engagement-rings {
    background: url(../img/banner/banner-engagement-rings.jpg) center top
        no-repeat
}

.channer-banner.wedding-rings {
    background: url(../img/banner/banner-wedding-rings.jpg) center top
        no-repeat
}

.channer-banner.loose-diamonds {
    background: url(../img/banner/banner-loose-diamonds.jpg) center top
        no-repeat
}

.channer-banner.sapphire-rings {
    background: url(../img/banner/banner-sapphire-rings.jpg) center top
        no-repeat
}

.channer-banner.fine-jewelry {
    background: url(../img/banner/banner-fine-jewelry.jpg) center top
        no-repeat
}

.channer-banner.custom-desing-gallery {
    background: url(../img/banner/banner-custom-desing-gallery.jpg) center
        top no-repeat
}

.channer-banner.diamond-jewelry {
    background: url(../img/banner/banner-diamond-jewelry.jpg) center top
        no-repeat
}

.channer-banner.sapphire-jewelry .h1 {
    text-shadow: 0 0 200px #777
}

.channer-banner.gifts .h1 {
    text-shadow: 0 0 10px #000
}

.channer-banner.gifts .text-center {
    width: 282px;
    margin: 0 auto;
    text-shadow: 0 0 10px #000
}

@media ( max-width :767px) {
    .banner-hero {
        height: 345px
    }
    .banner-hero .imitate-table {
        height: 345px
    }
    .banner-hero .imitate-table .ad-title-larger {
        padding-bottom: 16px
    }
    .banner-hero .imitate-table p {
        margin-bottom: 20px
    }
    .banner-hero .imitate-table .ad-title-larger h1 small {
        font-size: 14px
    }
    .banner-hero .imitate-table .ad-title-larger h1 {
        font-size: 40px
    }
    .channer-banner.engagement-rings {
        background: url(../img/banner/banner-engagement-rings-sm.jpg) center top
            no-repeat
    }
    .channer-banner.wedding-rings {
        background: url(../img/banner/banner-wedding-rings-sm.jpg) center top
            no-repeat
    }
    .channer-banner.loose-diamonds {
        background: url(../img/banner/banner-loose-diamonds-sm.jpg) center top
            no-repeat
    }
    .channer-banner.sapphire-rings {
        background: url(../img/banner/banner-sapphire-rings-sm.jpg) center top
            no-repeat
    }
    .channer-banner.fine-jewelry {
        background: url(../img/banner/banner-fine-jewelry-sm.jpg) center top
            no-repeat
    }
    .channer-banner.custom-desing-gallery {
        background: url(../img/banner/banner-custom-desing-gallery-sm.jpg)
            center top no-repeat
    }
    .channer-banner.earrings {
        background-position-x: 65%
    }
    .channer-banner.earrings .h1 {
        text-shadow: 0 0 20px #000
    }
    .channer-banner.earrings .text-center {
        text-shadow: 0 0 20px #000
    }
    .channer-banner.pendants {
        background-position-x: 60%
    }
    .channer-banner.rings {
        background-position-x: 62%
    }
    .channer-banner.rings .h1 {
        text-shadow: 0 0 20px #000
    }
    .channer-banner.diamond-jewelry {
        background-position-x: 62%
    }
    .channer-banner.diamond-jewelry .h1 {
        text-shadow: 0 0 20px #000
    }
    .channer-banner.sapphire-jewelry {
        background-position-x: 62%
    }
    .channer-banner.sapphire-jewelry .h1 {
        text-shadow: 0 0 20px #000
    }
    .channer-banner.antique-rings {
        background-position-x: 65%
    }
    .channer-banner.antique-rings .h1 {
        text-shadow: 0 0 20px #000
    }
    .vintage-jewelry-guide {
        background-position-x: 70%
    }
    .vintage-jewelry-guide .h1 {
        text-shadow: 0 0 20px #000
    }
    .vintage-jewelry-guide p {
        text-shadow: 0 0 20px #000
    }
    .fine-jewelry-guide {
        background-position-x: right
    }
    .fine-jewelry-guide .h1 {
        text-shadow: 0 0 20px #000
    }
    .fine-jewelry-guide p {
        text-shadow: 0 0 20px #000
    }
    .our-ethical-guarantee, .our-ethical-guarantee2, .our-ethical-guarantee4
        {
        background-position-x: 70%
    }
    .our-ethical-guarantee7 {
        background-position-x: 80%
    }
    .ethical-guarantee-lists {
        text-shadow: 0 0 20px #000
    }
}

@media ( min-width :545px) and (max-width:767px) {
    .mobile-w50fl {
        width: 50%;
        float: left
    }
    .mobile-w50fl b {
        display: none !important
    }
}

@media ( max-width :544px) {
    .channer-banner.engagement-rings {
        background-position-x: 70%
    }
    .channer-banner.engagement-rings h1 {
        text-shadow: 0 0 20px #000
    }
    .channer-banner.engagement-rings p {
        text-shadow: 0 0 20px #000
    }
    .channer-banner.wedding-rings {
        background-position-x: 70%
    }
    .channer-banner.wedding-rings h1 {
        text-shadow: 0 0 20px #000
    }
    .channer-banner.wedding-rings p {
        text-shadow: 0 0 20px #000
    }
    .channer-banner.loose-diamonds {
        background-position-x: 60%
    }
    .channer-banner.loose-diamonds h1 {
        text-shadow: 0 0 20px #000
    }
    .channer-banner.loose-diamonds p {
        text-shadow: 0 0 20px #000
    }
    .channer-banner.sapphire-rings {
        background-position-x: 75%
    }
    .channer-banner.sapphire-rings h1 {
        text-shadow: 0 0 20px #000
    }
    .channer-banner.sapphire-rings p {
        text-shadow: 0 0 20px #000
    }
    .channer-banner.fine-jewelry {
        background-position-x: 75%
    }
    .channer-banner.fine-jewelry h1 {
        text-shadow: 0 0 20px #000
    }
    .channer-banner.fine-jewelry p {
        text-shadow: 0 0 20px #000
    }
    .channer-banner.custom-desing-gallery {
        background-position-x: 75%
    }
    .channer-banner.custom-desing-gallery h1 {
        text-shadow: 0 0 20px #000
    }
    .channer-banner.custom-desing-gallery p {
        text-shadow: 0 0 20px #000
    }
}

.top-favorites-header .favorites a:hover span {
    color: #7cd3cd
}

.beyond-conflicy {
    color: #000
}

.beyond-conflicy .ad-title-medium {
    padding-top: 80px
}

.request-for-quote .ad-title-medium .h1 {
    margin-bottom: 15px
}

.icons-chevron-right-black {
    width: 10px;
    height: 17px;
    background-position: -22px -40px
}

.icons-chevron-left-black {
    width: 10px;
    height: 17px;
    background-position: 0 -40px
}

.text-center .mb20 {
    color: #000
}

.soc-lists .thumbnail h3 a {
    color: #000
}

.thumbnail .caption .text-center {
    color: #000
}

.shop-our-collections h2 a {
    color: #464646
}

.shop-our-collections h2 a:hover {
    color: #7cd3cd;
    text-decoration: none
}

.shop-out-collections-short .soc-lists h3 {
    height: 47px
}

.shop-our-collections li .caption {
    width: 240px;
    margin: auto
}

.engagement-lookbook .ad-title-medium a:hover {
    text-decoration: none
}

@media ( max-width :767px) {
    .rings-shape-lists li {
        margin-right: 0;
        width: 17%
    }
}

.engagement-ring-guide p, .learn-about-diamonds p,
    .learn-about-sapphires p, .vintage-jewelry-guide p, .fine-jewelry-guide p,
    .fine-jewelry-guide2 p, .fine-jewelry-guide3 p {
    width: 242px;
    margin: 0 auto
}

.ethical-guarantee .ad-title-medium a:hover small, .ethical-guarantee .ad-title-medium a:hover span
    {
    color: #7cd3cd;
    text-decoration: underline
}

.ethical-guarantee-lists .ad-title-small .text {
    line-height: 22px;
    margin-top: 2px
}

@media ( max-width :767px) {
    .sapphire-wedding-rings .ad-title-medium {
        text-shadow: 0 0 20px #000
    }
}

#our-top-favorites .thumbnail a&gt;img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 170px
}

#our-top-favorites li .h3 a:hover {
    color: #7cd3cd
}

.list_carousel li .h3 {
    margin-top: 0;
    line-height: 15px;
    padding-bottom: 3px;
    letter-spacing: .75px
}

.list_carousel li .h3 a {
    font-size: 14px;
    color: black
}

@media ( max-width :767px) {
    .top-twenty-engagement-rings {
        background-position-x: 68%
    }
    .top-twenty-engagement-rings .imitate-table {
        text-shadow: 0 0 20px #000;
        width: 300px
    }
    .top-twenty-engagement-rings .imitate-table.chaner-banner-inverse-text {
        text-shadow: 0 0 20px #fff
    }
    .top-twenty-engagement-rings .imitate-table .ad-title-medium {
        width: 280px
    }
    .top-twenty-engagement-rings .imitate-table .text-center {
        width: 280px
    }
}

.top-twenty-engagement-rings .imitate-table a:hover {
    color: #7cd3cd !important
}

.top-tweny-list .item {
    border-bottom: 1px solid #e6e6e6;
    padding: 11px 0
}

.top-tweny-list .item h2 {
    margin-top: 19px
}

.top-tweny-list .item h2 a {
    color: #000
}

.top-tweny-list .item h2 a:hover {
    color: #7cd3cd
}

.top-tweny-list .item p a {
    color: #000;
    text-decoration: underline
}

.top-tweny-list .item p a:hover {
    color: #7cd3cd;
    text-decoration: underline
}

.h4-s {
    margin-top: 0
}

.top-twenty-engagement-rings .ad-title-medium h1 {
    font-size: 29.78px
}

.top-tweny-list .starting-at {
    font-size: 14px
}

.a_style {
    color: #7cd3cd !important;
    text-decoration: underline !important
}

.mybag-content {
    max-height: 300px;
    overflow: auto
}

.be-tags a {
    color: #000
}

.form-leave-comment ::-webkit-input-placeholder, .be-join-movement ::-webkit-input-placeholder
    {
    color: #898989
}

.form-leave-comment :-moz-placeholder, .be-join-movement :-moz-placeholder
    {
    color: #898989
}

.form-leave-comment ::-moz-placeholder, .be-join-movement ::-moz-placeholder
    {
    color: #898989
}

.form-leave-comment :-ms-input-placeholder, .be-join-movement :-ms-input-placeholder
    {
    color: #898989
}

.form-leave-comment .btn {
    padding: 7px 27px 3px 27px
}

#footer_email_us {
    display: block
}

#tel {
    display: inline
}

#mobile_footer_email_us {
    display: none
}

#mobile_tel {
    display: none
}

#footer_visit_showroom {
    display: block
}

#mobile_footer_visit_showroom {
    display: none
}

@media ( max-width :767px) {
    .btn-be {
        padding: 10px
    }
    #footer_email_us {
        display: none
    }
    #tel {
        display: none
    }
    #mobile_footer_email_us {
        display: block !important
    }
    #mobile_tel {
        display: inline
    }
    #footer_visit_showroom {
        display: none
    }
    #mobile_footer_visit_showroom {
        display: block !important
    }
}

a.js-activated, a#wishlist-toggler, a#mybag-toggler {
    position: relative;
    z-index: 995
}

.be-dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.btn:focus, a:focus {
    outline: 0
}

.text-note {
    color: red
}

.dropdown-error {
    font-size: 10px;
    color: red;
    margin-left: 20px;
    margin-bottom: 10px
}

@media ( max-width :1199px) {
    .pager-wrapper {
        display: none
    }
}

.jCarouselLite {
    margin-bottom: 10px
}

.sidetxt, .toptxt {
    position: absolute;
    background: white;
    font-size: 11px
}

.sample-image-only span#t1.Round {
    top: 66px;
    right: 119px;
    left: 125px;
    min-width: 58px
}

.sample-image-only span#t2.Round {
    top: 189px;
    left: 51px;
    width: 88px
}

.sample-image-only span#t3.Round {
    top: 220px;
    left: 122px
}

.sample-image-only span#t4.Round {
    top: 160px;
    left: 201px
}

.sample-image-only span#t5.Round {
    top: 90px;
    left: 54px
}

.sample-image-only span#t6.Round {
    top: 220px;
    left: 118px
}

.sample-image-only span#t1.Asscher {
    top: 64px;
    right: 118px;
    left: 126px;
    min-width: 58px
}

.sample-image-only span#t2.Asscher {
    top: 198px;
    left: 52px;
    width: 87px
}

.sample-image-only span#t3.Asscher {
    top: 225px;
    left: 145px
}

.sample-image-only span#t4.Asscher {
    top: 141px;
    left: 201px
}

.sample-image-only span#t5.Asscher {
    top: 116px;
    left: 104px
}

.sample-image-only span#t6.Asscher {
    top: 171px;
    left: 120px
}

.sample-image-only span#t1.Cushion {
    top: 63px;
    right: 116px;
    left: 123px;
    min-width: 58px
}

.sample-image-only span#t2.Cushion {
    top: 193px;
    left: 46px;
    width: 87px
}

.sample-image-only span#t3.Cushion {
    top: 223px;
    left: 147px
}

.sample-image-only span#t4.Cushion {
    top: 147px;
    left: 199px
}

.sample-image-only span#t5.Cushion {
    top: 118px;
    left: 103px
}

.sample-image-only span#t6.Cushion {
    top: 169px;
    left: 119px
}

.sample-image-only span#t1.Emerald {
    top: 79px;
    right: 118px;
    left: 123px;
    min-width: 58px
}

.sample-image-only span#t2.Emerald {
    top: 194px;
    left: 47px;
    width: 87px
}

.sample-image-only span#t3.Emerald {
    top: 207px;
    left: 147px
}

.sample-image-only span#t4.Emerald {
    top: 146px;
    left: 198px
}

.sample-image-only span#t5.Emerald {
    top: 92px;
    left: 103px
}

.sample-image-only span#t6.Emerald {
    top: 196px;
    left: 119px
}

.sample-image-only span#t1.Heart {
    top: 73px;
    right: 111px;
    left: 132px;
    min-width: 58px
}

.sample-image-only span#t2.Heart {
    top: 183px;
    left: 60px;
    width: 87px
}

.sample-image-only span#t3.Heart {
    top: 212px;
    left: 168px
}

.sample-image-only span#t4.Heart {
    top: 149px;
    left: 196px
}

.sample-image-only span#t5.Heart {
    top: 91px;
    left: 80px
}

.sample-image-only span#t6.Heart {
    top: 202px;
    left: 115px
}

.sample-image-only span#t1.Marquise {
    top: 90px;
    right: 118px;
    left: 125px;
    min-width: 58px
}

.sample-image-only span#t2.Marquise {
    top: 180px;
    left: 50px;
    width: 87px
}

.sample-image-only span#t3.Marquise {
    top: 203px;
    left: 147px
}

.sample-image-only span#t4.Marquise {
    top: 147px;
    left: 195px
}

.sample-image-only span#t5.Marquise {
    top: 85px;
    left: 69px
}

.sample-image-only span#t6.Marquise {
    top: 218px;
    left: 116px
}

.sample-image-only span#t1.Oval {
    top: 83px;
    right: 118px;
    left: 125px;
    min-width: 58px
}

.sample-image-only span#t2.Oval {
    top: 187px;
    left: 51px;
    width: 87px
}

.sample-image-only span#t3.Oval {
    top: 209px;
    left: 147px
}

.sample-image-only span#t4.Oval {
    top: 153px;
    left: 196px
}

.sample-image-only span#t5.Oval {
    top: 93px;
    left: 86px
}

.sample-image-only span#t6.Oval {
    top: 163px;
    left: 121px
}

.sample-image-only span#t1.Princess {
    top: 69px;
    right: 129px;
    left: 122px;
    min-width: 60px
}

.sample-image-only span#t2.Princess {
    top: 194px;
    left: 31px;
    width: 103px
}

.sample-image-only span#t3.Princess {
    top: 218px;
    left: 123px
}

.sample-image-only span#t4.Princess {
    top: 152px;
    left: 200px
}

.sample-image-only span#t5.Princess {
    top: 89px;
    left: 107px
}

.sample-image-only span#t6.Princess {
    top: 178px;
    left: 121px
}

.sample-image-only span#t1.Pear {
    top: 83px;
    right: 109px;
    left: 134px;
    min-width: 58px
}

.sample-image-only span#t2.Pear {
    top: 186px;
    left: 65px;
    width: 87px
}

.sample-image-only span#t3.Pear {
    top: 210px;
    left: 173px
}

.sample-image-only span#t4.Pear {
    top: 156px;
    left: 198px
}

.sample-image-only span#t5.Pear {
    top: 92px;
    left: 105px
}

.sample-image-only span#t6.Pear {
    top: 169px;
    left: 120px
}

.sample-image-only span#t1.Radiant {
    top: 63px;
    right: 118px;
    left: 122px;
    min-width: 58px
}

.sample-image-only span#t2.Radiant {
    top: 192px;
    left: 46px;
    width: 87px
}

.sample-image-only span#t3.Radiant {
    top: 222px;
    left: 147px
}

.sample-image-only span#t4.Radiant {
    top: 145px;
    left: 194px
}

.sample-image-only span#t5.Radiant {
    top: 123px;
    left: 104px
}

.sample-image-only span#t6.Radiant {
    top: 171px;
    left: 120px
}

.sample-image-only span#t7.Round {
    top: 66px;
    right: 119px;
    left: 125px;
    min-width: 58px
}

.sample-image-only span#t8.Round {
    top: 189px;
    left: 51px;
    width: 88px
}

.sample-image-only span#t9.Round {
    top: 220px;
    left: 122px
}

.sample-image-only span#t10.Round {
    top: 160px;
    left: 201px
}

.sample-image-only span#t11.Round {
    top: 90px;
    left: 54px
}

.sample-image-only span#t12.Round {
    top: 220px;
    left: 118px
}

.sample-image-only span#t7.Asscher {
    top: 64px;
    right: 118px;
    left: 126px;
    min-width: 58px
}

.sample-image-only span#t8.Asscher {
    top: 198px;
    left: 52px;
    width: 87px
}

.sample-image-only span#t9.Asscher {
    top: 225px;
    left: 145px
}

.sample-image-only span#t10.Asscher {
    top: 141px;
    left: 201px
}

.sample-image-only span#t11.Asscher {
    top: 116px;
    left: 104px
}

.sample-image-only span#t12.Asscher {
    top: 171px;
    left: 120px
}

.sample-image-only span#t7.Cushion {
    top: 63px;
    right: 116px;
    left: 123px;
    min-width: 58px
}

.sample-image-only span#t8.Cushion {
    top: 193px;
    left: 46px;
    width: 87px
}

.sample-image-only span#t9.Cushion {
    top: 223px;
    left: 147px
}

.sample-image-only span#t10.Cushion {
    top: 147px;
    left: 199px
}

.sample-image-only span#t11.Cushion {
    top: 118px;
    left: 103px
}

.sample-image-only span#t12.Cushion {
    top: 169px;
    left: 119px
}

.sample-image-only span#t7.Emerald {
    top: 79px;
    right: 118px;
    left: 123px;
    min-width: 58px
}

.sample-image-only span#t8.Emerald {
    top: 194px;
    left: 47px;
    width: 87px
}

.sample-image-only span#t9.Emerald {
    top: 207px;
    left: 147px
}

.sample-image-only span#t10.Emerald {
    top: 146px;
    left: 198px
}

.sample-image-only span#t11.Emerald {
    top: 92px;
    left: 103px
}

.sample-image-only span#t12.Emerald {
    top: 196px;
    left: 119px
}

.sample-image-only span#t7.Heart {
    top: 73px;
    right: 111px;
    left: 132px;
    min-width: 58px
}

.sample-image-only span#t8.Heart {
    top: 183px;
    left: 60px;
    width: 87px
}

.sample-image-only span#t9.Heart {
    top: 212px;
    left: 168px
}

.sample-image-only span#t10.Heart {
    top: 149px;
    left: 196px
}

.sample-image-only span#t11.Heart {
    top: 91px;
    left: 80px
}

.sample-image-only span#t12.Heart {
    top: 202px;
    left: 115px
}

.sample-image-only span#t7.Marquise {
    top: 90px;
    right: 118px;
    left: 125px;
    min-width: 58px
}

.sample-image-only span#t8.Marquise {
    top: 180px;
    left: 50px;
    width: 87px
}

.sample-image-only span#t9.Marquise {
    top: 203px;
    left: 147px
}

.sample-image-only span#t10.Marquise {
    top: 147px;
    left: 195px
}

.sample-image-only span#t11.Marquise {
    top: 85px;
    left: 69px
}

.sample-image-only span#t12.Marquise {
    top: 218px;
    left: 116px
}

.sample-image-only span#t7.Oval {
    top: 83px;
    right: 118px;
    left: 125px;
    min-width: 58px
}

.sample-image-only span#t8.Oval {
    top: 187px;
    left: 51px;
    width: 87px
}

.sample-image-only span#t9.Oval {
    top: 209px;
    left: 147px
}

.sample-image-only span#t10.Oval {
    top: 153px;
    left: 196px
}

.sample-image-only span#t11.Oval {
    top: 93px;
    left: 86px
}

.sample-image-only span#t12.Oval {
    top: 163px;
    left: 121px
}

.sample-image-only span#t7.Princess {
    top: 69px;
    right: 129px;
    left: 122px;
    min-width: 60px
}

.sample-image-only span#t8.Princess {
    top: 194px;
    left: 31px;
    width: 103px
}

.sample-image-only span#t9.Princess {
    top: 218px;
    left: 123px
}

.sample-image-only span#t10.Princess {
    top: 152px;
    left: 200px
}

.sample-image-only span#t11.Princess {
    top: 89px;
    left: 107px
}

.sample-image-only span#t12.Princess {
    top: 178px;
    left: 121px
}

.sample-image-only span#t7.Pear {
    top: 83px;
    right: 109px;
    left: 134px;
    min-width: 58px
}

.sample-image-only span#t8.Pear {
    top: 186px;
    left: 65px;
    width: 87px
}

.sample-image-only span#t9.Pear {
    top: 210px;
    left: 173px
}

.sample-image-only span#t10.Pear {
    top: 156px;
    left: 198px
}

.sample-image-only span#t11.Pear {
    top: 92px;
    left: 105px
}

.sample-image-only span#t12.Pear {
    top: 169px;
    left: 120px
}

.sample-image-only span#t7.Radiant {
    top: 63px;
    right: 118px;
    left: 122px;
    min-width: 58px
}

.sample-image-only span#t8.Radiant {
    top: 192px;
    left: 46px;
    width: 87px
}

.sample-image-only span#t9.Radiant {
    top: 222px;
    left: 147px
}

.sample-image-only span#t10.Radiant {
    top: 145px;
    left: 194px
}

.sample-image-only span#t11.Radiant {
    top: 123px;
    left: 104px
}

.sample-image-only span#t12.Radiant {
    top: 171px;
    left: 120px
}

.pr-0 {
    padding-right: 0
}

.pb-0 {
    padding-right: 0;
    padding-left: 0
}

@media ( min-width :768px) and (max-width:991px) {
    .sm-pb-2em {
        padding-bottom: 2em
    }
}

.site-sidenav&gt;li&gt;.nav .active a {
    color: #464646
}

.site-sidenav&gt;li&gt;.nav .active&gt;a {
    color: #7cd3cd
}

.site-sidenav&gt;li&gt;.nav li {
    padding: 6px 5px 5px 10px
}

.site-sidenav&gt;li&gt;.nav a {
    line-height: 12px
}

.site-sidenav&gt;li&gt;.nav a:hover {
    color: #7cd3cd;
    text-decoration: underline
}

.site-sidenav&gt;li.active .icons-minus {
    background-position: -39px -100px
}

.site-sidenav&gt;li.active .icons-plus {
    background-position: -16px -100px
}

.site-sidenav li.active&gt;i.icons-minus {
    background-position: -84px -100px
}

.site-sidenav li.active&gt;i.icons-plus {
    background-position: -61px -100px
}

.caption .h5 {
    font-size: 12px
}

.caption .h5 a:hover {
    color: #7cd3cd;
    text-decoration: none
}

.listpage-lists .thumbnail h3 a {
    color: #111
}

.dropdown-menu&gt;li&gt;a {
    color: #000
}

.sort-by-select-wrap .btn:hover, .btn:focus {
    color: #000;
    text-decoration: none
}

.display-select-wrap .btn:hover, .btn:focus {
    color: #000;
    text-decoration: none
}

.shop-our-collections h2 {
    font-size: 26px;
    text-align: center;
    letter-spacing: 1px
}

.shop-our-collections h2 span {
    display: inline-block;
    border-bottom: 1px solid #464646;
    padding: 25px;
    min-width: 384px
}

@media ( max-width :767px) {
    .shop-our-collections h2 span {
        min-width: inherit
    }
}

.shop-our-collections .h2 {
    font-size: 26px;
    text-align: center;
    letter-spacing: 1px
}

.shop-our-collections .h2 span {
    display: inline-block;
    border-bottom: 1px solid #464646;
    padding: 25px;
    min-width: 384px
}

@media ( max-width :767px) {
    .shop-our-collections .h2 span {
        min-width: inherit
    }
}

.our-story-title .h1 {
    font-size: 26px;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block
}

.icons-usd {
    width: 20px;
    height: 16px;
    background-position: -166px -24px;
    vertical-align: top
}

.icons-aud {
    width: 20px;
    height: 16px;
    background-position: -126px -24px;
    vertical-align: top
}

.site-top-alert .close, .site-top-alert .close {
    color: white;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity = 100)
}

.ad-title-larger a:focus {
    color: #fff
}
/* 
.text-center button:focus {
    color: #fff
}
 */
.btn-success:focus {
    color: #fff
}

#our-top-favorites li .h3 a {
    color: #000
}

#our-top-favorites li .price {
    color: #000
}

#searchspring-autocomplete_results .ac_powered {
    display: none
}

#showroom_footer a {
    color: #464646;
    text-decoration: underline
}

#showroom_footer a:hover {
    color: #7cd3cd;
    text-decoration: underline
}

#showroom_tel a {
    color: #7cd3cd;
    text-decoration: none
}

#showroom_tel a:hover {
    color: #7cd3cd;
    text-decoration: underline
}

.uc {
    text-transform: uppercase
}

#email_us_popop_tel a {
    text-decoration: none
}

.ff {
    font-family: 'Century Gothic'
}

.loading {
    filter: alpha(opacity = 60);
    -moz-opacity: .6;
    opacity: .6
}

.diamond-certification-lists {
    width: 100%;
    border-top: 1px solid #ececec;
    padding-top: 20px
}

.diamond-certification-lists.no-cert {
    padding-top: 5px
}

.diamond-certification-lists.no-cert li {
    display: block;
    margin-top: 15px
}

@media ( max-width :991px) {
    .our-commitment-to-you .ad-title-green.mt50 {
        margin-top: 25px
    }
}

@media ( max-width :767px) {
    .craftmanship-block .pic {
        background-position: center !important
    }
}

.ad-title-small .h6 {
    font-weight: normal;
    font-size: 20px;
    color: white;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
    letter-spacing: 1px
}

.ad-title-small .h6&gt;a .text {
    color: white;
    line-height: 32px;
    display: block;
    padding-top: 0;
    margin-bottom: -4px
}

.ad-title-small .h6&gt;a small {
    color: white;
    font-size: 10px;
    line-height: 14px
}

.ad-title-small.inverse&gt;a .text, .ad-title-small.inverse .h6&gt;a small {
    color: white
}

.ad-title-small .h6&gt;a:hover {
    color: white
}
/*
.ad-title-small.inverse:hover .h6&gt;*:not (:last-child ){
    text-decoration: underline
}
*/
.ethical-guarantee-lists .ad-title-small.inverse a:hover small {
    text-decoration: none
}

.ethical-guarantee-lists .ad-title-small.inverse a:hover {
    text-decoration: none
}

a.link-unstyled {
    color: black;
    text-decoration: underline
}

a.link-unstyled:hover {
    color: #7cd3cd
}

.search-diamonds-panel .search-noUiSlider input {
    color: #111
}

.search-diamonds-panel .search-noUiSlider ul[class$='-data'] {
    color: #111
}

table.search-results-outline&gt;thead&gt;tr {
    height: 50px
}

.text-normal * {
    font-weight: normal !important
}

#recently-viewed-products.less_item {
    left: 0 !important
}

#recently-viewed-products li h3 {
    height: 75px
}

#recently-viewed-products li h3 a:hover {
    color: #7cd3cd
}

.mobile-diamond-search-button&gt;a {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px
}

#mobile-reset-order-bar .reset-search a {
    width: 100%;
    margin-bottom: 10px
}

#mobile-reset-order-bar .mobile-sort-by {
    width: 100%;
    height: 44px
}

#mobile-reset-order-bar .mobile-sort-by button {
    font-size: 12px;
    padding-top: 12px
}

#mobile-reset-order-bar .mobile-sort-by button div {
    text-align: center
}

#mobile-reset-order-bar .mobile-sort-by ul li a {
    font-size: 12px;
    margin-right: 15px;
    text-align: center
}

#mobile-ajax-loading .loading {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: white
}

#mobile-ajax-loading .loading img {
    position: absolute;
    left: 50%;
    margin-left: -33px;
    top: 50%;
    margin-top: -33px
}

.mobile-ajax-loading .loading {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: white
}

.mobile-ajax-loading .loading img {
    position: absolute;
    left: 50%;
    margin-left: -33px;
    top: 50%;
    margin-top: -33px
}

#listContainer .top-tweny-list .item span {
    text-transform: uppercase
}

.tabs-product-detail .visible-mobile {
    display: none
}

.need-assistance .visible-mobile {
    display: none
}

#email_form .modal-dialog {
    width: 520px
}

@media ( max-width :767px) {
    #email_form .modal-dialog {
        width: 300px
    }
}

#refer_friend_form .modal-dialog {
    width: 520px
}

@media ( max-width :767px) {
    #refer_friend_form .modal-dialog {
        width: 300px
    }
}

.model-green-box .ad-title-medium .h1 .text {
    line-height: 20px
}

.need-assistance .explain {
    font-size: 14px;
    text-transform: none
}

.need-assistance .contact-information {
    font-size: 14px
}

.need-assistance .contact-information a {
    text-decoration: none
}

@media ( max-width :767px) {
    .explanation .form-horizontal a {
        width: 100%
    }
    .explanation .form-horizontal&gt;a {
        margin-bottom: 5px
    }
    .need-assistance .contact-information {
        text-align: center
    }
    .model-green-box .contact-information {
        padding-left: 0;
        border: 0;
        text-align: center
    }
}

.form-horizontal .be-error {
    color: #f00 !important
}

.form-horizontal .form-group .control-label {
    color: #464646
}

.track-your-order a {
    color: #464646
}

.track-your-order a:hover {
    color: #7cd3cd
}

.my-account-info {
    font-size: 14px
}

.my-account-info dt {
    font-size: 10px !important
}

.product-details-lists .tips a {
    color: #000;
    text-decoration: underline
}

.product-details-lists .tips a:hover {
    color: #7cd3cd
}

#email_form_success {
    padding-left: 20px
}

#refer_success {
    padding-left: 20px
}

#jCarouselLiteDemo .carousel li a {
    border: 1px solid #ebebeb;
    display: block
}

.green_no_underline_link {
    text-decoration: none !important;
    color: #7cd3cd
}

.mb0 {
    margin-bottom: 0 !important
}

.popupTable {
    width: 97%;
    margin: auto
}

.popupTable ol {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.popupTable ol li {
    width: 20%;
    float: left;
    text-align: center;
    margin-bottom: 15px;
    height: 80px
}

.popupTable ol li img {
    display: block;
    margin: 0 auto 5px auto;
    height: 42px
}

.free-shipping {
    padding-top: 13px;
    padding-bottom: 13px
}

.free-shipping&gt;div {
    padding-top: 12px;
    padding-bottom: 12px
}

.free-shipping a {
    color: #000
}

.free-shipping a:hover {
    color: #7cd3cd
}

.product-lists-sa .thumbnail h3 {
    height: 5.3em;
    overflow: hidden
}

#chain_length {
    text-transform: uppercase
}

.shopping-alert-danger {
    padding: 5px 0
}

;
.shopping-alert-danger a {
    color: #7cd3cd
}

a.a-td-n {
    text-decoration: none
}

#cyo_diamond_search a {
    text-decoration: underline;
    color: black
}

#cyo_diamond_search a:hover {
    text-decoration: underline;
    color: #7cd3cd
}

.gift_certificate_description {
    font-family: 'Freight Disp Pro Medium', Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: none
}

.shopping-table .text-brandon.text-sm {
    font-size: 13px
}

@media ( max-width :767px) {
    .shopping2-table table {
        width: 100%
    }
}

#jCarouselLiteDemo .panorama-play {
    color: #000;
    font-family: "Century Gothic";
    text-align: center;
    position: absolute;
    top: 30px;
    left: 30px;
    cursor: pointer;
    z-index: 50
}

@media ( max-width :767px) {
    #jCarouselLiteDemo .panorama-play {
        color: #000;
        font-family: "Century Gothic";
        text-align: center;
        position: absolute;
        top: 30px;
        left: 30px;
        cursor: pointer;
        z-index: 100
    }
    .mb-0&gt;ul {
        margin-bottom: 0
    }
}
/*
*&gt;.wish-double-product:not (:first-child ){
    margin-top: 10px
}
*/

@media ( min-width :767px) {
    .shopping-table .li-nowarp {
        white-space: nowrap
    }
}

@media ( max-width :992px) {
    .wishlist-create-account {
        padding-top: 20px
    }
}

.email-address-group&gt;input.form-control {
    font-size: 16px;
    font-family: 'Freight Disp Pro Medium', Arial, Helvetica, sans-serif;
    text-transform: none;
    border-radius: 0
}

.learn-about-sapphires-nav .pendants {
    background-position: -207px 10px
}

.learn-about-sapphires-nav a:hover .pendants {
    background-position: -207px -90px
}

@media ( min-width :768px) {
    .shopping-cart-table .double-product {
        width: 79.3333%
    }
}

.join-our-newsletter {
    padding-top: 64.5px
}

.listpage-pagination .customer-letter-display {
    white-space: nowrap;
    padding-top: 5px
}

.wddding-rings-nav .mens-wedding-rings {
    background-position: -400px 0
}

.wddding-rings-nav a:hover .mens-wedding-rings {
    background-position: -400px -100px
}

.wddding-rings-nav .engraving-sinzing {
    background-position: -190px 0
}

.wddding-rings-nav a:hover .engraving-sinzing {
    background-position: -190px -100px
}

.mens-wedding-rings-pic {
    background: url(../img/pic/engraving-sizing.jpg) center center no-repeat;
    background-size: auto;
    height: 350px
}

.engraving-sizing-pic {
    background: url(../img/pic/mens-wedding-rings.jpg) center center
        no-repeat;
    background-size: auto;
    height: 350px
}

#back-top {
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 85px;
    font-size: 10px;
    letter-spacing: 1px;
    padding-top: .5em;
    padding-bottom: .5em;
    font-family: "Century Gothic";
    opacity: .8;
    display: none
}

.zoomPreload {
    visibility: hidden !important;
    top: 137.5px;
    left: 114px;
    position: absolute
}

.selectpicker {
    text-transform: uppercase
}

select.selectpicker:focus {
    border-color: #ccc
}

select.selectpicker {
    border-radius: 4px;
    font-size: 10px
}

@media ( max-width :990px) {
    .hidden-pad {
        display: none !important
    }
    .diamond-information {
        min-height: inherit;
    }
    .search-diamonds-panel .item .h5, .search-diamonds-panel .item .h5 a{
        padding-left: 20px;
    }
}

.mobile_total {
    display: none
}

@media ( max-width :768px) {
    .mobile_total {
        display: block
    }
}

.bank-card {
    background-color: #f4f4f4;
    padding: 25px
}

.bank-card input {
    display: inline-block
}

.bank-card .control-label {
    font-size: 12px;
    color: #464646
}

.bank-card .form-group {
    margin-left: -5px;
    margin-right: -5px
}

.bank-card-group li {
    padding-left: 0;
    padding-top: 10px
}

.bank-card-group li a {
    display: inline-block;
    width: 39px;
    height: 25px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/static/img/spirit/bank-card-group.png) left top
        no-repeat;
    opacity: .2;
    filter: alpha(opacity = 20)
}

.bank-card-group li a.active {
    opacity: 1;
    filter: alpha(opacity = 100)
}

.bank-card-group li.fore1 a {
    background-position: 0 0
}

.bank-card-group li.fore2 a {
    background-position: -45px 0
}

.bank-card-group li.fore3 a {
    background-position: -91px 0
}

.bank-card-group li.fore4 a {
    background-position: -136px 0
}

@media ( max-width :767px) {
    .shopping2-total&gt;.row&gt;.col-md-4.fore1 {
        margin-bottom: -1px
    }
    .pl-0 {
        padding-left: 0
    }
}

.mb90-50 {
    margin-bottom: 90px
}

@media ( max-width :767px) {
    .mb90-50 {
        margin-bottom: 37px
    }
    .shopping2-total&gt;.row&gt;.col-md-4.fore2 {
        border: 1px solid #eaeaea !important;
        display: block
    }
    .mt {
        margin-top: 10px
    }
}

.text-gray {
    color: #464646
}

.text-gray a {
    text-decoration: underline
}

.mrl-0 {
    margin-right: 0;
    margin-left: 0
}

.btn-pt0 {
    padding-bottom: 3px;
    padding-top: 7px
}

@media ( max-width :991px) {
    .need-assistance3 .live-chat {
        display: inline-block
    }
}

.text-danger a, .text-danger a:hover {
    text-decoration: underline;
    color: #b94a48
}

#ship_CA+.open {
    width: 210px
}

#ship_AU+.open {
    width: 200px
}

.hidden_showing_page {
    display: none
}

.header_submit {
    display: none !important
}

.order_summary_submit {
    display: block
}

@media ( max-width :980px) {
    .header_submit {
        display: block !important
    }
    .order_summary_submit {
        display: none
    }
}

.engagement-lookbook {
    background:
        url(../img/banner/Engagement-Rings-Page-Lookbook-Image-Link.jpg) right
        top no-repeat;
    height: 500px
}

.thumbnail a:hover .h5, .thumbnail a:hover p, .thumbnail a:hover h3,
    #recently-viewed-products .thumbnail a:hover p.price {
    color: #7cd3cd
}

#recently-viewed-products .thumbnail h3 {
    font-size: 14px
}

@media ( min-width :768px) {
    .global-navgation .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s linear .25s, opacity .25s linear;
        -webkit-transition: visibility 0s linear .25s, opacity .25s linear
    }
    .global-navgation .open&gt;.dropdown-menu {
        visibility: visible;
        opacity: 1;
        transition-delay: 0s;
        -webkit-transition-delay: 0s
    }
}

.nowrap {
    white-space: nowrap
}

.horizontal-checkbox .checkbox .icons-checked {
    float: none;
    margin: 4px auto;
    display: block
}

.list_carousel li .h3 {
    font-size: 14px;
    color: black;
    margin-top: 0;
    line-height: 15px;
    padding-bottom: 3px;
    letter-spacing: .75px
}

.list_carousel li .h3 a {
    font-size: 14px;
    color: black
}

.shop-our-collections .h3 {
    border-bottom: 1px solid #ececec;
    line-height: 16px;
    min-height: 2em
}

.shop-our-collections li .h3 a:hover {
    color: #7cd3cd
}

.display-none {
    display: none
}

.color_green {
    color: #a0d5bb;
    font-family: Century Gothic;
    font-size: 14px;
    text-transform: uppercase
}

.feature_title {
    color: #666;
    font-family: Century Gothic;
    font-size: 14px;
    font-weight: bold
}

.feature_text {
    color: #808080;
    font-size: 24px;
    font-family: Freight Disp Pro Medium
}

.protectCode {
    display: none
}

.endProtectCode {
    display: none
}

#shines-brighter .carousel-inner .fore1 * {
    color: #000
}

@media ( max-width :991px) {
    #shines-brighter .carousel-inner .fore1 {
        background-image: url(/static/img/slider/shines-brighter/banner04_2.jpg)
            !important;
        background-position: center center !important
    }
}

.view-style {
    margin-top: 20px;
    text-transform: uppercase
}

.view-style .set-style {
    text-decoration: underline;
    color: #000
}

.view-style .dia-style {
    padding-left: 30px;
    text-decoration: underline;
    color: #000
}

.view-style a:hover {
    color: #7cd3cd
}

.diamond_card a {
    text-decoration: underline
}

.ui-widget-header{
    background: none;
}
.red .ui-slider-range {
    background-color: #7cd3cd;
}
.green .ui-slider-range {
    background-color: #7cd3cd;
}

.bbesp a:hover {
    text-decoration: underline !important
}

.engagement-ring-settings-banner {
    background-image:
        url(/static/img/banner/banner-diamond-engagement-rings.jpg);
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/banner/banner-diamond-engagement-rings.jpg',
        sizingMethod='scale')
}

@media ( max-width :767px) {
    .engagement-ring-settings-banner {
        background-image:
            url(/static/img/banner/banner-diamond-engagement-rings-sm.jpg?_v=2015)
    }
    .engagement-ring-settings-banner .container .h1 {
        font-size: 13px;
        padding-top: 30px
    }
    .contact-information&gt;div {
        padding-top: 32px !important
    }
    .commitment-part {
        margin-top: 22px
    }
    .commitment-part a:after {
        content: '';
        display: block;
        height: 8px
    }
    .detail-bottom-wrapper .model-green-box {
        height: auto;
        padding-bottom: 52px
    }
    .site-sidenav&gt;li {
        padding: 9px 5px 19px 58px
    }
    .site-sidenav&gt;li&gt;.nav&gt;li {
        padding: 30px 5px 6px 45px
    }
    .site-sidenav&gt;li&gt;.nav&gt;li&gt;.nav&gt;li {
        padding: 34px 5px 6px 45px
    }
    .site-sidenav&gt;li&gt;.nav i.icons-minus, .site-sidenav&gt;li&gt;.nav i.icons-plus
        {
        top: 27px !important
    }
    #engrave {
        margin-top: 24px
    }
    .free-shipping&gt;div:last-of-type {
        padding-top: 23px
    }
    .free-shipping {
        padding-top: 14px;
        padding-bottom: 24px
    }
  .search-results-outline&gt;thead&gt;tr&gt;th .table-head th {
    padding: 0 5px;
}
}

.h22 {
    height: 22px
}

#size_error {
    color: red;
    padding-top: 15px;
    clear: both;
    display: block
}

#afoo-favorites .carousel-control .glyphicon-chevron-right {
    background-position: -10px -17px
}

#afoo-favorites .carousel-control .glyphicon-chevron-left {
    background-position: 0 -17px
}

@media ( min-width :992px) {
    .listpage-filter-sapphire #listpage-filter&gt;.row&gt;div {
        width: 16%
    }
    .listpage-filter-sapphire #listpage-filter&gt;.row&gt;.fore2 {
        width: 20%
    }
}

@media ( min-width :992px) {
    #collection_div {
        width: 30%
    }
    #origin_div {
        width: 21%
    }
}
.product-shpe {
    margin: 0;
    padding: 0;
    margin-top: -5px
}

.product-shpe li {
    float: left;
    margin-right: 2%;
    list-style: none
}

.product-shpe li a {
    width: 31px;
    height: 33px;
    position: relative;
    display: block;
    background: url('/assets/img/shape1.png') left top no-repeat;
    border: 1px solid white;
    color: #000 !important
}

.product-shpe li a:focus {
    outline: 0
}

.product-shpe li a:active {
    border-color: #7cd3cd
}

.product-shpe li a span {
    display: none;
    position: absolute;
    bottom: -20px;
    left: -15px;
    text-align: center;
    width: 60px;
    font-family: 'Century Gothic';
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.product-shpe li.active a {
    border-color: #ddd;
    -moz-box-shadow: inset 0 0 3px #ccc;
    -webkit-box-shadow: inset 0 0 3px #ccc;
    box-shadow: inset 0 0 3px #ccc
}

.product-shpe li a:hover span {
    display: block
}
.your-search-results.table-responsive {
    position: relative;
    overflow: hidden;
}

#loader-loading .loading {
    position: absolute;
    width: 100%;
    height: 100% !important;
    z-index: 10;
    background: white;
    display: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#loader-loading .loading img {
    position: absolute;
    left: 50%;
    margin-left: -33px;
    top: 50%;
    margin-top: -33px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-ms-touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
-moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
}
.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}
.noUi-handle {
    position: relative;
    z-index: 1;
}
.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is &gt; 50%. */
    z-index: 10 !important;
}
.noUi-stacking + .noUi-origin {
/* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
    *z-index: -1;
}
.noUi-state-tap .noUi-origin {
-webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
    cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 18px;
}
.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px;
}
.noUi-horizontal.noUi-extended {
    padding: 0 15px;
}
.noUi-horizontal.noUi-extended .noUi-origin  {
    right: -15px;
}
.noUi-vertical {
    width: 18px;
}
.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}
.noUi-vertical.noUi-extended {
    padding: 15px 0;
}
.noUi-vertical.noUi-extended .noUi-origin  {
    bottom: -15px;
}

/* Styling;
 */
.noUi-background {
    background: #FAFAFA;
    box-shadow: inset 0 1px 1px #f0f0f0;
}
.noUi-connect {
    background: #353D61;
    box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
-webkit-transition: background 450ms;
    transition: background 450ms;
}
.noUi-origin {
    border-radius: 2px;
}
.noUi-target {
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-target.noUi-connect {
    box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #BBB;
}

/* Handles and cursors;
 */
.noUi-dragable {
    cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
    cursor: n-resize;
}
.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF,
                inset 0 1px 7px #EBEBEB,
                0 3px 6px -3px #BBB;
}
.noUi-active {
    box-shadow: inset 0 0 1px #FFF,
                inset 0 1px 7px #DDD,
                0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before, .noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}
.noUi-handle:after {
    left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}
.noUi-vertical .noUi-handle:after {
    top: 17px;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
    background: #B8B8B8;
}
[disabled] .noUi-handle {
    cursor: not-allowed;
}

/* Blocked state;
 */
.noUi-state-blocked.noUi-connect,
.noUi-state-blocked .noUi-connect {
    background: #4FDACF;
}
/* user style */
.noUi-background{height:7px;border-radius:10px; background:none;}
.noUi-horizontal {
  background: none repeat scroll 0 0 #E1E1E1;
  border: 0 none;
  border-radius: 10px;
  box-shadow: 0 0 3px #999999 inset;
  height: 7px;
}
.search-noUiSlider .noUiSlider {}
.noUiSlider .noUi-connect{
  background:#786657 !important;
}
.noUi-horizontal .noUi-base{ height:7px; border:0;border-radius:10px;background:url(bg.jpg) left top repeat-x !important;border-radius:10px;}
.noUiSlider  .noUi-handle {
  border: 0px solid #BFBFBF;
  height: 20px;width: 20px;
  margin: -1px 0 0 -10px;
  border-radius: 20px;
  box-shadow:0px 1px 2px #000000;
  background:#EEEEEE url(slider-handle.png) center center no-repeat;
  left:0;
  z-index:2;
  cursor:pointer;
}
.noUiSlider .noUi-origin-upper{ z-index:4;border-radius:10px; background:#e1e1e1 !important;box-shadow:inset 0px 0px 3px #999999 !important;}
.noUiSlider .noUi-origin-lower{z-index:3;}
.noUiSlider .noUi-active{ background-color:white;}
.noUiSlider .noUi-active:after{ display:none;}

.minimal-vertical-wrap{height:580px;width:16px;background-color:white;
 border-radius:50px;}
#minimal-vertical, .minimal-vertical {
  float: left;
  height: 536px;
  margin-right: 30px;
  margin-top: 62px;
  margin:0;
}
.noUiSlider2 .noUi-base {
  box-shadow: none;
}
.noUiSlider2.noUi-background{
     background-color:transparent;
  box-shadow:none;
  border:none;
}
.noUiSlider2 .noUi-handle{
border-radius:50px;
background:#929292;
box-shadow:none;
}
.noUiSlider2 .noUi-handle.noUi-active{ background: #CCC;}
.noUiSlider2 .noUi-handle:before,.noUiSlider2 .noUi-handle:after{ display:none;}
.noUiSlider2.noUi-vertical{
 width:14px;
}
.noUiSlider2.noUi-vertical .noUi-handle{width:16px;left:0px;top:-1px; left:-1px; border:#929292;}
.ui-slider-left-cap{ position:absolute; left:0;height:7px;border-radius:10px; background:#e1e1e1;box-shadow:inset 0px 0px 3px #999999;}
.ui-slider-right-cap{ position:absolute;right:0;height:7px;border-radius:10px; background:#e1e1e1;box-shadow:inset 0px 0px 3px #999999;}
.ui-slider-scale{ padding:0;margin:0; list-style:none;}
.ui-slider-scale li{ position:absolute; height:7px; border-right:1px solid white; z-index:1;}
#cut_slider .ui-slider-scale li.fore1,#fluorescence_slider .ui-slider-scale li.fore1{ left:20%;}
#cut_slider .ui-slider-scale li.fore2,#fluorescence_slider .ui-slider-scale li.fore2{ left:40%;}
#cut_slider .ui-slider-scale li.fore3,#fluorescence_slider .ui-slider-scale li.fore3{ left:60%;}
#cut_slider .ui-slider-scale li.fore4,#fluorescence_slider .ui-slider-scale li.fore4{ left:80%;}

#color_slider .ui-slider-scale li.fore1{ left:16.67%;}
#color_slider .ui-slider-scale li.fore2{ left:33.34%;}
#color_slider .ui-slider-scale li.fore3{ left:50%;}
#color_slider .ui-slider-scale li.fore4{ left:66.68%;}
#color_slider .ui-slider-scale li.fore5{ left:83.35%;}

#clarity_slider .ui-slider-scale li.fore1{ left:12.5%;}
#clarity_slider .ui-slider-scale li.fore2{ left:25%;}
#clarity_slider .ui-slider-scale li.fore3{ left:37.5%;}
#clarity_slider .ui-slider-scale li.fore4{ left:50%;}
#clarity_slider .ui-slider-scale li.fore5{ left:62.5%;}
#clarity_slider .ui-slider-scale li.fore6{ left:75%;}
#clarity_slider .ui-slider-scale li.fore7{ left:87.5%;}
#polish_slider .ui-slider-scale li.fore1,#symmetry_slider .ui-slider-scale li.fore1{left:33.33%;}
#polish_slider .ui-slider-scale li.fore2,#symmetry_slider .ui-slider-scale li.fore2{left:66.66%;}




.noUi-handle:before{
  display:block; background:transparent; width:40px; height:40px; left:-50%;  top:-50%;}
.noUi-handle-lower:before{
  left:-5px;
}
.noUi-handle-upper:before{
  left: auto; right:-5px;
}
.noUi-handle:after, .noUi-handle:before{ display:none;}
/* Tiny Scrollbar */
#search-scrollbar { width: 100%; position:relative; }
#search-scrollbar .viewport {padding-left:1px; width: 100%; height: 580px; overflow: hidden; position: relative; margin-bottom:20px; }
#search-scrollbar .overview {width:100%;list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#search-scrollbar .scrollbar{ position: absolute; right:0; top:5px; z-index:2; background-position: 0 0;width: 16px; }
#search-scrollbar .loading{ position:absolute;width:100%; height:100%; z-index:10; background:white;}
#search-scrollbar .loading img{ position:absolute; left:50%; margin-left:-33px; top:50%; margin-top:-33px;}


/**
* CSS themes for simplePagination.js
* Author: Flavius Matis - http://flaviusmatis.github.com/
* URL: https://github.com/flaviusmatis/simplePagination.js
*/

ul.simple-pagination {
    list-style: none;
}

.simple-pagination {
    display: block;
    overflow: hidden;
    padding: 0 5px 5px 0;
    margin: 0;
}

.simple-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.simple-pagination li {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}
span.ellipse.clickable {
    cursor: pointer;
}

.ellipse input {
    width: 3em;
}

/*------------------------------------*\
    Compact Theme Styles
\*------------------------------------*/

.compact-theme a, .compact-theme span {
    float: left;
    color: #333;
    font-size:14px;
    line-height:24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #AAA;
    border-left: none;
    min-width: 14px;
    padding: 0 7px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

.compact-theme a:hover {
    text-decoration: none;
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* IE10+ */
    background: linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* W3C */
}

.compact-theme li:first-child a, .compact-theme li:first-child span {
    border-left: 1px solid #AAA;
    border-radius: 3px 0 0 3px;
}

.compact-theme li:last-child a, .compact-theme li:last-child span {
    border-radius: 0 3px 3px 0;
}

.compact-theme .current {
    background: #bbbbbb; /* Old browsers */
    background: -moz-linear-gradient(top, #bbbbbb 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbbbbb), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* W3C */
    cursor: default;
}

.compact-theme .ellipse {
    background: #EAEAEA;
    padding: 0 10px;
    cursor: default;
}

/*------------------------------------*\
    Light Theme Styles
\*------------------------------------*/

.light-theme a, .light-theme span {
    float: left;
    color: #666;
    font-size:14px;
    line-height:24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #BBB;
    min-width: 14px;
    padding: 0 7px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

.light-theme a:hover {
    text-decoration: none;
    background: #FCFCFC;
}

.light-theme .current {
    background: #666;
    color: #FFF;
    border-color: #444;
    box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
    cursor: default;
}

.light-theme .ellipse {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
    cursor: default;
}

/*------------------------------------*\
    Dark Theme Styles
\*------------------------------------*/

.dark-theme a, .dark-theme span {
    float: left;
    color: #CCC;
    font-size:14px;
    line-height:24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #222;
    min-width: 14px;
    padding: 0 7px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    background: #555; /* Old browsers */
    background: -moz-linear-gradient(top, #555 0%, #333 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555), color-stop(100%,#333)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #555 0%,#333 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #555 0%,#333 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #555 0%,#333 100%); /* IE10+ */
    background: linear-gradient(top, #555 0%,#333 100%); /* W3C */
}

.dark-theme a:hover {
    text-decoration: none;
    background: #444;
}

.dark-theme .current {
    background: #222;
    color: #FFF;
    border-color: #000;
    box-shadow: 0 1px 0 rgba(255,255,255,0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    cursor: default;
}

.dark-theme .ellipse {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
    cursor: default;
}
td, th{
  background:transparent;
  padding:10px 0;
}
ul.gem-checkbox-list {
    margin-left: 0;
}
ul.gem-checkbox-list li {
    display: flex;
}
.search-results-outline&gt;thead&gt;tr&gt;th .table-head {
    margin: 0;
}
.diamond-information .ProductImage{
  margin:0 auto;
}
.diamond-information .ProductDetails {
    text-align: center;
    margin: 20px 0;
}
.table#search_result_header_table tr th{
  padding-bottom:0;
  padding-top:0;
}
.gems-container {
    max-width: 1400px;
}
.search-results-outline{
  margin-bottom:0;
}
.container-fluid.gems-container {
    padding-bottom: 2rem;
}
.gem-search-filters h4 {
    margin-top: 0;
    font-weight: 700;
    font-size: 14px;
    text-decoration: underline;
}
.gem-search-filters {
    font-family: Georgia,serif;
}
.search-results-outline&gt;thead&gt;tr&gt;th .table-head th a{
    font-size: 12px;
    font-weight: 700;
}



</pre></body></html>