/**
 * This is the main application stylesheet. It should include or import all
 * stylesheets used throughout the application as this is the only stylesheet in
 * the Grunt configuration that is automatically processed.
 */
/**
 * First, we include the Twitter Bootstrap LESS files. Only the ones used in the
 * project should be imported as the rest are just wasting space.
 */
/*@import '../../vendor/bootstrap/dist/css/bootstrap.css';*/
/**
 * This is our main variables file. We must include it last so we can overwrite any variable
 * definitions in our imported stylesheets.
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
 * These are the variables used throughout the application. This is where 
 * overwrites that are not specific to components should be maintained.
 */
/* ================================================================================== */
/* ============================ ELKAY Custom Theme ================================== */
/* ================================================================================== */
/* ================================================================================== */
/* ============================ BRADLEY Custom Theme ================================== */
/* ================================================================================== */
* {
  box-sizing: border-box; }

/* Helper Classes */
.inline-list {
  padding: 0; }

.inline-list li {
  display: inline-block;
  list-style: none; }

.upper {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase !important; }

.undotted li {
  list-style: none; }

.hidden {
  display: none; }

.pointer {
  cursor: pointer; }

.close, button.close {
  top: -3px;
  right: 16px;
  display: block;
  opacity: 1;
  background: url("../images/close-icon.png") no-repeat;
  width: 33px;
  height: 33px; }

/**
 * Typography
 */
@font-face {
  font-family: "montserratregular"; }

@font-face {
  font-family: "montserratbold"; }

@font-face {
  font-family: "montserratlight"; }

html {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

body {
  font-family: "Arial", sans-serif;
  font-size: 12px;
  line-height: 1;
  height: inherit;
  color: #566573; }

::selection {
  color: #fff;
  background: #1e1e1e; }

::-moz-selection {
  color: #fff;
  background: #1e1e1e; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Arial", sans-serif;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 0; }

p {
  font-size: 12px;
  line-height: 1.6;
  margin: 0 0 12px;
  color: #566573; }

a {
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
  text-decoration: none;
  color: #2196F3; }
  a:active, a:hover, a:focus {
    text-decoration: underline; }
    a:active i, a:hover i, a:focus i {
      text-decoration: none; }

.form-group {
  position: relative; }

.form-inline input {
  font-size: 15px;
  width: 100% !important;
  height: 54px;
  margin-left: -15px;
  padding: 0 25px;
  border: 1px solid #e3e3e3;
  border-radius: 25px;
  background: #fff; }

/* Required input */
.required:before {
  font-size: 18px;
  position: absolute;
  left: 0;
  content: '*';
  color: #ff0000; }

/* Error messages for input */
.error-msg {
  display: none; }

.error {
  color: #ff0000; }
  .error .error-msg {
    font-size: 11.0004px;
    position: absolute;
    bottom: -20px;
    left: 15px;
    display: block;
    color: inherit; }
  .error input, .error textarea, .error select {
    color: inherit; }

.modal .error input, .modal .error textarea, .modal .error select, .modal .error .bootstrap-select.show-tick .btn {
  color: #ff0000;
  border-color: #ff0000; }

/* Select */
.bootstrap-select.show-tick .btn, .bootstrap-select.show-tick .dropdown-menu {
  font-family: 'montserratregular', sans-serif;
  font-size: 12.996px;
  line-height: 1.4;
  padding: 10px 20px;
  text-transform: none;
  color: #79919d;
  border-width: 1px;
  border-style: solid;
  border-color: #e3e3e3;
  border-radius: 0;
  background-color: #fbfbfb;
  box-shadow: none; }

.bootstrap-select.show-tick .btn {
  height: 52px; }

.bootstrap-select.show-tick .dropdown-menu > li > a {
  color: #79919d; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  color: #0960b1; }

.bootstrap-select.form-control {
  height: 52px; }

/* Input type File */
div.upload {
  overflow: hidden;
  width: 137px;
  height: 41px;
  cursor: pointer;
  background: url("images/input-file.jpg"); }
  div.upload input {
    display: block !important;
    overflow: hidden !important;
    width: 137px !important;
    height: 41px !important;
    opacity: 0 !important; }

/* Input type Checkbox */
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  width: auto !important; }

.checkbox-inline, .radio-inline {
  padding-left: 5px; }

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-left: 0; }

.checkbox div.checker span {
  background-position: 0 -37px;
  width: 18px;
  height: 18px; }
  .checkbox div.checker span.checked {
    background-position: -18px -37px; }

.checkbox-dropdown .check-status {
  display: inline-block;
  margin-top: 2px;
  vertical-align: top;
  background-image: url(images/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -37px;
  -webkit-font-smoothing: antialiased;
  width: 18px;
  height: 18px; }

.checkbox-dropdown .active .check-status {
  background-position: -18px -37px; }

/* Buttons */
.btn, button {
  font-family: "Arial", sans-serif;
  font-size: 15.96px;
  font-weight: bold;
  display: inline-block;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: none;
  background-color: #e3e3e3; }
  .btn:hover, .btn:focus, .btn:active, button:hover, button:focus, button:active {
    text-decoration: none;
    color: #fff;
    outline: none !important; }
  .btn a, button a {
    text-decoration: none; }
    .btn a:hover, .btn a:focus, .btn a:active, button a:hover, button a:focus, button a:active {
      text-decoration: none;
      color: #fff;
      outline: none !important; }
  .btn.btn-blue, button.btn-blue {
    background: #2196F3; }
  .btn.btn-green, button.btn-green {
    background: #21d0a1; }
  .btn.btn-red, button.btn-red {
    background: #f00; }
  .btn.btn-round, button.btn-round {
    border-radius: 25px; }
    .btn.btn-round a, button.btn-round a {
      display: block; }
      .btn.btn-round a .btn-text, button.btn-round a .btn-text {
        display: block;
        width: 100%;
        padding: 5px 15px 9px;
        color: #fff; }
        .btn.btn-round a .btn-text strong, button.btn-round a .btn-text strong {
          font-size: 14.04px;
          line-height: 1.4;
          text-transform: uppercase;
          color: #fff; }
        .btn.btn-round a .btn-text p, button.btn-round a .btn-text p {
          font-size: 11.04px;
          font-weight: normal;
          line-height: 1.4;
          margin-top: -4px;
          margin-bottom: 0;
          text-transform: none;
          color: #fff; }
  .btn.btn-line, button.btn-line {
    font-size: 15.96px;
    padding: 9px 35px;
    text-transform: uppercase;
    /* @media (min-width: 1920px) {
        font-size: 1.83 * $font-size;

        padding: 16px 74px;

        border-radius: 30px;
    } */ }
  .btn.disabled, .btn[disabled], .btn.disabled, button.disabled, button[disabled], button.disabled {
    cursor: default;
    opacity: 1;
    pointer-events: none;
    background-color: #8b959f; }

.elkay .btn.btn-blue {
  background: #219dd0; }

.elkay .btn.btn-green {
  background: #21d0a1; }

.elkay .btn.btn-red {
  background: #ff6550; }

.bradley .btn.btn-blue {
  background: #0960b1; }

.bradley .btn.btn-green {
  background: #21d0a1; }

.bradley .btn.btn-red {
  background: #ff6550; }

/* Bootstrap Tooltip */
.tooltip .tooltip-inner {
  font-size: 12px;
  max-width: initial;
  padding: 6px 15px;
  white-space: nowrap;
  color: lighter(#566573, 20%);
  background: #1e1e1e; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #1e1e1e; }

@media screen and (min-width: 1920px) {
  .order-row .btn.btn-round a .btn-text strong {
    font-size: 21.96px; }
  .order-row .btn.btn-round a .btn-text p {
    font-size: 18px; } }

.embedcode::-ms-clear {
  display: none; }

.videoif {
  padding: 40px 68px; }

.search-complete-box {
  position: absolute;
  z-index: 10;
  top: 54px;
  left: 50%;
  width: 85%;
  margin-left: -46%; }
  @media (min-width: 1920px) {
    .search-complete-box {
      top: 90px; } }
  .search-complete-box ul {
    margin: 0;
    padding: 0; }
    .search-complete-box ul li {
      list-style: none;
      background: #fff; }
      .search-complete-box ul li a {
        font-size: 12px;
        line-height: 1.4;
        display: block;
        padding: 10px 30px;
        text-align: left;
        color: #566573; }
        .search-complete-box ul li a:hover {
          text-decoration: none; }
        @media (min-width: 1920px) {
          .search-complete-box ul li a {
            font-size: 18px; } }
      .search-complete-box ul li:hover, .search-complete-box ul li.active {
        background: #d2f0fb; }
        .search-complete-box ul li:hover a, .search-complete-box ul li.active a {
          font-weight: bold;
          letter-spacing: .5px;
          color: #2c3e51; }

.modal .modal-content {
  border-radius: 0; }
  .modal .modal-content .modal-header {
    position: relative;
    padding-top: 50px;
    border-bottom: none;
    background-color: #fff; }
    .modal .modal-content .modal-header .modal-title {
      font-size: 24px;
      font-weight: 700;
      text-align: center;
      color: #1e1e1e; }
    .modal .modal-content .modal-header p {
      font-size: 13.56px;
      font-weight: 400;
      text-align: center;
      color: #566573; }
    .modal .modal-content .modal-header .close {
      font-size: 18px;
      line-height: 1.6;
      position: absolute;
      top: 20px;
      right: 30px;
      text-align: center;
      opacity: .7;
      color: #fff;
      background: #566573;
      width: 30px;
      height: 30px; }
      .modal .modal-content .modal-header .close:hover, .modal .modal-content .modal-header .close:active, .modal .modal-content .modal-header .close:focus {
        opacity: 1;
        background: #2196F3; }

.modal-backdrop {
  background: rgba(0, 0, 0, 0.78); }
  .modal-backdrop.in {
    opacity: 1; }

/* ELKAY Custom Theme*/
.elkay {
  font-family: "montserratregular", sans-serif; }
  .elkay .modal-content .modal-header .modal-title {
    font-family: "montserratlight", sans-serif;
    font-size: 24px;
    color: #2c3e50; }
  .elkay .modal-content .modal-header p {
    font-size: 13.56px;
    color: #79919d; }
  .elkay .modal-content .modal-header .close {
    background: #79919d; }
    .elkay .modal-content .modal-header .close:hover, .elkay .modal-content .modal-header .close:active, .elkay .modal-content .modal-header .close:focus {
      background: #219dd0; }

/* Bradley Custom Theme*/
.bradley {
  font-family: "montserratregular", sans-serif; }
  .bradley .modal-content .modal-header .modal-title {
    font-family: "montserratlight", sans-serif;
    font-size: 24px;
    font-weight: lighter;
    color: #1e1e1e; }
  .bradley .modal-content .modal-header p {
    font-size: 13.56px;
    color: #79919d; }
  .bradley .modal-content .modal-header .close {
    background: #79919d; }
    .bradley .modal-content .modal-header .close:hover, .bradley .modal-content .modal-header .close:active, .bradley .modal-content .modal-header .close:focus {
      background: #0960b1; }

/* HEADER */
.page-head {
  width: 100%;
  height: 58px;
  padding: 13px 12px 9px;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fff; }
  .page-head .logo-box {
    text-transform: uppercase; }
    .page-head .logo-box a {
      display: block;
      float: left; }
      .page-head .logo-box a.admin-title {
        text-decoration: none;
        color: #1e1e1e; }
        .page-head .logo-box a.admin-title:hover, .page-head .logo-box a.admin-title:active {
          text-decoration: none; }
      .page-head .logo-box a span {
        margin-top: 10px;
        position: absolute; }
    .page-head .logo-box select {
      margin: 0px 10px;
      width: 150px;
      height: 32px;
      position: absolute; }
    .page-head .logo-box .adminmode {
      position: absolute;
      left: 355px; }
  .page-head .logout-btn {
    position: relative;
    padding: 9px 13px;
    z-index: 100;
    margin-top: -5px; }
  .page-head .inner-search {
    position: relative;
    margin-top: 7px;
    padding-right: 80px; }
    .page-head .inner-search input {
      font-size: 14.04px;
      width: 300px;
      padding-right: 40px;
      -webkit-transition: width .6s ease;
      -moz-transition: width .6s ease;
      -ms-transition: width .6s ease;
      -o-transition: width .6s ease;
      transition: width .6s ease;
      text-align: right;
      color: #78909c;
      border: none;
      background: transparent; }
      .page-head .inner-search input:focus {
        width: 100%;
        padding-right: 40px;
        outline: none; }
    .page-head .inner-search i {
      position: absolute;
      z-index: 100;
      top: 0;
      right: 70px;
      display: block;
      cursor: pointer;
      background-image: url("images/search.png");
      width: 18px;
      height: 18px; }
    .page-head .inner-search .dropdown {
      position: absolute;
      z-index: 100;
      top: 37px;
      right: 0;
      width: 85%;
      margin-left: 0; }
      @media (min-width: 1920px) {
        .page-head .inner-search .dropdown {
          top: 90px; } }
      .page-head .inner-search .dropdown ul {
        width: 100%;
        margin: 0;
        padding: 0; }
        .page-head .inner-search .dropdown ul li {
          list-style: none;
          background: #fff; }
          .page-head .inner-search .dropdown ul li a {
            font-size: 12px;
            line-height: 1.4;
            display: block;
            padding: 10px 30px;
            text-align: left;
            color: #566573; }
            .page-head .inner-search .dropdown ul li a:hover {
              text-decoration: none; }
            @media (min-width: 1920px) {
              .page-head .inner-search .dropdown ul li a {
                font-size: 18px; } }
          .page-head .inner-search .dropdown ul li:hover, .page-head .inner-search .dropdown ul li.active {
            background: #f3f3f3; }
            .page-head .inner-search .dropdown ul li:hover a, .page-head .inner-search .dropdown ul li.active a {
              font-weight: bold;
              letter-spacing: .5px;
              color: #1e1e1e;
              background: #f3f3f3; }
  @media (max-width: 767px) {
    .page-head {
      height: 116px; }
      .page-head .inner-search {
        text-align: left;
        margin-top: 15px; }
        .page-head .inner-search input {
          text-align: left; }
      .page-head .col-lg-7 {
        text-align: left; } }

/* ELKAY Custom Theme */
.elkay .page-head {
  border-bottom: 1px solid #f6f5f5; }
  .elkay .page-head .dropdown li a {
    color: #566573; }
  .elkay .page-head .dropdown li:hover, .elkay .page-head .dropdown li.active {
    background: #f3f4f8; }
    .elkay .page-head .dropdown li:hover a, .elkay .page-head .dropdown li.active a {
      color: #2c3e50;
      background: #f3f4f8; }
  .elkay .page-head .logo-box img {
    max-width: 299px;
    max-height: 19px;
    margin-top: 7px; }

.page-footer {
  font-size: 12px;
  font-weight: normal;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 59px;
  padding-top: 7px;
  color: #566573;
  border-top: 1px solid #e3e3e3;
  background-color: #fff; }
  @media screen and (min-width: 1920px) {
    .page-footer {
      font-size: 16.8px; } }
  .page-footer .contact-box, .page-footer .source-logo-box {
    display: inline-block;
    vertical-align: middle; }
  .page-footer .contact-box {
    margin-top: 14px; }
    .page-footer .contact-box li {
      letter-spacing: .2px;
      color: #566573; }
      .page-footer .contact-box li a {
        color: #566573; }
  .page-footer .source-logo-box {
    font-size: 9.96px;
    width: 136px;
    margin: 0 0 0 40px; }
    .page-footer .source-logo-box p {
      font-size: 9px;
      margin-top: 7px;
      margin-right: 9px;
      text-align: right;
      color: #2c3e51;
      line-height: 1.6;
      margin-bottom: -8px; }
    .page-footer .source-logo-box img {
      width: 128px;
      height: 24px; }

/* BRADLEY Custom Theme */
.bradley .page-footer {
  font-size: 11.004px; }
  .bradley .page-footer .contact-box {
    margin-top: 17px; }
    .bradley .page-footer .contact-box li {
      color: #0960b1; }
      .bradley .page-footer .contact-box li a {
        color: #0960b1; }

/**
 * Now that all app-wide styles have been applied, we can load the styles for
 * all the submodules and components we are using.
 *
 * TODO: In a later version of this boilerplate, I'd like to automate this.
*/
/* LOGIN Page */
.search-block.login .jumbotron-row .jumbotron {
  margin-top: 0; }

.search-block.login .search-row {
  margin-top: 0;
  margin-left: 0;
  transform: translate(-50%, -50%); }
  .search-block.login .search-row .login-box {
    width: 560px;
    margin: auto;
    padding: 25px 60px;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #d3d8dc;
    box-shadow: 0 6px 20px -4px #e3e3e3; }
    .search-block.login .search-row .login-box h2 {
      font-weight: normal;
      margin-bottom: 15px;
      color: #1e1e1e; }
    .search-block.login .search-row .login-box .form-group {
      display: block;
      margin-bottom: 25px; }
      .search-block.login .search-row .login-box .form-group input {
        font-weight: normal;
        color: #1e1e1e;
        border: 1px solid #e3e3e3;
        border-radius: 0; }
      .search-block.login .search-row .login-box .form-group .error {
        color: #ff0000; }
      .search-block.login .search-row .login-box .form-group .loader {
        width: 40px;
        height: 40px;
        position: absolute; }
      .search-block.login .search-row .login-box .form-group.error {
        position: relative; }
        .search-block.login .search-row .login-box .form-group.error .error-msg {
          font-size: 12px; }
        .search-block.login .search-row .login-box .form-group.error:after {
          font: normal normal normal 22px/1 FontAwesome;
          position: absolute;
          top: 14px;
          right: -30px;
          display: inline-block;
          content: '\f00d';
          color: #ff0000;
          width: 30px;
          height: 30px; }
      .search-block.login .search-row .login-box .form-group .btn {
        background: #2196F3; }
    .search-block.login .search-row .login-box input[type="submit"] {
      position: absolute;
      height: 0px;
      width: 0px;
      border: none;
      padding: 0px; }
    @media (min-width: 1920px) {
      .search-block.login .search-row .login-box {
        width: 725px;
        padding: 47px 119px; }
        .search-block.login .search-row .login-box h2 {
          margin-bottom: 35px; }
        .search-block.login .search-row .login-box .form-group {
          margin-bottom: 30px; }
          .search-block.login .search-row .login-box .form-group input {
            font-size: 15.996px;
            height: 70px; }
          .search-block.login .search-row .login-box .form-group.error .error-msg {
            font-size: 14.04px; }
          .search-block.login .search-row .login-box .form-group.error:after {
            top: 22px; } }

/* ADMIN Page */
.detail-block {
  position: relative;
  background: #f5f5f5; }

.update-box {
  background-color: #f5f5f5;
  padding: 20px; }
  .update-box .btn {
    margin-right: 10px; }

.admin-card {
  width: 100%;
  height: calc(100vh - 60px - 57px);
  background-color: #fff; }
  .admin-card .title {
    margin: 20px 40px; }
  .admin-card .admin-tabs {
    max-width: 1200px;
    margin: 20px auto; }
    .admin-card .admin-tabs .nav-pills, .admin-card .admin-tabs .tab-content {
      vertical-align: top;
      display: inline-block; }
    .admin-card .admin-tabs .nav-pills {
      width: 15%; }
      .admin-card .admin-tabs .nav-pills .nav-item a {
        font-size: 14.4px; }
      .admin-card .admin-tabs .nav-pills .nav-item.active a {
        background: #2196F3; }
    .admin-card .admin-tabs .tab-content {
      width: 84%;
      border: 1px solid #e3e3e3;
      padding: 20px 60px;
      border-radius: 6px; }
      @media (max-width: 840px) {
        .admin-card .admin-tabs .tab-content {
          padding: 20px 5px; } }
      .admin-card .admin-tabs .tab-content .title-box, .admin-card .admin-tabs .tab-content .file-box, .admin-card .admin-tabs .tab-content .preview-box {
        display: inline-block;
        float: left;
        vertical-align: middle;
        padding: 10px 15px; }
      .admin-card .admin-tabs .tab-content .title-box {
        width: 20%;
        color: #1e1e1e; }
      .admin-card .admin-tabs .tab-content .file-box {
        width: 60%; }
        .admin-card .admin-tabs .tab-content .file-box .upload {
          margin-bottom: 10px;
          cursor: pointer; }
          .admin-card .admin-tabs .tab-content .file-box .upload .button {
            width: 100%;
            height: 100%; }
        .admin-card .admin-tabs .tab-content .file-box .help-text {
          color: #8b959f;
          display: block;
          font-size: 10.8px;
          line-height: 1.2; }
      .admin-card .admin-tabs .tab-content .preview-box {
        width: 20%;
        border: 1px solid #e3e3e3;
        padding: 3px; }
        .admin-card .admin-tabs .tab-content .preview-box img {
          max-width: 100%;
          max-height: 100%; }
      .admin-card .admin-tabs .tab-content .form-footer {
        border-top: 1px solid #e3e3e3;
        position: relative;
        padding: 20px 0; }
        .admin-card .admin-tabs .tab-content .form-footer:before, .admin-card .admin-tabs .tab-content .form-footer:after {
          content: " ";
          display: table; }
        .admin-card .admin-tabs .tab-content .form-footer:after {
          clear: both; }
        .admin-card .admin-tabs .tab-content .form-footer button {
          float: right;
          margin: 10px; }
        .admin-card .admin-tabs .tab-content .form-footer .loader {
          width: 40px;
          height: 40px;
          position: absolute;
          top: 30px; }

/* INTRO Page */
/* COMMON Theme */
.search-block {
  font-family: "Arial", sans-serif;
  background-image: url("images/bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 50%; }
  .search-block .logo-row, .search-block .jumbotron-row, .search-block .order-row {
    text-align: center; }
  .search-block .logo-row {
    height: 15vh; }
    .search-block .logo-row .logo-block {
      position: relative;
      height: inherit; }
      .search-block .logo-row .logo-block a {
        position: relative;
        top: 50%;
        display: block;
        padding: 0; }
        .search-block .logo-row .logo-block a:hover {
          text-decoration: none; }
  .search-block .jumbotron-row {
    height: 35vh; }
    .search-block .jumbotron-row .jumbotron {
      max-width: 580px;
      margin: 0 auto;
      background: transparent; }
      .search-block .jumbotron-row .jumbotron h1 {
        font-size: 36px;
        font-weight: bold;
        text-transform: uppercase;
        color: #2196F3; }
      .search-block .jumbotron-row .jumbotron p {
        font-size: 12px;
        line-height: 1.6667;
        margin-top: 24px;
        letter-spacing: 0;
        color: #15181b; }
      @media (min-width: 768px) {
        .search-block .jumbotron-row .jumbotron {
          margin-top: 65px;
          margin-bottom: 16px;
          padding-right: 0;
          padding-left: 0; }
          .search-block .jumbotron-row .jumbotron h1 {
            margin-bottom: 48px;
            letter-spacing: 1.1px; }
          .search-block .jumbotron-row .jumbotron p {
            line-height: 20px; } }
      @media screen and (min-width: 1024px) and (max-width: 1349px) {
        .search-block .jumbotron-row .jumbotron {
          margin-top: 0;
          padding: 10px 0; }
          .search-block .jumbotron-row .jumbotron h1 {
            margin-bottom: 0; } }
      @media screen and (min-width: 1350px) and (max-width: 1500px) {
        .search-block .jumbotron-row .jumbotron {
          margin-top: 0;
          padding: 13px 0; }
          .search-block .jumbotron-row .jumbotron h1 {
            margin-bottom: 0; } }
      @media screen and (min-width: 1501px) and (max-width: 1919px) {
        .search-block .jumbotron-row .jumbotron {
          margin-top: 35px;
          padding: 13px 0; }
          .search-block .jumbotron-row .jumbotron h1 {
            margin-bottom: 0; } }
      @media screen and (min-width: 1920px) {
        .search-block .jumbotron-row .jumbotron {
          max-width: 980px;
          margin-top: 25px; }
          .search-block .jumbotron-row .jumbotron h1 {
            font-size: 60px; }
          .search-block .jumbotron-row .jumbotron p {
            font-size: 18px;
            line-height: 32px; } }
  .search-block .search-row {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    width: 780px;
    margin-top: -27px;
    margin-left: -390px; }
    .search-block .search-row .search-group {
      position: relative; }
      .search-block .search-row .search-group .form-group {
        width: 100%; }
        .search-block .search-row .search-group .form-group input {
          font-size: 15px;
          color: #566573;
          box-shadow: 0 10px 20px 0 rgba(63, 78, 95, 0.53); }
          .search-block .search-row .search-group .form-group input:focus {
            outline: none; }
        .search-block .search-row .search-group .form-group .btn.btn-search {
          position: absolute;
          top: 18px;
          right: 30px;
          background-color: transparent;
          background-image: url("images/search.png");
          width: 18px;
          height: 18px; }
          .search-block .search-row .search-group .form-group .btn.btn-search .fa {
            display: none; }
          .search-block .search-row .search-group .form-group .btn.btn-search:focus, .search-block .search-row .search-group .form-group .btn.btn-search:active {
            outline: none;
            box-shadow: none; }
        .search-block .search-row .search-group .form-group .dropdown {
          position: absolute;
          z-index: 10;
          top: 54px;
          left: 50%;
          width: 85%;
          margin-left: -46%; }
          @media (min-width: 1920px) {
            .search-block .search-row .search-group .form-group .dropdown {
              top: 90px; } }
          .search-block .search-row .search-group .form-group .dropdown ul {
            width: 100%;
            margin: 0;
            padding: 0; }
            .search-block .search-row .search-group .form-group .dropdown ul li {
              list-style: none;
              background: #fff; }
              .search-block .search-row .search-group .form-group .dropdown ul li a {
                font-size: 12px;
                line-height: 1.4;
                display: block;
                padding: 10px 30px;
                text-align: left;
                color: #566573; }
                .search-block .search-row .search-group .form-group .dropdown ul li a:hover {
                  text-decoration: none; }
                @media (min-width: 1920px) {
                  .search-block .search-row .search-group .form-group .dropdown ul li a {
                    font-size: 18px; } }
              .search-block .search-row .search-group .form-group .dropdown ul li:hover, .search-block .search-row .search-group .form-group .dropdown ul li.active {
                background: #f3f3f3; }
                .search-block .search-row .search-group .form-group .dropdown ul li:hover a, .search-block .search-row .search-group .form-group .dropdown ul li.active a {
                  font-weight: bold;
                  letter-spacing: .5px;
                  color: #1e1e1e;
                  background: #f3f3f3; }
    @media screen and (min-width: 1920px) {
      .search-block .search-row {
        width: 1230px;
        margin-left: -615px; }
        .search-block .search-row .search-group .form-group input {
          font-size: 24px;
          height: 90px;
          border-radius: 45px; }
        .search-block .search-row .search-group .form-group .btn.btn-search {
          top: 34px;
          right: 40px;
          width: 26px;
          height: 25px;
          background-image: url("images/search-lg.png"); } }
  .search-block .order-row {
    height: 50vh; }
    .search-block .order-row .text-center {
      position: relative;
      height: inherit; }
      .search-block .order-row .text-center .btn-round {
        font-size: 18px;
        position: relative;
        top: 28%;
        width: 180px;
        letter-spacing: 1px;
        background-color: #2196F3; }
        .search-block .order-row .text-center .btn-round a:hover {
          text-decoration: none; }
        @media screen and (min-width: 1920px) {
          .search-block .order-row .text-center .btn-round {
            top: 50%;
            width: 300px;
            margin: auto;
            border-radius: 35px; } }

/* ELKAY Custom Theme*/
.elkay .search-block .logo-block img {
  max-width: 133px; }
  @media (min-width: 1920px) {
    .elkay .search-block .logo-block img {
      max-width: 219px; } }

.elkay .search-block .jumbotron-row h1 {
  font-family: "montserratbold", sans-serif;
  color: #219dd0; }

.elkay .search-block .jumbotron-row p {
  color: #536771; }

.elkay .search-block .search-row input {
  color: #2c3e50; }

.elkay .search-block .order-row .btn-round {
  width: 180px;
  background-color: #219dd0; }
  @media screen and (min-width: 1920px) {
    .elkay .search-block .order-row .btn-round {
      top: 50%;
      width: 300px;
      border-radius: 35px; } }

/* BRADLEY Custom Theme */
.bradley .search-block {
  background-size: 100% 63%; }
  .bradley .search-block .logo-block img {
    max-width: 68px; }
  .bradley .search-block .jumbotron-row h1 {
    font-family: "montserratbold", sans-serif;
    color: #0960b1; }
  .bradley .search-block .jumbotron-row p {
    color: #536771; }
  .bradley .search-block .search-row input {
    color: #1e1e1e; }
  .bradley .search-block .order-row .btn-round {
    background-color: #0960b1; }
  @media screen and (min-width: 1920px) {
    .bradley .search-block .order-row {
      top: 50%;
      width: 300px;
      border-radius: 35px;
      margin: auto; } }

/* COMING SOON Page */
/* COMMON Theme */
.search-block .jumbotron.comingsoon-jumbotron {
  padding-bottom: 0; }
  .search-block .jumbotron.comingsoon-jumbotron h1 {
    font-size: 72px; }
  @media (min-width: 768px) {
    .search-block .jumbotron.comingsoon-jumbotron {
      margin-top: 0; } }

.search-block .order-back .goback-box {
  margin: 35px 0; }
  .search-block .order-back .goback-box a {
    font-size: 14.04px;
    line-height: 2;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #1e1e1e; }
    .search-block .order-back .goback-box a:hover, .search-block .order-back .goback-box a:active, .search-block .order-back .goback-box a:focus {
      text-decoration: none; }
      .search-block .order-back .goback-box a:hover i, .search-block .order-back .goback-box a:active i, .search-block .order-back .goback-box a:focus i {
        text-decoration: none; }

/* ELKAY Custom Theme */
.elkay .search-block .jumbotron.comingsoon-jumbotron h1 {
  font-family: "montserratbold", sans-serif; }

.elkay .search-block .order-back .goback-box {
  margin: 35px 0; }
  .elkay .search-block .order-back .goback-box a {
    font-size: 14.04px;
    line-height: 2;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff; }
    .elkay .search-block .order-back .goback-box a:hover, .elkay .search-block .order-back .goback-box a:active, .elkay .search-block .order-back .goback-box a:focus {
      text-decoration: none; }

/* SEARCH RESULT Page */
.results-block {
  position: relative;
  height: calc(100vh - 58px - 59px);
  background: #f5f5f5; }
  .results-block .filter-block {
    margin-bottom: 0px;
    padding: 16px 14px;
    border-bottom: 1px solid #e3e3e3;
    background-color: #fff; }
    .results-block .filter-block h3 {
      font-size: 15.96px;
      font-weight: 700;
      line-height: 1.5;
      color: #1e1e1e; }
    .results-block .filter-block .btn {
      font-size: 11.04px;
      letter-spacing: 0;
      color: #566573;
      border-radius: 15px;
      background: transparent; }
  .results-block .search-container {
    padding: 0 0px 0; }
    .results-block .search-container .search-result-header-row {
      min-height: 30px;
      position: relative; }
      .results-block .search-container .search-result-header-row .loader {
        position: absolute;
        right: 40px;
        top: 10px; }
        .results-block .search-container .search-result-header-row .loader img {
          width: 25px;
          height: 25px;
          position: absolute; }
    .results-block .search-container .result-header {
      font-size: 12px;
      margin-bottom: 17px;
      padding: 15px 15px 0;
      color: #1e1e1e; }
    .results-block .search-container .nores-search {
      font-family: "Arial", sans-serif;
      font-size: 21.96px;
      padding-top: 7px;
      text-transform: none;
      color: #566573; }
    .results-block .search-container .load-more-block {
      padding-top: 20px;
      padding-bottom: 32px; }

/* Filters and Sorting */
.filter-box {
  display: inline-block; }
  .filter-box .btn-group {
    margin-right: 18px; }
    .filter-box .btn-group .btn {
      padding: 2px 0; }
      .filter-box .btn-group .btn .caret {
        margin-left: 7px; }
      .filter-box .btn-group .btn i {
        font-size: 12px;
        width: 19px; }
        .filter-box .btn-group .btn i.icon-poly {
          display: inline-block;
          width: 9px;
          height: 11px;
          background-image: url("images/poly-icon.png"); }
        .filter-box .btn-group .btn i.icon-vert {
          display: inline-block;
          width: 15px;
          height: 15px;
          background-image: url("images/vert-icon.png"); }
      .filter-box .btn-group .btn.btn-active {
        font-size: 14.04px;
        margin-top: 1px;
        padding: 3px 4px;
        color: #fff;
        background: #2196F3; }
    .filter-box .btn-group.active > .btn {
      color: #2196F3; }
    .filter-box .btn-group.open .dropdown-toggle {
      background: #fff;
      box-shadow: none; }
    .filter-box .btn-group.open .btn {
      color: #566573;
      border-color: #e3e3e3;
      background: #fff;
      box-shadow: none; }
    .filter-box .btn-group.open.active > .btn {
      color: #2196F3; }
    .filter-box .btn-group .dropdown-menu {
      min-width: 131px;
      margin-top: 21px;
      padding: 0 10px 14px 0;
      border-width: 3px 1px 1px 1px;
      border-style: solid;
      border-color: #2196F3 #e3e3e3 #e3e3e3;
      border-radius: 0 0 4px 4px;
      box-shadow: none; }
      .filter-box .btn-group .dropdown-menu li {
        font-size: 12px;
        line-height: 1;
        color: #1e1e1e; }
        .filter-box .btn-group .dropdown-menu li a {
          font-size: 12px;
          line-height: 1.4;
          padding: 6px 16px;
          color: inherit; }
        .filter-box .btn-group .dropdown-menu li.active a {
          color: #2196F3; }
        .filter-box .btn-group .dropdown-menu li:hover, .filter-box .btn-group .dropdown-menu li > a:hover {
          color: #2196F3;
          background: transparent; }
        .filter-box .btn-group .dropdown-menu li .checkbox {
          margin: 0;
          padding: 3px 0; }
          .filter-box .btn-group .dropdown-menu li .checkbox label {
            padding-left: 12px; }
            .filter-box .btn-group .dropdown-menu li .checkbox label .checker {
              margin-top: -3px;
              margin-right: 8px; }
      .filter-box .btn-group .dropdown-menu.checkbox-dropdown li {
        line-height: 2; }
        .filter-box .btn-group .dropdown-menu.checkbox-dropdown li:hover {
          background: transparent; }
        .filter-box .btn-group .dropdown-menu.checkbox-dropdown li a {
          line-height: 2; }
          .filter-box .btn-group .dropdown-menu.checkbox-dropdown li a:hover {
            color: #2196F3;
            background: transparent; }
      .filter-box .btn-group .dropdown-menu .active > a, .filter-box .btn-group .dropdown-menu .active > a:focus, .filter-box .btn-group .dropdown-menu .active > a:hover {
        color: #2196F3;
        background: transparent; }
      .filter-box .btn-group .dropdown-menu .active .checkbox label {
        color: #2196F3; }

.sorting-box {
  display: inline-block;
  margin-right: -15px;
  text-align: right; }
  .sorting-box .sort-title {
    font-family: "Arial", sans-serif;
    font-size: 11.04px;
    font-weight: bold;
    margin-right: 10px;
    text-transform: uppercase;
    color: #566573; }
  .sorting-box .btn-group .btn {
    font-size: 14.04px;
    padding: 3px 9px;
    border-width: 0 1px 2px 1px;
    border-style: solid;
    border-color: #e3e3e3;
    background: #e3e3e3; }
    .sorting-box .btn-group .btn.active {
      color: #fff;
      background: #2196F3;
      box-shadow: none; }

/* Search Results area */
#res {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start; }

.result-item {
  margin: 0 8px 2px;
  display: flex; }
  @media (min-width: 250px) {
    .result-item {
      max-width: 250px;
      margin: 0 auto 2px; } }
  @media (min-width: 450px) {
    .result-item {
      margin: 0 8px 2px;
      flex: 0 1 calc(50% - 16px); } }
  @media (min-width: 560px) {
    .result-item {
      flex: 0 1 calc(33% - 16px); } }
  @media (min-width: 850px) {
    .result-item {
      flex: 0 1 calc(25% - 16px); } }
  @media (min-width: 1090px) {
    .result-item {
      flex: 0 1 calc(16.666% - 16px); } }
  @media (min-width: 1630px) {
    .result-item {
      flex: 0 1 calc(14.25% - 16px); } }
  @media (min-width: 1920px) {
    .result-item {
      margin: 0 .4% 2px;
      flex: 0 1 calc(11.1% - .8%); } }
  @media (min-width: 2500px) {
    .result-item {
      margin: 0 .4% 2px;
      flex: 0 1 calc(10% - .8%); } }
  @media (min-width: 3000px) {
    .result-item {
      margin: 0 .2% 2px;
      flex: 0 1 calc(9.6% - .4%); } }
  @media (min-width: 3840px) {
    .result-item {
      margin: 0 .2% 2px;
      flex: 0 1 calc(7.9% - .4%); } }
  .result-item a {
    display: flex;
    text-decoration: none; }
    .result-item a .img-box {
      position: relative;
      margin-bottom: 60px;
      padding: 10px;
      border: 1px solid #e3e3e3;
      background: #fff;
      min-height: 200px;
      /* width: 250px;
            height: 250px; */ }
      .result-item a .img-box .owner-name {
        height: 20px;
        position: absolute; }
      .result-item a .img-box .preview-image {
        width: 100%;
        max-width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center; }
      @media all and (-ms-high-contrast: none) {
        .result-item a .img-box {
          /* IE10 */
          /* IE11 */ }
          .result-item a .img-box .preview-image {
            height: auto; }
          .result-item a .img-box *::-ms-backdrop, .result-item a .img-box .preview-image {
            height: auto; } }
      .result-item a .img-box .res-line {
        position: absolute;
        bottom: -56px;
        left: 0px;
        width: 100%;
        height: 50px;
        /* 'margin-bottom of item-block' - 10px */ }
        .result-item a .img-box .res-line h4 {
          font-size: 15.96px;
          margin-bottom: 12px;
          text-align: center;
          letter-spacing: 0;
          color: #1e1e1e; }
          @media screen and (min-width: 1920px) {
            .result-item a .img-box .res-line h4 {
              font-size: 19.2px; } }
      .result-item a .img-box .item-icons {
        position: absolute;
        top: 12px;
        right: 7px;
        width: 33px; }
        .result-item a .img-box .item-icons li {
          margin-bottom: 6px; }
      .result-item a .img-box .color-list {
        position: absolute;
        bottom: 10px;
        left: 21px;
        display: block; }
        .result-item a .img-box .color-list .color-item {
          float: left;
          margin: 0 5px;
          padding: 3px;
          border: 1px solid #e3e3e3;
          border-radius: 50%;
          background: #fff; }
          .result-item a .img-box .color-list .color-item img {
            border-radius: 50%;
            width: 16px;
            height: 16px; }
            @media screen and (min-width: 1920px) {
              .result-item a .img-box .color-list .color-item img {
                width: 22px;
                height: 22px; } }
          .result-item a .img-box .color-list .color-item.color-number {
            font-size: 14.04px;
            line-height: 1.4;
            text-align: center;
            color: #566573;
            min-width: 25px;
            height: 25px; }
            @media screen and (min-width: 1920px) {
              .result-item a .img-box .color-list .color-item.color-number {
                line-height: 1.6;
                min-width: 30px;
                height: 30px; } }
            .result-item a .img-box .color-list .color-item.color-number .fa {
              font-size: 9.96px; }
    .result-item a:hover {
      text-decoration: none; }
      .result-item a:hover .img-box {
        border-color: #fff;
        box-shadow: 0 0 10px 0 #e3e3e3; }
  @media (min-width: 1920px) {
    .result-item {
      margin: 0 .4% 2px; } }

/* ELKAY Custom Theme */
.elkay {
  /* Filters and Sorting */
  /* Search Results area */ }
  .elkay .results-block {
    background: #f6f5f5; }
    .elkay .results-block .filter-block h3 {
      color: #2c3e50; }
    .elkay .results-block .filter-block .btn {
      color: #79919d; }
    .elkay .results-block .search-container .result-header {
      color: #2c3e50; }
    .elkay .results-block .search-container .nores-search {
      font-family: "montserratregular", sans-serif;
      color: #79919d; }
  .elkay .filter-box .btn-group .btn.btn-active {
    color: #fff;
    background: #219dd0; }
  .elkay .filter-box .btn-group.open .btn {
    color: #79919d; }
  .elkay .filter-box .btn-group .dropdown-menu {
    border-color: #219dd0 #e3e3e3 #e3e3e3; }
    .elkay .filter-box .btn-group .dropdown-menu li {
      color: #2c3e50; }
      .elkay .filter-box .btn-group .dropdown-menu li.active a {
        color: #219dd0; }
      .elkay .filter-box .btn-group .dropdown-menu li:hover, .elkay .filter-box .btn-group .dropdown-menu li > a:hover {
        color: #219dd0; }
    .elkay .filter-box .btn-group .dropdown-menu.checkbox-dropdown li a:hover {
      color: #219dd0; }
    .elkay .filter-box .btn-group .dropdown-menu .active > a, .elkay .filter-box .btn-group .dropdown-menu .active > a:focus, .elkay .filter-box .btn-group .dropdown-menu .active > a:hover {
      color: #219dd0; }
    .elkay .filter-box .btn-group .dropdown-menu .active .checkbox label {
      color: #219dd0; }
  .elkay .sorting-box .sort-title {
    font-family: "montserratbold", sans-serif;
    color: #79919d; }
  .elkay .sorting-box .btn {
    border-color: #f6f5f5;
    background: #f6f5f5; }
    .elkay .sorting-box .btn.active {
      color: #fff;
      background: #219dd0; }
  .elkay .result-item a .img-box {
    border: 1px solid #f6f5f5; }
    .elkay .result-item a .img-box .res-line h4 {
      color: #2c3e50; }
    .elkay .result-item a .img-box .color-list .color-item {
      border: 1px solid #f6f5f5; }
      .elkay .result-item a .img-box .color-list .color-item.color-number {
        color: #79919d; }
  .elkay .result-item a:hover .img-box {
    box-shadow: 0 0 10px 0 #f6f5f5; }

/* BRADLEY Custom Theme */
.bradley {
  /* Filters and Sorting */
  /* Search Results area */ }
  .bradley .results-block {
    background: #e4f7fd; }
    .bradley .results-block .filter-block h3 {
      color: #1e1e1e; }
    .bradley .results-block .filter-block .btn {
      color: #79919d; }
    .bradley .results-block .search-container .result-header {
      color: #1e1e1e; }
    .bradley .results-block .search-container .nores-search {
      font-family: "montserratregular", sans-serif;
      color: #79919d; }
  .bradley .filter-box .btn-group .btn.btn-active {
    color: #fff;
    background: #0960b1; }
  .bradley .filter-box .btn-group.open .btn {
    color: #79919d; }
  .bradley .filter-box .btn-group .dropdown-menu {
    border-color: #0960b1 #e3e3e3 #e3e3e3; }
    .bradley .filter-box .btn-group .dropdown-menu li {
      color: #1e1e1e; }
      .bradley .filter-box .btn-group .dropdown-menu li.active a {
        color: #0960b1; }
      .bradley .filter-box .btn-group .dropdown-menu li:hover, .bradley .filter-box .btn-group .dropdown-menu li > a:hover {
        color: #0960b1; }
    .bradley .filter-box .btn-group .dropdown-menu.checkbox-dropdown li a:hover {
      color: #0960b1; }
    .bradley .filter-box .btn-group .dropdown-menu .active > a, .bradley .filter-box .btn-group .dropdown-menu .active > a:focus, .bradley .filter-box .btn-group .dropdown-menu .active > a:hover {
      color: #0960b1; }
    .bradley .filter-box .btn-group .dropdown-menu .active .checkbox label {
      color: #0960b1; }
  .bradley .sorting-box .sort-title {
    font-family: "montserratbold", sans-serif;
    color: #79919d; }
  .bradley .sorting-box .btn {
    border-color: #f6f5f5;
    background: #f6f5f5; }
    .bradley .sorting-box .btn.active {
      color: #fff;
      background: #0960b1; }
  .bradley .result-item a .img-box {
    border: 1px solid #f6f5f5; }
    .bradley .result-item a .img-box .res-line h4 {
      color: #1e1e1e; }
    .bradley .result-item a .img-box .color-list .color-item {
      border: 1px solid #f6f5f5; }
      .bradley .result-item a .img-box .color-list .color-item.color-number {
        color: #79919d; }
  .bradley .result-item a:hover .img-box {
    box-shadow: 0 0 10px 0 #f6f5f5; }

webgl,
reel {
  display: block;
  width: 100%;
  height: 100%; }

.disabled {
  pointer-events: none; }

.detail-block {
  position: relative;
  background: #f5f5f5; }
  .detail-block .status-block {
    display: table;
    width: 100%;
    text-align: center; }
    .detail-block .status-block .status-msg {
      display: table-cell;
      vertical-align: middle; }
  .detail-block .back-link {
    position: absolute;
    top: 20px;
    left: 45px;
    z-index: 1001;
    display: block;
    line-height: 1.7;
    color: #566573; }
    .detail-block .back-link:hover {
      text-decoration: none; }
      .detail-block .back-link:hover i {
        text-decoration: none; }

.item-card {
  width: 100%;
  height: calc(100vh - 60px - 57px);
  background-color: #ffffff; }
  .item-card .embed-block {
    position: relative;
    float: left;
    width: 50%;
    height: inherit;
    overflow: hidden;
    background-color: #ffffff;
    border-right: 1px solid #e3e3e3; }
    .item-card .embed-block .fullScreenBlock {
      width: 100%;
      height: 100%; }
  .item-card .info-block {
    position: relative;
    float: left;
    width: 50%;
    min-width: 460px; }
    .item-card .info-block .mCustomScrollBox {
      padding-right: 0;
      padding-left: 0; }
    .item-card .info-block .info-box {
      background-color: #f5f5f5; }
      .item-card .info-block .info-box header {
        position: relative;
        display: block;
        margin: 0 0 23px 0;
        padding: 28px 20px 0 30px; }
        .item-card .info-block .info-box header h2 {
          max-width: 410px;
          margin-bottom: 18px;
          font-size: 30px;
          line-height: 1.2;
          color: #1e1e1e;
          text-transform: none; }
        .item-card .info-block .info-box header h6,
        .item-card .info-block .info-box header .download-link {
          display: block;
          float: left;
          margin: 0;
          font-size: 12px;
          line-height: 2;
          color: #566573;
          text-transform: uppercase;
          letter-spacing: 1.4px; }
        .item-card .info-block .info-box header .download-link {
          display: inline-block;
          margin-left: 10px;
          color: #2196f3;
          text-transform: capitalize;
          text-decoration: none;
          letter-spacing: 1px; }
          .item-card .info-block .info-box header .download-link i {
            margin-right: 6px;
            font-size: 15.96px;
            color: #2196F3; }
          .item-card .info-block .info-box header .download-link:hover, .item-card .info-block .info-box header .download-link:active {
            text-decoration: none; }
        .item-card .info-block .info-box header .share-box {
          position: absolute;
          top: 35px;
          right: 30px; }
        .item-card .info-block .info-box header .model-row {
          display: flex;
          align-items: center; }
          .item-card .info-block .info-box header .model-row .model__actions {
            display: flex;
            margin-left: auto; }
          .item-card .info-block .info-box header .model-row .model__actions-item {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 42px;
            height: 42px;
            font-size: 18px;
            text-decoration: none; }
            .item-card .info-block .info-box header .model-row .model__actions-item:hover {
              text-decoration: none; }
            .item-card .info-block .info-box header .model-row .model__actions-item:focus {
              outline: none; }
      .item-card .info-block .info-box .embed-box,
      .item-card .info-block .info-box .color-box,
      .item-card .info-block .info-box .launch-box,
      .item-card .info-block .info-box .configuration-box {
        display: inline-block;
        width: 100%;
        margin-bottom: 29px;
        padding: 0 30px 0 30px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .item-card .info-block .info-box .embed-box,
          .item-card .info-block .info-box .color-box,
          .item-card .info-block .info-box .launch-box,
          .item-card .info-block .info-box .configuration-box {
            margin-bottom: 10px; } }
        @media (min-width: 1200px) and (max-width: 1365px) {
          .item-card .info-block .info-box .embed-box,
          .item-card .info-block .info-box .color-box,
          .item-card .info-block .info-box .launch-box,
          .item-card .info-block .info-box .configuration-box {
            margin-bottom: 20px; } }
        .item-card .info-block .info-box .embed-box h4,
        .item-card .info-block .info-box .color-box h4,
        .item-card .info-block .info-box .launch-box h4,
        .item-card .info-block .info-box .configuration-box h4 {
          display: inline-block;
          float: left;
          width: 180px;
          margin-bottom: 8px;
          font-size: 12px;
          line-height: 1.714;
          color: #78909c;
          text-transform: uppercase;
          letter-spacing: 1.4px; }
      .item-card .info-block .info-box .launch-box {
        padding-left: 30px; }
        .item-card .info-block .info-box .launch-box .order-box {
          display: inline-block;
          float: left;
          width: 210px;
          margin-left: 20px;
          vertical-align: top;
          text-align: right; }
          .item-card .info-block .info-box .launch-box .order-box .btn {
            width: 100%; }
          .item-card .info-block .info-box .launch-box .order-box:first-child {
            margin-left: 0; }
      .item-card .info-block .info-box .color-box h4 {
        margin-top: 5px;
        margin-bottom: 0; }
      .item-card .info-block .info-box .color-box .colors-box {
        display: inline-block; }
        .item-card .info-block .info-box .color-box .colors-box .color-item {
          display: block;
          float: left;
          margin: 0 5px;
          padding: 4px;
          background: #ffffff;
          border: 1px solid #e3e3e3;
          border-radius: 50%; }
          .item-card .info-block .info-box .color-box .colors-box .color-item img {
            border-radius: 50%;
            width: 20px;
            height: 20px; }
          .item-card .info-block .info-box .color-box .colors-box .color-item span {
            display: none;
            font-size: 11.04px;
            color: #78909c; }
          .item-card .info-block .info-box .color-box .colors-box .color-item.active {
            border-color: #2196F3;
            border-radius: 20px; }
            .item-card .info-block .info-box .color-box .colors-box .color-item.active span {
              display: inline-block;
              padding-right: 3px; }
      .item-card .info-block .info-box .embed-box h4 {
        margin-top: 10px;
        margin-bottom: 0; }
      .item-card .info-block .info-box .embed-box input {
        width: 100%;
        height: 43px;
        padding: 0 10px;
        font-size: 14.04px;
        color: #78909c;
        background: white;
        border: 1px solid #e3e3e3;
        border-radius: 4px; }

.configuration-box .nav-tabs li {
  margin-bottom: -2px; }
  .configuration-box .nav-tabs li a {
    padding: 14px 33px 10px;
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.7px;
    border-width: 0 0 4px 0;
    transition: none; }
    .configuration-box .nav-tabs li a:hover, .configuration-box .nav-tabs li a:focus {
      background: transparent;
      border-color: transparent;
      box-shadow: none; }
  .configuration-box .nav-tabs li.active a {
    color: #2196F3;
    background: transparent;
    border-width: 0 0 4px 0;
    border-color: #2196F3; }
    .configuration-box .nav-tabs li.active a:hover, .configuration-box .nav-tabs li.active a:focus {
      color: #2196F3;
      background: transparent;
      border-width: 0 0 4px 0;
      border-color: #2196F3; }

.configuration-box .tab-content {
  padding: 20px 0 0 0; }

.configuration-box .configurator-tabs {
  display: block;
  float: left;
  width: 100%;
  padding-left: 2px; }
  .configuration-box .configurator-tabs .nav-tabs li {
    margin-left: 18px; }
    .configuration-box .configurator-tabs .nav-tabs li:first-child {
      margin-left: 0; }
  .configuration-box .configurator-tabs .tab-content {
    padding: 16px 4px 0; }
    @media (min-width: 1920px) {
      .configuration-box .configurator-tabs .tab-content {
        padding: 20px 8px 0; } }

.configuration-box .option-list li a {
  display: block;
  border: 4px solid transparent;
  transition: none; }
  .configuration-box .option-list li a img {
    width: 35px;
    height: 27px; }
    @media (min-width: 1920px) {
      .configuration-box .option-list li a img {
        width: 49px;
        height: 37px; } }

.configuration-box .option-list li.active {
  border: 2px solid #2196F3;
  border-radius: 7px; }
  .configuration-box .option-list li.active a {
    border: 2px solid #ffffff;
    border-radius: 7px; }

.item-spec-block .nav-tabs {
  background-color: #ffffff;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3; }
  .item-spec-block .nav-tabs li {
    margin-bottom: -2px; }
    .item-spec-block .nav-tabs li a {
      padding: 14px 33px 10px;
      font-size: 12px;
      color: #000000;
      text-transform: uppercase;
      text-decoration: none;
      letter-spacing: 0.7px;
      transition: none; }
      .item-spec-block .nav-tabs li a:hover {
        background: transparent;
        border-color: transparent;
        box-shadow: none; }
    .item-spec-block .nav-tabs li.active a {
      color: #2196F3;
      background: transparent;
      border-width: 0 0 4px 0;
      border-color: #2196F3; }
      .item-spec-block .nav-tabs li.active a:hover {
        border-color: #2196F3; }

.item-spec-block .tab-content .tab-pane {
  padding-right: 10px;
  background-color: #ffffff; }
  .item-spec-block .tab-content .tab-pane:before, .item-spec-block .tab-content .tab-pane:after {
    content: " ";
    display: table; }
  .item-spec-block .tab-content .tab-pane:after {
    clear: both; }
  .item-spec-block .tab-content .tab-pane .item-spec-img {
    float: left;
    width: 30%;
    height: auto;
    margin: 20px 1.5%; }
    @media (min-width: 1280px) {
      .item-spec-block .tab-content .tab-pane .item-spec-img {
        width: 22%; } }
    @media (min-width: 1360px) {
      .item-spec-block .tab-content .tab-pane .item-spec-img {
        width: 22%; } }
    @media (min-width: 1600px) {
      .item-spec-block .tab-content .tab-pane .item-spec-img {
        width: 17%; } }
    .item-spec-block .tab-content .tab-pane .item-spec-img a {
      position: relative;
      display: block;
      margin: auto;
      text-decoration: none;
      background: #ffffff;
      border: 1px solid #e3e3e3;
      width: 136px;
      height: 136px; }
      .item-spec-block .tab-content .tab-pane .item-spec-img a img {
        max-width: 100%;
        max-height: 100%; }
      .item-spec-block .tab-content .tab-pane .item-spec-img a img:hover,
      .item-spec-block .tab-content .tab-pane .item-spec-img a img:active,
      .item-spec-block .tab-content .tab-pane .item-spec-img a img:focus,
      .item-spec-block .tab-content .tab-pane .item-spec-img a img:visited {
        outline: none; }
      .item-spec-block .tab-content .tab-pane .item-spec-img a .img-box {
        position: absolute;
        top: 0;
        left: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        width: 100%;
        height: 100%; }
        .item-spec-block .tab-content .tab-pane .item-spec-img a .img-box .flaticon-web,
        .item-spec-block .tab-content .tab-pane .item-spec-img a .img-box .flaticon-arrow {
          position: absolute;
          top: 0;
          left: 0;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          margin: 0;
          font-size: 18.96px;
          line-height: 2.368;
          text-align: center;
          color: #ffffff;
          background: #2196F3;
          opacity: 0;
          width: 100%;
          height: 100%; }
      .item-spec-block .tab-content .tab-pane .item-spec-img a:hover .flaticon-web,
      .item-spec-block .tab-content .tab-pane .item-spec-img a:hover .flaticon-arrow {
        opacity: 1; }
    .item-spec-block .tab-content .tab-pane .item-spec-img.noimages {
      width: 100% !important;
      padding: 24px 36px;
      font-size: 12px;
      color: #78909c;
      letter-spacing: 0.8px; }
  .item-spec-block .tab-content .tab-pane .info-table-block table {
    width: 100%;
    margin-bottom: 30px; }
    .item-spec-block .tab-content .tab-pane .info-table-block table tr:nth-child(even) {
      background-color: #f5f5f5; }
    .item-spec-block .tab-content .tab-pane .info-table-block table td {
      padding: 14px 26px 17px;
      font-weight: lighter;
      font-size: 12px;
      line-height: 1.4;
      font-family: "Arial", sans-serif;
      vertical-align: top;
      text-align: left;
      color: #78909c;
      letter-spacing: 0;
      word-break: break-word; }
      .item-spec-block .tab-content .tab-pane .info-table-block table td.table-title {
        width: 220px;
        padding-left: 36px;
        font-weight: bold;
        font-size: 12px;
        text-align: left;
        color: #1e1e1e;
        text-transform: capitalize;
        letter-spacing: 0.1px;
        white-space: nowrap; }

@media screen and (min-width: 1920px) {
  .item-spec-block .nav-tabs li a {
    font-size: 14.04px; }
  .info-block table td.table-title {
    font-size: 14.04px; }
  .item-card .info-block .info-box header h2 {
    margin-bottom: 18px;
    font-size: 48px;
    line-height: 1.2; }
  .item-card .info-block .info-box header h6,
  .item-card .info-block .info-box header .download-link,
  .item-card .info-block .info-box h4 {
    font-size: 15.96px; } }

@media (min-width: 1200px) and (max-width: 1365px) {
  .item-card .info-box .launch-box {
    padding-left: 35px; }
  .item-spec-block .nav-tabs li a {
    padding: 14px 20px 10px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .item-card .info-box .launch-box {
    padding-left: 35px; }
  .item-spec-block .nav-tabs li a {
    padding: 14px 10px 10px;
    letter-spacing: 0; } }

/* ELKAY Custom Theme */
.elkay .item-card .info-block .info-box header h2 {
  color: #2c3e50; }

.elkay .item-card .info-block .info-box header h6,
.elkay .item-card .info-block .info-box header .download-link {
  color: #79919d; }

.elkay .item-card .info-block .info-box header .download-link i {
  color: #219dd0; }

.elkay .item-card .info-block .info-box .embed-box h4,
.elkay .item-card .info-block .info-box .color-box h4,
.elkay .item-card .info-block .info-box .launch-box h4 {
  font-size: 14.04px;
  color: #78909c; }

.elkay .item-card .info-block .info-box .color-box .colors-box .color-item {
  border: 1px solid #f6f5f5; }
  .elkay .item-card .info-block .info-box .color-box .colors-box .color-item span {
    color: #79919d; }
  .elkay .item-card .info-block .info-box .color-box .colors-box .color-item.active {
    border-color: #219dd0; }

.elkay .item-card .info-block .info-box .embed-box input {
  color: #79919d;
  border: 1px solid #f6f5f5; }

/* BRADLEY Custom Theme */
.bradley .item-card .info-block .info-box header h2 {
  color: #1e1e1e; }

.bradley .item-card .info-block .info-box header h6,
.bradley .item-card .info-block .info-box header .download-link {
  color: #79919d; }

.bradley .item-card .info-block .info-box header .download-link i {
  color: #0960b1; }

.bradley .item-card .info-block .info-box .embed-box h4,
.bradley .item-card .info-block .info-box .color-box h4,
.bradley .item-card .info-block .info-box .launch-box h4 {
  font-size: 12px;
  color: #78909c; }

.bradley .item-card .info-block .info-box .color-box .colors-box .color-item {
  border: 1px solid #f6f5f5; }
  .bradley .item-card .info-block .info-box .color-box .colors-box .color-item span {
    color: #79919d; }
  .bradley .item-card .info-block .info-box .color-box .colors-box .color-item.active {
    border-color: #0960b1; }

.bradley .item-card .info-block .info-box .embed-box input {
  color: #79919d;
  border: 1px solid #f6f5f5; }

.bradley .item-spec-block .nav-tabs {
  border-top: 1px solid #f6f5f5;
  border-bottom: 1px solid #f6f5f5; }
  .bradley .item-spec-block .nav-tabs li.active a {
    color: #0960b1;
    border-color: #0960b1; }
    .bradley .item-spec-block .nav-tabs li.active a:hover {
      border-color: #0960b1; }

.bradley .item-spec-block .tab-content .tab-pane .item-spec-img a {
  border: 1px solid #f6f5f5; }
  .bradley .item-spec-block .tab-content .tab-pane .item-spec-img a .img-box .flaticon-web,
  .bradley .item-spec-block .tab-content .tab-pane .item-spec-img a .img-box .flaticon-arrow {
    background: #0960b1; }

.bradley .item-spec-block .tab-content .tab-pane .info-table-block table td {
  font-family: "montserratlight", sans-serif;
  letter-spacing: 0; }
  .bradley .item-spec-block .tab-content .tab-pane .info-table-block table td.table-title {
    color: #1e1e1e; }
  .bradley .item-spec-block .tab-content .tab-pane .info-table-block table td.table-title {
    font-weight: normal; }

/* Embed Page and Embed box on Detail Page */
html, body {
  overflow: hidden;
  background: #fff;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

.embed-block {
  width: 100%;
  height: 100%; }
  .embed-block > div {
    width: 100%;
    height: 100%; }

.mode-tab {
  width: inherit;
  height: inherit; }
  .mode-tab .block {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%; }
    .mode-tab .block .dslide {
      width: 100%;
      height: 100%;
      position: relative; }
      .mode-tab .block .dslide canvas {
        position: absolute;
        top: 0;
        left: 0; }
    .mode-tab .block .reel-loadbar {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 5px;
      background-color: #2196F3; }

/* Top controls - html/webgl mode and fullscreen */
.controls-btn {
  position: absolute;
  top: 20px;
  width: 100%;
  text-align: center;
  z-index: 1000; }
  .controls-btn li {
    position: relative;
    z-index: 1; }
    .controls-btn li.btn-group .btn-default {
      font-size: 9.96px;
      font-weight: normal;
      padding: 9px 16px;
      letter-spacing: 0;
      border-width: 0 1px 2px 1px;
      border-style: solid;
      border-color: #b0b0b0;
      border-radius: 15px;
      background: #e3e3e3; }
      .controls-btn li.btn-group .btn-default:active, .controls-btn li.btn-group .btn-default:focus {
        outline: none; }
      .controls-btn li.btn-group .btn-default a {
        font-size: inherit;
        font-weight: normal;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #000; }
        .controls-btn li.btn-group .btn-default a:hover {
          text-decoration: none; }
      .controls-btn li.btn-group .btn-default.active {
        color: #fff;
        background: #2196F3;
        box-shadow: none; }
        .controls-btn li.btn-group .btn-default.active a {
          color: #fff; }
    .controls-btn li.btn-group.onemode .btn-default {
      border-top-right-radius: 15px !important;
      border-bottom-right-radius: 15px !important; }
    .controls-btn li.help-circle {
      margin-top: 5px;
      background: transparent; }
      .controls-btn li.help-circle a {
        font-size: 14.04px;
        min-width: initial;
        padding: 0;
        color: #566573;
        border: none;
        background: transparent; }
        .controls-btn li.help-circle a:hover, .controls-btn li.help-circle a:active, .controls-btn li.help-circle a:focus {
          text-decoration: none;
          color: #2196F3;
          box-shadow: none; }
          .controls-btn li.help-circle a:hover i, .controls-btn li.help-circle a:active i, .controls-btn li.help-circle a:focus i {
            text-decoration: none; }
  .controls-btn .right-controls {
    position: absolute;
    z-index: 5;
    top: 7px;
    right: 20px; }
    .controls-btn .right-controls .fullscreen {
      font-size: 20.04px;
      font-weight: normal;
      margin-left: 14px;
      color: #566573; }
      .controls-btn .right-controls .fullscreen:hover {
        cursor: pointer;
        color: #2196F3; }

/* Rotate, Zoom and Move Controls */
.control-title {
  font-family: "Arial", sans-serif;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8b959f; }

.bottom-control-pane {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px; }
  .bottom-control-pane .control-rotate-box, .bottom-control-pane .control-zoom-box, .bottom-control-pane .control-move-box {
    position: absolute;
    bottom: 10px; }
  .bottom-control-pane .control-rotate-box {
    left: 0;
    width: 100px; }
    .bottom-control-pane .control-rotate-box .slideControl {
      text-align: center; }
      .bottom-control-pane .control-rotate-box .slideControl:before, .bottom-control-pane .control-rotate-box .slideControl:after {
        content: " ";
        display: table; }
      .bottom-control-pane .control-rotate-box .slideControl:after {
        clear: both; }
      .bottom-control-pane .control-rotate-box .slideControl .reelLeft, .bottom-control-pane .control-rotate-box .slideControl .reelRight {
        display: inline-block;
        cursor: pointer;
        width: 32px;
        height: 32px; }
        .bottom-control-pane .control-rotate-box .slideControl .reelLeft i, .bottom-control-pane .control-rotate-box .slideControl .reelRight i {
          display: block;
          color: transparent;
          background: url(./images/2d-icon.png);
          width: 100%;
          height: 100%; }
      .bottom-control-pane .control-rotate-box .slideControl .reelRight .fa.fa-undo {
        background-position: -2px 0; }
        .bottom-control-pane .control-rotate-box .slideControl .reelRight .fa.fa-undo:hover, .bottom-control-pane .control-rotate-box .slideControl .reelRight .fa.fa-undo:active, .bottom-control-pane .control-rotate-box .slideControl .reelRight .fa.fa-undo:focus {
          background-position: -34px 0; }
      .bottom-control-pane .control-rotate-box .slideControl .reelLeft .fa.fa-repeat {
        background-position: 0 -33px; }
        .bottom-control-pane .control-rotate-box .slideControl .reelLeft .fa.fa-repeat:hover, .bottom-control-pane .control-rotate-box .slideControl .reelLeft .fa.fa-repeat:active, .bottom-control-pane .control-rotate-box .slideControl .reelLeft .fa.fa-repeat:focus {
          background-position: -32px -33px; }
  .bottom-control-pane .control-zoom-box {
    left: 50%;
    width: 240px;
    margin-left: -120px;
    text-align: center; }
    .bottom-control-pane .control-zoom-box .zoom-slider-horizontal {
      width: 180px;
      height: 2px;
      margin: 0 auto 15px;
      border: 0;
      background: lighter(#566573, 30%); }
      .bottom-control-pane .control-zoom-box .zoom-slider-horizontal .ui-slider-range {
        background: #566573; }
      .bottom-control-pane .control-zoom-box .zoom-slider-horizontal .ui-slider-handle {
        top: -9px;
        margin-left: -9px;
        border-color: lighter(#566573, 10%);
        border-radius: 50%;
        outline: none;
        background: #fff;
        width: 18px;
        height: 18px; }
        .bottom-control-pane .control-zoom-box .zoom-slider-horizontal .ui-slider-handle:hover, .bottom-control-pane .control-zoom-box .zoom-slider-horizontal .ui-slider-handle:active, .bottom-control-pane .control-zoom-box .zoom-slider-horizontal .ui-slider-handle:focus {
          cursor: pointer;
          border-color: #2196F3;
          outline: none; }
  .bottom-control-pane .control-move-box {
    right: 0;
    width: 100px; }
    .bottom-control-pane .control-move-box .zoom-slider-moving {
      position: relative;
      width: 96px;
      height: 64px;
      margin: auto;
      cursor: pointer; }
      .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-up, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-down, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-left, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-right {
        position: absolute;
        width: 32px;
        height: 32px; }
        .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-up i, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-down i, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-left i, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-right i {
          display: block;
          background: url("./images/2d-icon.png");
          width: 100%;
          height: 100%; }
          .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-up i:before, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-down i:before, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-left i:before, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-right i:before {
            content: ''; }
          .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-up i.fa.fa-arrow-circle-up, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-down i.fa.fa-arrow-circle-up, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-left i.fa.fa-arrow-circle-up, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-right i.fa.fa-arrow-circle-up {
            background-position: 0 -128px; }
            .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-up i.fa.fa-arrow-circle-up:hover, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-up i.fa.fa-arrow-circle-up:active, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-up i.fa.fa-arrow-circle-up:focus, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-down i.fa.fa-arrow-circle-up:hover, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-down i.fa.fa-arrow-circle-up:active, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-down i.fa.fa-arrow-circle-up:focus, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-left i.fa.fa-arrow-circle-up:hover, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-left i.fa.fa-arrow-circle-up:active, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-left i.fa.fa-arrow-circle-up:focus, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-right i.fa.fa-arrow-circle-up:hover, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-right i.fa.fa-arrow-circle-up:active, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-right i.fa.fa-arrow-circle-up:focus {
              background-position: -32px -128px; }
          .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-up i.fa.fa-arrow-circle-down, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-down i.fa.fa-arrow-circle-down, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-left i.fa.fa-arrow-circle-down, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-right i.fa.fa-arrow-circle-down {
            background-position: 0 -160px; }
            .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-up i.fa.fa-arrow-circle-down:hover, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-up i.fa.fa-arrow-circle-down:active, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-up i.fa.fa-arrow-circle-down:focus, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-down i.fa.fa-arrow-circle-down:hover, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-down i.fa.fa-arrow-circle-down:active, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-down i.fa.fa-arrow-circle-down:focus, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-left i.fa.fa-arrow-circle-down:hover, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-left i.fa.fa-arrow-circle-down:active, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-left i.fa.fa-arrow-circle-down:focus, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-right i.fa.fa-arrow-circle-down:hover, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-right i.fa.fa-arrow-circle-down:active, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-right i.fa.fa-arrow-circle-down:focus {
              background-position: -32px -160px; }
          .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-up i.fa.fa-arrow-circle-left, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-down i.fa.fa-arrow-circle-left, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-left i.fa.fa-arrow-circle-left, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-right i.fa.fa-arrow-circle-left {
            background-position: 0 -64px; }
            .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-up i.fa.fa-arrow-circle-left:hover, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-up i.fa.fa-arrow-circle-left:active, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-up i.fa.fa-arrow-circle-left:focus, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-down i.fa.fa-arrow-circle-left:hover, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-down i.fa.fa-arrow-circle-left:active, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-down i.fa.fa-arrow-circle-left:focus, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-left i.fa.fa-arrow-circle-left:hover, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-left i.fa.fa-arrow-circle-left:active, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-left i.fa.fa-arrow-circle-left:focus, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-right i.fa.fa-arrow-circle-left:hover, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-right i.fa.fa-arrow-circle-left:active, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-right i.fa.fa-arrow-circle-left:focus {
              background-position: -32px -64px; }
          .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-up i.fa.fa-arrow-circle-right, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-down i.fa.fa-arrow-circle-right, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-left i.fa.fa-arrow-circle-right, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-right i.fa.fa-arrow-circle-right {
            background-position: 0 -96px; }
            .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-up i.fa.fa-arrow-circle-right:hover, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-up i.fa.fa-arrow-circle-right:active, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-up i.fa.fa-arrow-circle-right:focus, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-down i.fa.fa-arrow-circle-right:hover, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-down i.fa.fa-arrow-circle-right:active, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-down i.fa.fa-arrow-circle-right:focus, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-left i.fa.fa-arrow-circle-right:hover, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-left i.fa.fa-arrow-circle-right:active, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-left i.fa.fa-arrow-circle-right:focus, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-right i.fa.fa-arrow-circle-right:hover, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-right i.fa.fa-arrow-circle-right:active, .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-right i.fa.fa-arrow-circle-right:focus {
              background-position: -32px -96px; }
      .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-down {
        bottom: 0;
        left: 50%;
        margin-left: -16px; }
      .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-left {
        bottom: 0;
        left: 0; }
      .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-right {
        right: 0;
        bottom: 0; }
      .bottom-control-pane .control-move-box .zoom-slider-moving .zoom-slider-up {
        bottom: 32px;
        left: 50%;
        margin-left: -16px; }

/* ELKAY Custom Theme */
.elkay .reel-loadbar {
  background-color: #219dd0; }

.elkay .control-title {
  font-family: "montserratregular", sans-serif;
  font-size: 12px;
  color: #8b9ea7; }

.elkay .controls-btn li.btn-group .btn-default {
  border-color: #c6bfbf;
  background: #f6f5f5; }
  .elkay .controls-btn li.btn-group .btn-default.active {
    background: #219dd0; }

.elkay .controls-btn li.help-circle a {
  color: #79919d; }
  .elkay .controls-btn li.help-circle a:hover, .elkay .controls-btn li.help-circle a:active, .elkay .controls-btn li.help-circle a:focus {
    color: #219dd0; }

.elkay .controls-btn .right-controls .fullscreen {
  color: #79919d; }
  .elkay .controls-btn .right-controls .fullscreen:hover {
    color: #219dd0; }

.elkay .bottom-control-pane .control-zoom-box .zoom-slider-horizontal {
  background: lighter(#79919d, 30%); }
  .elkay .bottom-control-pane .control-zoom-box .zoom-slider-horizontal .ui-slider-range {
    background: #79919d; }
  .elkay .bottom-control-pane .control-zoom-box .zoom-slider-horizontal .ui-slider-handle {
    border-color: lighter(#79919d, 10%); }
    .elkay .bottom-control-pane .control-zoom-box .zoom-slider-horizontal .ui-slider-handle:hover, .elkay .bottom-control-pane .control-zoom-box .zoom-slider-horizontal .ui-slider-handle:active, .elkay .bottom-control-pane .control-zoom-box .zoom-slider-horizontal .ui-slider-handle:focus {
      border-color: #219dd0; }

/* BRADLEY Custom Theme */
.bradley .reel-loadbar {
  background-color: #0960b1; }

.bradley .control-title {
  font-family: "montserratregular", sans-serif;
  color: #8b9ea7; }

.bradley .controls-btn li.btn-group .btn-default {
  border-color: #c6bfbf;
  background: #f6f5f5; }
  .bradley .controls-btn li.btn-group .btn-default.active {
    background: #0960b1; }

.bradley .controls-btn li.help-circle a {
  color: #79919d; }
  .bradley .controls-btn li.help-circle a:hover, .bradley .controls-btn li.help-circle a:active, .bradley .controls-btn li.help-circle a:focus {
    color: #0960b1; }

.bradley .controls-btn .right-controls .fullscreen {
  color: #79919d; }
  .bradley .controls-btn .right-controls .fullscreen:hover {
    color: #0960b1; }

.bradley .bottom-control-pane .control-zoom-box .zoom-slider-horizontal {
  background: lighter(#79919d, 30%); }
  .bradley .bottom-control-pane .control-zoom-box .zoom-slider-horizontal .ui-slider-range {
    background: #79919d; }
  .bradley .bottom-control-pane .control-zoom-box .zoom-slider-horizontal .ui-slider-handle {
    border-color: lighter(#79919d, 10%); }
    .bradley .bottom-control-pane .control-zoom-box .zoom-slider-horizontal .ui-slider-handle:hover, .bradley .bottom-control-pane .control-zoom-box .zoom-slider-horizontal .ui-slider-handle:active, .bradley .bottom-control-pane .control-zoom-box .zoom-slider-horizontal .ui-slider-handle:focus {
      border-color: #0960b1; }

.uploader-page {
  width: 100%;
  height: calc(100vh - 60px - 57px);
  background-color: #ffffff; }

.uploader-wrapper {
  max-width: 960px;
  margin: auto; }

.uploader-wrapper .item-spec-block {
  margin-top: 30px; }
  .uploader-wrapper .item-spec-block .nav-tabs {
    border-top: none; }
  .uploader-wrapper .item-spec-block .tab-content .tab-pane {
    padding-right: 33px;
    padding-left: 33px; }

.status {
  margin-bottom: 30px;
  padding: 14px 10px;
  background: #f3f7f9;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #e6e9ec;
  border-radius: 4px;
  font-size: 16px;
  color: #219dd0; }

.btn,
button {
  width: auto;
  padding: 9px 16px 8px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.4;
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: #ffffff;
  text-transform: none;
  text-decoration: none;
  background-color: #d3dce1;
  border: none;
  border-radius: 3px;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease; }

.btn-default {
  background: #219dd0; }

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background: #26b0e8; }

.btn-cancel {
  color: #4c5e70;
  background: #d3dce1; }

.btn-cancel:hover {
  color: #4c5e70;
  background: #dee6ea; }

.uploader {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px; }

.uploader .btn-default {
  color: #ffffff;
  background: #219dd0; }

.uploader .btn-default.disabled,
.uploader .btn-default[disabled] {
  background: #219dd0;
  opacity: 0.7; }

.uploader .btn-danger {
  color: #495968;
  background: #e1e5e7; }

.file-extension {
  text-transform: uppercase; }

.upload-footer {
  padding: 16px 23px 21px;
  background-color: #f3f7f9;
  border-top: 1px solid #ebebeb; }

.upload-footer .btn {
  width: 110px;
  margin-left: 14px;
  font-weight: normal;
  text-transform: uppercase; }

.drop-box {
  width: 100%; }

.uploader-block {
  width: 100%; }

.uploader-block .uploader-header,
.drop-box .uploader-header {
  padding: 20px 0; }

.uploader-block .uploader-header .title,
.drop-box .uploader-header .title {
  font-weight: 600;
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
  color: #4c5e70; }

.drop-box .uploader-body .draggable-box {
  position: relative;
  max-width: 100%;
  height: 222px;
  margin: 0 0 17px;
  background: #ffffff;
  border: 1px dashed #00aeef; }

.drop-box .uploader-body .draggable-box .drop-label {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  text-align: center;
  color: #7e8fa2;
  text-decoration: none; }
  .drop-box .uploader-body .draggable-box .drop-label a {
    display: inherit;
    justify-content: center;
    align-items: center;
    width: inherit;
    height: inherit;
    text-decoration: none; }

.drop-box .uploader-body .draggable-box .drop-label a,
.drop-box .uploader-body .draggable-box .drop-label a:hover,
.drop-box .uploader-body .draggable-box .drop-label:hover a {
  text-decoration: none; }

.uploader-block .uploader-body .upload-queue-box {
  margin-bottom: 0;
  padding-left: 0;
  background: #ffffff; }

.uploader-block .uploader-body .upload-queue-box .upload-queue-item,
.upload-queue-box .upload-queue-item {
  position: relative;
  width: 100%;
  padding: 3px 0;
  list-style: none;
  background: #ffffff;
  border-bottom: 1px solid #e6e9ec; }

.upload-file-info {
  position: relative;
  height: 38px; }
  .upload-file-info .progress {
    background-color: #bedeef;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    z-index: 0; }
  .upload-file-info .info {
    z-index: 1;
    width: 100%;
    align-items: center;
    display: flex;
    position: absolute;
    left: 0;
    top: 0; }

.upload-queue-box .upload-queue-item .file-extension-box {
  width: 50px;
  text-align: center; }

.upload-queue-box .upload-queue-item .file-name {
  width: calc(100% - 50px - 32px - 10px);
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.upload-queue-box .upload-queue-item .file-name p {
  margin-bottom: 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 32px;
  color: #78909c;
  white-space: nowrap;
  text-overflow: ellipsis; }

.uploader-block .uploader-footer {
  margin-bottom: 30px;
  padding: 14px 5px;
  background: #f3f7f9;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #e6e9ec;
  border-radius: 4px; }

.uploader-block .uploader-footer .btn {
  margin: 0 5px; }

.uploader-button-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px; }

.uploader-button-box div {
  width: 24px;
  height: 24px;
  cursor: pointer; }

.uploader-button-box .cancel {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%2378909c' d='M9.2 16.2L12 13.4 14.8 16.2 16.2 14.8 13.4 12 16.2 9.2 14.8 7.8 12 10.6 9.2 7.8 7.8 9.2 10.6 12 7.8 14.8z'/%3E%3Cpath fill='%2378909c' d='M12 22c5.5 0 10-4.5 10-10S17.5 2 12 2 2 6.5 2 12 6.5 22 12 22zM12 4c4.4 0 8 3.6 8 8s-3.6 8-8 8 -8-3.6-8-8S7.6 4 12 4z'/%3E%3C/svg%3E"); }

.uploader-button-box .retry {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23b11515' d='M16.242 17.242c-.407.407-.868.752-1.37 1.027l.961 1.754c.668-.366 1.282-.826 1.822-1.365.267-.267.518-.556.747-.86l-1.6-1.201C16.631 16.825 16.443 17.042 16.242 17.242zM17.985 12.571C17.995 12.713 18 12.855 18 13c0 .724-.127 1.43-.377 2.099l1.873.701C19.83 14.905 20 13.964 20 13c0-.193-.007-.383-.021-.571L17.985 12.571zM19.497 10.203C19.1 9.139 18.463 8.15 17.656 7.344l-1.414 1.414c.605.605 1.083 1.348 1.382 2.146L19.497 10.203zM11.369 18.966c-.047-.005-.094-.015-.141-.021-.157-.021-.313-.043-.468-.075-.589-.123-1.151-.335-1.675-.627-.208-.116-.407-.247-.601-.388-.049-.035-.097-.07-.145-.107-.204-.157-.4-.323-.583-.506-.185-.185-.355-.388-.516-.597-.385-.499-.683-1.049-.891-1.634-.105-.296-.189-.596-.247-.902-.008-.043-.012-.088-.019-.131C6.033 13.657 6 13.332 6 13.002c0 0 0-.001 0-.002 0-1.603.624-3.109 1.758-4.242C8.651 7.864 9.778 7.293 11 7.089V10l5-4-5-4v3.069C9.242 5.287 7.615 6.07 6.344 7.344 4.832 8.854 4 10.861 4 12.999l0 0c0 0 0 0 0 .001l0 0c0 .003 0 .005 0 .008 0 .253.014.504.037.753.007.076.021.15.03.227.021.172.044.345.076.516.019.1.044.196.066.295.032.142.065.283.105.423.032.112.07.223.107.333.026.079.047.159.076.237l.008-.003C4.771 16.5 5.138 17.171 5.6 17.785L5.593 17.79c.021.028.049.053.07.081.211.272.433.538.681.785.245.245.508.466.777.675.063.048.125.095.189.141.265.192.537.372.821.529.01.006.019.013.028.019l.001-.001c.669.367 1.387.634 2.136.795l-.001.005c.018.004.035.005.053.009.201.042.405.071.61.098.069.009.138.023.207.03C11.441 20.984 11.72 21 12 21c.571 0 1.143-.061 1.697-.181l-.424-1.955C12.654 18.998 12.004 19.031 11.369 18.966z'/%3E%3C/svg%3E"); }

.uploader-button-box .status-check {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%2325ae88' d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zM12 20c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8S16.4 20 12 20z'/%3E%3Cpath fill='%2325ae88' d='M10 13.6L7.7 11.3 6.3 12.7 10 16.4 16.7 9.7 15.3 8.3z'/%3E%3C/svg%3E"); }

.uploader-button-box .uploader-spinner {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%232196F3' d='M12 22c5.4 0 10-4.6 10-10h-2c0 4.3-3.7 8-8 8s-8-3.7-8-8c0-4.3 3.7-8 8-8V2C6.6 2 2 6.6 2 12 2 17.4 6.6 22 12 22z'/%3E%3C/svg%3E");
  animation: rotation 2s infinite linear; }

@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

.upload-title-input {
  width: 100%; }
  .upload-title-input label {
    margin: 0;
    padding: 20px 0;
    font-weight: 600;
    font-size: 18px;
    font-family: "Source Sans Pro", sans-serif;
    color: #4c5e70; }
  .upload-title-input input {
    width: 100%;
    height: 43px;
    padding: 0 10px;
    font-size: 14px;
    color: #78909c;
    background: white;
    border: 1px solid #e3e3e3;
    border-radius: 4px; }

.uploadCtrl .failed-upload {
  display: block;
  padding: 5px 0;
  font-size: 16px;
  color: #b11515; }

.uploadCtrl .success-upload {
  display: block;
  padding: 5px 0;
  font-size: 16px;
  color: #b11515; }

.grabbable {
  cursor: move !important;
  /* fallback if grab cursor is unsupported */
  cursor: grab !important;
  cursor: -moz-grab !important;
  cursor: -webkit-grab !important; }

/* (Optional) Apply a "closed-hand" cursor during drag operation. */
.activeGrabbable {
  cursor: grabbing !important;
  cursor: -moz-grabbing !important;
  cursor: -webkit-grabbing !important; }

.pointer {
  cursor: pointer; }

.folder-list {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0; }
  .folder-list li {
    position: relative;
    margin: 0;
    padding: 6px 0;
    list-style: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    font-family: "Source Sans Pro", sans-serif;
    color: #4c5e70;
    cursor: pointer; }
    .folder-list li.checked, .folder-list li:active, .folder-list li:focus {
      color: #00aeef; }
    .folder-list li.checked::before {
      content: "";
      position: absolute;
      left: -24px;
      width: 24px;
      height: 24px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M10 15.6L6.7 12.3 5.3 13.7 10 18.4 19.7 8.7 18.3 7.3z' fill='%2300aeef'/%3E%3C/svg%3E%0A"); }

.upload-folder-buttons {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
  padding: 14px 5px;
  background: #f3f7f9;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e9ec;
  border-radius: 4px; }
  .upload-folder-buttons .btn {
    margin: 0 5px; }
  .upload-folder-buttons .btn-default.disabled,
  .upload-folder-buttons .btn-default[disabled] {
    background: #219dd0;
    opacity: 0.7; }

.g-controls {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 20px 20px 90px 20px; }

/* Order Modal */
.modal-dialog {
  width: 830px;
  margin: 10% auto 0; }
  .modal-dialog .modal-content .modal-body {
    padding-bottom: 40px; }
    .modal-dialog .modal-content .modal-body .model-field {
      margin-bottom: 28px;
      padding: 0 15px;
      color: #566573; }
      .modal-dialog .modal-content .modal-body .model-field strong {
        font-size: 12.996px;
        color: #1e1e1e;
        text-transform: uppercase;
        letter-spacing: 0.7px; }

.modal form .form-group {
  margin-bottom: 28px; }
  .modal form .form-group input,
  .modal form .form-group textarea,
  .modal form .form-group select {
    padding: 10px 20px;
    font-size: 12.96px;
    line-height: 1.4;
    background-color: #fbfbfb;
    border-width: 1px;
    border-style: solid;
    border-color: #e3e3e3;
    border-radius: 0;
    box-shadow: none; }
  .modal form .form-group input,
  .modal form .form-group select {
    height: 52px; }
  .modal form .form-group textarea {
    width: 100%;
    max-width: 100%;
    max-height: 160px; }
  .modal form .form-group label {
    display: block;
    font-size: 12.96px;
    color: #1e1e1e;
    text-transform: uppercase;
    letter-spacing: 0.7px; }
  .modal form .form-group button {
    width: 165px;
    font-size: 14.004px;
    text-align: center;
    color: #ffffff;
    border-radius: 0; }
  .modal form .form-group.resolution-input-box input {
    display: inline-block;
    width: 128px;
    box-shadow: none; }
  .modal form .form-group.resolution-input-box .inline-label {
    display: inline-block;
    margin: 0 7px;
    font-size: 12.996px;
    color: #566573; }

.modal .modal-btn-row {
  position: relative;
  text-align: right;
  padding-right: 50px; }
  .modal .modal-btn-row .loader {
    position: absolute;
    width: 40px;
    height: 40px; }
  .modal .modal-btn-row .launch-line-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    text-align: center; }

.friendly-msg {
  padding: 40px 0 80px;
  text-align: center; }

@media (min-width: 1199px) {
  .modal-gallery .modal-dialog {
    width: 1170px; }
  .modal-img .modal-dialog {
    width: initial;
    max-width: 1170px; } }

/* ELKAY Custom Theme */
.elkay .modal .model-field {
  color: #79919d; }
  .elkay .modal .model-field strong {
    color: #2c3e50; }

.elkay .modal form .form-group label {
  color: #2c3e50; }

/* BRADLEY Custom Theme */
.bradley .modal .model-field {
  color: #79919d; }
  .bradley .modal .model-field strong {
    color: #1e1e1e; }

.bradley .modal form .form-group label {
  color: #1e1e1e; }

/* Download Modal */
.download-modal.modal-dialog {
  width: 530px; }

.download-modal .modal-body .download-item {
  padding: 14px 20px 12px 80px;
  background: #fff; }
  .download-modal .modal-body .download-item a {
    font-size: 15.996px;
    line-height: 1;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #566573; }
    .download-modal .modal-body .download-item a:hover, .download-modal .modal-body .download-item a:active, .download-modal .modal-body .download-item a:focus {
      text-decoration: none;
      color: #2196F3;
      outline: none; }
    .download-modal .modal-body .download-item a i {
      font-size: 18px; }
    .download-modal .modal-body .download-item a .file-icon {
      width: 30px; }
    .download-modal .modal-body .download-item a .title {
      display: inline-block;
      width: 246px;
      overflow: hidden;
      text-overflow: ellipsis; }
    .download-modal .modal-body .download-item a .size {
      font-size: 15.96px;
      display: inline-block;
      width: 70px; }
    .download-modal .modal-body .download-item a .download-icon {
      font-size: 15.96px;
      width: 20px; }

.download-modal .modal-body .modal-btn-row {
  margin-top: 20px; }

/* ELKAY Custom Theme */
.elkay .download-item a {
  font-size: 15.996px;
  color: #79919d; }
  .elkay .download-item a:hover, .elkay .download-item a:active, .elkay .download-item a:focus {
    color: #219dd0; }
  .elkay .download-item a i {
    font-size: 18px; }
  .elkay .download-item a .size {
    font-size: 15.96px; }
  .elkay .download-item a .download-icon {
    font-size: 15.96px; }

/* BRADLEY Custom Theme */
.bradley .download-modal .download-item a {
  color: #79919d; }
  .bradley .download-modal .download-item a:hover, .bradley .download-modal .download-item a:active, .bradley .download-modal .download-item a:focus {
    color: #0960b1; }

/* Modal Viewer */
.az-gallery-container {
  position: absolute;
  background-color: white; }
  .az-gallery-container .az-title {
    font-size: 24px;
    line-height: 2.5;
    position: absolute;
    top: 10px;
    margin-left: 15px;
    text-shadow: 0 0 3px #fff; }
  .az-gallery-container .g-control {
    font-size: 18px;
    line-height: 1.7;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    text-align: center;
    color: white;
    background-color: #566573;
    width: 30px;
    height: 30px; }
    .az-gallery-container .g-control:active, .az-gallery-container .g-control:hover {
      cursor: pointer;
      background-color: #2196F3; }
    .az-gallery-container .g-control.g-control-left {
      top: 50%;
      left: 5px;
      margin-top: -45px; }
    .az-gallery-container .g-control.g-control-right {
      top: 50%;
      right: 5px;
      margin-top: -45px; }
    .az-gallery-container .g-control.g-control-close {
      font-size: 18px;
      line-height: 1.6;
      top: 0;
      right: -35px; }
  .az-gallery-container .g-body-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 20px 90px 20px; }
    .az-gallery-container .g-body-wrapper .g-body {
      position: relative;
      width: 100%;
      height: 100%;
      border: 1px solid #e3e3e3; }
      .az-gallery-container .g-body-wrapper .g-body .reel-loadbar {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        background-color: #2196F3; }
      .az-gallery-container .g-body-wrapper .g-body .loader {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px; }
  .az-gallery-container .g-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    padding: 10px; }
    .az-gallery-container .g-footer .footer-right {
      margin: 20px 18px; }

.launch-line-btn {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  color: #2196F3; }
  .launch-line-btn:active, .launch-line-btn:focus {
    outline: none; }
  .launch-line-btn.btn-share {
    font-size: 12px;
    line-height: 1.6;
    padding: 6px 10px;
    color: #fff; }

/* BRADLEY Custom Theme */
.bradley .az-gallery-container {
  background: #e4f7fd; }
  .bradley .az-gallery-container .az-title {
    font-family: "montserratlight", sans-serif;
    color: #1e1e1e; }
  .bradley .az-gallery-container .g-control {
    background-color: #79919d; }
    .bradley .az-gallery-container .g-control:active, .bradley .az-gallery-container .g-control:hover {
      background-color: #0960b1; }
  .bradley .az-gallery-container .g-body-wrapper .g-body {
    border: 1px solid #d2f0fb; }

.bradley .launch-line-btn {
  color: #0960b1; }

.modal-dialog--move .modal-body {
  max-height: calc(80vh - 225px); }
  .modal-dialog--move .modal-body .mCSB_container_wrapper {
    position: relative; }

.movemodel-list {
  max-width: 600px;
  margin: 0 auto 30px;
  padding: 0; }
  .movemodel-list li {
    margin-bottom: 16px;
    list-style: none;
    font-size: 16px; }

.movemodel-list .radio {
  padding: 0; }
  .movemodel-list .radio label {
    height: auto; }
  .movemodel-list .radio .jlabel {
    position: relative;
    padding-top: 0;
    padding-left: 25px;
    font-size: inherit;
    color: inherit;
    cursor: pointer; }
    .movemodel-list .radio .jlabel:hover, .movemodel-list .radio .jlabel:focus {
      color: #2196F3; }
    .movemodel-list .radio .jlabel:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      width: 18px;
      height: 18px;
      background-color: transparent;
      border: none;
      border-radius: 50%; }
    .movemodel-list .radio .jlabel:after {
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      width: 18px;
      height: 18px;
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      font-family: FontAwesome;
      border-radius: 50%; }
  .movemodel-list .radio.radio-inline {
    display: inline-block;
    margin-top: 0; }

.movemodel-list .checkbox input[type="checkbox"],
.movemodel-list .radio input[type="radio"] {
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  opacity: 0; }
  .movemodel-list .checkbox input[type="checkbox"]:hover + .jlabel::before,
  .movemodel-list .checkbox input[type="checkbox"]:active + .jlabel::before,
  .movemodel-list .checkbox input[type="checkbox"]:focus + .jlabel::before,
  .movemodel-list .radio input[type="radio"]:hover + .jlabel::before,
  .movemodel-list .radio input[type="radio"]:active + .jlabel::before,
  .movemodel-list .radio input[type="radio"]:focus + .jlabel::before {
    border-color: #2196F3;
    cursor: pointer; }
  .movemodel-list .checkbox input[type="checkbox"]:checked + .jlabel,
  .movemodel-list .radio input[type="radio"]:checked + .jlabel {
    color: #2196F3; }
  .movemodel-list .checkbox input[type="checkbox"]:checked + .jlabel::after,
  .movemodel-list .radio input[type="radio"]:checked + .jlabel::after {
    content: "\f00c"; }
  .movemodel-list .checkbox input[type="checkbox"]:disabled,
  .movemodel-list .radio input[type="radio"]:disabled {
    cursor: not-allowed; }
  .movemodel-list .checkbox input[type="checkbox"]:disabled + .jlabel,
  .movemodel-list .radio input[type="radio"]:disabled + .jlabel {
    opacity: 0.65; }
    .movemodel-list .checkbox input[type="checkbox"]:disabled + .jlabel:before,
    .movemodel-list .radio input[type="radio"]:disabled + .jlabel:before {
      cursor: not-allowed; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #8b959f; }

/* DEFAULT Custom Theme */
.default {
  background: #f3f3f3; }
  .default .mCustomScrollBox {
    padding-right: 15px;
    padding-left: 15px; }
  .default .mCSB_draggerRail {
    background-color: #dcdbdb; }
  .default .mCSB_dragger .mCSB_dragger_bar {
    width: 10px;
    background-color: #a9a8a8; }
  .default .mCSB_inside > .mCSB_container {
    margin-right: 0; }

/* ELKAY Custom Theme */
.elkay {
  font-family: "montserratregular", sans-serif;
  background: #f3f4f8; }
  .elkay h1,
  .elkay h2,
  .elkay h3,
  .elkay h4,
  .elkay h5,
  .elkay h6,
  .elkay p,
  .elkay a,
  .elkay li {
    font-family: "montserratregular", sans-serif; }
  .elkay .mCustomScrollBox {
    padding-right: 15px;
    padding-left: 15px; }
  .elkay .mCSB_scrollTools {
    width: 23px; }
    .elkay .mCSB_scrollTools .mCSB_draggerRail {
      background-color: #dcdbdb; }
    .elkay .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
      width: 10px;
      background-color: #a9a8a8; }
  .elkay .mCSB_inside > .mCSB_container {
    margin-right: 0; }

/* BRADLEY Custom Theme */
.bradley {
  font-family: "montserratregular", sans-serif;
  background: #d2f0fb; }
  .bradley h1,
  .bradley h2,
  .bradley h3,
  .bradley h4,
  .bradley h5,
  .bradley h6,
  .bradley p,
  .bradley a,
  .bradley li {
    font-family: "montserratregular", sans-serif; }
  .bradley .mCSB_scrollTools {
    width: 23px; }
  .bradley .mCustomScrollBox {
    padding-right: 15px;
    padding-left: 15px; }
  .bradley .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #dcdbdb; }
  .bradley .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 10px;
    background-color: #a9a8a8; }
  .bradley .mCSB_inside > .mCSB_container {
    margin-right: 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #dcdbdb; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 7px;
  background-color: #a9a8a8; }

/* SKYLINE Custom Theme - based on default */
.skyline .mCustomScrollBox,
.skyline2 .mCustomScrollBox {
  padding-right: 15px;
  padding-left: 15px; }

.skyline .mCSB_scrollTools .mCSB_draggerRail,
.skyline2 .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #dcdbdb; }

.skyline .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.skyline2 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
  background-color: #a9a8a8; }

.skyline .mCSB_inside > .mCSB_container,
.skyline2 .mCSB_inside > .mCSB_container {
  margin-right: 0; }

/* DEMO Custom Theme - based on default */
.demo,
.admin_demo {
  background: #f3f3f3; }
  .demo .mCustomScrollBox,
  .admin_demo .mCustomScrollBox {
    padding-right: 15px;
    padding-left: 15px; }
  .demo .mCSB_scrollTools .mCSB_draggerRail,
  .admin_demo .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #dcdbdb; }
  .demo .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .admin_demo .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 10px;
    background-color: #a9a8a8; }
  .demo .mCSB_inside > .mCSB_container,
  .admin_demo .mCSB_inside > .mCSB_container {
    margin-right: 0; }

a {
  cursor: pointer; }
