/*! Revlon v1.7 | 2015-07-30 * 
    Copyright (c) 2015 Revlon 
 */

/*
ORL:
wget --mirror -p --convert-links -P /var/www/html http://www.revlon.com
and take care of "bundles" (for CSS and JS)
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  color: white;
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: white;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: white;
  text-decoration: none;
}
a:hover, a:focus {
  color: red;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail, .thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}
.text-primary:hover {
  color: #3071a9;
}

.text-warning {
  color: #c09853;
}
.text-warning:hover {
  color: #a47e3c;
}

.text-danger {
  color: #b94a48;
}
.text-danger:hover {
  color: #953b39;
}

.text-success {
  color: #468847;
}
.text-success:hover {
  color: #356635;
}

.text-info {
  color: #3a87ad;
}
.text-info:hover {
  color: #2d6987;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small {
  font-size: 65%; 
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}

.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  float: left;
}

.col-xs-1 {
  width: 8.33333333333333%;
}

.col-xs-2 {
  width: 16.6666666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333333%;
}

.col-xs-5 {
  width: 41.6666666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333333%;
}

.col-xs-8 {
  width: 66.6666666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333333%;
}

.col-xs-11 {
  width: 91.6666666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: 0%;
}

.col-xs-pull-1 {
  right: 8.33333333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: 0%;
}

.col-xs-push-1 {
  left: 8.33333333333333%;
}

.col-xs-push-2 {
  left: 16.6666666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333333%;
}

.col-xs-push-5 {
  left: 41.6666666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333333%;
}

.col-xs-push-8 {
  left: 66.6666666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333333%;
}

.col-xs-push-11 {
  left: 91.6666666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }

  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333333333333%;
  }

  .col-sm-2 {
    width: 16.6666666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333333%;
  }

  .col-sm-5 {
    width: 41.6666666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333333%;
  }

  .col-sm-8 {
    width: 66.6666666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333333%;
  }

  .col-sm-11 {
    width: 91.6666666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: 0%;
  }

  .col-sm-pull-1 {
    right: 8.33333333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: 0%;
  }

  .col-sm-push-1 {
    left: 8.33333333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }

  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333333333333%;
  }

  .col-md-2 {
    width: 16.6666666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333333%;
  }

  .col-md-5 {
    width: 41.6666666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333333%;
  }

  .col-md-8 {
    width: 66.6666666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333333%;
  }

  .col-md-11 {
    width: 91.6666666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: 0%;
  }

  .col-md-pull-1 {
    right: 8.33333333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: 0%;
  }

  .col-md-push-1 {
    left: 8.33333333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }

  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333333333333%;
  }

  .col-lg-2 {
    width: 16.6666666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333333%;
  }

  .col-lg-5 {
    width: 41.6666666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333333%;
  }

  .col-lg-8 {
    width: 66.6666666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333333%;
  }

  .col-lg-11 {
    width: 91.6666666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: 0%;
  }

  .col-lg-pull-1 {
    right: 8.33333333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: 0%;
  }

  .col-lg-push-1 {
    left: 8.33333333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: white;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: whitesmoke;
}

table col[class*="col-"] {
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: whitesmoke;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

#contactus .form-group.form-group-bottom-most {
    margin-bottom: 64px;
}

@media (max-width: 992px) {
  #contactus .form-group.form-group-bottom-most {
    margin-bottom: 15px;
  }
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.nice-dropdown-wrapper .input-group-sm > .input-group-btn > button.dropdown-toggle {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn {
  height: auto;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.nice-dropdown-wrapper .input-group-lg > .input-group-btn > button.dropdown-toggle {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
  }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    max-width: none !important;
  }
}

.btn, .nice-dropdown-wrapper button.dropdown-toggle {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.btn:focus, .nice-dropdown-wrapper button.dropdown-toggle:focus {
  outline: thin dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .nice-dropdown-wrapper button.dropdown-toggle:hover, .btn:focus, .nice-dropdown-wrapper button.dropdown-toggle:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active, .nice-dropdown-wrapper button.dropdown-toggle:active, .btn.active, .nice-dropdown-wrapper button.active.dropdown-toggle {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .nice-dropdown-wrapper button.disabled.dropdown-toggle, .btn[disabled], .nice-dropdown-wrapper button[disabled].dropdown-toggle, fieldset[disabled] .btn, fieldset[disabled] .nice-dropdown-wrapper button.dropdown-toggle, .nice-dropdown-wrapper fieldset[disabled] button.dropdown-toggle {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.open .btn-default.dropdown-toggle {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active {
  background-image: none;
}
.open .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: #cccccc;
}

.btn-primary {
  color: white;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: white;
  background-color: #3276b1;
  border-color: #285e8e;
}
.open .btn-primary.dropdown-toggle {
  color: white;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active, .btn-primary.active {
  background-image: none;
}
.open .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: white;
  background-color: #ed9c28;
  border-color: #d58512;
}
.open .btn-warning.dropdown-toggle {
  color: white;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active {
  background-image: none;
}
.open .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: white;
  background-color: #d2322d;
  border-color: #ac2925;
}
.open .btn-danger.dropdown-toggle {
  color: white;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active {
  background-image: none;
}
.open .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: white;
  background-color: #47a447;
  border-color: #398439;
}
.open .btn-success.dropdown-toggle {
  color: white;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active, .btn-success.active {
  background-image: none;
}
.open .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: white;
  background-color: #39b3d7;
  border-color: #269abc;
}
.open .btn-info.dropdown-toggle {
  color: white;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active {
  background-image: none;
}
.open .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn, .nice-dropdown-wrapper .btn-group-lg > button.dropdown-toggle {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn, .nice-dropdown-wrapper .btn-group-sm > button.dropdown-toggle,
.btn-xs,
.btn-group-xs > .btn,
.nice-dropdown-wrapper .btn-group-xs > button.dropdown-toggle {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn, .nice-dropdown-wrapper .btn-group-xs > button.dropdown-toggle {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/Revlon2/fonts/glyphicons-halflings-regular.eot");
  src: url("/Revlon2/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/Revlon2/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/Revlon2/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/Revlon2/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon:empty {
  width: 1em;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid black;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: white;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  overflow: auto;
  max-height: 210px;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.site-language li > a:hover, .site-language li > a:focus,
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid black;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #333333;
}
.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
  border-top-color: #fff;
}

.dropup .btn-default .caret {
  border-bottom-color: #333333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn, .nice-dropdown-wrapper .btn-group > button.dropdown-toggle,
.btn-group-vertical > .btn,
.nice-dropdown-wrapper .btn-group-vertical > button.dropdown-toggle {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .nice-dropdown-wrapper .btn-group > button.dropdown-toggle:hover, .btn-group > .btn:focus, .nice-dropdown-wrapper .btn-group > button.dropdown-toggle:focus, .btn-group > .btn:active, .nice-dropdown-wrapper .btn-group > button.dropdown-toggle:active, .btn-group > .btn.active, .nice-dropdown-wrapper .btn-group > button.active.dropdown-toggle,
.btn-group-vertical > .btn:hover,
.nice-dropdown-wrapper .btn-group-vertical > button.dropdown-toggle:hover,
.btn-group-vertical > .btn:focus,
.nice-dropdown-wrapper .btn-group-vertical > button.dropdown-toggle:focus,
.btn-group-vertical > .btn:active,
.nice-dropdown-wrapper .btn-group-vertical > button.dropdown-toggle:active,
.btn-group-vertical > .btn.active,
.nice-dropdown-wrapper .btn-group-vertical > button.active.dropdown-toggle {
  z-index: 2;
}
.btn-group > .btn:focus, .nice-dropdown-wrapper .btn-group > button.dropdown-toggle:focus,
.btn-group-vertical > .btn:focus,
.nice-dropdown-wrapper .btn-group-vertical > button.dropdown-toggle:focus {
  outline: none;
}

.btn-group .btn + .btn, .btn-group .nice-dropdown-wrapper button.dropdown-toggle + .btn, .nice-dropdown-wrapper .btn-group button.dropdown-toggle + .btn, .btn-group .nice-dropdown-wrapper .btn + button.dropdown-toggle, .nice-dropdown-wrapper .btn-group .btn + button.dropdown-toggle, .btn-group .nice-dropdown-wrapper button.dropdown-toggle + button.dropdown-toggle, .nice-dropdown-wrapper .btn-group button.dropdown-toggle + button.dropdown-toggle,
.btn-group .btn + .btn-group,
.btn-group .nice-dropdown-wrapper button.dropdown-toggle + .btn-group,
.nice-dropdown-wrapper .btn-group button.dropdown-toggle + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .nice-dropdown-wrapper .btn-group + button.dropdown-toggle,
.nice-dropdown-wrapper .btn-group .btn-group + button.dropdown-toggle,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn, .nice-dropdown-wrapper .btn-toolbar > button.dropdown-toggle + .btn, .nice-dropdown-wrapper .btn-toolbar > .btn + button.dropdown-toggle, .nice-dropdown-wrapper .btn-toolbar > button.dropdown-toggle + button.dropdown-toggle,
.btn-toolbar > .btn + .btn-group,
.nice-dropdown-wrapper .btn-toolbar > button.dropdown-toggle + .btn-group,
.btn-toolbar > .btn-group + .btn,
.nice-dropdown-wrapper .btn-toolbar > .btn-group + button.dropdown-toggle,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .nice-dropdown-wrapper .btn-group > button.dropdown-toggle:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child, .nice-dropdown-wrapper .btn-group > button.dropdown-toggle:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .nice-dropdown-wrapper .btn-group > button.dropdown-toggle:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .nice-dropdown-wrapper .btn-group > button.dropdown-toggle:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .nice-dropdown-wrapper .btn-group > .btn-group:not(:first-child):not(:last-child) > button.dropdown-toggle {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child, .nice-dropdown-wrapper .btn-group > .btn-group:first-child > button.dropdown-toggle:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child, .nice-dropdown-wrapper .btn-group > .btn-group:last-child > button.dropdown-toggle:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle, .nice-dropdown-wrapper .btn-group > button.dropdown-toggle + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .nice-dropdown-wrapper .btn-group-lg.btn-group > button.dropdown-toggle + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret, .nice-dropdown-wrapper button.dropdown-toggle .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, .nice-dropdown-wrapper .btn-group-lg > button.dropdown-toggle .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .nice-dropdown-wrapper .btn-group-lg > button.dropdown-toggle .caret, .nice-dropdown-wrapper .dropup .btn-group-lg > button.dropdown-toggle .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .nice-dropdown-wrapper .btn-group-vertical > button.dropdown-toggle,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn, .nice-dropdown-wrapper .btn-group-vertical > .btn-group > button.dropdown-toggle {
  float: none;
}
.btn-group-vertical > .btn + .btn, .nice-dropdown-wrapper .btn-group-vertical > button.dropdown-toggle + .btn, .nice-dropdown-wrapper .btn-group-vertical > .btn + button.dropdown-toggle, .nice-dropdown-wrapper .btn-group-vertical > button.dropdown-toggle + button.dropdown-toggle,
.btn-group-vertical > .btn + .btn-group,
.nice-dropdown-wrapper .btn-group-vertical > button.dropdown-toggle + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.nice-dropdown-wrapper .btn-group-vertical > .btn-group + button.dropdown-toggle,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .nice-dropdown-wrapper .btn-group-vertical > button.dropdown-toggle:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child), .nice-dropdown-wrapper .btn-group-vertical > button.dropdown-toggle:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child), .nice-dropdown-wrapper .btn-group-vertical > button.dropdown-toggle:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .nice-dropdown-wrapper .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button.dropdown-toggle {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child, .nice-dropdown-wrapper .btn-group-vertical > .btn-group:first-child > button.dropdown-toggle:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child, .nice-dropdown-wrapper .btn-group-vertical > .btn-group:last-child > button.dropdown-toggle:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified .btn, .btn-group-justified .nice-dropdown-wrapper button.dropdown-toggle, .nice-dropdown-wrapper .btn-group-justified button.dropdown-toggle {
  float: none;
  display: table-cell;
  width: 1%;
}

[data-toggle="buttons"] > .btn > input[type="radio"], .nice-dropdown-wrapper [data-toggle="buttons"] > button.dropdown-toggle > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"],
.nice-dropdown-wrapper [data-toggle="buttons"] > button.dropdown-toggle > input[type="checkbox"] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.nice-dropdown-wrapper .input-group-sm > .input-group-btn > button.input-group-addon.dropdown-toggle {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.nice-dropdown-wrapper .input-group-lg > .input-group-btn > button.input-group-addon.dropdown-toggle {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.nice-dropdown-wrapper .input-group-btn:first-child > button.dropdown-toggle,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.nice-dropdown-wrapper .input-group-btn:last-child > button.dropdown-toggle:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.nice-dropdown-wrapper .input-group-btn:last-child > button.dropdown-toggle,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.nice-dropdown-wrapper .input-group-btn:first-child > button.dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn, .nice-dropdown-wrapper .input-group-btn:first-child > button.dropdown-toggle {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn, .nice-dropdown-wrapper .input-group-btn:last-child > button.dropdown-toggle {
  margin-left: -1px;
}

.input-group-btn > .btn, .nice-dropdown-wrapper .input-group-btn > button.dropdown-toggle {
  position: relative;
}
.input-group-btn > .btn + .btn, .nice-dropdown-wrapper .input-group-btn > button.dropdown-toggle + .btn, .nice-dropdown-wrapper .input-group-btn > .btn + button.dropdown-toggle, .nice-dropdown-wrapper .input-group-btn > button.dropdown-toggle + button.dropdown-toggle {
  margin-left: -4px;
}
.input-group-btn > .btn:hover, .nice-dropdown-wrapper .input-group-btn > button.dropdown-toggle:hover, .input-group-btn > .btn:active, .nice-dropdown-wrapper .input-group-btn > button.dropdown-toggle:active {
  z-index: 2;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: white;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: white;
  background-color: #428bca;
}
.nav-pills > li.active > a .caret, .nav-pills > li.active > a:hover .caret, .nav-pills > li.active > a:focus .caret {
  border-top-color: white;
  border-bottom-color: white;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: white;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }

  .white .navbar{
    border-radius: 0;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: white;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: white;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: white;
  border-bottom-color: white;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: white;
  border-bottom-color: white;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: white;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: white;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: whitesmoke;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: white;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: white;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: white;
  border-color: #dddddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: white;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover, .label[href]:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}

.label-default {
  background-color: #999999;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: gray;
}

.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}

a.badge:hover, a.badge:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.btn .badge, .nice-dropdown-wrapper button.dropdown-toggle .badge {
  position: relative;
  top: -1px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: white;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  margin-bottom: 20px;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  background-color: whitesmoke;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  z-index: 2;
  color: white;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: whitesmoke;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: whitesmoke;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading > .dropdown .caret {
  border-color: #333333 transparent;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: white;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading > .dropdown .caret {
  border-color: white transparent;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading > .dropdown .caret {
  border-color: #468847 transparent;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading > .dropdown .caret {
  border-color: #c09853 transparent;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading > .dropdown .caret {
  border-color: #b94a48 transparent;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading > .dropdown .caret {
  border-color: #3a87ad transparent;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}

.modal-content {
  position: relative;
  background-color: white;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: black;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn, .modal-footer .nice-dropdown-wrapper button.dropdown-toggle + .btn, .nice-dropdown-wrapper .modal-footer button.dropdown-toggle + .btn, .modal-footer .nice-dropdown-wrapper .btn + button.dropdown-toggle, .nice-dropdown-wrapper .modal-footer .btn + button.dropdown-toggle, .modal-footer .nice-dropdown-wrapper button.dropdown-toggle + button.dropdown-toggle, .nice-dropdown-wrapper .modal-footer button.dropdown-toggle + button.dropdown-toggle {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .nice-dropdown-wrapper button.dropdown-toggle + .btn, .nice-dropdown-wrapper .modal-footer .btn-group button.dropdown-toggle + .btn, .modal-footer .btn-group .nice-dropdown-wrapper .btn + button.dropdown-toggle, .nice-dropdown-wrapper .modal-footer .btn-group .btn + button.dropdown-toggle, .modal-footer .btn-group .nice-dropdown-wrapper button.dropdown-toggle + button.dropdown-toggle, .nice-dropdown-wrapper .modal-footer .btn-group button.dropdown-toggle + button.dropdown-toggle {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: black;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow, .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: white;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: white;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: white;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: white;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  color: white;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid white;
  border-radius: 10px;
  cursor: pointer;
  background-color: black \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: white;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn, .carousel-caption .nice-dropdown-wrapper button.dropdown-toggle, .nice-dropdown-wrapper .carousel-caption button.dropdown-toggle {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs, #productnav .mobile-content,
tr.visible-xs,
#productnav tr.mobile-content,
th.visible-xs,
#productnav th.mobile-content,
td.visible-xs,
#productnav td.mobile-content {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs, #productnav .mobile-content {
    display: block !important;
  }

  tr.visible-xs, #productnav tr.mobile-content {
    display: table-row !important;
  }

  th.visible-xs, #productnav th.mobile-content,
  td.visible-xs,
  #productnav td.mobile-content {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm, #productnav .visible-sm.mobile-content {
    display: block !important;
  }

  tr.visible-xs.visible-sm, #productnav tr.visible-sm.mobile-content {
    display: table-row !important;
  }

  th.visible-xs.visible-sm, #productnav th.visible-sm.mobile-content,
  td.visible-xs.visible-sm,
  #productnav td.visible-sm.mobile-content {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md, #productnav .visible-md.mobile-content {
    display: block !important;
  }

  tr.visible-xs.visible-md, #productnav tr.visible-md.mobile-content {
    display: table-row !important;
  }

  th.visible-xs.visible-md, #productnav th.visible-md.mobile-content,
  td.visible-xs.visible-md,
  #productnav td.visible-md.mobile-content {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg, #productnav .visible-lg.mobile-content {
    display: block !important;
  }

  tr.visible-xs.visible-lg, #productnav tr.visible-lg.mobile-content {
    display: table-row !important;
  }

  th.visible-xs.visible-lg, #productnav th.visible-lg.mobile-content,
  td.visible-xs.visible-lg,
  #productnav td.visible-lg.mobile-content {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs, #productnav .visible-sm.mobile-content {
    display: block !important;
  }

  tr.visible-sm.visible-xs, #productnav tr.visible-sm.mobile-content {
    display: table-row !important;
  }

  th.visible-sm.visible-xs, #productnav th.visible-sm.mobile-content,
  td.visible-sm.visible-xs,
  #productnav td.visible-sm.mobile-content {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }

  tr.visible-sm.visible-md {
    display: table-row !important;
  }

  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }

  tr.visible-sm.visible-lg {
    display: table-row !important;
  }

  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs, #productnav .visible-md.mobile-content {
    display: block !important;
  }

  tr.visible-md.visible-xs, #productnav tr.visible-md.mobile-content {
    display: table-row !important;
  }

  th.visible-md.visible-xs, #productnav th.visible-md.mobile-content,
  td.visible-md.visible-xs,
  #productnav td.visible-md.mobile-content {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }

  tr.visible-md.visible-sm {
    display: table-row !important;
  }

  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }

  tr.visible-md.visible-lg {
    display: table-row !important;
  }

  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs, #productnav .visible-lg.mobile-content {
    display: block !important;
  }

  tr.visible-lg.visible-xs, #productnav tr.visible-lg.mobile-content {
    display: table-row !important;
  }

  th.visible-lg.visible-xs, #productnav th.visible-lg.mobile-content,
  td.visible-lg.visible-xs,
  #productnav td.visible-lg.mobile-content {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }

  tr.visible-lg.visible-sm {
    display: table-row !important;
  }

  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }

  tr.visible-lg.visible-md {
    display: table-row !important;
  }

  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs, #productnav .desktop-content {
  display: block !important;
}

tr.hidden-xs, #productnav tr.desktop-content {
  display: table-row !important;
}

th.hidden-xs, #productnav th.desktop-content,
td.hidden-xs,
#productnav td.desktop-content {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs, #productnav .desktop-content,
  tr.hidden-xs,
  #productnav tr.desktop-content,
  th.hidden-xs,
  #productnav th.desktop-content,
  td.hidden-xs,
  #productnav td.desktop-content {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm, #productnav .hidden-sm.desktop-content,
  tr.hidden-xs.hidden-sm,
  #productnav tr.hidden-sm.desktop-content,
  th.hidden-xs.hidden-sm,
  #productnav th.hidden-sm.desktop-content,
  td.hidden-xs.hidden-sm,
  #productnav td.hidden-sm.desktop-content {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md, #productnav .hidden-md.desktop-content,
  tr.hidden-xs.hidden-md,
  #productnav tr.hidden-md.desktop-content,
  th.hidden-xs.hidden-md,
  #productnav th.hidden-md.desktop-content,
  td.hidden-xs.hidden-md,
  #productnav td.hidden-md.desktop-content {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg, #productnav .hidden-lg.desktop-content,
  tr.hidden-xs.hidden-lg,
  #productnav tr.hidden-lg.desktop-content,
  th.hidden-xs.hidden-lg,
  #productnav th.hidden-lg.desktop-content,
  td.hidden-xs.hidden-lg,
  #productnav td.hidden-lg.desktop-content {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs, #productnav .hidden-sm.desktop-content,
  tr.hidden-sm.hidden-xs,
  #productnav tr.hidden-sm.desktop-content,
  th.hidden-sm.hidden-xs,
  #productnav th.hidden-sm.desktop-content,
  td.hidden-sm.hidden-xs,
  #productnav td.hidden-sm.desktop-content {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs, #productnav .hidden-md.desktop-content,
  tr.hidden-md.hidden-xs,
  #productnav tr.hidden-md.desktop-content,
  th.hidden-md.hidden-xs,
  #productnav th.hidden-md.desktop-content,
  td.hidden-md.hidden-xs,
  #productnav td.hidden-md.desktop-content {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs, #productnav .hidden-lg.desktop-content,
  tr.hidden-lg.hidden-xs,
  #productnav tr.hidden-lg.desktop-content,
  th.hidden-lg.hidden-xs,
  #productnav th.hidden-lg.desktop-content,
  td.hidden-lg.hidden-xs,
  #productnav td.hidden-lg.desktop-content {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active, .btn-default.active,
.btn-primary:active,
.btn-primary.active,
.btn-success:active,
.btn-success.active,
.btn-info:active,
.btn-info.active,
.btn-warning:active,
.btn-warning.active,
.btn-danger:active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:active, .nice-dropdown-wrapper button.dropdown-toggle:active, .btn.active, .nice-dropdown-wrapper button.active.dropdown-toggle {
  background-image: none;
}

.btn-default {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(white), to(#e0e0e0));
  background-image: -webkit-linear-gradient(top, white 0%, #e0e0e0 100%);
  background-image: -moz-linear-gradient(top, white 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE0E0E0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 white;
  border-color: #ccc;
}
.btn-default:hover, .btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active, .btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}

.btn-primary {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#2d6ca2));
  background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF428BCA', endColorstr='#FF2D6CA2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #2d6ca2;
  background-position: 0 -15px;
}
.btn-primary:active, .btn-primary.active {
  background-color: #2d6ca2;
  border-color: #2b669a;
}

.btn-success {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#419641));
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -moz-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5CB85C', endColorstr='#FF419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover, .btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active, .btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}

.btn-warning {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#eb9316));
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -moz-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0AD4E', endColorstr='#FFEB9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover, .btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active, .btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}

.btn-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c12e2a));
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -moz-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9534F', endColorstr='#FFC12E2A', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover, .btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active, .btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}

.btn-info {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#2aabd2));
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -moz-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2AABD2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover, .btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active, .btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}

.thumbnail,
.img-thumbnail,
.thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

/*.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(whitesmoke), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, whitesmoke 0%, #e8e8e8 100%);
  background-image: -moz-linear-gradient(top, whitesmoke 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFE8E8E8', GradientType=0);
  background-color: #e8e8e8;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF428BCA', endColorstr='#FF357EBD', GradientType=0);
  background-color: #357ebd;
}*/

.navbar-default {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(white), to(#f8f8f8));
  background-image: -webkit-linear-gradient(top, white 0%, #f8f8f8 100%);
  background-image: -moz-linear-gradient(top, white 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF8F8F8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#f3f3f3));
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  background-image: -moz-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEBEBEB', endColorstr='#FFF3F3F3', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.navbar-inverse {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3c3c3c), to(#222222));
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -moz-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3C3C3C', endColorstr='#FF222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#222222), to(#282828));
  background-image: -webkit-linear-gradient(top, #222222 0%, #282828 100%);
  background-image: -moz-linear-gradient(top, #222222 0%, #282828 100%);
  background-image: linear-gradient(to bottom, #222222 0%, #282828 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF222222', endColorstr='#FF282828', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}

.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alert-success {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#c8e5bc));
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -moz-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDFF0D8', endColorstr='#FFC8E5BC', GradientType=0);
  border-color: #b2dba1;
}

.alert-info {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#b9def0));
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -moz-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9EDF7', endColorstr='#FFB9DEF0', GradientType=0);
  border-color: #9acfea;
}

.alert-warning {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#f8efc0));
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -moz-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCF8E3', endColorstr='#FFF8EFC0', GradientType=0);
  border-color: #f5e79e;
}

.alert-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#e7c3c3));
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -moz-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2DEDE', endColorstr='#FFE7C3C3', GradientType=0);
  border-color: #dca7a7;
}

.progress {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(whitesmoke));
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, whitesmoke 100%);
  background-image: -moz-linear-gradient(top, #ebebeb 0%, whitesmoke 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEBEBEB', endColorstr='#FFF5F5F5', GradientType=0);
}

.progress-bar {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3071a9));
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF428BCA', endColorstr='#FF3071A9', GradientType=0);
}

.progress-bar-success {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44));
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5CB85C', endColorstr='#FF449D44', GradientType=0);
}

.progress-bar-info {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5));
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF31B0D5', GradientType=0);
}

.progress-bar-warning {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f));
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0AD4E', endColorstr='#FFEC971F', GradientType=0);
}

.progress-bar-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c));
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9534F', endColorstr='#FFC9302C', GradientType=0);
}

.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #3071a9;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3278b3));
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF428BCA', endColorstr='#FF3278B3', GradientType=0);
  border-color: #3278b3;
}

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.panel-default > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(whitesmoke), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, whitesmoke 0%, #e8e8e8 100%);
  background-image: -moz-linear-gradient(top, whitesmoke 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFE8E8E8', GradientType=0);
}

.panel-primary > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF428BCA', endColorstr='#FF357EBD', GradientType=0);
}

.panel-success > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#d0e9c6));
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -moz-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDFF0D8', endColorstr='#FFD0E9C6', GradientType=0);
}

.panel-info > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#c4e3f3));
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -moz-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9EDF7', endColorstr='#FFC4E3F3', GradientType=0);
}

.panel-warning > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#faf2cc));
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -moz-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCF8E3', endColorstr='#FFFAF2CC', GradientType=0);
}

.panel-danger > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#ebcccc));
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -moz-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2DEDE', endColorstr='#FFEBCCCC', GradientType=0);
}

.well {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e8e8e8), to(whitesmoke));
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, whitesmoke 100%);
  background-image: -moz-linear-gradient(top, #e8e8e8 0%, whitesmoke 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8E8E8', endColorstr='#FFF5F5F5', GradientType=0);
  border-color: gainsboro;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/Revlon2/fonts/glyphicons-halflings-regular.eot");
  src: url("/Revlon2/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/Revlon2/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/Revlon2/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/Revlon2/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon:empty {
  width: 1em;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/*-- Colors --*/
/*-- Fonts --*/
/*-- Sprite Paths --*/
/*--- TYPOGRAPHY ---*/
/* @mixin names correspond to family names/weights in PSDs */
/*--- Retina images ---*/
.collapsible {
  /* Force hardware acceleration */
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-all 0.4s ease-in-out;
  -moz-transition: -moz-all 0.4s ease-in-out;
  -o-transition: -o-all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  background: black;
  color: white;
  height: 50px;
  overflow: hidden;
}
.collapsible.back-to-top {
  display: none;
}
.collapsible header {
  cursor: pointer;
  text-align: center;
  width: 100%;
}
.collapsible header h3 {
  line-height: 48px;
  margin: 0;
  vertical-align: middle;
}
.collapsible header h3 a, .collapsible header h3 a:hover {
  color: white;
  display: block;
}
.collapsible .content ul {
  list-style: none;
  padding: 0;
  text-align: center;
}
.collapsible .content ul li {
  line-height: 48px;
}
.collapsible .content ul li a {
  display: block;
}

#mobile-nav {
  border-top: 1px solid #666666;
  padding: 0;
  
}
#mobile-nav .collapsible {
  background: black;
  height: 56px;
}
#mobile-nav .collapsible .glyphicon {
  position: absolute;
  right: 30px;
  top: 20px;
}
#mobile-nav .collapsible .glyphicon-minus,
#mobile-nav .collapsible .glyphicon-plus {
  font-size: 12px;
}
#mobile-nav .collapsible .glyphicon-search,
#mobile-nav .collapsible .glyphicon-shopping-cart {
  color: #999;
  font-size: 20px;
  top: 14px;
  right: 28px;
}
#mobile-nav .collapsible .glyphicon-minus {
  display: none;
}
#mobile-nav .collapsible.opened .glyphicon-minus {
  display: block;
}
#mobile-nav .collapsible.opened .glyphicon-plus {
  display: none;
}
#mobile-nav .collapsible header {
  background: #505050;
  border-color: #666666;
  border-style: solid;
  border-width: 0 0 1px 0;
  height: 56px;
}
#mobile-nav .collapsible h3 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 56px;
}
#mobile-nav .collapsible a {
  color: white;
}
#mobile-nav .collapsible .content {
  padding: 60px 15px;
}
#mobile-nav .collapsible .content .product-category-link {
  margin-top: 90px;
}
#mobile-nav .collapsible .content .product-category-link a {
  color: #eb0000;
  text-transform: uppercase;
}
#mobile-nav .nav-utility {
  height: 42px;
}
#mobile-nav .nav-utility h1 {
  left: 50%;
  margin-left: -50px;
  margin-bottom: 16px;
  width: 106px;
  margin-top: 0;
}
#mobile-nav .nav-utility h1 .navbar-brand {
  background-image: url("/Revlon2/img/sprites/revlon_sprite_mobile.png");
  background-size: 520px 160px;
  background-position: -134px 0;
  display: block;
  height: 26px;
  margin: 14px 0 0;
  overflow: hidden;
  padding: 0;
  text-indent: -10000px;
  width: 106px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
  #mobile-nav .nav-utility h1 .navbar-brand {
    background-image: url("/Revlon2/img/sprites/revlon_sprite_mobile@2x.png");
    background-size: 520px 160px;
  }
}
#mobile-nav .menu-toggle {
  display: block;
  height: 44px;
  padding-top: 7px;
  position: absolute;
  right: 20px;
  width: 44px;
}
#mobile-nav .menu-toggle .glyphicon-arrow-left {
  color: #999;
}
#mobile-nav .collapsible {
  background: #212121;
}
#mobile-nav .collapsible header {
  background: none;
}
#mobile-nav .collapsible .content {
  background: #505050;
  padding: 0;
}
#mobile-nav .collapsible .content ul li {
  border-bottom: 1px solid #858585;
  font-size: 11px;
  height: 56px;
  line-height: 56px;
  text-transform: uppercase;
}
#mobile-nav .collapsible .content ul li a {
  display: block;
}
#mobile-nav #mm_search header {
  border: none;
}
#mobile-nav #mm_search .content {
  background-color: #212121;
  padding: 0 25px 20px 25px;
  position: relative;
}
#mobile-nav #mm_search .content input {
  background: #999;
  padding-right: 30px;
}
#mobile-nav #mm_search .content .glyphicon-search {
  color: black;
  position: absolute;
  right: 32px;
  top: 5px;
  z-index: 1;
}

    #mobile-nav #mm_search .content input[type="submit"] {
        background: transparent;
        height: 32px;
        opacity: 1;
        padding: 0;
        right: 26px;
        top: 1px;
        width: 32px !important;
        z-index: 2;
    }

#mobile-nav #mm_cart {
  border-top: 1px solid #858585;
  border-bottom: 1px solid #858585;
}
#mobile-nav #mm_products,
#mobile-nav #mm_Products,
#mobile-nav #mm_behind-the-color {
  background: #eb0000;
}
#mobile-nav #mm_products header,
#mobile-nav #mm_behind-the-color {
  border-color: #a10101;
}

.mobile-nav {
  display: none;
  height: 100%;
}

.mobile-link {
  float: right;
  height: 44px;
  text-align: right;
  width: 80px;
}
.mobile-link a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 12px;
}

.no-csstransforms .front, .no-csstransforms .back,
.no-csstransitions .front,
.no-csstransitions .back {
  position: relative;
}
.no-csstransforms #mobile-nav,
.no-csstransitions #mobile-nav {
  height: 100%;
  position: relative;
}
.no-csstransforms .back-to-top,
.no-csstransitions .back-to-top {
  display: block !important;
}

.signin-link {
    position: absolute;
    right: 0;
    text-align: right;
    top: 50px;
    width: 100px;
    z-index: 10000;
}

.signin-link a {
    color: #FFF;
}

.signin-link a:hover {
    color: #eb0000;
}

html,
body {
  height: 100%;
  position: relative;
}

body {
  background: black;
  color: white;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
}

/*--- GENERAL STYLES ---*/
/*--- Bootstrap _type.scss overrides ---*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 200;
  font-style: normal;
  color: white;
  text-transform: uppercase;
}

h1 {
  /*font-size: 60px;*/
  font-size:38px;
}

p, ul, li {
  color: white;
  font-size: 12px;
  line-height: 22px;
}

footer {
  color: white;
  padding: 20px 0;
  text-align: center;
  z-index: 1;
}
footer a {
  color: white;
}
footer a:hover {
  color: #eb0000;
}

.super-title {
  font-size: 60px;
}

.hero-subtitle {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
}
.hero-subtitle small{
    color: #999;
    display: block;
    font-size: 10px;
    line-height: 14px;
    padding-top: 20px;
}
.page-title {
  border: 1px solid #757575;
  border-width: 0 0 1px 0;
  margin: 43px 0 26px;
  padding-bottom: 47px;
  text-align: center;
}

    .page-title:empty {
        display: none;
    }
.page-title .subhead {
  letter-spacing: 0;
  padding-top: 16px;
  text-transform: none;
}

@media (max-width: 991px) {
  .page-title {
    margin-left: 20px;
    margin-right: 20px;
  }
}

a {
  color: #eb0000;
  outline: 0 none !important;
}
a:hover {
  color: white;
  text-decoration: none;
}

.white a:hover{
    color: #000;
}
a.active {
  color: #eb0000 !important;
}

input[type=submit], input[type=button], button {
  color: white;
}
input[type=submit].boxButton, input[type=button].boxButton, button.boxButton, .nice-dropdown-wrapper button.dropdown-toggle, .btn.redButton {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  font-size: 14px;
  padding: 12px 12px;
}
input[type=submit].redButton, input[type=button].redButton, button.redButton, btn.redButton {
  background: #eb0000;
}
input[type=submit].goButton, input[type=button].goButton, button.goButton, .nice-dropdown-wrapper button.dropdown-toggle {
  background: #666666;
}
input[type=submit].deleteButton, input[type=button].deleteButton, button.deleteButton {
  background: transparent;
  border: 2px solid #eb0000;
  color: #eb0000;
  padding: 0;
  width: 34px;
  height: 34px;
}

    a.redButton {
        background: #eb0000;
        color: #FFF;
    }

.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: #333333;
  border: 1px solid #333333;
  color: white;
  vertical-align: middle;
}

/*--- NAVIGATION ---*/
nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-primary, .nav-secondary, .nav-tertiary {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.nav-primary ul, .nav-secondary ul, .nav-tertiary ul {
  font-size: 14px;
  text-align: center;
}
.nav-primary li, .nav-secondary li, .nav-tertiary li {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  margin-left: 31px;
}
.nav-primary li:first-child, .nav-secondary li:first-child, .nav-tertiary li:first-child {
  margin-left: 0;
}
.nav-primary li:hover > a, .nav-secondary li:hover > a, .nav-tertiary li:hover > a {
  color: #eb0000 !important;
  padding-bottom: 27px;
}

.nav-sub {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: -webkit-all 0.3s ease-in-out;
  -moz-transition: -moz-all 0.3s ease-in-out;
  -o-transition: -o-all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-top: 1px solid #757575;
  height: 0;
  visibility: hidden;
}
.nav-sub.subnav-open {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  height: 40px;
  margin-top: 12px;
  visibility: visible !important;
}
.nav-sub li {
  margin-left: -11px;
  padding: 17px 0 0 31px;
}
.nav-sub li:first-child {
  padding-left: 0;
}
.nav-sub li a {
  font-size: 11px;
}

.nav-secondary {
  border-top: 1px solid #757575;
  padding: 18px 0;
}
.nav-secondary ul, .nav-secondary li {
  font-size: 12px;
}
.nav-secondary li.active a, .nav-secondary li.active a:hover {
  color: #757575 !important;
}

.nav-tertiary {
  border: solid #757575;
  border-width: 0 0 1px;
  padding: 18px 0;
}

.nav-tertiary ul, .nav-tertiary li {
  font-size: 12px;
}
.nav-tertiary li.active a {
  color: #757575;
}

.divider {
  border-bottom: 1px solid #757575;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.nav-utility {
  height: 66px;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.nav-utility h1 {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}
.nav-utility h1 a {
  float: none;
}
.nav-utility .utility-link {
  display: inline-block;
  position: relative;
  text-align: center;
}
.nav-utility ul {
  position: absolute;
  right: 0;
  top: 0;
}
.nav-utility ul li {
  position: relative;
  text-align: center;
}
.nav-utility ul li a {
  display: block;
  padding: 12px;
}
.nav-utility .glyphicon {
  font-size: 1.5em;
}
.nav-utility .cart-button {
  position: absolute;
  right: 170px;
  top: 18px;
  z-index: 10;
}
.nav-utility .cart-button a {
  color: white;
  display: block;
}
.nav-utility .cart-button a .cart-count {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  background: #eb0000;
  display: block;
  font-size: 10px;
  height: 14px;
  position: absolute;
  right: -2px;
  top: 6px;
  width: 14px;
}

.nav-utility .cart-button a .cart-count:empty {
  display: none;
}

.ie8 .nav-utility .cart-button a .cart-count {
    background: transparent url("/Revlon2/img/sprites/fallback.png") no-repeat;
}

.nav-footer .dropdown-menu, .nav-footer .btn-sm, .nav-footer .btn-group-sm > .btn, .nav-footer .nice-dropdown-wrapper .btn-group-sm > button.dropdown-toggle, .nice-dropdown-wrapper .nav-footer .btn-group-sm > button.dropdown-toggle {
  font-size: 10px;
}
.nav-footer > ul li {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.nav-footer > ul > li {
    margin-right: 15px;
}

.site-language {
  position: absolute;
  top: 20px;
  right: 0;
  color: white;
  font-size: 10px;
    text-transform: uppercase;
}
.site-language ul {
  top: 24px;
  z-index: 10001;
}
.site-language ul,
.nav-footer > ul ul {
  background: black;
  background: rgba(0, 0, 0, 0.8);
  text-align: left;
}
.site-language ul li,
.nav-footer > ul ul li {
  display: block;
}
.site-language ul li a,
.nav-footer > ul ul li a {
  color: white;
}
.site-language ul li a {
  text-align: left;
  padding: 3px 20px;
}
.nav-footer .site-link {
  display: none;
}
.site-language a {
  color: #fff;
}
.site-language .bidi-arrow,
.nav-footer .site-link .bidi-arrow {
  position: relative;
  top: -1px;
  background-image: url("/Revlon2/img/sprites/revlon_sprite_desktop.png");
  background-size: 600px 160px;
  background-position: -199px 82px;
  display: inline-block;
  height: 12px;
  vertical-align: middle;
  width: 7px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
  .site-language .bidi-arrow,
  .nav-footer .site-link .bidi-arrow {
    background-image: url("/Revlon2/img/sprites/revlon_sprite_desktop@2x.png");
    background-size: 600px 160px;
  }
}
.site-language a:hover .bidi-arrow,
.nav-footer .site-link a:hover .bidi-arrow {
  background-image: url("/Revlon2/img/sprites/revlon_sprite_desktop.png");
  background-size: 600px 160px;
  background-position: -519px 82px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
  .site-language a:hover .bidi-arrow,
  .nav-footer .site-link a:hover .bidi-arrow {
    background-image: url("/Revlon2/img/sprites/revlon_sprite_desktop@2x.png");
    background-size: 600px 160px;
  }
}
.site-language a:hover,
.site-language li.open > a, .site-language li.open > a:hover,
.nav-footer li.open > a, .nav-footer li.open > a:hover {
  color: #eb0000;
}
.site-language li.open .bidi-arrow,
.nav-footer li.open .bidi-arrow {
  background-image: url("/Revlon2/img/sprites/revlon_sprite_desktop.png");
  background-size: 600px 160px;
  background-position: -520px 80px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
  .site-language li.open .bidi-arrow,
  .nav-footer li.open .bidi-arrow {
    background-image: url("/Revlon2/img/sprites/revlon_sprite_desktop@2x.png");
    background-size: 600px 160px;
  }
}

/*--- HEADER ---*/
#masthead {
  background: none;
  box-shadow: none;
  border: none;
  filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
   z-index: 20;
}
#masthead h1 {
  left: 50%;
  margin-left: -89px;
  margin-bottom: 13px;
  width: 186px;
}
#masthead h1 .navbar-brand {
  background-image: url("/Revlon2/img/sprites/revlon_sprite_desktop.png");
  background-size: 600px 160px;
  background-position: -224px -2px;
  color: #eb0000;
  display: block;
  height: 49px;
  margin: 14px 0 0;
  overflow: hidden;
  padding: 0;
  text-indent: -10000px;
  width: 187px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
  #masthead h1 .navbar-brand {
    background-image: url("/Revlon2/img/sprites/revlon_sprite_desktop@2x.png");
    background-size: 600px 160px;
    /*/background-position: -447px -5px;
    width: 372px;
    height: 96px;*/

  }
}
#masthead .utility-wrapper {
  min-width: 120px;
  position: relative;
}
#masthead .utility-wrapper .navbar-toggle {
  border: none;
  margin: 0;
}
#masthead .utility-wrapper .navbar-toggle:hover {
  background: none;
}
#masthead .utility-wrapper .navbar-toggle .icon-bar {
  background-color: #666666;
}
#masthead .utility-link {
  margin: 10px;
  position: absolute;
}
#masthead .utility-link.search-link {
  display: none;
}
#masthead .utility-link.menu-link {
  right: 0;
}
#masthead .nav-primary, #masthead .nav-secondary, #masthead .nav-tertiary {
  clear: both;
  display: none;
}

@media (min-width: 768px) {
  #masthead .utility-wrapper {
    float: right;
  }
  #masthead .utility-link {
    position: relative;
  }
  #masthead .utility-link.search-link {
    display: inline-block;
  }
  #masthead .nav-primary, #masthead .nav-secondary, #masthead .nav-tertiary {
    display: block;
  }
  #masthead .nav-primary a, #masthead .nav-secondary a, #masthead .nav-tertiary a {
    color: white;
  }
  #masthead .nav-primary a:hover, #masthead .nav-secondary a:hover, #masthead .nav-tertiary a:hover {
    color: #eb0000;
  }
  #masthead .nav-utility {
    padding: 0;
  }

  .nav-footer .site-link {
    display: inline-block;
  }
  .nav-footer .copyright {
    margin: 10px 18px 0 0;
  }
  .nav-footer .site-links, .nav-footer .social-links {
    display: inline-block;
  }
}
/*--- FOOTER ---*/
#footer,
#mobile-footer {
  background: none;
  font-size: 10px;
  margin-bottom: 0;
  position: relative;
  text-transform: uppercase;
  z-index: 25;
}
#footer .row,
#mobile-footer .row {
  margin: 0;
}
#footer p, #footer ul, #footer li,
#mobile-footer p,
#mobile-footer ul,
#mobile-footer li {
  font-size: 10px;
}

/*--- PAGE ---*/
.page-container {
  margin: 0px auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

.body-image-container {
  background-image: none;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.btn:hover, .nice-dropdown-wrapper button.dropdown-toggle:hover, .btn:focus, .nice-dropdown-wrapper button.dropdown-toggle:focus {
  color: white;
}

.mobile-face {
  left: 0;
  position: static;
  top: 0;
  width: 100%;
}

.front {
  height: 100%;
}

.back {
  position: absolute;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (max-width: 767px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  .container .navbar-header {
    margin-left: 0;
    margin-right: 0;
  }

  .row {
    margin: 0;
  }

  .page-container {
    margin: 0px auto;
    position: relative;
    width: 100%;
    z-index: 1;
  }
  
  #mainform > .page-container {
      overflow: hidden;
  }
  #mainform > .page-container.active {
      overflow: auto;
  }

  .mobile-face {
    -webkit-transition: -webkit-transform 0.75s ease-in-out;
    -moz-transition: -moz-transform 0.75s ease-in-out;
    -o-transition: -o-transform 0.75s ease-in-out;
    transition: transform 0.75s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform-origin: 50% 200px;
    -moz-transform-origin: 50% 200px;
    -o-transform-origin: 50% 200px;
    transform-origin: 50% 200px;
    background: black;
  }

  .front {
    -webkit-transform: perspective(500px) rotateY(0deg);
    -moz-transform: perspective(500px) rotateY(0deg);
    -o-transform: perspective(500px) rotateY(0deg);
    transform: perspective(500px) rotateY(0deg);
  }

  .back {
    -webkit-transform: perspective(500px) rotateY(-180deg);
    -moz-transform: perspective(500px) rotateY(-180deg);
    -o-transform: perspective(500px) rotateY(-180deg);
    transform: perspective(500px) rotateY(-180deg);
    display: block;
    top: 0;
  }

  .active .front {
    -webkit-transform: perspective(500px) rotateY(180deg);
    -moz-transform: perspective(500px) rotateY(180deg);
    -o-transform: perspective(500px) rotateY(180deg);
    transform: perspective(500px) rotateY(180deg);
  }
  .active .back {
    -webkit-transform: perspective(500px) rotateY(0deg);
    -moz-transform: perspective(500px) rotateY(0deg);
    -o-transform: perspective(500px) rotateY(0deg);
    transform: perspective(500px) rotateY(0deg);
  }
}
.search-results {
  color: white;
  text-align: center;
}

/*********
 * PRODUCT-RESULT - used on search results and product nav and pdp
 *********/
.product-results-wrapper {
  border-bottom: 1px solid #757575;
  margin-top: 60px;
  padding-bottom: 20px;
  text-align: center;
}
.product-results-wrapper h4 {
  margin-bottom: 20px;
}
.product-results-wrapper .product-category-link {
  text-transform: uppercase;
}

.product-result {
    cursor: pointer;
    display: inline-block !important;
    float: none !important;
    font-size: 12px;
    margin: 0 0 35px -4px;
    max-width: 250px;
    padding: 0;
    min-height: 185px;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.product-results-wrapper small{
    display:block;
    color: #999;
    display: block;
    font-size: 10px;
    line-height: 14px;
    padding-top: 20px;
}
@media (min-width: 768px) {
  .product-result {
    float: left;
    width: 33.3333333333333%;
  }
}
@media (min-width: 992px) {
  .product-result {
    float: left;
    width: 33.3333333333333%;
  }
}
@media (min-width: 1200px) {
  .product-result {
    float: left;
    width: 25%;
  }
}

.product-result a,
.product-result .product-caption {
    color: #eb0000;
}
.product-result:hover a,
.product-result:hover .product-caption {
  color: #fff;
}

.product-img {
  margin-bottom: 14px;
  width: auto !important;
}

.search-meta {
  margin: 30px 20px 77px;
  text-transform: uppercase;
  font-size: 20px;
  text-align: left;
}

.product-caption {
  clear: both;
  line-height: 14px;
  margin: 0 auto;
  max-width: 200px;
  text-align: center;
  text-transform: uppercase;

  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.product-caption a {
  color: #eb0000;
}

.product-caption a:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .search-meta {
    max-width: none;
  }
}
.return-link {
  clear: both;
  display: block;
  text-align: center;
}
.return-link span {
  display: block;
}

/*********
 * END PRODUCT RESULT
 *********/
/****************
* CAMPAIGN
***************/
.campaign {
  clear: both;
}
.campaign img {
  padding: 8px;
}
.campaign .small {
  display: inline-block;
}

.campaign .gallery.row {
    max-width: 934px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.campaign h3{
    font-size:16px;
}
@media (min-width: 768px) {
  .campaign .gallery {
    display: inline-block;
  }
  .campaign .gallery img {
    float: left;
    padding: 8px;
  }

    .campaign .gallery img.largeImage {
        float: none;
    }

  .campaign .gallery .small {
    display: block !important;
  }

   .campaign .gallery .small img {
      margin-left: 20px !important;
    } 
}

@media (min-width: 992px) {
   .campaign .gallery .small img {
      margin-left: auto !important;
      margin-top: 20px !important;
    } 

   .campaign .gallery img.largeImage {
        float: left;
    }
}

.ie8 .largeImage {
    clear: both;
}

.ie8 .campaign .gallery {
    display: block;
    filter: alpha(opacity=100);
} 

/* CAMPAIGN MOBILE */
.campaign-mobile-section iframe {
    width: 100%;
}

.campaign-mobile-section .campaign-mobile-image-container  {
   margin: 0 auto; 
   width: 98%;
}

.campaign-mobile-section .campaign-mobile-image-container .campaign-img-single  {
   width: 100%; 
}

.campaign-mobile-section .campaign-mobile-image-container .campaign-mobile-left-col  {
   width: 66%; 
   position: relative; 
   float:left
}

.campaign-mobile-section .campaign-mobile-image-container .campaign-mobile-right-col  {
   width: 34%; 
   position: relative; 
   float: left; 
   padding-left: 2%
}

.campaign-mobile-section .campaign-mobile-image-container .campaign-mobile-left-col div {
    width: 100%
}

.campaign-mobile-section .campaign-mobile-image-container .campaign-mobile-right-col div {
    width: 100%;
    height: 50%;
}

.campaign-mobile-section .campaign-mobile-image-container .campaign-mobile-right-col div.mobile-campaign-top-container {
    padding-bottom: 3%
}

.campaign-mobile-section .campaign-mobile-image-container .campaign-mobile-right-col div.mobile-campaign-bottom-container {
    padding-top: 3%
}

.campaign-mobile-section .campaign-mobile-image-container img {
    width: 100%; 
    height: auto;
}

.campaign-mobile-section .campaign-mobile-heading {
    text-align: center;
    margin-top: 15px;
}

/*
.visible-xs div.campaign-mobile-auxdata-container {
    width: 98%;
    margin: 0 auto;
    padding: 0 15px;
}

.visible-xs div.campaign-mobile-auxdata-container iframe {
    width: 100%;
}*/

.visible-xs div.campaign-mobile-auxdata-container {
position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.visible-xs div.campaign-mobile-auxdata-container iframe {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/****************
 * END CAMPAIGN
 ***************/

/****************
* VIDEO CAMPAIGN
***************/

.campaign .youtubecontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.campaign .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.campaign p.video-desc {
    margin-top: 30px;
}

/****************
 * END VIDEO CAMPAIGN
 ***************/

.back-top {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: -webkit-all 0.2s linear;
  -moz-transition: -moz-all 0.2s linear;
  -o-transition: -o-all 0.2s linear;
  transition: all 0.2s linear;
  bottom: 200px;
  clear: both;
  font-size: 12px;
  height: 54px;
  padding: 20px 20px 0 0;
  position: fixed;
  right: -20px;
  text-align: right;
  text-transform: uppercase;
  z-index: 9999;
}
.back-top.enabled {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  right: 0;
}

@media (max-width: 767px) {
  .back-top {
    display: none !important;
  }
}
.breadcrumbs {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.breadcrumbs ul li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs ul li a,
.breadcrumbs ul li a[href=''],
.breadcrumbs ul li a[href='']:hover {
  color: #757575;
  font-size: 10px;
}
.breadcrumbs ul li a:hover {
  color: #eb0000;
}
.breadcrumbs ul li:after {
  color: #757575; 
  content: "/";
  font-size: 10px;
  margin: 0 4px;
}
.breadcrumbs ul li:last-child a {
  color: white;
}
.breadcrumbs ul li:last-child:after {
  content: "";
}

.breadcrumbs ul li.breadcrumb-last a {
  color: white;
}
.breadcrumbs ul li.breadcrumb-last:after {
  content: "";
}

.breadcrumbs a[href=''],
.breadcrumbs a[href='']:hover {
    cursor: text;
}

.styled-select {
  background: #333333 url("/Revlon2/img/icons/down_arrow_select.jpg") top right no-repeat;
  overflow: hidden;
  width: 250px;
}

#cart .styled-select {
    width: 100px;
}
.styled-select select {
  -webkit-appearance: none;
  background: transparent;
  width: 300px;
}

.lte9 .styled-select select {
  -webkit-appearance: none;
  background: #333333;
  width: 100%;
}
.styled-select select option {
  background: #333333;
  width: 259px;
}

select:focus::-ms-value {background: transparent;}

.nice-dropdown-wrapper .nice-dropdown {
  display: none;
}
.nice-dropdown-wrapper button.dropdown-toggle {
  background-color: #333333 !important;
  min-width: 160px;
  padding: 8px 12px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}

.white .nice-dropdown-wrapper button.dropdown-toggle{
    background-color: #d9d9d9 !important;
    color: #000;
    padding-right: 20px;
}
.nice-dropdown-wrapper button.dropdown-toggle .selected-option {
  display: inline-block;
  margin-right: 6px;
}
.nice-dropdown-wrapper button.dropdown-toggle .caret {
  position: absolute;
  right: 10px;
  top: 15px;
}
.nice-dropdown-wrapper .btn-group {
  display: block;
}
.nice-dropdown-wrapper .dropdown-menu {
  text-align: left !important;
  top: 34px !important;
}
.nice-dropdown-wrapper li {
  color: black;
  cursor: pointer;
  display: block;
  padding: 3px 20px;
  white-space: nowrap;
}
.nice-dropdown-wrapper li:hover, .nice-dropdown-wrapper li[data-selected] {
  background: #eb0000;
  color: white;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1000px !important;
    padding: 0 !important;
  }
}
/*--- SPRITE Elements ---*/
.social-link {
  margin-right: 8px;
  vertical-align: top;
}
.social-link:last-child {
  margin-right: 0;
}
.social-link a {
  display: block;
  height: 22px;
  overflow: hidden;
  text-indent: -10000px;
  width: 22px;
}
.social-link a.facebook {
  background-image: url("/Revlon2/img/sprites/revlon_sprite_mobile.png");
  background-size: 520px 160px;
  background-position: 1px 81px;
}

.white .social-link a.facebook {
  background-position: -451px -2px;
}

.white .nav-footer .social-link a.facebook {
  background-position: 0 81px;
}


@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
  .social-link a.facebook {
    background-image: url("/Revlon2/img/sprites/revlon_sprite_mobile@2x.png");
    background-size: 520px 160px;
  }
}
.social-link a.twitter {
  background-image: url("/Revlon2/img/sprites/revlon_sprite_mobile.png");
  background-size: 520px 160px;
  background-position: -39px 82px;
}

.white .social-link a.twitter {
  background-position: -491px -2px;
}
.white .nav-footer .social-link a.twitter {
  background-position: -40px 81px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
  .social-link a.twitter {
    background-image: url("/Revlon2/img/sprites/revlon_sprite_mobile@2x.png");
    background-size: 520px 160px;
  }
}
.social-link a.instagram {
  background-image: url("/Revlon2/img/sprites/revlon_sprite_mobile.png");
  background-size: 520px 160px;
  background-position: -80px 80px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
  .social-link a.instagram {
    background-image: url("/Revlon2/img/sprites/revlon_sprite_mobile@2x.png");
    background-size: 520px 160px;
  }
}
.social-link a.pinterest {
  background-image: url("/Revlon2/img/sprites/revlon_sprite_mobile.png");
  background-size: 520px 160px;
  background-position: -119px 81px;
}

.white .social-link a.pinterest {
  background-position: -531px -2px;
}
.white .nav-footer .social-link a.pinterest {
   background-position: -120px 81px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
  .social-link a.pinterest {
    background-image: url("/Revlon2/img/sprites/revlon_sprite_mobile@2x.png");
    background-size: 520px 160px;
  }
}
.social-link a.gplus {
  background-image: url("/Revlon2/img/sprites/revlon_sprite_mobile.png");
  background-size: 520px 160px;
  background-position: -160px 80px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
  .social-link a.gplus {
    background-image: url("/Revlon2/img/sprites/revlon_sprite_mobile@2x.png");
    background-size: 520px 160px;
  }
}
.social-link a.youtube {
  background-image: url("/Revlon2/img/sprites/revlon_sprite_mobile.png");
  background-size: 520px 160px;
  background-position: -239px 40px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
  .social-link a.youtube {
    background-image: url("/Revlon2/img/sprites/revlon_sprite_mobile@2x.png");
    background-size: 520px 160px;
  }
}

@media (min-width: 768px) {
  .social-links .social-link {
    margin-right: 0 !important;
  }

  .social-link a {
    height: 16px;
    width: 16px;
  }
  .social-link a.facebook {
    background-image: url("/Revlon2/img/sprites/revlon_sprite_desktop.png");
    background-size: 600px 160px;
    background-position: 1px 82px;
  }
  .social-link a.twitter {
    background-image: url("/Revlon2/img/sprites/revlon_sprite_desktop.png");
    background-size: 600px 160px;
    background-position: -40px 83px;
  }
  .social-link a.instagram {
    background-image: url("/Revlon2/img/sprites/revlon_sprite_desktop.png");
    background-size: 600px 160px;
    background-position: -79px 82px;
  }
  .social-link a.pinterest {
    background-image: url("/Revlon2/img/sprites/revlon_sprite_desktop.png");
    background-size: 600px 160px;
    background-position: -119px 82px;
  }
  .social-link a.gplus {
    background-image: url("/Revlon2/img/sprites/revlon_sprite_desktop.png");
    background-size: 600px 160px;
    background-position: -160px 80px;
  }
  .social-link a.youtube {
    background-image: url("/Revlon2/img/sprites/revlon_sprite_desktop.png");
    background-size: 600px 160px;
    background-position: -239px 43px;
  }
}


@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min--moz-device-pixel-ratio: 1.5), (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 768px) and (min-resolution: 1.5dppx) {
  .social-link a.facebook {
    background-image: url("/Revlon2/img/sprites/revlon_sprite_desktop@2x.png");
    background-size: 600px 160px;
  }

 .lte9 .social-link a.facebook {
    background-image: url("/Revlon2/img/sprites/revlon_sprite_desktop.png");
    background-size: 600px 160px;
  }
}
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min--moz-device-pixel-ratio: 1.5), (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 768px) and (min-resolution: 1.5dppx) {
  .social-link a.twitter {
    background-image: url("/Revlon2/img/sprites/revlon_sprite_desktop@2x.png");
    background-size: 600px 160px;
  }

  .lte9 .social-link a.twitter {
    background-image: url("/Revlon2/img/sprites/revlon_sprite_desktop.png");
    background-size: 600px 160px;
  }
}
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min--moz-device-pixel-ratio: 1.5), (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 768px) and (min-resolution: 1.5dppx) {
  .social-link a.instagram {
    background-image: url("/Revlon2/img/sprites/revlon_sprite_desktop@2x.png");
    background-size: 600px 160px;
  }

  .lte9 .social-link a.instagram {
    background-image: url("/Revlon2/img/sprites/revlon_sprite_desktop.png");
    background-size: 600px 160px;
  }
}
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min--moz-device-pixel-ratio: 1.5), (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 768px) and (min-resolution: 1.5dppx) {
  .social-link a.pinterest {
    background-image: url("/Revlon2/img/sprites/revlon_sprite_desktop@2x.png");
    background-size: 600px 160px;
  }

  .lte9 .social-link a.pinterest {
    background-image: url("/Revlon2/img/sprites/revlon_sprite_desktop.png");
    background-size: 600px 160px;
  }
}
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min--moz-device-pixel-ratio: 1.5), (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 768px) and (min-resolution: 1.5dppx) {
  .social-link a.gplus {
    background-image: url("/Revlon2/img/sprites/revlon_sprite_desktop@2x.png");
    background-size: 600px 160px;
  }
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min--moz-device-pixel-ratio: 1.5), (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 768px) and (min-resolution: 1.5dppx) {
  .social-link a.youtube {
    background-image: url("/Revlon2/img/sprites/revlon_sprite_desktop@2x.png");
    background-size: 600px 160px;
  }

  .lte9 .social-link a.youtube {
    background-image: url("/Revlon2/img/sprites/revlon_sprite_desktop.png");
    background-size: 600px 160px;
  }
}
.rc-social-icons{
	text-align: right;
}
.social-links-large {
  display: inline-block;
  /*margin-right: 14px;*/
  /*margin: 10px 14px 10px 0;*/
  line-height: 22px;
  padding: 0;
  /*float:right;*/
}
.social-links-large li {
  display: inline-block;
}
.social-links-large li a {
  height: 22px;
  width: 22px;
}
.social-links-large li a.facebook {
  background-image: url("/Revlon2/img/sprites/revlon_sprite_desktop.png");
  background-size: 600px 160px;
  background-position: 0 53px;
}

.white .social-links-large li a.facebook {
  background-position: 0 21px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
  .social-links-large li a.facebook {
    background-image: url("/Revlon2/img/sprites/revlon_sprite_desktop@2x.png");
    background-size: 600px 160px;
    background-position: 0 40px;
  }
  .white .social-links-large li a.facebook {
    background-position: -451px -2px;
  }
}
.social-links-large li a.twitter {
  background-image: url("/Revlon2/img/sprites/revlon_sprite_desktop.png");
  background-size: 600px 160px;
  background-position: -40px 53px;
}
.white .social-links-large li a.twitter {
  background-position: -40px 21px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
  .social-links-large li a.twitter {
    background-image: url("/Revlon2/img/sprites/revlon_sprite_desktop@2x.png");
    background-size: 600px 160px;
    background-position: -40px 40px;
  }
  .white .social-links-large li a.twitter {
    background-position: -491px -2px;
  }
}
.social-links-large li a.pinterest {
  background-image: url("/Revlon2/img/sprites/revlon_sprite_desktop.png");
  background-size: 600px 160px;
  background-position: -80px 53px;
}
.white .social-links-large li a.pinterest {
  background-position: -80px 21px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
  .social-links-large li a.pinterest {
    background-image: url("/Revlon2/img/sprites/revlon_sprite_desktop@2x.png");
    background-size: 600px 160px;
    background-position: -80px 40px;
  }
  .white .social-links-large li a.pinterest {
    background-position: -531px -2px;
  }
}

.modal {
  background: rgba(0, 0, 0, 0.75);
}

.modal-content {
  background-color: black;
  
}
.modal-content .form-control {
  width: auto;
}
.modal-content .control-label {
  margin: 10px;
}

#emailmodal {
    visibility: visible !important;
}

body .thankyoumsg {
  display: none;
}
body .form-group .inner {
  padding-left: 10px !important;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body .form-group .inner {
    float: left;
    width: 50%;
  }
}
body .form-group .extralong {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  body .form-group .extralong {
    float: left;
    width: 66.6666666666667%;
  }
}
body .form-group label {
  font-size: 12px;
  font-weight: normal;  
  min-height: 1px;
  padding-left: 15px;
  padding-right: 0 !important;
  position: relative;
  text-align: right;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  body .form-group label {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  body .form-group label {
    float: left;
    width: 33.3333333333333%;
  }
}
body .form-group .revlon-dropdown.btn-group {
  display: block;
}
body .form-horizontal {
  border-bottom: 1px solid #757575;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
body .instruction {
  color: #757575;
  font-size: 10px;
  line-height: 10px;
  padding-top: 4px;
}
body input[type="checkbox"] {
  background: black;
  border: none;
  width: auto;
}
body .form-horizontal .checkbox-wrapper {
  margin-left: 0;
}
body .form-horizontal .checkbox-wrapper .inner {
  padding-left: 0;
  width: auto;
}

body .control-label {
    position: relative;
}

body .form-horizontal .checkbox-wrapper .control-label {
  max-width: 200px;
  padding-top: 12px;
  text-align: left;
  width: auto;
}

@media (min-width: 768px) {
  form .bottom {
    padding-top: 60px;
  }

.nopadding {
   padding: 0 !important;
}

}
@media (min-width: 992px) {
  .inner {
    text-align: left;
  }
}
.form-group.error .parsley-validated,
input.error{
  border: 1px solid #eb0000 !important;
}

.form-group.error input[type="checkbox"].parsley-validated,
input[type="checkbox"].error {
    outline: 2px solid #eb0000 !important;
}

.form-group input[type="checkbox"] {
    height: auto;
    margin: 14px 0;
}

.regAgreeLabel {
   width:360px !important;
}

 .form-horizontal .signInRememberMeCB {
     float: left;
 }

 .form-horizontal .signInRememberMeLabel {
      text-align:left !important;
      top:5px;
 }

@media (min-width: 768px) {
  .regAgreeLabel {
        width:auto!important; 
    }

   .form-horizontal .signInRememberMeCB {
     float: right;
 }

  .form-horizontal .signInRememberMe {
     padding-left:0;
    }

  .form-horizontal .signInRememberMeLabel {
     width: 100%;
    }
}

@media (max-width: 767px) {
    .desc {
        padding: 0 15px;
    }
}

#country_email_dropdown {
    width: 214px;
}

#country_email_dropdown li {
    padding-bottom: 0;
    padding-top: 0;
}

    #country_email_dropdown li:hover a {
        color: white; 
    }

    #country_email_dropdown li a {
        display: block;
        padding-left: 0;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        transition: none;
    }

#country_email_dropdown li a:hover {
    background: transparent;
    color: white;
}

/** 
 * Html5 Placeholder Polyfill - v2.0.9 - 2014-01-21 
 * web: http://blog.ginader.de/dev/jquery/HTML5-placeholder-polyfill/ 
 * issues: https://github.com/ginader/HTML5-placeholder-polyfill/issues 
 * Copyright (c) 2014 Dirk Ginader; Licensed MIT, GPL 
 */

span.placeholder{position:absolute;padding:4px 3px;z-index:1;cursor:text}span.placeholder-hide-except-screenreader{clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);padding:0!important;border:0!important;height:1px!important;width:1px!important;overflow:hidden}span.placeholder-hide{display:none}label.visuallyhidden-with-placeholder{height:auto!important;overflow:visible!important;position:absolute!important;left:-999em}

/* PLACEHOLDER POLYFILL OVERRIDES */
span.placeholder {
    color: #aaa;
    text-align: left;
    text-transform: lowercase;
}

.site-language li a:hover {
    background-color: #e8e8e8 !important;
}
#footer li li a:hover {
    background-color: #e8e8e8 !important;
}

@media (min-width: 768px) {
    .nav-utility {
        height: 80px;
        margin-bottom: 10px;
    }

    #masthead h1 {
        margin-left: -126px;
        width: 250px;
    }

        #masthead h1 .navbar-brand {
            background-position: -349px -95px;
            height: 66px;
            width: 250px;
        }
}

/* awards */
/* Style product details awards images */
.hero-divider-css.divider-behind #productdetail .body-image-container,
.hero-divider-css #productdetail.divider-behind .body-image-container {
  z-index: 1; }

.hero-divider-css #productdetail .hero .breadcrumbs,
.hero-divider-css .hero ~ * {
  position: relative;
  z-index: 2; }

.hero-divider-css #productdetail .body-image-container {
  background-color: transparent; }

.awardDisclaimer {
    font-size: .8em; 
    text-align: center; 
    margin-top: 2.4em; 
    padding: 0 15px;
}
#productdetail .hero .inner .awards {
    background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 88%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 88%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 88%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
    margin: 20px 0 20px; }
.white #productdetail .hero .inner .awards {    
    background: none;}
#productdetail .hero .inner .awards img {
    vertical-align: middle;
    margin: 0 5px;
    width: auto;
    max-width: none;
    max-height: 70px; }
@media (min-width: 768px) {
  #productdetail .hero .inner h4,
  #productdetail .hero .inner .h4 {
    font-size: 14px; }
  #productdetail .hero .inner h1,
  #productdetail .hero .inner .h1 {
    font-size: 28px; }
  #productdetail .hero .inner.repositioned {
    padding-top: 50px; }
  #productdetail .hero .inner .awards {
    margin-bottom: 0; }
    #productdetail .hero .inner .awards img {
      margin: 0 5px 0 0;
      max-width: none;
      max-height: 70px; }
}
@media (min-width: 992px) {
  #productdetail .hero .inner h4,
  #productdetail .hero .inner .h4 {
    font-size: 18px; }
  #productdetail .hero .inner h1,
  #productdetail .hero .inner .h1 {
    font-size: 34px; }
  #productdetail .hero .inner.repositioned {
    padding-top: 80px; }
  #productdetail .hero .inner .awards img {
    max-width: none;
    max-height: 80px; }
}
@media (min-width: 1200px) {
  #productdetail .hero .inner.repositioned {
    padding-top: 150px; }
  #productdetail .hero .inner .awards img {
    max-width: none;
    max-height: 100px; }
}

.hero-divider-css #productdetail .hero {
  height: auto;
  position: relative; }
  @media (min-width: 768px) {
    .hero-divider-css #productdetail .hero {
      min-height: 327px; } }
  @media (min-width: 992px) {
    .hero-divider-css #productdetail .hero {
      min-height: 402px; } }
  @media (min-width: 1200px) {
    .hero-divider-css #productdetail .hero {
      min-height: 547px; } }
  .hero-divider-css #productdetail .hero:after, .hero-divider-css #productdetail .hero .inner:before {
    content: '';
    background: url(http://images.revlon.com/~/media/Images/Revlon/divider.ashx) center bottom no-repeat;
    -moz-background-size: 100% 1px;
    -o-background-size: 100% 1px;
    -webkit-background-size: 100% 1px;
    background-size: 100% 1px;
    height: 1px;
    position: absolute; }
  .hero-divider-css #productdetail .hero:after {
    display: none;
    bottom: 0;
    left: -4%;
    right: -17%; }
    @media (min-width: 768px) {
      .hero-divider-css #productdetail .hero:after {
        display: block; } }
  .hero-divider-css #productdetail .hero .img-responsive {
    margin-left: -20.5%; }
  .hero-divider-css #productdetail .hero .inner {
    position: relative;
    z-index: 2;
    margin: 20px 0 0; }
    @media (min-width: 768px) {
      .hero-divider-css #productdetail .hero .inner {
        margin-top: 0; } }
    .hero-divider-css #productdetail .hero .inner .awards {
      margin-bottom: 5px; }
      .hero-divider-css #productdetail .hero .inner .awards img {
        margin-bottom: 5px; }
      @media (min-width: 768px) {
        .hero-divider-css #productdetail .hero .inner .awards {
          margin-top: 22px;
          margin-bottom: 17px; }
          .hero-divider-css #productdetail .hero .inner .awards img {
            margin-bottom: 5px; } }
      @media (min-width: 1200px) {
        .hero-divider-css #productdetail .hero .inner .awards {
          margin-top: 30px;
          margin-bottom: 25px; } }
    .hero-divider-css #productdetail .hero .inner:before {
      top: -20px;
      left: 3%;
      right: 3%; }
      @media (min-width: 768px) {
        .hero-divider-css #productdetail .hero .inner:before {
          display: none; } }
    .hero-divider-css #productdetail .hero .inner:after {
      content: '';
      display: table; }
/* Move product hero image down as subnav opens */
#productdetail .body-image-container {
  -webkit-transition: -webkit-all 0.3s ease-in-out;
  -moz-transition: -moz-all 0.3s ease-in-out;
  -o-transition: -o-all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  body.subnav-open #productdetail .body-image-container {
    background-position: center 141px; }

/* Fix issue with content after subnav jumping as subnav switches to another subnav */
.nav-sub {
  border-top: 0; }
  .nav-sub:before {
    display: block;
    border-top: 1px solid #757575; }
  .nav-sub.subnav-open {
    height: 41px; }

/* ---- collection pages (#franchise) ---- */
#franchise{

}
#franchise .hero .inner{
    opacity:1 !important;
    -webkit-opacity:1 !important;
    -moz-opacity:1 !important;
    -o-opacity:1 !important;
}

/* ---- end of collection pages (#franchise) ---- */

/* ---- image carousel content ---- */
h3.image-carousel-content {
    font-weight: bold;
    line-height: 1.2em;
}
    
h4.image-carousel-content {
    line-height: 1.2em;
}
    
p.image-carousel-content {
    line-height: 1.3em;
}
    
@media screen and (min-width: 200px) {
    h3.image-carousel-content  {
        margin: 5px 0;
        font-size: 18px;
        padding-top: 0;
    }
    
    h4.image-carousel-content  {
        font-size: 13px;
    }
    
    p.image-carousel-content  {
        font-size: 12px;
    }
    
    .image-carousel-content-wrapper h2.image-carousel-content  {
        font-size: 18px;
    }
    
    .image-carousel-content-wrapper h3.image-carousel-content  {
        font-size: 14px;
    }
}
    
@media screen and (min-width: 550px) {
    h3.image-carousel-content  {
        padding-top: 10px;
        font-size: 26px;
        margin: 15px 0;
    }
    
    h4.image-carousel-content  {
        font-size: 16px;
    } 
    
    p.image-carousel-content  {
        font-size: 16px;
    }
    
    .image-carousel-content-wrapper h2.image-carousel-content  {
        font-size: 22px;
    }
        
    .image-carousel-content-wrapper h3.image-carousel-content  {
        font-size: 18px;
    }
}
    
@media screen and (min-width: 650px) {
    h3.image-carousel-content  {
        font-size: 28px;
        margin: 15px 0;
        padding-top: 40px;
    }
    
    h4.image-carousel-content  {
        font-size: 20px;
    }
    
    .image-carousel-content-wrapper h2.image-carousel-content  {
        font-size: 24px;
    }
    
    .image-carousel-content-wrapper h3.image-carousel-content  {
        font-size: 20px;
    }
}
    
@media screen and (min-width: 767px) {
    h3.image-carousel-content  {
        margin: 15px 0;
        font-size: 40px;
    }
    
    h4.image-carousel-content  {
        font-size: 22px;
    }
    
    p.image-carousel-content  {
    }
    
    .image-carousel-content-wrapper h2.image-carousel-content  {
        font-size: 24px;
    }
    
    .image-carousel-content-wrapper h3.image-carousel-content  {
        font-size: 20px;
    }
}
    
@media screen and (min-width: 1025px) {
    h3.image-carousel-content  {
        margin: 20px 0;
        font-size: 50px;
    }
    
    h4.image-carousel-content  {
        font-size: 20px;
    }
    
    p.image-carousel-content  {
    }
    
    .image-carousel-content-wrapper h2.image-carousel-content  {
        font-size: 28px;
    }
    
    .image-carousel-content-wrapper h3.image-carousel-content  {
        font-size: 22px;
    }    
}
    
@media screen and (min-width: 1300px) {
    h3.image-carousel-content  {
        margin: 20px 0;
        font-size: 60px;
    }
    
    h4.image-carousel-content  {
        font-size: 26px;
    }
    
    h4.image-carousel-content  {
        font-size: 26px;
    }
    
    p.image-carousel-content  {
        font-size: 20px;
    }
    
    .image-carousel-content-wrapper h2.image-carousel-content  {
        font-size: 34px;
    }
    
    .image-carousel-content-wrapper h3.image-carousel-content  {
        font-size: 26px;
    }
}
    
.image-carousel-content-wrapper {
    margin: 20px 25px; 
}
    
.image-carousel-content-wrapper h3.image-carousel-content {
    font-weight: normal;
    padding: 0;
    margin: 0;
}
    
.image-carousel-content-wrapper h2.image-carousel-content {
    font-weight: normal;
    padding: 0;
    margin: 0;
    font-weight: 200;
}

/* ---- end of image carousel content ---- */

.r-carousel-wrapper .cta-btn-wrapper {
    text-align: center;
}

.r-carousel-wrapper .cta-btn-wrapper a {
    background: #E31734;
    color: #FFF;
    cursor: pointer;
    padding: 12px 30px;
    text-transform: uppercase;
    margin: 20px 20px;
    display: inline-block;
    text-align: center;
    max-width: 230px;
    width: 100%;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 900;
}

.r-carousel-wrapper .cta-btn-wrapper a:hover {
    background: black;
}

/* ---- campaign ---- */
.campaign {

}
.campaign .gallery{

}
.campaign .campaign-header{
    float:none;
}
/* ---- end of campaign ---- */

/* ---- collection pages (#recommender and migration tools) ---- */
@media (min-width: 1000px) and (max-width: 1200px) {
    .RecommenderTool{margin-left:5px !important;}
}
@media (min-width: 700px) and (max-width: 1000px) {

    .RecMigTool{ height:800px !important;}
    .RecommenderTool{
            margin: 20px 8% 0px 8% !important;
    }
    .migContent{
        margin-left:28%;
    }
}
@media (min-width: 650px) and (max-width: 700px) {

    .RecMigTool{ height:800px !important;}
    .RecommenderTool{
            margin: 20px 0px 0px 5% !important;
    }
    .migContent{
        margin-left:26%;
    }
}
@media (max-width: 650px)
{
    .RecMigTool{ height:800px !important;}
    .RecommenderTool{
        width:93% !important;
        margin-left:15px !important;
        margin-bottom:15px !important;
    }
    .migContent{
        margin:20px auto 0 auto !important;
        display:block !important;
        float:none !important;
    }
}

/* ---- end of collection pages (#recommender and migration tools) ---- */

/* adsense */
 .storeBadges {
    background: black;
    box-sizing: border-box;
    width: 280px;
        padding: 10px 10px 10px 0;  }
    .storeBadges > ul:after {
      content: '';
      display: table;
      clear: both; }
    .storeBadges img {
      vertical-align: top;
      max-width: 100%; }
    .storeBadges > ul, .storeBadges > ul > li {
      margin: 0;
      padding: 0;
      list-style: none; }
      .storeBadges > ul > li {
        float: left;
        width: 48%;
        margin: 1%; }
        .storeBadges > ul > li > a {
          /*border: 1px solid #ccc;*/
          display: block; }

.storeBadgesWithBtns {
    background: black;
    box-sizing: border-box;
    padding: 10px;
    width: 100%; 
    margin-left: auto ;
    margin-right: auto ;
}

.storeBadgesWithBtns > ul:after {
    content: '';
    display: table;
    clear: both; 
}
.storeBadgesWithBtns img {
    vertical-align: top;
    max-width: 100%; 
}
.storeBadgesWithBtns > ul {
    list-style-type: none; 
    text-align: center;
    margin: 0 auto;
    padding: 0;
    display: table;
    overflow: hidden;
} 
.storeBadgesWithBtns > ul > li {
    float: left;
    padding: 2px;
    width: 150px;
    margin-left: auto ;
    margin-right: auto ;
}

.storeBadgesWithBtns > ul > li > a {
    display: block;
    margin-bottom: 10px;
}

.storeBadgesWithBtns > ul > li > a.shopNowBtn {
    margin-bottom: 30px;
}
.storeBadgesWithBtns > ul > li > a.shopNowBtn > img {
    max-width: 124px;
}

/* White body --------------------------------------------------------------- */

.white-body {
  background: #fff;
  color: #202020;
}

.white-body h1,
.white-body h2,
.white-body h3,
.white-body h4,
.white-body h5,
.white-body h6,
.white-body p,
.white-body ul,
.white-body li,
.white-body footer a {
  color: #202020;
}

.white-body #mobile-nav #mm_products,
.white-body #mobile-nav #mm_Products,
.white-body #mobile-nav #mm_behind-the-color,
.white-body #mobile-nav #mm_products h3 a,
.white-body #mobile-nav #mm_Products h3 a,
.white-body #mobile-nav #mm_behind-the-color h3 a {
  color: #fff;
}

.white-body .social-link a.facebook,
.white-body .social-link a.twitter,
.white-body .social-link a.pinterest,
.white-body .social-link a.instagram {
  background-color: #202020;
}

.white-body .site-language .bidi-arrow,
.white-body .nav-footer .site-link .bidi-arrow {
  background-color: #fff;
  background-position: -519px 82px;
}

.white-body .site-language a:hover .bidi-arrow,
.white-body .nav-footer .site-link a:hover .bidi-arrow {
  background-position: -519px 82px;
}

@media (max-width: 767px) {
  .white-body .social-link {
    border: 2px solid #202020;
  }
}

@media (min-width: 768px) {
  .white-body .social-link {
    border: 1px solid #202020;
  }
}

.white-body .mobile-face {
  background: #fff;
}

.white-body .navbar-inverse .navbar-toggle:hover,
.white-body .navbar-inverse .navbar-toggle:focus {
  background: #eee;
}

.white-body .sb-icon-search {
  background: #fff;
  color: #eb0000;
}

.white-body #masthead .nav-primary a,
.white-body #masthead .nav-secondary a,
.white-body #masthead .nav-tertiary a {
  color: #202020;
}

.white-body #mobile-nav .collapsible,
.white-body #mobile-nav #mm_search .content {
  background: #eee;
}

.white-body #mobile-nav .collapsible .content {
  background: #ddd;
}

.white-body #mobile-nav .collapsible,
.white-body #mobile-nav .collapsible a {
  color: #202020;
}

body.home.white-body #footer {
  position: static;
}

/* LB Compoents ------------------------------------------------------------- */

/*

<nav class="lb-breadcrumb">
  <div class="container">
    <a href="/">Home</a>
    /
    <a href="#">Landing Page</a>
  </div>
</nav>

<section class="lb-carousel">
  <div class="container">
    <h2 class="lb-heading">Most Popular</h2>
    <div class="lb-slider-wrapper">
      <div class="lb-slider">
        <div class="lb-slider-item"> <!-- multiple items -->
          <a class="lb-link" href="#">
            <div class="lb-item-image">
              <img class="lb-image" src="/Revlon2/img/face.jpg" alt="">
            </div>
            <div class="lb-item-new">
              New <!-- text is optional, container is mandatory -->
            </div>
            <div class="lb-copy">
              Product description
            </div>
          </a>
        </div>
      </div>
    </div>
  </div>
</section>

<section class="lb-media">
  <div class="container">
    <h2 class="lb-heading">Watch Now</h2>
    <div class="lb-content">
      <img class="lb-image" src="/Revlon2/img/ambassadors_halle_berry_fpo.jpg" alt=""> <!-- image or video goes here -->
    </div>
    <div class="lb-copy">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</div>
  </div>
</section>

<section class="lb-hero lb-hero-left-lb-wrap" style="background-image: url('/Revlon2/img/ambassadors_halle_berry_fpo.jpg')"><!-- class lb-hero-left-lb-wrap | lb-hero-center-lb-wrap | lb-hero-right-lb-wrap -->
  <video poster="https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/polina.jpg" playsinline autoplay muted loop>
    <source src="http://thenewcode.com/assets/videos/polina.webm" type="video/webm">
    <source src="http://thenewcode.com/assets/videos/polina.mp4" type="video/mp4">
  </video>
  <div class="container">
    <div class="lb-hero-left clearfix"> <!-- class lb-hero-left | lb-hero-center | lb-hero-right -->
      <div class="lb-content">
        <h1 class="lb-heading lb-line">Hero Title</h1>
        <div class="lb-copy lb-line">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</div>
        <div class="lb-extra-copy lb-line">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</div>
        <div class="lb-hero-extra-image lb-line">
          <img class="lb-image" src="/Revlon2/img/face.jpg" alt=""> <!-- optional -->
        </div>
        <div class="lb-line">
          <a class="lb-action" href="">Action</a> <!-- lb-action-black class is optional (for black button) -->
        </div>
      </div>
    </div>
  </div>
</section>

<section class="lb-twocol" style="background-image: url('/Revlon2/img/ambassadors_halle_berry_fpo.jpg')">
  <video poster="https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/polina.jpg" playsinline autoplay muted loop>
    <source src="http://thenewcode.com/assets/videos/polina.webm" type="video/webm">
    <source src="http://thenewcode.com/assets/videos/polina.mp4" type="video/mp4">
  </video>
  <div class="container clearfix">
    <div class="lb-left lb-order-1"> <!-- lb-order-X class is optional and works for mobile -->
      <img class="lb-image lb-image-single" src="/Revlon2/img/face.jpg" alt=""> <!-- lb-left and lb-left content can be swapped -->
    </div>
    <div class="lb-right lb-order-2"> <!-- lb-order-X class is optional and works for mobile -->
      <div class="lb-content">
        <h2 class="lb-heading lb-line">Revlon Heading Here</h2>
        <div class="lb-copy lb-line">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sed saepe aut nam.</div>
        <div class="lb-extra-copy lb-line">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</div>
        <div class="lb-line">
          <a class="lb-action" href="">Action</a>
        </div>
        <div class="lb-line">
          <img class="lb-image" src="/Revlon2/img/face.jpg" alt="">
        </div>
      </div>
    </div>
  </div>
</section>

<script>
  $(function() {
    if ($('.lb-slider').length) {
      require(['owlCarousel'], function () {
        $('.lb-slider').not('.lb-slider-processed').each(function() {
          var owl = $(this).addClass('lb-slider-processed');
          if ($('.lb-slider-item', this).length < 4) {
            owl.addClass('lb-slider-short');
          }
          owl.owlCarousel({
            items: 4,
            itemsTablet: [1024, 2],
            itemsMobile: [480, 1],
            navigation: true,
            pagination: false,
            navigationText: [' ', ' ']
          });
        });
      });
    }
  });
</script>

Possible additional classes for lb-hero and lb-twocol:
lb-revlon-hero
lb-revlon-twocol
lb-revlon-twocol-rich
lb-revlon-hero lb-revlon-white-copy
lb-revlon-twocol lb-revlon-white-copy
lb-revlon-twocol-rich lb-revlon-white-copy

*/

.lb-image {
  max-width: 100%;
  height: auto;
}

.lb-line + .lb-line {
  margin-top: 20px;
}

.lb-revlon-twocol-rich .lb-line + .lb-line {
  margin-top: 10px;
}

.lb-heading,
.white-body .campaign h2 {
  margin: 0;
  font-weight: 700;
  font-size: 3em;
  line-height: 1;
  text-transform: uppercase;
}

.lb-revlon-hero .lb-heading {
  font-size: 4em;
}

.lb-revlon-twocol .lb-heading {
  font-size: 2.2em;
}

.lb-revlon-twocol-rich .lb-heading {
  font-size: 1em;
  font-weight: 700;
}

.lb-copy,
.lb-copy p,
.white-body .campaign .video-desc,
.white-body .campaign .campaign-header h3,
.white-body .campaign .campaign-header .desc {
  font-size: 1.4em;
  line-height: 1.3;
}

.lb-extra-copy {
  font-size: 0.65em;
}

.lb-copy a {
  color: #ed0a28;
}

.lb-copy a:hover {
  color: #202020;
}

.lb-link {
  color: #202020;
}

.lb-link:hover {
  color: #202020;
}

.lb-action {
  transition: background 0.2s;
}

.lb-action,
.lb-action:focus {
  display: inline-block;
  padding: 1.1em 3em;
  background: #ed0a28;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 700;
}

.lb-action:hover,
.lb-action:focus {
  background: #202020;
}

.lb-action.lb-action-black {
  background: #202020;
}

.lb-action.lb-action-black:hover {
  background: #ed0a28;
}

.lb-twocol {
  padding: 2em 0;
}

.lb-revlon-twocol,
.lb-revlon-twocol-rich {
  padding: 5em 0;
}

.lb-image-single {
  display: block;
  margin: 0 auto;
}

.lb-left {
  float: left;
  width: 45%;
}

.lb-right {
  float: right;
  width: 45%;
}

.lb-twocol .lb-content {
  padding: 3em 0;
}

.lb-carousel .lb-copy,
.lb-carousel .lb-item-new {
  font-size: 1em;
  line-height: 1.3;
}

.lb-carousel .lb-item-new {
  font-weight: 700;
  color: #ed0a28;
  text-transform: uppercase;
  min-height: 1.3em;
  padding-top: 0.8em;
  padding-bottom: 0.2em;
}

.lb-carousel .owl-prev,
.lb-carousel .owl-next {
  position: absolute;
  top: 30%;
  width: 50px;
  height: 80px;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.lb-carousel .owl-prev {
  left: 20px;
}

.lb-carousel .owl-next {
  right: 20px;
}

.lb-carousel .owl-prev:after,
.lb-carousel .owl-next:after {
  display: block;
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.lb-carousel .owl-prev:after {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAACnBAMAAAAPjATzAAAAMFBMVEUAAAAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICCTiRPEAAAAD3RSTlMA8BBgoNAwwCCwcFDggEArACvaAAABZklEQVRo3u2YQUrDYBBGh0al6FIogguzEXEXT5DeINCVu9greIG68QJeQG+g3sFr6BWkNEGUwmgDOcD3NP/CTvYfD9q+eSW27U9Wv+TyqHKfqZsdd2/EzWjxM1qLo1PfPCKo3mxaAlpJm3EH8qk0mrvLH97eCQatCKiQRhcAlDkAld3mGICWV9LosRtNNCUIqMKgNgcgzfMzABrVPUh271MDEfduk7nHQcXgkmcEVGLJl08aCCixn8w9DpohybXAEve45HcA1ERgI7AR2AhsBDYCuxWB3QUgK0FgbdErIY+OxFEFviR7Bz8HVhcrf4EqbHBt7aA/EOgUkaP3YOi8skPO/heCOCHUR26DB9fOe+vRISOX7IagJgCVykaOOlRRxMZnZiMX/yuFjfOUNnLUNUG1ovj3zEYu/mUKG6vIcGQ4MhwZjgxHhiPDfyV+YwC1NqKImW5jawDVWaW+qZ7Ko/Hrm/3X5xvrg4+vKw9N3gAAAABJRU5ErkJggg==');
}

.lb-carousel .owl-next:after {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAACnBAMAAAAPjATzAAAAMFBMVEUAAAAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICCTiRPEAAAAD3RSTlMA8BDQoGAwwCCwcFCA4ED8MlmAAAABXElEQVRo3u2WMU4CQRhGJ+Aao7U0FpJYGAsbKjq5weIJVq7gBZbE1soL4A3UK1jrWQjZJQQS8pNlTvC9sFPAP/2XV+y+eROO9vxvf+VN16zqq6PCzAbqqLQGBUY2FEezZrR40UZza05PG2VGUIVx1Jigltro6na/ElETgjqPqE+CqhFqpK3uCKrzxFGrPkCpNj6YARtzgjqLqClB9QAqlY0cda2iiI0/zEYu/iaFjZOUNnLUK0FVovgzZiMXf5jCxtwz7Bn2DHuGPcOeYc/wocSvA0BtxdHjHkU+VSV+KWDVBfj9wI8OlALV5tfEcwShqw9csjftX+dfIBwgUSCGQHTs+T0AoUdLdG+tgYh7b8nc46Bx65JnBFRgyRffrT/aLpO5x0GD1iXvlMQ9LvkHANUeWA+sB9YD64H1wJ5EYLsAFAoQ2FBGJcBoJI5yAApzAApZo4R83v+m4cTPDsK2klQlpAoGAAAAAElFTkSuQmCC');
}

.lb-carousel .lb-item-new:after {
  content: "\00a0";
}

.lb-carousel ul,
.lb-carousel li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.lb-carousel .lb-link {
  display: block;
}

.lb-carousel .lb-heading {
  padding-bottom: 1em;
}

.lb-slider-item .lb-image {
  width: 100%;
}

.lb-twocol,
.lb-hero {
  position: relative;
  overflow: hidden;
}

.lb-twocol .container,
.lb-hero .container {
  position: relative;
  z-index: 2;
}

.lb-twocol video,
.lb-hero video {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.lb-hero,
.lb-revlon-twocol,
.lb-revlon-twocol-rich {
  background-position: top center;
  background-size: cover;
}

.lb-hero .container {
  padding-top: 10em !important;
  padding-bottom: 10em !important;
}

.lb-revlon-hero.lb-hero .container {
  padding-top: 15em !important;
  padding-bottom: 15em !important;
}

.lb-hero-center {
  text-align: center;
}

.lb-hero-center .lb-hero-extra-image {
  display: none;
}

.lb-carousel .lb-heading,
.lb-media .lb-heading,
.white-body .campaign h2 {
  text-align: center;
  color: #ed0a28;
}

.lb-breadcrumb {
  padding: 3em 0;
}

.lb-breadcrumb a {
  color: #202020;
}

.lb-breadcrumb a:hover {
  color: #ed0a28;
}

.lb-media,
.white-body .campaign {
  padding: 2em 0;
}

.lb-carousel {
  padding: 4em 0;
}

.lb-media .lb-heading,
.white-body .campaign h2 {
  padding: 0.5em 0;
}

.lb-media .lb-copy,
.white-body .campaign .video-desc,
.white-body .campaign .campaign-header h3,
.white-body .campaign .campaign-header .desc {
  padding: 1em 0;
  text-align: center;
}

.lb-media .lb-image {
  width: 100%;
}

.lb-media iframe,
.lb-media video {
  width: 100%;
}

.lb-landing .lb-copy {
  font-size: 1.5em;
}

.white-body .campaign .video-desc,
.white-body .campaign .campaign-header h3,
.white-body .campaign .campaign-header .desc {
  margin: 0;
}

.white-body .campaign .gallery img {
  padding: 0;
}

.white-body .campaign .gallery .small {
  display: none !important;
}

.white-body .campaign.divider {
  margin: 0;
  border: 0;
}

.lb-revlon-white-copy .lb-heading,
.lb-revlon-white-copy .lb-copy,
.lb-revlon-white-copy .lb-copy p {
  color: #fff;
}

.lb-revlon-twocol .lb-left,
.lb-revlon-twocol-rich .lb-left,
.lb-revlon-twocol .lb-right,
.lb-revlon-twocol-rich .lb-right {
  width: 45%;
}

.lb-landing .lb-left,
.lb-landing .lb-right {
  width: 48%;
}

/* Mobile ------------------------------------------------------------------- */

@media (max-width: 1024px) {
  .lb-carousel {
    padding: 2em 0;
  }

  .lb-landing .lb-copy {
    font-size: 1.3em;
  }
}

@media (max-width: 767px) {
  .lb-breadcrumb .container,
  .lb-carousel .container,
  .lb-media .container,
  .lb-hero .container,
  .lb-twocol .container,
  .white-body .campaign > * {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .lb-line + .lb-line {
    margin-top: 15px;
  }

  .lb-revlon-twocol-rich .lb-line + .lb-line {
    margin-top: 5px;
  }

  .lb-hero .container {
    padding-top: 5em !important;
    padding-bottom: 5em !important;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.75);
    text-align: center;
  }

  .lb-hero.lb-hero-center-lb-wrap .container {
    background-color: transparent;
  }

  .lb-revlon-hero.lb-hero .container {
    padding-top: 6em !important;
    padding-bottom: 6em !important;
  }

  .lb-hero .container .lb-heading,
  .lb-hero .container .lb-copy {
    color: #fff;
  }

  .lb-breadcrumb {
    padding: 1em 0;
  }

  .lb-twocol {
    padding: 1.5em 0;
  }

  .lb-revlon-twocol,
  .lb-revlon-twocol-rich {
    padding: 2.5em 0;
  }

  .lb-twocol .lb-content {
    padding: 1.5em 0;
  }

  .lb-left {
    float: none !important;
    width: auto !important;
  }

  .lb-right {
    float: none !important;
    width: auto !important;
  }

  .lb-twocol .container {
    display: flex;
    flex-flow: column;
  }
  .lb-order-1 { order: 1; }
  .lb-order-2 { order: 2; }

  .white-body .campaign.hidden-xs {
    display: block !important;
  }

  .lb-hero.lb-hero-right-lb-wrap {
    background-position: 15% 0%;
    background-size: 250% auto;
    background-repeat: no-repeat;
  }

  .lb-hero.lb-hero-left-lb-wrap {
    background-position: 85% 0%;
    background-size: 250% auto;
    background-repeat: no-repeat;
  }
}

@media (max-width: 480px) {
  .lb-heading,
  .lb-revlon-hero .lb-heading,
  .lb-revlon-twocol .lb-heading,
  .white-body .campaign h2 {
    margin: 0;
    font-weight: 700;
    font-size: 2.5em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .lb-revlon-twocol-rich .lb-heading {
    font-size: 1em;
  }

  .lb-copy,
  .lb-copy p,
  .lb-landing .lb-copy,
  .lb-landing .lb-copy p,
  .white-body .campaign .video-desc,
  .white-body .campaign .campaign-header h3,
  .white-body .campaign .campaign-header .desc {
    font-size: 1em;
  }

  .lb-hero .lb-copy {
    padding-left: 1em;
    padding-right: 1em;
  }

  .lb-action {
    padding: 0.8em 1em;
    font-size: 1.1em;
    width: 100%;
    text-align: center;
  }

  .lb-carousel .owl-prev,
  .lb-carousel .owl-next {
    top: 38%;
    width: 30px;
    height: 50px;
  }

  .lb-carousel .owl-prev {
    left: 5px;
  }

  .lb-carousel .owl-next {
    right: 5px;
  }

  .lb-slider-item {
    text-align: center;
  }
}

@media (max-width: 360px) {
  .lb-revlon-hero.lb-hero .container {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
  }
}

/* Desktop ------------------------------------------------------------------ */

@media (min-width: 768px) {
  .white-body .campaign > * {
    width: 750px;
    max-width: 750px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .lb-hero-left,
  .lb-hero-right {
    position: relative;
  }

  .lb-hero-left .lb-content {
    width: 35%;
    float: left;
  }

  .lb-hero-left .lb-image {
    position: absolute;
    bottom: 0;
    left: 50%;
  }

  .lb-revlon-hero .lb-hero-left .lb-content {
    width: 50%
  }

  .lb-revlon-hero .lb-hero-left .lb-image {
    position: static;
  }

  .lb-hero-right .lb-content {
    width: 35%;
    float: right;
  }

  .lb-hero-right .lb-image {
    position: absolute;
    bottom: 0;
    right: 50%;
  }

  .lb-revlon-hero .lb-hero-right .lb-content {
    width: 50%
  }

  .lb-revlon-hero .lb-hero-right .lb-image {
    position: static;
  }
}

@media (min-width: 992px) {
  .white-body .campaign > * {
    width: 970px;
    max-width: 970px !important;
  }
}

@media (min-width: 1200px) {
  .white-body .campaign > * {
    width: 1000px !important;
    max-width: 1000px !important;
    padding: 0px !important;
  }
}

@media (min-width: 481px) {
  .lb-slider-wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }

  .lb-slider-item {
    padding: 10px;
  }
}

@media (min-width: 1100px) {
  .lb-carousel .owl-prev {
    left: -60px;
    opacity: 1 !important;
  }

  .lb-carousel .owl-next {
    right: -60px;
    opacity: 1 !important;
  }
}

@media (min-width: 1025px) {
  .owl-carousel.lb-slider-short .owl-wrapper {
    max-width: 100%;
    text-align: center;
  }

  .owl-carousel.lb-slider-short .owl-item {
    float: none;
    display: inline-block;
  }
}

/* More stuff (corrections) ------------------------------------------------- */

.lb-hero .lb-copy p {
  font-size: 1em;
}

.lb-twocol.lb-revlon-twocol-alternate {
  min-height: 500px; 
  padding-top: 95px;
}

.lb-twocol.lb-revlon-twocol-alternate video {
  display: none;
}

.lb-twocol.lb-revlon-twocol-alternate .lb-copy p { 
  font-size: 0.9em;
}

@media screen and (max-width: 767px) {
  .lb-twocol.lb-revlon-twocol-alternate {
    min-height: 0; 
    padding-top: 1.5em;
    background: #fff !important; 
  }

  .lb-twocol.lb-revlon-twocol-alternate .container {  
    text-align: center;
  }

  .lb-twocol.lb-revlon-twocol-alternate .lb-heading {
    font-size: 1.7em;
  }

  .lb-hero .lb-copy p {
    color: #fff;
  }

  .lb-twocol.lb-revlon-twocol-alternate.lb-revlon-white-copy .lb-heading, 
  .lb-twocol.lb-revlon-twocol-alternate.lb-revlon-white-copy .lb-copy,
  .lb-twocol.lb-revlon-twocol-alternate.lb-revlon-white-copy .lb-copy p {
    color: #000;
  }

  .lb-twocol.lb-revlon-twocol-alternate .lb-extra-copy a:hover {
    color: #000;
  }
}

@media screen and (min-width: 768px) {
  .lb-twocol.lb-revlon-twocol-alternate .container img { 
    display: none;
  }

  .lb-twocol.lb-revlon-twocol-alternate {
    background-position: center top;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .lb-twocol.lb-revlon-twocol-alternate:not(.lb-landing) {
    padding: 0.5em 0;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .lb-twocol.lb-revlon-twocol-alternate:not(.lb-landing) {
    padding: 2.5em 0;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .lb-twocol.lb-revlon-twocol-alternate:not(.lb-landing) {
    padding: 3.5em 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .lb-twocol.lb-revlon-twocol-alternate {
    background-position: center center;
    background-repeat: no-repeat;
  }

  .lb-twocol.lb-revlon-twocol-alternate:not(.lb-landing) {
    background-size: contain;
    min-height: 0;
  }

  .lb-twocol.lb-revlon-twocol-alternate .lb-heading {
    font-size: 1.7em;
  }
}

@media screen and (min-width: 1200px) {
  .lb-revlon-twocol-alternate:not(.lb-landing) .lb-left {
    margin-left: -50px;
  }

  .lb-revlon-twocol-alternate:not(.lb-landing) .lb-right {
    margin-right: -50px;
  }
}

@media screen and (min-width: 1300px) {
  .lb-revlon-twocol-alternate:not(.lb-landing) .lb-left {
    margin-left: -85px;
  }

  .lb-revlon-twocol-alternate:not(.lb-landing) .lb-right {
    margin-right: -85px;
  }
}

.lb-extra-copy a {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: #ed0a28;
  text-decoration: underline;
}

.lb-extra-copy a:after {
  content: ' ';
  position: absolute;
  width: 4px;
  height: 7px;
  top: 4px;
  right: -10px;
  background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHAQMAAAAVq36TAAAABlBMVEUAAADtCijLB7pMAAAAAXRSTlMAQObYZgAAABVJREFUCNdjaGA4wPCA4QMQH2BoAAAkXgUx2KhS+wAAAABJRU5ErkJggg==');
}

@media screen and (min-width: 480px) {
  .lb-extra-copy a {
    white-space: nowrap;
  }
}

@media screen and (max-width: 479px) {
  .lb-extra-copy a:after {
    width: 100%;
    height: 40px;
    left: 0;
    right: auto;
    top: 50%;
    margin-top: -20px;
    background: transparent;
  }
}

.lb-revlon-white-copy .lb-extra-copy a:hover {
  color: #fff;
}

.lb-twocol.lb-revlon-twocol-alternate.lb-landing .lb-copy .lb-extra-copy {
  margin-top: 12px;
}

.lb-twocol.lb-revlon-twocol-alternate.lb-landing .lb-copy.lb-line {
  margin-top: 0;
}

.lb-twocol.lb-revlon-twocol-alternate.lb-landing .lb-copy-subtitle {
  margin-top: -2px;
  margin-bottom: 12px;
}

.lb-twocol.lb-revlon-twocol-alternate.lb-landing .lb-copy-subtitle strong {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.7em;
}

.white-body #mobile-nav {
  visibility: hidden;
}

/* Video aspect ratio */

.lb-hero-center-lb-wrap {
  padding-bottom: 39.583%; /* 1920/760 */
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .lb-hero-center-lb-wrap {
    padding-bottom: 42%; /* show bigger video */
  }
}

.lb-hero-center-lb-wrap.lb-hero video {
  height: 100%;
}

.lb-hero-center-lb-wrap.lb-hero .container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media screen and (max-width: 359px) {
  .lb-hero-center-lb-wrap.lb-hero .lb-line + .lb-line {
    margin-top: 10px;
  }
}

body.jsmodal-open {
	overflow: hidden;
}

/**
 * Carousel
 **/
.revlon-carousel {
	position: relative;
}
.revlon-carousel .rc-panels {
	position: relative;
	width: 100%;
	height: 600px;
	z-index: 10;
}
.revlon-carousel .rc-panel {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #333;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
} 
.revlon-carousel .rc-product-image{
	max-height:260px;
}  
.revlon-carousel .rc-panel:first-child {display: block;}
.revlon-carousel .rc-panel-background {
	width: 100%;
}
.revlon-carousel .rc-panel-content {
	margin-right: 50%;
	background-color: rgba(0, 0, 0, 0.8);
	height: 100%;
	position: relative;
}
.revlon-carousel .rc-panel-content .rc-modal-content {
	display: none;
}
.revlon-carousel .rc-panel-band {
	position: absolute;
	background: #fff;
	color: #333;
	height: 76px;
	left: 0px;
	right: 40px;
	top: 30px;
	line-height: 76px;
	white-space: nowrap;
	text-align: right;
	padding-right: 40px;
	font-weight: bold;
	text-transform: uppercase;
}

.revlon-carousel .rc-button, 
.r-lio-carousel-footer-wrapper .rc-button, 
.r-lio-modal-carousel-footer .rc-button, 
.rc-flyer-modal .rc-button,
.r-panel-small-carousel .rc-button {
	background: #E31734;
	color: #FFF;
	cursor: pointer;
	padding: 12px 30px;
	text-transform: uppercase;
	margin: 20px auto;
	display: inline-block;
    max-width:230px;
    width:100%;
	position: relative;
	/*transform: translateZ(0px);*/
	box-shadow: 0px 0px 1px transparent;
	backface-visibility: hidden;
	vertical-align: middle;
    
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 900;
}
#rc-panel-id-8301d646-3c23-4b5a-b1bd-a5174c6a29e4 .rc-button {
    margin: 10px auto;
}
.rc-flyer-modal .rc-button {
    font-size: 15px;
	padding: 5px 18px;
	width: auto;
	margin: 0px 10px;
}
.hash-tag-button,
.r-lio-carousel-footer-wrapper .rc-button {
    font-size: 14px;
    margin: 10px;
    padding: 10px 18px;
    min-width: 160px;
	width: auto;
}
.hash-tag-button:hover,
.revlon-carousel .rc-button:hover,
.r-panel-small-carousel .rc-button:hover {
	background-color: #000;
}
.rc-flyer-modal .rc-button:hover,
.r-lio-modal-carousel-footer .rc-button:hover,
.r-lio-carousel-footer-wrapper .rc-button:hover {
    background-color: #757575;
}

.revlon-carousel .rc-panel p {
	margin: 2px 0;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: normal;
}
.revlon-carousel .rc-panel .rc-logo {
	margin: 0 0 6px;
	display: block;
}
.revlon-carousel .rc-panel .rc-logo img{
    width: auto;
    height: auto;
}
.revlon-carousel .rc-panel .rc-new {
	color: #E31734;
	font-size: 18px;
	margin: 0;
	font-weight: 200;
}
.revlon-carousel .rc-panel .hashtag {
	color: #E31734;
	font-size: 33px;
	font-weight: bold;
	margin-bottom: 10px;
	text-shadow: 0px 0px 3px #333;
	line-height: 34px;
}
.revlon-carousel .rc-panel .hashtag.love-test {
    display: inline-block; 
    margin-bottom: 20px; 
    font-size: 60px;
    font-weight:400;
    font-family: "Gotham SSm Light A", "Gotham SSm Light B";
	margin-bottom:12px;
	line-height:1;
}
.revlon-carousel .rc-panel .love-test-subtitle {
    margin-top: -10px !important;
    margin-bottom: 15px;
    text-transform: none;
    font-family: "Gotham SSm Light A", "Gotham SSm Light B";
}
.revlon-carousel .rc-panel .rc-large-text {
	font-size: 26px;
	line-height: 26px;
}
.revlon-carousel .rc-panel .rc-panel-info {
	font-size: 14px;
}
.r-panel-carousel-with-navbar .revlon-carousel {
	padding-top: 42px;
}
@media (max-width:767px){
    .hash-tag-button,
    #rc-panel-id-8301d646-3c23-4b5a-b1bd-a5174c6a29e4 .rc-button {
        min-width: 220px;
    }
	.revlon-carousel .rc-panel .hashtag.love-test {
		font-size: 48px;
		color: #E31734;
	}
	.revlon-carousel .rc-panel .love-test-subtitle {
		color:#fff;
		font-size: 16px;
	}
	.r-panel-carousel-with-navbar .revlon-carousel {
		padding-top: 0;
	}
}

/* Panel Type 1 */
.revlon-carousel .rc-html-content {
	margin: 50px auto 0;
	max-width: 600px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
/* Panel Type 2 */
.revlon-carousel .rc-inner-content {
	float: right;
	margin: 50px 20px 0px 0px;
	width: 420px;
	text-align: center;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	height: 450px;
}
.ie9 .revlon-carousel .rc-panel:first-child .rc-inner-content .rc-body{
	top: 35% !important;
}
.ie9 .revlon-carousel .rc-panel:first-child .rc-inner-content .rc-button{
	top: 35% !important;
}
.ie9 .revlon-carousel .rc-inner-content .rc-body{
	position: relative;
	top: 10%;
}
.ie9 .revlon-carousel .rc-inner-content .rc-button{
	position: relative;
	top: 10%;
}
.ie9 .revlon-carousel .rc-inner-content .rc-product-image{
	position: relative;
	top: 10%;
}
.ie9 .r-love-is-on .revlon-carousel .rc-inner-content .rc-body{
	position: relative;
	top: 35%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ie9 .r-love-is-on .revlon-carousel .rc-inner-content .rc-button{
	position: relative;
	top: 25%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ie9 .r-love-is-on .revlon-carousel #rc-panel-id-af05d66a-a122-452c-a89b-e8a9aaaf2ee0 .rc-inner-content .rc-body {
top: 40%;
}
.ie9 .r-love-is-on .revlon-carousel #rc-panel-id-af05d66a-a122-452c-a89b-e8a9aaaf2ee0 .rc-inner-content .rc-button {
    top: 16%;
}
.revlon-carousel .rc-pager {
	position: absolute;
	bottom: 0;
	height: 90px;
	/*max-width: 904px;*/
    max-width:0;
	background: #000;
	left: 0;
	right: 0;
	z-index: 20;
	margin: 0 auto;
	overflow: hidden;
    width: 100%;
}
.revlon-carousel .rc-pager .rc-slider {
	margin: 0 26px;
	height: 150px;
	overflow-x: scroll;
	overflow-y: hidden;
}
    .revlon-carousel .rc-pager .rc-pager-slider {
        margin: 0 auto;
    }
    .revlon-carousel .rc-pager .rc-pager-slider:after {
        content: " ";
        visibility: hidden;
        height: 0;
        clear: both;
        display: block;
        font-size: 0;
    }
.revlon-carousel .rc-pager .rc-pager-slider > div {
	width: 170px; 
	height: 90px;
	cursor: pointer;
	margin: 0;
	float: left;
	text-align: center;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	font-size: 15px;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 700;
	line-height: 15px;
	text-shadow: 0px 0px 1px #999;
    border: 2px solid #000;
	position: relative;
}
.revlon-carousel .rc-pager .rc-pager-slider > div span {
	position: relative;
    z-index: 2;
	opacity: 0.2;
    text-transform: uppercase; /* added due to font decrease - AR choose love*/
}
.revlon-carousel .rc-pager .rc-pager-slider > div img {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
	opacity: 0.2;
	border: 0 none;
	box-shadow: none;
	text-shadow: none;
}
.ie9 .revlon-carousel .rc-pager .rc-pager-slider > div{
	display:table;
}
.ie9 .revlon-carousel .rc-pager .rc-pager-slider > div span{
	display:table-cell;
	vertical-align: middle;
}
.revlon-carousel .rc-pager .rc-pager-slider > div:hover span {
	opacity: 1;
}
.revlon-carousel .rc-pager .rc-pager-slider > div:hover img {
	opacity: 0.4;
}
.revlon-carousel .rc-pager .rc-pager-slider > .rc-slide-active img,
.revlon-carousel .rc-pager .rc-pager-slider > .rc-slide-active:hover img,
.revlon-carousel .rc-pager .rc-pager-slider > .rc-slide-active span {
	opacity: 1;
}
.revlon-carousel .rc-pager .rc-pager-prev,
.revlon-carousel .rc-pager .rc-pager-next {
	cursor: pointer;
	height: 90px;
	width: 26px;
	position: relative;
    background-color: #000;
    display: none;
}
.revlon-carousel .rc-pager .rc-pager-prev:before,
.revlon-carousel .rc-pager .rc-pager-next:before {
	content: '';
  	position: absolute;
	background-image: url("/Revlon2/img/sprites/revlon_sprite_desktop.png");
	height: 26px;
	width: 26px;
	top: 50%;
	margin-top: -13px;
}
.revlon-carousel .rc-pager .rc-pager-prev {
	float: left;
}
.revlon-carousel .rc-pager .rc-pager-prev:before {
	background-position: 128px -11px;
}
.revlon-carousel .rc-pager .rc-pager-next {
	float: right;
}
.revlon-carousel .rc-pager .rc-pager-next:before {
	background-position: 91px -11px;
}
.revlon-carousel .rc-tag {
	position: absolute;
	top: 20px;
	left: 0;
	right: 50%;
	height: 65px;
	background: #fff;
	z-index: 100;
	margin-right: 40px;
	text-align: center;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.revlon-carousel .rc-tag p {
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 !important;
	margin: 0;
}
.revlon-carousel .rc-tag img {
    margin-left: 10px;
    max-width: 100px;
}
.ie9 .revlon-carousel .rc-tag{
	display:table;
	width:100%;
	max-width:450px;
}
.ie9 .revlon-carousel .rc-tag p{
	display: table-cell;
	vertical-align: middle;
}
.r-lio-parallax .r-lio-wide-carousel.r-lio-tatia-carousel .revlon-carousel .rc-inner-content {
	padding-top: 0;
}
@media (max-width: 768px) {
    
  .home .revlon-carousel .rc-panel-content {
    margin: 0;
  }
  .r-lio-wide-carousel .revlon-carousel .rc-panel-content {
	margin: 0;  
  }
  .revlon-carousel .rc-inner-content {
        float: none;
        margin: 0 auto;
        padding-top: 50px;
        width: auto;
        height: 520px;
    }
  .revlon-carousel .rc-panel p {
	  font-weight: 200;
  }
  .revlon-carousel .rc-panel .rc-new{
      font-size: 22px;
      margin-bottom: 5px;
  }
  .revlon-carousel .rc-body{
      margin-bottom:10px;
  }
  .hash-tag-button,
  .revlon-carousel .rc-button{
     font-size: 15px;
     margin: 25px auto 45px;
     padding: 12px 27px;
     width:auto;
	 max-width: 250px;
  }
  revlon-carousel .rc-inner-content {
	  margin: 0 auto;
	  float: none;
	  padding-top: 50px;
  }
  .revlon-carousel .rc-pager {
	  height: 65px;
  }
  .revlon-carousel .rc-pager .rc-pager-slider > div, 
  .revlon-carousel .rc-pager .rc-pager-slider > img {
	width: 123px; 
	height: 65px;
  }
  .revlon-carousel .rc-pager .rc-pager-prev,
  .revlon-carousel .rc-pager .rc-pager-next {
	  height: 65px;
  }
  .r-lio-parallax .r-lio-wide-carousel.r-lio-tatia-carousel .revlon-carousel .rc-inner-content {
	float: none;
	margin: 0 auto;
	padding-top: 0;
  }
  #rc-panel-id-2b5375dd-c07b-45cc-b09e-15c3ea5c615c .rc-panel-content .rc-inner-content {
	  float: left;
  }
}
.r-video-aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
}

.r-video-aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
}
.rc-modal .rc-social-icons {
	text-align: right;
	margin: 10px 0px;
}
.rc-modal.rc-flyer-modal .rc-socialicons{
	margin:0;
}
.rc-video-modal .rc-social-icons-label,
.rc-modal .rc-social-icons-label {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	vertical-align: text-bottom;
	padding-right: 6px;
	text-transform: uppercase;
}
.rc-modal .rc-social-icons .social-links-large {
	margin: 0;
}
.rc-modal.rc-flyer-modal .rc-social-icons .social-links-large{
	position: relative;
    top: 3px;
}

@media (max-height: 747px) {
  .home .revlon-carousel .rc-panels {
    height: 450px;
  }
  .home .revlon-carousel .rc-inner-content {
	  margin-top: 0;
	  height: 400px;
	  padding: 0;
  }
  .home .revlon-carousel .rc-inner-content .rc-product-image img {
	  height: 200px;
  }
}
@media (max-width: 767px) and (max-height:747px){
    .hash-tag-button,
	.revlon-carousel .rc-button{
		font-size: 15px;
		margin: 20px auto;
		padding: 12px 27px;
	}
}


/**
 * jsModal
 **/
#modal-overlay {
  background: #000;
  filter: alpha(opacity=30);
  height: 100%;
  left: 0;
  -moz-opacity: 0.3;
  -webkit-opacity: 0.3;
  -ms-filter: alpha(opacity=30);
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 998;
}

#modal-container {
  height: auto;
  font-family: arial,sans-serif;
  font-size: 14px;
  position: fixed;
  z-index: 998;
  top: 20px !important;
  bottom: 20px;
}

#modal-header {
  height: 20px;
  overflow: visible;
  clear: both;
  max-width: 1400px;
  margin: 0 auto;
}

#modal-close {
  background-image: url("/Revlon2/img/sprites/revlon_sprite_desktop.png");
  background-position: 41px -15px;
  cursor: pointer;
  display: block;
  opacity: 1.0;
  float: right;
  height: 22px;
  width: 22px;
  margin: -8px -20px 0 0;
}
#modal-close:hover {
  opacity: 0.6;
}

#modal-content {
  display: block;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
#modal-content .rc-social-icons {
    margin:10px;
}
@media (max-width: 768px) {
	#modal-content .rc-social-icons {
		text-align: center;
	}
}

@media (max-width: 1000px) {
	#modal-close {
		 margin: -10px -10px 0 0;
	}
}

#modal-container.modal-loading {
  background: #fff url('/Revlon2/img/loader.gif') no-repeat center center;
}

#modal-container .r-video-aspect-ratio {
	width: 800px;
}


/* Love Is On */
.r-lio-parallax {
	position: relative;
}
.r-lio-parallax > article {
	min-height: 600px;
	width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-box-shadow: 0px 0px 100px 5px #000; 
	-moz-box-shadow: 0px 0px 100px 5px #000; 
	box-shadow: 0px 0px 100px 5px #000;
}
.r-love-is-on .r-lio-html-block{
	min-height: 0;
}
.r-lio-parallax article.r-lio-main-panel {
	background-color: #000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	min-height: 542px;
}
.r-lio-parallax article nav{
	background:#E31734;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	overflow: hidden;
	z-index: 200;
	transition: height 0.75s;
}
/*.r-lio-parallax article.r-lio-main-panel nav a*/
.r-lio-parallax article nav a {
	display: inline-block;
	color: #fff;
	padding: 10px 20px;
	text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    line-height:20px;
}
.r-lio-parallax article nav a:hover,
.r-lio-parallax article nav a.rc-active {
	font-weight: bold;
    color: #000;
}
.r-lio-parallax article.r-lio-main-panel .r-lio-mp-content {
	background:rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	right: 100%;
	bottom: 0;
	text-align: center;
	padding-top: 42px;
	z-index: 5;
	transition: right 1s;
}
.r-lio-parallax article.r-lio-main-panel .r-lio-mp-content.r-active {
	right: 50%;
}
.r-lio-parallax article.r-lio-main-panel .r-lio-mp-inner-content {
	float: right;
	text-align: center;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	height: 420px;
	margin: 42px 0 0;
	opacity: 0;
	transition: opacity 1s;
	width: 100%;
	max-width: 500px;
} 
.r-lio-parallax article.r-lio-main-panel .rc-button {
    background: #E31734 none repeat scroll 0% 0%;
	color: #FFF;
	cursor: pointer;
	padding: 12px 32px;
	text-transform: uppercase;
	margin: 32px auto;
	display: inline-block;
	font-size: 18px;
    max-width:260px;
    width:100%;
	position: relative;
	/*transform: translateZ(0px);*/
	box-shadow: 0px 0px 1px transparent;
	backface-visibility: hidden;
	vertical-align: middle;
    
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 900;
}
.ie9 .r-lio-parallax article.r-lio-main-panel .r-lio-mp-inner-content .rc-body{
	position: relative;
	top: 35%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ie9 .r-lio-parallax article.r-lio-main-panel .r-lio-mp-inner-content .rc-button{
	position: relative;
	top: 35%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.r-lio-parallax article.r-lio-main-panel .rc-button:hover,
.r-lio-parallax article.r-lio-main-panel .rc-button:focus,
.r-lio-parallax article.r-lio-main-panel .rc-button:active {
	background-color:#000;
}

@media (max-width: 767px) {
	.r-lio-parallax article nav {
		display: none;
	}
	
	.r-lio-parallax article.r-lio-main-panel .r-lio-mp-content.r-active {
		right: 0;
	}
	.r-lio-parallax article.r-lio-main-panel .r-lio-mp-inner-content { 
		float: none;
		margin: 42px auto 0;
	}
    
    }

.r-lio-parallax article.r-lio-parallax {
	width: 100%;
	height: 600px;
	margin: 0 auto;
}
.r-love-is-on .r-lio-parallax#bridal, .r-love-is-on .r-lio-parallax#dating-advice {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.r-lio-parallax .r-lio-parallax-content {
	position: absolute;
	right: 50%;
	width: 500px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	height: 100%;
	text-shadow: 0px 0px 1px #ddd;
}
.r-lio-parallax .r-lio-parallax-content h3 {
	font-size: 60px;
	font-weight: normal;
	margin: 0px;
    text-shadow: 2px 2px #333;
    font-family: "Gotham SSm Light A","Gotham SSm Light B";
    font-weight:200;
}
.r-lio-parallax .r-lio-parallax-content h2 {
	font-size: 60px;
	margin: 0px;
	font-weight: bold;
    text-shadow: 2px 2px #333;
}
.r-lio-parallax .r-lio-parallax-content p {
	margin: 20px 0px;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
    font-family: "Gotham SSm Light A","Gotham SSm Light B";
    font-weight:200;
    text-shadow: 2px 2px #333;
}
.ie9 .r-lio-parallax .r-lio-parallax-content h3{
	position: relative;
	top: 35%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ie9 .r-lio-parallax .r-lio-parallax-content h2{
	position: relative;
	top: 35%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ie9 .r-lio-parallax .r-lio-parallax-content p{
	position: relative;
	top: 35%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.r-lio-parallax article.r-lio-carousel {
	max-width: 1028px;
	margin: 0 auto;
	margin: 40px auto;
}
.r-lio-parallax .revlon-carousel .rc-inner-content {
	width:100%;
	height:475px;
	float:none;
	/*padding-top: 100px;*/
	margin:0;
}
.r-lio-parallax .revlon-carousel .rc-pager {
	height: 124px;
	max-width: none;
}
.r-lio-parallax .revlon-carousel .rc-pager .rc-pager-slider {
	height:200px;
}
.r-lio-parallax .revlon-carousel .rc-pager .rc-pager-slider > div {
	width: 220px;
	height: 124px;
	/*margin: 0 2px;*/
}
.r-lio-parallax .revlon-carousel .rc-pager .rc-pager-slider img {
    border: 1px solid rgba(128,128,128,.9);
}
.r-lio-parallax .revlon-carousel .rc-pager .rc-pager-prev,
.r-lio-parallax .revlon-carousel .rc-pager .rc-pager-next {
	background: #fff;
	height: 124px;
}
.r-lio-parallax .revlon-carousel .rc-tag img {
    margin-bottom: 9px;
}

.r-lio-parallax .revlon-carousel .rc-panel-content .rc-title-top {
	font-size: 45px;
	color: #E31734;
	font-weight: bold;
	line-height: 50px;
	text-transform: uppercase;
}
.r-lio-parallax .revlon-carousel .rc-panel-content .rc-title-bottom {
	font-weight: bold;
	line-height: 50px;
	text-transform: uppercase;
	font-size: 45px;
}
.r-lio-parallax .revlon-carousel .rc-panel-content p {
	margin-top: 20px;
	padding: 0;
	font-weight: 200;
	font-size: 23px;
}
.r-lio-parallax .revlon-carousel .rc-panel-content .rc-episode {
	font-weight: bold;
	margin-top: 20px;
}
.r-lio-parallax .revlon-carousel .rc-panel-content .rc-episode-name {
	font-size: 24px;
	margin: 0 40px;
}

/*LIO page wide carousel specific css*/
.r-lio-parallax article.r-lio-wide-carousel {
    max-width:100%;
}
.r-lio-parallax .r-lio-wide-carousel .revlon-carousel .rc-pager {
    max-width:1028px;
    position:relative;
}
.r-lio-parallax .r-lio-wide-carousel .revlon-carousel .rc-inner-content {
    max-width:500px;
    float:right;
}
#rc-panel-id-2b5375dd-c07b-45cc-b09e-15c3ea5c615c .rc-panel-content .rc-inner-content {
    padding-top:0;
}
.r-lio-wide-carousel .revlon-carousel .rc-panels {
    height: 480px;
}
/*home page carousel specific css*/
body.home .revlon-carousel .rc-pager-slider-item span{
	text-transform: uppercase;
	font-size: 15px;
    font-weight: 700;
}
/* hashtag carousel specific css*/
.r-lio-parallax .revlon-carousel .rc-panel-content .rc-hashtag-banner {
    border: 1px solid #fff;
    color: #fff;
}
.r-lio-parallax .revlon-carousel .rc-panel-content .rc-hashtag-banner {
    margin-top: 55px;
    padding: 10px 40px !important;
    text-align: center;
    height: auto;
}
    .r-lio-parallax .revlon-carousel .rc-panel-content .rc-hashtag-banner .rc-title-top,
    .r-lio-parallax .revlon-carousel .rc-panel-content .rc-hashtag-banner .rc-title-bottom {
        font-weight: 900;
        font-size: 24px;
        color: #fff;
        line-height: 1;
    }
    .r-lio-parallax .revlon-carousel .rc-panel-content .rc-hashtag-banner .rc-title-bottom {
        color: #ea002a;
    }

    .r-lio-parallax .revlon-carousel .rc-panel-content .rc-hashtag-banner .rc-image-wrapper {
        margin: 15px auto;
    }
    .r-lio-parallax .revlon-carousel .rc-panel-content .rc-hashtag-banner .rc-image-wrapper em {
        font-style: normal;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 24px;
    }
    .r-lio-parallax .revlon-carousel .rc-panel-content .rc-hashtag-banner .rc-image-wrapper span {
        display: block;
        font-size: 24px;
    }
    .r-lio-parallax .revlon-carousel .rc-panel-content .rc-hashtag-banner .rc-image-wrapper img {
        display: block;
        margin: 0 auto 15px auto;
        max-width: 100%;
        height: auto;
    }

.hash-tag-wrapper {
    font-family: "Gotham SSm Light A", "Gotham SSm Light B";
    font-size: 34px;
    font-weight: 200;
    text-align: center;
    color: #fff;
    margin: 20px auto;
    text-transform: uppercase;
    line-height: 1;
}
.r-lio-parallax > article.hash-tag-wrapper {
    box-shadow: none;
}
    .hash-tag-wrapper h2 {
        font-family: "Gotham SSm A","Gotham SSm B";
        font-size: 93px;
        font-weight: 900;
        color: #ea002a;
    }
    .hash-tag-wrapper h2 em {
        display: block;
        font-size: 58px;
        font-style: normal;
        color: #fff;
    }
.hash-tag-wrapper div {
    overflow: hidden;
}
    .hash-tag-wrapper .hash-tag-img {
        display: inline-block;
        margin: 0 auto;
        padding: 0 7%;
    }
    .hash-tag-wrapper span {
        display: block;
        margin: 10px auto;
        font-size: 64px;
    }
    /*.hash-tag-wrapper .hash-tag-img {
        position: absolute;
        top: 50%;
        right: -134px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }*/
    .hash-tag-wrapper .hash-tag-img img {
        display: inline-block;
        margin: 0 auto;
        width: 100%;
        height: auto;
        transform: translateX(8%);
        -webkit-transform: translateX(8%);
    }
    
.hash-tag-wrapper.hash-tag-small {
    font-size: 34px;
    color: #030000;
    padding: 20px;
    margin: 0 auto;
    background-color: #fff;
    line-height: 1;
}
    .hash-tag-wrapper.hash-tag-small h2 {
        font-family: "Gotham SSm A","Gotham SSm B";
        font-size: 75px;
    }
    .hash-tag-wrapper.hash-tag-small h2 em {
        font-size: 46px;
        color: #030000;
    }
    .hash-tag-wrapper.hash-tag-small div {
        margin: 10px auto;
        color: #030000;
        font-size: 22px;
    }
    .hash-tag-wrapper.hash-tag-small span {
        display: inline-block;
        vertical-align: middle;
        margin: 0 2px;
        font-size: 22px;
    }
    .hash-tag-wrapper.hash-tag-small .hash-tag-img img {
        transform: translateX(6.5%);
        -webkit-transform: translateX(6.5%);
    }
.hash-tag-button {
    background: #E31734;
    color: #fff;
    cursor: pointer;
    padding: 12px 30px;
    text-transform: uppercase;
    margin: 20px auto;
    display: block;
    max-width: 230px;
    width: 100%;
    position: relative;
    box-shadow: 0px 0px 1px transparent;
    backface-visibility: hidden;
    vertical-align: middle;
    font-family: "Gotham SSm A","Gotham SSm B";
    font-style: normal; 
    font-weight: 900;
}
.hash-tag-button:hover {
    background-color:#000;
}

@media (max-width:1046px){
	.r-lio-parallax .r-lio-parallax-content{
		right:44%;
	}
}
@media (max-width:960px){
	.r-lio-parallax .r-lio-parallax-content{
		right:40%;
	}
}
@media (max-width:850px){
	.r-lio-parallax .r-lio-parallax-content{
		right:36%;
	}
}
@media (max-width:800px){
	.r-lio-parallax .r-lio-parallax-content{
		right:32%;
	}
}
@media (max-width: 767px) {
    .r-lio-parallax .revlon-carousel .rc-panel-content .rc-hashtag-banner {
        margin-top: 0;
    }
        .r-lio-parallax .revlon-carousel .rc-panel-content .rc-hashtag-banner .rc-title-top,
        .r-lio-parallax .revlon-carousel .rc-panel-content .rc-hashtag-banner .rc-title-bottom {
            font-size: 16px;
        }
        .r-lio-parallax .revlon-carousel .rc-panel-content .rc-hashtag-banner .rc-image-wrapper {
            margin: 10px auto;
        }
        .r-lio-parallax .revlon-carousel .rc-panel-content .rc-hashtag-banner .rc-image-wrapper em {
            font-size: 13px;
        }
        .r-lio-parallax .revlon-carousel .rc-panel-content .rc-hashtag-banner .rc-image-wrapper img {
            width: 100%;
        }
	/*LIO parallax*/
	.parallax-mirror {
		display: none;
	}
    body.home .revlon-carousel .rc-pager-slider-item span{
		font-size:14px;
	}
	.r-lio-parallax article.r-lio-parallax{
		height:530px;
	}
	.r-lio-parallax .r-lio-parallax-content{
		height: 100%;
		left: 0;
		padding: 0 15px;
		width: 100%;
	}
	.r-lio-parallax .r-lio-parallax-content h3{
		font-size:44px;
	}
	.r-lio-parallax .r-lio-parallax-content h2{
		font-size:44px;
	}
	.r-lio-parallax .r-lio-parallax-content p{
		font-weight: 200;
		font-size:20px;
		width:60%;
		line-height:24px;
	}
	/*LIO carousel*/
	.r-lio-parallax > article {
		min-height:500px;
	}
	.r-lio-parallax .revlon-carousel .rc-panels{
		height:500px;
	}
	/*LIO carousel inner content*/
	.r-lio-carousel .revlon-carousel .rc-panel-content {
	    width:50%;
		height:100%;
		padding: 0 20px;
		position:absolute;
    }
	.r-lio-carousel.r-lio-tatia-carousel .revlon-carousel .rc-panel-content {
		width:100%;
	}
	.r-lio-carousel.r-lio-tatia-carousel .revlon-carousel .rc-button {
		padding: 10px 25px;
		font-size: 13px;
	}
    .r-lio-carousel .revlon-carousel .rc-inner-content {
	    /*float: none;
	    width:100% !important;*/
		height: 100%;
		padding: 0 0 35px;
		/*margin:0;*/
    }
	.r-lio-parallax .revlon-carousel .rc-panel-content .rc-title-top{
		font-size:30px;
		line-height:40px;
	}
	.r-lio-parallax .revlon-carousel .rc-panel-content .rc-title-bottom{
		font-size:30px;
		line-height:40px;
	}
	.r-lio-parallax .revlon-carousel .rc-panel-content p{
		font-size:18px;
	}
	.r-lio-carousel .revlon-carousel .rc-button{
		margin:20px auto;
	}
	/*LIO carousel 'partnership with:' */
	.r-lio-carousel .revlon-carousel .rc-tag{
	    width:300px;
		height:44px;
    }
    .r-lio-carousel .revlon-carousel .rc-tag p {
	    font-size:12px;
    }
    .r-lio-carousel .revlon-carousel .rc-tag img{
	    max-width:80px;
		max-height:44px;
    }
	/*LIO carousel pager*/
	.r-lio-parallax .revlon-carousel .rc-pager{
		height:100px;
	}
	.r-lio-parallax .revlon-carousel .rc-pager .rc-pager-slider > div, .r-lio-parallax .revlon-carousel .rc-pager .rc-pager-slider img{
		height:100px;
		width:180px;
	}
	.r-lio-parallax .revlon-carousel .rc-pager .rc-pager-prev, .r-lio-parallax .revlon-carousel .rc-pager .rc-pager-next{
		height:100px;
	}
    .r-lio-parallax .revlon-carousel .rc-pager .rc-pager-slider > div {
		font-size:20px;
		font-weight: 200;
	}
}
@media (max-width: 800px) {
	/*LIO parallax*/
   body.home .revlon-carousel .rc-pager-slider-item span {
		font-size:14px;
	}
}
@media (max-width: 480px) {
	/*LIO main*/
	.r-lio-parallax article.r-lio-main-panel{
		min-height:470px;
	}
	.r-lio-parallax article.r-lio-main-panel .rc-button{
		font-size:15px;
		font-weight: 200;
	}
	/*LIO parallax*/
	.r-lio-parallax article.r-lio-parallax{
		height:380px;
	}
	.r-lio-parallax .r-lio-parallax-content{
		display:block;
		padding-top:100px;
	}
	.r-lio-parallax .r-lio-parallax-content h3{
		font-size:36px;
		min-height:33px;
	}
	.r-lio-parallax .r-lio-parallax-content h2{
		font-size:36px;
	}
	.r-lio-parallax .r-lio-parallax-content p{
		font-size:18px;
	}
	/*LIO carousel*/
	.r-lio-parallax > article {
		min-height:400px;
	}
	.r-lio-parallax .revlon-carousel .rc-panels{
		height:400px;
	}
	.r-lio-carousel .revlon-carousel .rc-body{
		margin-bottom:0;
	}
	.r-lio-parallax .revlon-carousel .rc-panel-content .rc-title-top{
		font-size:24px;
		line-height:30px;
	}
	.r-lio-parallax .revlon-carousel .rc-panel-content .rc-title-bottom{
		font-size:24px;
		line-height:30px;
	}
	.r-lio-carousel .revlon-carousel .rc-panel-content{
		padding: 0 10px;
	}
	.r-lio-parallax .revlon-carousel .rc-panel-content p{
		font-size: 16px;
		margin-top: 10px;
		padding: 0 !important;
	}
	.r-lio-parallax .revlon-carousel .rc-panel-content .rc-episode{
		margin-top:10px;
		font-size:10px;
	}
	.r-lio-parallax .revlon-carousel .rc-panel-content .rc-episode-name{
		font-size:17px;
		margin: 5px 0;
		font-weight: 200;
	}
	.r-lio-carousel .revlon-carousel .rc-button{
		font-size: 11px;
		margin: 10px auto;
		padding: 5px 15px;
	}
	/*LIO carousel pager*/
	.r-lio-parallax .revlon-carousel .rc-pager{
		height:80px;
	}
	.r-lio-parallax .revlon-carousel .rc-pager .rc-pager-slider > div, .r-lio-parallax .revlon-carousel .rc-pager .rc-pager-slider img{
		height:80px;
		width:140px;
	}
	.r-lio-parallax .revlon-carousel .rc-pager .rc-pager-prev, .r-lio-parallax .revlon-carousel .rc-pager .rc-pager-next{
		height:80px;
	}
    .r-lio-parallax .revlon-carousel .rc-pager .rc-pager-slider > div {
		font-size:16px;
	}
}
@media (max-width:360px){
	/*LIO parallax*/
	.r-lio-parallax article.r-lio-parallax{
		height:320px;
		min-height:320px;
	}
	.r-lio-parallax .r-lio-parallax-content{
		padding-top:80px;
	}
	.r-lio-parallax .r-lio-parallax-content h3{
		font-size:30px;
		font-weight: 200;
	}
	.r-lio-parallax .r-lio-parallax-content h2{
		font-size:30px;	
	}
	.r-lio-parallax .r-lio-parallax-content p{
		font-size:16px;
	}
	/*LIO carousel*/
	.r-lio-parallax > article {
		min-height:300px;
	}
	.r-lio-carousel .revlon-carousel .rc-panels{
		height:300px;
	}
	/*LIO carousel inner content*/
	.r-lio-carousel .revlon-carousel .rc-panel-content{
		padding: 0;
	}
	.r-lio-carousel .revlon-carousel .rc-inner-content{
		padding: 0 0 30px;
	}
	.r-lio-parallax .revlon-carousel .rc-panel-content .rc-title-top{
		font-size: 20px;
		line-height: 26px;
	}
	.r-lio-parallax .revlon-carousel .rc-panel-content .rc-title-bottom{
		font-size: 20px;
		line-height: 26px;
	}
	.r-lio-parallax .revlon-carousel .rc-panel-content .rc-episode {
		margin-top: 5px;
		font-size: 10px;
	}
	.r-lio-parallax .revlon-carousel .rc-panel-content .rc-episode-name{
		font-size:15px;
	}
		/*LIO carousel pager*/
	.r-lio-parallax .revlon-carousel .rc-pager{
		height:70px;
	}
	.r-lio-parallax .revlon-carousel .rc-pager .rc-pager-slider > div, .r-lio-parallax .revlon-carousel .rc-pager .rc-pager-slider img{
		height:70px;
		width:130px;
	}
	.r-lio-parallax .revlon-carousel .rc-pager .rc-pager-prev, .r-lio-parallax .revlon-carousel .rc-pager .rc-pager-next{
		height:70px;
	}
	.r-lio-carousel .revlon-carousel .rc-button{
		margin: 5px auto;
	}
	.r-lio-carousel .revlon-carousel .rc-tag {
		top: 0;
        width:50%;
	}
    .r-lio-carousel .revlon-carousel .rc-tag p {
        font-size: 7px;
    }
    .r-lio-carousel .revlon-carousel .rc-tag img {
        max-width:50px;
        margin-left:5px;
	}
	#love-horoscopes.r-lio-carousel .revlon-carousel .rc-inner-content {
		padding-top: 70px;
	}
	#love-horoscopes.r-lio-carousel .revlon-carousel .rc-body {
		margin-bottom: 20px;
	}
    .r-lio-parallax .revlon-carousel .rc-pager .rc-pager-slider > div {
		font-size:14px;
	}
}
/* Full screen modal */
#modal-container.rc-modal-fullscreen {
	position: fixed;
	left: 20px !important;
	right: 20px !important;
}
@media (min-width: 767px) {
	#modal-container.rc-modal-fullscreen {
		top: 20px !important;
		bottom: 20px;
		margin-top: 0 !important;
	}
	#modal-container.rc-modal-fullscreen #modal-content {
		overflow-x: hidden;
		overflow-y: auto;
		max-height: 100%;
	}
}

.rc-panel-modal-carousel {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	background: rgba(0, 0, 0, 0.8);
}
.rc-panel-modal-carousel .rc-pmc-carousel {
	margin: 0 170px;
	/*height: 825px;*/
	overflow: hidden;
}
.rc-panel-modal-carousel .rc-pmc-carousel .rc-pmc-panel {
	min-height: 736px;
	width: 100%;
	background: #000;
}
.r-lio-modal-with-coupon .rc-panel-modal-carousel .rc-pmc-carousel .rc-pmc-panel {
	min-height: 0;
}
.rc-panel-modal-carousel .rc-pmc-carousel .rc-pmc-panel .rc-pmc-title {
	font-size: 20px;
	text-transform: uppercase;
	padding: 10px 0px;
}
.rc-panel-modal-carousel .rc-pmc-carousel .rc-pmc-panel .rc-pmc-title strong {
	padding: 0 5px;
}
.rc-panel-modal-carousel .rc-pmc-carousel .rc-pmc-panel .rc-pmc-panel-image {
	background-color: #333;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 480px;
}
.r-lio-modal-with-coupon .rc-panel-modal-carousel .rc-pmc-carousel .rc-pmc-panel .rc-pmc-panel-image {
	height: 420px;
}
.rc-panel-modal-carousel .rc-pmc-carousel .rc-pmc-panel .rc-pmc-panel-image iframe {
	height: 100%;
	width: 100%;
}
.rc-panel-modal-carousel .rc-pmc-inner-pager {
	width: 36px;
	position: absolute;
	background: #000 none repeat scroll 0% 0%;
	height: 124px;
	cursor: pointer;
    display: none;
}
.rc-panel-modal-carousel .rc-pmc-inner-pager:before {
	content: "";
	position: absolute;
	background-image: url("/Revlon2/img/sprites/revlon_sprite_desktop.png");
	height: 26px;
	width: 26px;
	top: 50%;
	margin-top: -13px;
}
.rc-panel-modal-carousel .rc-pmc-inner-pager-prev { left: 0; }
.rc-panel-modal-carousel .rc-pmc-inner-pager-prev:before {background-position: 132px -11px;}
.rc-panel-modal-carousel .rc-pmc-inner-pager-next { right: 0; }
.rc-panel-modal-carousel .rc-pmc-inner-pager-next:before {background-position: 94px -11px;}
.rc-panel-modal-carousel .rc-pmc-products > h3 {
	font-size: 20px;
	margin: 20px 10px 10px;
    font-weight: bold;
}
.rc-panel-modal-carousel .rc-pmc-products > hr {
	border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin: 10px 0;
}
.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-slider {
	margin: 0 36px;
	height: 130px;
    overflow: hidden;
}
.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-inner-slider { height: 124px; }
.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-product {
	width: 230px;
	height: 124px;
	float: left;
	background: #000;
}

.rc-panel-modal-carousel .rc-pmc-panels {
    margin-top: -60px;
}

.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-product.rc-pmc-panels-panel {
    cursor: pointer;
    position: relative;
    line-height: 15px;
}

.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-product.rc-pmc-panels-panel span {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 10px;
    width: 100%;
    font-family: "Gotham SSm A","Gotham SSm B"; 
    font-size: 15px; /* changed from 18px per AR choose love launch */
    text-align: center;
    font-weight: 700; /* changed from 900 per AR choose love launch*/
    text-transform: uppercase;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: .2;
}

.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-product.rc-pmc-panels-panel img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid rgba(128,128,128,.9);
    opacity: .2;
}
.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-product.rc-pmc-panels-panel:hover img {
    opacity: .4;
}
.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-product.rc-pmc-panels-panel:hover span {
    opacity: 1;
}
.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-product.rc-pmc-panels-panel.rc-slide-active span,
.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-product.rc-pmc-panels-panel.rc-slide-active img {
    opacity: 1;
    text-shadow: 0px 0px 1px #999;
    line-height: 15px;
}

.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-product .rc-pmc-products-product-image {
	float: left;
	margin: 0 20px;
	height: 124px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-product .rc-pmc-products-product-image img {
	max-width: 80px;
	max-height: 120px;
}
.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-product .rc-pmc-products-product-info {
	margin-left: 100px;
	height: 124px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-product .rc-pmc-products-product-info a {
	font-family: "Gotham SSm A","Gotham SSm B";
    color: red;
	text-transform: uppercase;
	font-size: 15px;
}
.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-product .rc-pmc-products-product-info a:hover{
	color: #fff;
}
.rc-panel-modal-carousel .rc-pmc-pager {
	position: absolute;
	width: 150px;
	height: 140px;
	top: 190px;
	cursor: pointer;
}
.rc-panel-modal-carousel .rc-pmc-pager:before {
	content: "";
	position: absolute;
	background-image: url("/Revlon2/img/sprites/revlon_sprite_desktop.png");
	height: 26px;
	width: 26px;
	top: 50%;
	margin-top: 7px;
}
.rc-panel-modal-carousel .rc-pmc-pager-prev { left: 0; text-align: right; } 
.rc-panel-modal-carousel .rc-pmc-pager-prev:before {background-position: 132px -11px; left: 0;}
.rc-panel-modal-carousel .rc-pmc-pager-next { right: 0; }
.rc-panel-modal-carousel .rc-pmc-pager-next:before {background-position: 94px -11px; right: 0;}

.rc-panel-modal-carousel .rc-pmc-pager img { max-width: 120px; }
.rc-panel-modal-carousel .rc-pmc-pager span { text-transform: uppercase; margin: 0; }
.rc-panel-modal-carousel .rc-pmc-pager h3 { 
	text-transform: uppercase;
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: bold; 
}
.rc-panel-modal-carousel .rc-social-icons {
	text-align: right;
	margin: 10px 0px;
	position: absolute;
	right: 0;
}
.rc-panel-modal-carousel .rc-social-icons-label {
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	vertical-align: text-bottom;
	padding-right: 6px;
	text-transform: uppercase;
}
.rc-panel-modal-carousel .rc-social-icons .social-links-large {
	margin: 0;
}
@media (max-height: 747px) {
	.rc-panel-modal-carousel .rc-pmc-carousel .rc-pmc-panel .rc-pmc-panel-image {
		height: 280px;
	}
	.r-lio-modal-with-coupon .rc-panel-modal-carousel .rc-pmc-carousel .rc-pmc-panel .rc-pmc-panel-image {
		height: 220px;
	}
	.r-lio-modal-with-coupon .rc-panel-modal-carousel .rc-pmc-pager {
		top: 290px;
	}
}
@media (max-width: 1000px) {
	#modal-container.rc-modal-fullscreen {
		/*left: 10px !important;
		right: 10px !important;*/
		/*position: absolute;*/
		/*margin-top: 120px;*/
	}
	#modal-container.rc-modal-fullscreen #modal-header {
		position: absolute;
		right: 0px;
		z-index: 1000;
		/*margin-top: 10px;*/
	}
	.rc-panel-modal-carousel .rc-pmc-carousel {
		margin: 0;
		background: #000;
	}
	.rc-panel-modal-carousel .rc-pmc-carousel .rc-pmc-panel .rc-pmc-panel-image {
		height: 280px;
	}
	.rc-panel-modal-carousel .rc-social-icons {
		position: static;
		text-align: center;
	}
	
	.rc-panel-modal-carousel .rc-pmc-carousel {
		margin: 0;
		overflow: visible;
	}
	.rc-panel-modal-carousel .rc-pmc-pager {
		top: 350px;
		width: 90px;
		height: 90px;
		z-index: 100;
	}
	.rc-panel-modal-carousel .rc-pmc-pager-prev::before {background-position: 126px -11px;}
	.rc-panel-modal-carousel .rc-pmc-pager span {font-size: 12px;}
	.rc-panel-modal-carousel .rc-pmc-pager h3 {font-size: 11px;}
	.rc-panel-modal-carousel .rc-pmc-pager img {max-width: 70px;}
	
	.rc-panel-modal-carousel .rc-pmc-carousel .rc-pmc-panel .rc-pmc-title {
		font-size: 14px;
		padding: 5px;
	}
	
	.rc-panel-modal-carousel .rc-pmc-products {
		margin-top: 100px;
		background: #000;
	}
	.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-product {
		width: auto;
		margin: 10px 10px 60px;
		height: auto;
		float: none;
	}
	.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-product .rc-pmc-products-product-image {
		height: auto;
		margin: 10px;
		text-align: center;
		float: none;
		display: block;
	}
	.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-product .rc-pmc-products-product-image img {
		max-width: 60px;
		max-height: 90px;
	}
	.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-product .rc-pmc-products-product-info {
		height: auto;
		text-align: center;
		display: block;
		margin: 0;
	}
	.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-product .rc-pmc-products-product-info a {
		font-size: 12px;
	}
	.rc-panel-modal-carousel .rc-pmc-products > h3 {
		text-align: center;
		font-size: 16px;
	}
    .rc-panel-modal-carousel .rc-pmc-products > hr {
        margin: 10px 10px 0 10px;
    }
	.rc-panel-modal-carousel .rc-pmc-inner-pager {
		display: none;
	}
	.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-slider {
		margin: 0;
		height: auto;
	}
	.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-inner-slider {
		height: auto;
		width: auto !important;
	}
}
/* ----- modal flyer css ----- */
#modal-container.rc-modal-flyer-fullscreen{
	left: 20px !important;
    position: fixed;
    right: 20px !important;
}
#modal-container.rc-modal-flyer-fullscreen #modal-content{
    bottom: 0;
    height: 98%;
    position: absolute;
    width: 100%;
}
@media (min-width: 767px) {
	#modal-container.rc-modal-flyer-fullscreen {
		top: 20px !important;
		bottom: 20px !important;
	}
}
.rc-flyer-modal{
    height: 100%;
    margin: 0 auto;
    max-width: 1215px;
    position: relative;
	background: #000;
	overflow-x: auto;
	overflow-y: auto;
}
.rc-flyer-modal .rc-flyer-wrapper .rc-flyer-info-graphic {
    position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 130px;
	overflow-y: auto;
	z-index: 1;
}
.rc-flyer-modal .rc-flyer-wrapper .rc-flyer-info-graphic img {
    width: 100%;
}
.rc-flyer-modal .rc-flyer-footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	box-shadow: 0 0 30px #000;
	z-index: 2;
}
.rc-flyer-modal .rc-flyer-footer .rc-social-icons {
	text-align: center;
}


.rc-modal-flyer-fullscreen #modal-header {
	max-width: 1215px;
}
.rc-modal.rc-flyer-modal .rc-social-icons .social-links-large {
	margin-right: 20px;
}
@media (max-width:767px){
    .rc-panel-modal-carousel .rc-pmc-products {
        margin-top: 60px !important;
    }
	#modal-container.rc-modal-flyer-fullscreen {
		top: 20px !important;
		bottom: 20px !important;
		left: 20px !important;
		right: 20px !important;
	}
	#modal-container.rc-modal-flyer-fullscreen #modal-close {
		margin: -12px 0px 0px;
	}
	.rc-flyer-modal .rc-flyer-wrapper .rc-flyer-info-graphic {
		position: static;
		bottom: 0;
	}
	.rc-flyer-modal .rc-flyer-footer {
		position: static;
	}
}
/*@media (max-width:768px){
	.rc-modal.rc-flyer-modal .rc-social-icons .social-links-large {
		display: block;
		margin: 0 0 12px;
	}
}*/
@media (max-width: 1350px) {
	.rc-flyer-modal .rc-flyer-wrapper .rc-flyer-info-graphic {
		bottom: 187px;
	}
}
/* ----- end of modal flyer css ----- */

/* Messages */
#r-lio-messages {
	color: #333; 
	position: fixed;
	/*height: 140px;*/
	height: 0;
	background: #fff;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 150;
	overflow: hidden;
	transition: height 1s;
}
#r-lio-messages .r-lio-messages-wrapper {
	margin: 0 auto;
	max-width: 1028px;
	position: relative;
	height: 160px;
}
#r-lio-messages .r-lio-message-content {
	position: absolute;
	top: 30px;
	bottom: 0;
	right: 50%;
	width: 180px;
}
#r-lio-messages .r-lio-message-content .r-m-title {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 200;
	margin-bottom: 10px;
}
#r-lio-messages .r-lio-message-content .rc-title-top {
	text-align: center;
	color: red;
	font-weight: bold;
	text-transform: uppercase;
}
#r-lio-messages .r-lio-message-content .rc-title-bottom {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
#r-lio-messages .r-lio-message-panel {
	position: absolute;
	top: 30px;
	left: 50%;
	bottom: 0;
	width: 180px;
}
#r-lio-messages .r-lio-message-panel .rc-title-top,
#r-lio-messages .r-lio-message-panel .rc-title-bottom {
	display: none;
}
#r-lio-messages .r-lio-message-panel .rc-episode {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}
#r-lio-messages .rc-button {
	background: #E31734 none repeat scroll 0% 0%;
	color: #FFF;
	cursor: pointer;
	padding: 6px 16px;
	text-transform: uppercase;
	margin: 10px auto 0;
	display: inline-block;
	position: relative;
	/*transform: translateZ(0px);*/
	box-shadow: 0px 0px 1px transparent;
	backface-visibility: hidden;
	vertical-align: middle;
}
#r-lio-messages .rc-button:hover:before,
#r-lio-messages .rc-button:focus:before,
#r-lio-messages .rc-button:active:before {
	background-color:#000;
}

#r-lio-messages .r-lio-message-close {
    background-image: url("/Revlon2/img/sprites/revlon_sprite_desktop.png");
    background-position: 41px -15px;
    cursor: pointer;
    display: block;
    opacity: 0.6;
    height: 22px;
    width: 22px;
	margin: 10px 10px 0 0;
	position: absolute;
	right: 0;
	z-index: 10;
}
#r-lio-messages .r-lio-message-close:hover {
	opacity: 1;
}


/* Lazy Loading images */
.r-lio-carousel.rc-loading .revlon-carousel .rc-panel {
	background-image: none !important;
}
.r-lio-carousel.rc-loading .revlon-carousel .rc-pager .rc-pager-slider > div {
	background-image: none !important;
}
.r-lio-carousel.rc-loading .revlon-carousel .rc-pager .rc-pager-slider > div img {
	display: none;
}

/* Back to Top */
.r-lio-back-to-top,
.r-lio-scroll-for-more {
	position: fixed;
	right: 10px;
	bottom: 10px;
    padding:10px 0;
	width: 100px;
	background-color: #e31734;
	z-index: 500;
	cursor: pointer;
	display: none;
}
.r-lio-scroll-for-more {
	padding: 5px 0px 3px;
}
.r-lio-back-to-top span,
.r-lio-scroll-for-more span {
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	display: block;
	line-height: 1.1;
	font-weight: bold;
}
.r-lio-back-to-top span br {
	display: none;
}
.r-lio-back-to-top span.r-lb2t-icon,
.r-lio-scroll-for-more span.r-lb2t-icon {
	height: 21px;
	width: 26px;
	background: transparent url("/Revlon2/img/sprites/revlon_sprite_desktop.png") repeat scroll -471px -45px; 	
	margin: 0 auto;
}
.r-lio-scroll-for-more span.r-lb2t-icon {
	background: transparent url("/Revlon2/img/sprites/revlon_sprite_desktop.png") repeat scroll -508px -45px; 	
}
@media (max-width: 767px) {
	.r-lio-back-to-top, .r-lio-scroll-for-more {
		display: none !important;
	}
}

.rc-panel-modal-carousel .social-link {
  margin-right: 8px;
  vertical-align: middle;
}

.r-panel-small-carousel {
	background: #fff;
}
.r-panel-small-carousel .r-scp-container {
	margin: 0 auto;
	padding: 20px 0; 
	position: relative;
	max-width: 730px;
}
.r-panel-small-carousel .r-scp-container .r-scp-slides {
	overflow: hidden;
	margin: 0 26px;
	height: 260px;
}
.r-panel-small-carousel .r-scp-container .r-scp-slide {
	height: 260px;
	width: 100%;
}
.r-panel-small-carousel .r-scp-slide-content { 
	height: 260px;
	text-align: center;

	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.r-panel-small-carousel .r-scp-slide h1 { margin: 0 0 10px; color: #E31734; font-size: 40px !important; font-weight: bold; text-transform: uppercase; }
.r-panel-small-carousel .r-scp-slide h2 { margin: 0; color: #000; font-size: 24px; font-weight: bold; text-transform: uppercase; }
.r-panel-small-carousel .r-scp-slide h3 { margin: 0; color: #000; font-size: 17px; font-weight: normal; text-transform: uppercase; }
.r-panel-small-carousel .r-scp-slide p { margin: 2px 0; color: #000; font-size: 15px; text-transform: uppercase; line-height: 1.1; }
.r-panel-small-carousel .r-scp-slide img { margin: 0 auto 10px;}
.r-panel-small-carousel .r-scp-slide .rc-button { margin: 10px auto 0; }
.r-panel-small-carousel .r-scp-container .r-scp-pager {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 30px;
	width: 26px;
	cursor: pointer;
}
.r-panel-small-carousel .r-scp-container .r-scp-next {
	right: 0;
	left: auto;
}
.r-panel-small-carousel .r-scp-container .r-scp-pager:before {
	content: "";
	position: absolute;
	background-image: url("/Revlon2/img/sprites/revlon_sprite_desktop.png");
	height: 32px;
	width: 26px;
	top: 50%;
	margin-top: -13px;
	background-position: 169px -2px;
}
.r-panel-small-carousel .r-scp-container .r-scp-next:before {
	background-position: 169px -38px;
}

.r-panel-small-carousel .r-scp-container .r-scp-paging-dots {
	text-align: center;
	height: 20px;
}
.r-panel-small-carousel .r-scp-container .r-scp-paging-dots span {
	font-size: 50px;
	width: 16px;
	display: inline-block;
	color: #BBB;
	cursor: pointer;
	margin: -25px 3px 0px;
}
.r-panel-small-carousel .r-scp-container .r-scp-paging-dots span.cycle-pager-active {
	color: #E31734;
}
.r-lio-parallax > article.r-panel-small-carousel {
	min-height: 300px;
}

@media (max-width: 767px) {
	.r-panel-small-carousel .r-scp-slide h1 { font-size: 36px !important; }
	.r-panel-small-carousel .r-scp-slide h2 { font-size: 19px; }
	.r-panel-small-carousel .r-scp-slide h3 { font-size: 15px; }
	.r-panel-small-carousel .r-scp-slide p  { font-size: 13px; }
	.r-panel-small-carousel .r-scp-slide img { max-width: 260px; }
	.r-panel-small-carousel .r-scp-slide .rc-button { font-size: 12px; padding: 9px; max-width: 200px; }
}

.r-lio-parallax .revlon-carousel .rc-panel-content .rc-title-top.rc-title-white {
	font-weight: normal;
	color: #fff;
	font-size: 48px;
	line-height: 52px;
	margin-bottom: 10px;
    font-family: "Gotham SSm Light A", "Gotham SSm Light B";
    font-weight: 200;
}
.r-lio-parallax .revlon-carousel .rc-panel-content .rc-title-top.love-test, .r-lio-parallax .revlon-carousel .rc-panel-content .rc-title-bottom.love-test{
    display: inline-block; 
    font-size: 60px; 
    font-weight: 300 !important; 
    font-family: "Gotham SSm Light A", "Gotham SSm Light B";
    color: #ff0000;
}
.r-lio-parallax .revlon-carousel .rc-panel-content p.love-test-subtitle {
    text-transform: none; 
    font-size: 20px; 
    color: #000000;
}

/* Remove dark bg */
#rc-panel-id-2b5375dd-c07b-45cc-b09e-15c3ea5c615c .rc-panel-content {
	background: transparent;
	color: #000;
}
#rc-panel-id-2b5375dd-c07b-45cc-b09e-15c3ea5c615c .rc-panel-content .rc-title-top {
	font-weight: normal;
}
#rc-panel-id-2b5375dd-c07b-45cc-b09e-15c3ea5c615c .rc-button {
}
#rc-panel-id-2b5375dd-c07b-45cc-b09e-15c3ea5c615c .rc-panel-content p.rc-no-transform {
	color: #000;
	text-transform: none;
	font-size: 21px;
}
@media (max-width: 767px) {
	#rc-panel-id-2b5375dd-c07b-45cc-b09e-15c3ea5c615c .rc-panel-content {
		background: rgba(0, 0, 0, 0.8);
		color: #000;
	}
	/*#rc-panel-id-2b5375dd-c07b-45cc-b09e-15c3ea5c615c .rc-panel-content .rc-title-top {
		font-size: 38px;
	}*/
	/*#rc-panel-id-2b5375dd-c07b-45cc-b09e-15c3ea5c615c .rc-panel-content p.rc-no-transform {
		font-size: 14px;
		color: #FFF;
		margin: 16px 0px 20px;
	}*/
    #rc-panel-id-2b5375dd-c07b-45cc-b09e-15c3ea5c615c .rc-button {
        margin-top: 25px;
    }
    .r-lio-parallax .revlon-carousel .rc-panel-content .rc-title-top.rc-title-white {
		font-size: 42px;
		line-height: 1;
		/*font-weight: bold;*/
		margin-bottom: 20px;
    }
    .r-lio-parallax .revlon-carousel .rc-panel-content .rc-title-top.love-test, .r-lio-parallax .revlon-carousel .rc-panel-content .rc-title-bottom.love-test{
        font-size: 48px !important;
		color: #E31734;
        line-height: 1;
    }
    .r-lio-parallax .revlon-carousel .rc-panel-content p.love-test-subtitle {
        color: #fff;
		font-size: 16px;
    }
}

/* Tatia Footer */
.r-lio-carousel-footer-wrapper {
	background-color: #000;
	font-family: "Gotham SSm Light A","Gotham SSm Light B";
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	font-size:21px;
}
.r-lio-carousel-footer-wrapper .love-test, 
.r-lio-carousel-footer-wrapper .view-the-film {
	padding-bottom: 25px;
}
.r-lio-carousel-footer-wrapper .love-test strong {
	color: #E31734;
	font-weight: normal;
	font-size: 1.1em;
}
.r-lio-carousel-footer-wrapper .love-test img {
	margin-bottom:35px;
}
.r-lio-carousel-footer-wrapper .rc-button {
	margin: 0 20px;
	padding: 6px 20px;
}
.r-lio-carousel-footer-wrapper .r-lio-cfw-text {
	display: inline-block;
	margin-bottom: 10px;
}
@media (max-width:767px){
	.r-lio-carousel-footer-wrapper{
		font-size:18px;
	}
	.r-lio-carousel-footer-wrapper .r-lio-cfw-mobile .rc-button {
		display: block;
		margin: 9px auto 0px;
	}
    .hash-tag-button,
	.r-lio-carousel-footer-wrapper .rc-button {
		padding: 4px 20px;
		max-width: 180px;
	}
}

@media (max-width:480px){
	.r-lio-carousel-footer-wrapper{
		font-size:16px;
	}
}

.r-lio-modal-carousel-footer{
	font-family: "Gotham SSm Light A","Gotham SSm Light B";
	text-align:center;
	padding:10px 0;
	background: #000;
}
.r-lio-modal-carousel-footer .coupon{
	text-transform:uppercase;
	color:#fff;
	font-size:14px;
}
.r-lio-modal-carousel-footer .coupon span {
	color: #ff0000;
}
.r-lio-modal-carousel-footer .coupon br {
	display: none;
}
.r-lio-modal-carousel-footer .coupon .r-coupon-text {
	display: inline-block;
	margin: 0px 7px 0 0px;
	font-size: 18px;
	vertical-align: middle;
}
.r-lio-modal-carousel-footer .coupon .rc-button {
	width: auto;
	font-size: 20px;
	padding: 5px 15px;
	margin: 0px; 
}
@media (max-width:1350px){
	.rc-panel-modal-carousel .rc-pmc-carousel {
		/*height: 900px;*/
	}
	.r-lio-modal-carousel-footer .coupon .r-coupon-text {
		display: block;
		margin-bottom: 6px;
	}
	 .r-lio-modal-carousel-footer .coupon .r-coupon-text br:first-of-type {
		 display: inline-block;
	 }
	 
}
@media (max-width:767px){
	.r-lio-modal-carousel-footer .coupon .r-coupon-text br {
		 display: inline-block;
	 }
}
.r-lio-carousel-footer-wrapper .r-lio-modal-carousel-footer{
	margin-bottom: 10px;
}
@media (max-width:1000px){
	.rc-panel-modal-carousel .rc-pmc-carousel .rc-pmc-panel {
		min-height: 470px;
	}
}
@media (max-width:768px){
	.r-lio-modal-carousel-footer{
		background-color: #000;
		padding: 10px;
	}
	.r-lio-modal-carousel-footer .coupon{
		font-size: 15px;
	}
	.r-lio-modal-carousel-footer .rc-button {
		margin: 18px 0;
	}
	.r-lio-modal-carousel-footer .coupon .r-coupon-text {
		display: block;
		margin-right: auto;
	}
}

#modal-content .rc-flyer-modal .rc-social-icons {
	margin: 20px 0 0;
    text-align: center;
}
.rc-modal-flyer-fullscreen #modal-close {
	margin-top: -12px;
}
@media (max-width:375px){
	#modal-content .r-lio-modal-carousel-footer .coupon .r-coupon-text {
		font-size: 15px;
	}
	#modal-content .rc-flyer-modal .rc-button {
		font-size: 15px;
	}
	#modal-content .rc-flyer-modal .rc-social-icons .social-links-large {
		display: block;
		margin-bottom: 10px;
	}
	#modal-content .rc-flyer-modal .rc-social-icons-label {
		font-weight: normal;
	}
	.r-lio-modal-carousel-footer .coupon .rc-button {
		font-size: 15px;
	}
}

#modal-container.rc-modal-products .rc-pmc-carousel,
.home .rc-panel-modal-carousel .rc-pmc-carousel {
	margin: 0;
}

  #modal-container.rc-modal-fullscreen.rc-modal-products #modal-header,
.home #modal-container.rc-modal-fullscreen #modal-header {max-width: 1000px;}
  #modal-container.rc-modal-fullscreen.rc-modal-products #modal-content,
.home #modal-container.rc-modal-fullscreen #modal-content {max-width: 1000px;margin: 0px auto;}

.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-slider:after {
    content: ".";
    display: block;
    clear: both;
    font-size: 0pt;
    visibility: hidden;
    height: 0;
}

#modal-container.rc-modal-products .rc-pmc-carousel .rc-pmc-panel {
    background: transparent;
    min-height: 0;
}

#modal-container.rc-modal-products .rc-panel-modal-carousel .rc-social-icons {
    position: static;
}



/* Just styling some specific slide elements */ 
#rc-panel-id-af05d66a-a122-452c-a89b-e8a9aaaf2ee0 .rc-button {
    font-size: 12px;
}

#rc-panel-id-b64e243e-f8ad-46b0-8908-299c8e6d44dd .rc-inner-content {
    padding-top: 20px;
}

/* White body --------------------------------------------------------------- */

.white-body .revlon-carousel .rc-panel-content,
.white-body .revlon-carousel .rc-panel {
  background-color: transparent;
}

.white-body .revlon-carousel .rc-pager {
  color: #fff;
}

/*! Revlon v1.0.6 | 10-04-2014-02:46:55
 * Copyright (c) 2014 POSSIBLE | No license
 */

/*********
 * HOME PAGE
 *********/
body.home form {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

body.home .nav-sub {
    /*border-top: 1px solid #757575;*/
    width: 100%;
}

    body.home .nav-sub li {
        border-top: none;
    }

body.home #home {
    margin-top: 80%;
}

    body.home #home .body-image-container {
        background-color: black;
        background-repeat: no-repeat;
        background-position: center 60px;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
    }

    body.home #home * {
        -webkit-transition: color 0.2s linear;
        -moz-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        transition: color 0.2s linear;
    }

    body.home #home .story-block h1, body.home #home .story-block h2 {
        color: #eb0000;
    }

    body.home #home .story-block:hover h1, body.home #home .story-block:hover h2, body.home #home .story-block:hover p {
        color: white;
        -webkit-transition: color 0.2s linear;
        -moz-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        transition: color 0.2s linear;
    }

    body.home #home .story-block {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 75px;
        text-align: right;
        text-transform: uppercase;
    }

    body.home #home a {
        cursor: pointer;
    }

    body.home #home .story-block h1 {
        font-size: 40px;
        font-weight: bold;
    }

    body.home #home .story-block h2 {
        font-size: 18px;
        margin: 0;
    }

    body.home #home .story-block p {
        font-size: 12px;
        margin-bottom: 0;
    }

    body.home #home .story-block.story-block-secondary {
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        margin-bottom: 30px;
    }

        body.home #home .story-block.story-block-secondary p {
            font-weight: 400;
            line-height: 16px;
        }

        body.home #home .story-block.story-block-secondary h2 {
            font-size: 12px;
            font-weight: 400;
            line-height: 12px;
            margin-top: 5px;
            width: 170px;
            float: right;
        }

    body.home #home .story-block-highlight {
        background-color: #EB0000;
        padding: 6px 8px;
        color: #fff !important;
    }

    body.home #home .story-block .story-block-highlight {
        float: right;
    }

body.home .container.signature {
    margin: 0px;
    position: absolute;
    bottom: 180px;
    left: 50%;
    margin-left: -560px;
}

body.home #home .story-block.story-block-secondary img {
    margin-top: 10px;
    width: 140px;
}

body.home #footer .container {
    /*border-top: 1px solid #757575;*/
}

body.home #masthead .nav-primary {
    max-width: 1000px;
    width: auto;
    margin: 0px auto;
    padding-bottom: 15px;
    /*border-bottom: 1px solid #757575;*/
}
body.home #masthead {
    /*height: 116px;*/
}

@media (max-width: 767px) {
    body.home #masthead {
        max-width: 360px;
        margin: 0 auto;
        /*border-bottom: 1px solid #757575;*/
    }
    body.home #home {
        margin-top: 380px;
    }
    body.home #footer {
        max-width: 360px;
        margin: 0 auto;
    }
    body.home #mainform > .page-container {
        overflow: hidden;
    }
    body.home #mainform > .page-container.active {
        overflow: auto;
    }
    body.home #footer .container {
        padding-top: 10px;
    }
    body.home #home .body-image-container {
        background-size: 480px auto;
        background-position: center 70px;
    }
    body.home .container.signature {
        bottom: auto;
        top: 410px;
        margin-left: -160px;
    }
    body.home .container.signature img {
        width: 120px;
    }

    body.home #home .story-block {
        text-align: center;
        margin-bottom: 30px;
    }
    body.home #home .story-block h1 {
        margin-bottom: 10px;
        font-size: 35px;
    }
    body.home #home .story-block .story-block-highlight {
        float: none;
        display: inline-block;
        font-size: 20px;
    }
    body.home #home .story-block.story-block-secondary p {
        font-size: 18px;
        line-height: 18px;
    }
    body.home #home .story-block.story-block-secondary h2 {
        float: none;
        width: auto;
        font-size: 18px;
        line-height: 20px;
    }
    body.home #home .story-block.story-block-secondary h2 br {
        display: none;
    }
    body.home #home .story-block.story-block-secondary img {
        width: 160px;
    }
    /*body.home #home .story-block.story-block-secondary.image p {
        position: relative;
        top: 102px;
    }
    body.home #home .story-block.story-block-secondary.image img {
        position: relative;
        top: -25px;
    }*/
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    body.home {
        min-height: 900px;
    }
        body.home #masthead .nav-primary {
            max-width: 750px;
        }
        body.home .nav-sub {
            width: 100%
        }

        body.home .page-container {
            height: 100%;
        }

        body.home #home {
            margin-top: 50px;
        }

            body.home #home .body-image-container {
                background-position: -30px 140px;
                -webkit-background-size: auto 55%;
                -moz-background-size: auto 55%;
                -o-background-size: auto 55%;
                background-size: auto 55%;
            }

            body.home #home .story-block {
                margin-bottom: 75px;
                text-align: right;
                float: left;
                margin-left: 50%;
                width: 50%;
            }

                body.home #home .story-block.story-block-primary {
                    margin-bottom: 40px;
                }

                body.home #home .story-block h1 {
                    font-size: 35px;
                    line-height: 52px;
                    margin: 0;
                }

                body.home #home .story-block h2 {
                    font-size: 20px;
                    line-height: 20px;
                }

                body.home #home .story-block.story-block-secondary {
                    margin-bottom: 30px;
                    float: left;
                    margin-left: 75%;
                    width: 25%;
                }

        body.home #footer {
            /*margin-top: 170px;*/
        }

            body.home #footer .container {
                padding-top: 15px !important;
            }

        body.home .container.signature {
            top: 580px;
            bottom: auto;
            margin: 0px 0px 0px -380px;
        }

            body.home .container.signature img {
                width: 170px;
            }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    body.home {
        min-height: 900px;
    }
        body.home #masthead .nav-primary {
            max-width: 970px;
        }

        body.home .page-container {
            height: 100%;
        }

        body.home #home {
            margin-top: 100px;
        }

            body.home #home .body-image-container {
                background-position: right -150px top;
                -webkit-background-size: auto 100%;
                -moz-background-size: auto 100%;
                -o-background-size: auto 100%;
                background-size: auto 100%;
            }

            body.home #home .story-block {
                margin-bottom: 75px;
                text-align: right;
                float: left;
                margin-left: 50%;
                width: 50%;
            }

                body.home #home .story-block.story-block-primary {
                    margin-bottom: 40px;
                }

                body.home #home .story-block h1 {
                    font-size: 40px;
                    line-height: 52px;
                    margin: 0;
                }

                body.home #home .story-block h2 {
                    font-size: 24px;
                    line-height: 24px;
                }

                body.home #home .story-block.story-block-secondary {
                    margin-bottom: 30px;
                    float: left;
                    margin-left: 75%;
                    width: 25%;
                }

        body.home #footer {
            position: absolute;
            /*bottom: 120px;*/
            width: 100%;
        }

            body.home #footer .container {
                padding-top: 15px !important;
            }

        body.home .container.signature {
            bottom: auto;
            margin: 0px 0px 0px -500px;
            top: 580px;
        }

            body.home .container.signature img {
                width: 200px;
            }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    body.home .page-container {
        min-height: 900px;
    }

    body.home .story-block-container {
    }

    body.home #home {
        margin-top: 100px;
    }

        body.home #home .body-image-container {
            background-position: center top;
            -webkit-background-size: auto 100%;
            -moz-background-size: auto 100%;
            -o-background-size: auto 100%;
            background-size: auto 100%;
        }

        body.home #home .story-block.story-block-secondary {
            margin-bottom: 30px;
            float: left;
            margin-left: 80.6666666666667%;
            width: 25%;
        }

    body.home #footer {
        position: absolute;
        bottom: 0;
    }

        body.home #footer .container {
            padding-top: 15px !important;
        }

    .nav-primary h1, .nav-secondary h1, .nav-tertiary h1 {
        display: none;
    }

    body.home #home .story-block {
        float: left;
        margin-left: 64.3333333333333%;
        width: 41.6666666666667%;
    }
    body.home .container.signature {
        margin: 0px 0px 0px -560px;
        top: auto;
        bottom: 180px;
    }
    body.home .container.signature img {
        width: auto;
    }

    body.home #home .story-block.story-block-secondary h2 {
        font-size: 16px;
        line-height: 19px;
        width: auto;
    }
    body.home #home .story-block.story-block-secondary p {
        font-size: 16px;
        line-height: 16px;
        width: auto;
    }
}


@media (max-width: 320px) {
    body.home #home .body-image-container {
      background-position: center 70px;
      background-size: 390px auto;
    }
    body.home #home {
      margin-top: 260px;
    }
    body.home .container.signature {
      top: 345px;
    }
}

.sb-search {
  -webkit-transition: -webkit-width 0.3s ease-in-out;
  -moz-transition: -moz-width 0.3s ease-in-out;
  -o-transition: -o-width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 40px;
  margin-right: 10px;
  margin-top: 10px;
  min-width: 40px;
  overflow: hidden;
  position: absolute;
  right: 150px;
  width: 0%;
  z-index: 10000;
  
}
.cart-button + .sb-search {
  right: 185px;
}

/* fix search placement in ie8*/
@media \0screen {
    .sb-search {
        width: auto;
    }
}

.navbar .sb-search-input {
  border: none;
  color: white;
  height: 40px;
  margin: 0;
  outline: none;
  padding: 10px 43px 10px 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

.sb-search-input::-webkit-input-placeholder {
  color: white;
}

.sb-search-input:-moz-placeholder {
  color: white;
}

.sb-search-input::-moz-placeholder {
  color: white;
}

.sb-search-input:-ms-input-placeholder {
  color: white;
}

.sb-icon-search,
.sb-search-submit {
  cursor: pointer;
  display: block;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px !important;
}

.sb-search-submit {
  background: white;
  /* IE needs this */
  border: none;
  color: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  opacity: 0;
  outline: none;
  z-index: -1;
}

.sb-icon-search {
  -webkit-transition: -webkit-background-color 0.3s ease-in-out;
  -moz-transition: -moz-background-color 0.3s ease-in-out;
  -o-transition: -o-background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  background-color: black;
  color: white;
  z-index: 90;
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 300px;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background-color: #eb0000;
  color: white;
  z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90;
}

.ui-autocomplete-loading {
  background: black url("/Revlon2/img/loader.gif") right center no-repeat;
}

.ui-autocomplete {
  position: relative;
  max-width: 300px;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: black;
  z-index: 100;
}

.ui-autocomplete .ui-state-focus,
.ui-autocomplete .ui-state-focus.autosuggest-heading {
  background-color: #444;
}

.ui-autocomplete .ui-state-focus b,
.ui-autocomplete .ui-state-focus .autosuggest-heading-content {
  color: white;
}

.ui-autocomplete > li {
  position: relative;
  float: none;
  clear: both;
  border-bottom: 1px solid #696969;
  padding: 5px;
  overflow: auto;
  background-color: #131313;
}

.ui-autocomplete > li.autosuggest-item {
  min-height: 70px;
}

.ui-autocomplete > li.autosuggest-heading {
  min-height: 36px;
  background-color: #272727;
}

.ui-autocomplete .autosuggest-heading-content {
  text-transform: uppercase;
  text-align: center;
  padding-top: 2px;
  font-size: 1.8em;
  color: #E8E8E8;
}

.ui-autocomplete .autosuggest-show-all {
  cursor: pointer;
}

.ui-autocomplete > li > a {
  display: block;
  position: relative;
  width: 100%;
  color: white;
  margin: 0;
  padding: 0;
}

.ui-autocomplete .image-wrapper {
  float: left;
  height: 60px;
  width: 60px;
  text-align: center;
}

.ui-autocomplete > li > a img {
  display: inline-block;
  max-height: 60px;
  max-width: 60px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.ui-autocomplete .vertical-centerer {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.ui-autocomplete > li > a span {
  display: block;
  position: relative;
  float: right;
  max-width: 220px;
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: 60px;
}

.ui-autocomplete > li > a span b {
  display: block;
  position: relative;
  float: left;
  width: 70%;
  margin: 0;
  padding: 5px 0;
  color: red;
}

.ui-autocomplete > li > a span em {
  display: block;
  position: absolute;
  right: 0;
  bottom: 19%;
  max-width: 50px;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
  background: url('/Revlon2/img/arrow.png') no-repeat 0 0;
  background-position: 13px 13px;
  background-size: 63%;
}

.ui-helper-hidden-accessible {
  position: absolute;
  left: -999em;
}

@media (max-width: 767px) {
  .ui-autocomplete {
    height: auto;
    padding: 0 26px;
    left: 0 !important;
    max-width: none;
    background-color: #212121;
  }

  .ui-autocomplete > li {
    min-height: 55px;
    height: auto;
    padding: 5px 8px;
    border: none;
    border-bottom: 1px solid #666666;
    background-color: #313131;
  }

  .ui-autocomplete > li.ui-state-focus,
  .ui-autocomplete > li.ui-state-focus.autosuggest-heading {
    background-color: #4C4C4C;
  }

  .ui-autocomplete > li > a {
    padding: 4px 0 0 0;
  }

  .ui-autocomplete > li > a span {
    max-width: 100%;
    float: none;
    padding-top: 14px;
  }

  .ui-autocomplete > li > a span b {
    max-width: 100%;
    width: 100%;
    float: none;
    text-align: center;
    color: white;
  }

  .ui-autocomplete > li > a span em {
    display: none !important;
  }

  .ui-autocomplete > li.autosuggest-heading {
    background-color: #424242;
  }

  .ui-autocomplete .show-all {
    color: white;
  }

  .ui-autocomplete > li > a span b,
  .ui-autocomplete .autosuggest-heading-content {
    -ms-text-shadow: 1px 1px black;
    text-shadow: 1px 1px black;
  }
}

div#main div.product-result a img { 
  max-height: 108px;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
@media print {

    * {
        text-shadow: none !important;
        color: black !important;
        background: transparent !important;
        box-shadow: none !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
      }

      a,
      a:visited {
        text-decoration: underline;
      }

      a[href]:after {
        content: " (" attr(href) ")";
      }

      abbr[title]:after {
        content: " (" attr(title) ")";
      }

      a[href^="javascript:"]:after,
      a[href^="#"]:after {
        content: "";
      }

      pre,
      blockquote {
        border: 1px solid #999999;
        page-break-inside: avoid;
      }

      thead {
        display: table-header-group;
      }

      tr,
      img {
        page-break-inside: avoid;
      }

      img {
        max-width: 100% !important;
      }

      @page {
        margin: 2cm 0.5cm;
    }

      p,
      h2,
      h3 {
        orphans: 3;
        widows: 3;
      }

      h2,
      h3 {
        page-break-after: avoid;
      }

      select {
        background: white !important;
      }

      .navbar {
        display: none;
      }

      .table td,
      .table th {
        background-color: white !important;
      }

      .btn > .caret, .nice-dropdown-wrapper button.dropdown-toggle > .caret,
      .dropup > .btn > .caret,
      .nice-dropdown-wrapper .dropup > button.dropdown-toggle > .caret {
        border-top-color: black !important;
      }

      .label {
        border: 1px solid black;
      }

      .table {
        border-collapse: collapse !important;
      }

      .table-bordered th,
      .table-bordered td {
        border: 1px solid #dddddd !important;
      }

    #cart button,
      #cart .no-print {
        display: none !important;
      }
      #cart .hidden-xs, #cart #productnav .desktop-content, #productnav #cart .desktop-content {
        display: block !important;
      }


      .visible-print {
        display: block !important;
      }

      tr.visible-print {
        display: table-row !important;
      }

      th.visible-print,
      td.visible-print {
        display: table-cell !important;
      }

      .hidden-print,
      tr.hidden-print,
      th.hidden-print,
      td.hidden-print {
        display: none !important;
      }

    /*.ie8 #masthead,
    .ie8 #footer {
        display: none !important;
    }*/

}
