@import url("https://fonts.googleapis.com/css?family=Quicksand");
@font-face {
  font-family: "Gotham-Book";
  src: url("../fonts/Gotham-Book/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book/Gotham-Book.svg#gotham") format("svg");
}
@font-face {
  font-family: "Gotham-Bold";
  src: url("../fonts/Gotham-Bold/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold/Gotham-Bold.svg#Gotham-Bold") format("svg");
}
@font-face {
  font-family: "Gotham-Light";
  src: url("../fonts/Gotham-Light/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light/Gotham-Light.ttf") format("truetype"), url("../fonts/Gotham-Light/Gotham-Light.svg#Gotham-Bold") format("svg");
}
@font-face {
  font-family: "Open-Sans-Light-Italic";
  src: url("../fonts/Open-Sans-Light-Italic/Open-Sans-Light-Italic.eot");
  src: url("../fonts/Open-Sans-Light-Italic/Open-Sans-Light-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Open-Sans-Light-Italic/Open-Sans-Light-Italic.woff") format("woff"), url("../fonts/Open-Sans-Light-Italic/Open-Sans-Light-Italic.woff2") format("woff2"), url("../fonts/Open-Sans-Light-Italic/Open-Sans-Light-Italic.ttf") format("truetype"), url("../fonts/Open-Sans-Light-Italic/Open-Sans-Light-Italic.svg#Gotham-Bold") format("svg");
}
@font-face {
  font-family: "monsterra-regular";
  src: url("../fonts/monsterra/Regular/Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/monsterra/Regular/Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/monsterra/Regular/Regular.woff2") format("woff2"), url("../fonts/monsterra/Regular/Regular.woff") format("woff"), url("../fonts/monsterra/Regular/Regular.ttf") format("truetype"), url("../fonts/monsterra/Regular/Regular.svg#monsterra-regular") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "monsterra-semi-bold";
  src: url("../fonts/monsterra/SemiBold/SemiBold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/monsterra/SemiBold/SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/monsterra/SemiBold/SemiBold.woff2") format("woff2"), url("../fonts/monsterra/SemiBold/SemiBold.woff") format("woff"), url("../fonts/monsterra/SemiBold/SemiBold.ttf") format("truetype"), url("../fonts/monsterra/SemiBold/SemiBold.svg#monsterra-semi-bold") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "monsterra-extra-bold";
  src: url("../fonts/monsterra/ExtraBold/ExtraBold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/monsterra/ExtraBold/ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/monsterra/ExtraBold/ExtraBold.woff2") format("woff2"), url("../fonts/monsterra/ExtraBold/ExtraBold.woff") format("woff"), url("../fonts/monsterra/ExtraBold/ExtraBold.ttf") format("truetype"), url("../fonts/monsterra/ExtraBold/ExtraBold.svg#monsterra-extra-bold") format("svg");
  /* Legacy iOS */
}
html, body {
  font-family: "Gotham-Book";
}

.golden-color {
  color: #b86a68;
  font-family: "Gotham-Bold";
}

.golden-color-light {
  color: #b86a68;
  font-family: "Gotham-Light";
}

.golder-single-color {
  color: #b86a68;
}

.send-online {
  border: 1px solid #b86a68;
  max-width: 474px;
  padding: 15px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

html {
  width: 100%;
  height: 100%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  width: 100%;
  height: 100%;
  color: #8c8c8c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  position: relative;
}

.margin-t-b-row {
  margin-bottom: 15px;
}

.img-full-width {
  width: 100%;
}

/********************************************carousel**********************************************/
.carousel {
  height: calc(100% - 120px);
  overflow-y: hidden;
}

.carousel-indicators {
  width: 100%;
  margin-left: 0;
  left: 0;
}

.carousel-indicators li {
  width: 15px;
  height: 15px;
  margin-right: 10px !important;
}

.carousel-indicators .active {
  width: 15px;
  height: 15px;
  margin: 0;
  background-color: #fff;
  margin-right: 10px !important;
}

.carousel-indicators {
  bottom: 40px;
  display: flex;
  justify-content: center;
  padding-right: 50px;
}

.carousel-control .glyphicon-chevron-right {
  background: url("../img/right.png") no-repeat;
  height: 60px;
}

.carousel-control .glyphicon-chevron-left::before {
  display: none;
}

.inner {
  float: right;
}

.carousel-control .glyphicon-chevron-right::before {
  display: none;
}

.carousel-control .glyphicon-chevron-left {
  background: url("../img/left.png") no-repeat;
  height: 60px;
}

.navbar-default .navbar-toggle {
  border-color: fff;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #8c8c8c !important;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

#logo-and-navigation {
  z-index: 2;
  width: inherit;
  min-height: 1px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

[src="img/logo-xs-1.png"] {
  display: none !important;
}

/***************************************************************navigation***************************************/
.caret {
  margin-left: 10px;
}

.navbar-nav {
  text-align: center;
  float: right;
}

.navbar-nav li {
  float: none;
  display: inline-block;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
  margin-top: 15px;
}

.navbar-default .navbar-nav > li > a {
  color: #fff !important;
  text-transform: uppercase;
  padding-top: 20px;
  padding: 10px 10px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #b86a68;
}

.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #484d9f !important;
  text-shadow: none;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
}

.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #b86a68;
}

.navbar-default .navbar-nav > .open > a {
  background-color: transparent;
  color: #b86a68;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #b86a68;
}

.dropdown-menu {
  background-color: #fff;
}

.dropdown-menu > li > a {
  color: #8c8c8c;
  text-transform: uppercase;
  white-space: inherit;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color: transparent;
  color: #b86a68;
}

.carousel-caption {
  right: 0;
  left: 0;
  bottom: 0;
  top: 5%;
  padding: 0;
}

.carousel-caption h3 span {
  display: block;
  text-align: center;
}

.remove-absolute {
  position: relative !important;
}

:root {
  --animate-duration: 2000ms;
  --animate-delay: 1s;
}

.img-0, .img-1, .img-2, .img-3, .img-4 {
  background-position: 0;
  -o-background-position: 0;
  -moz-background-position: 0;
  -webkit-background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  width: 100%;
  height: 100%;
}

/**#cap-one {background-image:url(/img/slide-011.jpg);}**/
.antique {
  background-image: url(/img/antique-banner.jpg);
  background-position: 0;
  -o-background-position: 0;
  -moz-background-position: 0;
  -webkit-background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  width: 100%;
  height: 100%;
}

.img-1 {
  background-image: url(../img/slide-01.jpg);
}

.img-2 {
  background-image: url(../img/slide-02.jpg);
}

.img-3 {
  background-image: url(../img/slide-03.jpg);
}

.img-4 {
  background-image: url(../img/slide-04.jpg);
}

#cap-four {
  background-image: url(../img/slide-04.jpg);
}

#cap-one-rings {
  background-image: url(http://www.raajewels.com/img/rings-banner.jpg);
}

#cap-two-rings {
  background-image: url(http://www.raajewels.com/img/rings-banner-2.jpg);
}

.carousel-control {
  width: 10%;
}

.caption-inner {
  position: absolute;
  width: 80%;
  left: 44%;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  right: 10%;
  text-align: left;
}

.only-listing {
  left: 10%;
}

.pendants {
  background-image: url(http://www.raajewels.com/img/pendants-banner.jpg) !important;
  -o-background-size: 100% 100vh;
  -moz-background-size: 100% 100vh;
  -ms-background-size: 100% 100vh;
  -webkit-background-size: 100% 100vh;
  background-size: 100% 100vh;
}

.chains {
  background-image: url(http://www.raajewels.com/img/chains.jpg) !important;
  background-size: 100% 100vh;
  -moz-background-size: 100% 100vh;
  -ms-background-size: 100% 100vh;
  -o-background-size: 100% 100vh;
  -webkit-background-size: 100% 100vh;
}

.mangalsutra {
  background-image: url(http://www.raajewels.com/img/mangalsutra.jpg) !important;
  background-size: 100% 100vh;
  -o-background-size: 100% 100vh;
  -moz-background-size: 100% 100vh;
  -ms-background-size: 100% 100vh;
  -webkit-background-size: 100% 100vh;
}

.necklace {
  background-image: url(http://www.raajewels.com/img/necklace.jpg) !important;
  background-position: 0;
  -o-background-position: 0;
  -moz-background-position: 0;
  -webkit-background-position: 0;
  background-repeat: no-repeat;
  background-size: 100% 100vh;
  -o-background-size: 100% 100vh;
  -moz-background-size: 100% 100vh;
  -ms-background-size: 100% 100vh;
  -webkit-background-size: 100% 100vh;
}

.ear-rings {
  background-image: url(http://www.raajewels.com/img/ear-ring-banner.jpg) !important;
  background-size: 100% 100vh;
  -o-background-size: 100% 100vh;
  -moz-background-size: 100% 100vh;
  -webkit-background-size: 100% 100vh;
}

.bangle-banner {
  background-image: url(http://www.raajewels.com/img/bangle-banner.jpg) !important;
  background-size: 100% 100vh;
  -moz-background-size: 100% 100vh;
  -ms-background-size: 100% 100vh;
  -o-background-size: 100% 100vh;
  -webkit-background-size: 100% 100vh;
}

.carousel-caption h3 {
  text-align: center;
  display: block;
  font-size: 40px;
  color: #fff;
  font-family: "monsterra-semi-bold";
  text-transform: uppercase;
  text-decoration: none;
}

.carousel-caption h4 {
  display: block;
  text-align: left;
}

.carousel-caption span {
  display: block;
  text-align: left;
  padding: 5px 0;
  color: #fff;
}

.carousel-caption a {
  text-align: left;
  margin-top: 15px;
  color: #000;
  display: inline-block;
  padding: 8px;
  border: 1px solid #b86a68;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-border-radius: 4px;
  float: left;
  background: #b86a68;
  text-decoration: none;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  font-size: 12px;
}

.carousel-caption a:hover {
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  background: transparent;
  color: #b86a68;
}

.caption-inner-inner {
  display: inline-block;
}

.absolute-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: inherit;
  padding-bottom: 15px;
  padding-top: 15px;
}

[src="home/img/logo.png"], [src="home/img/white-logo.png"] {
    width: 150px;
    height: auto;
}

.absolute-footer span, .absolute-footer a {
  font-size: 11px;
  color: #fff;
}

.right-left {
  text-align: right;
  display: none;
}

.relative-footer {
  position: relative !important;
  top: 0;
  right: 0;
  /* padding: 5px 10px !important; */
  height: auto !important;
}

.relative-footer span, .relative-footer a {
  font-size: 11px;
  color: #fff;
}

/***************************************************************************same navigation******************************************************/
#same-navigation p, #same-navigation h3, #same-navigation span {
  color: #8c8c8c !important;
}

#same-navigation p {
  display: inline-block;
}

.dia-question {
  position: relative;
  display: inline-block;
  border: 1px solid #8c8c8c;
  padding: 0px 5px 0px 5px;
}

.dia-question-absolute {
  position: absolute;
  background: #000;
  border: 1px solid grey;
  padding: 5px;
  top: 0;
  left: 110%;
  z-index: 10;
  display: none;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  width: 200px;
  height: 100px;
  word-break: break-all;
  overflow-y: auto;
}

.diamond-more {
  color: #b86a68;
}

.diamond-after-banner-anchr {
  border: 2px solid #8c8c8c;
  display: inline-block;
  overflow: hidden;
}

.diamond-after-banner-anchr > img {
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.diamond-after-banner-anchr > img:hover {
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
}

.diamond-diff-pro {
  color: #8c8c8c !important;
  text-decoration: none !important;
}

.dia-question:hover .dia-question-absolute {
  display: block;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.diamond-banner-wrapper {
  position: relative;
}

.diamond-banner-wrapper > h1 {
  position: absolute;
  top: 50%;
  right: 27px;
  color: #484d9f;
  text-shadow: 2px 2px 5px #000;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  line-height: 50px;
}

#same-logo {
  padding-top: 20px;
}

#same-navigation .navbar-default .navbar-nav > li > a {
  color: #000;
  text-shadow: none;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  color: #8c8c8c !important;
}

#same-navigation .navbar-default .navbar-nav > li > a:hover {
  color: #484d9f !important;
}

#same-navigation .navbar-default .navbar-nav > .active > a {
  color: #484d9f;
}

#same-navigation .dropdown-menu > li > a {
  color: #8c8c8c;
}

#same-navigation .dropdown-menu > li > a:hover {
  color: #484d9f;
}

#same-navigation .navbar-default .navbar-toggle {
  border-color: #000;
}

#same-navigation .navbar-toggle {
  margin-right: 15px;
}

#same-navigation .navbar-default .navbar-toggle .icon-bar {
  background-color: #8c8c8c !important;
}

#same-navigation .navbar-default .navbar-collapse {
  height: auto;
}

.dropdown-menu {
  background-color: transparent;
  border: 2px solid #8c8c8c;
  background: rgba(0, 0, 0, 0.7);
}

#same-navigation .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus {
  background-color: transparent;
  color: #484d9f;
}

#same-navigation .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 23%;
  margin-left: -15px;
  border-width: 13px;
  border-style: solid;
  border-color: transparent transparent #8c8c8c transparent;
}

.breadcrumb-custom {
  background-color: transparent;
}

.breadcrumb-custom i {
  color: #8c8c8c;
}

.breadcrumb-custom > li + li::before {
  color: #8c8c8c;
}

.breadcrumb > .active {
  color: #8c8c8c;
}

address span {
  display: block;
  padding: 3px 0;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #8c8c8c;
}

.margin-input {
  margin: 20px 0;
}

.comment, search {
  position: relative;
}

.comment i {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  font-size: 24px;
}

.search i {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
}

.btn-custom {
  color: #000;
  background-color: #484d9f;
  border-color: #484d9f;
  padding: 3px 12px 6px 12px;
}

.btn-custom:hover {
  color: #8c8c8c;
  background-color: transparent;
  border-color: #adadad;
}

.form-control:focus {
  border-color: #484d9f;
  box-shadow: inset 0 1px 1px rgba(207, 177, 114, 0.075), 0 0 8px #484d9f;
  -moz-box-shadow: inset 0 1px 1px rgba(207, 177, 114, 0.075), 0 0 8px #484d9f;
  -webkit-box-shadow: inset 0 1px 1px rgba(207, 177, 114, 0.075), 0 0 8px #484d9f;
}

/* textarea.form-control {padding:6px 12px 6px 50px;} */
.form-control {
  background-color: transparent;
  border: 1px solid #8c8c8c;
}

.input-group-addon {
  background: transparent;
  border: 1px solid #8c8c8c;
}

.categories {
  list-style: none;
  margin: 0;
  padding: 0;
}

.categories li {
  margin-bottom: 10px;
}

.categories a {
  color: #484d9f;
  text-decoration: none;
}

.divider {
  border-right: 1px solid #8c8c8c;
}

.unique-footer {
  margin-top: 30px;
  padding-bottom: 15px;
}

.unique-footer span, .unique-footer a {
  font-size: 11px;
  color: #8c8c8c;
}

.responsive-wedding-pro {
  position: relative;
  overflow: hidden;
}

.absolute-wedding-pro {
  position: absolute;
  bottom: 0;
  left: 0;
  width: -moz-calc(100%);
  width: -webkit-calc(100%);
  width: calc(100%);
  -o-transform: translate(-4px, 0);
  transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  background: transparent;
  text-align: center;
}

.absolute-wedding-pro a {
  padding: 10px 15px;
  display: inline-block;
  font-weight: 600;
  color: #8c8c8c;
  text-decoration: none;
  border: 1px solid #484d9f;
  margin: 15px 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

.responsive-wedding-pro:hover .absolute-wedding-pro {
  bottom: 0px;
}

.absolute-wedding-pro:hover a {
  color: #484d9f;
  transition: all 2s ease;
  -o-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -webkit-transition: all 2s ease;
}

.responsive-wedding-pro:hover img {
  transform: scale(1.1, 1.1);
  transition: all 2s ease;
  -o-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -webkit-transition: all 2s ease;
}

/*********************************************************************************Product****************************************************************/
.product_thmb {
  height: 80px;
  width: 80px;
  display: block;
  margin-bottom: 15px;
  cursor: pointer;
}

.product_thmb img {
  border: 1px solid #8c8c8c;
}

.product-table {
  width: 100%;
  display: table;
  margin-bottom: 5px;
}

.product-table .td-1, .product-table .td-2 {
  display: table-cell;
}

.product-table .td-1 {
  width: 150px;
}

.product-name {
  padding-top: 10px;
}

.product-name span {
  font-size: 16px;
}

.large {
  border: 0px solid #484d9f;
}

.thumb-active img {
  border: 1px solid #484d9f;
}

.categories {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  cursor: pointer;
  border-bottom: 1px solid #8c8c8c;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.categories-contact {
  cursor: pointer;
  border-bottom: 1px solid #8c8c8c;
  padding-bottom: 15px;
  margin-bottom: 10px;
  list-style: none;
}

.categories-contact a {
  color: #484d9f;
  margin-bottom: 5px;
  display: inline-block;
  text-decoration: none !important;
}

.categories strong {
  display: inline-block;
}

.categories i {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: grayscale;
  -webkit-text-stroke: 1px #8c8c8c;
  -moz-text-stroke: 1px #8c8c8c;
  text-stroke: 1px #8c8c8c;
}

.add-to-watchlist a {
  color: #8c8c8c;
  text-decoration: none;
}

.add-to-watchlist a i {
  font-size: 18px;
  color: #484d9f;
}

.categories-list {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.categories-wrapper:not(.first-display) {
  display: none;
}

.row-wrapper-30 {
  margin-top: 30px;
}

.categories-list table {
  width: 100%;
}

.categories-list table td:first-child {
  text-align: left;
}

.product-estimated-delivery {
  color: #595959 !important;
  font-size: 12px;
}

.product-date {
  font-size: 12px;
  display: inline-block;
  margin: 10px 0;
}

.add-to-bag {
  padding: 8px 30px;
  color: #fff;
  background: #FEAC1C;
  border: 1px solid #FEAC1C;
  border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}

.buy-now {
  padding: 8px 30px;
  color: #fff;
  background: #EB571B;
  border: 1px solid #EB571B;
  border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  display: inline-block;
}

.product-little-text {
  font-size: 14px;
  color: #595959 !important;
}

.product-call {
  color: #484d9f;
}

.product-tabs > .nav-tabs > li > a {
  color: #8c8c8c;
  font-size: 14px;
  background-color: transparent;
}

.product-tabs .tab-content > .tab-pane {
  padding-top: 20px;
}

.td-1 strong {
  font-size: 14px;
}

.td-2 span {
  color: #595959 !important;
  font-size: 14px;
}

.product-desc {
  color: #000;
}

/*********************************************************************************Product****************************************************************/
/*********************************************************************************Login****************************************************************/
.login-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  z-index: 999;
  display: none;
  padding: 15px;
}

.icon-shape {
  display: inline-block;
  padding: 10px 80px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}

.facebook-icon {
  background-color: #545DAD;
}

.google-icon {
  background-color: #D64739;
  padding: 10px 72px;
}

.icon-shape i, .icon-shape span {
  font-size: 20px;
  color: #fff;
}

.login-wrapper .submit-btn {
  background: #4388EA;
  display: inline-block;
  padding: 10px 80px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border: 0;
}

.login-wrapper .submit-btn {
  font-size: 24px;
  color: #fff;
}

.inside-login-wrapper {
  background: transparent;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 400px;
  padding-left: 20px;
  padding-right: 20px;
}

.inside-login-wrapper .container {
  width: 100%;
}

.login-wrapper .r-password, .login-wrapper .remember, .login-wrapper .dont-have {
  font-size: 14px;
}

.inside-login-wrapper .fa-times-circle {
  float: right;
  font-size: 30px;
  margin: 15px 0 0 0;
  cursor: pointer;
}

.btn-block {
  position: relative !important;
  padding-bottom: 33px !important;
  padding-top: 4px !important;
  padding-right: 22px !important;
}

.remove-absolute {
  position: relative !important;
  top: 0;
  right: 0;
  padding: 5px 10px !important;
  height: auto !important;
}

button.close {
  position: absolute;
  top: -22px;
  right: -18px;
  color: #fff;
  opacity: 1;
  border: 1px solid #fff;
  padding: 0px 7px 5px 7px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #000;
  box-shadow: 0px 0px 5px #fff;
  -o-box-shadow: 0px 0px 5px #fff;
  -moz-box-shadow: 0px 0px 5px #fff;
  -ms-box-shadow: 0px 0px 5px #fff;
  -webkit-box-shadow: 0px 0px 5px #fff;
}

.close:focus, .close:hover {
  color: #fff;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

/*********************************************************************************Login****************************************************************/
.dont-have {
  font-size: 13px !important;
}

.pop-submit {
  border: 1px solid #6B5939;
  background: #6B5939;
  color: #fff;
  padding: 3px 15px;
  border-radius: 4px;
  width: 200px;
}

.policy a {
  font-size: 11px;
  color: #ccc;
}

.forgot-pass {
  font-size: 13px;
}

.facebook-btn {
  background-color: #3C5A99;
  border-color: #3C5A99;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.facebook-btn:hover {
  background-color: #526bc8;
  border-color: #526bc8;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.google-btn {
  background-color: #DD4B39;
  border-color: #DD4B39;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.google-btn:hover {
  background-color: #e16151;
  border-color: #e16151;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.form-signin {
  max-width: 350px;
  display: block;
  background-color: #f7f7f7;
  -moz-box-shadow: 0 0 3px 3px #888;
  -webkit-box-shadow: 0 0 3px 3px #888;
  box-shadow: 0 0 3px 3px #888;
  border-radius: 2px;
  position: relative;
}

.main {
  padding: 15px 15px 5px 15px;
  display: block;
}

.social-box {
  margin: 0 auto;
  padding: 24px 38px 24px 38px;
}

.social-box a {
  font-weight: 100;
  font-size: 18px;
  padding: 8px;
}

.login-with {
  font-size: 13px;
}

.social-box a i {
  font-weight: bold;
  font-size: 20px;
}

.heading-desc {
  font-size: 20px;
  font-weight: 100;
  padding: 38px 38px 0px 38px;
  text-align: center;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type=text] {
  margin-bottom: 10px;
  border-radius: 5px;
}

.form-signin input[type=password] {
  margin-bottom: 10px;
  border-radius: 5px;
}

.login-footer {
  background: transparent;
  margin: 0 auto;
  border-top: 1px solid transparent;
  padding: 0px 20px 30px 15px;
}

.login-footer .left-section a {
  font-weight: 100;
  color: #8a8a8a;
  line-height: 19px;
}

.login-footer .checkbox label {
  font-size: 12px;
}

.mg-btm {
  margin-bottom: 20px;
}

#search {
  float: right;
  margin-top: 9px;
  width: 250px;
}

.search {
  padding: 5px 0;
  width: 230px;
  height: 30px;
  position: relative;
  left: 10px;
  float: left;
  line-height: 22px;
}

.search input[type=text] {
  position: absolute;
  width: 200px;
  float: Left;
  margin-left: 210px;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  height: 30px;
  line-height: 18px;
  padding: 0 2px 0 2px;
  border-radius: 1px;
  background: transparent;
  color: #595959;
  right: 0;
  border: 1px solid #595959;
}

/* .search:hover input, .search input:focus {
     width: 200px;
     margin-left: 0px;
 }
 */
.btn {
  height: 30px;
  position: absolute;
  right: 0;
  top: 5px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.search button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #2E2826;
  border-color: #8c8c8c;
}

.top-adjust-navigation {
  position: relative;
  width: 100%;
  text-align: right;
  padding-right: 10px;
}

.adjust-top-search table td {
  padding-right: 7px;
  vertical-align: bottom;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: transparent;
}

.search .fa-search {
  padding-left: 5px;
  padding-right: 5px;
}

.adjust-top-search td a {
  text-decoration: none;
  color: #fff !important;
}

.adjust-top-search td a > i {
  font-size: 20px;
}

.adjust-top-search td .fa {
  font-size: 20px;
  color: #8c8c8c !important;
}

.adjust-top-search td .fa-search {
  font-size: 18px;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 10px;
}

.or-wrapper {
  display: flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: webkit-flex;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
}

.or-two {
  width: 24px;
}

.or-first, .or-three {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.hr-line {
  border: 1px solid #d9d9d9;
  position: relative;
  top: 10px;
}

/************************************************************************contact **************************************/
#same-navigation #logo-and-navigation {
  z-index: 2;
  width: inherit;
  min-height: 1px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background: transparent;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

#same-navigation .search button {
  border-color: #f0f0f0;
  background: #000000;
}

#same-navigation .adjust-top-search span {
  color: #666666;
}

#same-navigation .adjust-top-search a, #same-navigation .adjust-top-search a .fa {
  color: #8c8c8c;
}

#same-navigation .btn-custom {
  position: relative;
}

.load-more {
  border: 1px solid transparent;
  background: #F4F4F4;
  max-width: 500px;
  margin: auto;
  border: 1px solid #e6e6e6;
}

.show-more {
  text-align: center;
  font-size: 13px;
  padding: 5px 15px;
  background: transparent;
  border: transparent;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.load-more:hover {
  background: transparent;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

/**********************************************************************register*********************************************/
.register-form-div {
  max-width: 500px;
  margin-top: 20px;
}

.register-form-div label {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3a3f45;
  margin-bottom: 10px;
}

.register-form {
  padding: 0.8rem 1rem;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  width: 100%;
}

.register-btn {
  padding: 0.8rem 1rem;
  width: 100%;
  background: #6B5939;
  border: 1px solid #6B5939;
  color: #fff;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.register-btn:hover {
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: transparent;
  color: #6B5939;
  borer: 1px solid #6B5939;
}

.register-sign {
  border: 1px solid #6B5939;
  padding: 0.8rem 1rem;
  width: 100%;
  background: transparent;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #3a3f45;
}

.register-sign:hover {
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: #6B5939;
  color: #fff;
  text-decoration: none;
}

/**********************************************************************register*********************************************/
.signin {
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 1px 10px;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.signin:hover {
  color: #000;
  background: #484d9f;
  border: 1px solid #484d9f;
}

.rigister-divider {
  border-left: 1px solid #8c8c8c;
}

.product-little-text ~ p {
  font-size: 14px;
  color: #595959 !important;
}

.col-lg-3.col-md-3.col-sm-3.col-xs-12.col-left {
  display: none;
}

.resale {
  background-image: url(../img/resale-banner.jpg);
  background-position: 0;
  -o-background-position: 0;
  -moz-background-position: 0;
  -webkit-background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  width: 100%;
  height: 100%;
}

.dying {
  background-image: url(../img/slide-033.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  width: 100%;
  height: 100%;
  background-position: 0;
  -o-background-position: 0;
  -moz-background-position: 0;
  -ms-background-position: 0;
  -webkit-background-position: 0;
}

.caption-left {
  text-align: right;
  width: 50%;
  left: 44%;
}

.caption-left .caption-inner-inner span {
  text-align: justify;
}

.rings-background {
  background-repeat: no-repeat;
  background-image: url(http://www.raajewels.com/img/rings-banner.jpg);
  background-size: 100% 100vh;
  -o-background-size: 100% 100vh;
  -moz-background-size: 100% 100vh;
  -ms-background-size: 100% 100vh;
  -webkit-background-size: 100% 100vh;
}

[src="http://raajewels.com/img/logo-xs-1.png"] {
  display: none !important;
}

.fixed_black_background {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #050505;
  z-index: -1;
}

.product-tabs .nav-tabs > li.active > a {
  border: 1px solid #8c8c8c;
  color: #8c8c8c;
}

.product-tabs .nav-tabs {
  border-bottom: 1px solid #8c8c8c;
}

.product-tabs .nav-tabs > li.active > a:hover {
  background: transparent;
}

.product-tabs .nav-tabs > li > a:hover {
  border-color: #8c8c8c;
}

.product-tabs .nav-tabs > li.active > a:focus {
  background: transparent;
}

#same-navigation .golden-color {
  color: #484d9f !important;
}

.eternal {
  position: absolute;
  bottom: 20%;
  right: 5%;
  color: #484d9f;
  font-family: "Gotham-Bold";
}

.eternal > span {
  font-family: "Open-Sans-Light-Italic";
  font-style: italic;
  font-size: 20px;
  color: #fff;
  display: inline-block;
  position: relative;
  left: 185px;
}

.first-internal {
  top: 28%;
  left: 15%;
}

.second-internal {
  top: 28%;
  left: 5%;
}

.third-internal {
  top: 73%;
  left: 46%;
}

.four-internal {
  top: 28%;
  left: 8%;
}

/*******************************************diamond**************************************/
.question {
  border: 1px solid #8c8c8c;
  display: inline-block;
  width: 15px;
  height: auto;
  cursor: pointer;
  text-align: center;
}

.ui-tooltip, .arrow:after {
  background: black;
  border: 2px solid #8c8c8c;
  width: 200px;
  padding: 15px;
}

.second-quet .d-ul li a {
  display: flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-flex;
  width: 75px;
  height: 30px;
  border: 1px solid #8c8c8c;
  justify-content: center;
  -o-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  color: #8c8c8c;
  text-decoration: none;
}

input[type=range] {
  -webkit-appearance: none;
  -moz-apperance: none;
  border-radius: 6px;
  height: 6px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.15, #be9641), color-stop(0.15, #C5C5C5));
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  background-color: #E9E9E9;
  border: 1px solid #CECECE;
  height: 15px;
  width: 15px;
}

.range-text {
  width: 95px;
  height: 20px;
  padding: 0 12px;
}

.float-right {
  float: right !important;
}

.color-ul li a {
  border: 1px solid #8c8c8c;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkitflex;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
  padding: 5px 10px 5px 10px;
  justify-content: center;
  -o-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -o-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  color: #8c8c8c;
  text-decoration: none;
}

.clarity-quet .d-ul li a {
  border: 1px solid #8c8c8c;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkitflex;
  width: 50px;
  height: 30px;
  cursor: pointer;
  text-align: center;
  padding: 5px 10px 5px 10px;
  justify-content: center;
  -o-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -o-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  color: #8c8c8c;
  text-decoration: none;
}

.clear-filter {
  display: none;
}

#advanced-search {
  cursor: pointer;
}

.clarity-quet .d-ul-ajust li a {
  width: 75px;
}

.toggle-selected {
  color: #000 !important;
  background-color: #484d9f;
  border-color: #484d9f;
}

.this_ul li {
  margin-bottom: 15px;
}

.diamond-result {
  font-size: 12px;
}

.first-inner-td a {
  display: block;
  margin: 0;
  padding: 0;
  color: #8c8c8c;
  text-decoration: none;
}

.first-inner-td a i {
  height: 8px;
  display: block;
}

.first-inner-td {
  padding-bottom: 6px;
  padding-right: 5px;
}

.second-inner-td a {
  display: block;
  margin: 0;
  padding: 0;
  color: #8c8c8c;
  text-decoration: none;
}

.second-inner-td a i {
  height: 8px;
  display: block;
}

.second-inner-td {
  padding-bottom: 6px;
  padding-left: 5px;
}

.main-diamond-result-table th {
  padding: 0 5px;
  font-size: 12px;
}

.table > tbody > tr > th {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.main-diamond-result-table td, th {
  font-size: 11px;
  vertical-align: top;
}

.button-view-small {
  cursor: pointer;
  display: flex;
  display: -o-flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  background: #484d9f;
  height: 30px;
  justify-content: center;
  -o-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -o-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#same-navigation .button-view-small {
  color: #000 !important;
}

#same-navigation .button-view-small:hover {
  color: #8c8c8c !important;
  background-color: transparent;
  border: 1px solid #adadad !important;
}

.main-diamond-result-table td {
  vertical-align: middle !important;
}

.main-diamond-result-table {
  border: 1px solid rgba(207, 177, 114, 0.2);
}

.diamond-paging .pagination > li > a, .pagination > li > span {
  border-radius: 50% !important;
  margin: 0 5px;
}

.diamond-paging .pagination > li > a {
  color: #484d9f;
  background: transparent;
  border: transparent;
}

.diamond-paging .pagination > li > a {
  border-radius: 5px !important;
  padding: 4px 8px;
}

.diamond-paging .pagination > .active > a {
  background-color: #484d9f;
  color: #000;
}

.diamond-paging .pagination > li > a:hover {
  background-color: #484d9f;
  color: #000;
}

address a {
  color: #8c8c8c !important;
}

#txtSearch {
  border: 1px solid #8c8c8c;
  width: 200px;
  display: inline-block;
  height: 30px;
}

.search input[name="uc3$ctl00"] {
  background: transparent;
  width: 30px;
}

.diamond-margin-left {
  margin-left: 12.5%;
}

.about-background {
  background-image: url(../img/aboutus.jpg);
  background-position: 100% 100%;
  -o-background-position: 100% 100%;
  -moz-background-position: 100% 100%;
  -webkit-background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
}

.contact-background {
  background-image: url(../img/contact.jpg);
  background-position: 100% 100%;
  -o-background-position: 100% 100%;
  -moz-background-position: 100% 100%;
  -webkit-background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
}

.whystarlite-background {
  background-image: url(../img/whystarlite.jpg);
  background-position: 100% 100%;
  -o-background-position: 100% 100%;
  -moz-background-position: 100% 100%;
  -webkit-background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
}

.GOTHAM-BOLD {
  font-family: "Gotham-Bold";
  color: #000;
}

.remove-absolute-from-footer {
  position: relative !important;
}

.why-golden-background {
  background: #484d9f;
  padding: 15px;
  color: #000;
  max-width: 474px;
}

.contact-left-table > tbody > tr > td {
  vertical-align: top;
  padding: 10px 15px 10px 0;
}

.background-shadow {
  /* background: linear-gradient(to bottom, #cfb172 15%, #fff 50%);
  background: -webkit-linear-gradient(to bottom, #cfb172 15%, #fff 50%);
  background: -moz-linear-gradient(to bottom, #cfb172 15%, #fff 50%);
  background: -ms-linear-gradient(to bottom, #cfb172 15%, #fff 50%);
  background: -o-linear-gradient(to bottom, #cfb172 15%, #fff 50%); */
  padding: 50px;
  margin-bottom: 20px;
}

.contact-btn {
  background: #b86a68;
  padding: 10px 15px;
  border: 1px solid #b86a68;
  width: 100%;
  margin-top: 15px;
  color: #fff;
  border-radius: 4px;
  font-family: "Gotham-Bold";
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.contact-btn:hover {
  background: transparent;
  border: 1px solid #b86a68;
  color: #b86a68;
}

.border-left {
  border-left: 1px solid #ccc;
  padding-left: 80px;
}

.contact-left-table > tbody > tr > td > strong {
  color: #000;
}

.margin-top-80 {
  margin-top: 80px;
}

.contact-all-text, .contact-all-text input, .contact-all-text ::placeholder, .contact-all-text textarea {
  color: #000;
}

.contact-all-text input, .contact-all-text textarea {
  border: 1px solid #b86a68;
}

#stvideo {
  width: 100%;
  height: auto;
}

.form-control::placeholder, .form-control {
  color: #b86a68 !important;
}

/**************************************pop***************************/
.pop-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
}

.pop-inner {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 500px;
  height: 486px;
  background-color: #000;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  overflow-y: auto;
  border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
}

.pop-header {
  color: #484d9f;
  font-weight: 800;
  background: #000;
}

.pop-header h2 {
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
}

.custom-table {
  margin-bottom: 0;
  border-left: 1px solid transparent !important;
}

.custom-table > thead > tr > th {
  color: #fff;
}

.custom-table > tbody > tr > td {
  width: 25%;
  color: #fff;
  border-left: 1px solid transparent;
}

.custom-table > tbody > tr > td:last-child {
  border-right: 1px solid transparent;
}

.custom-table > tbody > tr > td:first-child {
  border-le: 0px solid #737373;
}

.custom-table > tbody > tr > td > p {
  margin-bottom: 0;
}

.custom-table > thead > tr > th {
  border-bottom-width: 0;
  border-top: 0px solid #737373;
  color: #e4d6b4;
}

.table-bordered > thead > tr > th {
  border-top: 1px solid transparent !important;
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
}

.table-bordered > thead > tr > th:first-child {
  border-right: 1px solid #4d4d4d !important;
}

.note {
  margin-bottom: 0;
  padding: 15px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 3px;
  width: 15px;
  z-index: 1;
  background: #484d9f;
}

.pop-body {
  padding: 5px 20px 0 20px;
}

.btnn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  background-color: #484d9f;
  font-weight: bold;
  border: 1px solid #484d9f;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.btnn:hover {
  background: transparent;
  color: #484d9f;
}

.custom-table {
  border: 1px solid transparent;
}

.table-bordered > tbody > tr > td {
  border: 1px solid #4d4d4d;
  border-left: 1px solid transparent;
  border-bottom: 1px solid #4d4d4d;
}

table > thead:first-child > tr > th {
  Font-family: "Roboto", sans-serif;
  font-size: 18px;
}

.whystarlite-pop-wrapper {
  top: 63px;
  position: relative;
  width: 500px;
  height: 486px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
}

.whystarlite-pop-wrapper .pop-inner {
  top: 0;
}

.close-btn-animation, .pop-header-animition, .btnn-animation, .pop-body-animation {
  opacity: 0;
}

.vertical-align {
  margin: 0;
  padding: 0;
  list-style: circle;
  padding-left: 15px;
}

.vertical-align > li {
  line-height: 30px;
}

.close-btn-animation, .btnn-animation-wrapper {
  display: none;
}

.whystarlite-pop-wrapper, .whystarlite-pop-wrapper .pop-inner {
  height: 405px;
}

.why-golden-background strong {
  font-size: 18px;
}

.margin-top-78 {
  margin-top: 73px;
}

/**************************************pop***************************/
.white {
  color: #fff !important;
  text-shadow: 3px 3px 5px #b86a68;
  -o-text-shadow: 3px 3px 5px #b86a68;
  -moz-text-shadow: 3px 3px 5px #b86a68;
  -ms-text-shadow: 3px 3px 5px #b86a68;
  -webkit-text-shadow: 3px 3px 5px #b86a68;
}

.golden-color-color {
  color: #b86a68;
}

.hr-offer {
  margin-top: 10px;
  margin-bottom: 2px;
  border-top: 1px solid rgba(76, 60, 26, 0.5);
}

.contact-email {
  color: #b86a68;
}

.contact-email:hover {
  color: #b86a68;
}

[href="http://spakcomm.com/"] {
  color: rgba(255, 255, 255, 0.06) !important;
}

.fa-facebook-square, .fa-instagram {
  display: none;
}

body .logo-menu-wrapper {
  position: fixed;
  z-index: 1;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  left: 50%;
  top: 50px;
}

body .logo-menu-wrapper .menu {
  display: inline-block;
  width: 40px;
  cursor: pointer;
  position: relative;
  top: 50px;
  fill: #b86a68;
}

body .expand-menu-wrapper {
  background-color: #b86a68;
  position: fixed;
  z-index: 999;
  width: 50%;
  height: inherit;
  top: 0;
  right: 0;
  display: none;
}

body .close-pop {
  width: 30px !important;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

body .expand-menu-wrapper .menu-wrapper {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  width: 500px;
  min-height: 1px;
}

body .expand-menu-wrapper .menu-wrapper > ul {
  list-style: none;
  padding: 0 0;
  margin: 0 0;
}

body .expand-menu-wrapper .menu-wrapper > ul li {
  line-height: 60px;
}

body .expand-menu-wrapper .menu-wrapper > ul li > a {
  font-family: "monsterra-extra-bold";
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
}

body .enqueries {
  font-family: "monsterra-semi-bold";
  font-size: 18px;
  color: #fff;
}

.m-t-10 {
  margin-top: 10px;
}

.sign-in {
  color: #fff;
}

.m-t-100 {
  margin-top: 100px;
}

.logo-same-menu-wrapper {
  position: relative !important;
  transform: none !important;
  left: 0 !important;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .container {
    max-width: none;
  }

  .navbar-toggle {
    border: 1px solid #b86a68;
  }

  .navbar-toggle .icon-bar {
    background-color: #b86a68;
  }

  body .expand-menu-wrapper {
    width: 100%;
  }

  .background-shadow {
    padding: 0;
  }

  .border-left {
    border: 1px solid transparent;
    padding-left: 15px;
  }

  .pop-header h2 {
    font-size: 18px;
  }

  .whystarlite-pop-wrapper {
    width: 100%;
  }

  table > thead:first-child > tr > th {
    font-size: 15px;
  }

  .pop-inner {
    width: 100%;
  }

  /* .eternal, .eternal span, */
  .carousel-indicators {
    display: none;
  }

  .navbar-nav li {
    display: block;
  }

  .inner, .navbar-nav {
    float: left;
  }

  .inner {
    padding-left: 15px;
  }

  .top-adjust-navigation {
    text-align: left;
  }

  .navbar-default {
    margin-top: 0;
  }

  #logo-and-navigation {
    padding-top: 0;
  }

  [src="img/logo.png"] {
    width: 90px;
    position: relative;
    right: 0;
    top: 0;
  }

  body .logo-menu-wrapper .menu {
    top: 0;
  }

  body .logo-menu-wrapper {
    top: 20px;
  }

  .navbar-toggle {
    margin-top: 22px;
  }

  .img-1 {
    background-image: url(../img/mob/img-1.png);
  }

  .img-2 {
    background-image: url(../img/mob/img-2.png);
  }

  .img-3 {
    background-image: url(../img/mob/img-3.png);
  }

  .img-4 {
    background-image: url(../img/mob/img-4.png);
  }

  .first-internal {
    font-size: 30px;
  }

  .eternal > span {
    left: 22px;
    top: 23px;
    font-size: 15px;
  }

  .navbar-default .navbar-collapse {
    background: rgba(77, 77, 77, 0.6);
  }

  .signin {
    position: relative;
    top: 10px;
  }

  .third-internal {
    top: 41%;
    left: 32%;
  }
}
.navbar {
  min-height: 120px;
  margin-bottom: 10px;
  background-color: #cba463;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  padding: 0 30px;
}

.nav > li > a, .navbar-brand {
  color: #fff;
  font-family: "monsterra-semi-bold";
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  padding: 10px 10px;
  text-transform: uppercase;
}

.nav > li > a:focus, .nav > li > a:hover {
  background-color: transparent;
}

.navbar-nav li {
  position: relative;
}

.navbar-nav li:last-child::after {
  width: 0;
}

.logo {
  cursor: pointer;
}

.home-three-item {
  text-align: center;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  padding: 50px 50px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.home-three-item .svg-wrapper {
  margin-bottom: 10px;
  text-align: center;
}

.home-three-item .svg {
  width: 60px;
  height: 60px;
  background-color: #b86a68;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.home-three-item .svg > svg {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  fill: #fff;
}

.home-three-item > strong {
  display: block;
  margin-bottom: 10px;
  color: #000;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.home-three-item > p {
  margin-bottom: 0;
  color: #000;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.home-three-item:hover {
  background-color: #b86a68;
  box-shadow: 0px 0px 5px rgba(89, 89, 89, 0.5);
}

.home-three-item:hover .svg {
  background-color: #fff;
}

.home-three-item:hover .svg > svg {
  fill: #b86a68;
}

.home-three-item:hover strong, .home-three-item:hover p {
  color: #fff;
}

.over-two-decade {
  margin: 80px auto;
}

.over-two-decade h2 {
  color: #000;
}

.over-two-decade p {
  color: #000;
  margin-bottom: 50px;
}

.two-decade-list {
  padding: 0 0;
  list-style: none;
  margin: 0 0;
}

.two-decade-list > li {
  margin-bottom: 10px;
  font-size: 16px;
}

.two-decade-list table {
  width: 100%;
}

.two-decade-list table > tbody > tr > td > p {
  margin: 0 0;
  padding-left: 5px;
}

.arrow-wrapper {
  border: 2px solid #000;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: relative;
}

.arrow-wrapper svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

footer {
  background: #cba463;
  padding: 20px 15px;
  color: #fff;
  font-size: 13px;
}

footer a, footer a:hover, footer a:focus, footer a:active {
  color: #bbb;
}

[src="img/mob/logo.png"] {
  width: 50px;
  display: block;
  margin-bottom: 10px;
}

footer .list {
  list-style: none;
  padding: 0 0;
  margin: 0 0;
}

footer .list > li {
  margin-bottom: 10px;
}

.footer-table svg {
  width: 20px;
  height: 20px;
  fill: #bbb;
  display: block;
  margin-right: 10px;
}

.footer-table td {
  padding-bottom: 15px;
}

.after-footer {
  padding: 20px 0;
}

.after-footer p, .after-footer a {
  margin: 0 0;
  color: #000 !important;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.footer-above-wrapper {
  min-height: calc(100vh - 138px);
}

.top-social-link {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
  font-family: "monsterra-semi-bold";
  margin-top: 40px;
}

.top-social-link > li {
  display: inline-block;
}

.top-social-link > li > a {
  color: #fff;
  padding: 10px 10px;
}

.full-img {
  width: 100%;
  height: auto;
}

.carousel-control.left,
.carousel-control.right {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background-image: none;
}

.carousel-control.left > svg, .carousel-control.right > svg {
  width: 40px;
  height: 40px;
  fill: #fff;
}

.after-carousel {
  width: 100%;
  min-height: 0;
  height: 0;
  background-color: #b86a68;
}

.footer-link {
  list-style: none;
  padding: 0 0;
  margin: 0 0;
  text-align: center;
}

.footer-link > li {
  display: inline-block;
}

.footer-link > li > a {
  color: #fff;
  display: block;
  padding: 5px 15px;
  text-transform: uppercase;
}

.footer-social-link {
  list-style: none;
  padding: 0 0;
  margin: 0 0;
  text-align: center;
  margin: 10px 0 0 0;
}

.footer-social-link > li {
  padding: 0 10px;
}

.footer-social-link svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.copyright {
  color: #fff;
  margin: 15px 0 0 0;
}

.main-home-wrapper {
  padding: 50px 0;
  background-color: #000;
  color: #fff;
}

.text-decoration {
  text-decoration: underline;
}

.a-diamond {
  font-family: "monsterra-regular";
  font-size: 18px;
}

.m-t-30 {
  margin-top: 30px !important;
}

#right-col > img {
  height: inherit;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.social-links {
  width: 100%;
  text-align: right;
  list-style: none;
  padding: 0 0;
  margin: 0 0;
  margin-top: 20px;
}

.social-links > li {
  display: inline-block;
  position: relative;
}

.social-links > li > a {
  display: inline-block;
  padding: 10px 10px;
  color: #fff;
  font-family: "monsterra-semi-bold";
  font-size: 14px;
}

.social-links > li > a > svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 6px;
  fill: #fff;
}

.social-links > li::after {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 2px;
  height: 15px;
  background: #fff;
}

.social-links > li:nth-child(1)::after, .social-links > li:nth-child(2)::after {
  width: 0;
}

.social-links > li:last-child::after {
  width: 0;
}

[src="img/2.jpg"], [src="img/3.jpg"], [src="img/4.jpg"] {
  border: 1px solid #b86a68;
}

.sign-in {
  display: inline-block;
  font-size: 18px;
  margin-right: 15px;
  background: #000;
  padding: 10px 15px;
  color: #fff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  margin-top: 30px;
}

.social-link {
  list-style: none;
  padding: 0 0;
  margin: 0 0;
}

.social-link > li {
  display: inline-block;
  margin-right: 15px;
}

.social-link > li > a {
  font-family: "monsterra-extra-bold";
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
}

.social-link > li > a > svg {
  width: 25px;
  height: 25px;
}

.home-mob-nav {
  display: none;
}

@media (max-width: 767px) {
  [src="img/white-logo.png"] {
    width: 90px;
  }

  .navbar {
    padding: 0 0;
    min-height: 80px;
  }

  .home-menu {
    border: 1px solid #fff;
  }

  .home-menu > span {
    background-color: #fff !important;
  }

  .carousel {
    height: auto;
  }

  .carousel-caption h3 {
    font-size: 20px;
  }

  .carousel-caption {
    top: 50%;
    bottom: auto;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }

  [src="img/4.jpg"] {
    margin-top: 30px;
  }

  .logo-menu-wrapper {
    top: 15px;
  }

  .logo-same-menu-wrapper {
    margin-bottom: 30px;
  }

  .footer-above-wrapper {
    min-height: auto;
  }

  .contact-left-table > tbody > tr > td {
    padding: 10px 15px 0px 0;
  }

  .home-mob-nav {
    list-style: none;
    padding: 0 0;
    margin: 0 0;
    background-color: #cba463;
    margin-top: 1px;
    display: none;
  }

  .home-mob-nav > li {
    padding: 10px 15px;
  }

  .home-mob-nav > li > a {
    color: #fff;
  }

  .mob-home-social-links {
    list-style: none;
    padding: 0 0;
    margin: 0 0;
    width: 100%;
  }
  .mob-home-social-links > li {
    display: inline-block;
    width: 50px;
  }
  .mob-home-social-links > li > a {
    display: inline-block;
    color: #fff;
  }
  .mob-home-social-links > li > a > svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    position: relative;
    top: 5px;
  }
}

/*# sourceMappingURL=style.css.map */
