/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
}

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;
  outline: none !important;
}

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

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

b,
strong {
  color: #000000;
  font: 16px/22px "ProximaNovaSemiBold";
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.5em 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 {
  -moz-box-sizing: content-box;
  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:active,
button:focus {
  outline: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
  opacity: 0.5;
}
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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

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;
  width: 100%;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "ProximaNovaBold";
  src: url("../fonts/proxima-nova-webfonts/2E9821_6_0.eot");
  src: url("../fonts/proxima-nova-webfonts/2E9821_6_0.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/proxima-nova-webfonts/2E9821_6_0.woff2") format("woff2"),
    url("../fonts/proxima-nova-webfonts/2E9821_6_0.woff") format("woff"),
    url("../fonts/proxima-nova-webfonts/2E9821_6_0.ttf") format("truetype");
}

@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/proxima-nova-webfonts/2E9821_7_0.eot");
  src: url("../fonts/proxima-nova-webfonts/2E9821_7_0.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/proxima-nova-webfonts/2E9821_7_0.woff2") format("woff2"),
    url("../fonts/proxima-nova-webfonts/2E9821_7_0.woff") format("woff"),
    url("../fonts/proxima-nova-webfonts/2E9821_7_0.ttf") format("truetype");
}

@font-face {
  font-family: "ProximaNovaSemiBold";
  src: url("../fonts/proxima-nova-webfonts/2E9821_8_0.eot");
  src: url("../fonts/proxima-nova-webfonts/2E9821_8_0.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/proxima-nova-webfonts/2E9821_8_0.woff2") format("woff2"),
    url("../fonts/proxima-nova-webfonts/2E9821_8_0.woff") format("woff"),
    url("../fonts/proxima-nova-webfonts/2E9821_8_0.ttf") format("truetype");
}

* {
  -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 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #777777;
  background-color: #f0f0f0;
}

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

a {
  color: #000000;
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus {
  color: #0081d4;
  text-decoration: none;
}

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: 20px;
  background-color: #f0f0f0;
  border: 1px solid #dddddd;
  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: 280px;
  margin-bottom: 280px;
  border: 0;
  border-top: 1px solid #dfdfdf;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: normal;
  line-height: 1.1;
  color: #000000;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #dfdfdf;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 140px;
  margin-bottom: 140px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 26px;
}

h2,
.h2 {
  font-size: 18px;
}

h3,
.h3 {
  font-size: 17px;
}

h4,
.h4 {
  font-size: 12px;
}

h5,
.h5 {
  font-size: 10px;
}

h6,
.h6 {
  font-size: 8px;
}

p {
  margin: 0 0 20px;
}

.lead {
  margin-bottom: 280px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 640px) {
  .lead {
    font-size: 21px;
  }
}

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

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.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 {
  text-transform: uppercase;
}

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

.text-muted {
  color: #dfdfdf;
}

.text-primary {
  color: #0081d4;
}

a.text-primary:hover {
  color: #0062a1;
}

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
  background-color: #0081d4;
}

a.bg-primary:hover {
  background-color: #0062a1;
}

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

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

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

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

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

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

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

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

ul,
ol {
  margin-top: 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

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

dl {
  margin-top: 0;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 640px) {
  .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 #dfdfdf;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 140px 280px;
  margin: 0 0 280px;
  font-size: 17.5px;
  border-left: 5px solid #f0f0f0;
}

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: 20px;
  color: #dfdfdf;
}

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 #f0f0f0;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 640px) {
  .container {
    width: 640px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}

/*
@media (min-width: 1200px) {
    .container {
        width: 1160px;
    }
}*/

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.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,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

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

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

.col-xs-15 {
  width: 93.75%;
}

.col-xs-14 {
  width: 87.5%;
}

.col-xs-13 {
  width: 81.25%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-15 {
  right: 93.75%;
}

.col-xs-pull-14 {
  right: 87.5%;
}

.col-xs-pull-13 {
  right: 81.25%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-push-15 {
  left: 93.75%;
}

.col-xs-push-14 {
  left: 87.5%;
}

.col-xs-push-13 {
  left: 81.25%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-15 {
    width: 93.75%;
  }

  .col-sm-14 {
    width: 87.5%;
  }

  .col-sm-13 {
    width: 81.25%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-pull-15 {
    right: 93.75%;
  }

  .col-sm-pull-14 {
    right: 87.5%;
  }

  .col-sm-pull-13 {
    right: 81.25%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-push-15 {
    left: 93.75%;
  }

  .col-sm-push-14 {
    left: 87.5%;
  }

  .col-sm-push-13 {
    left: 81.25%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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,
  .col-md-13,
  .col-md-14,
  .col-md-15,
  .col-md-16 {
    float: left;
  }

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

  .col-md-15 {
    width: 93.75%;
  }

  .col-md-14 {
    width: 87.5%;
  }

  .col-md-13 {
    width: 81.25%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-pull-15 {
    right: 93.75%;
  }

  .col-md-pull-14 {
    right: 87.5%;
  }

  .col-md-pull-13 {
    right: 81.25%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-push-15 {
    left: 93.75%;
  }

  .col-md-push-14 {
    left: 87.5%;
  }

  .col-md-push-13 {
    left: 81.25%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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,
  .col-lg-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16 {
    float: left;
  }

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

  .col-lg-15 {
    width: 93.75%;
  }

  .col-lg-14 {
    width: 87.5%;
  }

  .col-lg-13 {
    width: 81.25%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-pull-15 {
    right: 93.75%;
  }

  .col-lg-pull-14 {
    right: 87.5%;
  }

  .col-lg-pull-13 {
    right: 81.25%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-push-15 {
    left: 93.75%;
  }

  .col-lg-push-14 {
    left: 87.5%;
  }

  .col-lg-push-13 {
    left: 81.25%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  color: #ffffff;
  background-color: #0081d4;
  border: none;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  padding: 12px 20px 10px;
  font: 13px/18px "ProximaNovaBold";
  text-transform: uppercase;
  letter-spacing: 0.4px;
  border-radius: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  transition: all 0.2s ease;
}

.btn:hover,
.btn:focus,
.btn.focus {
  text-decoration: none;
  outline: none;
}

.btn:hover {
  background: #0095f4;
  color: #ffffff;
}
.btn[disabled]:hover,
.btn.disabled:hover {
  background: #0070b8;
  cursor: default;
}

.btn.disabled {
  background: #0070b8;
  opacity: 0.5;
  cursor: default;
}

.btn:active,
.btn:focus {
  background: #0070b8;
}

.btn-prev {
  color: #0081d4;
  background-color: transparent;
  border: 2px solid #0081d4;
  padding: 10px 18px 8px;
}

.btn-prev:hover {
  background: #0081d4;
  color: #ffffff;
}

.btn-prev:active,
.btn-prev:focus {
  background: #0070b8;
  border-color: #0070b8;
  color: #ffffff;
}

.btn-upload {
  background: none repeat scroll 0 0 #59cd7d;
  border-radius: 25px;
  font: 14px "ProximaNova";
  color: #ffffff;
  letter-spacing: 0.5px;
  padding: 18.5px 28px 16.5px;
}

.btn-upload:hover {
  background-color: #72e094;
}

.btn-upload:active,
.btn-upload:focus {
  background-color: #47b86a;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn .arrow-up {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  position: relative;
}

.btn .arrow-up:before {
  background: url("../img/bg/all.png") no-repeat scroll -91px -40px
    rgba(0, 0, 0, 0);
  content: "";
  height: 30px;
  left: -6px;
  margin-top: -17px;
  position: absolute;
  top: 50%;
  width: 30px;
}

.btn.small {
  padding: 8px 15px 6px;
  font-size: 11px;
}

.btn.small.btn-prev {
  padding: 7px 15px 5px;
  border-width: 1px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

input,
textarea,
select {
  width: 100%;
  border: none;
  background: #e8e8e8;
  border-radius: 3px;
  padding: 14px 16px 12px;
  font: 16px/20px "ProximaNova";
  color: #888888;

  transition: all 0.2s ease;
}

.error,
.error + .minict_wrapper input {
  color: #fe3939;
  border: 1px solid rgba(254, 57, 57, 0.5);
}

#s4 input.error,
#s4 .error + .minict_wrapper input {
  height: 46px;
}

::-webkit-input-placeholder {
  color: #888888;
}

input:focus::-webkit-input-placeholder {
  color: #000000;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #2d2d2d;
}

input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}

:-ms-input-placeholder {
  color: #888888;
}

input:focus:-ms-input-placeholder {
  /* Firefox 19+ */
  color: #000000;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

input:hover,
textarea:hover,
select:hover {
  background: #f1f1f1;
}

input:focus,
textarea:focus,
select:focus {
  background: #e8e8e8;
  color: #000000;
  outline: none;
}

.label-control {
  display: inline-block;
  vertical-align: middle;
  font: 16px/18px "ProximaNova";
  color: #000000;
  width: 96px;
  padding-left: 10px;
}

.no-float {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.breadcrumb {
  list-style-type: none;
  line-height: 22px;
  padding: 14px 0;
  text-align: center;
  font: 16px/22px "ProximaNova";
  color: #777777;
}

.breadcrumb li a {
  display: inline-block;
  color: #777777;
  transition: all 0.1s ease 0s;
}

.breadcrumb > li {
  display: inline-block;
  color: #777777;
}

.breadcrumb > li + li:before {
  content: "";
  width: 9px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  background: url("../img/bg/all.png") no-repeat -105px -84px;
}

.breadcrumb > .active,
.breadcrumb > .active a {
  color: #000000;
}

.breadcrumb > li.active + li:before {
  background-position: -126px -84px;
}

.breadcrumb li:hover a {
  color: #000000;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  font: 13px/20px "ProximaNovaBold";
  padding: 10.5px 20px;
  text-transform: uppercase;
  border-radius: 19px;
  border: 2px solid #0081d4;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
}

.pager .next > a,
.pager .next > span {
  float: right;
  color: #ffffff;
  background: #0081d4;
}

.pager .next > a:hover,
.pager .next > span:hover {
  background: #0095f4;
}

.pager .next > a:active,
.pager .next > span:active,
.pager .next > a:focus,
.pager .next > span:focus {
  background: #0070b8;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
  color: #0081d4;
  background: transparent;
}

.pager .previous > a:hover,
.pager .previous > span:hover {
  color: #ffffff;
  background: #0081d4;
}

.pager .previous > a:active,
.pager .previous > span:active,
.pager .previous > a:focus,
.pager .previous > span:focus {
  color: #ffffff;
  background: #0070b8;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #dfdfdf;
  background-color: #ffffff;
  cursor: not-allowed;
}

.close-cross {
  background: url("../img/bg/all.png") no-repeat scroll -10px -127px
    rgba(0, 0, 0, 0);
  cursor: pointer;
  font: 0px/0 a;
  height: 10px;
  margin-top: -10px;
  position: absolute;
  right: 14px;
  top: 50%;
  width: 10px;
  border: 10px solid transparent;
}

.close-cross:hover {
  background-position: -56px -127px;
}

.close-cross:active {
  background-position: -101px -127px;
}

button.close-cross {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.close-circle {
  float: right;
  font: 0px/0 a;
  width: 19px;
  height: 19px;
  background: url("../img/bg/all.png") no-repeat 0 0;
}

.close-circle:hover {
  background-position: -25px 0;
}

.close-circle:active {
  background-position: -49px 0;
}

button.close-circle {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.close-popup {
  width: 34px;
  height: 34px;
  position: absolute;
  top: -17px;
  right: -17px;
  background: url("../img/bg/all.png") no-repeat 0 -252px;
  font: 0px/0 a;
  cursor: pointer;
}

.select2-container.select2-container--widget {
  font: 16px/20px "ProximaNova";
  color: #676767;
}

.select2-container.select2-container--widget .select2-selection {
  background: #fff;
  border-width: 0;
  border-radius: 3px;
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.select2-container.select2-container--widget
  .select2-selection
  .select2-selection__rendered {
  display: block;
  border: 0;
  outline: none;
  background: none;
  padding: 14px 30px 12px 16px;
  cursor: default;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select-with-price-container
  .select2-container.select2-container--widget
  .select2-selection
  .select2-selection__rendered {
  display: flex;
  justify-content: space-between;
}

.select2-container.select2-container--widget .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 30px;
}

.select2-container.select2-container--widget .select2-selection__arrow b {
  display: none;
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container.select2-container--widget .select2-selection__arrow:before {
  content: " ";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  z-index: 3;

  margin-top: -2px;
  right: 10px;
  border: 5px solid transparent;
  border-top-color: #676767;
}

.select2-container.select2-container--widget .select2-selection__arrow:after {
  content: " ";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  z-index: 3;

  margin-top: -2px;
  right: 12px;
  border: 3px solid transparent;
  border-top-color: #ffffff;
}

.select2-container.select2-container--widget.select2-container--open
  .select2-selection__arrow:before {
  margin-top: -8px;
  border-top-color: transparent;
  border-bottom-color: #676767;
}

.select2-container.select2-container--widget.select2-container--open
  .select2-selection__arrow:after {
  margin-top: -4px;
  border-top-color: transparent;
  border-bottom-color: #ffffff;
}

.select2-container.select2-container--widget .select2-dropdown {
  background: #fff;
  border: none;
  border-top: 1px solid #d8d8d8;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0 1px 1px #888888;
}

.select2-container.select2-container--widget .select2-results__options {
  max-height: 190px;
  overflow-y: auto;
}

.select2-container.select2-container--widget .select2-results__option {
  padding: 10px 16px 8px;
}
.select2-container.select2-container--widget
  .select2-results__option--highlighted {
  background: #0081d4;
  color: #ffffff;
}

.select2-container.select2-container--widget
  .select2-results__option
  .color-box,
.select2-container.select2-container--widget
  .select2-selection
  .select2-selection__rendered
  .color-box {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  border: 1px solid #666666;
  border-radius: 13px;
  padding: 0;
  margin-right: 16px;
}

.select2-container.select2-container--widget
  .select2-results__option
  .unsuitable_material_icon {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background: transparent
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QcVDC0wy8KKHQAAAK5JREFUKM+Vkk0KwkAMhb8ZpS5Uigvv4TpD51w9Qs81ZXITV0VE7cYfrJsWBpHavk0g74OE5BkShVBnqvGetE4i7gAcvS86ANODC9X4YkQibuV98TAAVVV1g1GWpUnB1BNx1oZQr6fAvXKrGtt/8OCpxrP9te/YinYODLDsaxNCbVTjewwGsCIuB/Zj8DBVxG0tcAOaKZfyvmjnPC7zvniaJBYG2KjG6xe4Ay5DND5mj10B8DAMVAAAAABJRU5ErkJggg==)
    no-repeat center;
}

.select2-container.select2-container--widget
  .select2-results__option--highlighted
  .unsuitable_material_icon {
  background: transparent
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QcVDC8tmvKERgAAAHhJREFUKM+VkksOgzAMRGeCyqaFcgDuf5CZ3stsCEqiiNC3tJ8/cgIUSJ6jQfIumWjEKQZIngGAABARkYtJVt3KnP1LSfL7iXzyZQ7eySQvL6HD3YrpH7kqkMyRnMW1PWFv6nnaz9V5JFe5hw/3alej5KUjbuXXOAAXctq4UzyifwAAAABJRU5ErkJggg==)
    no-repeat center;
}

.select2-container.select2-container--widget.select2-container--disabled
  .select2-selection {
  background: #e8e8e8;
}

.select2-container.select2-container--widget.select2-container--disabled
  .select2-selection__rendered {
  padding-right: 16px;
}

.select2-container.select2-container--widget.select2-container--disabled
  .select2-selection__arrow {
  display: none;
}

.minict_wrapper {
  font: 16px/20px "ProximaNova";
  color: #888888;
  background: #e8e8e8;
  position: relative;
  border-radius: 3px;
}

.minict_wrapper.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.minict_wrapper.disabled {
  background: #f5f5f5;
  text-shadow: 0 1px 0 #fff;
}

.minict_wrapper.disabled span {
  color: #bbb !important;
}

.minict_wrapper span {
  display: block;
  border: 0;
  outline: none;
  background: none;
  padding: 14px 16px 12px;
  cursor: default;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.minict_wrapper:after {
  color: #888888;
  content: "▼";
  display: block;
  font-size: 12px;
  margin-top: -9px;
  position: absolute;
  right: 13px;
  text-align: center;
  top: 50%;
}

.minict_wrapper.active:after {
  content: "▲";
}

.minict_wrapper ul {
  background: #e8e8e8;
  display: none;
  list-style: none;
  padding: 0;
  position: absolute;
  width: 100%;
  border-top: 1px solid #d8d8d8;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  top: 100%;
  max-height: 190px;
  left: 0;
  overflow-y: auto;
  z-index: 999999;
}

.minict_wrapper ul li {
  padding: 10px 16px 8px;
}

.minict_wrapper ul li:hover {
  background: #0081d4;
  color: #ffffff;
  cursor: pointer;
}

.minict_wrapper ul li.selected {
  color: #0081d4;
}

.minict_wrapper ul li.selected:hover {
  color: #0081d4;
  background: #e8e8e8;
  cursor: default;
}

.minict_empty {
  display: none !important;
}

.type_radio input[type="radio"] {
  display: none;
}

.type_radio label {
  position: relative;
  padding-left: 28px;
  display: inline-block;
  cursor: pointer;
}

.type_radio label p {
  margin: 0;
}

.type_radio label:before {
  content: "";
  width: 19px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 0;
  background: #e8e8e8;
  border-radius: 50%;

  transition: all 0.2s ease;
}

.type_radio label:hover:before {
  background-color: #59cd7d;
}

.type_radio input[type="radio"]:checked + label:before {
  background-color: #59cd7d;
}

.type_radio input[type="radio"]:disabled + label:before,
.type_radio input[type="radio"]:disabled + label:hover:before {
  background: #eeeeee;
  cursor: default;
}

.type_radio input[type="radio"]:disabled + label {
  cursor: default;
}

.type_radio input[type="radio"]:checked + label:after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  left: 6px;
  top: 6px;
  background: #ffffff;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.pager:before,
.pager:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.pager: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;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

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

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

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  text-align: center;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 110px auto;
  display: inline-block;
  text-align: left;
}

.modal-content {
  min-width: 320px;
  position: relative;
  background-color: #fff;
  box-shadow: 2px 0 15px rgba(0, 0, 0, 0.2);
  padding: 20px 33px;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}

.modal-backdrop.in {
  background: #ffffff;
  opacity: 0.7;
}

.modal-content p {
  font: 16px/22px "ProximaNova";
  color: #000000;
  margin-bottom: 14px;
}

.modal-footer .btn {
  margin-right: 6px;
}

.border-decorate_type-right {
  border-right: 1px solid #e8e8e8;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.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: 639px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

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

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

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

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

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

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

  table.visible-sm {
    display: table;
  }

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

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

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

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

@media (min-width: 640px) 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;
  }

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

  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: 639px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 640px) 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;
  }

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

.qq-upload-drop-area-active {
  background: #f5f5f5;
}

#import-drop-target {
  min-height: 270px;
}

#upload_model + input {
  display: none;
}

#shipping_rate_template {
  display: none;
}

.sh_service {
  font-weight: normal;
}

.shipping_description {
  font-size: 12px;
  color: #8c8c8c;
}

.btn-model {
  margin-right: 15px;
  padding: 11px 14px 10px;
  font: 12px/11px "ProximaNovaBold";
}

.finish-order-content {
  text-align: center;
  padding: 60px 40px;
}

.finish-order-content *:not(div) {
  display: inline-block;
}

.finish-order-content div {
  color: #000000;
  margin: 15px 0 20px 0;
}

.thumb_wrapper {
  width: 268px;
  height: 268px;
  text-align: center;
}

.thumb_wrapper_mini {
  width: 128px;
  height: 128px;
  text-align: center;
}

.thumb_wrapper_mini_title {
  width: 128px;
}

.thumb_loader {
  margin-top: 90px;
}

.thumb_loader_mini {
  margin-top: 34px;
}

.thumb_wrapper.hidden_thumb .model_thumb,
.thumb_wrapper_mini.hidden_thumb .model_thumb {
  display: none;
}

.thumb_wrapper:not(.hidden_thumb) .thumb_loader,
.thumb_wrapper_mini:not(.hidden_thumb) .thumb_loader_mini {
  display: none;
}

.welcome_content .upload {
  text-align: center;
  width: 100%;
  margin: 10px 0;
  display: block;
}

.welcome_content a {
  color: #003e66;
}

.welcome_content a span {
  border-bottom: 1px dotted;
}

.welcome_content a:hover {
  color: #009bff !important;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.shipment-process .tooltip.bottom {
  margin-top: 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

@font-face {
  font-family: "Glyphicons Halflings";

  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"),
    url("../fonts/glyphicons-halflings-regular.woff") format("woff"),
    url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"),
    url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular")
      format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-menu-right:before {
  content: "\e258";
}
