﻿/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url('/Content/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('/Content/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('/Content/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('/Content/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.285714286em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857143em;
  width: 2.142857143em;
  top: 0.142857143em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.857142857em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: white;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-whatsapp:before {
  content: "\f232";
}
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: yellow;
  color: black;
}
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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: black !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 #999999;
    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: white !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: black !important;
  }
  .label {
    border: 1px solid black;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dddddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: 'Titillium Web', 'sans-serif';
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: white;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16.1px;
  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: #999999;
}
.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: 'Titillium Web', '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: #999999;
}
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 #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1025px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
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: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  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;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.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-left: 15px;
  padding-right: 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.333333333%;
}
.col-xs-2 {
  width: 16.666666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.333333333%;
}
.col-xs-5 {
  width: 41.666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.333333333%;
}
.col-xs-8 {
  width: 66.666666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.333333333%;
}
.col-xs-11 {
  width: 91.666666667%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333%;
  }
  .col-sm-2 {
    width: 16.666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.333333333%;
  }
  .col-sm-5 {
    width: 41.666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333%;
  }
  .col-sm-8 {
    width: 66.666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.333333333%;
  }
  .col-sm-11 {
    width: 91.666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.333333333%;
  }
  .col-sm-push-2 {
    left: 16.666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.333333333%;
  }
  .col-sm-push-5 {
    left: 41.666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333%;
  }
  .col-sm-push-8 {
    left: 66.666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.333333333%;
  }
  .col-sm-push-11 {
    left: 91.666666667%;
  }
  .col-sm-pull-1 {
    right: 8.333333333%;
  }
  .col-sm-pull-2 {
    right: 16.666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.333333333%;
  }
  .col-sm-pull-5 {
    right: 41.666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333%;
  }
  .col-sm-pull-8 {
    right: 66.666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.333333333%;
  }
  .col-sm-pull-11 {
    right: 91.666666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.666666667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .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.333333333%;
  }
  .col-md-2 {
    width: 16.666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.333333333%;
  }
  .col-md-5 {
    width: 41.666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333%;
  }
  .col-md-8 {
    width: 66.666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.333333333%;
  }
  .col-md-11 {
    width: 91.666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333333%;
  }
  .col-md-push-2 {
    left: 16.666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.333333333%;
  }
  .col-md-push-5 {
    left: 41.666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333%;
  }
  .col-md-push-8 {
    left: 66.666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.333333333%;
  }
  .col-md-push-11 {
    left: 91.666666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333333%;
  }
  .col-md-pull-2 {
    right: 16.666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.333333333%;
  }
  .col-md-pull-5 {
    right: 41.666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333%;
  }
  .col-md-pull-8 {
    right: 66.666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.333333333%;
  }
  .col-md-pull-11 {
    right: 91.666666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.666666667%;
  }
}
@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.333333333%;
  }
  .col-lg-2 {
    width: 16.666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.333333333%;
  }
  .col-lg-5 {
    width: 41.666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333%;
  }
  .col-lg-8 {
    width: 66.666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.333333333%;
  }
  .col-lg-11 {
    width: 91.666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333333%;
  }
  .col-lg-push-2 {
    left: 16.666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.333333333%;
  }
  .col-lg-push-5 {
    left: 41.666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333%;
  }
  .col-lg-push-8 {
    left: 66.666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.333333333%;
  }
  .col-lg-push-11 {
    left: 91.666666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333333%;
  }
  .col-lg-pull-2 {
    right: 16.666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.333333333%;
  }
  .col-lg-pull-5 {
    right: 41.666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333%;
  }
  .col-lg-pull-8 {
    right: 66.666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.333333333%;
  }
  .col-lg-pull-11 {
    right: 91.666666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.666666667%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.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 #dddddd;
}
.table .table {
  background-color: white;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: whitesmoke;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: whitesmoke;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: white;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  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;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333333;
  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: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: white;
  border: 1px solid #cccccc;
  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,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(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: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  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;
  vertical-align: middle;
  font-weight: normal;
  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;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.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;
  border-color: #b94a48;
  background-color: #f2dede;
}
.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;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.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;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 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 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.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;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -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 {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  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: white;
  border-color: #cccccc;
}
.btn-primary {
  color: white;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  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: white;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: white;
  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: white;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: white;
  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: white;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: white;
  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: white;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: white;
  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 {
  color: #428bca;
  font-weight: normal;
  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: #999999;
  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-left: 0;
  padding-right: 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 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/Content/fonts/glyphicons-halflings-regular.eot');
  src: url('/Content/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/Content/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.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 black;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  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;
  list-style: none;
  font-size: 14px;
  background-color: white;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: white;
  background-color: #428bca;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid black;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 1025px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
    /*.pull-right > .dropdown-menu;*/
  
  }
}
.btn-default .caret {
  border-top-color: #333333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: white;
}
.dropup .btn-default .caret {
  border-bottom-color: #333333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: white;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.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 {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: white;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: white;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: white;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: white;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}
.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.navbar:after {
  clear: both;
}
@media (min-width: 1025px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.navbar-header:after {
  clear: both;
}
@media (min-width: 1025px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  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 {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1025px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1025px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 1025px) {
  .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: 1025px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.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: 1025px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  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: 1025px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1025px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .navbar-left {
    float: left;
    float: left !important;
  }
  .navbar-right {
    float: right;
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 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);
  margin-top: 8px;
  margin-bottom: 8px;
}
@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;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 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: 1025px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 1025px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: white;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: white;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: white;
  border-bottom-color: white;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: white;
  border-bottom-color: white;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: white;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: white;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: whitesmoke;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: white;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: white;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: white;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: white;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: gray;
}
.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;
  color: white;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: white;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.142857144;
  color: inherit;
  background-color: #eeeeee;
}
.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-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #428bca;
}
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.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 {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  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: white;
  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 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: whitesmoke;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: white;
  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: white;
  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 {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table {
  border-top: 1px solid #dddddd;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: whitesmoke;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.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 #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: whitesmoke;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: white;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #fbeed5;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}
.panel-danger {
  border-color: #eed3d7;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  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: #dddddd;
  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: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.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 {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: white;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -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;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: black;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.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 {
    left: 50%;
    right: auto;
    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;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: black;
  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-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  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);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #eaeaea;
  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 {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: white;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: white;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: white;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: white;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.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 {
  left: auto;
  right: 0;
  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: white;
  text-decoration: none;
  opacity: 0.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%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid white;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: white;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  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 {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.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-family: 'Source Sans Pro', sans-serif;*/
/*@font-family: 'Titillium Web', sans-serif;*/
/*@font-family: FuturaMedium, Futura, 'Trebuchet MS', sans-serif;*/
/*@header-font: 'Copperplate Gothic';*/
/*added*/
/*variable START*/

/*@import "kreeli-variable.less";
@import "font-awesome/font-awesome.less";*/

@font-face {
  font-family: 'icomoon';
  src: url('/Content/fonts/icomoon.eot?-6elr6t');
  src: url('/Content/fonts/icomoon.eot?#iefix-6elr6t') format('embedded-opentype'), url('/Content/fonts/icomoon.ttf?-6elr6t') format('truetype'), url('/Content/fonts/icomoon.svg?-6elr6t#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}
.icon-cart:before {
  content: "\e600";
}
.navbar-header .icon-cart {
  font-size: 15px;
}
.font-awesome {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background-color: #eaeaea;
  border-left: 1px solid #cccccc;
}
::-webkit-scrollbar-thumb {
  background-color: #cccccc;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #aaaaaa;
}
@font-face {
  font-family: 'Copperplate Gothic';
  src: url(fonts/COPRGTL.TTF);
}
* {
  margin: 0;
  padding: 0;
}
/*variable END*/

body {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  color: #6e7276 !important;
  /*-webkit-text-stroke-width: @width;
    -webkit-text-stroke-color: @color;
    -webkit-text-fill-color: @color;*/

  -webkit-font-smoothing: antialiased;
  font-size: 13px;
}
a {
  color: #57575b;
  /*-webkit-text-stroke-width: @width;
    -webkit-text-stroke-color: @color;
    -webkit-text-fill-color: @color;*/

  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  /*-webkit-text-stroke-width: @width;
    -webkit-text-stroke-color: @color;
    -webkit-text-fill-color: @color;*/

  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
}
/*h4, .h4 {
    font-size:@bodyFontsizeXXX;
    color:@headerFontColor;
    font-weight:700
}*/

body {
  font-size: 13px;
}
.body-heightlight {
  font-size: 12px;
  font-weight: 500;
}
.caption {
  font-size: 12px;
}
h1 {
  font-size: 26px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
  margin: 25px 0 0 0;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
  color: #2b2b2b;
}
h4 {
  font-size: 14px;
  font-weight: 500;
  color: #2b2b2b;
}
h5 {
  font-size: 15px;
  font-weight: 500;
}
h6 {
  font-size: 14px;
  font-weight: 500;
}
input[type=text].form-control,
input[type=password].form-control {
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: 0px;
}
.btn.button {
  border-radius: 0;
  -webkit-box-shadow: 0;
  /*.set-thick-border(@btn-border-col);*/
  background-color: #174769;
  color: white;
  /*-webkit-text-stroke-width: @width;
    -webkit-text-stroke-color: @color;
    -webkit-text-fill-color: @color;*/

  padding: 3px 25px;
  font-size: 14px;
}
.btn.button:hover,
.btn.button:focus {
  background-color: #0e5486;
}
.btn.button:active {
  background-color: #174769;
  color: white;
}
button.select-dropdown {
  text-align: left;
  background: #eaeaea;
  border-radius: 0;
  -webkit-box-shadow: 0;
  font-size: 14px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  width: 100%;
  /*border: 1px solid @gray-middark;*/

}
.open button.select-dropdown {
  background: white;
  border-color: #eaeaea;
}
.select-dropdown span.caret {
  border: none;
  color: #888888;
  /*-webkit-text-stroke-width: @width;
    -webkit-text-stroke-color: @color;
    -webkit-text-fill-color: @color;*/

  font-size: 30px;
  /*margin-top: -3px;*/
  vertical-align: top;
  float: right;
  width: auto;
  height: auto;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 1px;
  right: 10px;
}
.select-dropdown span.caret:before {
  content: "\f107";
}
.open .select-dropdown span.caret:before {
  content: "\f106";
}
button.select-dropdown:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  /*border-color: transparent;*/

}
.dropdown-menu.list-dropdown {
  border-radius: 0px;
  -webkit-box-shadow: 0px;
  /*left: 5px;*/
  min-width: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  top: initial;
  margin-top: 0px;
  border: none;
  width: 100%;
  max-height: 350px;
  overflow: auto;
  border: 1px solid #eaeaea;
  border-top: 0px;
  z-index: 1044;
}
.dropdown-menu.list-dropdown:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #dbdbdb;
  position: absolute;
  content: '';
  top: -10px;
  left: 20px;
}
.dropdown-menu.list-dropdown > li > a {
  color: #a5a7a7;
  /*-webkit-text-stroke-width: @width;
    -webkit-text-stroke-color: @color;
    -webkit-text-fill-color: @color;*/

  padding: 6px 2px;
  margin: 0px 20px;
  border-bottom: 1px solid #cccccc;
}
.dropdown-menu.list-dropdown > li:last-child a {
  border-bottom: none;
}
.dropdown-menu.list-dropdown > li > a:hover,
.dropdown-menu.list-dropdown > li > a:focus {
  color: #2b2b2b;
  text-decoration: none;
  outline: 0;
  background-color: transparent;
  /*-webkit-text-stroke-width: @width;
    -webkit-text-stroke-color: @color;
    -webkit-text-fill-color: @color;*/

}
b.caret:before {
  content: "\f107";
}
.img-responsive {
  margin: auto;
}
.box h3 {
  font-family: 'Roboto Slab', serif !important;
  /*-webkit-text-stroke-width: @width;
    -webkit-text-stroke-color: @color;
    -webkit-text-fill-color: @color;*/

}
/*.home-wrapper div.container {
    padding:0
}*/

/*Header Start*/

.kreeli-header {
  /*background: url(/content/images/header-bg.jpg) repeat transparent;*/
  background-color: white;
  margin: 0;
  padding: 0;
  float: left;
}
.kreeli-header a {
  color: #57575b !important;
  font-size: 15px;
  /*.stroke(@darkColor);*/

  /*font-weight: @thick-fontwt;*/

}
.kreeli-seperator {
  padding: 0 5px;
  font-size: 15px;
}
.kreeli-header-container {
  padding-left: 0;
}
.kreeli-call-wrapper .kreeli-callno {
  display: inline-block;
  float: left;
}
.kreeli-call-wrapper .kreeli-call {
  float: left;
}
.kreeli-call-wrapper .imgcallno {
  padding: 3px 4px;
  width: 30px;
}
.kreeli-call-wrapper .imgcallme {
  padding: 3px 4px;
  width: 27px;
}
.kreeli-call-wrapper .kreeli-callno-content {
  width: 151px;
  margin-top: 4px;
}
.kreeli-call-wrapper .kreeli-callme-content {
  width: 130px;
  margin-top: 4px;
}
.kreeli-call-wrapper .kreeli-callme-text,
.kreeli-call-wrapper .kreeli-call-no {
  font-size: 15px;
  margin: 5px;
  color: #57575b !important;
}
.header-row {
  margin-top: 20px;
}
.header-row ul {
  margin: 0;
  float: left;
  padding-bottom: 10px;
}
.kreeli-logo {
  margin-top: -63px;
}
.kreeli-logo a {
  display: block;
  float: none;
  background: url(/content/images/kreeli-logo.png) no-repeat transparent;
  width: 145px;
  height: 83px;
  margin: 15px auto 15px;
}
.kreeli-header {
  width: 100%;
}
/*.dropdown:hover .dropdown-menu {
    display: block;
}*/

/*menu start*/

.navbar-nav > li {
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
}
.navbar-nav > li > .dropdown-menu.drop-menu {
  /*margin-top: -3px;*/
  background: white;
}
.navbar-brand {
  background: url(/content/images/home/kreeli-dil.png) no-repeat center transparent;
  height: 36px;
  width: 37px;
  margin-top: 7px;
  margin-right: 7px;
}
div.dropdown-menu.drop-menu {
  border-width: 0px 1px 1px 1px;
  border-color: #cccccc;
  /*width: 100%;*/

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-box-shadow: 0;
  padding: 0px;
  opacity: 0;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -moz-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  display: block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: auto;
  /*transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;*/

}
.open div.dropdown-menu.drop-menu {
  opacity: 1;
  box-shadow: 0 10px 25px rgba(221, 221, 221, 0.63);
}
.drop-menu ul {
  float: left;
  width: 100%;
  /*margin-right: 15px;*/

}
/*.sub-menu-hd li:first-child .sub-menu-wrapper {
    padding-top: 4px;
}
.sub-menu-hd li:last-child .sub-menu-wrapper {
      padding-bottom: 4px;
}*/

.sub-menu-wrapper {
  display: none;
  position: absolute;
  left: 100%;
  top: -1px;
  /*min-width:170px;*/
  /*padding-top: 4px;*/
  background: white;
  border: 1px solid #dddddd;
  box-shadow: 0 10px 25px rgba(221, 221, 221, 0.63);
}
.navbar {
  border-bottom: 0;
}
.navbar-inverse .navbar-nav > li > a {
  border: 1px solid transparent;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0px 1px;
}
.navbar-inverse .navbar-nav > .open > a {
  border: 1px solid #dddddd;
  border-bottom-color: #eaeaea;
}
.sub-menu-wrapper ul li {
  padding: 10px;
  float: left;
  width: 100%;
}
li.sub-menu-hd:first-child .sub-menu-wrapper {
  top: 0px;
}
li.sub-menu-hd:first-child .sub-menu-wrapper ul li:first-child {
  padding-top: 9px;
}
.sub-menu-wrapper ul li a {
  display: inline-block;
  margin: 0 10px;
  white-space: nowrap;
}
.sub-menu-wrapper ul li:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}
b.showmenu {
  /*font-size: 17px;*/
  /*display: none;*/
  /*position: absolute;*/
  right: 4px;
  top: 10px;
  float: right;
}
.open > .dropdown-menu.drop-menu {
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
.live-chat .chat-options {
  display: block;
}
.live-chat .chat-wrapper {
  border-width: 0px 0px 1px 1px;
  border-color: #cccccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-box-shadow: 0;
  /*padding: 20px 0;*/
  opacity: 0;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  display: block;
  -moz-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  right: auto;
  top: 100%;
  bottom: auto;
  position: absolute;
  margin: -1px 0 0px -1px;
  z-index: 1000;
}
/*.ul-live-chat {
    opacity: 0;
    display: block;
    bottom: auto;
    position: relative;   
    z-index: 1000;
}*/

.open.live-chat .chat-wrapper {
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  box-shadow: 0 10px 25px rgba(221, 221, 221, 0.63);
  margin-left: 1px;
}
.sub-menu-hd a {
  color: #515151 !important;
  /*-webkit-text-stroke-width: @width;
    -webkit-text-stroke-color: @color;
    -webkit-text-fill-color: @color;*/

  font-weight: 400;
}
.drop-menu a:hover {
  text-decoration: none;
}
.drop-menu li {
  padding: 5px 0;
}
.drop-menu li:hover {
  background-color: #eaeaea;
}
div.navbar {
  border-radius: 0px;
  margin-bottom: 0px;
  /*z-index: 1042;*/

}
.navbar-inverse {
  background-color: #174769 !important;
}
.index .navbar-inverse .navbar-brand,
.index .navbar-inverse .navbar-nav > li > a {
  font-size: 14px;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  color: white !important;
  /*-webkit-text-stroke-width: @width;
    -webkit-text-stroke-color: @color;
    -webkit-text-fill-color: @color;*/

  padding-right: 21px;
  font-size: 13px;
  letter-spacing: 1px;
}
.drop-menu a {
  color: #57575b !important;
  -webkit-font-smoothing: antialiased;
  /*-webkit-text-stroke-width: @width;
    -webkit-text-stroke-color: @color;
    -webkit-text-fill-color: @color;*/

}
.index .drop-menu .sub-menu-hd a {
  font-size: 14px;
  height: 30px;
  display: block;
  line-height: 30px;
}
.drop-menu .sub-menu-hd a {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}
.nav > li {
  position: initial !important;
}
div.navbar-inverse {
  border-color: transparent;
  border-right: 0px;
  z-index: 1045;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #eaeaea;
  color: #57575b !important;
  /*-webkit-text-stroke-width: @width;
    -webkit-text-stroke-color: @color;
    -webkit-text-fill-color: @color;*/

}
b.caret {
  margin-right: 6px;
  margin-left: 6px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  color: white;
  /*-webkit-text-stroke-width: @width;
    -webkit-text-stroke-color: @color;
    -webkit-text-fill-color: @color;*/

  /*font-size: 30px;*/
  margin-top: 4px;
  vertical-align: top;
}
b.caret:before {
  content: "\f107";
}
.navbar-inverse .navbar-nav > .open > a b.caret:before,
.navbar-inverse .navbar-nav > .open > a:hover b.caret:before,
.navbar-inverse .navbar-nav > .open > a:focus b.caret:before {
  content: "\f106";
  color: #174769;
  /*-webkit-text-stroke-width: @width;
    -webkit-text-stroke-color: @color;
    -webkit-text-fill-color: @color;*/

}
.menu-image {
  border: 3px solid #57575b;
}
.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1043;
}
/*menu end*/

/*Header END*/

/*FeedBack*/

.feedback footer {
  margin-top: 30px;
}
.feedback footer img.user-img {
  border-radius: 25px;
  width: 50px;
  float: left;
}
.feedback blockquote {
  padding: 0;
  border: 0;
}
.feedback footer p {
  display: block;
  margin-top: 20px;
  float: left;
  margin-left: 10px;
  font-size: 13px;
}
.feedback-footer .user {
  font-size: 40px;
  color: lightgray;
  float: left;
}
.feedback .commentbox {
  padding: 15px 15px 30px 15px;
  background-color: #efefef;
  min-height: 105px;
}
ul.flex-direction-nav a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  /*line-height: inherit;*/
  content: "\f104";
  opacity: 0.7;
}
ul.flex-direction-nav a.flex-next:before {
  content: "\f105";
}
.feedback ul.flex-direction-nav a {
  top: -20px;
}
.feedback ul.flex-direction-nav a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  font-size: 25px;
}
.feedback ul.flex-direction-nav a.flex-next:before {
  content: "\f105";
}
.feedback ul.flex-direction-nav a.flex-next {
  right: 0px;
}
.feedback ul.flex-direction-nav .flex-prev {
  right: 30px;
  left: inherit;
}
.tip {
  position: relative;
}
.tip:before {
  position: absolute;
  display: inline-block;
  border-bottom: 25px solid transparent;
  border-top: 25px solid white;
  content: '';
}
.tip:after {
  position: absolute;
  display: inline-block;
  border-bottom: 12px solid transparent;
  border-top: 12px solid white;
  content: '';
}
.tip.commentbox:before {
  border-top: 25px solid transparent;
  border-right: 25px solid white;
  border-bottom: 9px solid transparent;
  border-top-color: #efefef;
  left: 9%;
  top: 100%;
}
.tip.commentbox:after {
  border-top: 12px solid transparent;
  border-right: 0px solid white;
  border-bottom: 12px solid transparent;
  left: 10%;
  top: 100%;
}
/*FeedBack END*/

/*News START*/

.footer-wrapper h4 {
  font-weight: 700;
  color: #2b2b2b;
}
.news h4 {
  padding-bottom: 10px;
  color: #2b2b2b;
}
.footer-header-menu {
  float: left;
  width: 100%;
}
.footer-header-menu h3,
.subscribe h3,
.social-lnk h3 {
  border: none;
}
.footer-header-menu a.pull-right {
  margin-top: 10px;
  font-size: 30px;
}
.footer-header-menu a.pull-right:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
}
.footer-header-menu.active a.pull-right:before {
  content: "\f106";
}
.news img {
  margin-right: 10px;
}
blockquote p {
  font-size: 15.5px;
  font-weight: 400;
}
/*News END*/

div.evaluate-wrapper {
  padding-left: 0px;
  padding-right: 0px;
}
.wrapper-dropdown {
  position: relative;
  padding: 0px;
}
.evaluate input.form-control {
  background: #f2f2f2;
  border-radius: 0;
  -webkit-box-shadow: 0;
  margin: 0px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
fieldset.group {
  border: 1px solid #dddddd;
  margin: 0px;
  border-right: 0;
}
fieldset legend.sub-heading {
  width: auto;
  padding: 0 5px;
  margin: 0px 5px;
  color: #dddddd;
  /*-webkit-text-stroke-width: @width;
    -webkit-text-stroke-color: @color;
    -webkit-text-fill-color: @color;*/

  border: 0;
}
.evaluate div.form-group:last-child div {
  margin-bottom: 15px;
}
.evaluate div.evaluate-value {
  width: 70%;
}
.evaluate div.evaluate-value,
.evaluate div.evaluate-img {
  float: left;
}
.evaluate div.evaluate-img {
  /*width: 20%;*/
  background-color: #dddddd;
  position: relative;
  padding: 10px;
  margin-top: 4px;
  width: 30%;
  display: table !important;
}
div.evaluate-img div {
  display: table-cell;
  vertical-align: middle;
}
.evaluate div.evaluate-img #aEvaluate {
  border-top: 1px solid #cccccc;
  color: white;
  /*-webkit-text-stroke-width: @width;
    -webkit-text-stroke-color: @color;
    -webkit-text-fill-color: @color;*/

  position: absolute;
  bottom: 0;
  width: 89%;
  text-align: center;
  text-decoration: none;
  padding: 7px;
}
/*.evaluate-value .form-group div {
    padding: 5px 10px;
}*/

/*popover START*/

.popover-element {
  width: auto;
  /*float: left;*/

}
.popover-title {
  border-top: 0px;
}
.popover {
  border-radius: 0;
  -webkit-box-shadow: 0;
}
.popover.fade.in {
  background: white;
}
.popover.bottom {
  margin-top: -10px;
  margin-left: -10px;
}
.popover-content {
  max-height: 150px;
  overflow: auto;
  font-size: 13px;
}
.popover-title {
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  border-bottom: 0;
  background: none;
  padding-bottom: 0px;
}
/*popover END*/

/*search box START*/

.search-wrapper {
  background-color: transparent;
  float: left;
  width: 100%;
}
#aSearchOpen {
  font-size: 14px;
}
.modal {
  z-index: 1151;
}
.modal-content {
  border-radius: 0;
}
.modal-content.kreeli-modal-content {
  background: transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
}
.modal-header.kreeli-modal-header {
  border-bottom: 3px solid #174769;
}
.search-box {
  background-color: white;
  width: 95%;
  margin: 10px;
  float: left;
  position: relative;
}
.li_search {
  width: 200px;
  margin-top: 9px;
  margin-bottom: 9px;
}
.li_search .btn-search {
  padding: 4px;
  font-size: 18px;
}
#txtSearch {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0;
  /*width: 70%;*/
  width: 83%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  /*font-size: 24px;*/
  font-size: 16px;
  height: 100%;
}
.search-box input,
.search-box a {
  float: left;
}
.typeahead.dropdown-menu {
  background-color: white;
  border: 1px solid #cccccc;
  width: 100%;
  border-radius: 0;
  -webkit-box-shadow: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.typeahead.dropdown-menu > li > a {
  width: 100%;
  padding: 10px;
  color: #174769;
  font-size: 15px;
}
.typeahead.dropdown-menu > li > a strong {
  color: black;
  /*-webkit-text-stroke-width: @width;
    -webkit-text-stroke-color: @color;
    -webkit-text-fill-color: @color;*/

}
.typeahead.dropdown-menu > .active > a,
.typeahead.dropdown-menu > .active > a:hover,
.dropdown-menu > .typeahead.active > a:focus {
  background-color: #888888;
  opacity: 0.95;
}
/*search box END*/

/*modal START*/

#searchModal .modal-body {
  padding-top: 50px;
}
/*modal END*/

/*diamond search START*/

div.dia-search-wrapper {
  margin: 20px 0 0px 0;
  border: 1px solid #dddddd;
  float: left;
  width: 100%;
}
.dia-search-wrapper #ulDiamond {
  float: left;
}
.dia-search-wrapper .diaSearchTitle {
  float: left;
  width: 20%;
}
.dia-search-wrapper #ulDiamond .slides li {
  vertical-align: top;
  position: relative;
}
.dia-search-wrapper .diaSearchTitle,
.dia-search-wrapper .diaSearch {
  background: #dddddd;
  position: relative;
  padding-bottom: 3px;
}
.dia-search-wrapper .diaSearchTitle h4,
.dia-search-wrapper .diaSearch h4 {
  padding: 11px 0px;
  text-align: center;
}
.dia-search-wrapper ul.flex-direction-nav a {
  top: 68%;
}
.dia-search-wrapper .diaSearch {
  margin-left: -20px;
  /*padding-left: 3.1%;
        padding-right: 2.1%;*/
  width: 15%;
}
.dia-search-wrapper #ulDiamond {
  width: 63%;
  float: left;
  margin-left: 30px;
}
.dia-search-wrapper #ulDiamond .slides li {
  margin: auto;
}
.dia-search-wrapper #ulDiamond .slides li a {
  background: url('../images/icons/diamond-shape.png') 10px 0 no-repeat transparent;
  height: 40px;
  width: 60px;
  display: block;
  vertical-align: middle;
  margin: 10px auto;
}
.dia-search-wrapper #ulDiamond .slides li:first-child {
  margin-left: -9px;
}
.dia-search-wrapper #ulDiamond .slides li a[data-shape='princess'] {
  background-position: -78px 0;
}
.dia-search-wrapper #ulDiamond .slides li a[data-shape='pear'] {
  background-position: -163px 0;
}
.dia-search-wrapper #ulDiamond .slides li a[data-shape='marquise'] {
  background-position: -249px 0;
}
.dia-search-wrapper #ulDiamond .slides li a[data-shape='heart'] {
  background-position: -334px 0;
}
.dia-search-wrapper #ulDiamond .slides li a[data-shape='emerald'] {
  background-position: -420px 0;
}
.dia-search-wrapper #ulDiamond .slides li a[data-shape='oval'] {
  background-position: -507px 0;
}
.dia-search-wrapper #ulDiamond .slides li a[data-shape='radiant'] {
  background-position: -593px 0;
}
.dia-search-wrapper #ulDiamond .slides li a[data-shape='cushion'] {
  background-position: -679px 0;
}
.dia-search-wrapper #ulDiamond .slides li a:hover,
.dia-search-wrapper #ulDiamond .slides li a:focus {
  background-position-y: -41px !important;
}
/*diamond search END*/

/*off canvas START*/

body.slide-active {
  overflow-x: hidden;
}
/*first child of #page-content so it doesn't shift around*/

.no-margin-top {
  margin-top: 0px !important;
}
/*wrap the entire page content but not nav inside this div if not a fixed top, don't add any top padding */

#page-content {
  position: relative;
  left: 0;
}
#page-content.slide-active {
  padding-top: 0;
}
/* put toggle bars on the left :: not using button */

#slide-nav .navbar-toggle {
  cursor: pointer;
  /*position: relative;*/
  line-height: 0;
  /*float: right;*/
  margin: 0 10px;
  width: 30px;
  height: 40px;
  padding: 0px;
  border: 0;
  background: transparent;
}
/* icon bar prettyup - optional */

#slide-nav .navbar-toggle > .icon-bar {
  width: 100%;
  display: block;
  height: 3px;
  margin: 5px 0 0 0;
}
#slide-nav .navbar-toggle.slide-active .icon-bar {
  background: orange;
}
.navbar-header {
  position: relative;
}
/* un fix the navbar when active so that all the menu items are accessible */

.navbar.navbar-fixed-top.slide-active {
  position: relative;
}
.jewellery-type.col-md-8 {
  padding-top: 0px;
}
/*end*/

/*Footer START*/

footer:not(.feedback-footer) {
  /*background-color: @footer-bg;*/
  /*margin-top: 50px;*/
  /*position: absolute;*/
  width: 100%;
  z-index: 1043;
}
.kreeli-service li {
  padding: 7px 30px 7px 0px;
}
.footer-wrapper {
  background-color: #f2f2f2;
  margin-top: 20px;
  /*padding: 10px 0 0 0;*/

}
.footer-wrapper div.footer {
  /*margin: 10px 0px;*/
  /*border-right: @border;*/
  float: left;
}
.footer-wrapper div.footer.kreeli-social {
  border-right: none;
}
.footer-wrapper div.footer.kreeli-service {
  border-right: none;
}
.footer-wrapper h4 {
  font-family: 'Roboto Slab', serif !important;
  /*-webkit-text-stroke-width: @width;
    -webkit-text-stroke-color: @color;
    -webkit-text-fill-color: @color;*/

}
.footer-wrapper h3 {
  margin-top: 0px;
}
.social-lnk .icons li a {
  background: url('../images/icons/Footer-Social_icon.png') 0 0 no-repeat transparent;
  height: 25px;
  width: 26px;
  display: block;
}
.social-lnk .icons li a[data-stype='yTube'] {
  background-position: -30px 0;
}
.social-lnk .icons li a[data-stype='tweet'] {
  background-position: -60px 0;
}
.social-lnk .icons li a[data-stype='wBlog'] {
  background-position: -210px 0;
}
.social-lnk .icons li a[data-stype='kBlog'] {
  background-position: -180px 0;
}
.social-lnk .icons li a[data-stype='lJrnl'] {
  background-position: -150px 0;
}
.social-lnk .icons li a[data-stype='gBlog'] {
  background-position: -120px 0;
}
.social-lnk .icons li a[data-stype='pinterest'] {
  background-position: -90px 0;
}
.social-lnk .icons li a:hover {
  background-position-y: -25px;
}
.chat-wrapper {
  border: 3px solid #174769;
  margin-right: 10px;
  position: fixed;
  bottom: 0;
  right: 10px;
  background: white;
  padding: 0;
  z-index: 9102;
  width: auto;
}
.chat-wrapper .chat-header {
  background-color: #174769;
  float: left;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.chat-wrapper h4.chat-heading {
  font-family: 'Roboto Slab', serif;
  color: white;
  /*-webkit-text-stroke-width: @width;
    -webkit-text-stroke-color: @color;
    -webkit-text-fill-color: @color;*/

  margin: 5px 10px;
  text-align: center;
  float: left;
}
.chat-header a {
  display: block;
  width: 100%;
  float: left;
}
.chat-heading i,
.chat-heading span {
  float: left;
}
.chat-text {
  margin-left: 10px;
}
/*.chat-heading a {
    margin-left: 20px;
}*/

#chat-toggle {
  color: white;
  /*-webkit-text-stroke-width: @width;
    -webkit-text-stroke-color: @color;
    -webkit-text-fill-color: @color;*/

  font-size: 26px;
  margin-top: -4px;
}
.chat-wrapper li {
  border-bottom: 1px solid #dddddd;
  margin: 0px 15px;
}
.chat-options {
  float: left;
  display: none;
  width: 100%;
}
.chat-wrapper li:last-child {
  border-bottom: 0px;
}
.chat-wrapper li a {
  background: url('../images/icons/live-help-box.png') 0 0 no-repeat transparent;
  height: 30px;
  width: 155px !important;
  display: block;
  margin: 5px 0;
}
.chat-wrapper li a[data-ctype='skype'] {
  background-position: 0 -165px;
}
.chat-wrapper li a[data-ctype='gtalk'] {
  background-position: 0 -132px;
}
.chat-wrapper li a[data-ctype='yahoo'] {
  background-position: 0 -64px;
}
.chat-wrapper li a[data-ctype='msn'] {
  background-position: 0 -201px;
}
.chat-wrapper li a[data-ctype='cBack'] {
  background-position: 0 -33px;
}
.chat-wrapper li a[data-ctype='wApp'] {
  background-position: 0 -99px;
}
.chat-wrapper li a[data-ctype='mail'] {
  background-position: 0 -235px;
}
.chat-wrapper li a:hover,
.chat-wrapper li a:focus {
  background-position-x: -155px;
}
.subscribe {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
.subscribe .btn.button {
  margin-top: 5px;
}
.lovestory-section {
  background-color: white;
}
.lovestory-section .love-story {
  margin: auto;
  float: none;
  display: inline-block;
  margin: 20px 20px;
}
.lovestory-section h3 {
  float: left;
  padding-right: 10px;
  border: none;
  margin-bottom: 25px;
}
/*.lovestory-wrapper img {
        border: 15px solid @seachboxBg;
    }*/

.aLoveStory {
  display: block;
  background: url(/content/images/home/share-love-story-frame.png) no-repeat center transparent;
  padding: 15px;
  height: 92px;
  width: 94px;
  float: right;
}
.aLoveStory img {
  height: 100%;
  width: 100%;
}
.footer-menu ul.list-menu {
  margin-bottom: 0px;
  float: left;
}
.footer-menu ul.list-menu a {
  font-size: 16px;
}
.footer-menu p {
  font-size: 16px;
}
/*#chat_button {
   position:fixed;
   right:10px;
   bottom:0px;
   height:30px;    
   background-color: @menu-bg;
}
    #chat_button a {
        color:@menu-color;
        .stroke(@menu-color);
        margin: 10px;
    }*/

/* IE 6 */

/** html #chat_button {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}*/

/*Footer END*/

/*payment-type START*/

.payment-type {
  background-color: white;
  padding: 20px 0px;
}
.payment-type li a {
  background: url('../images/icons/payment-icons.png') 0px 0 no-repeat transparent;
  height: 25px;
  width: 42px;
  display: block;
}
.payment-type li a[data-ptype='amr_exp'] {
  background-position: -59px 0;
}
.payment-type li a[data-ptype='visa'] {
  background-position: -116px 0;
}
.payment-type li a[data-ptype='mst_card'] {
  background-position: -175px 0;
}
.payment-type li a[data-ptype='paypal'] {
  background-position: -232px 0;
  width: 41px;
}
.payment-type li a[data-ptype='mastero'] {
  background-position: -290px 0;
}
/*payment-type END*/

.fb {
  background: #3b5998;
  border-radius: 0px;
  -webkit-box-shadow: 0px;
  color: white;
  /*-webkit-text-stroke-width: @width;
    -webkit-text-stroke-color: @color;
    -webkit-text-fill-color: @color;*/

  padding: 3px 25px;
  font-size: 17px;
  width: 100%;
}
.twitter {
  background: #469bcf;
  border-radius: 0px;
  -webkit-box-shadow: 0px;
  color: white;
  /*-webkit-text-stroke-width: @width;
    -webkit-text-stroke-color: @color;
    -webkit-text-fill-color: @color;*/

  padding: 3px 25px;
  font-size: 17px;
  width: 100%;
}
/* CALL ME BACK START */

/*.callmeback {
    margin: 0 25%;
}*/

.isdcode {
  padding: 0 0 0 15px;
}
#txtISDCode,
#txtReqISDCode {
  padding: 10px;
}
/* CALL ME BACK END */

/*REQUEST MORE INFO START */

.textareaReqMore {
  max-width: 240px;
}
.txtDesignName,
.txtjewelleryType,
.txtReqEmail,
.lblprice {
  background-color: white !important;
  border: none;
  display: inline;
}
.productdesign-wrapper {
  background-color: white;
  margin: 0;
}
.product-footer a.userliked {
  color: #ffe169;
}
.productdesign-wrapper .productNameId-wrapper {
  padding: 0;
  display: inline-block;
}
.form-control.txtjewelleryType {
  box-shadow: none;
  font-weight: bold;
  padding: 0;
  display: block;
}
.form-control.txtDesignName,
.form-control.lblprice {
  box-shadow: none;
  font-weight: bold;
  padding: 0;
  display: initial;
}
.productdesign-wrapper .productimage-wrapper {
  padding: 0;
  float: right;
  display: inline-block;
}
.productdesign-wrapper .productimage-wrapper img {
  width: auto;
  height: 68px;
}
/*REQUEST MORE INFO END */

/* REFER FRIEND START */

#referFriendModel .modal-body .txtareaMessage {
  max-width: 510px;
}
.rupeereferfriend {
  margin-top: 5px;
  vertical-align: top;
}
/*REFER FRIEND END */

/*sign up START*/

fieldset.signUp_fld {
  border-width: 1px 0px 0px 0px;
}
fieldset.signUp_fld legend {
  text-align: center;
}
#loginModal .modal-body h4,
#callMeBackModel .modal-body h4,
#requestMoreInfoModel .modal-body h4,
#referFriendModel .modal-body h4,
#loginModal .modal-body h6,
#callMeBackModel .modal-body h6,
#requestMoreInfoModel .modal-body h6,
#referFriendModel .modal-body h6,
#loginModal .modal-body a,
#callMeBackModel .modal-body a,
#requestMoreInfoModel .modal-body a,
#referFriendModel .modal-body a {
  color: white;
  /*-webkit-text-stroke-width: @width;
    -webkit-text-stroke-color: @color;
    -webkit-text-fill-color: @color;*/

}
#loginModal #btnRegister {
  margin-top: 10px;
}
div.checkbox {
  color: white;
  /*-webkit-text-stroke-width: @width;
    -webkit-text-stroke-color: @color;
    -webkit-text-fill-color: @color;*/

}
.forgot-wrapper {
  letter-spacing: 2px;
  padding: 5px 0;
}
/*sign up END*/

/*media query START*/

@media (max-width: 1024px) {
  .hover_effect {
    background-color: #174769;
  }
  .hover_effect .product-wrapper,
  .hover_effect > a {
    opacity: 0.7;
    background: white;
    float: left;
  }
  /*.filter-spmenu-left {
          left: -240px;
          position: fixed;
          top: 50px;
         
      }*/
  
  .live-chat {
    position: relative;
  }
  .live-chat .ul-live-chat.chat-wrapper {
    opacity: 1;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    display: block;
    -moz-transform: 0;
    -webkit-transform: 0;
    -o-transform: 0;
    -ms-transform: 0;
    transform: 0;
    -webkit-transition: all 0 ease;
    -moz-transition: all 0 ease;
    -o-transition: all 0 ease;
    -ms-transition: all 0 ease;
    transition: all 0 ease;
    margin: 0px;
    z-index: 1000;
    width: 200px;
    left: 0px;
  }
  .live-chat.open {
    background: white;
  }
  ul .live-chat.open > a {
    color: #174769;
  }
  .live-chat .ul-live-chat.chat-wrapper li {
    border-bottom: none;
  }
  .live-chat .ul-live-chat.chat-wrapper li {
    padding: 0px;
  }
  button.nav-expander {
    background: none repeat scroll 0 0 black;
    color: white;
    display: block;
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    margin-right: 0;
    padding: 1em 1.6em 2em;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
    transition: right 0.3s ease-in-out 0s;
    width: 130px;
    z-index: 12;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
  }
  button.nav-expander:hover {
    cursor: pointer;
  }
  button.nav-expander.fixedButton {
    position: fixed;
  }
  .nav-expanded .navbar-header {
    right: 23em;
  }
  .nav-expanded button.nav-expander.fixedButton {
    right: 20em;
  }
  nav {
    background: #174769;
    display: block;
    height: 100%;
    overflow: auto;
    position: fixed;
    right: -20em;
    font-size: 15px;
    top: 0;
    width: 20em;
    z-index: 2000;
    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
  }
  .nav-expanded nav {
    right: 0;
  }
  body.nav-expanded {
    margin-left: 0em;
    transition: right 0.4s ease-in-out 0s;
    -webkit-transition: right 0.4s ease-in-out 0s;
    -moz-transition: right 0.4s ease-in-out 0s;
    -o-transition: right 0.4s ease-in-out 0s;
  }
  #nav-close {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 24px;
    padding-right: 10px;
  }
  .main-menu {
    padding-top: 12px;
  }
  .main-menu li {
    border-bottom: 1px solid #323949;
    margin-left: 20px;
    font-size: 13px;
    padding: 6px 0px;
  }
  .main-menu li a {
    color: #cccccc;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 6px 0px 6px 12px;
  }
  .main-menu li a:hover,
  .main-menu li.open > a {
    color: white;
    text-decoration: none;
    background-color: #0f2f46;
  }
  .main-menu li .sub-nav {
    border-bottom: 0px;
    padding: 4px 0px 4px 4px;
  }
  .navbar-header ul {
    margin: 0px 20px 0px 0px;
  }
  .navbar-header ul li {
    padding: 10px 10px;
  }
  .typeahead.dropdown-menu {
    top: 15px;
  }
  .navbar-header ul li.li_search {
    padding: 5px 5px 0;
    width: 150px;
  }
  .navbar-header ul li.li_search .search-box {
    height: 25px;
  }
  .typeahead.dropdown-menu li {
    padding: 0;
  }
  .typeahead.dropdown-menu li a {
    min-width: 160px;
    font-size: 14px;
    padding: 5px;
  }
  .navbar-header ul .li_search a {
    color: #57575b;
  }
  .navbar-header ul .li_search #txtSearch {
    font-size: 14px;
  }
  .navbar-header ul .li_search .btn-search {
    padding: 4px;
    font-size: 14px;
  }
  .navbar-header ul a {
    color: white;
  }
  /*.main-menu a .caret {
              width: 0;
              height: 0;
              display: inline-block;
              vertical-align: top;
              border-top: 4px solid #4f5963;
              border-right: 4px solid transparent;
              border-left: 4px solid transparent;
              content: "";
              margin-top: 8px;
          }
  
          .main-menu a:hover .caret {
              border-top-color: #4f5963;
          }
  
          .main-menu li.open > a > .caret {
              border-top: none;
              border-bottom: 4px solid #4f5963;
              border-right: 4px solid transparent;
              border-left: 4px solid transparent;
          }*/
  
  /*.main-menu li.open > a:hover > .caret {
              border-bottom-color: #4f5963;
          }*/
  
  ul .live-chat a .caret,
  .main-menu a .caret {
    margin-right: 25px;
    margin-left: 6px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: none;
    color: white;
    font-size: 20px;
    margin-top: -2px;
    vertical-align: top;
    float: right;
  }
  ul .live-chat a .caret {
    margin-top: 0px;
    margin-right: 10px;
  }
  ul.ul-header {
    margin-right: 0px;
  }
  ul.ul-header li {
    margin-top: 5px;
    float: left;
  }
  .nav-expanded #slide-nav .navbar-toggle .icon-bar {
    background: orange;
  }
  ul.ul-header a {
    text-decoration: none;
  }
  ul.ul-header .live-chat a .caret:before,
  .main-menu a .caret:before {
    content: "\f107";
  }
  ul.ul-header .open > a > .caret:before,
  .main-menu .open > a > .caret:before,
  ul.ul-header .open > a:hover > .caret:before,
  .main-menu .open > a:hover > .caret:before,
  ul.ul-header .open > a:focus > .caret:before,
  .main-menu .open > a:focus > .caret:before {
    content: "\f106";
    color: white;
  }
  ul.ul-header .open > a > .caret:before,
  ul.ul-header .open > a:hover > .caret:before,
  ul.ul-header .open > a:focus > .caret:before {
    color: #174769;
  }
  .icon:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    content: '\f105';
  }
  .main-menu li > a > span.icon {
    float: right;
    margin: 0.1em 1.7em -0.1em 0;
    opacity: 0;
  }
  .main-menu li > a:hover > span.icon {
    float: right;
    margin: 0.1em 0.8em -0.1em 0;
    opacity: 1;
  }
  li.showElement {
    display: block !important;
  }
  .lg-menu {
    display: none;
  }
  /*.chat-wrapper {
          width: 28%;
      }*/
  
  .hidden-sm {
    display: none !important;
  }
  /*.col-sm-12 {
          width: 100%;
      }*/
  
  .visible-sm {
    display: block !important;
  }
  h3,
  h3 {
    font-size: 17px;
  }
  /*jewellery-overlay-xs h3 {
           font-size: 14px;
      }*/
  
  .footer-wrapper div.footer {
    border-right: 0px;
  }
  .footer-wrapper div.footer.kreeli-social {
    border-left: 0px;
  }
  #slide-nav .container {
    margin: 0;
    padding: 0 !important;
  }
  #slide-nav .navbar-header {
    margin: 0 auto;
    padding: 0 15px;
  }
  #slide-nav .navbar.slide-active {
    position: absolute;
    /*width: 80%;*/
    top: -1px;
    z-index: 1000;
  }
  #slide-nav #slidemenu {
    background: #174769;
    right: -100%;
    /*width: 80%;*/
    min-width: 202px;
    position: absolute;
    z-index: 2;
    top: -8px;
    margin: 0;
    padding: 20px;
  }
  #slide-nav #slidemenu .navbar-nav {
    min-width: 0;
    width: 100%;
    margin: 0;
  }
  #slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
    min-width: 160px;
    width: 80%;
    white-space: normal;
  }
  #slide-nav {
    border-top: 0;
  }
  #slide-nav.navbar-inverse #slidemenu {
    background: #174769;
  }
  /* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
  
  #slide-nav #navbar-height-col {
    position: fixed;
    top: 0;
    height: 100%;
    /*width: 80%;*/
    right: -80%;
    background: #174769;
  }
  #slide-nav.navbar-inverse #navbar-height-col {
    background: #174769;
    z-index: 1;
    border: 0;
  }
  #slide-nav .navbar-form {
    width: 100%;
    margin: 8px 0;
    text-align: center;
    overflow: hidden;
    /*fast clearfixer*/
  
  }
  #slide-nav .navbar-form .form-control {
    text-align: center;
  }
  #slide-nav .navbar-form .btn {
    width: 100%;
  }
  .navbar-nav .open div.dropdown-menu.drop-menu {
    position: static;
  }
  div.dropdown-menu.drop-menu {
    top: 0px;
    left: auto;
    /*position: static;*/
    border: 0;
  }
  .list-inline > li {
    padding: 0;
  }
  .dia-search-wrapper .diaSearchTitle,
  .dia-search-wrapper .diaSearch {
    padding-bottom: 7px;
    padding-top: 7px;
  }
  .dia-search-wrapper #ulDiamond {
    margin-left: 0px;
    width: 65%;
  }
  .dia-search-wrapper #ulDiamond li {
    border-right: 1px solid #dddddd;
  }
  .dia-search-wrapper #ulDiamond .slides li:first-child {
    margin-left: 0px;
  }
  .dia-search-wrapper .diaSearchTitle h4,
  .dia-search-wrapper .diaSearch h4 {
    font-size: 13px;
  }
  header .nav > li {
    clear: both;
  }
  .live-chat i {
    padding-top: 3px;
    margin-right: 5px;
  }
  .live-chat i,
  .live-chat span {
    float: left;
  }
  .live-chat > a {
    position: relative;
    display: block;
  }
  /*.filter-spmenu-left {
          width: 100%;
      }*/
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
  #divEvaluate {
    padding: 0;
  }
  div.evaluate-xs-img {
    padding: 10px 27px;
  }
  .evaluate-header {
    background-color: #f2f2f2;
    padding: 0 17px 0;
    float: left;
    width: 100%;
  }
  .evaluate-header h3 {
    padding: 20px 0 20px 10px;
  }
  .evaluate-header a.pull-right {
    margin-top: 10px;
    font-size: 27px;
  }
  .evaluate-header a.pull-right:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
  }
  .evaluate-header.active a.pull-right:before {
    content: "\f106";
  }
  .evaluate-wrapper {
    display: none;
    opacity: 0;
  }
  .footer-wrapper h3 {
    margin-top: 12px;
    font-size: 14px;
    padding: 0 0 0 12px;
  }
  .sub-footer-menu {
    padding: 0 0 0 17px;
  }
  .sub-footer-menu li a {
    font-size: 12px;
  }
  #page-content {
    margin-top: 50px;
  }
  .nav-expanded .navbar-header {
    right: 26em;
  }
  ul.ul-header {
    margin-right: 30px;
  }
  .navbar-header ul li {
    padding: 10px 5px;
  }
  .footer-wrapper div.footer {
    margin: 0px;
  }
  .chat-wrapper {
    width: auto;
  }
  .chat-wrapper li {
    margin: 0px;
  }
  /*.chat-wrapper li a {      
          width: auto !important;       
      }*/
  
  body {
    font-size: 12px;
  }
  .footer-wrapper div.footer {
    border-right: none;
  }
  .isdcode,
  .receipient {
    padding: 0 15px 0 15px;
    margin-bottom: 10px;
  }
  #referFriendModel .modal-body .txtareaMessage {
    max-width: 660px;
  }
  .textareaReqMore {
    max-width: none;
  }
  .lovestory-section .love-story {
    margin: 0;
  }
  .lovestory-bg {
    padding: 0;
    margin: 0;
  }
  .lovestory-section .container {
    padding: 0;
    margin: 0;
  }
  /*.filter-spmenu-left {
          left: -240px;
          position: fixed;
          top: 50px;
          
      }*/
  
  .mobile-no-wrapper {
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .mobile-no-wrapper {
    width: 60%;
  }
  .li_search.mobile_li_search {
    width: 40%;
  }
  .li_search.mobile_li_search,
  .mobile-no-wrapper {
    z-index: 9999;
    margin: 0;
    float: right;
  }
  .li_search .search-label {
    float: left;
    height: 30px;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
  }
  .mobile-num {
    color: #174769;
    padding: 2px 12px;
    font-size: 15px;
    text-align: center;
  }
  .whatsapp-icon {
    color: #59c150;
  }
  .whatsapp-icon,
  .mobile-icon {
    font-size: 20px;
    padding: 0 2px;
  }
  .li_search.mobile_li_search .search-val,
  .mobile-no-wrapper .mobile-num {
    border: 1px solid #174769;
    display: inline-block;
    width: 100%;
  }
  .li_search.mobile_li_search .search-val {
    background: #f0f0f0;
  }
  .txtSearchPartialMob {
    padding: 4px 12px;
    background: #f0f0f0;
  }
  .li_search .btn-search {
    padding: 4px;
    font-size: 13px;
    text-align: center;
    width: 25%;
  }
  #txtSearch {
    width: 75%;
    font-size: 13px;
  }
  .typeahead.dropdown-menu {
    width: 80%;
  }
}
@media (max-width: 415px) {
  .ul-header.ul-mob-header {
    margin: 0 0 -15px;
    width: 190px;
  }
  .typeahead.dropdown-menu li a {
    font-size: 12px;
  }
  .mobile-num {
    padding: 1px 6px 2px;
  }
  #txtSearch,
  .li_search .btn-search {
    font-size: 15px;
    padding: 2px 10px;
  }
}
@media (min-width: 768px) {
  .callmeback {
    margin: 25% 20%;
  }
}
@media (max-width: 768px) {
  ul.ul-header {
    margin-right: 30px;
  }
}
/* screw writing importants and shit, just stick it in max width since these classes are not shared between sizes */

@media (min-width: 1025px) {
  #page-content {
    left: 0 !important;
  }
  .navbar.navbar-fixed-top.slide-active {
    position: fixed;
  }
  .navbar-header {
    left: 0 !important;
  }
  span.hidden-xs {
    display: inline !important;
  }
}
/*media query END*/

/*div.filterHeaderfixed {
position: fixed !important; 
z-index: 1042;
 margin-top: 0px;
position: absolute !important; 
bottom: 0px;
top: 2088px;
}*/

.fixedmenu {
  position: absolute;
  width: 225px;
  margin-bottom: 590px;
  /*top: 17px;*/

}
.mobile-menubtn {
  cursor: pointer;
  position: relative;
  line-height: 0;
  float: right;
  margin: 0;
  width: 30px;
  height: 40px;
  padding: 10px 0 0 0;
  border: 0;
  background: transparent;
  float: left;
}
/* icon bar prettyup - optional */

.mobile-menubtn > .icon-bar {
  width: 100%;
  display: block;
  height: 3px;
  margin: 5px 0 0 0;
}
.mobile-menubtn .icon-bar {
  background: #dddddd;
}
.mobile-menu-header {
  margin: 0 auto;
  padding: 0 15px;
}
/*.filter-spmenu-left.spmenu-open {
    left: 0px;
    position: fixed;
    z-index:1042
}*/

/*img[bn-lazy-src] {
            background-image: url( "/Content/images/icons/temp-loading.jpg" ) ;
        }*/

.sub-footer-menu a {
  font-size: 14px;
}
.mountMessage {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.mountMessage .mount-wrapper {
  opacity: 0.7;
  background-color: #eaeaea;
  float: none;
  margin: auto;
  padding: 10px;
  text-align: center;
}
.mountMessage .spnCustomizeLable {
  color: #7a7272;
}
.aNewsImageWrapper {
  height: 100px;
  width: 100px;
  display: block;
}
.aNewsImageWrapper img {
  height: 100%;
  width: 100%;
}
.news .sub-footer-menu div:last-child {
  padding: 0px 10px;
}
.table thead > tr > th {
  border-bottom: 0;
}
.productDetail .m-selected {
  background: url(/Content/images/icons/right_Mark.png) no-repeat right top transparent;
  /*height: 16px;
    width: 16px;*/

  /* float: right; */

  /*margin-right: 0;
    float: right;*/

}
.prvLink {
  color: #bcbcbb;
}
.pagename {
  color: #2b2b2b;
}
.page-title {
  position: relative;
}
.page-title h2 {
  margin: 20px 0px;
  /*margin:0px 0 5px;    padding: 20px 0;*/

  color: #2b2b2b;
  letter-spacing: 0px;
  border-bottom: 3px solid #174769;
  padding-bottom: 10px;
}
.solitaire .page-title h2 {
  margin-bottom: 15px;
}
.cust-header-bottom {
  border-bottom: 3px solid #174769;
  padding-top: 15px;
}
.productDetail table.table tbody > tr > td.tdTitle {
  color: #8e8e8e;
  font-size: 13px;
  font-weight: 400;
}
.productDetail table.table tbody > tr > td {
  border-top: 0px;
  border-bottom: 1px solid #eaeaea;
  font-weight: 400;
  padding: 6px 0px;
}
.productDetail .table tbody > tr:last-child > td {
  border-bottom: 0px;
}
.loader {
  opacity: 0.6;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  background-color: #eaeaea;
}
.loader img {
  float: right;
}
.loading {
  background: url("/Content/images/icons/loading.gif") no-repeat center;
}
.content-wrapper {
  margin: auto;
  position: relative;
  float: none;
  width: 946px;
}
.down-wrapper {
  position: absolute;
  right: 0;
  top: 10px;
}
li.sub-menu-hd {
  letter-spacing: 1px;
  padding: 10px 10px;
  position: relative;
}
li.sub-menu-hd:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}
.modal-body {
  display: inline-block;
  width: 100%;
}
.alert-danger {
  display: inline-block;
  margin-top: 10px;
}
.PDetail {
  display: inline-block;
  margin: 20px;
}
.PDetail input[type=text].form-control {
  border: 1px solid #eaeaea;
}
.hideElement {
  display: none !important;
}
.showElement {
  display: inline-block !important;
  font-size: 15px;
}
.productdiscount {
  font-size: 15px;
  color: green;
}
.breadcrumb {
  padding-bottom: 0 !important;
  margin: 0 0 10px 0;
}
.breadcrumb > li {
  font-size: 12px;
}
.breadcrumb-wrapper {
  margin: 0 0 5px 0;
}
.new-price b {
  font-weight: 400;
}
.fade.in {
  background-color: rgba(43, 43, 43, 0.78);
}
.tab-content {
  margin-top: 10px;
}
.thankyou {
  margin-top: 20px;
}
.thankyou h2.success {
  color: #178a17;
}
.thankyou h2.error {
  color: #e50d0d;
}
.isloadingProcess {
  background: url(/Content/images/icons/loading.gif) no-repeat center center;
  display: block;
  min-height: 400px;
}
.divScrolltop {
  position: fixed;
  bottom: 10%;
  right: 20px;
  border: 1px solid #0e2c3f;
  background-color: #174769;
  padding: 5px 10px 7px 10px;
  z-index: 1044;
  display: none;
  cursor: pointer;
  border-radius: 50%;
  color: white;
}
.divScrolltop:hover,
.divScrolltop:focus,
.divScrolltop::selection {
  background-color: #efefef;
  color: #6e7276;
  border: 1px solid #dddddd;
}
/*.divScrolltop i.fa.fa-angle-up {
font-size: 20px;
margin-left: 10px;
}*/

.header-seo {
  display: block;
  height: 0;
  margin: 0;
  color: white;
}
.abt-kreeli li {
  padding: 7px 0px;
}
p.Declaration {
  font-size: 12px;
}
.form-control {
  font-size: 13px;
}
.fa-aud::before {
  content: "\f155";
  float: right;
}
.fa-cad::before {
  content: "\f155";
  float: right;
}
.fa-aud:not(.cur-head)::before,
.fa-cad:not(.cur-head)::before,
.fa-inr:not(.cur-head)::before,
.fa-usd:not(.cur-head)::before,
.fa-eur:not(.cur-head)::before,
.fa-gbp:not(.cur-head)::before {
  margin-right: 3px;
}
.range .fa-aud::before,
.range .fa-cad::before {
  padding-left: 20px;
}
.range .input-group-addon {
  padding: 0px 3px;
}
.navbar-header .icon-phone {
  background: url(/content/images/icons/callmeback.png) no-repeat center transparent;
  height: 15px;
  width: 15px;
  margin-top: 3px;
  margin-right: 15px;
  display: inline-block;
  background-size: 15px 15px;
}
.navbar-header .icon-phone:hover {
  background: url(/content/images/icons/callmeback_over.png) no-repeat center transparent;
  display: inline-block;
  background-size: 15px 15px;
}
.container .ui-slider .ui-slider-handle {
  padding: 8px;
  top: -7px;
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Browser Resets
*********************************/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Icon Fonts
*********************************/

/* Font-face Icons */

@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/

.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */

.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */

/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/

.flexslider {
  background: white;
  border: 4px solid white;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 17px;
  padding: 0px;
}
.productDetail .carousel li {
  margin-right: 20px;
}
.flexslider .slides {
  zoom: 1;
}
/*.kreeli-product {
    .flexslider {
        margin: 0 0 30px 0;
    }
}*/

.kreeli-collection .collection .flex-viewport {
  margin: 0 30px;
}
.flex-viewport {
  z-index: 11;
}
/*.flexslider li:last-child {
    margin-right:10px
}
.flexslider li:first-child {
    margin-left:10px
}*/

.kreeli-collection .collection .flex-prev {
  left: 0px;
}
.kreeli-collection .collection .flex-next {
  right: 0px;
}
/*.kreeli-product,.kreeli-collection {
    .flex-viewport {
        margin:  0 10px;
    }
}*/

/*.carousel li { margin-right: 5px; }*/

/* Direction Nav */

.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  display: block;
  /*width: 40px; height: 40px;*/
  margin: -20px 0 0;
  position: absolute;
  top: 40%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #eaeaea;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  padding: 0px 6px;
  border: 1px solid #eaeaea;
}
.flex-direction-nav a:hover {
  color: #8e8e8e;
  border-color: #8e8e8e;
}
.kreeli-collection .flex-direction-nav a {
  color: #8e8e8e;
  border-color: #8e8e8e;
}
.flex-direction-nav .flex-prev {
  left: -12px;
}
.flex-direction-nav .flex-next {
  text-align: right;
  right: -12px;
}
/*.flexslider:hover .flex-prev { opacity: 1; left: 0px; }
.flexslider:hover .flex-next { opacity: 1; right: 0px; }*/

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
/* Pause/Play */

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: black;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
/* Control Nav */

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: black;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: -6px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: -6px;
  }
}
/*BASIC*/

/*ACCORDION*/

.conventAccordion {
  position: relative;
  /*overflow: hidden;*/
  padding: 0;
  list-style-type: none;
}
.conventAccordion.vertical li {
  width: auto;
  height: auto;
}
.conventAccordion.nested {
  width: auto;
  height: inherit;
  padding: 0 !important;
  border: 0 !important;
}
/*LABELS*/

.CAspine {
  position: relative;
  z-index: 100;
  height: inherit;
  width: 40px;
  /*font: 14px/50px Helvetica, Verdana, sans-serif;*/
  color: black;
  font-size: 16px;
  font-weight: normal;
  float: left;
  -webkit-transform: scale3d(1, 1, 1);
  /* fixes webkit bug */
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.vertical .CAspine {
  height: 50px;
  width: inherit;
  float: top;
}
.CAspineTitle {
  position: absolute;
  height: 50px;
  padding-left: 15px;
  text-align: right;
  -webkit-backface-visibility: hidden;
  /* fixes webkit bug */
  /* CSS3 */
  transform: translateX(-100%) rotate(-90deg);
  transform-origin: right top;
  /* Opera */
  -o-transform: translateX(-100%) rotate(-90deg);
  -o-transform-origin: right top;
  /* Webkit */
  -webkit-transform: translateX(-100%) rotate(-90deg);
  -webkit-transform-origin: right top;
  /* Firefox */
  -moz-transform: translateX(-100%) rotate(-90deg);
  -moz-transform-origin: right top;
  /* Internet Explorer 9 */
  -ms-transform: translateX(-100%) rotate(-90deg);
  -ms-transform-origin: right top;
}
.vertical .CAspineTitle {
  height: inherit;
  width: inherit;
  left: 50px;
  text-align: left;
  -webkit-backface-visibility: hidden;
  /* fixes webkit bug */
  /* CSS3 */
  transform: translateX(0%) rotate(0deg);
  transform-origin: right top;
  /* Opera */
  -o-transform: translateX(0%) rotate(0deg);
  -o-transform-origin: right top;
  /* Webkit */
  -webkit-transform: translateX(0%) rotate(0deg);
  -webkit-transform-origin: right top;
  /* Firefox */
  -moz-transform: translateX(0%) rotate(0deg);
  -moz-transform-origin: right top;
  /* Internet Explorer 9 */
  -ms-transform: translateX(0%) rotate(0deg);
  -ms-transform-origin: right top;
}
.lteIE8 .CAspineTitle {
  /* Internet Explorer <9 */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  cursor: pointer;
}
.CAspine:hover {
  background: #232323;
  color: white;
  cursor: pointer;
}
.CAspineNumber {
  display: block;
  position: absolute;
  height: 50px;
  width: inherit;
  bottom: 0;
  font-weight: normal;
  font-size: 1.1em;
  text-align: center;
}
.vertical .CAspineNumber {
  height: inherit;
  width: 50px;
  left: 0;
}
/*SLIDES*/

.CAslide {
  top: 0;
  z-index: 10;
  background: white;
  color: #333333;
  display: block;
  height: inherit;
  width: 0px;
  font-size: 13px;
  float: left;
  overflow: hidden;
  /*margin-right:10px*/

}
.vertical .CAslide {
  height: 0px;
  width: 100%;
}
.CAslideContent {
  position: relative;
  height: inherit;
  /*padding:0 10px*/

  /*padding-left: 10px;*/

}
.vertical .CAslideContent {
  width: inherit;
  padding-top: 5px;
}
/*ROUNDED*/

.conventAccordion.rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
/****************************************** Basic */

.conventAccordion.basic li:nth-child(even) > .CAspine {
  background: #888888;
}
.conventAccordion.basic li:nth-child(odd) > .CAspine {
  background: #999999;
}
/**************************************** Stitch */

.conventAccordion.vertical.stitch {
  padding: 5px 5px 5px 0;
}
.conventAccordion.stitch .CAspine {
  width: 55px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 3px;
}
.conventAccordion.stitch li {
  list-style-type: none;
}
.conventAccordion.stitch li:last-child .CAspine {
  margin-right: 0px;
}
.conventAccordion.stitch .CAspine.next {
  margin-left: 3px;
}
.conventAccordion.vertical.stitch .CAspine.next {
  margin-left: 0;
  margin-top: 6px;
}
.conventAccordion.vertical.stitch .CAspine {
  height: 40px;
  width: 100%;
  margin-right: 0;
  margin-bottom: 6px;
}
.conventAccordion.vertical.stitch .active.CAspine:after {
  content: '';
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 38px;
  top: 32px;
}
.conventAccordion.stitch .CAspineTitle {
  text-align: left;
  height: 50px;
  width: 292px;
  padding-left: 0px;
  margin-top: -10px;
  line-height: 225%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*color: white;*/
  /*text-shadow: -1px 1px 0 #5b5b5b;*/
  margin-left: 5px;
  font-size: 16px;
  text-transform: uppercase;
}
.conventAccordion.vertical.stitch .CAspineTitle {
  text-align: left;
  margin-top: 0px;
}
.conventAccordion.stitch .active.CAspine:after {
  content: '';
  display: none;
  height: 19px;
  width: 19px;
  position: absolute;
  left: 38px;
  top: 25px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  border: 9px solid transparent;
  border-top: 0;
  border-left: 0;
}
/*.conventAccordion.stitch .active:*/

.conventAccordion.stitch.vertical .active.CAspine:after {
  left: 50px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.conventAccordion.stitch .CAspineNumber {
  color: white;
}
.conventAccordion.stitch .CAspineNumber {
  bottom: 8px;
}
.conventAccordion .ap-caption {
  padding: 10px 15px;
  position: absolute;
  bottom: 20px;
  right: 30px;
  z-index: 3;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.wrapper_dist {
  margin: 20px;
}
/*carousel START*/

.carousel-inner {
  box-shadow: 0 -2px 9px 5px;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
}
.carousel-title {
  display: table;
  width: 100%;
}
.carousel-title ul {
  display: table;
}
.carousel-title li {
  padding: 10px;
  border-left: 1px solid #dddddd;
  text-align: center;
  cursor: pointer;
  display: table-cell;
}
.carousel-title li a {
  font-size: 18px;
  color: #888888;
  /*-webkit-text-stroke-width: @width;
    -webkit-text-stroke-color: @color;
    -webkit-text-fill-color: @color;*/

  text-transform: lowercase;
}
.carousel-title li a.select {
  color: #174769;
  /*-webkit-text-stroke-width: @width;
    -webkit-text-stroke-color: @color;
    -webkit-text-fill-color: @color;*/

}
.carousel-title ul {
  width: 100%;
}
a.carousel-control.right,
a.carousel-control.left {
  background: none;
}
.footer-banner {
  margin-right: 0px;
}
/*Carousel END*/

.kreeli-product .product {
  margin-bottom: 60px;
}
/*.new-arrival {
    padding-right: 10px;
}

.best-sell {
    padding-left: 10px;
}*/

.product div.selected-product img {
  border-color: white;
}
.product img {
  border: 1px solid #efefef;
}
/*.selected-product .more-option .product-footer{
    background-color: @menu-bg;
    .transitionEffect(1s)
}*/

.occbox {
  padding: 20px 0 0;
  right: 0;
  /*height: 99%;*/
  bottom: 5px;
  top: 0px;
  float: left;
}
.occbox img {
  width: 100%;
  vertical-align: top;
  /*height: 100%;*/

}
.collName a {
  color: #57575b !important;
  /*-webkit-text-stroke-width: @width;
    -webkit-text-stroke-color: @color;
    -webkit-text-fill-color: @color;*/

}
.kreeli-jewellery {
  height: 100%;
  overflow: hidden;
  float: none;
  margin: auto;
  background: white;
  padding-bottom: 20px;
}
.jewelleryBox.row {
  /*margin: 0px -5px;*/
  position: relative;
}
.kreeli-jewellery div.box {
  border: 1px solid #dddddd;
  position: relative;
  padding: 12px;
  margin-top: 20px;
  -webkit-transform: translateZ(0);
  float: left;
}
.kreeli-jewellery div.box:hover::before {
  background: rgba(0, 0, 0, 0.5);
}
.kreeli-jewellery .col-box-1 {
  padding-right: 10px;
}
.kreeli-jewellery .col-box-2 {
  padding-left: 10px;
}
.kreeli-jewellery .box .jewellery-overlay {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  padding: 10px;
}
.jewellery-overlay .bgoverlay {
  position: absolute;
  opacity: 0.7;
  display: block;
}
.jewellery-overlay-xs {
  position: absolute;
  bottom: 0;
  padding: 0;
  width: 90%;
}
.jewellery-overlay-xs h3 {
  margin: 0px;
  font-size: 16px;
  border: 0;
  padding: 5px 0px;
  float: left;
}
.jewellery-overlay-xs a {
  font-size: 12px;
  float: right;
  padding: 7px 0px;
}
.jewellery-desc {
  border: 5px solid #dddddd;
  padding: 10px 20px;
  height: 100%;
  display: table;
  width: 100%;
}
.jewellery-desc div {
  display: table-row;
}
.jewellery-desc div:last-child {
  vertical-align: bottom;
}
.jewellery-desc p {
  text-align: center;
}
.jewellery-desc a {
  display: table-cell;
  vertical-align: bottom;
}
.jewellery-desc h3 {
  text-align: center;
  display: table-cell;
  vertical-align: top;
  border-top: 0px;
}
.kreeli-jewellery .box:hover .jewellery-overlay {
  opacity: 1;
  left: 0;
  -webkit-transform: translateY(0);
}
.kreeli-jewellery .box .jewellery-overlay {
  left: 0;
}
.kreeli-jewellery .box:hover .jewellery-overlay {
  height: 100%;
}
.jewellery-overlay h2 {
  text-align: center;
}
.jewellery-overlay a {
  text-align: center;
  /*display: block;*/

}
.flexslider {
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.kreeli-product .flex-direction-nav .flex-prev,
.recentview-list .flex-direction-nav .flex-prev {
  right: 30px;
  left: initial;
}
.aKreeli-product {
  position: absolute;
  top: 22px;
  right: 77px;
}
.kreeli-product .flex-direction-nav .flex-next,
.recentview-list .flex-direction-nav .flex-next {
  right: 0px;
}
.kreeli-product .flex-direction-nav a,
.recentview-list .flex-direction-nav a {
  top: -20px;
}
.prodDetail span.pull-left {
  display: block;
  width: 140px;
  margin: 0;
  padding: 0;
}
.prodDetail span.pull-right {
  display: block;
  margin: 0;
  padding: 0;
}
.prodDetail {
  max-width: 267px;
  /*float: left;*/

}
.prodDetail div {
  padding: 0;
}
.prodDetail div.price {
  text-align: right;
  position: absolute;
  width: 100%;
  right: 0px;
}
.price .old-price {
  text-decoration: line-through;
}
.jcarousel li:last-child div.product-wrapper,
.latest-product-slider li:last-child div.product-wrapper {
  border-right: 0;
}
/* JCarousel END*/

/*.kreeli-product .col-md-6:first-child {
    border-right: @border;
}*/

.product-footer .fa-shopping-cart {
  text-align: left;
}
.product-footer-xs {
  border: 1px solid #dddddd;
  margin-top: 15px;
  float: left;
  width: 100%;
}
.product-footer-xs a {
  padding: 2px 10px;
  font-size: 15px;
  text-align: center;
  color: #888888;
  text-decoration: none;
}
.product-footer-xs a:hover {
  color: white;
  background-color: #888888;
}
.product.selected-product .product-wrapper {
  -webkit-transition: border-color 1s ease;
  -moz-transition: border-color 1s ease;
  -o-transition: border-color 1s ease;
  -ms-transition: border-color 1s ease;
  transition: border-color 1s ease;
  border: 3px solid #174769;
}
ul.selectable-metal-color,
ul.selectable-chain-color,
ul.selectable-tryon-color {
  float: left;
  width: auto;
}
.selectable-metal-color li,
.selectable-chain-color li,
.selectable-tryon-color li {
  width: 16px;
  height: 16px;
  /*border: @border;*/
  margin-right: 5px;
  display: inline-block;
  cursor: pointer;
}
.selectable-metal-color li.yellow {
  background-color: #ffcc00;
}
.selectable-metal-color li.rose {
  background-color: #eac1ab;
}
.selectable-metal-color li.white {
  background-color: #eaeaea;
}
.selectable-chain-color li.yellow {
  background-color: #ffcc00;
}
.selectable-chain-color li.rose {
  background-color: #eac1ab;
}
.selectable-chain-color li.white {
  background-color: #eaeaea;
}
.selectable-tryon-color li.yellow {
  background-color: #ffcc00;
}
.selectable-tryon-color li.rose {
  background-color: #eac1ab;
}
.selectable-tryon-color li.white {
  background-color: #eaeaea;
}
.aproduct-image {
  display: block;
}
.basket-lnl {
  font-style: italic;
  cursor: pointer;
  font-size: 12px;
}
/*li.product .product-wrapper {
    position: relative;
    padding-bottom: 75px;
    border: 3px solid @whiteBorder;
}*/

.more-option {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: -3px;
  /*.transitionEffect(0s)*/

}
.home-wrapper .more-option {
  position: relative;
  margin-left: -3px;
  left: 0px;
}
.price {
  position: inherit;
}
.new-price {
  display: inline-block;
}
.index .conventAccordion.stitch span.CAspineTitle {
  font-size: 16px;
}
.index div.product-wrapper span {
  font-size: 14px;
}
.conventAccordion.stitch span.CAspineTitle {
  font-size: 16px;
}
.conventAccordion.stitch .CAspine {
  background: #dddddd;
}
.conventAccordion.stitch .CAspineTitle {
  color: black;
}
.conventAccordion.stitch li:last-child .active.CAspine {
  margin-right: 3px;
}
div.product-wrapper span:not(.quality) {
  font-size: 13px;
}
.container .cartresult {
  position: relative;
}
ul.ul-header li.cartresult-mob-wrapper {
  padding: 10px 20px 10px 10px;
}
.kreeli-header-container li.cartresult-wrapper span.totalItem {
  top: -5px;
  left: 11px;
}
.container span.totalItem {
  height: 15px;
  width: 15px;
  background-color: #ffe169;
  border-radius: 25px;
  top: -7px;
  position: absolute;
  left: 14px;
  color: #174769;
  text-align: center;
  line-height: 16px;
  font-weight: bold;
  font-size: 10px;
}
div.product-wrapper span.icon-cart:not(.quality) {
  font-size: 18px;
}
.index div.prodDetail span {
  font-size: 12px;
}
.prodDetail span:not(.quality):not(.quality span) {
  font-size: 14px;
  color: #333333;
}
div.sub-option {
  padding: 0 10px;
  width: 100%;
  float: left;
  margin-bottom: 7px;
}
.product-footer {
  background-color: white;
  float: left;
  width: 100%;
}
.product-footer a {
  margin: 10px 0;
  font-size: 16px;
  color: white;
  /*-webkit-text-stroke-width: @width;
    -webkit-text-stroke-color: @color;
    -webkit-text-fill-color: @color;*/

  cursor: pointer;
  text-align: center;
  display: block;
  text-decoration: none;
}
.product-footer a:hover {
  color: #ffe169;
}
/*News START*/

.news h4 {
  margin-bottom: 0px !important;
}
.footer-header-menu {
  float: left;
  width: 100%;
}
.footer-header-menu a.pull-right {
  margin-top: 0px;
  font-size: 27px;
}
.footer-header-menu a.pull-right:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
}
.footer-header-menu.active a.pull-right:before {
  content: "\f106";
}
.sub-footer-menu {
  display: table-row;
}
.sub-footer-menu h4 {
  margin-top: 0px;
}
.sub-footer-menu div {
  display: table-cell;
  vertical-align: top;
}
.footer-menu {
  background: white;
  padding: 0;
  margin-top: 1px;
}
.footer-menu.payment-type {
  padding: 25px 0;
  margin-top: 0px;
}
.footer-menu p {
  margin-bottom: 0;
}
.news img {
  margin-right: 10px;
}
blockquote p {
  font-size: 15.5px;
  font-weight: 400;
}
/*News END*/

div.evaluate-wrapper {
  padding-left: 0px;
  padding-right: 0px;
}
.evaluate-value .form-group div.wrapper-dropdown {
  position: relative;
  padding: 0px;
}
.evaluate {
  z-index: 10;
}
fieldset.group {
  border: 1px solid #dddddd;
  margin: 0px;
  border-right: 0;
}
fieldset legend.sub-heading {
  width: auto;
  padding: 0 5px;
  margin: 0px 5px;
  color: #dddddd;
  /*-webkit-text-stroke-width: @width;
    -webkit-text-stroke-color: @color;
    -webkit-text-fill-color: @color;*/

  border: 0;
}
.evaluate div.form-group:last-child div {
  margin-bottom: 15px;
}
.evaluate div.evaluate-value {
  width: 70%;
}
.evaluate div.evaluate-value,
.evaluate div.evaluate-img {
  float: left;
}
.evaluate div.evaluate-img {
  /*width: 20%;*/
  background-color: #f2f2f2;
  position: relative;
  padding: 10px;
  height: 174px;
  margin-top: 4px;
  width: 30%;
  display: table !important;
}
div.evaluate-img div {
  display: table-cell;
  vertical-align: middle;
}
.evaluate div.evaluate-img #aEvaluate {
  border-top: 1px solid #cccccc;
  color: #555555;
  position: absolute;
  bottom: 0;
  width: 89%;
  text-align: center;
  text-decoration: none;
  padding: 7px;
  background: transparent;
}
.home-wrapper .evaluate-value .form-group div[class*="col-"] {
  padding: 5px 10px;
}
.sub-footer-menu {
  display: table-row;
}
.sub-footer-menu h4 {
  margin-top: 0px;
}
.sub-footer-menu div {
  display: table-cell;
  vertical-align: top;
}
.new-price.highlight {
  background-color: #174769;
  padding: 2px 10px;
  color: white !important;
  font-size: 16px;
  position: absolute;
  right: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.home-wrapper ul,
ol {
  margin-bottom: 0;
}
.selecteddiamond {
  background-position-y: -41px !important;
}
.aKreeli-feedback {
  position: absolute;
  top: 20px;
  right: 77px;
  z-index: 11;
  color: white;
}
.aKreeli-feedback:hover {
  color: white;
}
/*.feedback .flex-viewport {
    z-index:10
}*/

@media (max-width: 767px) {
  .flex-direction-nav a {
    z-index: 11;
  }
  .kreeli-jewellery .col-box-1 {
    padding-right: 15px;
  }
  .kreeli-jewellery .col-box-2 {
    padding-left: 15px;
  }
  .sub-footer-menu {
    opacity: 0;
    display: none;
  }
  .new-arrival {
    max-height: none;
  }
  .product-footer a {
    font-size: 14px;
  }
  .new-arrival {
    border-right: none;
  }
  .evaluate-xs-img {
    padding-top: 10px;
  }
  .evaluate div.evaluate-value {
    width: 100%;
    float: none;
    margin: auto;
  }
  .product .product-wrapper {
    border: none;
    margin: 0 10px;
  }
  .selected-product img {
    border: 1px solid #efefef;
  }
  .prodDetail {
    margin-top: 5px;
  }
  span.new-price,
  .new-price.highlight {
    border-radius: 0px;
    -webkit-box-shadow: 0px;
    background-color: #174769;
    padding: 2px 10px;
    color: white;
    /*-webkit-text-stroke-width: @width;
      -webkit-text-stroke-color: @color;
      -webkit-text-fill-color: @color;*/
  
    font-size: 16px;
    position: absolute;
    right: 0;
  }
  div.prodDetail span.new-price {
    color: white;
    font-size: 16px;
  }
  .flexslider {
    margin: 5px;
  }
  fieldset.group {
    border-right: 1px solid #dddddd;
  }
  .kreeli-product .product {
    margin-bottom: 0px;
  }
  .product .product-wrapper {
    padding-bottom: 0px;
  }
  footer h3 {
    margin: 10px;
    padding: 0px;
  }
}
@media (min-width: 1025) {
  .occbox {
    height: 100%;
    bottom: 0px;
  }
  .kreeli-product .flex-viewport {
    z-index: 10;
  }
  .kreeli-product .productDisplay {
    overflow: hidden;
  }
  .kreeli-product .flexslider .slides > .product-li {
    height: 305px;
  }
  .jewellery-type.col-md-8 {
    width: 69%;
    padding-top: 0px;
  }
  .occbox.col-md-4 {
    width: 31%;
  }
  .dia-search-wrapper ul li {
    border-right: 1px solid #dddddd;
  }
  span.hidden-xs {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .kreeli-jewellery .box:hover img {
    opacity: 0.6;
  }
  .dia-search-wrapper #ulDiamond .slides li {
    margin-left: 5px;
    min-width: 75px;
  }
  .dia-search-wrapper .diaSearchTitle:after {
    position: absolute;
    /* display: inline-block; */
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #dddddd;
    content: '';
    right: -30px;
    top: 0;
  }
  .dia-search-wrapper .diaSearch:before {
    position: absolute;
    /* display: inline-block; */
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    content: '';
    border-left: 30px solid white;
    left: -1px;
    top: 0;
  }
  .dia-search-wrapper #ulDiamond .slides li:not(:last-child):after {
    content: '';
    position: absolute;
    top: -1px;
    left: 59px;
    width: 0;
    height: 0;
    border: 31px solid transparent;
    border-left: 30px solid white;
  }
  .dia-search-wrapper #ulDiamond .slides li:not(:last-child):before {
    content: '';
    position: absolute;
    top: -1px;
    left: 60px;
    width: 0;
    height: 0;
    border: 31px solid transparent;
    border-left: 30px solid #dddddd;
  }
  span.hidden-xs {
    display: inline !important;
  }
}
/**********--17th november development of new home page--**/

.shopNow {
  position: absolute;
  z-index: 1044;
  left: 25%;
  bottom: -30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.kreeli-collection .carousel-inner .item.active:hover .shopNow {
  -webkit-transform: translateY(0);
  bottom: 30px;
  opacity: 1;
}
.home-wrapper {
  background: #f2f2f2;
}
.home-wrapper .container {
  background: white;
}
.home-wrapper .offer {
  margin: 20px;
}
.offer-wrapper {
  background: white;
  padding: 50px;
}
.kr-seperator {
  margin: 20px 0 10px 0px;
  padding: 25px 0px 5px 0px;
  background: url(/content/images/icons/kreeli-seperator.png) no-repeat center center transparent;
}
/*.kreeli-collection {
    .wrapper_dist;
}*/

.kreeli-collection .collection {
  background: white;
}
.home-wrapper h3 {
  text-align: center;
  border-top: 0;
  margin: 0px;
}
.kreeli-collection h3 {
  padding-top: 10px;
}
.kreeli-collection .carousel-inner {
  box-shadow: none;
}
.kreeli-collection .carousel-title {
  position: absolute;
  z-index: 1044;
}
.kreeli-collection .carousel-title > ul {
  float: none;
  margin: 10px auto;
  width: auto;
}
.kreeli-collection .carousel-title > ul > li {
  padding: 0 10px;
  border-left: 2px solid #cccccc;
}
.kreeli-collection .carousel-title ul > li:first-child {
  border-left: 0px;
}
.collectionDetail .img {
  float: left;
  width: 100%;
  position: relative;
}
.diamond-search {
  background-color: white;
  padding-bottom: 5px;
}
#ulDiamondSearch {
  text-align: center;
}
#ulDiamondSearch ul {
  float: none;
  margin: auto;
  width: auto;
}
/*#ulDiamondSearch ul li {
            padding-left: 10px;
            padding-right: 10px;
        }*/

a.aDiamond_home {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.diaSearch {
  text-align: center;
  margin: 20px;
}
.new-arrival,
.best-sell {
  background: white;
  padding-bottom: 5px;
}
.feedback h3 {
  color: white;
}
.feedback h5 {
  margin: 20px 0;
}
.feedback {
  text-align: center;
}
.feedback .feed-wrapper {
  margin: 20px;
  height: 200px;
}
.feedback {
  background-color: #174769;
  color: white;
  position: relative;
}
.feedback img.feedback-img {
  width: 100px;
  height: 100px;
  float: none;
  margin: auto;
  border-radius: 50px;
  /*background:#fff;*/

}
.feedback-name {
  font-size: 14px;
}
.feedback .carousel-inner {
  box-shadow: none;
}
.feedback .carousel-control .fa-angle-left,
.feedback .carousel-control .fa-angle-right {
  top: 25%;
  position: absolute;
  font-size: 25px;
  padding: 2px 10px;
  background: #456d88;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.lovestory-evaluate {
  background: white;
}
/*.lovestory-evaluate .container {
        padding-bottom: 20px;
    }*/

.home-wrapper .lovestory-section .love-story {
  width: 100%;
  margin: 0;
}
.lovestory-section {
  padding-top: 20px;
}
.lovestory-section h3 {
  float: none;
}
.lovestory-bg {
  padding: 10px;
}
.home-wrapper .evaluate h3 {
  float: left;
}
.kreeli-product .container {
  position: relative;
}
p.Declaration {
  border: 0px;
}
select.form-control {
  border: 1px solid transparent;
  background: #f2f2f2;
  border-radius: 0;
  -webkit-box-shadow: 0;
  margin: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
select.form-control option {
  color: #a5a7a7;
}
select.form-control:active,
select.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-color: #eaeaea;
}
select.active {
  border-color: #eaeaea;
  background: white;
}
/*.notIE label {
    position: absolute;
    display: inline-block;
    right: 35px;
    font-size: 30px;
    .font-awesome();
    top: 6px;
}*/

/*.notIE label:before {
        content: '';
    }

    .notIE label:after {
        content: @fa-var-angle-down;
        background: @cmtBg;
        pointer-events: none;
        position: absolute;
        color: @activesearchCol;
    }*/

/*.notIE.active {
    label:after, label:after {
        background: #fff;
        content: @fa-var-angle-up;
    }
}*/

@media (max-width: 767px) {
  .home-wrapper h3 {
    font-size: 14px;
  }
  #ulDiamondSearch ul li {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lovestory-section {
    padding-top: 0px;
  }
  .kreeli-product h3 {
    text-align: left;
  }
  .flexslider {
    margin: 0px;
  }
  footer h3 {
    padding-left: 0px;
    margin-left: 0px;
  }
  p.Declaration {
    padding: 0px;
  }
  .kreeli-collection .carousel-title > ul {
    margin: 5px auto;
  }
  .carousel-title li a {
    font-size: 14px;
  }
  .shopNow {
    left: auto;
    bottom: 5px;
    right: 5%;
    -webkit-transition: all 0 ease;
    -moz-transition: all 0 ease;
    -o-transition: all 0 ease;
    -ms-transition: all 0 ease;
    transition: all 0 ease;
  }
  .kreeli-collection .carousel-inner .item.active:hover .shopNow {
    -webkit-transform: translateY(0);
    bottom: 5px;
    opacity: 1;
  }
  .shopNow.btn.button {
    font-size: 12px;
    padding: 2px 10px;
  }
  .footer-menu p {
    font-size: 12px;
  }
  .product .product-wrapper {
    width: 100%;
  }
  .kreeli-product .product {
    width: 100%;
  }
}
/*target Internet Explorer 9 and Internet Explorer 10:*/

@media screen and (min-width: 0\0) {
  .notIE label:after {
    display: none;
  }
}
@media (max-width: 1024px) {
  .jewellery-overlay-xs {
    text-align: center;
    padding: 10px 0;
  }
  .kreeli-product .productDisplay {
    margin-top: 0px;
  }
  .product .product-wrapper {
    padding-bottom: 0px;
  }
  .conventAccordion.stitch .CAspine {
    width: 50px;
  }
  .kreeli-product .product {
    margin-bottom: 0px;
  }
  .kreeli-product .flex-direction-nav a,
  .recentview-list .flex-direction-nav a {
    top: -25px;
  }
  .occbox {
    padding: 15px 0 14px;
    margin: 10px 0;
  }
  .flexslider {
    margin: 5px;
  }
  .prodDetail {
    margin-top: 5px;
  }
  div.prodDetail span.new-price {
    color: white;
    font-size: 16px;
  }
  span.new-price,
  .new-price.highlight {
    border-radius: 0px;
    -webkit-box-shadow: 0px;
    background-color: #174769;
    padding: 2px 10px;
    color: white;
    /*-webkit-text-stroke-width: @width;
      -webkit-text-stroke-color: @color;
      -webkit-text-fill-color: @color;*/
  
    font-size: 16px;
    position: absolute;
    right: 0;
  }
  .product-wrapper .icon-cart {
    font-size: 16px;
  }
  .product .product-wrapper {
    border: none;
    margin: 0 10px;
    padding-bottom: 0;
    float: left;
  }
  .liteAccordion.stitch .slide > h2 span,
  .conventAccordion.stitch .CAspineTitle {
    font-size: 14px;
  }
  .carousel-title li a {
    font-size: 14px;
  }
  .new-arrival {
    border-right: 0px;
  }
  .kreeli-jewellery div.box {
    float: left;
    padding: 0px;
    margin-bottom: 5px;
  }
  .kreeli-jewellery div.box a {
    padding: 0px 12px 30px 12px;
    float: left;
  }
  .shopNow {
    left: auto;
    bottom: 5px;
    right: 5%;
    -webkit-transition: all 0 ease;
    -moz-transition: all 0 ease;
    -o-transition: all 0 ease;
    -ms-transition: all 0 ease;
    transition: all 0 ease;
  }
  .kreeli-collection .carousel-inner .item.active:hover .shopNow {
    -webkit-transform: translateY(0);
    bottom: 5px;
    opacity: 1;
  }
  .jewellery-overlay-xs h3 {
    font-size: 13px;
  }
  /*.kreeli-jewellery img {
          margin-top: -10px;
      }*/
}
@media (max-width: 768px) {
  .occbox {
    padding: 16px 0 17px;
    margin: 15px 0;
  }
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  zoom: 1;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-accordion {
  width: 100%;
}
.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1;
}
.ui-accordion .ui-accordion-li-fix {
  display: inline;
}
.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em;
}
.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1;
}
.ui-accordion .ui-accordion-content-active {
  display: block;
}
.ui-autocomplete {
  position: absolute;
  cursor: default;
}
* html .ui-autocomplete {
  width: 1px;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
}
.ui-button-icon-only {
  width: 2.2em;
}
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
input.ui-button {
  padding: .4em 1em;
}
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-cover {
  position: absolute;
  z-index: -1;
  filter: mask();
  top: -4px;
  left: -4px;
  width: 200px;
  height: 200px;
}
.ui-dialog {
  position: absolute;
  padding: .2em;
  width: 300px;
  overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  /*height: 1.2em;*/
  cursor: default;
  outline: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.productDetail .ui-slider .ui-slider-range {
  background-color: #2b2b2b;
}
.ui-slider-horizontal {
  height: .8em;
  width: 93%;
  margin-left: 4%;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 .2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tabs .ui-tabs-hide {
  display: none !important;
}
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 0;
  background: #2b2b2b;
  color: #2b2b2b;
  height: 5px;
  border-radius: 0px;
}
.ui-datepicker.ui-widget-content {
  border: 1px solid #bcbcbb;
  height: auto;
  border-radius: 4px;
  background-color: white;
}
.ui-datepicker a.ui-state-default {
  width: auto;
  background: none;
  border: 0;
  border-radius: 0px;
}
.ui-datepicker a.ui-state-highlight,
.ui-datepicker a.ui-widget-content a.ui-state-highlight,
.ui-datepicker a.ui-widget-header a.ui-state-highlight {
  border: 1px solid #fcefa1;
  background-color: #fbf9ee;
  color: #363636;
}
.ui-widget-content a {
  color: #222222;
}
.ui-widget-header {
  background: #eaeaea;
  color: #222222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222222;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #2b2b2b;
  font-weight: normal;
  color: #555555;
  width: 0px;
  border-radius: 0;
  top: -5px;
  border-radius: 12px;
  padding: 6px;
  background: #2b2b2b;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}
.ui-state-hover a,
.ui-state-hover a:hover {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  font-weight: normal;
  /*color: #212121;*/

  /*border: none;*/

  /*outline: none;*/

}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-widget :active {
  outline: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cd0a0a_256x240.png);
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-off {
  background-position: -96px -144px;
}
.ui-icon-radio-on {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-widget-overlay {
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: alpha(opacity=30);
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.arrow_box {
  position: relative;
  background: white;
  border: 2px solid lightgray;
  height: 37px;
  left: 14px;
  margin-bottom: 22px;
  width: 97%;
  font-size: 23px;
  padding: 3px 30px 39px 17px;
}
.arrow_box:after,
.arrow_box:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  left: 130px;
}
.arrow_box:after {
  /*border-color: rgba(136, 183, 213, 0);
        border-top-color: @bgGray;
        border-width: 20px;*/
  margin-left: -30px;
  background-repeat: no-repeat;
  background-image: url(../images/icons/header-image.png);
  height: 100px;
  width: 33px;
  margin-top: -4px;
  background-color: white;
  background-position: -4px 0;
}
.arrow_box:before {
  border-color: rgba(194, 225, 245, 0);
  /*border-top-color: #c2e1f5;*/
  border-width: 36px;
  margin-left: -36px;
}
.filterheader .sortOrder,
.filterheader .searchParameter {
  background-color: #eeebeb;
  padding: 2px 20px;
  width: 100%;
  float: left;
}
.searchParameter {
  background-color: #eeebeb;
  padding: 2px 20px;
  width: 100%;
  float: left;
  margin-top: 4px;
}
.searchingParameters .input-group {
  margin: 5px 3px;
  border: 1px solid;
  width: 47%;
}
.searchingParameters .input-group input {
  width: 83px;
  height: 25px;
}
.searchingParameters .input-group-addon {
  font-size: 12px;
}
.filterpanel {
  margin-top: 20px;
}
#input-group > input {
  border: 1px solid lightgray;
  height: 28px;
  width: 75px;
  border-left: transparent;
}
.input-group {
  margin-top: 5px;
  padding: 0;
}
.input-group-addon:first-child {
  border-right: 0;
  border-radius: 0;
  background: none;
}
.genderCheckbox {
  margin-left: 0;
}
.jewelleryCheckbox {
  margin-left: 0;
}
.occasionCheckbox {
  margin-left: 0;
}
.collectionCheckbox {
  margin-left: 0;
}
.stoneTypeCheckbox {
  margin-left: 0;
}
.stoneColorCheckbox {
  margin-left: 0;
}
.stoneClarityCheckbox {
  margin-left: 0;
}
.stoneShapeCheckbox {
  margin-left: 0;
}
.metalColorCheckbox {
  margin-left: 0;
}
.metalPurityCheckbox {
  margin-left: 0;
}
.subJewelleryCheckbox {
  margin-left: 0;
}
div.collectionDetail {
  margin: 0;
}
input[type="radio"] {
  opacity: 0;
  position: absolute;
}
/* Matches the direct descendant of a label preceded by a 
   radio button */

input[type="radio"] + label > span {
  position: relative;
  border-radius: 12px;
  width: 14px;
  height: 14px;
  background-color: white;
  border: 1px solid #bcbcbc;
  margin: -2px 0em 0 0;
  display: inline-block;
  vertical-align: middle;
}
/* Matches a span contained by the direct descendant 
   of a label preceded by a checked radio button */

input[type="radio"]:checked + label > span span {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0px;
  border-radius: 6px;
  border: 1px solid black;
  background: lightgray;
}
/*----------- checkbox style --------*/

input[type=checkbox].css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
input.css-checkbox + label.css-label {
  border: 1px solid lightgray;
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  width: 20px;
  font-size: 15px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 2px;
}
label.css-label > span {
  /*min-width:270px;*/
  display: inline-block;
  height: 13px;
  position: absolute;
  vertical-align: middle;
  /*width: 13px;*/
  font-size: 15px;
  cursor: pointer;
  margin-top: -3px;
  color: #bdb7b7;
  font-weight: normal;
  margin-left: 20px;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
  background-color: #eaeaea;
  border: 1px solid #eaeaea;
}
input[type=checkbox].css-checkbox:checked + label.css-label:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  color: #2b2b2b;
  font-size: 14px;
  vertical-align: top;
}
input[type=checkbox].css-checkbox:checked + label.css-label span {
  color: #796565;
}
.css-label > span {
  margin-left: 17px;
}
/*.sortOrder > input {
        border: @headerBorder;
        height: 25px;
        margin-top: -3px;
    }*/

/*range slider css*/

.value {
  position: absolute;
  top: 30px;
  left: 50%;
  margin: 0 0 0 -20px;
  width: 40px;
  text-align: center;
  display: none;
  /* optional */
  font-weight: normal;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #333333;
}
.price-range-both.value {
  width: 100px;
  margin: 0 0 0 0px;
  top: 26px;
}
.price-range-both {
  display: none;
}
.value i {
  font-style: normal;
}
.range {
  /*width:100%;*/
  margin: 25px auto 0 auto;
}
.prodctDisplay {
  margin-top: 3%;
}
.product .product-wrapper .designName {
  font-size: 13px;
  color: lightgray;
  font-weight: 400;
}
.product .product-wrapper:hover .designName {
  color: #7a7272;
}
.product .product-wrapper span.new-price {
  color: #7a7272;
  font-weight: 700;
  font-size: 12px;
}
/*.productDisplay {
    margin-top: 4%;
}*/

.selectedParams {
  background-color: #eeebeb;
  margin-top: 5px;
  border: 0px solid #aaaaaa;
  padding: 2px;
  display: inline-block;
}
/*.remover {
    margin-left: 8px;
    background-color: #eeebeb;
    width: 30px;
    height: 26px;
    text-align: center;
    border: none;
}*/

.remover {
  margin-left: 8px;
  background: #bcbcbb;
  width: 25px;
  /* height: 26px; */
  text-align: center;
  border: none;
  margin-right: 2px;
  line-height: 25px;
}
.remover:hover {
  background: #8e8e8e;
  color: white;
  border: none;
  transition: all 0.2s ease;
}
.itemsocpe {
  float: left;
}
.itemsocpe > span {
  display: inline-block;
  float: left;
}
.left-filter-panel {
  position: fixed;
  z-index: 999;
}
.selectedParams:hover button {
  position: relative;
  padding: 5px 10px;
  background-color: #333333;
}
.filterheader:hover {
  cursor: pointer;
}
.filterheader > input {
  border: 1px solid lightgray;
  height: 26px;
  width: 125px;
}
.filterplusminus {
  font-size: 1.3em;
}
.filterLayout {
  margin-top: 5px;
}
.ui-slider-handle.ui-state-default.ui-corner-all:after {
  /*content: ' ';*/
  bottom: -11px;
  position: absolute;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 6px solid transparent;
  border-top: 6px solid #7a7272;
  left: -2px;
}
.radioprizeList {
  margin-top: 22%;
}
ul.radio-group li {
  position: relative;
  list-style: none;
  padding: 1px;
}
.product .product-wrapper {
  position: initial;
  border: 3px solid white;
  padding-bottom: 25px;
  border-bottom: 0px;
}
.product {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.footerOptions {
  position: absolute;
  width: 100%;
  bottom: -60px;
  z-index: 14;
}
.product div.product-wrapper.selected-product {
  border: 3px solid #174769;
  border-bottom: 0px;
  -webkit-transition: border-color 1s ease;
  -moz-transition: border-color 1s ease;
  -o-transition: border-color 1s ease;
  -ms-transition: border-color 1s ease;
  transition: border-color 1s ease;
}
/*div.product .more-option {
        display: none;
        position: absolute;
        bottom: 0;
        width: 100%;
        background-color: #FFFFFF;
        opacity: 0;
       .transitionEffect(0s)
    }*/

.product .product-footer {
  background: white;
}
.product .more-option {
  display: block;
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: white;
  border: 3px solid white;
}
.product-wrapper.selected-product .more-option .product-footer {
  background: #174769;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.product-wrapper.selected-product .more-option {
  border: 3px solid #174769;
  border-top: 0px;
  opacity: 1;
  -webkit-transition: border-color 1s ease;
  -moz-transition: border-color 1s ease;
  -o-transition: border-color 1s ease;
  -ms-transition: border-color 1s ease;
  transition: border-color 1s ease;
  background-color: white;
}
.input-group div {
  display: table;
  width: 50%;
}
.input-group input {
  border: 1px solid lightgray;
  height: 28px;
  width: 75px;
  border-left: transparent;
}
div.row .col-md-4:nth-child(3n+4) {
  clear: both;
}
.product-loading {
  height: 50px;
  width: 50px;
  margin: 100px auto;
}
.product-loading img {
  max-width: 100%;
  top: 50%;
}
.panel-default > .panel-heading {
  color: #7a7272;
  background-color: #eeebeb;
  border-color: #dddddd;
  border: none !important;
}
.panel-default {
  border: 1px solid #eeebeb;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
  border-radius: 0;
  margin-top: 8px;
}
.selectable-metal-color {
  margin-bottom: 0;
}
.discount {
  position: absolute;
  z-index: 14;
  width: 40px;
  display: block;
  -moz-border-radius-bottomright: 50px;
  border-bottom-right-radius: 50px;
  text-align: center;
}
.divDiscount {
  /*background-color: @disc-bg;*/
  position: absolute;
  /*border: 1px solid @disc-bg;*/
  opacity: 0.8;
  filter: alpha(opacity=60);
  width: 0;
  height: 0;
  border-top: 80px solid #ffe169;
  border-right: 80px solid transparent;
}
/*.divDiscount:before {
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
        content: '';
    }

    .divDiscount:after {
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
        border-left: 30px solid @border-col;
        content: '';
    }*/

.divDiscount span {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  color: black;
  margin-top: -75px;
}
div.panel-heading.show-col span::before {
  content: '+';
  float: right;
}
div.panel-heading span::before {
  content: '-';
  float: right;
}
div.panel-heading span::before {
  /*height: 16px;
    width: 16px;
    background: rgb(139, 139, 139);*/
  color: #7a7272;
  text-align: center;
  cursor: pointer;
  font-size: 17px;
}
.ddlSortBy {
  width: 200px;
  float: left;
  margin-left: 20px;
}
.sortText {
  float: left;
  line-height: 30px;
}
.loadButton {
  border-radius: 0;
  background: none;
  color: lightgray;
  font-weight: 700;
  margin-top: 15px;
  border: 1px solid lightgray;
  width: 100%;
  height: 35px;
  font-size: 15px;
  margin-top: 80px;
}
.loadButton:hover {
  text-decoration: underline;
  color: #7a7272;
}
a.accordion-toggle span {
  display: block;
  padding: 10px;
  font-weight: 400;
  color: #2b2b2b;
  font-size: 12px;
}
.panel-heading {
  padding: 0px;
}
.footer-share-option {
  float: left;
}
.social {
  height: 30px;
  padding: 0 3px;
}
.pop-close-button {
  background: #174769;
  width: 90px;
  border-radius: 0;
  font-weight: bold;
  font-size: 15px;
  border: 3px solid gray;
  height: 35px;
  color: white;
}
.conflictImage {
  text-align: center;
}
.menus {
  background: none !important;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0px;
}
.filteBy {
  display: inline-block;
  width: 100%;
}
.searchParameterabove {
  background-color: #eeebeb;
  margin-top: 1%;
  width: 93%;
  padding: 0 14px 0 3px;
  min-height: 36px;
}
.selectedParameters {
  display: initial;
  line-height: 30px;
}
.paramType {
  font-weight: 700;
  text-transform: uppercase;
}
/*.select-dropdown {
    width: 182px;
    border: 1px solid #d3d3d3;
    height: 30px;
    margin-top: 2px;
}*/

.spanHover {
  margin-left: 4px;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border: none;
}
.filtermobileView {
  background: #eeebeb;
  height: 41px;
  width: 93%;
  margin-left: 15px;
  display: none;
}
.filter-content {
  cursor: pointer;
}
.mobileViewIcon img {
  /*background-image: url(../images/icons/mobileicon.png);*/
  margin-top: 3px;
  background-repeat: no-repeat;
}
.mobileViewIcon span {
  font-weight: 500;
  font-size: 17px;
  float: right;
  margin-right: 9px;
  margin-top: 8px;
}
.mobileVisisble {
  display: block;
}
.mobileHidden {
  display: none;
}
.product-wrapper .divDiscount span {
  color: #7a7272;
}
.hidePanel {
  visibility: hidden !important;
}
.showPanel {
  visibility: visible !important;
}
.left-filter-panel {
  display: inline-block;
  top: 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: static;
}
.hung {
  position: absolute;
}
.rltSider {
  position: relative;
}
@media (max-width: 767px) {
  div#page-content {
    margin-top: 50px;
  }
  .filtermobileView.visible-xs {
    display: block;
  }
  .totalselected {
    margin: 0 0 0 0;
  }
  .cust-totalselected {
    margin: 0 13px 0 5px;
  }
  accordion > div > div:last-child {
    margin-bottom: 50px !important;
  }
  accordion > div > div:first-child {
    margin-top: 0px !important;
  }
  /*.filterLayout {
          margin-top: 40px;
      }*/
  
  .selectedParameters {
    padding-left: 10px;
    display: initial;
  }
  .range {
    width: 100%;
    margin: 25px auto 0 auto;
  }
  /*.col-xs-12.col-sm-6.col-md-4.ng-scope.testclass {
          text-align: center;
      }*/
  
  .product-wrapper prodDetail span.new-price {
    color: white;
  }
  .bodycontent {
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
  }
  .select-dropdown {
    width: 123px;
    margin-top: 4px;
  }
  .ddlSortBy .caret {
    left: 105px;
  }
  .ddlSortBy .values {
    width: 125px !important;
  }
  .filterLayout.container {
    padding: 0px;
  }
  .filtermobileView {
    position: fixed;
    width: 100%;
    top: 50px;
    margin: 0px;
    padding: 0px;
    z-index: 999;
  }
  .filter-left-menu {
    padding: 0px;
  }
  .remover {
    margin-left: 8px;
    background: lightgray;
    width: 25px;
    text-align: center;
    border: none;
    margin-right: 2px;
    line-height: 25px;
  }
  /*div.product .product-footer-xs {
          margin-top: 4px;
      }*/
  
  .product-wrapper .product-footer-xs {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .searchingParameters {
    /*display: none;*/
    left: -100%;
    position: fixed;
    z-index: 999;
    width: 75%;
    background: white;
    top: 90px;
    max-height: 100%;
    overflow: auto;
    /*margin-top:300px;*/
  
  }
  .searchingParameters {
    scrollbar-face-color: green;
    scrollbar-shadow-color: red;
    scrollbar-highlight-color: red;
    scrollbar-3dlight-color: red;
    scrollbar-darkshadow-color: red;
    scrollbar-track-color: red;
    scrollbar-arrow-color: red;
  }
  /* Track */
  
  .searchingParameters::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px #7a7272;
    -webkit-border-radius: 0px;
    background-color: white;
    border-radius: 0px;
  }
  /* Handle */
  
  searchingParameters::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 10px;
    background: white;
    background-color: #7a7272;
    -webkit-box-shadow: inset 0 0 6px red;
  }
  .filter {
    display: none;
  }
  .searchParameter {
    display: none;
  }
  headerPanel {
    position: fixed;
    z-index: 99999;
  }
  .row .searchParameterabove {
    margin-top: 0px;
    width: 100%;
    min-height: 35px;
    /*position: absolute;*/
    z-index: 999;
  }
  /*.prodDetail .price span.new-price, .new-price.highlight {
          background: none;
          padding: 0 3px 10px 0px;
      }*/
  
  .prodDetail .spanHover span {
    margin-top: -5px;
  }
  .productDisplay {
    margin-top: 0% !important;
  }
  .product-wrapper.selected-product {
    -webkit-transition: all 0 ease;
    -moz-transition: all 0 ease;
    -o-transition: all 0 ease;
    -ms-transition: all 0 ease;
    transition: all 0 ease;
    border: none;
  }
  .product-wrapper.selected-product img {
    border: 1px solid #efefef;
  }
  .product {
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: initial;
  }
  .partial {
    text-align: center;
  }
  .product .product-wrapper {
    border: none;
    position: relative;
  }
  .product .product-wrapper .designName {
    color: #7a7272;
  }
  .product .product-wrapper span {
    border-radius: 0px;
    color: #7a7272;
  }
}
@media (min-width: 1200px) {
  .left-filter-panel {
    min-width: 263px;
  }
  searchingParameters {
    display: block !important;
  }
  .searchParameterabove {
    display: none;
  }
  .product:hover {
    overflow: visible;
  }
  .product .product-wrapper .new-price.highlight {
    background-color: #174769;
    padding: 2px 20px;
    color: white;
    font-size: 16px;
    position: absolute;
    right: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  div.left-filter-panel.filterHeaderfixed {
    padding-bottom: 60px;
  }
  .filterHeaderfixed {
    position: fixed !important;
    z-index: 1020;
    margin-top: 0px;
    width: 100%;
    background: white;
  }
  .filterHeaderfixed.left-filter-panel {
    background: white;
    overflow: auto;
  }
  /*.filterHeaderfixed.left-filter-panel .filter-accordion{
              overflow: auto;
          }*/
}
@media (max-width: 1024px) {
  .filter-content:hover,
  .dropdown-prod .dropdown-prod-heading:hover {
    background: #9db1bc;
  }
  .left-filter-panel {
    min-width: 200px;
  }
  .product div.product-wrapper div.prodDetail span.new-price {
    color: white;
  }
  .searchParameterabove {
    display: none;
  }
  .filterheader.hidden-xs.sortBy {
    margin-top: 6%;
  }
  searchingParameters {
    display: block;
  }
  .prodDetail .price span.old-price {
    width: 88px;
    display: inline-block;
    text-align: center;
    float: right;
  }
  .product div.product-wrapper.selected-product {
    /*.transitionEffect(0);*/
    border: none;
  }
  .product {
    margin-bottom: 20px;
  }
  /*.product div.product-wrapper.selected-product {
          opacity:0.9;
          background:#ccc;
      }*/
  
  .product div.product-wrapper.selected-product img {
    border: 1px solid #efefef;
  }
  .product div.product-wrapper .product-footer-xs {
    margin-top: 5px;
    margin-bottom: 0px;
  }
  .product .product-wrapper {
    border: none;
    position: relative;
    max-width: 100%;
    padding-bottom: 0px;
    margin: 0;
  }
  .product .product-footer-xs {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .productDisplay {
    margin-top: 3%;
  }
  /*div.product .product-wrapper .new-price.highlight {
              background-color: #174769;
              color: white;
              font-size: 16px;
              position: absolute;
              right: 0;
              border-top-left-radius: 10px;
              border-bottom-left-radius: 10px;
              height: 22px;
              width: 87px;
          }*/
  
  .product .product-wrapper .designName {
    color: #7a7272;
  }
  .product .product-wrapper span {
    border-radius: 0px;
  }
  div.row .col-md-4:nth-child(3n+4) {
    clear: none;
  }
  .filterHeaderfixed {
    position: fixed !important;
    z-index: 1020;
    margin-top: 0px;
    width: 100%;
    background: white;
  }
  .filterHeaderfixed.left-filter-panel {
    background: white;
    overflow: auto;
  }
}
.filtercontent div {
  display: inline-block;
  width: 100%;
}
.filtercontent td label,
.filtercontent td span {
  color: #bdb7b7;
  float: left;
  font-size: 12px;
  margin: 2px;
}
.filtercontent td span {
  padding-left: 7px;
}
.quality {
  font-size: 12px;
  font-weight: 400;
  color: #7a7272;
}
.menus > li + li:before {
  /*.font-awesome();*/
  content: '>>';
}
.nodatafound {
  text-align: center;
  font-size: 200%;
}
.filter-wrapper {
  position: relative;
}
/*.filter-wrapper .filter-left-menu {
        position:absolute;
        height:100%;
    }*/

@media (max-width: 768px) {
  .left-filter-panel {
    min-width: 100%;
  }
  .totalselected {
    background-color: #eeebeb;
  }
}
.menuItem {
  display: block;
  padding: 9px 0 10px 15px;
  border-bottom: 1px solid lightgray;
}
.contentHeader {
  margin-top: 23px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
}
.knowledge-wrapper .filterheader {
  padding: 10px;
  color: #2b2b2b;
  font-weight: normal;
  top: 10px;
  background: #eaeaea;
  font-weight: 700;
}
.list-group a:last-child {
  border: none;
  margin-bottom: -17px;
}
.icoButtonImage {
  float: left;
  padding: 20px 0 0 20px;
  height: 60px !important;
}
.faqs h5 {
  font-weight: bold;
}
.servicesheadeing h5 {
  font-weight: bold;
}
.knowledgedetail {
  text-align: justify;
}
.policyHeading h5 {
  font-weight: bold;
}
.faq {
  display: block;
  width: 200px;
  height: 65px;
  background: url(../images/Knowledge/faqs_ovr.png) no-repeat;
}
.faq:hover {
  background: url(../images/Knowledge/faqs.png) no-repeat;
}
.serviceS {
  display: block;
  width: 200px;
  height: 65px;
  background: url(../images/Knowledge/services_ovr.png) no-repeat;
}
.serviceS:hover {
  background: url(../images/Knowledge/services.png) no-repeat;
}
.policieS {
  display: block;
  width: 200px;
  height: 65px;
  background: url(../images/Knowledge/policies_ovr.png) no-repeat;
}
.policieS:hover {
  background: url(../images/Knowledge/policies.png) no-repeat;
}
.newS {
  display: block;
  width: 200px;
  height: 65px;
  background: url(../images/Knowledge/news_ovr.png) no-repeat;
}
.newS:hover {
  background: url(../images/Knowledge/news.png) no-repeat;
}
.foruM {
  display: block;
  width: 200px;
  height: 65px;
  background: url(../images/Knowledge/forum_ovr.png) no-repeat;
}
.foruM:hover {
  background: url(../images/Knowledge/forum.png) no-repeat;
}
.contactS {
  display: block;
  width: 200px;
  height: 65px;
  background: url(../images/Knowledge/contact_us_ovr.png) no-repeat;
}
.contactS:hover {
  background: url(../images/Knowledge/contact_us.png) no-repeat;
}
.contect_pagebox {
  /*width: 940px;*/
  height: 82px;
  margin: 25px auto;
}
.pagebox {
  width: 233px;
  height: 82px;
  border: #cccccc solid 1px;
  float: left;
}
.pagebox h3 {
  font-size: 18px;
  text-align: center;
  float: right;
  padding: 10px 25px;
}
.pagebox h5 {
  line-height: 80px;
  font-size: 12px;
  color: #043570;
  text-align: left;
  padding-left: 25px;
}
.contect_pagebox .pagebox img {
  margin-top: -20px;
}
.termHighlight {
  display: inline !important;
  list-style: none;
  text-align: left;
  float: none;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-bottom: 1px solid;
  text-decoration: underline;
  color: #009900 !important;
  font-weight: normal;
  cursor: pointer;
}
.forumHighlight {
  display: inline !important;
  list-style: none;
  text-align: left;
  float: none;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-bottom: 1px solid;
  text-decoration: underline;
  color: #009900 !important;
  font-weight: normal;
  cursor: pointer;
}
.Purity {
  display: block;
  width: 200px;
  height: 65px;
  background: url(../images/Gold/Purity.png) no-repeat;
}
.Purity:hover {
  background: url(../images/Gold/Purity_ovr.png) no-repeat;
}
.ColoredGold {
  display: block;
  width: 200px;
  height: 65px;
  background: url(../images/Gold/coloredgold.png) no-repeat;
}
.ColoredGold:hover {
  background: url(../images/Gold/coloredgold_ovr.png) no-repeat;
}
.Setting {
  display: block;
  width: 200px;
  height: 65px;
  background: url(../images/Gold/Setting.png) no-repeat;
}
.Setting:hover {
  background: url(../images/Gold/Setting_ovr.png) no-repeat;
}
.Gold {
  display: block;
  width: 200px;
  height: 65px;
  background: url(../images/Gold/gold.png) no-repeat;
}
.Gold:hover {
  background: url(../images/Gold/gold_ovr.png) no-repeat;
}
/*------*/

#scrollbar1 .overview h5 {
  width: auto;
  display: block;
  text-align: left;
  line-height: 18px;
  padding-right: 0;
  color: #2b2b2b;
  font-weight: bold;
}
#scrollbar1 .overview p {
  width: auto;
  display: block;
  font-weight: normal;
  text-align: justify;
  font-size: 13px;
  line-height: 18px;
  color: #878888;
}
.pageContent {
  float: left;
  width: 900px;
  overflow: auto;
  padding-right: 20px;
  margin: 10px 0 20px 0;
}
#scrollbar1 .thumb {
  /*background: #7A7272;
    height: 40px;
    width: 12px;
    cursor: pointer;*/
  overflow: hidden;
  position: absolute;
  top: 1px;
  left: -5px;
  border-radius: 5px;
  -ms-filter: "alpha(opacity=90)";
  filter: alpha(opacity=90);
  opacity: .9;
}
#scrollbar1 {
  width: 860px;
  float: left;
}
#scrollbar1 .scrollbar {
  background: #cccccc;
  position: relative;
  background-position: 0 0;
  float: right;
  width: 2px;
}
#scrollbar1 .viewport {
  /*width: 680px;*/
  overflow: hidden;
  position: relative;
}
#scrollbar1 .overview {
  list-style: none;
  padding: 5px 0;
  margin: 0;
}
.SettingImage {
  width: 200px;
  height: 200px;
  margin: 10px;
}
/*diamond certification page*/

.ConfiDiamond {
  display: block;
  width: 200px;
  height: 65px;
  background: url(../images/Diamondknowledge/Confi_Diamond.png) no-repeat;
}
.ConfiDiamond:hover {
  background: url(../images/Diamondknowledge/Confi_Diamond_ovr.png) no-repeat;
}
.HA {
  display: block;
  width: 200px;
  height: 65px;
  background: url(../images/Diamondknowledge/HA.png) no-repeat;
}
.HA:hover {
  background: url(../images/Diamondknowledge/HA_ovr.png) no-repeat;
}
.Glossary {
  display: block;
  width: 200px;
  height: 65px;
  background: url(../images/Diamondknowledge/Glossary.png) no-repeat;
}
.Glossary:hover {
  background: url(../images/Diamondknowledge/Glossary.png) no-repeat;
}
.Diamond {
  display: block;
  width: 200px;
  height: 65px;
  background: url(../images/Diamondknowledge/Diamond.png) no-repeat;
}
.Diamond:hover {
  background: url(../images/Diamondknowledge/Diamond_ovr.png) no-repeat;
}
.Forcs {
  display: block;
  width: 200px;
  height: 65px;
  background: url(../images/Diamondknowledge/4cs.png) no-repeat;
}
.Forcs:hover {
  background: url(../images/Diamondknowledge/4cs_ovr.png) no-repeat;
}
.Shape {
  display: block;
  width: 200px;
  height: 65px;
  background: url(../images/Diamondknowledge/Shape.png) no-repeat;
}
.Shape:hover {
  background: url(../images/Diamondknowledge/Shape_ovr.png) no-repeat;
}
.Certification {
  display: block;
  width: 200px;
  height: 65px;
  background: url(../images/Diamondknowledge/Certification.png) no-repeat;
}
.Certification:hover {
  background: url(../images/Diamondknowledge/Certification_ovr.png) no-repeat;
}
/*news*/

.outside {
  width: 940px;
  height: auto;
  margin: 0 auto;
  padding: 10px 0;
}
.news-top {
  background: url(../images/News/newsUpSmall.png) no-repeat;
  width: 710px;
  height: 25px;
  margin: 0 auto;
}
.news-center {
  background: url(../images/News/news-text.png) repeat-y;
  width: 705px;
  height: auto;
  margin: 0 auto;
  padding: 10px 30px 10px 30px;
  position: relative;
}
.news-botom {
  background: url(../images/News/newsDownSmall.png) no-repeat;
  width: 710px;
  height: 32px;
  margin: 0 auto;
}
.news-center img {
  width: 150px;
  height: 130px;
  float: right;
  -webkit-box-shadow: 0 0 5px #666666;
  -moz-box-shadow: 0 0 5px #666666;
  box-shadow: 0 0 5px #666666;
  margin-left: 10px;
}
.news-center .content strong {
  color: #043570;
  font-weight: bold;
}
.news-center .read-more {
  font-size: 11px;
  font-style: italic;
  display: block;
  position: absolute;
  right: 5%;
  color: red;
  cursor: pointer;
}
.pagebox h3 {
  border-top: none !important;
}
.faqs h4,
.servicesheadeing h4,
.policyHeading h4,
.diamondHeading h4,
.shapeHeading h4,
.certHeader h4,
.conflictHeader h4 {
  font-weight: 700;
}
.heading h3 {
  color: #09448a;
  padding: 5px 0px 0px 20px;
  top: 0px;
  font-weight: bolder;
}
.content p {
  width: auto;
  display: block;
  font-weight: bold;
  text-align: justify;
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 0 20px;
  margin-top: -15px;
}
/*.input-group > input {
    width: 50%;
    border: 1px solid #d3d3d3;
    margin-left: 11px;
    height: 25px;
}*/

.diamondHeading h5 {
  font-weight: bold;
}
.fourcsHeading h5 {
  font-weight: bold;
}
.shapeHeading h5 {
  font-weight: bold;
}
.contactInput {
  border: 1px solid lightgray;
  outline: none;
}
.contactLable {
  margin-left: -35px;
}
.selectOption {
  height: 35px;
  border: 1px solid lightgray;
  margin-left: -14px;
  width: 282px;
}
img#ImagetoShow {
  max-width: 100%;
}
@media (max-width: 767px) {
  .contactLable {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .contactLable {
    margin-left: 0;
  }
}
/*product detail page css*/

/*.detail {
    background: none !important;
   
    font-size: 18px;
    margin-top: 10px;
    font-weight: normal;
}

    .detail li:last-child {
        font-weight: 700;
    }

.borderedBox {
    border: 1px solid #d3d3d3;
    height: 85px;
    width: 85px;
    margin-bottom: 10px;
}

.detailGroup {
    border: 1px solid #dddddd;
    margin-top: -15px;
}

.productView {
    border: 1px solid #d3d3d3;
    height: 370px;
    margin-left: 30px;
}

.goldColors span {
    float: left;
    font-size: 15px;
    margin-right: 20px;
    font-weight: 700;
    margin-top: -3px;
}

.goldColors .selectable-metal-color li {
    height: 35px;
    width: 35px;
    border: 1px solid #7a7272;
    margin-top: -10px;
}

.diamond {
    margin-top: 20px;
}

.aboutdiamond, .aboutrangeSize, .aboutGold a {
    margin-left: 12px;
    font-size: 15px;
    font-weight: normal;
    color: #7a7272;
}



.rangeSize {
    margin-top: 20px;
}


.size, .diamondclarity {
    margin-top: -15px;
}

.priceDiscount {
    margin-top: -26px;
    border-bottom: 1px solid #d3d3d3;
}

.newPrice, .oldPrice {
    font-size: 25px;
}

.newPrice {
    color: black;
    font-weight: bold;
}

.oldPrice {
    position: relative;
    margin-left: 45px;
    color: #d3d3d3;
}

    .oldPrice:before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        right: 0;
        border-top: 1px solid;
        border-color: inherit;
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

input#btnbuy {
    margin-bottom: 15px;
}

.buyNow {
    margin-top: 15px;
    border-bottom: 1px solid #d3d3d3;
}

    .buyNow .saleDate {
        font-size: 15px;
        color: black;
        font-weight: bold;
    }

.similarDesignHeader {
    background: #d3d3d3;
    margin-left: -15px;
    width: 193px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.similardesign {
    max-width: 170px;
}

.similardesignName {
    margin-left: 35px;
    font-size: 17px;
    font-weight: 400;
    color: #7a7272;
}

.borderedBox img {
    max-width: 95px;
    max-height: 95px;
    margin-left: -4px;
}

.offerPeriod {
    margin-top: -55px;
    display: inherit;
    margin-left: 135px;
}

.chat {
    margin-left: 132px;
    font-size: 15px;
}

.message-Envelope {
    background: url(../images/icons/message.png) no-repeat;
   
    width: 710px;
    height: 32px;
}

.shareWith {
    margin-left: 35px;
    vertical-align: middle;
    font-size: 17px;
}

.socialConnections {
    margin-top: 10px;
}

.socialFb {
    background: url(../images/icons/facebook.png) no-repeat;
    height: 23px;
    width: 23px;
    margin-left: 30px;
}

.socialTwt {
    background: url(../images/icons/twit.png) no-repeat;
    height: 23px;
    width: 23px;
    margin-left: 5px;
}

.socialPintrest {
    background: url(../images/icons/pintrest.png) no-repeat;
    height: 23px;
    width: 23px;
    margin-left: 5px;
}

.socialGplus {
    background: url(../images/icons/googleplus.png) no-repeat;
    height: 23px;
    width: 23px;
    margin-left: 5px;
}

.productImage {
    text-align: center;
    margin: 10px;
}

.imageView span {
    margin-top: 90px !important;
   
    float: left;
    padding: 0 0 0 70px;
    font-size: 18px;
}

    .imageView span.aboutProduct {
        margin-left: -74px;
        width: 236px !important;
        margin-top: 90px;
       
        font-weight: bold;
        
    }

    .imageView span.description {
        width: 550px;
        margin-left: -78px;
        margin-top: 6px !important;
    }

.detailHeader, .optionHeader {
    background-color: #eeebeb;
    padding: 8px;
    border: 1px solid #B3B8B8;
    font-weight: bolder;
    font-size: 16px;
}

.buyers span {
    font-size: 17px;
    font-weight: bold;
    position: absolute;
    margin-top: 3px;
}

.options span {
    font-size: 17px;
    font-weight: normal;
    margin-top: 25px;
    position: absolute;
}

.nondomesticBuyer span {
    font-size: 17px;
    font-weight: bold;
    margin-top: 60px;
    position: absolute;
}

.nondomesticOptions span {
    font-size: 17px;
    font-weight: normal;
    margin-top: 85px;
    position: absolute;
}

.banks span {
    font-weight: bold;
    margin-top: 175px;
    font-size: 17px;
}

.paymentOptions {
    margin-top: 125px;
}

    .paymentOptions li a {
        background: url('../images/icons/payment-icons.png') 0px 0 no-repeat transparent;
        height: 25px;
        width: 42px;
        display: block;
    }

        .paymentOptions li a[data-ptype='amr_exp'] {
            background-position: -59px 0;
        }

        .paymentOptions li a[data-ptype='visa'] {
            background-position: -116px 0;
        }

        .paymentOptions li a[data-ptype='mst_card'] {
            background-position: -175px 0;
        }

        .paymentOptions li a[data-ptype='paypal'] {
            background-position: -232px 0;
            width: 41px;
        }

        .paymentOptions li a[data-ptype='mastero'] {
            background-position: -290px 0;
        }

.recentlyviewedHeader {
    background: lightgray;
    margin-left: -15px;
    width: 100%;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    padding: 6px 10px;
}

.recentdesignName {
    font-size: 17px;
    font-weight: 400;
    color: #7a7272;
    margin-top: 146px;
    position: absolute;
    margin-left: -126px;
}

.recentProduct {
    max-width: 170px;
}

.info {
    padding-bottom: 30px;
    border-bottom: 1px solid #d3d3d3;
}

.additional {
    margin-top: 3%;
}

    .additional span {
        font-size: 17px;
        font-weight: bold;
    }

.additionalInfo span {
    margin-top: 5px;
    font-size: 17px;
    font-weight: normal;
}

.terms {
    padding-bottom: 30px;
    border-bottom: 1px solid #d3d3d3;
    text-align: -webkit-center;
    margin-top: 15px;
}

.colorSelected img {
    margin-left: 10px;
}

.arrow-up {
    margin-top: 1px;
    position: absolute;
    margin-left: -4px;
}

.upIndicator {
    margin-left: 35px;
    border: 1px solid #d3d3d3;
    margin-top: 9px;
    position: absolute;
    height: 20px;
    width: 20px;
    text-align: center;
}

.downIndicator {
    margin-left: 35px;
    border: 1px solid lightgray;
    margin-top: 55px;
    position: absolute;
    height: 20px;
    width: 20px;
    text-align: center;
}*/

/* Make clicks pass-through */

#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all;
}
#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}
#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}
#loading-bar .bar {
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;
  background: #ffe169;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
/* Fancy blur effect */

#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: .45;
  -moz-box-shadow: #ffe169 1px 0 6px 1px;
  -ms-box-shadow: #ffe169 1px 0 6px 1px;
  -webkit-box-shadow: #ffe169 1px 0 6px 1px;
  box-shadow: #ffe169 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 10002;
  top: 10px;
  left: 10px;
}
#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #ffe169;
  border-left-color: #ffe169;
  border-radius: 10px;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation: loading-bar-spinner 400ms linear infinite;
  -ms-animation: loading-bar-spinner 400ms linear infinite;
  -o-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite;
}
@-webkit-keyframes loading-bar-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loading-bar-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes loading-bar-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes loading-bar-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.detail ol.breadcrumb {
  background: none !important;
  margin-top: 10px;
  font-weight: normal;
}
.detail li:last-child {
  font-weight: 700;
}
.modal .productdesign-wrapper .productNameId-wrapper {
  padding: 0 15px;
  display: inline-block;
}
.prod3602Doption {
  text-align: center;
  width: 100%;
  display: block;
  padding: 0 6px;
  margin-bottom: 2px;
}
#ddl360Option {
  background: white;
}
.prod3603Doption {
  text-align: center;
  width: 100%;
  display: block;
  padding: 0 6px;
  margin-bottom: 2px;
  /*display: none;*/

}
.videoicon2D {
  background: url('../images/icons/3d360.png') 0 -60px no-repeat;
  background-size: 174px 120px;
  width: 87px;
  height: 60px;
  display: block;
}
.videoicon2D:hover,
.selectvideoicon2D {
  background: url('../images/icons/3d360.png') 0 0px no-repeat;
  background-size: 174px 120px;
}
.videoicon3D {
  background: url('../images/icons/3d360.png') -87px -60px no-repeat;
  background-size: 174px 120px;
  width: 87px;
  height: 60px;
  display: block;
}
.videoicon3D:hover,
.selectvideoicon3D {
  background: url('../images/icons/3d360.png') -87px 0px no-repeat;
  background-size: 174px 120px;
}
.threeDGlass {
  vertical-align: initial;
}
.borderedBox {
  /*border: @headerBorder;*/
  /*margin-bottom: 10px;*/
  margin-bottom: 3px;
  position: relative;
  /*margin: auto auto 10px auto;*/
  margin: auto auto 0 auto;
  float: none;
  width: 100%;
}
.video-wrap {
  margin: auto auto 13px auto;
  position: relative;
  z-index: 100;
}
.video-wrap .borderedBox {
  margin-bottom: 0px;
}
.btnNormal.tryonJewel {
  display: none;
  float: right;
  margin-right: 0;
}
.thumb.borderedBox {
  display: inline-block;
}
.divimage-right,
.divimage-left {
  float: left;
}
.divimage-right {
  padding-left: 0px;
  padding-right: 5px;
}
.paymentConditions {
  padding-bottom: 25px;
}
.paymentConditions p {
  color: #2b2b2b;
}
.productRotator {
  /*border: @headerBorder;*/
  text-align: center;
  max-width: 100%;
}
.productView {
  border: 1px solid lightgray;
  height: 370px;
  margin-left: 30px;
}
.goldColors span {
  float: left;
  font-size: 13px;
  margin-right: 20px;
  font-weight: 700;
  color: #2b2b2b;
  margin-top: 8px;
}
.productDetail ul.selectable-metal-color,
ul.selectable-chain-color {
  width: 100%;
}
.yellow_gold {
  background-color: #ffcc00;
}
.rose_gold {
  background-color: #eac1ab;
}
.white_gold {
  background-color: #eaeaea;
}
.no-cursor {
  cursor: default !important;
}
.goldColors .selectable-metal-color li {
  height: 35px;
  width: 25.00%;
  float: left;
  /*border: @border-dark;*/

  /*margin-top: -10px;*/

}
.chainColors .selectable-chain-color.ch_color li {
  height: 35px;
  width: 29.00%;
  float: left;
  /*border: @border-dark;*/

  /*margin-top: -10px;*/

}
.chainDetail-wrapper {
  display: none;
}
.detailGroup .chain-info,
.detailGroup .gemstone-info,
.detailGroup .metal-info,
.stone-info {
  float: left;
}
.chainDetail {
  display: none;
}
.diamond {
  margin-top: 7px;
}
.aboutdiamond,
.aboutrangeSize,
.aboutGold a {
  margin-left: 12px;
  font-size: 14px;
  font-weight: normal;
  color: #7a7272;
}
.ringSize {
  padding-top: 6px;
  border-top: 1px solid lightgray;
}
.couplesize .msize {
  padding-right: 5px;
}
.couplesize .fsize {
  padding-left: 5px;
}
.newPrice,
.oldPrice {
  font-size: 25px;
  float: left;
}
.newPrice {
  color: black;
  font-weight: bold;
  margin-right: 15px;
}
.oldPrice {
  position: relative;
  color: lightgray;
  font-size: 20px;
  padding: 7px 0 0;
  display: none;
}
.oldPrice:before {
  position: absolute;
  content: "";
  left: 0;
  top: 57%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
input#btnbuy,
.buy {
  margin: 10px 0px 10px;
  height: 40px;
  border: none;
  font-size: 14px;
  float: left;
}
.aboutslectedProduct {
  margin-top: 20px;
}
input#btnbuy:hover,
.buy:hover {
  background: #85ce8f;
  color: black;
}
.aboutslectedProduct h5 {
  font-weight: bold;
}
.buyNow-wrapper {
  margin: 0 0 0 1px;
}
.buyNow {
  margin-top: 0px;
  /*border-bottom: @headerBorder;*/
  padding: 10px 0px 0px 0;
  float: left;
  width: 100%;
}
.buyNowMob {
  display: none;
}
.service {
  padding-bottom: 10px;
}
.buyNow .saleDate {
  font-size: 14px;
  color: black;
  font-weight: bold;
}
.similarity {
  max-width: 100%;
  height: 100%;
}
.similarProduct h5 {
  /*max-width: 100%;*/
  text-align: center;
  bottom: 0;
  position: absolute;
  /*width: 100%;*/

}
.similarDesignHeader {
  background: #eeebeb;
  width: 193px;
  height: 40px;
  top: 1px;
  position: absolute;
  text-align: center;
}
.similarDesignHeader h4 {
  padding: 0px;
  font-weight: normal;
}
.similardesign {
  max-width: 100%;
}
.similardesign h5 {
  text-align: center;
}
/*.similardesignView h5 {
    text-align:center;
}*/

/*.similardesignName {
    margin-left: 35px;
    font-size: 17px;
    font-weight: 400;
    color: @hvr-color;
}*/

#ddl360Option.borderedBox {
  display: none;
}
.borderedBox img {
  max-width: 100%;
  display: inline-block;
}
.delTime {
  margin-top: 20px;
  float: left;
  padding-right: 0;
}
.chat {
  font-size: 12px;
  float: left;
  font-style: italic;
}
.message-Envelope {
  width: 100%;
  height: 32px;
  float: left;
  color: #2b2b2b;
}
.socialConnections fa fa-envelope-square {
  float: left;
  font-size: 20px;
}
.shareWith {
  margin-left: 5px;
  vertical-align: middle;
  font-size: 14px;
  float: left;
  font-weight: 400;
  color: #2b2b2b;
}
.socialConnections {
  margin-top: 10px;
  max-width: 100%;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
}
.socialConnections a {
  font-size: 20px;
  margin-left: 5px;
  text-decoration: none;
}
.commentbox.tip p {
  color: #2b2b2b;
  font-weight: 400;
  font-size: 13px;
}
.productImage {
  /*border: 1px solid lightgray;*/
  margin: auto;
  float: none;
  display: inline-block;
  max-width: 100%;
  position: relative;
}
.imageView h4 {
  /*margin-top: 100px;
    padding: 0 0 0 60px;*/
  text-align: center;
}
.prod360View {
  margin-top: 3px;
}
.productdiscount {
  margin: 10px 5px 0;
  float: left;
  display: none;
}
.prodgallery-wrapper {
  max-width: 535px;
  margin: 0 auto;
  padding: 0;
}
.prodgallery div {
  padding: 0;
}
.prodgallery .first {
  border-bottom: 1px solid #174769;
}
.prodgallery div:nth-child(odd) {
  border-right: 1px solid #174769;
}
.prodgallery div:nth-child(even) {
  border-right: 1px solid transparent;
}
.showhideprodzoom {
  display: none;
}
/*.detailHeader, .optionHeader {
    border-top: @headerBorder;
    padding-top: 5px;
    padding-bottom: 15px;
    font-weight: bolder;
    font-size: 16px;
}*/

.detailHeader h3 {
  color: #2b2b2b;
  font-weight: 700;
}
.buyers span {
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  margin-top: 3px;
}
.options span {
  font-size: 13px;
  font-weight: normal;
  margin-top: 2px;
  position: absolute;
}
.nondomesticBuyer {
  margin-top: 15px;
}
.buyers h5,
.nondomesticBuyer h5 {
  font-weight: 700;
  color: #bcbcbb;
}
.banks h5 {
  font-weight: 700;
}
.paymentOptions,
.paymentOptions_intl {
  margin-top: 10px;
}
.paymentOptions {
  background: url('../images/icons/payment-icons.png') 0px 0 no-repeat transparent;
  height: 25px;
  /*width: 42px;*/
  display: block;
}
.paymentOptions_intl {
  background: url('../images/icons/payment-icons_intl.png') 0px 0 no-repeat transparent;
  height: 60px;
  /*width: 42px;*/
  display: block;
}
.paymentOptions li a {
  background: url('../images/icons/payment-icons.png') 0px 0 no-repeat transparent;
  height: 25px;
  width: 42px;
  display: block;
}
.bankOption {
  background: url('../images/icons/banks.png') 0px 0 no-repeat transparent;
  height: 25px;
  display: block;
}
.shippingOption,
.shippingOption_intl {
  margin-top: 10px;
}
.shippingOption {
  background: url('../images/icons/shipping.png') 0px 0 no-repeat transparent;
  height: 25px;
  display: block;
}
.shippingOption_intl {
  background: url('../images/icons/shipping_intl.png') 0px 0 no-repeat transparent;
  height: 25px;
  display: block;
}
/*.paymentOptions li a[data-ptype='amr_exp'] {
            background-position: -59px 0;
        }

        .paymentOptions li a[data-ptype='visa'] {
            background-position: -116px 0;
        }

        .paymentOptions li a[data-ptype='mst_card'] {
            background-position: -175px 0;
        }

        .paymentOptions li a[data-ptype='paypal'] {
            background-position: -232px 0;
            width: 41px;
        }

        .paymentOptions li a[data-ptype='mastero'] {
            background-position: -290px 0;
        }*/

.recent {
  border: 1px solid lightgray;
  min-height: 200px;
}
.recentlyviewedHeader {
  background-color: #eeebeb;
  border: 1px solid #b3b8b8;
  /*margin-left: -15px;*/
  width: 100%;
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 10px;
}
.recentlyviewedHeader h4 {
  margin-top: 4px;
}
.recentdesignName {
  font-size: 13px;
  font-weight: 400;
  color: #7a7272;
  margin-top: 146px;
  position: absolute;
  margin-left: -126px;
}
.recentProduct {
  max-width: 100%;
}
.info {
  padding-bottom: 30px;
  border-bottom: 1px solid lightgray;
}
.policy p {
  margin-top: 15px;
  padding-bottom: 20px;
}
.additional {
  margin-top: 3%;
}
.additional span {
  font-size: 13px;
  font-weight: bold;
}
.additionalInfo p {
  margin-top: 5px;
  font-size: 13px;
  font-weight: normal;
}
.additionalInfo {
  padding-bottom: 30px;
}
.terms {
  padding-top: 20px;
  text-align: -webkit-center;
  font-size: 12px;
}
.colorSelected img {
  margin-left: 10px;
}
.arrow-up {
  margin-top: 1px;
  position: absolute;
  margin-left: -4px;
}
.upIndicator {
  border: 1px solid lightgray;
  /*margin-top: 9px;*/
  position: absolute;
  height: 20px;
  width: 20px;
  text-align: center;
  margin-left: 15px;
}
.downIndicator {
  border: 1px solid lightgray;
  /*margin-top: 55px;*/
  position: absolute;
  height: 20px;
  width: 20px;
  text-align: center;
  margin-left: 40px;
}
.policy {
  border-bottom: 1px solid lightgray;
  border-top: 1px solid lightgray;
  text-align: -webkit-center;
}
.Off {
  background: #d8484e;
  margin-top: 5px;
  width: 50px;
  height: 45px;
  position: relative;
  color: white;
  text-align: center;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20 eg);
  font-weight: 700;
}
.evalution {
  width: 100%;
  float: left;
}
.similarProduct {
  /*max-width: 100%;*/
  border: 1px solid lightgray;
  display: inline-block;
  width: 100%;
  /*height: 100%;*/

  /*position: relative;*/

  /*margin-right:20px*/

}
.similarProduct img {
  width: 100%;
}
.similarProduct:nth-child(3),
.similarProduct:nth-child(4) {
  margin-top: 15px;
}
.additionalInfo a {
  padding: 1px 15px 3px;
  border-radius: 15px;
  margin-left: 5px;
  background: white;
  color: #2b2b2b;
  float: left;
  margin-bottom: 8px;
  text-decoration: none;
  border: 1px solid lightgray;
}
.additionalInfo {
  padding-bottom: 15px;
  border: 1px solid #bcbcbb;
  max-width: 100%;
  margin-bottom: 25px;
  text-align: center;
  overflow: hidden;
  padding: 20px 10px;
  background: #eaeaea;
}
.header h3 {
  color: #2b2b2b;
  font-weight: 400;
  margin-top: 0px;
  border-top: 0px;
  padding-top: 0px;
  /*font-size:@big-fontSize*/

}
.header h4,
.header h5 {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 700;
  margin: 25px 0 0 0;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
  margin-top: 0px;
  border-top: 0px;
  padding-top: 0px;
}
.innerHeader {
  font-weight: 700;
  color: #2b2b2b;
}
.detailGroup.dropdown-prod {
  position: relative !important;
  margin-bottom: 10px;
}
.drop-menu-prod-metal {
  z-index: 5;
}
.drop-menu-prod-diamond {
  z-index: 4;
}
.drop-menu-prod-gemstone {
  z-index: 3;
}
.drop-menu-prod-ring {
  z-index: 2;
}
.drop-menu-prod-chain {
  z-index: 2;
}
.dropdown-menu-prod {
  position: absolute;
  background: #f2f2f2;
  width: 100%;
}
.dropdown-prod .dropdown-prod-heading {
  background: #f2f2f2;
  padding: 4px 0 0;
}
.dropdown-prod .dropdown-prod-subtitle {
  margin: 10px 0 0;
  display: inline-block;
}
.dropdown-prod .prod-diamondImg {
  width: 70%;
  max-width: 45px;
}
.dropdown-prod .prod-chainImg {
  width: 70%;
  max-width: 45px;
  display: none;
}
.dropdown-prod .prod-gemstoneImg {
  margin: 10px;
}
.gemstone-wrap {
  display: inline-block;
  padding: 7px 5px 7px;
  float: right;
  cursor: pointer;
}
.chainsel-wrapper {
  display: none;
}
.dropdown-prod .metalsel {
  padding: 13px 9px;
  min-width: 45px;
}
.dropdown-prod .ringsel {
  float: right;
  padding: 10px 15px;
}
.dropdown-prod .chainsel {
  display: block;
}
.dropdown-prod .gemsel,
.dropdown-prod .ringstdsel {
  margin-top: 10px;
  display: block;
}
.evaluate-value .hideshowProdDetail {
  width: 100%;
  cursor: pointer;
  display: inline-block;
}
.evaluate-value .chaintype {
  margin-bottom: 10px;
}
.evaluate-value .golddetail,
.evaluate-value .diamonddetail,
.evaluate-value .ringdetail,
.evaluate-value .chainDetail-wrapper,
.evaluate-value .gemstonedetail {
  background: white;
  float: left;
  padding: 0 0 10px;
  display: none;
  border-left: 2px solid #f2f2f2;
  border-right: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
}
.evaluate-value .golddetail .form-group {
  margin: 0;
  padding: 5px;
}
.evaluate-value .ringdetail {
  padding: 10px;
}
.evaluate-value .chainDetail-wrapper {
  padding: 10px 0;
}
.evaluate-value .gemstonedetail {
  padding: 0;
}
.productDetail .producttitle-wrapper {
  margin: 20px 0 0;
}
.productDetail .producttitle-wrapper .prodName {
  font-size: 19px;
}
.productDetail .producttitle-wrapper .prodTitle,
.productDetail .producttitle-wrapper .isChainHeading,
.productDetail .producttitle-wrapper .gemTitle,
.productDetail .producttitle-wrapper .ringTitle {
  font-size: 14px;
}
.lblIsChain {
  font-size: 12px;
  font-style: italic;
}
.productDetail .rightProductDetail,
.productDetail .similar-wrappper {
  margin-top: 15px;
}
.productDetail .div-product-wrapper {
  margin-top: 0;
}
.productDetail .gemstonetype {
  margin: 11px 0;
  padding-right: 0px;
}
#dropgemstone li {
  display: inline-block;
  border-bottom: 1px solid #f2f2f2;
  padding-left: 0;
  float: left;
}
.gemstone-img-wrap {
  padding-right: 0;
}
.dropgemstone-wrap {
  max-height: 205px;
  overflow: auto;
}
#dropgemstone li .gemstone-img-wrap .gemstone-wrap:last-child {
  padding: 7px 5px 7px 10px;
}
#dropgemstone li .gemstone-img-wrap .gemstone-wrap:first-child {
  padding: 7px 10px 7px 5px;
}
#dropgemstone li:hover {
  background: #f9f9f9;
}
#dropgemstone li:last-child {
  border: none;
}
.gemstone-hover-shadow {
  margin: .4em 5px 0;
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.gemstone-hover-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 80%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.gemstone-hover-shadow:hover,
.gemstone-hover-shadow:focus,
.gemstone-hover-shadow:active {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-animation-name: hover;
  animation-name: hover;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.gemstone-hover-shadow:hover:before,
.gemstone-hover-shadow:focus:before,
.gemstone-hover-shadow:active:before {
  opacity: .7;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-animation-name: hover-shadow;
  animation-name: hover-shadow;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.gemstoneSel,
.tryon-gemstoneSel {
  background: url("../images/gemstone/gemstone.png") no-repeat;
  background-position: -122px 0;
  display: block;
  width: 26px;
  height: 26px;
  float: right;
  margin: 4px 5px 0;
}
.gemstone {
  background: url("../images/gemstone/gemstone.png") no-repeat;
  background-position: -122px 0;
  display: block;
  width: 26px;
  height: 26px;
  float: right;
}
.bd_black,
.onyx_black {
  background-position: -2px 0;
}
.amethyst_purple {
  background-position: -272px 0;
}
.sapphire_blue,
.aquamarine_blue,
.topaz_blue {
  background-position: -62px 0;
}
.sapphire_yellow {
  background-position: -92px 0;
}
.sapphire_pink,
.ruby_pink,
.pearl_pink {
  background-position: -122px 0;
}
.emerald_green,
.aquamarine_green {
  background-position: -152px 0;
}
.citrine_orange,
.garnet_orange {
  background-position: -182px 0;
}
.ruby_red {
  background-position: -302px 0;
}
.garnet_red {
  background-position: -32px 0;
}
.cz_white,
.diamond_white {
  background-position: -332px 0;
}
.peridot_green {
  background-position: -242px 0;
}
.topaz_blue,
.aquamarine_sky_blue {
  background-position: -212px 0;
}
/*.evaluate-value .form-group div {
    padding:0px 10px;
}*/

.evaluate-value {
  float: left;
  margin: 0;
  padding-left: 15px;
}
.awareness {
  /*font-weight: normal;
    font-style: italic;
    text-decoration: underline;
    font-size: 11px;
    margin: 10px 0 0 0;*/
  display: inline-block;
}
.detailHeader h5,
.paymentHeader {
  color: #2b2b2b;
  font-weight: 700;
  padding-top: 5px;
  margin-top: 25px;
  border-top: 1px solid #eaeaea;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background: #eaeaea;
  font-size: 15px;
}
.similarProduct:nth-child(3),
.similarProduct:nth-child(2) {
  margin-top: 15px;
}
thead > tr > th {
  font-weight: normal;
}
tbody > tr > td {
  color: #2b2b2b;
}
.recentlyViewed {
  padding: 0;
}
.recentlyViewed a {
  border: 1px solid lightgray;
  display: inline-block;
  width: 100%;
}
/*.rcentlyViewed {
   
    
    position: relative;
}*/

.rcentlyViewed h5 {
  max-width: 100%;
  text-align: center;
  bottom: 0;
  position: absolute;
  width: 100%;
}
fieldset.diamgroup {
  border: none;
}
.mainHeading {
  margin-left: 15px;
  padding-bottom: 15px;
}
.btnNormal {
  background: #174769;
  color: white;
  border: none;
  /*border-radius: 15px;*/
  text-align: center;
  padding: 3px 10px;
  outline: none;
  margin-right: 10px;
}
btnNormal:hover {
  background: #ffe169;
  color: black;
}
.lableHeader h4 {
  color: #2b2b2b;
  border-top: 1px solid lightgray;
  padding-top: 15px;
  padding-bottom: 20px;
  margin-top: 0;
  font-weight: 700;
  width: 100%;
}
.slides .commentbox div {
  display: inline-block;
  float: left;
  width: 50px;
  height: 50px;
}
.feedback .commentbox td {
  padding: 15px 15px 30px 15px;
}
.user-img {
  height: 50px;
  width: 50px;
  border-radius: 50px;
}
.viewerName {
  margin-top: 35px;
  color: #2b2b2b;
  font-weight: 700;
}
.envelope {
  float: left;
  font-size: 20px;
  /*margin-top: -6px;*/

}
.service-icon {
  float: left;
  /*background: url('../images/icons/Services.png') 0 0px no-repeat;
    height: 25px;
    display: block;*/

}
.message-Envelope a.prodEnvelope,
.message-Envelope span.prodEnvelope {
  background: url('../images/icons/SocialsIcon.png') 0 0 no-repeat;
  width: 33px;
  height: 33px;
  display: block;
  float: left;
  margin: 0 5px;
}
.message-Envelope a.prodEnvelope:hover,
.message-Envelope a:hover span.prodEnvelope {
  background: url('../images/icons/SocialsIcon.png') 0 -33px no-repeat;
}
.message-Envelope a.prodFacebook,
.message-Envelope span.prodFacebook {
  background: url('../images/icons/SocialsIcon.png') -52px 0 no-repeat;
  width: 33px;
  height: 33px;
  display: block;
  float: left;
  margin: 0 5px;
}
.message-Envelope a.prodFacebook:hover,
.message-Envelope a:hover span.prodFacebook {
  background: url('../images/icons/SocialsIcon.png') -52px -33px no-repeat;
}
.message-Envelope a.prodtwitter,
.message-Envelope span.prodtwitter {
  background: url('../images/icons/SocialsIcon.png') -104px 0 no-repeat;
  width: 33px;
  height: 33px;
  display: block;
  float: left;
  margin: 0 5px;
}
.message-Envelope a.prodtwitter:hover,
.message-Envelope a:hover span.prodtwitter {
  background: url('../images/icons/SocialsIcon.png') -104px -33px no-repeat;
}
.message-Envelope a.prodpinterest,
.message-Envelope span.prodpinterest {
  background: url('../images/icons/SocialsIcon.png') -156px 0 no-repeat;
  width: 33px;
  height: 33px;
  display: block;
  float: left;
  margin: 0 5px;
}
.message-Envelope a.prodpinterest:hover,
.message-Envelope a:hover span.prodpinterest {
  background: url('../images/icons/SocialsIcon.png') -156px -33px no-repeat;
}
.message-Envelope a.prodinstagram,
.message-Envelope span.prodinstagram {
  background: url('../images/icons/SocialsIcon.png') -208px 0 no-repeat;
  width: 33px;
  height: 33px;
  display: block;
  margin: 0 5px;
  float: left;
}
.message-Envelope a.prodinstagram:hover,
.message-Envelope a:hover span.prodinstagram {
  background: url('../images/icons/SocialsIcon.png') -208px -33px no-repeat;
}
.message-Envelope a.prodgoogleplus,
.message-Envelope span.prodgoogleplus {
  background: url('../images/icons/SocialsIcon.png') -260px 0 no-repeat;
  width: 33px;
  height: 33px;
  display: block;
  float: left;
  margin: 0 5px;
}
.message-Envelope a.prodgoogleplus:hover,
.message-Envelope a:hover span.prodgoogleplus {
  background: url('../images/icons/SocialsIcon.png') -260px -33px no-repeat;
}
/*ul.flex-direction-nav.re a{

float: right;
position: relative;
margin-left: 30px;
top: -30px;
}*/

.leftProductDetail .flex-direction-nav .flex-prev {
  margin: -6px 0 0;
}
.leftProductDetail .flex-direction-nav .flex-next {
  margin: -6px 0 0;
}
ul.flex-direction-nav.navigation .flex-next {
  float: right;
  top: 30px;
  margin-right: 30px;
  border: 1px solid lightgray;
}
ul.flex-direction-nav.navigation a {
  color: lightgray;
}
ul.flex-direction-nav.navigation .flex-prev {
  float: right;
  position: relative;
  margin-right: 20px;
  top: -33px;
  border: 1px solid lightgray;
}
/*.similar-wrappper {
    padding-left: 5px;
}*/

/*bx slider START*/

.similar-wrappper .bx-wrapper .bx-controls-direction a {
  left: initial;
  top: -39px;
  /*height: 20px;*/
  width: 20px;
}
.similar-wrappper .bx-wrapper .bx-prev {
  right: 30px;
}
.similar-wrappper .bx-wrapper .bx-next {
  right: 0px;
  bottom: initial;
}
.productDetail .similar-wrappper .bx-controls-direction a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  opacity: .7;
}
.productDetail .similar-wrappper .bx-wrapper .bx-controls-direction a {
  display: block;
  position: absolute;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #eaeaea;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  padding: 0px 6px;
  border: 1px solid #eaeaea;
}
.productDetail .similar-wrappper .bx-wrapper .bx-controls-direction a:hover {
  color: #8e8e8e;
  border-color: #8e8e8e;
}
.productDetail .similar-wrappper .bx-wrapper .bx-controls-direction a.bx-prev:before {
  content: "\f104";
  float: left;
}
.productDetail .similar-wrappper .bx-wrapper .bx-controls-direction a.bx-next:before {
  content: "\f105";
}
/*bx-slider END*/

.product-button {
  margin-top: 20px;
}
.reqmore-wrapper {
  display: inline-block;
}
.product-desc {
  margin-top: 20px;
}
.product-desc p {
  color: #2b2b2b;
}
.productDetail .flexslider span {
  text-align: center;
  display: inline-block;
  width: 100%;
  /*font-size:15px;*/
  padding: 5px;
}
#ulThumbImages {
  display: none;
  position: relative;
}
.similar-list {
  position: relative;
}
.designimage {
  width: 280px;
  height: 290px;
}
/* these styles are for the demo, but are not required for the plugin */

.zoom {
  display: inline-block;
  position: relative;
  cursor: crosshair;
}
/* magnifying glass icon */

.zoom:after {
  content: '';
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(icon.png);
}
.zoomImg {
  cursor: crosshair;
}
.zoom img {
  display: block;
}
.zoom img::selection {
  background-color: transparent;
}
/*------ 360 video css start-----------*/

#360Rotatorframe {
  position: relative !important;
  width: 100%;
  margin-top: 2px;
  display: none;
}
#noVideo {
  display: none;
  margin-top: 45%;
}
#360frames {
  margin: 20px 0;
  display: inline-block;
}
.slider-wrapper {
  padding: 12px 0;
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 10px;
  display: none;
}
.controls {
  float: left;
}
.sprite-startstop {
  width: 15px;
  height: 15px;
}
.productDetail .slider {
  width: 90%;
  margin: 8px 0 0 24px !important;
}
.loading .loading-wrapper {
  display: block !important;
}
.loading-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  /*background: rgba(255, 255, 255, 0.65);*/
  z-index: 99;
  display: none;
}
.loading-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -26px;
  margin-top: -24px;
}
/* line 16, ../src/style/style.scss */

.spritespin-instance.loading {
  background: url("/Content/images/icons/loading-vd.gif");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
/*#threeD-Rotator {
    width:450px;
    height:450px;

}*/

#design-rotator {
  display: none;
  height: 100%;
  width: 100%;
  position: relative;
}
#threeD-rotator-wrapper {
  display: none;
  height: 100%;
  width: 100%;
  position: relative;
}
#design-rotator:hover .slider-wrapper,
#threeD-rotator-wrapper:hover .slider-wrapper {
  display: block;
}
.div-video,
#threeD-Rotator {
  background-position: center;
  background-repeat: no-repeat;
}
.rightProductDetail h4,
.detailGroup h4 {
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  font-size: 15px;
}
.label-product a {
  letter-spacing: 0.5px;
}
.productDetail .designDetail table.table tbody > tr > td {
  border-bottom: 0;
  padding: 5px 0px;
}
.evaluate-value .tooltip.fade {
  background: none;
  width: 25%;
}
.evaluate-value .tooltip.fade.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.productDetail .stoneDetail table.table tbody > tr > td.tdTitle {
  width: 25%;
}
.productDetail .designDetail .table div.tdTitle {
  color: #8e8e8e;
  /*font-size: 13px;*/
  font-weight: 400;
}
.productDetail .designDetail .table .tdDetail {
  padding-left: 0px;
}
.productDetail .designDetail .table div {
  color: #2b2b2b;
  padding-top: 5px;
}
.productDetail .options {
  border: 0;
  min-height: 0;
}
.productDetail .carousel li {
  margin-right: 20px;
  max-width: 145px;
}
.filterLayout .filterheader {
  padding: 0px;
}
.price-loader {
  display: block;
  height: 20px;
  width: 20px;
}
.custDetail .diaDetail {
  display: none;
}
.custDetail .diamondprice {
  font-size: 15px;
}
.custDetail .tableDetail tbody > tr > td {
  padding: 3px 2px;
}
.custDetail .tableDetail {
  width: 100%;
}
.price-wrapper {
  clear: both;
  margin-bottom: 15px;
}
.customize-prd-wrapper {
  clear: both;
  padding-top: 15px;
}
.c-chain li:last-child {
  margin-right: 0px;
}
/*#ametalInfo,#adiamondInfo,#agemstoneInfo,.awareness {
    display:inline-block;
}*/

span.fa.fa-minus.pull-right.hideshowProdDetail {
  color: #bcbcbb;
}
span.fa.pull-right.hideshowProdDetail.fa-plus {
  color: #bcbcbb;
}
.spMetal {
  margin-top: 5px;
  display: inline-block;
  font-size: 14px;
}
.showhideprodgallery {
  display: none;
}
@media (max-width: 768px) {
  .threeDMsg {
    font-size: 10px;
  }
  .videoicon2D {
    background: url('../images/icons/3d360.png') 0 -54px no-repeat;
    background-size: 120px 108px;
    width: 60px;
    height: 54px;
    display: block;
  }
  .videoicon2D:hover,
  .selectvideoicon2D {
    background: url('../images/icons/3d360.png') 0 0 no-repeat;
    background-size: 120px 108px;
  }
  .videoicon3D {
    background: url('../images/icons/3d360.png') -60px -54px no-repeat;
    background-size: 120px 108px;
    width: 60px;
    height: 54px;
    display: block;
  }
  .videoicon3D:hover,
  .selectvideoicon3D {
    background: url('../images/icons/3d360.png') -60px 0 no-repeat;
    background-size: 120px 108px;
  }
  .dropdown-menu-prod .color-wrp {
    padding: 0;
  }
  .dropdown-menu-prod .c-chain {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .buyNow-wrapper {
    margin: 0 0 0 1px;
  }
  .buyNow {
    /*margin: 0 0 10px;*/
    padding: 0 0;
  }
  .paypalsecure {
    display: inline-block;
    margin-bottom: 10px;
  }
  .rightProductDetail .socialConnections {
    margin-top: 0;
    padding-top: 10px;
    display: none;
  }
  .buyNow #btnbuy {
    margin-top: 0;
  }
  .delTime {
    margin-top: 0;
    padding: 0;
    font-size: 12px;
  }
  .buyNow-info {
    display: inline-block;
    padding: 0;
  }
  .chat {
    padding: 0;
    float: right;
    text-align: center;
  }
  /*#threeD-Rotator {
      width:313px;
      height:313px;
      background-size: auto;
  }*/
}
@media (max-width: 767px) {
  .evaluate-value .golddetail,
  .evaluate-value .diamonddetail,
  .evaluate-value .ringdetail,
  .evaluate-value .chainDetail-wrapper {
    padding: 10px 0;
  }
  .evaluate-value .gemstonedetail {
    padding: 0;
  }
  .dropdown-prod .dropdown-prod-subtitle {
    margin: 3px 0 0;
  }
  .dropdown-menu-prod .color-wrp {
    padding: 0 15px;
  }
  .dropdown-prod .metalsel,
  dropdown-prod .stonesel {
    padding: 13px 5px 13px 8px;
    max-width: 50px;
  }
  .dropdown-prod .prod-diamondImg {
    width: 80%;
    max-width: 43px;
  }
  .dropdown-prod .awareness {
    margin: 3px 0 0;
  }
  .includechain-wrap .css-label {
    margin-bottom: 0;
  }
  .gemstone-hover-shadow {
    padding: 0px;
  }
  .custDetail .chat {
    margin-top: 5px;
  }
  .divimage-right {
    padding: 0;
  }
  .share-wrapper li {
    line-height: 34px;
  }
  .productDetail .producttitle-wrapper {
    margin: 10px 0 0;
  }
  .productDetail .producttitle-wrapper .prodName {
    font-size: 15px;
  }
  .productDetail .producttitle-wrapper .prodTitle,
  .productDetail .producttitle-wrapper .isChainHeading,
  .productDetail .producttitle-wrapper .gemTitle {
    font-size: 11px;
  }
  .chat {
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 0;
    padding: 0;
  }
  .buyNow {
    border-top: none;
    margin-bottom: 0;
  }
  .buyNow #btnbuy {
    margin-bottom: 0;
  }
  .paymentConditions {
    padding: 0 15px;
  }
  .buyNowMob {
    display: inline-block;
  }
  .buyNowMob #btnbuyMob {
    margin: 10px 0 0;
    height: 40px;
  }
  .buyNowMob #btnbuyMob:hover {
    background: #85ce8f;
    color: black;
  }
  .customize-prd-wrapper {
    padding-top: 0;
  }
  .leftProductDetail .product-button {
    margin-top: 0;
    display: none;
  }
  .productDetail .rightProductDetail {
    margin-top: 0;
  }
  .container.productDetail {
    padding: 0;
  }
  #productGalleryModel {
    z-index: 11111;
  }
  .productgallery-wrapper {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .prodgallery {
    padding: 0 15px;
  }
  /*.prodgallery {
      padding:0 15px;
      }*/
  
  /*.rightProductDetail {
      padding:0;
      }
      .evaluate-value:first-child {
      padding:0 15px;
      }*/
  
  /*.prddetail,.paymentConditions  {
      padding:0;
      }*/
  
  /*.prodgallery .clsImg {
    max-height: 267px;
  }*/
  
  .kreeli-modal-productgallary-content {
    height: 100%;
    border-radius: 0;
    color: green;
    overflow: auto;
  }
}
div[data-tg='true'] {
  display: block;
}
.div-product-wrapper {
  margin-top: 15px;
}
#ulThumbImages .bx-wrapper {
  display: block;
}
/*.purity-wrp,.color-wrp {
    width:40%;
    float:left
}

.color-wrp {
    margin-left:10px
}*/

@media (max-width: 767px) {
  .cust-prd-hd a.pull-right {
    font-size: 30px;
    line-height: 0;
  }
  .cust-prd-hd a.pull-right:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    line-height: 20px;
  }
  .cust-prd-hd.active a.pull-right:before {
    content: "\f106";
  }
  div[data-tg='true'] {
    display: none;
  }
  .tgDiv a.pull-right {
    font-size: 13px;
    line-height: 0;
    margin-right: 5px;
    margin-top: -3px;
  }
  .tgDiv a.pull-right:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f067";
    line-height: 20px;
  }
  .tgDiv.active a.pull-right:before {
    content: "\f068";
  }
  .couplesize .msize {
    padding-right: 15px;
  }
  .couplesize .fsize {
    padding-left: 15px;
  }
  .newPrice {
    float: left;
    /*padding: 7px 0;*/
  
  }
  .discPrice {
    clear: both;
    float: left;
    /*margin-left:10px;*/
  
  }
  .oldPrice {
    margin-left: 0px;
  }
  .aboutslectedProduct {
    margin-top: 0;
  }
  div.productDetail .stoneDetail table.table tbody > tr > td.tdTitle {
    width: auto;
  }
  .productImage {
    text-align: center;
    margin: 10px;
  }
  /*.productImage img {
              max-width: 190px;
          }*/
  
  .detailGroup {
    margin-left: 0;
    width: 100%;
  }
  .cust-prd-hd {
    margin-top: 0;
    padding: 10px 0 0 0;
  }
  .delTime {
    margin-top: 5px;
    margin-left: 0px;
    padding: 0;
  }
  #btnSelectCust {
    margin: 0;
  }
  .priceDiscount {
    padding: 0;
  }
  .detailHeader h5 {
    margin-top: 10px;
  }
  .prd-icons .share-social {
    right: 17px;
    top: -25px;
  }
  .prd-icons .reqMore {
    left: 15px;
    top: -30px;
  }
  .prd-icons .subico a {
    color: #174769;
  }
  .prd-icons .subico {
    position: absolute;
    z-index: 100;
    color: #174769;
    font-size: 20px;
    margin-top: 30px;
  }
  .productDetail h2 {
    font-size: 14px;
  }
  .div-product-wrapper {
    margin-top: 25px;
  }
  .share-wrapper {
    display: none;
  }
  .share-icon-wrapper {
    width: 100%;
    float: left;
  }
  .share-icon {
    float: right;
  }
  .message-Envelope li span {
    margin-left: 35px;
  }
  #ulThumbImages .bx-wrapper {
    display: none;
  }
  .share-icon-wrapper {
    cursor: pointer;
  }
  .message-Envelope {
    font-size: 14px;
    height: auto;
    background: white;
    float: none;
    width: initial;
    left: -110px;
    top: 20px;
  }
  .productDetail #carousel {
    margin-top: 10px;
  }
  .productDetail #carousel li {
    margin-right: 5px;
  }
  #prod-detail-slider .flex-direction-nav .flex-prev {
    left: -15px;
  }
  #prod-detail-slider .flex-direction-nav .flex-next {
    right: -15px;
  }
  .flex-active-slide {
    border: 1px solid lightgray;
  }
  #prod-detail-slider {
    max-width: 430px;
    margin: 0 auto;
  }
  #prod-detail-slider li {
    margin-right: 5px;
  }
  .flexslider.prod-thumb-carousel {
    margin: 0 auto;
    max-width: 450px;
  }
  .priceDiscount {
    border-top: none;
  }
  .ringSize select {
    margin-top: 5px;
  }
  .productDetail .form-control {
    font-size: 12px;
  }
  .detailHeader h5,
  .paymentHeader {
    font-size: 12px;
    margin: 5px 0;
  }
  .purity-wrp,
  .st-color-wrp {
    padding-right: 5px;
  }
  .color-wrp,
  .diamondclarity {
    padding-left: 5px;
  }
  /*.evaluate-value .row > .col-xs-6:last-child {
         
          padding-left:0px
      }*/
  
  /*.evaluate-value:first-child {
          padding-right: 5px;
      }*/
  
  .productDetail .form-control {
    padding: 6px 0px;
  }
  .rightProductDetail .evaluate-value h4 {
    margin: 5px 0px 2px;
    font-size: 12px;
  }
  .evalution {
    float: none;
    width: auto;
  }
  .share-social .share-wrapper {
    position: absolute;
  }
  .rightProductDetail h4,
  .lableHeader h3 {
    font-size: 12px;
    margin-top: 0px;
  }
  .service {
    border-bottom: none;
  }
}
@media (min-width: 1024px) {
  .threeDMsg {
    font-size: 13px;
  }
  /*.goldColors span {
          margin-right: 10px;
      }
  
      .goldColors .selectable-metal-color li {
          height: 30px;
          width: 30px;      
      }*/
  
  /*#threeD-Rotator {
      width:432px;
      height:432px;
      background-size: auto;
      }*/
  
  .c-chain {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-chain {
    padding-right: 0px;
  }
  .l-chain {
    padding-left: 0px;
  }
  .paypalsecure {
    display: none;
  }
}
@media (max-width: 1024px) {
  .evaluate-value .tooltip.tooltip.fade {
    display: none !important;
  }
  .c-chain {
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
  }
  .p-chain {
    float: left;
  }
  .l-chain {
    float: left;
  }
  ul.selectable-metal-color {
    margin-top: 2px;
  }
  .detailGroup {
    margin-left: 0;
  }
  #ametalInfo,
  #adiamondInfo,
  #agemstoneInfo,
  .awareness,
  #achainInfo {
    display: none;
  }
  /*.leftProductDetail.col-sm-6, .rightProductDetail.col-sm-6 {
          width: 50%;
      }*/
  
  /*.similar-wrappper {
          display:block !important;
      }*/
  
  .goldColors span {
    margin-right: 10px;
  }
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME
===================================*/

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/icons/loading.gif) center center no-repeat white;
  /*height: 100%;
        width: 100%;*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: black;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  top: -6px;
  /*background: url(images/controls.png) no-repeat 0 -32px;*/

}
.bx-wrapper .bx-prev:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  content: "\f106";
}
.bx-wrapper .bx-next {
  bottom: 0%;
}
.bx-wrapper .bx-next:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  content: "\f107";
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  outline: 0;
  z-index: 10;
  border: 1px solid lightgray;
  padding: 0px 3px;
  left: 40%;
  background-color: white;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: white;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
.breadcrumb-wrapper-diamond {
  float: left;
  width: 100%;
  z-index: 40;
  background: white;
  position: relative;
}
ol.breadcrumb.search {
  background: none;
  padding-top: 20px;
  margin-bottom: 0px;
}
.diaSearchWrapper .page-title,
.solitaire .page-title {
  z-index: 40;
  background: white;
  float: left;
  width: 100%;
}
.cust-header-bottom {
  position: relative;
  background-color: white;
  width: 100%;
  float: left;
  z-index: 10;
}
.diamondSearch .delTime {
  font-size: 12px;
}
.breadcrumb {
  padding-bottom: 0 !important;
  margin-top: 10px;
}
.search li:last-child {
  font-weight: 700;
}
.searchShape {
  padding-top: 15px;
}
.diamfilter h4 {
  font-weight: 700;
  color: #2b2b2b;
}
.input-group-addon {
  border: none;
}
.input-group input {
  border: 1px solid transparent;
  outline: none;
}
.slider {
  margin-top: 15px;
}
.border {
  border: 1px solid lightgray;
  margin-top: 6px;
}
.diamsearchHeader {
  color: #2b2b2b;
  padding-bottom: 15px;
  margin-top: 0;
  font-weight: 700;
  width: 100%;
}
.diamfilter {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header h6 {
  font-weight: 400;
  color: #2b2b2b;
  /*padding-top: 10px;
    padding-bottom: 0px;*/

}
.reset {
  margin-left: 20px;
  font-size: 12px;
  color: #2b2b2b;
  background: none;
  border: 1px solid lightgray;
  padding: 2px 10px;
  border-radius: 50px;
  outline: none;
  float: left;
  margin-top: 10PX;
  margin-bottom: 10PX;
}
.dia_selected {
  background: #174769;
}
.test {
  background: #efefef;
  border-radius: 0;
  -webkit-box-shadow: 0;
  margin: 0px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.param input.form-control {
  background: #eeebeb;
  margin-bottom: 15px;
  width: 100%;
  height: 34px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
span.searchCount {
  margin-left: 10px;
  background: #174769;
  color: white;
  font-weight: 400;
  border-radius: 11px;
  padding: 2px 8px;
}
.searchParameters {
  background: #eaeaea;
  min-height: 35px;
  padding-top: 3px;
}
.searchResult {
  padding-top: 10px;
}
/*.searchResult .table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
        color: @headerFontColor;
        font-weight: @headerFontWeight;
    }*/

.table thead {
  background: #eaeaea;
}
.table thead th.cshPrice .fa:before {
  margin: 0px;
}
.btnView {
  background: #174769;
  color: white;
  border: none;
  /* padding: 2px 0 0 8px; */
  text-align: center;
  padding: 2px 4px;
}
.serachHeader {
  background-color: #eeebeb;
  height: 34px;
  font-size: 14px;
  vertical-align: middle;
  padding: 7px;
  color: #2b2b2b;
  font-weight: 400;
  margin-bottom: 15px;
}
.buttonPanel > input {
  background: none;
  border: 0;
  border: 1px solid lightgray;
  padding: 5px;
  float: left;
}
.selection-box {
  padding: 0px;
}
.SelectableColor {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.diamondSearch .SelectableColor li {
  padding: 9px 14px;
  text-align: center;
  cursor: pointer;
  color: #2b2b2b;
  font-weight: 400;
  font-size: 11px;
}
/*.SelectableColor li:last-child {
       border-right:none
    }*/

/*.clarity, .cert {
    padding-top: 10px;
}*/

.diamondSearch .range {
  margin: 0px auto 0 auto;
}
img.shapeImage {
  margin: 4px;
  max-width: 25px;
}
.border-right {
  border-right: 1px solid lightgray;
}
.advance a:hover {
  text-decoration: none;
}
.advSearch h6 {
  font-size: 12px;
}
.advance {
  padding-top: 20px;
  border-bottom: 1px solid lightgray;
  padding-bottom: 20px;
}
span.plus {
  background: #eeebeb;
  font-size: 15px;
  padding: 0 5px;
  margin-right: 10px;
  text-decoration: none;
}
.isAdvanceSearch,
.diamfilter,
.diafilter .header {
  padding-bottom: 5px;
  padding-top: 5px;
}
.Selected {
  background: #eeebeb;
}
.advanceSearch {
  font-size: 13px;
  font-weight: 400;
  color: #2b2b2b;
}
.SelectableColor li:hover {
  background: #eeebeb;
}
.tabbable {
  margin-top: 20px;
  /*padding-top: 25px;*/

}
.col-sm-2 h5,
.col-sm-3 h5 {
  padding: 0 0 0 10px;
}
/*.polish {
    padding-top: 10px;
}*/

.codes {
  float: left;
  padding: 10px 14px;
}
.diafilter h5 {
  font-size: 12px;
}
.shapes {
  float: left;
  margin-left: -8px;
  margin-right: 10px;
  text-align: center;
}
.btn-primary {
  background: #174769;
  border: none;
  border-radius: 0;
}
div.isAdvanceSearch h6::before {
  content: '+';
  float: left;
  background: #eeebeb;
  padding: 2px 9px 2px 9px;
  margin-right: 10px;
  font-size: 18px;
  margin-top: -4px;
}
.isAdvanceSearch {
  float: left;
  cursor: pointer;
}
div.isAdvanceSearch.show-col h6::before {
  content: '-';
  float: left;
  background: #eeebeb;
  padding: 2px 9px 2px 9px;
  margin-right: 10px;
  margin-top: -4px;
}
.custDetail .evaluate-value {
  padding-left: 0px;
  padding-right: 0px;
}
td.tdviewDiaDetail {
  min-width: 72px;
}
.zoom-btn {
  font-size: 20px;
  margin-left: 10px;
  color: white;
}
.zoom-btn:active {
  color: #174769;
}
#certiModel iframe {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
@media (max-width: 767px) {
  .custDetail .evaluate-value h4 {
    margin: 5px 0px 2px;
    font-size: 12px;
  }
  .dis-search-hd {
    padding: 10px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    background-color: #eaeaea;
  }
  .dis-search-hd a {
    color: black;
  }
  .custDetail .evaluate-value {
    padding-left: 15px;
    padding-right: 15px;
  }
  /*.headcol {
          position: absolute;       
          right: 0;
          top: auto;
          border-right: 0px none black;
          border-top-width: 3px; 
          margin-top: -3px; 
      }
  
          .headcol:before {
          }*/
}
@media (max-width: 768px) {
  .cust-tab .spanHeader,
  .cust-tab .divDetail {
    font-size: 12px;
  }
  /*.dia-sub-hd {
          float: left;
          background-color: @gray-light;
      }
  
      .selection-box {
          padding: 0px 15px;
      }
  
      .diamondSearch .input-group {
          margin: 0px 15px;
      }
  
      .diamondSearch .slider {
          margin: 15px 0px;
      }
  
      .diamondSearch {
          .border, .border-right {
              border: 0;
              height: auto;
              margin: 0px;
          }
      }
  
          .diamondSearch .border .row div:last-child {
            
          }
  
          .diamondSearch .SelectableColor li {
              border: @headerBorder;
              margin: 2px 2px;
              padding: 10px 5px;
              min-width: 40px;
          }
  
      .shapes {
          margin: 0px 7px;
      }
  
    
  
      .range {
          margin: 0px auto 0 auto;
      }
  
      .clarity, .cert, .polish {
          padding: 0px;
      }
  
      .diamondSearch .col-sm-2 h5, .col-sm-3 h5 {
          padding: 0px;
      }
  
      .cust-tab .spanHeader {
          font-size: 15px;
          letter-spacing: 1px;
      }
  
      .divrange {
          float: none !important;
      }*/
}
@media (max-width: 1200px) {
  .shapes {
    float: left;
    margin: 0px 3px;
    text-align: center;
  }
  .codes {
    float: left;
    padding: 10px 11px;
  }
  .col-sm-2 h5,
  .col-sm-3 h5 {
    padding: 0 0 0 2px;
  }
  .input-group-addon {
    padding: 0;
  }
  input#btnBuyCust {
    padding: 3px 10px;
  }
}
.entypo-left-open-big:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f100";
  font-size: 15px;
}
.entypo-right-open-big:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f101";
  font-size: 15px;
}
.select-box-diamond {
  border: 1px solid #eaeaea;
  height: 20px;
  width: 20px;
  display: block;
  background-color: white;
  margin: auto;
}
.select-box-diamond.select:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  color: #2b2b2b;
  font-size: 14px;
  vertical-align: top;
  padding: 2px;
}
.viewcert {
  background: #eaeaea;
  border: none;
  color: #2b2b2b;
  padding: 6px 11px;
  display: inline-block;
  width: 100%;
  margin: 2px 0px;
  text-align: center;
}
.diamondprice {
  margin-bottom: 20px;
}
.downcert {
  background: #eaeaea;
  border: none;
  padding: 3px;
  color: #2b2b2b;
  padding: 3px 14px;
}
.downcert:hover,
.viewcert:hover {
  background: #8e8e8e;
  color: white;
  border: none;
  transition: all 0.2s ease;
}
table.diamonddetailview tr > td {
  border: none;
}
.tableDetail tbody > tr > td {
  padding: 1px;
  vertical-align: middle;
  border: none;
  font-size: 11px;
  text-align: left;
}
.tableDetail tbody > tr > td[align=right] {
  float: right;
}
.tableDetail p,
.tableDetail label {
  margin: 0;
}
.disable {
  cursor: not-allowed !important;
  background-color: white !important;
}
/*---------reponsive--------*/

.diamonddetailview {
  width: 100%;
  background: white;
}
.diamond360 {
  width: 255px;
  height: 255px;
  max-height: 0px;
  min-height: 50px;
  border: none;
}
.diamondzoom {
  width: 255px;
  max-height: 50px;
  min-height: 50px;
  border: none;
}
.diamoncertification {
  width: 100%;
  border: 0;
}
.diamondviewmore {
  height: 34px;
}
.viewMore {
  background: #eaeaea;
  border: none;
  padding: 3px;
  color: #2b2b2b;
  padding: 3px 19px;
  height: 34px;
  outline: none;
}
.viewMore:hover {
  background: #8e8e8e;
  color: white;
  border: none;
  transition: all 0.2s ease;
}
.buydiamNow:hover {
  background: #85ce8f;
  color: black;
}
.buydiamNow {
  height: 34px;
  border: none;
  padding: 3px 25px;
}
.textBorder {
  margin-top: 3px;
  border: 1px solid #888888;
  background: white;
}
/*button setting*/

#tblDiamondList th {
  font-weight: bold;
  color: white;
  background-color: #6e7276 !important;
}
.activerow {
  background: #bcbcbb;
}
.diaImag {
  margin-bottom: 20px;
  float: left;
}
.diaImag div {
  float: left;
  margin-right: 20px;
}
.diaImag img {
  border: 1px solid #eaeaea;
  max-width: 200px;
}
.custDetail .ringSize {
  border-top: none;
}
#tblDiamondList > tbody > tr > td {
  text-align: center;
  /*background: none;*/

}
.table-striped > tbody:nth-child(odd) > tr:not(.dia_selected) > td {
  background-color: #f3f3f3;
}
/*.table-striped > tbody:nth-child(even)  > tr:not(.dia_selected) > td {
    background-color: #fff;
}*/

.table-striped > tbody > tr.dia_selected > td {
  background: none !important;
  color: white;
}
#tblDiamondList > tbody > tr.hvr_selected > td {
  background-color: #dddddd;
}
#tblDiamondList > tbody > tr.addedrow > td {
  background: none;
}
.diafilter .header {
  position: relative;
}
.d-search {
  margin-top: 6px;
}
.d-search input[type=text] {
  border: 1px solid #cccccc;
}
.diamonddetailview label {
  font-weight: normal;
}
/*.advSearch .header div {
    padding: 0px;
}*/

.dia-search-hd,
.dia-search-bt {
  position: relative;
  display: table;
  float: none;
  width: 100%;
}
.dia-search-hd {
  margin: 0 auto 10px auto;
  border-radius: 0px 0px 5px 5px;
}
.dia-search-bt {
  position: absolute;
  padding: 13px 0 0px 0;
  bottom: 0%;
}
.flt-wrapper {
  position: relative;
  display: inline-block;
  background: #e0f2ff;
}
.flt-wrapper .Selected {
  background: white;
}
.aDiaSearch {
  border-radius: 0px 0px 5px 5px;
  display: inherit;
  margin: auto;
}
.aDiaSearch,
.aHideSearch {
  color: white;
  letter-spacing: 1px;
  padding: 5px 10px;
  background: #174769;
}
.aHideSearch:not(input) {
  display: block;
  border-radius: 5px 5px 0px 0px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -59px;
}
.aDiaSearch:hover,
.aDiaSearch:active,
aDiaSearch:focus,
.aHideSearch:hover,
.aHideSearch:active,
aHideSearch:focus {
  text-decoration: none;
  color: white;
}
.dia-search-hd a:after,
.dia-search-hd a:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.dia-search-hd a:after {
  border-color: white;
  border-top-color: #174769;
  border-width: 8px;
  margin-left: -8px;
}
.dia-search-hd a:before {
  border-color: white;
}
.dia-search-bt a:after,
.dia-search-bt a:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.dia-search-bt a:after {
  border-color: #e0f2ff;
  border-bottom-color: #174769;
  border-width: 8px;
  margin-left: -8px;
}
.dia-search-bt a:before {
  border-color: white;
}
.diafilter {
  float: left;
  padding: 0px 3px 0px 3px;
  position: relative;
}
.diafilter .ui-slider-horizontal {
  background-color: #174769;
}
.diafilter .slider .ui-slider-range {
  background-color: white;
}
.diafilter .slider .ui-slider-handle {
  background-color: #174769;
}
.flt-wrapper h4 {
  text-align: center;
}
.hSearch {
  margin-bottom: 0px;
}
.diaSearchWrapper {
  position: relative;
  float: left;
  width: 100%;
}
.dia_Search_view {
  position: absolute;
  display: none;
  background: white;
  z-index: 3;
  border-width: 0px 1px 1px;
  border-color: #174769;
  border-style: solid;
  width: 100%;
  top: -209px;
  /*height: 243px;*/
  overflow: visible;
}
.dia_Search_view.isOpen {
  top: 57px;
  display: block;
}
.solitaire .dia_Search_view.isOpen {
  top: 0px;
}
.dia_Search_view.transiting {
  display: block;
  -webkit-transition: top 450ms ease-out;
  -moz-transition: top 450ms ease-out;
  -o-transition: top 450ms ease-out;
  transition: top 450ms ease-out;
}
.flt-wrapper,
.diafilter {
  width: 100%;
}
.flt-wrapper {
  transition: transform 500ms;
}
.toggled {
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
  /*height:100%;
 transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);*/

}
.toggled.ng-hide {
  opacity: 0;
  /*height: 0;*/

}
table.diamonddetailview tr > td.dia-sub-detail {
  padding: 0px 15px;
}
.buydiamNow,
.diaPrice,
.selectDia {
  width: 100%;
}
table.diamonddetailview tr > td {
  padding-top: 0px;
}
tbody > tr.addedrow > td {
  padding-top: 0px;
}
table.diaPrice tr > td {
  padding-top: 5px;
}
.dia_selection {
  margin-top: 20px;
  float: left;
}
.dia_selection .drop_menu_dia,
.dia_selection .buydia {
  float: left;
}
.dia_selection > div {
  margin-bottom: 5px;
}
.buydia {
  margin-top: 10px;
}
.dia-view-tab {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  right: 0px;
}
.dia-view-tab ul {
  max-width: 255px;
  margin: 0px auto;
  width: 100%;
}
.dia-view-tab ul li {
  width: 49%;
  float: left;
}
.dia-view-tab ul li a {
  width: 100%;
  text-align: left;
  padding: 3px;
  background-color: #f3e7bb;
  float: left;
  border-bottom: 2px solid transparent;
}
.dia-view-tab ul li a span {
  vertical-align: middle;
}
.dia-view-tab ul li a.open-view {
  border-bottom: 2px solid #174769;
}
.dia-visible-xs {
  display: none;
}
.dia-view-tab {
  display: none !important;
}
.des-dia-hd {
  /*padding-left: 15px;
    padding-right: 15px;*/
  position: relative;
  background: white;
  z-index: 10;
}
#hdLooseDia {
  margin-bottom: 0px;
}
.custDetail .diamondprice {
  margin-top: 0px;
  margin-bottom: 0px;
}
.tdPrice h2 {
  text-align: right;
}
.img_dia {
  width: 16px;
  height: 16px;
  float: right;
}
.diashape div {
  float: left;
}
.diamonddetailview + .diamonddetailview {
  border-top: 1px solid #888888;
  margin-top: 5px;
  padding-top: 5px;
}
@media (min-width: 1025px) {
  .diamondSearch .SelectableColor li:hover {
    background: white;
  }
}
@media (max-width: 1024px) {
  .diamondSearch .SelectableColor li:hover {
    background: transparent;
  }
  .diamondSearch .delTime {
    float: right;
    margin-top: 8px;
  }
  .des-dia-hd {
    padding-left: 15px;
    padding-right: 15px;
  }
  img.shapeImage {
    margin: 1px;
  }
  .divrange {
    float: none !important;
  }
  .shapes {
    margin: 0px 7px 2px;
  }
  .codes {
    padding: 20px;
  }
  .input-group-addon {
    padding: 3px 4px;
  }
  .col-sm-3 h5 {
    padding: 0 0 0 10px;
  }
  .dia-sub-hd h5 {
    padding: 0 0 0 3px;
  }
  .diamondprice {
    margin: 5px 0;
  }
  .viewcert {
    /*margin: 0px;*/
    padding: 8px 11px;
  }
  .dia_selection > div {
    margin-bottom: 0px;
  }
  .buydiamNow,
  .diaPrice {
    float: left;
  }
  .diaPrice {
    margin-top: 10px;
  }
  .dia_selection,
  .buydia {
    margin-top: 0px;
  }
  .diamondSearch .SelectableColor li {
    padding: 9px 10px;
  }
  .advSearch h6 {
    font-size: 12px;
  }
  .diafilter {
    padding-left: 15px;
    padding-right: 15px;
  }
  .diafilter .header {
    padding-left: 15px;
  }
  .dia-search-bt,
  .dia-search-hd {
    font-size: 11px;
  }
  .diamondSearch .hidden-md {
    display: none !important;
  }
  .diamondSearch.container {
    /*width:100%;*/
    max-width: none;
    padding: 0px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .diamonddetailview {
    padding-left: 15px;
    padding-right: 15px;
  }
  #certiModel .modal-dialog {
    width: auto;
  }
}
@media (max-width: 769px) {
  .diamondSearch .delTime {
    float: left;
  }
  .custDetail .tableDetail tbody > tr > td.tdviewDiaDetail {
    text-align: right;
  }
  .a_dia_img i {
    color: #00cc00;
    font-size: 25px;
  }
  .a_dia_vd i {
    color: red;
    font-size: 25px;
  }
  .hidden-sm-dia {
    display: none;
  }
  .hd_vw_dia {
    max-height: 250px;
    height: 100%;
  }
  .dia-prv-wrapper {
    position: relative;
    height: 100%;
    min-height: 284px;
    padding-bottom: 20px;
  }
  .searchResult .table-responsive {
    overflow: hidden;
  }
  .buydiamNow {
    width: 100%;
  }
  .diaPrice.row {
    float: none;
    width: auto;
  }
  /*.dia-view-tab ul {
          margin:auto;
  
      }*/
  
  .dia-view-tab ul li:last-child {
    margin-left: 2%;
  }
  .diafilter {
    padding-bottom: 15px;
  }
  .advSearch .header div {
    padding-left: 15px;
    padding-right: 15px;
  }
  .dia-search-bt:after {
    border-width: 5px;
    margin-left: -5px;
  }
  .aDiaSearch,
  .aHideSearch {
    font-size: 11px;
  }
  .diamondSearch .SelectableColor li {
    padding: 7px 14px;
  }
  .diafilter h5 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .reset,
  .diafilter .header {
    font-size: 11px;
  }
  .dia_Search_view {
    width: 80%;
  }
  .dia-hide-sm {
    display: none;
  }
  .diafilter .input-group input {
    height: auto;
  }
  .diamondSearch .visible-sm {
    display: block !important;
  }
  .diafilter .border {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 767px) and (max-width: 769px) {
  .tableDetail tbody > tr > td {
    padding: 2px;
  }
  .diamondprice {
    margin: 10px 0px;
  }
  .viewcert {
    margin: 6px 0px;
  }
  .drop_menu_dia {
    margin: 5px 0;
  }
  .buydia {
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .img_dia {
    float: none;
  }
  .table-responsive > .table > tbody > tr > td {
    padding: 2px;
    font-size: 11px;
    vertical-align: middle;
  }
  .table-condensed thead > tr > th {
    padding: 2px 0px;
    text-align: center;
  }
  .buydia {
    margin-top: 0px;
  }
  .select-dropdown {
    margin-top: 0px;
  }
  .clsdiaInquiry {
    margin-top: 5px;
  }
  .viewcert {
    margin: 0px;
  }
  .dia-prv-wrapper {
    margin-bottom: 20px;
  }
  .dia-prv-wrapper {
    min-height: 259px;
    padding-bottom: 0px;
  }
  .dia_selection {
    margin-top: 5px;
  }
  .diamondprice {
    margin-top: 20px;
  }
  .custDetail .diamondprice {
    margin-top: 0px;
  }
  th.sortable div:before,
  th.sortable div:after {
    content: none;
    display: none;
    visibility: hidden;
  }
  .ng-table th.sortable div {
    padding-right: 0px !important;
  }
  .diamond360 {
    width: 100%;
    display: block;
  }
  .diamondzoom {
    display: block;
  }
  /*.dia_shape {
          min-width:65px;
      }*/
  
  .dia-hide-xs,
  .des-hide-xs {
    display: none;
  }
  .dia-visible-xs {
    display: inline-block;
  }
  .dia-more-xs {
    display: none;
  }
  .aSH-detail {
    padding: 5px;
    text-align: center;
    display: block;
    float: none;
    margin: auto;
  }
  .dia_Search_view {
    width: 100%;
  }
  .diafilter {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .diafilter h5 {
    text-align: center;
  }
  .dia-sub-hd {
    float: left;
    background: #efefef;
  }
  .shapes {
    margin: 2px;
  }
  .dia_Search_view/*, #tblDiamondList th*/ {
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .diafilter .border {
    border: none;
    margin-top: 0px;
  }
  .dia-view-tab ul {
    margin: auto;
  }
  .search-box {
    font-size: 0px;
  }
  .diafilter .input-group input {
    width: 100%;
  }
  .input-group div {
    width: auto;
  }
  .dia_Search_view {
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .diamondSearch .SelectableColor {
    padding-left: 15px;
    float: left;
  }
  .diamondSearch .SelectableColor li {
    padding: 4px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 3px;
    min-width: 30px;
  }
  .diamondSearch .range {
    padding-left: 12px;
    padding-right: 12px;
  }
  .diamondSearch .textBorder {
    margin-top: 7px;
  }
  .diamondSearch .slider {
    margin-bottom: 15px;
  }
  .searchResult {
    padding-top: 10px;
  }
  input.btn.button.aHideSearch {
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 2px 5px;
    font-size: 11px;
  }
  .hSearch {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 11px;
  }
  .diafilter h5 {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  /*.dia-search-bt {
          left: 50%;
          margin-left: -53px;
          margin-right: -53px;
      }*/
  
  img.shapeImage {
    margin: 0px;
  }
  .dia-search-bt {
    z-index: 3;
  }
  .aHideSearch {
    font-size: 10px;
  }
  .diamondSearch .visible-xs {
    display: block !important;
  }
  .diamondSearch tr.visible-xs {
    display: table-row !important;
  }
  .diamondSearch tr.visible-xs > td {
    text-align: center;
  }
  .diamonddetailview {
    padding: 0px;
  }
  .diamonddetailview .tableDetail {
    padding-left: 15px;
    padding-right: 15px;
  }
  .diamonddetailview {
    border-bottom: 3px solid #174769;
    padding-bottom: 3px;
    margin-bottom: 3px;
  }
  .dia_Search_view.isOpen {
    top: 0px;
  }
  a.aDiamond_home img {
    width: 28px;
  }
}
/*.modal iframe {
    -ms-zoom: 1;
    -moz-transform: scale(1);
    -moz-transform-origin: 0 0;
    -o-transform: scale(1);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(1);
    -webkit-transform-origin: 0 0;
}*/

.modal#certiModel iframe {
  -moz-transform: scale(0.6);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.6);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.6);
  -webkit-transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.diamondSearch .dataTables_length {
  width: 100%;
}
.diamondSearch .dataTables_paginate {
  width: 100%;
}
#tblDiamondList th {
  border-color: #888888;
  font-weight: normal;
  text-align: center;
}
/*! ngTable v0.3.2 by Vitalii Savchuk(esvit666@gmail.com) - https://github.com/esvit/ng-table - New BSD License */

.ng-table {
  margin-bottom: 0px !important;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: rgba(249, 249, 249, 0.5);
}
.ng-table th {
  text-align: left;
  font-weight: 400;
  font-size: 13px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #f5f5f6 !important;
}
.ng-table th.sortable {
  cursor: pointer;
}
.ng-table th.sortable div {
  padding-right: 18px;
  position: relative;
}
.ng-table th.sortable div:after,
.ng-table th.sortable div:before {
  content: "";
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: black transparent;
  visibility: visible;
  right: 8px;
  top: 50%;
  position: absolute;
  opacity: .3;
  margin-top: -4px;
}
.ng-table th.sortable div:before {
  margin-top: 2px;
  border-bottom: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid black;
}
.ng-table th.sortable div:hover:after,
.ng-table th.sortable div:hover:before {
  opacity: 1;
  visibility: visible;
}
.ng-table th.sortable.sort-desc,
.ng-table th.sortable.sort-asc {
  /*background-color: gray;
            text-shadow: 0 1px 1px rgba(255,255,255,.75);*/
  color: black;
}
.ng-table th.sortable.sort-desc div:after,
.ng-table th.sortable.sort-asc div:after {
  margin-top: -2px;
}
.ng-table th.sortable.sort-desc div:before,
.ng-table th.sortable.sort-asc div:before {
  visibility: hidden;
}
.ng-table th.sortable.sort-asc div:after,
.ng-table th.sortable.sort-asc div:hover:after {
  visibility: visible;
  filter: alpha(opacity=60);
  -khtml-opacity: .6;
  -moz-opacity: .6;
  opacity: .6;
}
.ng-table th.sortable.sort-desc div:after {
  border-bottom: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid black;
  visibility: visible;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: alpha(opacity=60);
  -khtml-opacity: .6;
  -moz-opacity: .6;
  opacity: .6;
}
.ng-table th.filter .input-filter {
  margin: 0;
  display: block;
  width: 90%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-right: 3%;
}
.ng-table + .pagination {
  margin-top: 0;
}
.ng-table-pager {
  background: #f5f5f6;
  border: 1px solid #f0f0f0;
  border-top: none;
  padding: 10px 10px 6px 10px;
  line-height: 1.428571429;
}
.ng-table-pager:before,
.ng-table-pager:after {
  display: table;
  content: " ";
}
.ng-table-pager:after {
  clear: both;
}
.ng-table-pager .ng-table-pagination {
  padding: 0;
  margin: 0;
}
.ng-table-pager .ng-table-counts .btn {
  background: white;
  font-size: 11px;
  /*margin-left:4px !important;*/
  display: inline-block;
  /*border-radius:500px !important;*/
  padding: 5px 9px;
}
.ng-table-pager .ng-table-counts .btn.active {
  background-color: #2b2b2b;
  border-color: #2b2b2b;
  color: white;
}
@media only screen and (max-width: 800px) {
  .ng-table-responsive {
    border-bottom: 1px solid #999999;
  }
  .ng-table-responsive tr {
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
  }
  .ng-table-responsive td:before {
    position: absolute;
    padding: 8px;
    left: 0;
    top: 0;
    width: 50%;
    white-space: nowrap;
    text-align: left;
    font-weight: 700;
  }
  .ng-table-responsive thead tr th {
    text-align: left;
  }
  .ng-table-responsive thead tr.ng-table-filters th {
    padding: 0;
  }
  .ng-table-responsive thead tr.ng-table-filters th form > div {
    padding: 8px;
  }
  .ng-table-responsive td {
    border: 0;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }
  .ng-table-responsive td:before {
    content: attr(data-title-text);
  }
  .ng-table-responsive,
  .ng-table-responsive thead,
  .ng-table-responsive tbody,
  .ng-table-responsive th,
  .ng-table-responsive td,
  .ng-table-responsive tr {
    display: block;
  }
}
.header h2 {
  background: #eaeaea;
  color: #2b2b2b;
  font-weight: 700;
  padding: 10px;
}
label#cartplusminus {
  font-weight: normal;
}
.cartHeader,
.cart-list tbody tr:last-child {
  padding-bottom: 5px;
  border-bottom: 1px solid lightgray;
}
.cartHeader h5 {
  color: #2b2b2b;
  font-weight: 600;
}
.cartdisplayImage {
  max-width: 100%;
  max-height: 100px;
  padding: 7px;
  border: 1px solid lightgray;
  margin-top: 10px;
  margin-bottom: 10px;
}
.totalAmount h4 {
  color: #2b2b2b;
  font-weight: 700;
}
.totalAmount {
  margin-top: 5px;
}
.Instruction {
  padding: 4px 15px 30px 15px;
  background-color: #efefef;
  min-height: 105px;
}
.coupon {
  padding: 0 5px;
  text-align: center;
}
input#txtcouponCode {
  height: 40px;
}
.mycart-price {
  padding: 0;
}
.productPrice h4 {
  font-weight: 700;
}
.discoutPer h4 {
  color: green;
  font-weight: 700;
}
.rightAlign {
  float: right;
}
.sr {
  text-align: center;
}
.help-block a {
  margin-left: 10px;
  text-decoration: underline;
}
.quantity-wrapper {
  text-align: center;
}
.quantityField {
  display: inline-block;
  padding: 5px;
  font-weight: bold;
  margin: 0;
}
.quantity {
  text-align: center;
  border: 1px solid #cccccc;
  display: inline-block;
  width: 50%;
  vertical-align: text-top;
}
.deliveryDate,
.quantity {
  font-weight: 700;
}
.form-control.shippingFields.dateField {
  cursor: pointer;
}
.remove span {
  padding-right: 7px;
}
.aremove {
  color: red;
  text-decoration: underline;
}
.shipping span {
  font-weight: 700;
}
.borderBottom {
  border-bottom: 2px solid lightgray;
}
.borderRowBottom {
  border-bottom: 2px solid lightgray;
  padding-bottom: 15px;
}
.borderLeft {
  border-left: 1px solid #2b2b2b;
}
.checkout {
  float: right;
}
.imgcheckout {
  max-height: 25px;
}
.finalCheckOut {
  margin-top: 10px;
  height: 35px;
  width: 100%;
  font-weight: bold;
  letter-spacing: 10px;
}
.newCust {
  box-shadow: none !important;
  outline: none !important;
}
input#btnContinue,
input.signinsubmit {
  margin-top: 10px;
}
.help-block.forgotPassword {
  margin-top: 15px;
}
.signIn {
  background: #efefef;
  width: 45%;
  box-shadow: none !important;
  outline: none !important;
}
input#txtEmail {
  background: #efefef;
}
input#btnSignIn {
  padding: 8px 25px;
}
.shipping_signUp_fld {
  width: 45%;
  text-align: center;
}
.loginWith,
.shipping_signUp_fld {
  width: 45%;
}
.shippingLogIn {
  padding-left: 15px;
}
.shippingFields {
  width: 100%;
  background: #efefef;
  border-radius: 0;
  box-shadow: none !important;
  outline: none !important;
}
#txtInstruction {
  min-height: 100px;
}
.currency {
  margin-left: 65px;
}
.form-group {
  margin-bottom: 7px;
}
.Declaration {
  text-align: center;
  font-size: 12px;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 0px 10px 25px;
}
input#txtQty {
  border: 1px solid #dddddd;
  border-radius: 0;
  box-shadow: none !important;
  outline: none !important;
}
.orderHeader {
  padding: 10px;
  border-bottom: 1px solid lightgray;
}
.productNamePrice span {
  padding-right: 10px;
}
.productNamePrice {
  margin-left: 20px;
}
.orderProImg {
  max-width: 40%;
  margin-left: 20px;
  padding: 10px;
  border: 1px solid lightgray;
}
.discountPercentage {
  color: green;
  font-weight: 700;
}
.orderProductSerprator {
  border-bottom: 1px solid lightgray;
  margin-bottom: 10px;
}
.totalPayable {
  background: #eaeaea;
}
.calculation {
  padding-left: 15px;
}
.shippingHeader {
  background: #efefef;
  padding: 10px;
}
.removeCust {
  color: red;
  font-weight: bold;
  float: right;
}
.shippingHeader h4 {
  padding-left: 10px;
}
.address,
.stateCountry,
.contactInfo,
.emailAdd {
  padding-bottom: 7px;
}
.discAmt {
  float: right;
  padding-right: 20px;
}
.orderDetail {
  border: 1px solid lightgray;
}
.optionheader {
  background: lightgray;
  padding: 8px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0px;
}
.emailAdd {
  text-decoration: underline;
}
.editInfo {
  float: right;
  text-decoration: underline;
}
.removeTabularBorder {
  border-bottom: none;
  border-right: none;
}
.paymentTabs {
  padding-top: 0 !important;
  margin-top: -10px;
  width: 100%;
  display: table;
}
.paymentMethods {
  border-bottom: none;
  display: table-row;
}
.tabbable .paymentMethods li.hidepaymode,
.tab-pane.hidepaymode {
  display: none;
}
.options {
  border: 1px solid lightgray;
  min-height: 700px;
  margin-top: 0;
}
.tabbable.paymentTabs li {
  display: table-cell;
  border-bottom: 1px solid #bcbcbb;
  float: none;
}
.paymentContent {
  padding: 20px 0 0 20px;
}
.mine ul.nav.nav-tabs.paymentMethods li:last-child a {
  border-right: 0px;
  border-left: 0;
}
.Accountdetail {
  max-width: 60%;
}
.nav-tabs.paymentMethods li.active {
  background-color: white;
  border-bottom-color: white;
}
.nav-tabs.paymentMethods li.active a {
  border: none;
}
.nav-tabs > li > a {
  border-width: 1px 0px;
}
ul.nav.nav-tabs.paymentMethods li a {
  padding: 0;
  text-align: center;
  border-radius: 0;
  width: 100%;
}
ul.nav.nav-tabs.paymentMethods li:not(:last-child) a {
  border-right: 1px solid #bcbcbb;
}
.paymentTabs .nav:before,
.paymentTabs .nav:after {
  content: none;
}
.comapnyAddress {
  padding-left: 10px;
  border-left: 1px solid #2b2b2b;
  padding-bottom: 50px;
}
.cards {
  padding: 0;
  background: none;
}
.adrress-wrapper {
  padding: 0;
}
input#btnpay {
  padding: 5px 55px;
}
input#btnpay:hover {
  background: #85ce8f;
}
.diactive {
  background: #eaeaea;
}
ul.nav.nav-tabs.paymentMethods li.active a {
  border-bottom: 0px;
  display: inline-block;
}
input#btnDDPaid {
  border: none;
  background: #85ce8f;
  padding: 5px;
  border-radius: 5px;
  color: white;
  font-weight: bold;
}
.price-display {
  display: inline-block;
}
.price-icon h4 {
  text-align: right;
}
.basketprice-value h4 {
  font-weight: bold;
  text-align: right;
}
.basketprice-label h4 {
  font-weight: bold;
  text-align: left;
}
td.cartHeader.basketprice-label.col-md-1 {
  padding-left: 0;
}
.coupon-wrapper {
  padding: 0;
}
.cart-list-wrapper {
  overflow-x: auto;
}
.cartDetail {
  border-top: 1px solid lightgray;
}
.currency-formate {
  margin-left: 5px;
}
.price-value-wrapper {
  float: right;
  display: table;
  width: 100%;
}
.reg-cart-wrapper {
  float: right;
}
.pricetotal {
  /*display: inline-block;
        float: right;
        margin: 0 20px;*/
  text-align: right;
}
.shipping-wrapper {
  padding: 5px;
}
.rupeesymbol {
  float: left;
  display: inline-block;
}
.pricedisplay {
  float: right;
  display: inline-block;
}
.validation-summary-errors {
  margin: 0 20px;
  color: red;
}
.validation-summary-errors ul {
  list-style-type: none;
}
.address-wrapper {
  display: none;
}
.billandshipp .custDetail {
  display: inline-block;
  width: 100%;
}
.datePicker {
  border: none;
  height: 35px;
  background: #cecaca;
  border-radius: 0;
}
.datePicker:hover {
  background: #7a7272;
  color: white;
}
.dateField {
  height: 35px !important;
}
ul.dropdown-menu {
  z-index: 1044;
}
ul.dropdown-menu.ng-pristine.ng-valid.ng-valid-date.ng-valid-date-disabled table {
  outline: none !important;
}
ul.dropdown-menu.ng-pristine.ng-valid.ng-valid-date.ng-valid-date-disabled {
  border: none;
  outline: none !important;
  background: #efefef;
  border-radius: 0;
  padding: 0;
}
/*.ng-dirty.mendatory {*/

.invaliduser .mendatory {
  border: 1px solid red !important;
}
em.ng-binding {
  display: none;
}
.invalidinput {
  border: 1px solid red !important;
}
.price-icon-basket {
  display: table-cell;
  float: none;
  vertical-align: middle;
  padding: 0;
}
.price-value {
  display: table-cell;
  float: right;
  padding: 0;
  text-align: right;
}
.cartTotalMob {
  display: none;
}
/*@media(min-width:1200px) {
    .paymentTabs h4,.billingContent h4 {
        font-size: 13px;
    }
}*/

.ordpmt-wrapper {
  float: right;
}
@media (max-width: 1024px) {
  .paymentTabs h4,
  .billingContent h4 {
    font-size: 13px;
  }
  /*.basketprice-value {
          display: inline-flex;
      }*/
  
  .cartTotalMob {
    display: none;
  }
  .cartTotal {
    display: table;
  }
  .currency {
    margin-left: 40px;
  }
  .calculation h4 {
    font-size: 12px;
  }
  .reg-cart-wrapper {
    padding-left: initial;
  }
  .reg-price-icon-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .visible-xsm {
    display: block !important;
  }
  .col-xsm-7 {
    width: 58.333333333%;
  }
  .col-xsm-5 {
    width: 41.666666667%;
  }
}
@media (max-width: 768px) {
  /*.basketprice-value {
          float:left;
      }*/
  
  .cartHeader .order {
    font-size: 12px;
  }
  h4.optionheader,
  .paymentContent h4 {
    font-size: 14px;
  }
  em.ng-binding {
    display: none;
  }
  .kreeli-addr {
    margin-top: 10px;
  }
  .invalidinput {
    border: 1px solid red !important;
  }
  .paymentTabs h4 {
    font-size: 10px;
  }
  .tableContentText {
    font-size: 11px;
  }
  .billingContent h4 {
    font-size: 8px;
  }
  .cartTotalMob {
    display: none;
  }
  .cartTotal {
    display: table;
  }
  .payHere h4 {
    font-size: 8px;
  }
  .fa-aud,
  .fa-cad {
    font-size: 12px;
  }
  .reg-cart-wrapper {
    padding-left: initial;
  }
  .reg-price-icon {
    float: left;
  }
  .reg-price-value {
    float: right;
    padding-right: 0px;
  }
  .reg-total {
    padding: 0 5px;
  }
  .reg-orderDetail.orderDetail {
    margin: 0;
  }
  .reg-price-icon-wrapper {
    padding: 0;
  }
  .signIn {
    width: 70%;
  }
  .help-block.forgotPassword {
    margin-top: 5px;
  }
  .help-block a {
    margin-left: 0;
  }
  .address-option-wrapper {
    float: right;
  }
  .selectAddressDes {
    display: none;
  }
  .address-option-wrapper .removeCust {
    margin: 5px 5px;
  }
  .address-option-wrapper .pull-dropdown {
    margin: 0 5px;
    font-size: 27px;
    float: right;
  }
  .address-option-wrapper  .address-orderdrop {
    margin: -7px -10px;
  }
  .address-option-wrapper .pull-dropdown:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
  }
  .address-option-wrapper .pull-dropup:before {
    content: "\f106";
  }
  .diffAddress {
    margin-top: 14px;
  }
  .ordlist-cart-wrapper {
    margin-top: 10px;
  }
  /*.sample-show-hide {
    -webkit-transition:all linear 0.5s;
    transition:all linear 0.5s;
  }
  
  .sample-show-hide.ng-hide {
    opacity:0;
  }*/
}
@media (max-width: 767px) {
  .cartTotalMob {
    display: table;
  }
  .reg-orderDetail.orderDetail {
    margin: 0;
  }
  .cartTotal {
    display: none;
  }
  .coupon {
    padding-top: 5px;
  }
  .shippingLogIn {
    padding-left: 0;
  }
  .signIn {
    width: 100%;
  }
  .borderLeft {
    border: none;
  }
  .reg-orderDetail h4 {
    font-size: 11px;
  }
  .borderRowBottom {
    margin-left: initial;
  }
  .reg-price-icon-wrapper {
    padding: 0;
  }
  .cart-heading h2 {
    font-size: 15px;
  }
  .col-xsm-6 {
    width: 50%;
  }
  .reg-cart-wrapper {
    float: left;
    padding-left: 15px;
  }
  .adrress-form-wrapper {
    left: -100%;
    position: fixed;
    top: 40px;
    background: white;
    z-index: 1000;
    height: 100%;
    overflow: auto;
    padding-bottom: 18%;
  }
  .address-wrapper {
    display: initial;
  }
  #btnaddMoreAddress {
    margin: 5px 0;
  }
  .borderRowBottom {
    margin-top: 10px;
  }
  .billingContent h4 {
    font-size: 12px;
  }
  ul.nav.nav-tabs.paymentMethods li:not(:last-child) a {
    border-right: none;
  }
  ul.nav.nav-tabs.paymentMethods li.active a {
    border-bottom: 1px solid #bcbcbb;
  }
  .tabbable.paymentTabs li {
    display: block;
  }
}
@media (max-width: 415px) {
  .col-xxs-12 {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .borderRowBottom {
    margin-left: initial;
  }
  .reg-orderDetail h4 {
    font-size: 14px;
  }
  .adrress-form-wrapper {
    left: -100%;
    position: fixed;
    top: 40px;
    background: white;
    z-index: 1000;
    height: 100%;
    overflow: auto;
    padding-bottom: 18%;
  }
  .address-wrapper {
    display: initial;
    margin-top: 14px;
    padding: 0;
  }
  .productDescr h5 {
    font-size: 12px;
  }
  .reg-orderDetail.orderDetail h4 {
    font-size: 10px;
  }
  .cart-list h4,
  .cartHeader h4,
  .fa-aud,
  .fa-cad {
    font-size: 10px;
  }
}
.Jewellerycontent {
  margin-top: 15px;
}
.RingForHer {
  background: url("../images/content/Ring_For_Her.jpg") no-repeat;
  border: 1px solid lightgray;
  width: 100%;
  min-height: 65px;
}
.DiamondEarRing {
  background: url("../images/content/Diamond_Earings.jpg") no-repeat;
  border: 1px solid lightgray;
  width: 100%;
  min-height: 65px;
}
.DiamondPendant {
  background: url("../images/content/Diamond_Pendants.jpg") no-repeat;
  border: 1px solid lightgray;
  width: 100%;
  min-height: 65px;
}
.RingForHim {
  background: url("../images/content/Ring_For_Him.jpg") no-repeat;
  border: 1px solid lightgray;
  width: 100%;
  min-height: 65px;
}
.Jewellerycontent p {
  text-align: justify;
}
.link_seo {
  border-top: 1px solid lightgray;
  padding-top: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid lightgray;
  font-size: 10px;
}
.ImageHeader {
  padding-bottom: 15px;
  border-bottom: 2px Solid #eeeeee;
}
.jewelImg {
  max-width: 100%;
  max-height: 160px;
}
.toast-container {
  width: 287px;
  z-index: 9999;
}
* html .toast-container {
  position: absolute;
}
.toast-item {
  height: auto;
  background: #333333;
  opacity: 0.9;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #eeeeee;
  /*padding-top: 20px;
    padding-bottom: 20px;*/
  padding-left: 6px;
  padding-right: 6px;
  font-size: 14px;
  border: 0;
  display: block;
  position: relative;
  margin: 0 0 12px 0;
}
.toast-item p {
  text-align: left;
  margin: 0 15px 0 20px;
  padding: 10px 0px;
  color: white;
}
.toast-item-close {
  width: 22px;
  height: 22px;
  right: -2px;
  position: absolute;
  top: 0px;
  display: block;
}
/*span.toast-item-close {
     .glyphicon();
}

    span.toast-item-close:before {
        .glyphicon-remove;
        font-size: 22px;
        color: @whiteBg;
    }*/

.toast-item-image {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 10px;
}
/*.toast-item-image-notice {
    background:url(../images/notice.png);
}

.toast-item-image-success {
    background:url(../images/success.png);
}

.toast-item-image-warning {
    background:url(../images/warning.png);
}

.toast-item-image-error {
    background:url(../images/error.png);
}*/

/**
 * toast types
 *
 * pattern: toast-type-[value]
 * where 'value' is the real value of the plugin option 'type'
 *
 */

.toast-type-notice {
  color: white;
  background-color: #5397d4;
}
.toast-type-success {
  color: white;
  background-color: #178a17;
}
.toast-type-warning {
  color: white;
  background-color: #f1c937;
}
.toast-type-error {
  color: white;
  background-color: #e50d0d;
}
/**
 * positions
 *
 * pattern: toast-position-[value]
 * where 'value' is the real value of the plugin option 'position'
 *
 */

.toast-position-top-left {
  position: fixed;
  left: 20px;
  top: 20px;
}
.toast-position-top-center {
  position: fixed;
  top: 20px;
  left: 50%;
  margin-left: -140px;
}
.toast-position-top-right {
  position: fixed;
  top: 20px;
  right: 20px;
}
.toast-position-middle-left {
  position: fixed;
  left: 20px;
  top: 50%;
  margin-top: -40px;
}
.toast-position-middle-center {
  position: fixed;
  left: 50%;
  margin-left: -140px;
  margin-top: -40px;
  top: 50%;
}
.toast-position-middle-right {
  position: fixed;
  right: 20px;
  margin-left: -140px;
  margin-top: -40px;
  top: 50%;
}
.Story_header {
  background: url("//kreeli.com/cImages/heartIcon.jpg") no-repeat;
  padding: 0 23px 0 30px;
  margin: 0 15px;
  font-size: 17px;
}
.lovestory-banner-wrapper {
  padding: 0;
}
.lovestory-banner {
  width: 100%;
}
.btnLoveStory {
  float: right;
}
.sotryheader-wrapper {
  margin: 0 -5px;
}
.storyheader {
  margin: 15px 0 10px 0;
  padding: 5px 0;
  border-bottom: 3px solid #174769;
  display: inline-block;
  width: 100%;
}
.storyheader-text {
  float: left;
  font-size: 20px;
}
.lovestory-wrapper {
  max-width: 100%;
  min-height: 208px;
  height: auto;
  padding: 5px;
  background: #eaeaea;
  margin: 10px 15px 10px 15px;
  position: relative;
}
.lovestory-Title {
  font-weight: bold;
  margin-top: 15px;
  display: inline-block;
}
.read-more-lovestory {
  font-size: 14px;
  font-style: italic;
  position: initial;
  float: right;
  color: #428bca;
  cursor: pointer;
  margin: 3px;
}
.readmore-lovestory-wrapper {
  display: inline-block;
  float: right;
  position: absolute;
  bottom: 0;
  right: 0;
}
.lovestoryImage {
  float: right;
  margin: 14px 0px auto 10px;
  min-width: 150px;
  max-width: 150px;
  max-height: 178px;
}
.loveStory-detail {
  display: inline-block;
  width: 100%;
}
.lovestory-content {
  margin: 0 10px;
  text-align: justify;
  padding: 0;
}
.shareStoryControls {
  border: 1px solid lightgray !important;
  outline: none !important;
  box-shadow: none !important;
  margin-bottom: 5px;
  height: 30px;
}
.selectOptionofStoryCountry {
  width: 100%;
  height: 30px;
  border-radius: 0;
  border: 1px solid lightgray;
}
.sharedStory {
  border: 1px solid lightgray !important;
  border-radius: 0;
  min-height: 200px;
  outline: none !important;
  box-shadow: none !important;
}
.postStory {
  float: right;
  margin-top: 10px;
  padding: 0 15px;
}
.ShareStoryImage {
  float: right;
  margin-right: -0.47%;
  margin-top: -0.5%;
}
.flLovestory {
  margin: 5px 0 0 0;
  border: 1px solid lightgray !important;
  border-radius: 0;
  padding: 5px;
}
@media (max-width: 768px) {
  /*.lovestory-content {
      display:inline-block;
  }*/
  
  /*.lovestoryImage {
      float:left;
      }*/
  
  .lovestoryImage {
    float: left;
    margin: 14px 10px 0 0px;
  }
}
.invalidinput {
  border: 1px solid red ;
}
.xdsoft_datetimepicker {
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: white;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  color: #333333;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
  padding-left: 0px;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}
/*For IE8 or lower*/

.xdsoft_datetimepicker button {
  border: none !important;
}
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.xdsoft_noselect::selection {
  background: transparent;
}
.xdsoft_noselect::-moz-selection {
  background: transparent;
}
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}
.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}
.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0px;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}
.xdsoft_datetimepicker  .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
}
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg==');
}
.xdsoft_datetimepicker  .xdsoft_prev {
  float: left;
  background-position: -20px 0px;
}
.xdsoft_datetimepicker  .xdsoft_today_button {
  float: left;
  background-position: -70px 0px;
  margin-left: 5px;
}
.xdsoft_datetimepicker  .xdsoft_next {
  float: right;
  background-position: 0px 0px;
}
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0px none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0px;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0px;
  margin-bottom: 7px;
  margin-top: 0px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: whitesmoke;
  border-top: 1px solid #dddddd;
  color: #666666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0px;
  height: 25px;
  line-height: 25px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0px;
}
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
}
.xdsoft_datetimepicker  .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: white;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}
.xdsoft_datetimepicker  .xdsoft_label:hover {
  text-decoration: underline;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #cccccc;
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 101;
  display: none;
  background: white;
  max-height: 160px;
  overflow-y: hidden;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: white;
  background: #ff8000;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0px 1px 3px 0px inset;
  color: white;
  font-weight: 700;
}
.xdsoft_datetimepicker  .xdsoft_month {
  width: 90px;
  text-align: right;
}
.xdsoft_datetimepicker  .xdsoft_calendar {
  clear: both;
}
.xdsoft_datetimepicker  .xdsoft_year {
  width: 56px;
}
.xdsoft_datetimepicker  .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}
.xdsoft_datetimepicker  .xdsoft_calendar th {
  height: 25px;
}
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: whitesmoke;
  border: 1px solid #dddddd;
  color: #666666;
  font-size: 12px;
  text-align: right;
  padding: 0px;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}
.xdsoft_datetimepicker  .xdsoft_calendar th {
  background: #f1f1f1;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_today {
  color: #33aaff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0px 1px 3px 0px inset;
  color: white;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: white !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  box-shadow: inherit !important;
}
.xdsoft_datetimepicker  .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999999;
  cursor: default;
}
.xdsoft_datetimepicker  .xdsoft_copyright {
  color: #cccccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}
.xdsoft_datetimepicker  .xdsoft_copyright a {
  color: #eeeeee !important;
}
.xdsoft_datetimepicker  .xdsoft_copyright a:hover {
  color: #aaaaaa !important;
}
.xdsoft_time_box {
  position: relative;
  border: 1px solid #cccccc;
}
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #cccccc !important;
  height: 20px;
  border-radius: 3px;
}
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  cursor: pointer;
}
.xdsoft_scroller_box {
  position: relative;
}
.evaluate-container .designDetail td {
  border-top: 0px !important;
}
.evalute-jewellery h3 {
  border-top: 0px;
}
/*.evalute-jewellery .table {
    width: auto;
    padding: 10px;
}*/

.evalute-jewellery .table .tdTitle {
  width: 30%;
}
.advance-evaluator {
  display: none;
}
.advance-evaluator div.evaluate-img {
  width: 100%;
}
.searchHeader {
  background-color: #eaeaea;
  padding: 2px 20px;
  width: 100%;
  float: left;
}
.searchjewellery {
  width: 30%;
  float: right;
  position: absolute;
  top: -20px;
  right: 0px;
}
.search-box {
  margin: 0px;
  width: 100%;
}
.search-jewellery-box {
  border: 1px solid #cccccc;
}
.search-jewellery-box .search-icon {
  padding: 4px 7px;
}
.searchjewellery .typeahead.dropdown-menu {
  background-color: white;
  border: 1px solid #cccccc;
}
.searchjewellery .typeahead.dropdown-menu > li > a {
  color: #174769;
  font-size: 15px;
}
.searchjewellery .typeahead.dropdown-menu > li > a:hover {
  color: white;
}
.search-jewellery-oldprice {
  font-size: 13px;
}
.searchpagematch {
  display: inline-table;
  padding: 0 18px;
}
.searchpagematch li {
  padding: 10px 0;
}
.searchlabel {
  font-size: 16px;
}
.searchurl {
  color: #cccccc;
}
/*.feedback_header {
    background: url("//kreeli.com/cImages/heartIcon.jpg") no-repeat;
    padding: 0 23px 0 30px;
}*/

.btnFeedback {
  float: right;
}
.feedbackheader-wrapper {
  margin: 0 -5px;
}
.feedbackheader {
  margin: 15px 0 10px 0;
  padding: 5px 0;
  border-bottom: 3px solid #7f7f7f;
  display: inline-block;
  width: 100%;
}
.feedbacheader-text {
  float: left;
  font-size: 20px;
}
.feedback-wrapper {
  max-width: 100%;
  min-height: 208px;
  height: auto;
  padding: 5px;
  background: #eaeaea;
  margin: 10px 15px 10px 15px;
  position: relative;
}
.read-more {
  font-size: 14px;
  font-style: italic;
  display: none;
  position: initial;
  float: right;
  color: #428bca;
  cursor: pointer;
  margin: 3px;
}
.readmore-wrapper {
  display: inline-block;
  float: right;
}
.feedback-detail {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.feedback-content {
  margin: 0 10px;
  text-align: justify;
  padding: 0;
}
/*.divStory {
 height:93px;
 overflow: hidden;
}*/

.overlay-bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  z-index: 1000;
  /* high z-index */
  background: black;
  /* fallback */
  background: rgba(0, 0, 0, 0.75);
}
.overlay-content {
  display: none;
  background: white;
  padding: 1%;
  width: 74%;
  position: relative;
  top: 15%;
  left: 35%;
  margin: 0 0 0 -20%;
  /* add negative left margin for half the width to center the div */
  cursor: default;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}
.close-btn {
  cursor: pointer;
  border: 1px solid #333333;
  padding: 2% 5%;
  background: #a9e7f9;
  /* fallback */
  background: -moz-linear-gradient(top, #a9e7f9 0%, #77d3ef 4%, #05abe0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a9e7f9), color-stop(4%, #77d3ef), color-stop(100%, #05abe0));
  background: -webkit-linear-gradient(top, #a9e7f9 0%, #77d3ef 4%, #05abe0 100%);
  background: -o-linear-gradient(top, #a9e7f9 0%, #77d3ef 4%, #05abe0 100%);
  background: -ms-linear-gradient(top, #a9e7f9 0%, #77d3ef 4%, #05abe0 100%);
  background: linear-gradient(to bottom, #a9e7f9 0%, #77d3ef 4%, #05abe0 100%);
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.close-btn:hover {
  background: #05abe0;
}
.feedback-Image-wrapper {
  padding: 0;
}
.feedbackImage {
  float: right;
  margin: 0px 0px auto 10px;
  min-width: 178px;
  max-width: 178px;
  max-height: 178px;
}
.feedFirstName {
  padding: 0 2px 0 15px;
}
.feedLastName {
  padding: 0 15px 0 2px;
}
.feedbackControl {
  border: 1px solid lightgray !important;
  outline: none !important;
  box-shadow: none !important;
  margin-bottom: 5px;
  height: 30px;
}
.sharedFeedback {
  border: 1px solid lightgray;
  border-radius: 0;
  min-height: 116px;
  outline: none !important;
  box-shadow: none !important;
  max-width: 100%;
}
.selectFeedbackCountry {
  width: 100%;
  height: 30px;
  border-radius: 0;
  border: 1px solid lightgray;
}
.postFeedback {
  float: right;
  margin-top: 10px;
  padding: 0 15px;
}
.feedback-Title {
  font-weight: bold;
  margin-top: 15px;
}
.feedbackfooter {
  position: absolute;
  bottom: 0;
  margin-bottom: 10px;
}
.footerfeedback {
  display: inline-block;
}
@media (max-width: 768px) {
  .feedbackImage {
    float: left;
    margin: 0px 10px 0 0px;
  }
  .feedFirstName,
  .feedLastName {
    padding: 0 15px 0 15px;
  }
}
@media (max-width: 767px) {
  
}
.tblUserOrderList.table-striped tbody tr td,
.tblUserOrderList.table-striped tbody > tr th {
  background-color: rgba(249, 249, 249, 0.5) !important;
}
.tblUserOrderList > tbody > tr > td,
.tblUserOrderList > thead > tr > th,
.tblUserOrderList {
  border: none;
}
.prfUserEmail {
  float: left;
  display: block;
  font-size: 16px;
  margin-right: 20px;
}
.prfUserEmail span {
  text-transform: capitalize;
}
.ordermenu-wrapper {
  padding: 0 0 25px;
  position: absolute;
  top: 0;
  right: 0;
}
.ordermenu label {
  padding: 4px 20px;
  /*background: #57575b;*/
  color: #57575b;
}
.ordermenu label:hover {
  padding: 4px 20px;
  background: #174769;
  color: white;
}
.myorder-wrapper {
  padding: 10px 0;
}
.prfAddress-wrapper {
  padding: 10px 0;
}
.prfAddress {
  padding: 30px 0 0 0;
}
.prfSearchOrder {
  padding: 0 10px 10px;
  float: right;
}
input[type="radio"]:checked + label {
  padding: 4px 20px;
  background: #174769;
  color: white;
}
.tblpmtordDetail .currency-formate {
  margin-left: 0;
}
.tblUserOrderList {
  table-layout: fixed;
}
/*.tblUserOrderList > thead > td {
        width: 20%;
    }*/

.tblUserOrderList > thead > tr > th {
  text-align: center;
  font-weight: bold;
}
.tblUserOrderList > tbody > tr > td {
  text-align: center;
}
.tblUserOrderList > tbody > .newOrdPrfRow > td {
  text-align: left;
}
.tblUserOrderList > thead > tr > th:nth-child(1) {
  width: 7%;
}
.tblUserOrderList > thead > tr > th:nth-child(5) {
  width: 19%;
}
.tblUserOrderList > thead > tr > th:nth-child(6),
.tblUserOrderList > thead > tr > th:nth-child(7) {
  width: 11%;
}
.tblUserOrderList > thead > tr > th:nth-child(2),
.tblUserOrderList > thead > tr > th:nth-child(3),
.tblUserOrderList > thead > tr > th:nth-child(4) {
  width: 15%;
}
/*.tblUserOrderList tr th {
    width:13%;
    }*/

.tblpmtorddetail-wrapper {
  overflow-x: auto;
}
@media (max-width: 768px) {
  .tblUserOrderList tr th {
    font-size: 12px;
  }
  .tblUserOrderList tr td {
    font-size: 12px;
  }
  .tblUserOrderList .btnUserProfile {
    font-size: 11px;
  }
}
input#btnTPTPaid {
  border: none;
  background: #85ce8f;
  padding: 5px;
  border-radius: 5px;
  color: white;
  font-weight: bold;
}
.orderDetail .ordPmtRupee,
.orderDetail .ordPmttotal {
  vertical-align: middle;
}
.custDetail {
  text-align: left;
}
.basketprice-label {
  text-align: left;
}
.finalUsrPrfCheckOut {
  margin-top: 10px;
  height: 35px;
  width: 100%;
  font-weight: bold;
  letter-spacing: 10px;
}
@media (max-width: 768px) {
  .paymentOrder .pmtOrdaddress {
    white-space: normal;
  }
  .paymentOrder .orderDetail-wrapper {
    margin: 0 15px;
  }
  .paymentOrder .options-wrapper {
    margin: 0 -15px;
  }
  .paymentOrder .options {
    margin: 0 -4px;
  }
  .paymentOrder #ChequeDD {
    white-space: normal;
    font-size: 12px;
  }
  .tblOrderDetail {
    padding-left: 0px;
    /*margin:0 -15px;*/
  
  }
  .paymentOrder .billingContent h4 {
    font-size: 11px;
  }
  .paymentOrder .BillingAddress h4,
  .paymentOrder .ShippingAddress h4 {
    font-size: 12px;
  }
  .paymentOrder .custDetail {
    font-size: 11px;
  }
  .orderDetail {
    margin: 0 -9px;
  }
  .orderDetail .ordPmtRupee,
  .orderDetail .ordPmttotal {
    font-size: 11px;
  }
}
.tblpmtordDetail > thead > tr > th {
  border: 1px solid #dddddd !important;
  color: #888888;
  font-weight: bold;
  text-align: center;
}
.tblpmtordDetail > tbody > tr > td {
  border: 1px solid #dddddd !important;
  color: #888888;
  text-align: center;
}
.tblptmorder tr td,
table.tblptmorder tbody tr td {
  border: none !important;
}
.designinfoheading,
.stoneinfoheading {
  text-align: center;
  font-weight: bold;
}
.designinfovalue {
  color: #174769;
  float: left;
}
.imgordprod {
  height: 150px;
  width: 150px;
}
.tblpmtordDetail {
  table-layout: fixed;
}
.tblpmtordDetail > thead > td {
  width: 20%;
}
.ordpmttotal {
  float: right;
  font-weight: bold;
}
.processResult-wrapper {
  text-align: center;
}
.processResult {
  padding: 5px 10px;
  background: #888888;
  border-radius: 5px;
  display: inline-block;
  margin: 0;
  color: white;
}
.tblpmtordProcess {
  margin: 10px auto;
}
.tblpmtordProcess tbody tr td {
  border: 1px solid #dddddd;
  color: #888888;
}
.tblpmtordProcess .ordproccesslabel {
  float: right;
}
.tblpmtordProcess .ordproccessvalue {
  float: left;
}
.orderProcess {
  list-style-type: none;
}
.orderProcess li {
  float: left;
}
#lblinit,
#lblmanufact,
#lblreadyship,
#lblshipped,
#lbldelivered {
  font-size: 12px;
  font-weight: normal;
}
ul.orderProcess {
  display: inline-block;
}
ul.orderProcess li.lblInit-wrapper {
  width: 152px;
  background-image: none;
}
.ordProcess-wrapper {
  text-align: center;
}
.ordProcess-wrapper ul li {
  background: url('/Content/images/UserProfile/shipvline.png') no-repeat;
  width: 180px;
  white-space: normal;
  height: 125px;
  float: left;
  list-style: none;
  margin-top: 10px;
  padding-top: 5px;
  text-align: center;
}
@media (max-width: 768px) {
  ul.orderProcess li {
    width: 135px;
  }
  ul.orderProcess li.lblInit-wrapper {
    width: 111px;
    background-image: none;
  }
  ul.orderProcess li b {
    font-size: 12px;
  }
}
.kreeli-modal-header {
  background: #174769;
  color: white;
  font-size: 20px;
}
.kreeli-modal-header .close {
  opacity: 1;
  text-shadow: none;
  margin: 4px 0;
  color: white;
}
.main_msg {
  background: white;
  position: relative;
}
.main_msg p,
.main_msg a {
  color: #454545;
}
.main_msg img {
  margin: 0 auto;
  display: block;
}
.submit-wrapper {
  margin: 7px 0;
}
.main_msgheading {
  font-weight: bold;
  font-size: 20px;
  margin: 0 25%;
}
.btnSubmitModel {
  width: 100%;
}
#btnSubmitOffer {
  width: 100%;
  padding: 6px 25px;
}
.main_msg .txtEmailId#txtEmailId {
  border: 1px solid #999999;
}
.isSignupOff {
  padding: 5px;
}
#offerModel .modal-header {
  border-bottom: none;
}
#offerModel .close {
  /*position:relative;
    padding: 0px 3px 0px;
    opacity:1;*/
  /*:first-child {*/
  position: absolute;
  background: #174769;
  color: white;
  border-radius: 50%;
  display: inline-block;
  width: 28px;
  margin-top: -12px;
  border: 3px solid white;
  padding: 0px 3px 2px;
  opacity: 1;
  right: 0;
  margin: -15px;
  /*}*/

}
.requestMoreInfo {
  margin: 10% 20%;
}
.imgscreen canvas {
  width: 150px;
  height: 100px;
  margin-bottom: 10px;
}
.fix-feedback-wrapper {
  top: 40%;
  /* for do fix as it is kreeli calculate window height and then set to top */
  position: fixed;
  display: block;
  height: 183px;
  z-index: 10000;
}
.fix-feedbackMenu {
  float: left;
}
.fix-feedbackarea {
  background-image: url('../images/icons/feedback-background.png');
  margin: 0px;
  padding: 7px 3px 0px;
  cursor: pointer;
  display: block;
  height: 183px;
  width: 26px;
  float: right;
  z-index: 10000;
  background-color: #174769;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
.fix-feedbackclose {
  height: 22px;
  width: 22px;
  cursor: pointer;
  position: absolute;
  top: -12px;
  right: 10px;
  z-index: 16776275;
  background-image: url(../images/icons/feedback-widget-close.png);
  background-color: transparent;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: none;
}
.fix-feedbackbutton {
  background-image: url('../images/icons/feedback.png');
  height: 141px;
  width: 26px;
  background-repeat: no-repeat;
}
.fix-feedbackformback {
  background: #f9f9f9;
  margin: -14% 0;
  padding: 10px;
  border: 1px solid #174769;
  display: none;
  min-height: 183px;
  width: 100%;
}
.fix-feedbackform-wrapper {
  width: 0px;
  height: 183px;
  /*display:none;*/
  background: #f9f9f9;
  float: left;
}
.fix-feedbackform {
  display: none;
}
.fix-feedbackcontrol,
#fix-txtfeedEmail.fix-feedbackcontrol {
  width: 100%;
  margin-bottom: 10px;
  max-width: 100%;
  background: white;
}
.fix-txtMessage {
  height: 50px;
}
.fix-feedbackloading {
  display: none;
  width: 100px;
  margin: 3% 12%;
  /*top: 200px;*/
  /* for do fix as it is kreeli calculate window height and then set to top */
  position: fixed;
  z-index: 10001;
}
.fix-feed {
  display: none;
}
.fixfeed-button {
  margin-top: 10px;
}
/*#referFriendModel .aReloadCaptcha,.feedbackform .aReloadCaptcha {
width:27%;
}*/

#yourRingSizeModel .ringsizeheader-text {
  font-size: 20px;
  color: #174769;
}
#yourRingSizeModel .ringsizeheader-text .close {
  margin-top: initial;
}
#yourRingSizeModel .modal-dialog {
  width: 60%;
}
#yourRingSizeModel .modal-body {
  padding: 0 15px;
}
#yourRingSizeModel .down-wrapper {
  position: initial;
  padding: 10px 0;
}
#yourRingSizeModel .ringsizerpdf {
  width: 100%;
  overflow: auto;
}
/*.captcha-wrapper {
    background: #DFDFDF;
    padding: 5px;
    border-radius: 5px;
    border: 4px solid #FFF;
}
.captchcode {
   // background: #FFF;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    margin-bottom: 5px;
    background: repeating-linear-gradient(
    45deg,
    #606dbc,
    #606dbc 2px,
    #465298 2px,
    #465298 4px
  );
}
.captchaResult {
    width: 70%;
    display: inline-block;
    MARGIN-RIGHT: 8PX;
}
.captcha-wrapper .aReloadCaptcha {
  //  padding: 10px 20px;
    padding: 10px 18px 10px 24px;
    font-size: 14px;
    background-color: #174769;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color:#FFF;
    &:hover,&:focus  {
     background-color:#0e5486
    }
}*/

.captcha-wrapper {
  /*background: #DFDFDF;
    padding: 5px;
    border-radius: 5px;
    border: 4px solid #FFF;*/
  margin: 0;
}
.captchacode {
  color: black;
  font-size: 14px;
  /*text-align: center;
    display:flex;*/

}
.captchaResult {
  font-size: 14px;
  width: 30px;
  padding: 0 3px;
  margin: 0 25px;
}
.lblCaptcha {
  padding: 1px 3px 0;
}
.captcha-wrapper a#aReloadCaptcha {
  padding: 5px;
  /*font-size: 14px;
  background-color: #174769;*/
  text-align: right;
  vertical-align: middle;
  text-decoration: none;
  float: right;
  color: maroon;
}
.captcha-wrapper a#aReloadCaptcha:hover,
.captcha-wrapper a#aReloadCaptcha:focus {
  color: #0e5486;
}
.captchacalc {
  padding: 5px;
  background: white;
}
.capequal {
  padding: 7px 0 0 10px;
}
.captchaResult-wrapper {
  padding: 0 10px;
}
@media (max-width: 768px) {
  .fix-feedbackformback {
    margin: -23% 0;
  }
  .fix-feedbackclose {
    top: -14px;
    right: -8px;
  }
  .fix-feedbackloading {
    display: none;
    width: 100px;
    margin: -5% 9%;
    /*top: 200px;*/
    /* for do fix as it is kreeli calculate window height and then set to top */
    position: fixed;
    z-index: 10001;
  }
  #yourRingSizeModel .modal-dialog {
    width: 100%;
  }
  #yourRingSizeModel .ringsizerpdf {
    width: 100%;
    overflow: auto;
  }
  .captchaResult {
    margin-right: 11px;
  }
  .captcha-wrapper .aReloadCaptcha {
    padding: 10px 20px;
    width: 24%;
  }
}
@media (max-width: 767px) {
  /*.product-gallery-wrapper {
          max-width: 285px;
          margin: 0 auto;
      }
      #product-gallery li,#gallery-thumb li {
          margin-right:5px;
      }
      .prod-gallery-header {
          font-size:20px;
          color:@menu-bg;
      }*/
  
  .kreeli-modal-header {
    font-size: 14px;
  }
  .kreeli-modal-header .close {
    opacity: 1;
    text-shadow: none;
    margin: 0;
    color: white;
  }
  .mobileshare-wrapper {
    display: none;
  }
  .mobileshare-wrapper.in,
  .mobileshared.in {
    display: block;
    background-color: rgba(43, 43, 43, 0.78);
    padding: 0px;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1151;
  }
  #mobileshareicon {
    position: relative;
    text-align: center;
    width: 120px;
    height: 120px;
  }
  .mobileshare {
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    cursor: pointer;
    font-size: 24px;
    padding: 9px 10px;
    color: white;
    background: #174769;
    border-radius: 50%;
    margin-left: -21px;
    margin-top: -21px;
  }
  .mobileshared ul {
    width: 160px;
    margin: 0 auto;
    margin-top: 20%;
  }
  .mobileshare-wrapper .modal-body-shareicon {
    width: 160px;
    margin: 0 auto;
    display: block;
    padding: 0 20px;
    position: relative;
  }
  .mobiletool-wrapper {
    /*width:160px;
          height:160px;
          display:inline-block;*/
    background: #174769;
    color: white;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    padding: 25px;
    cursor: pointer;
  }
  .mobiletoolicon {
    /*background: url("/Content/images/icons/mobiletools.png") no-repeat;
          width: 60px;
          height: 60px;
          float: left;
          background-size: 120px;*/
    margin: 5px;
    color: white;
    width: 45px;
    height: 45px;
    display: inline-block;
    float: left;
    background: white;
    border-radius: 5px;
  }
  .mobiletoolicon:hover {
    background-color: white;
    opacity: 0.5;
  }
  .mobile-video i {
    font-size: 22px;
    padding: 10px 9px 10px 15px;
    color: #af0a0a;
  }
  .mobile-tryon i {
    font-size: 26px;
    padding: 3px 8px 0;
    color: #109121;
  }
  .mobile-tryon::after {
    content: 'TRY-ON';
    color: #109121;
    font-size: 9px;
  }
  .mobile-req-info i {
    font-size: 26px;
    padding: 10PX 18px;
    color: #174769;
  }
  .mobile-share i {
    font-size: 26px;
    padding: 10px 11px;
    color: #e86830;
  }
  .playicon {
    font-size: 50px;
    position: absolute;
    color: #174769;
    display: none;
    top: 45%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    opacity: 0.6;
  }
  .img360caption {
    padding: 10px;
  }
  .requestMoreInfo {
    margin: 0;
  }
  #requestMoreInfoModel .modal-body {
    padding: 0;
  }
  .captchaResult {
    margin: 0;
  }
  .captcha-wrapper .aReloadCaptcha {
    padding: 10px 15px;
    width: 28%;
  }
}
@media (max-width: 1024px) {
  .fix-feedbackarea {
    background-image: url('../images/icons/feedbackarrow.png');
    width: 18px;
    background-color: initial;
    background-size: cover;
    height: 30px;
  }
  .fix-feedbackbutton {
    height: 0px;
  }
  .fix-feedback-wrapper {
    bottom: 25%;
    top: initial;
    height: auto;
  }
  .fix-feedbackclose {
    right: 10px;
  }
  .fix-feedbackform-wrapper {
    height: auto;
  }
}
li.list-inline.resp-header {
  float: left;
  width: 100%;
  background-color: #efefef;
  color: #09448a;
}
.resp-detail {
  float: left;
  width: 100%;
}
.visitor-wrapper {
  margin: 0 -5px;
}
.visitorheader {
  margin: 15px 0 10px 0;
  padding: 5px 0;
  border-bottom: 3px solid #174769;
  display: inline-block;
  width: 100%;
}
.visitorheader-text {
  float: left;
  font-size: 20px;
}
ul.visitormap-menu li {
  margin: 0 5%;
}
.visitormap-menu {
  color: #009900;
  margin: 10px 0;
}
.visitormap-menu li a {
  color: #2a6496;
}
.visitormap-list {
  color: #2a6496;
}
.sketchdesignheader-wrapper {
  margin: 0 -5px;
}
.sketchdesignheader {
  margin: 15px 0 10px 0;
  padding: 5px 0;
  border-bottom: 3px solid #174769;
  display: inline-block;
  width: 100%;
}
.sketchImgTermCondition-wrapper {
  margin: 0 20px;
}
.sketchdesignheader-text {
  float: left;
  font-size: 20px;
}
.form-control.sketchFields {
  border: 1px solid lightgray !important;
  outline: none !important;
  box-shadow: none !important;
  height: 35px;
  background: initial;
  border-radius: 0;
}
.sketchFields.txtDesignDescr {
  height: 100px;
}
select.sketchFields,
#txtEmail.sketchFields {
  background: initial;
}
.previewSketchImg {
  max-height: 150px;
  min-height: 100px;
}
.form-control.sketchFields.ui-state-error {
  border: 1px solid #cd0a0a !important;
}
.chksketchImg-wrapper {
  margin: 5px 0;
}
.tryon-model-open {
  overflow: hidden;
}
.kreeli-modal-tryon-content {
  border-radius: 0;
}
.tryonheader-text {
  font-size: 20px;
  color: #174769;
}
.modal-header .close.tryonclose {
  margin-top: 3px;
}
.kreeli-modal-header {
  padding: 5px 10px;
}
#tryonjewelleryModel .modal-lg {
  width: 900px;
}
#tryonjewelleryModel .modal-body {
  padding: 0;
}
#tryonflImage {
  float: right;
  padding: 6px 6px;
  display: inline-block;
  width: 70%;
}
.tryon-option-wrapper {
  padding: 20px 10px;
}
.tryon-option-wrapper h4 {
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  font-size: 15px;
}
.loader .loader-fixit {
  float: initial;
  margin: auto;
  display: block;
  max-width: 160px;
}
#btnfixit {
  background: #99cf9c;
  color: white;
  border-radius: 0;
  border: none;
}
#btnfixit:hover {
  background: #999999;
}
.tryon-download-wrapper {
  display: none;
  float: left;
  padding: 0;
}
#btnDownloadSetImage {
  font-size: 15px;
  margin: 10px 0 0;
  display: inline-block;
  text-decoration: none;
}
.zoom-range {
  width: 76%;
  padding: 0 5px;
  height: 8px;
  cursor: pointer;
}
#tryonjewelleryModel .fa-minus-circle,
#tryonjewelleryModel .fa-plus-circle {
  font-size: 1.3em;
  margin: 5px 0;
  color: #174769;
}
.rotatetryonImage {
  color: #174769;
  margin: 5px 0;
  font-size: 1.2em;
  padding: 0 5px 0;
  cursor: pointer;
}
.trial-zoom-parent {
  border: 2px solid #cccccc;
  border-top: none;
  display: inline-block;
}
.trial-zoom {
  position: relative;
}
.panzoom {
  width: 450px;
  height: 450px;
  overflow: scroll;
}
.tran-img {
  /*width:450px;
height:450px;*/
  top: 0px;
  position: absolute;
  pointer-events: none;
}
.tryon-color-wrapper {
  padding: 0;
  margin-top: 10px;
}
.tryon-socialConnections {
  display: inline-block;
  float: left;
}
.tryon-socialConnections .socialConnections {
  margin-top: 10px;
  padding: 0px;
  float: left;
}
.tryonColors .selectable-tryon-color {
  width: 100%;
}
#ddlMetalColor-tryon {
  display: none;
}
.tryonColors .selectable-tryon-color li {
  height: 35px;
  width: 25.00%;
  float: left;
}
.tryonColors .m-selected {
  background: url(/Content/images/icons/right_Mark.png) no-repeat right top transparent;
}
.tryon-gemstone-wrapper {
  display: inline-block;
  padding-left: 0;
}
.tryon-gemsel {
  margin-top: 10px;
  display: block;
}
#tryon-dropgemstone li {
  display: inline-block;
  border-bottom: 1px solid #f2f2f2;
  padding: 0;
  float: left;
}
.tryon-gemstone-wrap {
  display: inline-block;
  padding: 7px 5px 7px;
  float: right;
  cursor: pointer;
}
#tryon-dropgemstone li .tryon-gemstone-img-wrap .tryon-gemstone-wrap:first-child {
  padding: 7px 10px 7px 5px;
}
.tryon-option-wrapper .tryon-dropdown-prod-heading {
  background: #f2f2f2;
  padding: 4px 0 0;
}
.tryon-option-wrapper .tryon-hideshowProdDetail {
  width: 100%;
  cursor: pointer;
  display: inline-block;
}
.tryon-gemstonedetail {
  background: white;
  float: left;
  padding: 0;
  display: none;
  border-left: 2px solid #f2f2f2;
  border-right: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
}
.tryon-gemstonetype {
  margin: 11px 0;
}
.tryon-icons {
  display: none;
}
@media (min-width: 1024px) {
  #ddlMetalColor-tryon {
    display: none;
  }
}
@media (max-width: 768px) {
  #ddlMetalColor-tryon {
    display: block;
  }
  .selectable-tryon-color {
    display: none;
  }
  #tryonjewelleryModel .modal-lg {
    width: initial;
  }
  #trial-zoom-wrapper {
    margin: 0 auto;
  }
  .tryon-updown-wrap {
    padding: 10px 0;
    margin: 0 auto;
  }
  .trial-zoom-parent {
    border: 2px solid #cccccc;
  }
  .tryon-gemstone-wrapper {
    margin: 6px 0;
    padding: 0;
  }
  .socialConnections {
    display: none;
  }
  .tryon-icons {
    display: initial;
  }
  .tryon-icons .share-social-tryon {
    right: 17px;
    top: -25px;
  }
  .tryon-icons .subico a {
    color: #174769;
  }
  .tryon-icons .subico {
    position: absolute;
    z-index: 100;
    color: #174769;
    font-size: 20px;
    margin-top: 30px;
  }
  .share-wrapper-tryon {
    display: none;
  }
  .share-icon-tryon {
    float: right;
  }
  .share-wrapper-tryon li {
    line-height: 33px;
  }
  .share-icon-wrapper {
    width: 100%;
    float: left;
  }
  .share-icon {
    float: right;
  }
  .tryon-message-Envelope {
    font-size: 14px;
    height: auto;
    background: white;
    float: none;
    width: initial;
    left: -110px;
    top: 20px;
  }
}
@media (max-width: 767px) {
  #tryonjewelleryModel .modal-lg {
    width: initial;
  }
  .tryon-updown-wrap {
    padding: 10px 0;
    margin: 0 auto;
  }
  .trial-zoom-parent {
    border: 2px solid #cccccc;
  }
  .tryon-option-wrapper {
    padding: 0 10px;
  }
  .tryon-gemstone-wrapper {
    margin: 6px 0;
    padding: 0;
  }
}
@media (max-width: 415px) {
  .tryon-updown-wrap {
    padding: 10px 0;
    margin: 0 auto;
  }
  .zoom-range {
    width: 63%;
  }
}
input[type=range] {
  -webkit-appearance: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 300px;
  height: 5px;
  background: #dddddd;
  border: none;
  border-radius: 3px;
  margin-top: -5px;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #2a5b7e;
  margin-top: -5px;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #cccccc;
}
input[type="range"]:hover::-ms-fill-lower {
  background-color: black;
}
.list-inline .currency,
.currency {
  position: relative;
  float: left;
}
.currency .currency-wrapper {
  border-color: #cccccc;
  opacity: 0;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  display: block;
  -moz-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  right: auto;
  bottom: auto;
  position: absolute;
  z-index: 1046;
  background-color: white;
  top: 100%;
}
.open.currency .aCurCurrency {
  border-color: #cccccc;
}
.open.currency .currency-wrapper {
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  box-shadow: 0 10px 25px rgba(221, 221, 221, 0.63);
  margin-left: 1px;
  padding-right: 10px;
  padding-bottom: 0px;
}
.currency a:hover {
  color: #85ce8f !important;
}
.aCurCurrency {
  padding: 0px 10px;
  float: left;
  font-size: 13px;
}
.currency a {
  font-weight: 400;
  font-size: 13px;
}
.currency li {
  padding: 5px 10px;
}
.currency .drop {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
.currency .drop::before {
  content: "\f0d7";
}
.currency.open .drop::before {
  content: "\f0d8";
}
.cur {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.inr:before {
  content: "\f156";
}
.usd:before {
  content: "\f155";
}
.flag {
  background: url('/content/images/icons/flag/Flag.jpg') no-repeat 0 0 transparent;
  width: 16px;
  height: 14px;
  display: block;
  float: left;
  margin: 3px 10px;
}
.flag.flag-inr {
  background-position: 0px 0px;
}
.flag.flag-usd {
  background-position: 0px -14px;
}
.flag.flag-gbp {
  background-position: 0px -27px;
}
.flag.flag-eur {
  background-position: 0px -40px;
}
.flag.flag-aud {
  background-position: 0px -53px;
}
.flag.flag-cad {
  background-position: 0px -66px;
}
.fa-cad span,
.fa-aud span {
  font-family: 'Roboto Slab', serif;
}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/

/*
	
	1. Buttons

 */

/* <button> css reset */

.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  /*-webkit-appearance: none;*/
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* pswp__ui--over-close class it added when mouse is over element that should close gallery */

.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../images/icons/photoswipe.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../images/icons/photoswipe.png);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--video {
  text-align: center;
  float: right;
  color: white;
  background: transparent;
  border: none;
  font-size: 15px;
  margin: 8px 0;
  width: 30px;
  height: 30px;
}
.pswp__button--video::after {
  content: "360";
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
/* no arrows on touch screens */

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
/*

	2. Share modal/popup and links

 */

.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: white;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: black;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: black;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* increase size of share links on touch devices */

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: white;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: white;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a;
}
a.pswp__share--twitter:hover {
  background: #55acee;
  color: white;
}
a.pswp__share--pinterest:hover {
  background: #cccccc;
  color: #ce272d;
}
a.pswp__share--download {
  display: none;
}
a.pswp__share--download:hover {
  background: #dddddd;
}
/*

	3. Index indicator ("1 of X" counter)

 */

.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: white;
  opacity: 0.75;
  padding: 0 10px;
}
/*
	
	4. Caption

 */

.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #bbbbbb;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #cccccc;
}
.pswp__caption--empty {
  display: none;
}
/* Fake caption element, used to calculate height of next/prev image */

.pswp__caption--fake {
  visibility: hidden;
}
/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */

.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid white;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*
	
	6. Additional styles

 */

/* root element of UI */

.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
/* top black bar with buttons and "1 of X" indicator */

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
/* pswp--has_mouse class is added only when two subsequent mousemove events occur */

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
  background-color: #174769;
}
/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  /*background-color: rgba(0, 0, 0, 0.3);*/
  background-color: #174769;
}
/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */

.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}
/* pswp__ui--one-slide class is added when there is just one item in gallery */

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/

/* pswp = photoswipe */

.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 11111;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
/* style is added when JS option showHideOpacity is set to true */

.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* Prevent selection and tap highlights */

.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
/*
	div element that matches size of large image
	large image loads on top of it
*/

.pswp__img--placeholder--blank {
  background: #222222;
}
.pswp--ie .pswp__img {
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
}
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #cccccc;
}
.pswp__error-msg a {
  color: #cccccc;
  text-decoration: underline;
}
.spanHeader i {
  color: #27d83a;
  font-size: 15px;
}
.cust-tab-icon {
  float: none;
  font-size: 30px;
  vertical-align: middle;
  display: block;
  text-align: center;
  padding: 7px 0;
}
div.cust-tab {
  background: #eaeaea;
  margin-top: 0px;
}
.cust-tab ul {
  /*margin-top: 10px;
        padding-top: 10px;*/
  background: white;
  padding-left: 15px;
}
.cust-tab li:first-child {
  padding-right: 0px;
}
.cust-tab li:last-child {
  padding-left: 0px;
}
.cust-tab li {
  margin-bottom: 0px;
  padding: 0px;
}
.cust-tab .sl-design,
.cust-tab .sl-dia,
.cust-tab .sl-cmpl {
  width: 30%;
}
.cust-tab .sl-ico {
  width: 5%;
  min-height: 55px;
}
.cust-tab li .diamond-header-wrapper,
.cust-tab li .design-header-wrapper,
.cust-tab li .cust-prev-wrapper {
  float: left;
  width: 100%;
  padding: 10px 10px 0 10px;
  background-color: #eff9ff;
  min-height: 60px;
  border: 1px solid #e0f2ff;
  position: relative;
}
.tabbable {
  margin-top: 0px;
}
.cust-tab li .cust-prev-wrapper {
  width: 100%;
}
.cust-tab li.active div {
  background: white;
  /*border-bottom:0px;*/

}
.diamond-header-wrapper .divDetail div,
.design-header-wrapper .divDetail div,
.cust-prev-wrapper .divDetail div {
  float: left;
  /*margin-left: 10px;*/

}
.cust-tab {
  font-size: 14px;
}
.cust-tab .spanHeader {
  font-size: 16px;
  letter-spacing: 1px;
}
.buycust {
  margin: 10px 0px 10px;
  height: 40px;
  border: none;
  font-size: 14px;
  float: left;
}
.cust-prev-wrapper .buycust {
  margin: 0px;
}
.buycust:hover {
  background: #85ce8f;
  color: black;
}
.cust-tab .nav-tabs {
  border: none;
}
.kr {
  font-weight: bold;
}
.kr-equal:before {
  content: "\207C";
}
.img-wrap {
  background: white;
}
.img-wrap,
.btn-wrap {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  height: 100%;
}
.btn-wrap {
  width: 50%;
}
.cust-prev-wrapper .buycust {
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
}
.img-wrap img {
  height: 100%;
}
@media (max-width: 767px) {
  .cust-tab .sl-ico {
    min-height: 70px;
    display: table;
  }
  .sl-ico span {
    display: table-cell;
  }
  .cust-tab-icon {
    font-size: 20px;
  }
  .img-wrap,
  .btn-wrap {
    position: relative;
    float: left;
    width: 100%;
  }
  .cust-tab li .diamond-header-wrapper,
  .cust-tab li .design-header-wrapper,
  .cust-tab li .cust-prev-wrapper {
    padding: 0px;
  }
  .img-wrap img {
    max-height: 50px;
    height: auto;
  }
  input#btnBuyCust {
    width: 100%;
    height: 50px;
  }
  .cust-tab .divDetail {
    font-size: 15px;
  }
  .diamond-header-wrapper .divDetail div,
  .design-header-wrapper .divDetail div,
  .cust-prev-wrapper .divDetail div {
    display: block;
    margin: auto;
    clear: both;
    text-align: center;
    float: none;
  }
  .btn-wrap {
    width: 100%;
  }
  .cust-prev-wrapper .buycust {
    margin: auto;
    position: relative;
    right: 0px;
  }
  .cust-tab .spanHeader {
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
    float: none;
    margin: auto;
    height: 50px;
  }
  .cust-tab .divDetail {
    min-height: 21px;
  }
  .cust-header-bottom {
    margin-bottom: 15px;
  }
  .diamondSearch .cust-header-bottom {
    margin-bottom: 0px;
  }
  .solitaire.filterLayout {
    margin-top: 25px;
  }
  .cust-header-bottom {
    margin-left: -15px;
    margin-right: -15px;
    float: none;
    width: auto;
  }
  .cust-tab .spanHeader {
    background: white;
  }
}
.drop-menu-active {
  display: none;
}
.dropdown:hover .drop-menu-active {
  display: block;
  position: absolute;
  background: white;
}
.dropdown .dropdown-toggle {
  z-index: 2;
}
.navbar-inverse .navbar-nav > .menu > a,
.navbar-inverse .navbar-nav > .menu > a:hover,
.navbar-inverse .navbar-nav > .menu > a:focus {
  background-color: white;
  color: #57575b !important;
}
li.dropdown.menu {
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.5);
}
a.dropdown-toggle {
  margin: 0 !important;
}
.navbar-inverse .navbar-nav > .menu > a {
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-bottom-color: white;
  border-right: 1px solid #dddddd;
}
.side-menu.divp.first-smenu {
  border-top: none;
}
.side-menu.divp.first-smenu:hover {
  border-top: none;
}
/********************************************** SOLITARES*****************************************************/

.submenu-left {
  list-style-type: none;
  padding: 10px;
}
.sub-submenu {
  display: none;
}
.haschild .sub-submenu,
.default {
  display: block;
}
.submenu .s-l-inner {
  cursor: pointer;
  position: relative;
  padding: 16px 1px;
  padding-left: 11px;
  width: 150px;
  height: 51px;
  display: block;
  text-decoration: none;
}
.submenu .sub-in-menu {
  background: white;
  width: 863px;
  border-left: 1px solid #cccccc;
  font-size: 12px;
  min-height: 204px;
}
.submenu-left div.side-menu:hover {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background: #f8f8f8;
}
.submenu-left div.side-menu:hover a {
  cursor: pointer;
  color: #e46907;
}
.submenu {
  width: 863px;
  position: absolute;
  background: whitesmoke;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.5);
}
.submenu .submenu-left {
  padding: 0 0px;
}
.dropdown {
  display: block;
}
.submenu .side-menu {
  width: 150px;
  height: 51px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.submenu .sub-submenu {
  position: absolute;
  width: 712px;
  left: 151px;
  top: 0;
  height: initial;
  cursor: default;
}
.submenu .sub-side-menu-main {
  padding: 5px 20px;
  cursor: pointer;
}
.sub-submenu .menu-block {
  float: left;
  padding: 30px 0px;
}
.side-menu .btn_view.lose-diview {
  padding: 63px 15px;
}
/***************IMAGES BLOCK  *******************/

.submenu .img_sub_menu {
  max-height: 92px;
  max-width: 126px;
  min-height: 92px;
  min-width: 126px;
}
.submenu .img_sub_menu img {
  height: 92px;
  width: 126px;
}
.submenu .img-txt {
  padding: -1px 18px;
  font-size: 12px;
  text-align: center;
}
.lose-diamond {
  float: left;
  padding: 80px 44px 0px;
}
a.loose-diamond img {
  padding: 0px 1px;
}
div#ulDiamondSearch {
  padding: 0px;
}
/*************BORDER**************/

.sub-submenu .ver-brd {
  border-style: solid;
  border-width: 0px 1px 0px 1px;
  -moz-border-image: url('/Content/images/145.png') 0 1 0 0 stretch;
  -webkit-border-image: url('/Content/images/145.png') 0 1 0 0 stretch;
  -o-border-image: url('/Content/images/145.png') 0 1 0 0 stretch;
  border-image: url('/Content/images/145.png') 0 1 0 0 stretch;
  height: 145px;
}
.sub-submenu .lft-brd {
  border-style: solid;
  border-width: 0px 1px 0px 1px;
  -moz-border-image: url('/Content/images/145.png') 0 0 0 1 stretch;
  -webkit-border-image: url('/Content/images/145.png') 0 0 0 1 stretch;
  -o-border-image: url('/Content/images/145.png') 0 0 0 1 stretch;
  border-image: url('/Content/images/145.png') 0 0 0 1 stretch;
  height: 145px;
}
.bot-border {
  margin: 0px 25px;
  width: 412px;
  overflow: hidden;
  border-width: 1px;
  border-image: url('/Content/images/559-for-ring.png') 1 0 0 0 stretch;
  float: left;
  padding: 0;
}
.sub-side-menu-main.link-block.solitaire-link {
  width: 262px;
  padding-left: 17px;
}
/**********************************************END SOLITARES*****************************************************/

/* ******************************************   BANDS   *******************************************************  */

.dropdown .Band-submenu {
  width: 680px;
}
.Band-submenu .Band-left {
  height: 200px;
}
.Band-left .band-sub-menu {
  width: 680px;
  min-height: 200px;
}
.Band-submenu .band-wrapper-menu {
  width: 540px;
  height: 200px;
}
.img_sub_menu.img_band {
  max-height: 132px;
  max-width: 170px;
  min-height: 132px;
  min-width: 170px;
}
.submenu .menu-bands {
  width: 117px;
}
.submenu .img_band img {
  height: 132px;
  width: 170px;
}
.submenu .menu-side-bands {
  padding: 0px 0px 0px;
}
/* ****************************************** END  BANDS   ********************************  */

/************************JEWELLERY***************************/

.dropdown .jewellery-submenu {
  width: 720px;
}
.jewellery-left .jewellery-sub-menu {
  width: 720px;
  min-height: 357px;
}
.jewellery-submenu .jewellery-wrapper-menu {
  width: 570px;
  height: 358px;
}
.submenu .menu-jewellery {
  width: 135px;
}
.submenu .img_jewellery img {
  height: 132px;
  width: 170px;
}
.img_sub_menu.img_jewellery {
  max-height: 132px;
  max-width: 170px;
  min-height: 132px;
  min-width: 170px;
}
.navbar-inverse .navbar-nav > .menu > a b.caret:before,
.navbar-inverse .navbar-nav > .menu > a:hover b.caret:before,
.navbar-inverse .navbar-nav > .menu > a:focus b.caret:before {
  content: "\f106";
  color: #174769;
}
.menu-block.full-wraper-menu {
  padding: 0px 58px;
}
.sub-submenu.jewellery-wrapper-menu.engage.sec-menu-jewelery {
  margin: 195px 0px;
}
.side-menu .btn_view.jewellery-viewbtn {
  padding: 46px 10px;
}
.side-menu .btn-view-block .jew-va {
  float: left;
  padding: 30px;
}
.sub-submenu .lft-brd.jew-brd {
  height: initial;
}
.submenu .img_jewellery-full img {
  height: 200px;
  width: 300px;
  min-height: 200px;
  min-width: 300px;
}
.img_sub_menu.img_jewellery-full {
  min-height: 200px;
  min-width: 300px;
  max-height: 200px;
  max-width: 300px;
}
.submenu .sec-menu {
  margin: 175px 0px;
}
.menu-block.jew-imgblock {
  padding: 20px 0px 0px;
}
/*Full Menu*/

.lft-brd.fl-mnbrd {
  height: 307px;
  border-style: solid;
  border-width: 0px 1px 0px 1px;
  -moz-border-image: url('/Content/images/307-for-bangle.png') 0 0 0 1 stretch;
  -webkit-border-image: url('/Content/images/307-for-bangle.png') 0 0 0 1 stretch;
  -o-border-image: url('/Content/images/307-for-bangle.png') 0 0 0 1 stretch;
  border-image: url('/Content/images/307-for-bangle.png') 0 0 0 1 stretch;
}
.btn_view.fl-btnv {
  padding: 145px 15px !important;
}
.link-block.flm-ln {
  margin: 195px -470px;
}
.linkring.link-jewellery.f-link {
  height: initial;
  padding-right: 0px;
  text-align: center;
}
a.link-heading.jewellery-single {
  margin-left: 0px;
}
.menu-block.full-wraper-menu.jewellery-singleimg {
  padding-left: 70px !important;
  padding-top: 5px !important;
  padding-right: 86px !important;
  padding: 0px;
}
.sub-side-menu-main.menu-side-jewellery {
  padding: 5px 0px;
}
/************************END JEWELLERY**********************/

/* ******************************************   GEMSTONE   *******************************************************  */

.dropdown .Gemstone-submenu {
  width: 690px;
}
.Gemstone-submenu .Gemstone-left {
  height: 200px;
}
.Gemstone-left .Gemstone-sub-menu {
  width: 690px;
  min-height: 200px;
}
.Gemstone-submenu .Gemstone-wrapper-menu {
  width: 540px;
  height: 200px;
  padding-left: 11px;
}
.submenu .menu-Gemstone {
  width: 135px;
}
.submenu .img_Gemstone img {
  height: 132px;
  width: 170px;
}
.img_sub_menu.img_Gemstone {
  max-height: 132px;
  max-width: 170px;
}
.submenu .menu-side-Gemstone {
  padding: 0px 0px 0px;
}
.linkring.link-Gemstone {
  width: 227px;
}
.sub-side-menu-main.link-block.gemstone-bands {
  padding-left: 18px !important;
  padding-right: 0px;
}
/* ****************************************** END  GEMSTONE   ********************************  */

/* ******************************************   KNOWLEDGE   *******************************************************  */

.dropdown .Knowledge-submenu {
  width: 647px;
}
.Knowledge-submenu .Knowledge-left {
  height: 255px;
}
.Knowledge-left .Knowledge-sub-menu {
  width: 647px;
  min-height: 255px;
}
.Knowledge-submenu .Knowledge-wrapper-menu {
  width: 496px;
  height: 255px;
  padding: 30px 0px;
}
.submenu .menu-Knowledge {
  width: 135px;
}
.submenu .Knowledge img {
  height: 160px;
  width: 180px;
}
.img_sub_menu.img_Knowledge {
  max-height: 160px;
  max-width: 180px;
}
.submenu .Knowledge-about img {
  height: 100px !important;
  width: 100px !important;
}
.sub-side-menu-main.menu-side-Knowledge.about-kr {
  max-height: 100px;
  max-width: 130px;
}
.submenu.Knowledge-submenu.drop-menu-active {
  margin: 0px -166px;
}
.linkring.link-Knowledge {
  width: 200px;
  padding: 11px 35px;
}
.linkring.link-Knowledge-new {
  width: 245px;
}
a.about-heading {
  text-align: center !important;
  font-weight: bold !important;
  padding: 4px !important;
}
.linkring > a.about-heading:hover {
  text-decoration: none;
  color: #57575b !important;
}
.sub-side-menu-main.menu-side-Knowledge {
  padding: 13px 28px;
  padding-left: 22px;
}
.menu-block.knowledge-block {
  padding: 15px 0px !important;
}
a.about-link {
  color: #57575b !important;
  text-decoration: none;
}
a.about-link:hover {
  color: #e46907 !important;
  text-decoration: none;
}
.img-txt.about-txt {
  margin-left: -10px !important;
}
.lft-brd.about-krlink {
  padding: 13px 35px;
  line-height: 24px;
}
.sub-submenu.Knowledge-wrapper-menu.Knowledge.Knowledge-about.Knowledge-about.first-smenu {
  padding: 15px 0px;
}
/* ****************************************** END  KNOWLEDGE   ********************************  */

.side-menu .sub-side-menu-main:hover .img_sub_menu {
  position: relative;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  /* Safari */
  -moz-transition: opacity transform 0.35s;
  -o-transition: opacity transform 0.35s;
}
.sub-side-menu-main:hover .img-txt {
  color: #e46907;
}
/**************************LINK***************************/

.linkring {
  text-decoration: none;
  font-size: 12px;
  height: 200px;
  padding: 20px 0;
  display: table-cell;
  vertical-align: middle;
  padding: 0px 15px;
  width: 256px;
}
.linkring > a {
  color: #57575b !important;
  display: block;
  padding: 1px;
  letter-spacing: 0.50px;
}
.linkring > a:hover {
  color: #e46907 !important;
  text-decoration: none;
}
.img-txt {
  color: #57575b;
  text-decoration: none;
}
a.img-link {
  text-decoration: none;
}
a.view-alllink {
  text-decoration: none;
}
.link-eng {
  padding: 0 21px;
  text-align: initial;
}
.side-menu .link-block {
  cursor: default;
  padding: 0px 3px;
  float: left;
}
.side-menu .link-bands {
  width: 227px;
}
.linkring.eng-link {
  text-align: initial;
  padding: 0px 31px;
  width: 256px;
  padding-right: 15px;
  vertical-align: initial;
  padding: 16px 27px;
}
a.link-heading {
  color: #57575b !important;
  margin-left: -14px;
  font-weight: 200;
  font-size: 13px;
  font-weight: 600;
}
a.link-heading {
  padding: 3px;
}
a.link-heading:hover {
  text-decoration: none;
  color: #57575b !important;
}
.linkring.link-jewellery {
  padding: 16px 0px;
  width: 239px;
  padding-right: 15px;
  vertical-align: initial;
  height: 170px;
}
/************************END LINK***************************/

.side-menu .sub-side-menu-main .verticalline {
  border-right: 1px solid #cccccc;
}
.side-menu .btn_viewall {
  width: 82px;
  background-color: white;
  color: black;
  text-align: center;
  padding: 5px;
  background-color: #e5e5e5;
}
.side-menu .btn_viewall:hover {
  background-color: #174769;
  color: white;
  cursor: pointer;
}
.side-menu .btn_view {
  padding: 63px 15px;
}
.side-menu .btn-view-block {
  float: left;
  padding: 30px 0px;
}
.btn-view-block.dbl-btn {
  padding: 15px 0px;
}
.side-menu .loose-diamond {
  padding: 0px 1px 0px;
}
.side-menu .loose-diamond .tooltip > .tooltip-inner {
  text-decoration: none;
  background-color: #174769;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  /* Safari */
  -moz-transition: opacity transform 0.35s;
  -o-transition: opacity transform 0.35s;
  border-radius: 0 0 0 0;
}
.tooltip.fade.top.in {
  background-color: initial;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #174769;
  top: 22px;
}
.loose-diamond:hover  img {
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  /* Safari */
  -moz-transition: opacity transform 0.35s;
  -o-transition: opacity transform 0.35s;
}
.sub-side-menu-main .loose-diamond {
  text-decoration: none;
}
.submenu-left .haschild {
  background-color: #f8f8f8;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.submenu-left .haschild a {
  color: #e46907;
}