@charset "UTF-8";
/* Fonts */
@font-face {
  font-family: 'nexa_lightregular';
  src: url("../fonts/Nexa_Free_Light-webfont.eot");
  src: url("../fonts/Nexa_Free_Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa_Free_Light-webfont.woff2") format("woff2"), url("../fonts/Nexa_Free_Light-webfont.woff") format("woff"), url("../fonts/Nexa_Free_Light-webfont.ttf") format("truetype"), url("../fonts/Nexa_Free_Light-webfont.svg#nexa_lightregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'nexa_boldregular';
  src: url("../fonts/Nexa_Free_Bold-webfont.eot");
  src: url("../fonts/Nexa_Free_Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa_Free_Bold-webfont.woff2") format("woff2"), url("../fonts/Nexa_Free_Bold-webfont.woff") format("woff"), url("../fonts/Nexa_Free_Bold-webfont.ttf") format("truetype"), url("../fonts/Nexa_Free_Bold-webfont.svg#nexa_boldregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansregular';
  src: url("../fonts/opensans-regular-webfont.eot");
  src: url("../fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/opensans-regular-webfont.woff") format("woff"), url("../fonts/opensans-regular-webfont.ttf") format("truetype"), url("../fonts/opensans-regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoregular';
  src: url("../fonts/roboto-regular-webfont.eot");
  src: url("../fonts/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-regular-webfont.woff2") format("woff2"), url("../fonts/roboto-regular-webfont.woff") format("woff"), url("../fonts/roboto-regular-webfont.ttf") format("truetype"), url("../fonts/roboto-regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotobold';
  src: url("../fonts/roboto-bold-webfont.eot");
  src: url("../fonts/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-bold-webfont.woff2") format("woff2"), url("../fonts/roboto-bold-webfont.woff") format("woff"), url("../fonts/roboto-bold-webfont.ttf") format("truetype"), url("../fonts/roboto-bold-webfont.svg#robotobold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Font-Awesome Sass
=====================*/
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* Bootstrap Sass
=====================*/
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

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: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

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;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-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;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  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: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .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;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.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 {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@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;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  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: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 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;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-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: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  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"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

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

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

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

select.input-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,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  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: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -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: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -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: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.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 .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.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;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.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-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

.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;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  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 #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  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 {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.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;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

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

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*  RESET DEFAULT BROWSER CSS, HELPERS THAT USES MIXINS,
	CSS BASE ELEMENTS, FORM BUTTON HEADLINE ELEMENTS:
=========================================================*/
/*----------------------------------------------------------------
    reset.css
    * Resets default browser CSS.
------------------------------------------------------------------*/
html {
  margin: 0;
  padding: 0;
  border: 0;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* This helps to make newer HTML5 elements behave like DIVs in older browers */
article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* Line-height should always be unitless! */
body {
  line-height: 1.5;
  background: white;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse: separate;
  border-spacing: 0;
}

/* float:none prevents the span-x classes from breaking table-cell display */
caption, th, td {
  text-align: left;
  font-weight: normal;
  float: none !important;
}

table, th, td {
  vertical-align: middle;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
}

blockquote, q {
  quotes: "" "";
}

/* Remove annoying border on linked images. */
a img {
  border: none;
}

/* Remember to define your own focus styles! */
:focus {
  outline: 0;
}

h4, .signUp legend {
  font-family: "Times New Roman", Times, serif;
}

.listing .productList .price + a, body, .logo .smallText, .productActions table th, .productActions table td, .customer .banner .customerAboutComany .author {
  font-family: 'nexa_lightregular';
}

h1, h2, h3, .fabricCategories .seeAll, .bannerText .strong, .filterBy h2, .filterTools legend, .listing .productList figcaption, .productDetails h5, .productActions table tr:nth-child(2) th, .productActions table tr:nth-child(2) td, .productActions button, .similarStyles *, .similarStyles h3 + div > a, .productActions.logOut .loginPanel span, .customer legend, .customer .formActions button {
  font-family: 'nexa_boldregular';
}

.productDetails .availability, .productDetails table th, .productDetails table td, .footerNav a, .bottomFooter {
  font-family: 'open_sansregular';
}

.filterBy button, .listing, .listing .selectionList button {
  font-family: 'robotoregular';
}

h5, .breadCrumb li.active, .listing .pagination .currentPage, .listing .pagination .totalPages {
  font-family: 'robotobold';
}

img {
  vertical-align: middle;
}

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

* {
  outline: none !important;
}

ul {
  list-style: none;
}

body {
  overflow-x: hidden;
}

html {
  overflow-y: scroll;
}

.topHeader .col-sm-5, .topHeader .col-sm-4, .topHeader .col-sm-3 {
  padding-right: 10px;
  padding-left: 10px;
}

.owl-carousel .owl-item .sliderCaption a, .banners a {
  padding: 15px 30px;
  font-size: 13px;
  font-size: 1.3rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1;
}
.owl-carousel .owl-item .sliderCaption a:hover, .banners a:hover {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.listingContent h2.show-Mobile .plusMinus, .filterTools legend .plusMinus, .productDetails h5 .plusMinus {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  background-color: #ccc;
  line-height: 1;
  text-align: center;
  padding: 3px 0 0 1px;
  right: 0;
  top: 15px;
}
.listingContent h2.show-Mobile .plusMinus::before, .filterTools legend .plusMinus::before, .productDetails h5 .plusMinus::before {
  font-family: "Times New Roman", Times, serif;
  content: "+";
  line-height: 1;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  margin-top: -6px;
  display: block;
}

.filterTools legend .plusMinus.active::before, .productDetails h5 .plusMinus.active::before {
  content: '--';
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: -4px;
  position: absolute;
  left: 3px;
  top: 1px;
}

.close-Icon::before {
  position: absolute;
  content: 'x';
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  top: 1px;
  left: 5px;
}

.listing .productList .price + a {
  padding: 10px 15px;
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  text-transform: uppercase;
  background-color: #d87947;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 1;
}
.listing .productList .price + a:hover {
  background-color: #F7A57A;
}

.topHeader .servicePanel.logOut li:last-child a, .productActions.logOut .loginPanel span:first-child + a, .productActions.logOut .loginPanel a:last-child {
  padding: 4px 20px;
  display: inline-block;
  color: #fff;
  background-color: #e1b147;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}
.topHeader .servicePanel.logOut li:last-child a:hover, .productActions.logOut .loginPanel span:first-child + a:hover, .productActions.logOut .loginPanel a:hover:last-child {
  background-color: #EAC87C;
}

/*----------------------------------------------------------------

	baseElements.scss
	* CSS base Elements

------------------------------------------------------------------*/
@media only screen and (max-device-width: 1200px) {
  html, body {
    -webkit-text-size-adjust: none;
  }
}
body {
  background-color: #fff;
  color: #aaa;
  font-size: 13px;
  font-size: 1.3rem;
}

a {
  color: #aaa;
}
a:hover {
  text-decoration: none;
  color: #23527c;
}

.mainContainer {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.show-Mobile {
  display: none;
}

.hide-Mobile {
  display: block;
}

.clear {
  clear: both;
}

.textUpper {
  text-transform: uppercase;
}

.textUnderline {
  text-decoration: underline;
}

.deleted {
  text-decoration: line-through;
}

/*----------HEADLINES------------*/
h1 {
  color: #000;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
}

h2 {
  color: #777;
  font-size: 40px;
  font-size: 4rem;
}

h3 {
  color: #000;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
}

h4 {
  font-size: 24px;
  font-size: 2.4rem;
  font-style: italic;
  color: #000;
}

h5 {
  color: #000;
}

/* MAIN PARTIALS OF PAGES
===========================*/
/*-------------topHeader--------------*/
.topHeader {
  background-color: #666;
  padding: 11px 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.topHeader .row {
  margin-right: -10px;
  margin-left: -10px;
}
.topHeader .col-sm-5 {
  text-align: right;
  float: right;
  padding-top: 3px;
}
.topHeader .col-sm-4 {
  text-align: right;
  padding-right: 30px;
}
.topHeader .col-sm-3 {
  padding-top: 6px;
}
.topHeader a:hover {
  color: #fff;
}

.phoneIcon {
  background: url("../images/sprit.png") -71px 0;
  display: inline-block;
  width: 20px;
  height: 17px;
}

.phone {
  display: inline-block;
}

.phoneNumber {
  margin-left: 10px;
  vertical-align: top;
}

.chat {
  display: inline-block;
  margin-left: 30px;
}

.chatIcon {
  background: url("../images/sprit.png") -21px 0;
  display: inline-block;
  width: 19px;
  height: 17px;
}

.chatNow {
  text-transform: uppercase;
  margin-left: 8px;
  vertical-align: top;
}

.searchBox {
  position: relative;
  display: inline-block;
}
.searchBox input {
  color: #fff;
  background-color: transparent;
  width: 219px;
  height: 30px;
  border: none;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  padding: 0 34px 0 12px;
  border: 1px solid #aaa;
}
.searchBox button {
  padding: 0;
  border: none;
  position: absolute;
  top: 7px;
  right: 10px;
  line-height: 1;
  background: none;
}
.searchBox button .searchIcon::before {
  font-family: FontAwesome;
  content: "";
  font-size: 15px;
  font-size: 1.5rem;
  color: #b9b9b9;
  line-height: 1;
}

.accountIcon {
  background: url("../images/sprit.png") -57px 0;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}

.wishIcon {
  background: url("../images/sprit.png") -40px 0;
  width: 16px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}
.wishIcon + a {
  margin-left: 5px;
}

.servicePanel li {
  display: inline-block;
  vertical-align: middle;
}
.servicePanel > li + li {
  margin-left: 25px;
}
.servicePanel .accountItemsList {
  display: inline-block;
  margin-left: 10px;
}
.servicePanel .accountItemsList li + li::before {
  content: "|";
  margin: 0 8px;
}
.servicePanel .shopingCart {
  line-height: 1;
  vertical-align: bottom;
}
.servicePanel .shopingCart > a {
  background: url("../images/sprit.png") 0 0;
  width: 22px;
  height: 20px;
  display: inline-block;
  position: relative;
}
.servicePanel .shopingCart .badge {
  padding: 3px 0 0 1px;
  text-align: center;
  width: 15px;
  height: 15px;
  font-size: 10px;
  font-size: 1rem;
  background-color: #82ba9e;
  color: #fff;
  position: absolute;
  top: -5px;
  right: -10px;
}

/*---------------bottomHeader------------*/
.bottomHeader {
  padding-top: 30px;
  margin-bottom: 26px;
}
.bottomHeader .searchBox {
  display: none;
}

.shopByColor {
  float: right;
  padding-top: 10px;
}
.shopByColor > span:first-child {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
}
.shopByColor > span:first-child::after {
  font-family: FontAwesome;
  content: "";
  font-size: 19px;
  font-size: 1.9rem;
  color: #b9b9b9;
  line-height: 1;
  margin-left: 15px;
  vertical-align: top;
}

.neutral {
  background-color: #e7d9cc;
}

.greys {
  background-color: #bbb;
}

.metallic {
  background-color: #888;
}

.blacks {
  background-color: #000;
}

.browns {
  background-color: #c7622b;
}

.greens {
  background-color: #479970;
}

.blues {
  background-color: #0085b2;
}

.yellows {
  background-color: #f9e18e;
}

.oranges {
  background-color: #fc9604;
}

.reds {
  background-color: #ed5656;
}

.pinks {
  background-color: #eb81a2;
}

.purples {
  background-color: #c7458b;
}

.multicolored {
  position: relative;
}
.multicolored .color1 {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 27px 12px 0 0;
  border-color: #fc9604 transparent transparent transparent;
}
.multicolored .color2 {
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 27px 12px;
  border-color: transparent transparent #479970 transparent;
}

.colorList {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.colorList li {
  display: block;
  float: left;
}
.colorList li + li {
  margin-left: 4px;
}
.colorList a {
  display: block;
  width: 13px;
  height: 27px;
}
.colorList a span {
  display: block;
  width: 13px;
  height: 27px;
}
.colorList .colorText {
  display: none;
}

.logo {
  display: inline-block;
  text-align: center;
}
.logo h1 {
  text-transform: uppercase;
  letter-spacing: 9px;
  margin-top: 10px;
  margin-right: -7px;
}
.logo .smallText {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 8px;
  margin-top: 8px;
}

/*---------------mainNav-----------*/
.mainNav > li {
  float: left;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative;
  white-space: nowrap;
  font-size: 13px;
  font-size: 1.3rem;
}
.mainNav > li span:hover, .mainNav > li span.active {
  color: #23527c;
  cursor: pointer;
}
.mainNav > li + li {
  margin-left: 40px;
}

.bigTriangle {
  width: 27px;
  height: 14px;
  background: url("../images/triangle.jpg") -2px;
  position: absolute;
  top: -14px;
  left: 190px;
}

.categorieList .bigTriangle {
  left: 55px;
}

.fabricCategories {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
  z-index: 2;
  display: none;
  position: absolute;
  top: 35px;
  left: -160px;
  padding: 30px 0;
  background-color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.fabricCategories > li {
  display: table-cell;
  text-transform: none;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: normal;
}
.fabricCategories h3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 50px 20px;
}
.fabricCategories h3::after {
  font-family: FontAwesome;
  content: "";
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  margin-left: 10px;
}
.fabricCategories li:first-child div + div {
  margin-top: 60px;
}
.fabricCategories ul {
  padding: 0 50px;
}
.fabricCategories ul a {
  display: block;
}
.fabricCategories ul li + li {
  margin-top: 6px;
}
.fabricCategories .patternList {
  border-left: 1px solid #ddd;
}
.fabricCategories .colorList {
  margin-left: 0;
  border-left: 1px solid #ddd;
}
.fabricCategories .colorList li {
  float: none;
  text-transform: capitalize;
}
.fabricCategories .colorList li span {
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 9px;
}
.fabricCategories .colorList li + li {
  margin-left: 0;
  margin-top: 20px;
}
.fabricCategories .colorList a {
  width: auto;
  height: auto;
  line-height: 1;
}
.fabricCategories .colorList .multicolored {
  padding-left: 22px;
}
.fabricCategories .colorList .multicolored .color1 {
  border-width: 13px 13px 0 0;
  margin-right: 0;
  left: 0;
}
.fabricCategories .colorList .multicolored .color2 {
  border-width: 0 0 13px 13px;
  left: 1px;
  margin-right: 0;
}
.fabricCategories .seeAll {
  text-decoration: underline;
  color: #000;
}
.fabricCategories .seeAll:hover {
  color: #23527c;
}

.categorieList {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
  z-index: 2;
  display: none;
  padding: 30px 25px;
  position: absolute;
  top: 35px;
  left: -25px;
  background-color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.categorieList li {
  text-transform: capitalize;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: normal;
}
.categorieList li + li {
  margin-top: 6px;
}

nav {
  float: right;
  clear: both;
  margin-top: -18px;
}

/*------------Owl Carousel - Animate Plugin---------*/
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -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;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: visible;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

@media (max-width: 1200px) {
  .owl-carousel .owl-stage-outer {
    overflow: hidden;
  }
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*-------------OWL-------------*/
.owl-carousel .owl-item .sliderCaption {
  position: absolute;
  right: 0;
  z-index: 1;
  top: 0;
  width: 49%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 12% 9% 0;
  text-align: right;
}
.owl-carousel .owl-item .sliderCaption img {
  margin-bottom: 25px;
}
.owl-carousel .owl-item .sliderCaption p {
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 25px;
  text-align: right;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  color: #d5d5d5;
  font-size: 90px;
  font-size: 9rem;
  text-align: center;
  position: absolute;
  top: 0;
  width: 7%;
  height: 100%;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.2);
  padding-top: 16%;
}
.owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel .owl-nav .owl-prev::before {
  font-family: FontAwesome;
  content: "";
  text-rendering: optimizeLegibility;
}
.owl-carousel .owl-nav .owl-next {
  right: 0;
}
.owl-carousel .owl-nav .owl-next::before {
  font-family: FontAwesome;
  content: "";
  text-rendering: optimizeLegibility;
}

.owl-carousel .owl-item li {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}

/*-------ACHIEVEMENTS--------*/
.achievements {
  padding: 40px 0 20px;
  margin: 0 -10px;
  text-align: center;
}
.achievements li {
  display: inline-block;
  width: 297px;
  padding: 0 10px;
  margin-bottom: 15px;
  font-size: 13px;
  font-size: 1.3rem;
}
.achievements span {
  background-image: url("../images/sprit.png");
  display: inline-block;
  margin-right: 13px;
  vertical-align: middle;
}
.achievements span + span {
  background: none;
  margin-right: 0;
  width: 200px;
  text-align: left;
}
.achievements a {
  display: block;
  text-transform: uppercase;
  line-height: 1;
}

.yearIcon {
  height: 51px;
  width: 59px;
  background-position: 0 -22px;
}

.scissorsIcon {
  height: 44px;
  width: 50px;
  background-position: 111px -22px;
}

.starIcon {
  height: 51px;
  width: 59px;
  background-position: 59px -22px;
}

.carIcon {
  height: 57px;
  width: 59px;
  background-position: -59px -22px;
}

/*----------BANNERS------------*/
.banners {
  margin-bottom: 50px;
}

.bannerLeft, .bannerRight {
  position: relative;
}

.topBanners {
  margin: 0 0 14px;
  height: 475px;
}
.topBanners .bannerLeft, .topBanners .bannerRight {
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
.topBanners .bannerLeft {
  background: url("../images/banner1.jpg");
  width: 24%;
  margin-right: 2%;
  background-size: cover;
}
.topBanners .bannerLeft a {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -69px;
}
.topBanners .bannerRight {
  background: url("../images/banner2.jpg");
  background-size: cover;
  width: 74%;
  position: relative;
}

.bannerText {
  padding: 9% 0 0 5%;
  width: 335px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  position: absolute;
  top: 0;
}
.bannerText .strong {
  margin-top: 34px;
}

.bottomBanners {
  height: 250px;
}
.bottomBanners .bannerLeft, .bottomBanners .bannerRight {
  width: 49%;
  height: 100%;
  display: inline-block;
}
.bottomBanners a {
  position: absolute;
  top: 50%;
  right: 38px;
}
.bottomBanners .bannerLeft {
  background: url("../images/banner3.jpg");
  margin-right: 2%;
  background-size: cover;
}
.bottomBanners .bannerRight {
  background: url("../images/banner4.jpg");
  background-size: cover;
}

/*! formstone v0.7.0 [scrollbar.css] 2015-07-04 | MIT License | formstone.it */
.fs-scrollbar {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

.fs-scrollbar,
.fs-scrollbar * {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.fs-scrollbar,
.fs-scrollbar-content,
.fs-scrollbar-bar,
.fs-scrollbar-track,
.fs-scrollbar-handle {
  box-sizing: border-box;
}

.fs-scrollbar-content {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fs-scrollbar-content::-webkit-scrollbar,
.fs-scrollbar-content::-webkit-scrollbar-button,
.fs-scrollbar-content::-webkit-scrollbar-track,
.fs-scrollbar-content::-webkit-scrollbar-track-piece,
.fs-scrollbar-content::-webkit-scrollbar-thumb,
.fs-scrollbar-content::-webkit-scrollbar-corner,
.fs-scrollbar-content::-webkit-resizer {
  background: transparent;
  opacity: 0;
}

.fs-scrollbar-bar {
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: #ffffff;
  display: none;
}

.fs-scrollbar-track {
  width: 100%;
  height: 100%;
  position: relative;
  background: #ffffff;
  overflow: hidden;
  border: 1px solid #ddd;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.fs-scrollbar-handle {
  width: 12px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 2px;
  z-index: 2;
  background: #cccccc;
  border: 1px solid #ffffff;
  border-radius: 5px;
  cursor: pointer;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.fs-scrollbar-setup .fs-scrollbar-content,
.fs-scrollbar-active .fs-scrollbar-content {
  padding: 0;
}

.fs-scrollbar-setup .fs-scrollbar-bar,
.fs-scrollbar-active .fs-scrollbar-bar {
  display: block;
}

/*---------------filterBy-----------------*/
.listingContent h2.show-Mobile {
  width: 280px;
  margin: 0 auto;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'nexa_boldregular';
  letter-spacing: 2px;
  padding: 20px 0;
}
.listingContent h2.show-Mobile .plusMinus {
  background-color: #d87947;
  top: 20px;
  padding-left: 2px;
}

.filterBy {
  width: 230px;
  float: left;
}
.filterBy h2 {
  font-size: 20px;
  font-size: 2rem;
  color: #777;
  margin-bottom: 5px;
}
.filterBy button {
  background: none;
  border: none;
  color: #999;
  padding: 0;
  margin-bottom: 20px;
  font-size: 13px;
  font-size: 1.3rem;
}

.bigSquare {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #ddd;
  text-align: center;
  padding: 2px;
  margin: 0 20px 0 -16px;
}

.smallSquare {
  width: 8px;
  height: 8px;
  background-color: #888;
  vertical-align: top;
  display: none;
}

.close-Icon {
  width: 15px;
  height: 15px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background-color: #d2953a;
  margin: 0px 0 -3px 5px;
}

.filterTools .close-Icon {
  margin-bottom: -2px;
}
.filterTools fieldset {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.filterTools fieldset .scrollContent {
  height: 140px;
  margin-bottom: 30px;
  display: none;
}
.filterTools legend {
  position: relative;
  display: block;
  padding: 15px 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #777;
  cursor: pointer;
}
.filterTools label {
  display: block;
  line-height: 1;
  vertical-align: top;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 13px;
  font-size: 1.3rem;
}
.filterTools input[type="checkbox"] {
  margin: 0;
  vertical-align: top;
  visibility: hidden;
}
.filterTools input:checked + span span {
  display: block;
}
.filterTools .colorFamily span + span {
  display: inline-block;
  width: 27px;
  height: 13px;
}
.filterTools .multicolored .color1 {
  border-width: 13px 27px 0 0;
  left: 38px;
}
.filterTools .multicolored .color2 {
  border-width: 0 0 13px 27px;
  left: 38px;
}

/*---------------productlisting-----------------*/
.breadCrumb {
  list-style: none;
  margin-bottom: 15px;
}
.breadCrumb li {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
}
.breadCrumb li.active {
  color: #777;
}
.breadCrumb li + li::before {
  content: ">";
  margin: 0 3px;
}

.listing {
  margin-left: 290px;
  margin-bottom: 55px;
}
.listing .userSelections {
  margin-bottom: 35px;
}
.listing .userSelections h5 {
  display: inline-block;
}
.listing .selectionList {
  margin-left: 15px;
  display: inline-block;
}
.listing .selectionList li {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
}
.listing .selectionList li + li {
  margin-left: 20px;
}
.listing .selectionList button {
  background: none;
  border: none;
  color: #999;
  padding: 0;
  margin-bottom: 0;
}
.listing .sortTools {
  float: left;
}
.listing .paginations {
  text-align: right;
  clear: both;
}
.listing .paginations .pagination {
  float: none;
  padding-top: 0;
}
.listing .prevPage::before {
  font-family: FontAwesome;
  content: "";
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 8px;
  vertical-align: middle;
}
.listing .nextPage::before {
  font-family: FontAwesome;
  content: "";
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 8px;
  vertical-align: middle;
}
.listing .pagination {
  float: right;
  padding-top: 2px;
}
.listing .pagination div {
  display: inline-block;
}
.listing .pagination .currentPage, .listing .pagination .totalPages {
  color: #666;
  vertical-align: middle;
  margin: 0 3px;
}
.listing .resultInfo::after {
  content: "|";
  margin: 0 18px 0 13px;
}
.listing .productList {
  margin: 50px -25px 0;
  float: left;
  text-align: center;
}
.listing .productList li {
  margin: 0 25px 40px;
  width: 260px;
  display: inline-block;
}
.listing .productList figure {
  position: relative;
}
.listing .productList figure:hover figcaption {
  display: block;
}
.listing .productList figcaption {
  padding: 50px 20px 20px;
  position: absolute;
  text-align: center;
  top: 0;
  font-size: 18px;
  font-size: 1.8rem;
  width: 260px;
  height: 260px;
  display: none;
  background-color: rgba(255, 255, 255, 0.6);
  color: #777;
  overflow: hidden;
}
.listing .productList .price {
  display: block;
  color: #d87947;
  margin-bottom: 10px;
}

/*! formstone v0.7.0 [dropdown.css] 2015-07-04 | MIT License | formstone.it */
.fs-dropdown {
  z-index: 1;
  margin: 0;
  width: 178px;
  height: 26px;
  display: inline-block;
  position: relative;
  color: #999;
}
.fs-dropdown + .fs-dropdown {
  margin-left: 20px;
}

.fs-dropdown-selected {
  width: 100%;
  position: relative;
  background: transparent;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  height: 100%;
  line-height: 1;
  margin: 0;
  overflow: hidden;
  padding: 0 0 0 13px;
  text-align: left;
  text-overflow: clip;
  z-index: 2;
}
.fs-dropdown-selected::after {
  position: absolute;
  right: 10px;
  top: 6px;
  font-family: FontAwesome;
  content: "";
  font-size: 11px;
  font-size: 1.1rem;
  color: #999;
  line-height: 1;
}

.fs-dropdown:focus {
  box-shadow: none;
  outline: none;
}

.fs-dropdown,
.fs-dropdown:after,
.fs-dropdown:before,
.fs-dropdown *,
.fs-dropdown *:after,
.fs-dropdown *:before {
  box-sizing: border-box;
  -webkit-transition: none;
  transition: none;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.fs-dropdown-element {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  z-index: -1;
}

.fs-dropdown-element,
.fs-dropdown-element:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

.no-opacity .fs-dropdown-element {
  left: -999999px;
}

.no-touch .fs-dropdown-selected:hover {
  color: #222222;
}

.no-touch .fs-dropdown-disabled .fs-dropdown-selected:hover {
  color: #cccccc;
}

.fs-dropdown-options {
  width: 100%;
  max-height: 260px;
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid #cccccc;
  border-width: 0 1px 1px;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  display: none;
  margin: 0;
  overflow: auto;
  overflow-x: hidden;
  padding: 0;
  z-index: 50;
}

.fs-dropdown-options.fs-scrollbar {
  position: absolute;
}

.no-opacity .fs-dropdown-options {
  width: auto;
}

.fs-dropdown-group {
  border-bottom: 1px solid #cccccc;
  color: #999999;
  display: block;
  font-size: 11px;
  padding: 10px 15px;
  text-transform: uppercase;
}

.fs-dropdown-item {
  width: 100%;
  background: #ffffff;
  border: none;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0;
  line-height: 1;
  overflow: hidden;
  padding: 5px 15px;
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
}

.fs-dropdown-item_placeholder {
  display: none;
}

.fs-dropdown-item_selected {
  background: #eeeeee;
}

.fs-dropdown-item_disabled {
  color: #999999;
  cursor: default;
}

.fs-dropdown-item:first-child {
  border-radius: 0;
}

.fs-dropdown-item:last-child {
  border-bottom: 0;
  border-radius: 0 0 3px 3px;
}

.fs-dropdown-item:hover,
.fs-dropdown-item_selected:hover {
  background-color: #dddddd;
}

.fs-dropdown-item_disabled,
.no-touch .fs-dropdown-item_disabled:hover {
  color: #cccccc;
  background-color: #ffffff;
  border-color: #cccccc;
}

.fs-dropdown-open {
  z-index: 3;
}

.fs-dropdown-open .fs-dropdown-options {
  display: block;
  border-radius: 0 0 3px 3px;
}

.fs-dropdown-open .fs-dropdown-selected {
  z-index: 51;
  border-radius: 3px 3px 0 0;
}

.fs-dropdown-open .fs-dropdown-selected,
.fs-dropdown-focus .fs-dropdown-selected {
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
  z-index: 49;
}

.fs-dropdown-cover .fs-dropdown-options {
  top: 0;
  border-radius: 3px;
  border-width: 1px;
}

.fs-dropdown-cover .fs-dropdown-item:first-child {
  border-radius: 3px 3px 0 0;
}

.fs-dropdown-bottom .fs-dropdown-options {
  top: auto;
  bottom: 100%;
  border-width: 1px 1px 0;
}

.fs-dropdown-bottom .fs-dropdown-item:last-child {
  border: none;
}

.fs-dropdown-bottom.fs-dropdown-open .fs-dropdown-selected {
  border-radius: 0 0 3px 3px;
}

.fs-dropdown-bottom.fs-dropdown-open .fs-dropdown-options {
  border-radius: 3px 3px 0 0;
}

.fs-dropdown-bottom.fs-dropdown-cover .fs-dropdown-options {
  top: auto;
  bottom: 0;
}

.fs-dropdown-bottom.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
  border-radius: 3px;
}

.fs-dropdown-bottom.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-options {
  border-radius: 3px;
}

.fs-dropdown-multiple .fs-dropdown-options {
  width: 100%;
  position: static;
  border-radius: 3px;
  border-width: 1px;
  box-shadow: none;
  display: block;
}

.fs-dropdown-disabled .fs-dropdown-selected {
  background: #ffffff;
  border-color: #cccccc;
  color: #cccccc;
  cursor: default;
}

.fs-dropdown-disabled .fs-dropdown-options {
  background: #ffffff;
  border-color: #cccccc;
}

.fs-dropdown-disabled .fs-dropdown-group,
.fs-dropdown-disabled .fs-dropdown-item {
  border-color: #cccccc;
  color: #cccccc;
  cursor: default;
}

.fs-dropdown-disabled .fs-dropdown-item,
.no-touch .fs-dropdown-disabled .fs-dropdown-item:hover {
  color: #cccccc;
  background-color: #ffffff;
}

.fs-dropdown-disabled .fs-dropdown-item_selected,
.no-touch .fs-dropdown-disabled .fs-dropdown-item_selected:hover {
  background: #fafafa;
}

/**
 *
 *	essential styles
 *		- the following styles are essential to the functioning of the plugin
 *
 **/
.wm-zoom-container, .wm-zoom-box {
  position: relative;
}

img.wm-zoom-default-img {
  height: auto;
}

.wm-zoom-lens {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
}

.wm-zoom-hight {
  display: none;
  overflow: hidden;
  position: absolute;
}

.wm-zoom-hight img {
  left: 0;
  position: absolute;
  top: 0;
}

img.wm-zoom-loader {
  z-index: 1;
}

img.wm-zoom-hight-img {
  z-index: 2;
}

/**
 *
 *	sample styles
 *  	- the following styles are just one example. You can customize at will
 *
 *
 **/
.wm-zoom-lens {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  -moz-opacity: 0.40;
  -khtml-opacity: 0.40;
  opacity: 0.40;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
.wm-zoom-lens::before {
  font-family: FontAwesome;
  content: "\f00e";
  font-size: 55px;
  font-size: 5.5rem;
  color: #817b73;
  position: absolute;
  top: 5px;
  left: 25px;
}

.wm-zoom-hight {
  background: #f4f4f4;
}

/*---------------DETAILS--------------------*/
.topPager {
  background-color: #efefef;
  padding: 0 40px;
  margin-bottom: 50px;
}
.topPager a {
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 15px 0;
  display: inline-block;
  color: #777;
}
.topPager a:hover {
  color: #23527c;
}
.topPager .return {
  float: left;
}
.topPager .return::before {
  font-family: FontAwesome;
  content: "";
  margin-right: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #d97f50;
}
.topPager .prevProduct::before {
  font-family: FontAwesome;
  content: "";
  margin-right: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #d97f50;
}
.topPager .prevProduct::after {
  content: "|";
  margin: 0 15px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #777;
}
.topPager .nextProduct::after {
  font-family: FontAwesome;
  content: "";
  margin-left: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #d97f50;
}
.topPager .prevNext {
  float: right;
}

.productView {
  float: left;
}

.productDetails {
  margin: 0 0 80px 400px;
}
.productDetails .breadCrumb {
  margin-bottom: 10px;
}
.productDetails .availability {
  text-transform: uppercase;
  color: #666;
  margin-bottom: 35px;
}
.productDetails .checked {
  width: 19px;
  height: 18px;
  background: url("../images/check.png");
  display: inline-block;
}
.productDetails .status {
  line-height: 1;
  vertical-align: top;
  padding-top: 4px;
  display: inline-block;
  margin-left: 9px;
}
.productDetails .col-sm-6:first-child {
  float: right;
}
.productDetails .col-sm-6 + .col-sm-6 {
  padding-right: 50px;
}
.productDetails h5 {
  padding: 15px 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #bbb;
  position: relative;
  cursor: pointer;
}
.productDetails .detailsList li {
  border-top: 1px solid #e5e5e5;
}
.productDetails .detailsList p {
  color: #666;
  margin: 15px 0;
}
.productDetails table {
  width: 100%;
}
.productDetails table tr {
  display: block;
  margin-top: 22px;
}
.productDetails table th {
  color: #777;
  width: 200px;
  font-weight: bold;
}
.productDetails table td {
  color: #777;
}
.productDetails .detailsListContent {
  display: none;
}

.productActions {
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 46px 0 25px;
}
.productActions table {
  width: 210px;
  margin: 0 auto 30px;
}
.productActions table tr {
  margin-top: 0;
  margin-bottom: 5px;
}
.productActions table th {
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
  font-weight: normal;
}
.productActions table td {
  font-size: 18px;
  font-size: 1.8rem;
  color: #777;
}
.productActions table tr:nth-child(2) {
  margin-bottom: 10px;
}
.productActions table tr:nth-child(2) th, .productActions table tr:nth-child(2) td {
  color: #d87947;
}
.productActions form {
  margin-bottom: 50px;
}
.productActions input {
  width: 39px;
  height: 39px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 5px solid #e9e9e9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  color: #777;
}
.productActions button {
  margin-left: 2px;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  background-color: #666;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  letter-spacing: 1px;
  padding: 10px 15px;
  line-height: 1;
  border: none;
}
.productActions button .shopingCart {
  background: url("../images/sprit2.png") 105px 0px;
  display: inline-block;
  width: 22px;
  height: 16px;
  margin-left: 8px;
  position: relative;
  top: 2px;
}
.productActions button:hover {
  background-color: #A8A7A7;
}
.productActions .actionList li {
  display: inline-block;
  padding: 0 20px;
}
.productActions .actionList li + li {
  border-left: 1px solid #d8d8d8;
}
.productActions .actionList a {
  display: block;
}
.productActions .actionList li:first-child a {
  width: 24px;
  height: 23px;
  background: url("../images/si.png") 0 0;
}
.productActions .actionList li:nth-child(2) a {
  width: 24px;
  height: 23px;
  background: url("../images/si.png") 73px 0px;
}
.productActions .actionList li:nth-child(3) a {
  width: 24px;
  height: 23px;
  background: url("../images/si.png") 49px 0px;
}
.productActions .actionList li:nth-child(4) a {
  width: 26px;
  height: 23px;
  background: url("../images/si.png") 26px 0px;
}

.similarStyles * {
  font-size: 20px;
  font-size: 2rem;
  color: #777;
}
.similarStyles h3 {
  float: left;
  padding-top: 5px;
}
.similarStyles h3 + div {
  float: right;
}
.similarStyles h3 + div > a {
  background-color: #e1b147;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  letter-spacing: 1px;
  padding: 9px 25px;
  line-height: 1;
  margin-left: 25px;
}
.similarStyles h3 + div > a:hover {
  background-color: #EAC87C;
}

.similarProdList {
  margin: 40px -21.25px 0;
}
.similarProdList li {
  margin: 0 21.25px 42.5px;
  width: 200px;
  display: inline-block;
}
.similarProdList figure {
  position: relative;
}
.similarProdList figure:hover figcaption {
  display: block;
}
.similarProdList figcaption {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  display: none;
  background-color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
}
.similarProdList figcaption a {
  display: block;
  width: 100%;
  padding: 65px 15px 25px;
  height: 100%;
  overflow: hidden;
}

.topHeader .logOut.col-sm-5 {
  padding-top: 1px;
}
.topHeader .servicePanel.logOut li:first-child::after {
  content: "|";
  margin-left: 15px;
}

.productActions.logOut .loginPanel {
  margin-bottom: 30px;
  text-align: center;
}
.productActions.logOut .loginPanel > * {
  display: block;
  margin-bottom: 10px;
}
.productActions.logOut .loginPanel span {
  font-size: 18px;
  font-size: 1.8rem;
  color: #777;
}
.productActions.logOut .loginPanel span:first-child + a {
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #d87947;
}
.productActions.logOut .loginPanel span:first-child + a:hover {
  background-color: #F7A57A;
}
.productActions.logOut .loginPanel span:first-child + a + a {
  margin-bottom: 25px;
}
.productActions.logOut .loginPanel a:last-child {
  font-size: 16px;
  font-size: 1.6rem;
}

/*---------------CUSTOMER-----------------*/
.customer {
  padding: 0 0 50px;
}
.customer .banner {
  background: url("../images/banner.jpg");
  background-size: cover;
  height: 320px;
  padding: 6% 6% 0 4%;
  margin-bottom: 50px;
}
.customer .banner .bannerCaption {
  width: 365px;
  display: inline-block;
  float: left;
}
.customer .banner .customerAboutComany {
  display: inline-block;
  width: 420px;
  padding: 35px 33px 15px;
  background: rgba(255, 255, 255, 0.8);
  float: right;
  -webkit-box-shadow: 3px 3px 11px 1px #A9A6A6;
  -moz-box-shadow: 3px 3px 11px 1px #A9A6A6;
  box-shadow: 2px 2px 8px 1px #A9A6A6;
}
.customer .banner .customerAboutComany p {
  color: #666;
  font-size: 21px;
  font-size: 2.1rem;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  line-height: 1.2;
}
.customer .banner .customerAboutComany .author {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #777;
  font-style: normal;
  margin-top: 20px;
}
.customer .banner h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
}
.customer .banner p {
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
}
.customer legend {
  font-size: 20px;
  font-size: 2rem;
  color: #777;
  margin-bottom: 10px;
  position: absolute;
  top: 0;
}
.customer fieldset {
  position: relative;
  margin-bottom: 65px;
  padding-top: 39px;
}
.customer .inputGroup {
  width: 330px;
}
.customer .inputGroup:first-of-type {
  float: left;
}
.customer .inputGroup:nth-of-type(3) {
  float: right;
}
.customer .inputGroup:nth-of-type(3) .fs-dropdown:first-child {
  margin-top: 0;
}
.customer .inputGroup:nth-of-type(2) {
  position: absolute;
  top: 39px;
  left: 50%;
  margin-left: -165px;
  vertical-align: top;
}
.customer input {
  border: 1px solid #ddd;
  display: block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 10px 5px 13px;
  width: 100%;
  color: #777;
}
.customer input::-webkit-input-placeholder {
  color: #777;
  font-family: 'robotoregular';
  font-size: 13px;
  font-size: 1.3rem;
}
.customer input::-moz-placeholder {
  color: #777;
  opacity: 1;
  font-family: 'robotoregular';
  font-size: 13px;
  font-size: 1.3rem;
}
.customer input:-ms-input-placeholder {
  color: #777;
  font-family: 'robotoregular';
  font-size: 13px;
  font-size: 1.3rem;
}
.customer input:focus {
  border-color: #66afe9;
  -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);
}
.customer input + input {
  margin-top: 10px;
}
.customer .fs-dropdown {
  width: 100%;
  height: 30px;
  margin-top: 10px;
}
.customer .fs-dropdown + input {
  margin-top: 10px;
  vertical-align: top;
}
.customer .fs-dropdown-selected {
  color: #777;
  font-family: 'robotoregular';
  font-size: 13px;
  font-size: 1.3rem;
  border: 1px solid #ddd;
}
.customer .fs-dropdown-selected::after {
  top: 8px;
  color: #bcbcbc;
}
.customer .city + .fs-dropdown {
  width: 200px;
  display: inline-block;
}
.customer .zipCode {
  width: 116px;
  display: inline-block;
  margin-left: 10px;
}
.customer .inputWidth1 {
  width: 192px;
  display: inline-block;
}
.customer .inputWidth2 {
  width: 124px;
  display: inline-block;
  margin-left: 10px;
}
.customer .inputWidth3 {
  width: 158px;
  display: inline-block;
}
.customer .inputWidth3 + .inputWidth3 {
  margin-left: 10px;
}
.customer .note {
  margin-top: 20px;
  color: #777;
  font-family: 'robotoregular';
  font-size: 13px;
  font-size: 1.3rem;
}
.customer .note span {
  text-transform: uppercase;
  font-family: 'robotobold';
}
.customer .note a {
  font-family: 'robotobold';
  text-decoration: underline;
  color: #777;
}
.customer .formActions {
  width: 330px;
  margin: 0 auto;
}
.customer .formActions button {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 2px;
  color: #fff;
  background-color: #e1b147;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-top: 25px;
  border: none;
  text-transform: uppercase;
  width: 100%;
  padding: 8px;
}
.customer .formActions button:hover {
  background-color: #EAC87C;
}
.customer label {
  display: block;
  line-height: 1;
  vertical-align: top;
  margin-bottom: 0;
  cursor: pointer;
  font-family: 'robotoregular';
  font-size: 13px;
  font-size: 1.3rem;
  color: #777;
}
.customer input[type="checkbox"] {
  margin: 0;
  vertical-align: top;
  visibility: hidden;
}
.customer input:checked + span span {
  display: block;
}
.customer .bigSquare {
  margin: 0 10px 0 0;
}

/*---------------TOPFOOTER------------*/
.topFooter {
  background: #efefef;
  padding: 40px 0;
}
.topFooter .logo {
  display: block;
  margin-bottom: 45px;
}

.footerInner {
  position: relative;
}

.signUp {
  width: 241px;
  float: right;
  font-family: 'open_sansregular';
  font-size: 13px;
  font-size: 1.3rem;
}
.signUp legend {
  margin-bottom: 18px;
  font-size: 24px;
  font-size: 2.4rem;
  font-style: italic;
  color: #000;
}
.signUp input {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0 13px;
  width: 207px;
  border-radius: 5px;
  height: 34px;
  color: #a0a0a0;
  display: inline-block;
  margin-right: 2px;
}
.signUp p {
  font-family: "open_sansregular";
  color: #777;
  margin-bottom: 18px;
}
.signUp button:before {
  font-family: FontAwesome;
  content: "";
  color: white;
  font-size: 15px;
  font-weight: bold;
}
.signUp button {
  border-radius: 50%;
  background: #80b799;
  border: none;
  width: 28px;
  height: 28px;
  display: inline-block;
  padding: 0 0 0 3px;
  vertical-align: top;
  margin-top: 2px;
}

.footerNav {
  float: right;
  margin-right: 13%;
  width: 470px;
  font-size: 13px;
  font-size: 1.3rem;
}
.footerNav > .navGroup {
  vertical-align: top;
  float: left;
}
.footerNav h3 {
  margin-bottom: 30px;
  text-transform: uppercase;
}
.footerNav a {
  line-height: 1.4;
  padding: 4px 0;
  color: #666;
  display: inline-block;
}
.footerNav a:hover {
  color: #23527c;
}

.navGroupWrapper {
  float: right;
}
.navGroupWrapper .navGroup:first-child {
  margin-bottom: 30px;
}

.logoBlock {
  float: left;
}

.followUs {
  text-align: center;
}

.socialNav {
  margin-top: 21px;
}
.socialNav li {
  display: inline-block;
  width: 23px;
  height: 23px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #010101;
  text-align: center;
}
.socialNav li + li {
  margin-left: 17px;
}
.socialNav a {
  display: block;
  padding-top: 4px;
}
.socialNav a::before {
  font-family: FontAwesome;
  display: block;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}

a.fb::before {
  content: "";
}

a.twitter::before {
  content: "";
}

a.pinterest::before {
  content: "";
}

a.houzz::before {
  content: "";
}

a.instagram::before {
  content: "";
}

/*---------------BOTTOMFOOTER------------*/
.bottomFooter {
  padding: 15px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  color: #8c8c8c;
}
.bottomFooter .companyName, .bottomFooter .developer {
  font-weight: bold;
  color: #000;
}
.bottomFooter .companyName {
  text-transform: uppercase;
}
.bottomFooter p {
  margin-bottom: 32px;
}

.paymentIcons li {
  display: inline-block;
  vertical-align: middle;
}
.paymentIcons a {
  display: block;
  background-image: url("../images/sprit.png");
}
.paymentIcons li + li {
  margin-left: 8px;
}

.secure {
  width: 73px;
  height: 24px;
  background-position: 1px 24px;
}

.paypal {
  width: 46px;
  height: 13px;
  background-position: -138px 23px;
}

.visa {
  width: 33px;
  height: 21px;
  background-position: 46px 24px;
}

.mastercard {
  width: 33px;
  height: 21px;
  background-position: 125px 24px;
}

.amex {
  width: 33px;
  height: 21px;
  background-position: 157px 24px;
}

/* MEDIA QUERIES
===========================*/
@media (max-width: 1200px) {
  /*------topHeader----------*/
  .topHeader .col-sm-5 {
    width: auto;
  }
  .topHeader .col-sm-4 {
    float: none;
    clear: both;
    text-align: right;
    width: auto;
    padding-right: 10px;
    position: absolute;
    left: 31%;
  }
  .topHeader .col-sm-3 {
    width: auto;
  }

  /*------bottomHeader----------*/
  nav {
    margin-top: 20px;
  }

  /*------carousel----------*/
  .owl-carousel .owl-item .sliderCaption {
    padding: 5% 5% 0;
  }

  /*------banners----------*/
  .topBanners {
    height: 390px;
  }
  .topBanners .bannerText {
    padding: 5% 0 0 5%;
  }

  /*----------Details----------*/
  .productDetails > h2, .productDetails .breadCrumb, .productDetails .availability {
    text-align: center;
  }
  .productDetails .col-sm-6:first-child, .productDetails .col-sm-6 {
    float: none;
    width: 400px;
    margin: 0 auto;
  }
  .productDetails .col-sm-6 + .col-sm-6 {
    padding-right: 15px;
    margin-top: 20px;
  }

  .similarStyles > div {
    text-align: center;
  }
  .similarStyles h3 {
    float: none;
    margin-bottom: 20px;
  }
  .similarStyles h3 + div {
    float: none;
  }
  .similarStyles > ul {
    text-align: center;
  }
  .similarStyles > ul li {
    margin-bottom: 0;
  }
  .similarStyles > ul figcaption {
    position: static;
    display: block;
  }
  .similarStyles > ul figcaption a {
    padding-top: 25px;
  }

  /*----------Customer----------*/
  .customer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .customer .inputGroup {
    width: 310px;
  }
  .customer .inputGroup:nth-of-type(2) {
    margin-left: -155px;
  }
  .customer .city + .fs-dropdown, .customer .inputWidth1 {
    width: 187px;
  }
  .customer .zipCode, .customer .inputWidth2 {
    width: 109px;
  }
  .customer .inputWidth3 {
    width: 148px;
  }

  /*------------footer------------*/
  .footerNav {
    margin-right: 10%;
    width: 40%;
  }
}
@media (min-width: 993px) {
  .mainNav {
    display: block !important;
  }

  .navToggle {
    display: none !important;
  }

  .fabricCategories > li ul {
    display: block !important;
  }

  .filterBy {
    display: block !important;
  }
}
@media (max-width: 992px) {
  .listingContent .filterBy {
    z-index: 5 !important;
  }
  /*------topHeader----------*/
  .topHeader {
    padding-bottom: 15px;
  }
  .topHeader .col-sm-5 {
    width: auto;
    margin-bottom: 10px;
  }
  .topHeader .col-sm-4 {
    float: none;
    clear: both;
    text-align: right;
    width: 100%;
    padding-right: 10px;
    position: static;
  }
  .topHeader .col-sm-3 {
    width: auto;
  }

  /*-------------bottomHeader-------------*/
  .bottomHeader {
    margin-bottom: 0;
  }

  .bigTriangle {
    display: none;
  }

  nav {
    float: none;
  }

  .navToggle {
    display: block;
    background-color: #82ba9e;
    color: #fff;
    font-family: 'nexa_boldregular';
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
    width: 100%;
    line-height: 1;
    padding: 11px 0;
  }
  .navToggle .browsIcon {
    position: relative;
    width: 11px;
    height: 15px;
    display: inline-block;
    margin-left: 10px;
  }
  .navToggle .browsIcon::before {
    position: absolute;
    font-family: FontAwesome;
    content: "";
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    top: 6px;
  }
  .navToggle .browsIcon::after {
    position: absolute;
    font-family: FontAwesome;
    content: "";
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    top: -2px;
  }

  .mainNav {
    display: none;
  }
  .mainNav > li {
    cursor: auto;
    display: block;
    float: none;
    padding: 0;
  }
  .mainNav > li > span {
    display: block;
    padding: 15px 0;
  }
  .mainNav > li::before {
    position: absolute;
    font-family: FontAwesome;
    content: "";
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    right: 5px;
    top: 18px;
    color: #ccc;
  }
  .mainNav > li.active::before {
    content: "";
  }
  .mainNav > li + li {
    border-top: 1px solid #ebebeb;
    margin-left: 0;
  }
  .mainNav > li:last-child {
    display: none;
  }

  .fabricCategories, .categorieList {
    box-shadow: none;
    -webkit-box-shadow: none;
  }

  .categorieList {
    position: static;
    padding: 0px 25px 25px;
  }
  .categorieList a {
    display: block;
  }

  .fabricCategories {
    border: none;
    position: static;
    padding: 15px 0;
  }
  .fabricCategories > li {
    display: block;
  }
  .fabricCategories > li ul {
    display: none;
    padding: 0 35px 15px;
  }
  .fabricCategories > li h3 {
    padding: 0 20px 20px;
  }
  .fabricCategories > li h3:hover {
    color: #23527c;
  }
  .fabricCategories > li:first-child div + div {
    margin-top: 0;
  }
  .fabricCategories .patternList, .fabricCategories .colorList {
    border: none;
  }

  /*------carousel----------*/
  .owl-carousel .owl-item .sliderCaption {
    padding: 3% 3% 0;
  }
  .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    display: none !important;
  }

  /*-------------banners-------------*/
  .topBanners {
    height: 395px;
  }

  .bottomBanners {
    height: 200px;
  }

  /*------Listing----------*/
  .listingContent {
    position: relative;
  }
  .listingContent hr {
    display: none;
  }
  .listingContent h2.show-Mobile {
    display: block;
  }
  .listingContent .filterBy {
    display: none;
    float: none;
    position: absolute;
    z-index: 2;
    background-color: #fff;
    padding: 15px 15px 0;
    border-radius: 5px;
    box-shadow: 0 0 6px #ccc;
    left: 50%;
    margin-left: -155px;
    width: 310px;
    top: 5px;
  }
  .listingContent .filterBy h2 {
    display: none;
  }
  .listingContent .filterBy h2.show-Mobile {
    display: block;
    margin-bottom: 10px;
    padding-top: 0;
  }
  .listingContent .filterBy h2.show-Mobile .plusMinus {
    top: 0;
  }
  .listingContent .filterBy h2.show-Mobile .plusMinus::before {
    content: '--';
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: -3px;
    position: absolute;
    left: 2px;
    top: 1px;
  }
  .listingContent .filterTools button {
    display: none;
  }

  .listing {
    margin-left: 0;
  }
  .listing .breadCrumb, .listing h2, .listing .userSelections, .listing .pagination {
    display: none;
  }
  .listing .sortTools {
    text-align: center;
    float: none;
    margin-bottom: 25px;
  }
  .listing .sortTools select {
    width: 140px;
    height: 30px;
  }
  .listing .sortTools .selectWrapper::after {
    top: 9px;
  }
  .listing .sortTools .selectWrapper + .selectWrapper {
    margin-left: 10px;
  }
  .listing .productList {
    margin-top: 0;
  }
  .listing .productList figcaption {
    position: static;
    padding-top: 15px;
    height: auto;
    max-height: 200px;
    display: block;
  }
  .listing .mobilePagination {
    text-align: center;
  }
  .listing .mobilePagination ul {
    border: 1px solid #ddd;
    display: inline-block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .listing .mobilePagination li {
    display: inline-block;
  }
  .listing .mobilePagination li + li {
    border-left: 1px solid #ddd;
  }
  .listing .mobilePagination li.active a {
    background-color: #666;
    color: #fff;
  }
  .listing .mobilePagination li:first-child a, .listing .mobilePagination li:last-child a {
    padding: 5px 10px;
  }
  .listing .mobilePagination a {
    display: block;
    padding: 7px 10px;
    line-height: 1;
    font-family: 'open_sansregular';
    font-size: 14px;
    font-size: 1.4rem;
  }
  .listing .mobilePagination .prevPage::before {
    margin-right: 0;
    font-size: 13px;
    font-size: 1.3rem;
    vertical-align: top;
  }
  .listing .mobilePagination .nextPage::before {
    margin-left: 0;
    font-size: 13px;
    font-size: 1.3rem;
    vertical-align: top;
  }

  /*-----------Details----------------*/
  .topPager {
    margin-top: 20px;
  }

  .productDetails {
    margin: 0 0 30px 334px;
  }

  /*------------Customer----------*/
  .customer .banner .customerAboutComany {
    display: none;
  }
  .customer fieldset {
    text-align: center;
  }
  .customer .inputGroup:first-of-type {
    float: none;
    display: inline-block;
  }
  .customer .inputGroup:nth-of-type(3) {
    float: none;
    display: inline-block;
    margin-top: 35px;
  }
  .customer .inputGroup:nth-of-type(2) {
    position: static;
    margin-left: 35px;
    display: inline-block;
  }
  .customer .bigSquare {
    float: left;
  }
  .customer .bigSquare + span {
    line-height: 1.3;
    margin-left: 24px;
    display: block;
  }

  /*-----------footer---------------*/
  .footerInner {
    text-align: center;
  }

  .signUp, .footerNav, .logoBlock {
    float: none;
    width: auto;
  }

  .signUp {
    margin-bottom: 30px;
  }

  .footerNav {
    margin: 0;
  }
  .footerNav .navGroup, .footerNav .navGroupWrapper {
    float: none;
    display: inline-block;
  }

  .navGroup {
    padding: 0 10px;
    vertical-align: top;
    width: 230px;
  }
}
@media (min-width: 768px) {
  .mobileMenu, .closeIcon, .colorText {
    display: none;
  }

  .shopByColor, .aboutUs, .accountActions, .serviceList {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .mainContainer {
    padding: 0;
  }

  /*-------topHeader------*/
  .topHeader {
    display: none;
  }

  /*-------bottomHeader------*/
  .bottomHeader .logo {
    display: block;
    margin: 10px 0 20px;
    z-index: -2;
  }
  .bottomHeader .searchBox {
    display: block;
    padding: 0 15px;
  }
  .bottomHeader .searchBox input {
    width: 100%;
    background-color: transparent;
    border: 1px solid #eee;
    color: #aaa;
  }
  .bottomHeader .searchBox button {
    right: 25px;
  }
  .bottomHeader.mainContainer {
    padding: 3px 0 0;
  }

  .dropdown-toggle {
    background-color: #fff;
    border: none;
  }
  .dropdown-toggle .icon-bar {
    width: 19px;
    height: 3px;
    display: block;
    background-color: #82ba9e;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .dropdown-toggle .icon-bar + .icon-bar {
    margin-top: 3px;
  }

  .shopByColor {
    display: none;
    position: absolute;
    left: 50%;
    top: 5px;
    margin-left: -152px;
    width: 304px;
    background-color: #fff;
    padding: 15px 0 15px 25px;
    z-index: 3;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0 0 7px #aaa;
    -webkit-box-shadow: 0 0 7px #aaa;
    box-shadow: 0 0 7px #aaa;
  }
  .shopByColor > span:first-child {
    margin-bottom: 35px;
    text-align: center;
    display: block;
  }
  .shopByColor > span:first-child::after {
    content: "";
    margin: 0;
  }
  .shopByColor .colorList {
    display: table-cell;
    margin-left: 0;
    margin-top: 15px;
  }
  .shopByColor .colorList li {
    display: inline-block;
    float: none;
    margin-bottom: 15px;
  }
  .shopByColor .colorList li + li {
    margin-left: 0px;
  }
  .shopByColor .colorList a {
    display: inline-block;
    width: auto;
    height: 13px;
  }
  .shopByColor .colorList a span {
    display: inline-block;
    width: 27px;
    height: 13px;
    vertical-align: top;
  }
  .shopByColor .colorList .colorText {
    display: inline-block;
    text-transform: uppercase;
    vertical-align: top;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: 'open_sansregular';
    line-height: 1;
    width: 95px;
    padding-top: 2px;
    margin-left: 8px;
  }
  .shopByColor .multicolored {
    padding-left: 30px;
  }
  .shopByColor .multicolored .color1 {
    border-width: 13px 27px 0 0;
    left: 0;
  }
  .shopByColor .multicolored .color2 {
    border-width: 0 0 13px 27px;
    left: 0;
  }
  .shopByColor .closeIcon {
    position: absolute;
    right: 14px;
    top: 6px;
    color: #000;
    font-size: 20px;
    font-size: 2rem;
    display: inline-block;
    padding: 5px;
    line-height: 1;
    font-weight: bold;
    border: none;
    background-color: transparent;
  }

  .colorIcon {
    width: 19px;
    height: 16px;
    background: url("../images/sprit2.png") 0 0;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
  }

  .mobileMenu {
    text-align: center;
    padding: 14px 15px;
    position: relative;
  }
  .mobileMenu .dropdown {
    left: 6px;
    position: absolute;
    top: 7px;
    display: inline-block;
  }
  .mobileMenu .dropdown.open {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: none;
    z-index: 1;
  }
  .mobileMenu .dropdown-toggle {
    padding: 10px 12px 20px;
  }
  .mobileMenu .dropdown-menu {
    width: 304px;
    margin: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    z-index: -1;
    top: 44px;
    left: -1px;
    padding: 7px 9px 7px 3px;
    background-color: #fff;
  }
  .mobileMenu .dropdown-menu li {
    padding-left: 10px;
  }
  .mobileMenu .dropdown-menu li + li {
    border-top: 1px solid #ddd;
  }
  .mobileMenu .dropdown-menu a {
    width: 245px;
    display: inline-block;
    line-height: 1;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: 'open_sansregular';
    text-transform: uppercase;
    padding: 13px 0;
  }
  .mobileMenu .dropdown-menu a:hover {
    background-color: transparent;
    color: #23527c;
  }
  .mobileMenu .dropdown-menu .accountIcon {
    background: url("../images/sprit2.png") -42px 0;
    margin-right: 20px;
  }
  .mobileMenu .dropdown-menu .smallLogo {
    background: url("../images/sprit2.png") -59px 0;
    display: inline-block;
    width: 26px;
    height: 14px;
    margin-right: 12px;
    margin-left: -3px;
  }
  .mobileMenu .dropdown-menu .wishIcon {
    background: url("../images/sprit2.png") -88px 0;
    margin-right: 13px;
  }
  .mobileMenu .dropdown-menu .phoneIcon {
    background: url("../images/sprit2.png") -107px 0;
    height: 16px;
    width: 18px;
    margin-right: 15px;
  }
  .mobileMenu .colorShop {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .mobileMenu .shopingCart {
    display: inline-block;
    background-color: #82ba9e;
    position: absolute;
    line-height: 1;
    right: 15px;
    top: 7px;
    padding: 10px 7px;
    -moz-border-radius: 36px;
    -webkit-border-radius: 36px;
    border-radius: 36px;
  }
  .mobileMenu .shopingCart span {
    background: url("../images/sprit2.png") 105px 0px;
    width: 22px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
  }

  .mainNav {
    padding: 15px;
  }

  /*---------carousel----------*/
  .owl-carousel .owl-item .sliderCaption {
    display: none;
  }

  .topBanners {
    height: 395px;
  }

  /*---------bansers----------*/
  .banners {
    margin-bottom: 0;
  }

  .topBanners {
    margin: 0;
    height: auto;
  }
  .topBanners .bannerRight, .topBanners .bannerLeft {
    height: 400px;
    width: 100%;
    margin-right: 0;
    display: block;
  }
  .topBanners .bannerRight a, .topBanners .bannerLeft a {
    bottom: 47px;
    right: 50%;
    top: auto;
  }
  .topBanners .bannerLeft {
    background-position: 0px -104px;
    margin-bottom: 10px;
  }

  .bottomBanners {
    height: auto;
  }
  .bottomBanners .bannerRight, .bottomBanners .bannerLeft {
    height: 230px;
    width: 100%;
    margin-right: 0;
    display: block;
    margin-top: 10px;
  }
  .bottomBanners .bannerRight a, .bottomBanners .bannerLeft a {
    bottom: 47px;
    right: 50%;
    top: auto;
  }
  .bottomBanners .bannerRight a {
    margin-right: -70px;
  }
  .bottomBanners .bannerLeft a {
    margin-right: -88px;
  }

  /*-------Listing------*/
  .listing .sortTools {
    text-align: center;
  }
  .listing .sortTools .fs-dropdown {
    width: 140px;
    height: 30px;
  }
  .listing .sortTools .fs-dropdown + .fs-dropdown {
    margin-left: 10px;
  }

  /*-------Details------*/
  .detailsContent {
    position: relative;
  }

  .topPager {
    display: none;
  }
  .topPager + .prevProduct::before {
    position: absolute;
    font-family: FontAwesome;
    content: "";
    font-size: 64px;
    font-size: 6.4rem;
    color: #696a6c;
    line-height: 1;
    top: 63px;
    left: 3%;
  }
  .topPager + .prevProduct + .nextProduct::before {
    position: absolute;
    font-family: FontAwesome;
    content: "";
    font-size: 64px;
    font-size: 6.4rem;
    color: #696a6c;
    line-height: 1;
    top: 63px;
    right: 3%;
  }
  .topPager + .show-Mobile {
    display: block;
  }
  .topPager + .show-Mobile + .show-Mobile {
    display: block;
  }

  .productView {
    width: 200px;
    height: 200px;
    overflow: hidden;
    float: none;
    margin: 60px auto 20px;
  }
  .productView img {
    width: 100%;
  }

  .productDetails {
    position: relative;
    margin: 0;
  }
  .productDetails .breadCrumb, .productDetails .availability {
    display: none;
  }
  .productDetails > h2 {
    font-size: 22px;
    font-size: 2.2rem;
    position: absolute;
    top: -265px;
    width: 100%;
  }
  .productDetails .col-sm-6:first-child {
    width: auto;
  }
  .productDetails .col-sm-6 + .col-sm-6 {
    padding: 0 30px;
    margin-top: 0;
    margin-bottom: 50px;
    width: auto;
  }

  .productActions {
    border: none;
    position: relative;
  }
  .productActions table {
    margin: 8px auto 15px;
  }
  .productActions button {
    padding: 9px 50px;
  }
  .productActions .actionList {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -137px;
  }
  .productActions form {
    margin-bottom: 0;
    width: 290px;
    margin: 0 auto;
  }

  .similarStyles h3 {
    padding: 0 15px;
  }
  .similarStyles h3 + div {
    padding: 0 15px;
  }
  .similarStyles h3 + div > * {
    display: block;
  }
  .similarStyles h3 + div a {
    margin: 20px 0 0;
  }

  .similarProdList {
    margin-left: 0;
    margin-right: 0;
  }
  .similarProdList li {
    width: auto;
  }
  .similarProdList .item img {
    display: block;
    width: 100%;
    height: auto;
  }
  .similarProdList .owl-nav .owl-prev {
    background-color: transparent;
    display: block !important;
  }
  .similarProdList .owl-nav .owl-prev::before {
    position: absolute;
    font-family: FontAwesome;
    content: "";
    font-size: 64px;
    font-size: 6.4rem;
    color: #696a6c;
    line-height: 1;
    top: 63px;
    left: 30%;
  }
  .similarProdList .owl-nav .owl-next {
    display: block !important;
    background-color: transparent;
  }
  .similarProdList .owl-nav .owl-next::before {
    position: absolute;
    font-family: FontAwesome;
    content: "";
    font-size: 64px;
    font-size: 6.4rem;
    color: #696a6c;
    line-height: 1;
    top: 63px;
    right: 30%;
  }

  /*----------------Customer-------------*/
  .customer {
    padding: 0 0 50px;
  }
  .customer .banner {
    background: #e1b147;
    height: 205px;
    margin-bottom: 20px;
  }
  .customer .banner .bannerCaption {
    width: 100%;
    text-align: center;
  }
  .customer fieldset {
    margin-bottom: 50px;
  }
  .customer .inputGroup:first-of-type {
    display: block;
    margin: 0 auto;
  }
  .customer .inputGroup:nth-of-type(3) {
    display: block;
    margin: 35px auto 0;
  }
  .customer .inputGroup:nth-of-type(2) {
    display: block;
    margin: 35px auto 0;
  }

  /*-------------footer-----------------*/
  .topFooter {
    padding: 30px 0;
  }
  .topFooter .logo {
    display: none;
  }

  footer .show-Mobile {
    display: block;
  }
  footer .hide-Mobile {
    display: none;
  }

  .footerNav {
    text-align: left;
    margin-bottom: 35px;
  }
  .footerNav .navGroup, .footerNav .navGroupWrapper {
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
  }
  .footerNav h3 {
    margin: 0;
    padding: 15px 18px 15px 16px;
    border-width: 2px 0 2px 0;
    border-color: #f3f3f3;
    border-style: solid;
    border-collapse: collapse;
  }
  .footerNav h3:after {
    font-family: FontAwesome;
    content: "";
    color: #ccc;
    font-size: 13px;
    float: right;
  }
  .footerNav h3.active:after {
    content: "";
  }
  .footerNav ul {
    padding: 16px;
  }
  .footerNav a {
    display: inline-block;
    padding: 5px 0;
  }

  .navGroupWrapper .navGroup:first-child {
    margin: 0;
  }

  .footerInner {
    padding: 30px 0 0;
  }

  .signUp legend {
    margin-bottom: 10px;
  }
  .signUp p {
    margin-bottom: 8px;
    font-family: arial, "sans serif";
    font-size: 12px;
    font-size: 1.2rem;
  }
  .signUp input {
    width: 220px;
    margin-right: 15px;
  }
}
@media (max-width: 480px) {
  /*---------bansers----------*/
  .topBanners .bannerLeft {
    height: 230px;
  }
  .topBanners .bannerText {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 15px 25px;
    position: static;
    width: 100%;
    text-align: center;
    background: #e1b147;
  }
  .topBanners .bannerRight {
    height: auto;
  }

  /*---------Details----------*/
  .productDetails table th {
    width: 170px;
  }

  /*---------Customer----------*/
  .customer {
    padding-left: 0;
    padding-right: 0;
  }
  .customer .formActions {
    width: 310px;
  }
  .customer .banner h2 {
    font-size: 22px;
    font-size: 2.2rem;
    text-transform: capitalize;
    margin-bottom: 10px;
  }
  .customer .banner p {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0 17px;
  }
}

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