/*! 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%;
}
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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  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,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  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;
}
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,
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: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
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: 10px;
  margin-bottom: 10px;
}
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: 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 {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.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: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.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;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  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.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
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.42857143;
  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.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: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
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.42857143;
  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;
}
@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;
}
.row {
  /* //TODO era stato tolto il padding a tutti i row, diminuito a 10, verificare */
  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 {
  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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  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"] {
  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.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(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 {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    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 {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.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 {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  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;
}
@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.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.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;
  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.42857143;
  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.42857143;
  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 solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.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-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.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .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 {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  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 {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.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;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-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;
  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: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  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;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  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: 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: 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: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.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.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  /*border-bottom: 1px solid #e5e5e5;*/
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.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.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  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: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.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-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.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,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.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: 767px) {
  .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: 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;
  }
  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;
  }
  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: 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;
  }
  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;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

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

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-control-thumbs img {cursor:pointer;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider {overflow:hidden; position: relative; z-index:2;}
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }



/* Direction Nav */
.flexslider.top_slider .flex-direction-nav li a {
  position:absolute;
  z-index:300;
  top:50%;
  display:block;
  width:32px;
  height:32px;
  margin-top:-16px;
  font-family:FontAwesome;
  text-align:center;
}
.flexslider.top_slider .flex-direction-nav li a.flex-prev {left:15px;}
.flexslider.top_slider .flex-direction-nav li a.flex-next {right:15px;}
.flexslider.top_slider .flex-direction-nav li a:before {
  position:absolute;
  left:0;
  top:0;
  width:32px;
  height:32px;
  line-height:30px;
  font-size:38px;
  color:#fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.flexslider.top_slider .flex-direction-nav li a.flex-prev:before {content: "\f053";}
.flexslider.top_slider .flex-direction-nav li a.flex-next:before {content: "\f054";}
.flexslider.top_slider .flex-direction-nav li a:hover:before {color:#f5c700;}







/* __________ Control Navigation __________ */
.flex-control-nav {
  position:absolute;
  z-index:300;
  left:50%;
  bottom:0;
  height:21px;
  padding:11px 9px 0;
  text-align:center;
  background-color:#fff;
  transform:translateX(-50%);
  -o-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
}
.flex-control-nav:before,
.flex-control-nav:after {
  content:'';
  position:absolute;
  top:0;
  width:24px;
  height:21px;
  background-repeat:no-repeat;
}
/*
.flex-control-nav:before {right:-24px; background-image:url(../images/slider/pagin_bg_r.png);}
.flex-control-nav:after {left:-24px; background-image:url(../images/slider/pagin_bg_l.png);}
*/

.flex-control-nav li {
  display:inline-block;
  vertical-align:top;
  margin:0 5px;
}
.flex-control-nav li a {
  display:block;
  width:10px;
  height:10px;
  border-radius:50%;
  border:2px solid #fff;
  font-size:0;
  background-color:#ccc;
  cursor:pointer;
}
.flex-control-nav li a:hover {
  border-color:#333;
  background-color:#fff;
}
.flex-control-nav li a.flex-active {
  border-color:#333;
  background-color:#fff;
  cursor:default;
}









/* Top Slider Caption */
.flexslider.top_slider .slide1 {
  width:100%;
  background-image:url(../images/slider/woman_bg1.jpg);
  background-size:cover;
}
.flexslider.top_slider .slide2 {
  width:100%;
  background-color:#0b8e79;
  background-image:url(../images/slider/woman_bg2.jpg);
  background-size:cover;
}
.flexslider.top_slider .slide3 {
  width:100%;
  background-color:#0b8e79;
  background-image:url(../images/slider/woman_bg3.jpg);
  background-size:cover;
}
.flexslider.top_slider .slides li {height:700px;}

.flexslider.top_slider .container {
  position:relative;
  height:100%;
}


/* Slide1 */
.top_slider .slide1 .flex_caption1 {
  position:absolute;
  z-index:30;
  left:0;
  top:31%;
  width:550px;
  text-transform:uppercase;
  color:#333;
}
.top_slider .slide1 .flex_caption1 .title1 {
  margin:0;
  font-weight:100;
  line-height:100px;
  font-size:100px;
}
.top_slider .slide1 .flex_caption1 .title2 {
  margin:0;
  padding-left:5px;
  font-weight:300;
  line-height:40px;
  font-size:40px;
}


.top_slider .slide1 .flex_caption2 {
  position:absolute;
  z-index:30;
  right:0;
  top:28%;
  display:table;
  width:177px;
  height:177px;
  border-radius:50%;
  background-color:#242424;
}
.top_slider .slide1 .flex_caption2:hover {background-color:#cc3333;}
.top_slider .slide1 .flex_caption2:before {
  content:'';
  position:absolute;
  left:-10px;
  top:-10px;
  right:-10px;
  bottom:-10px;
  border:4px solid #242424;
  border-radius:50%;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
}
.top_slider .slide1 .flex_caption2:hover:before {
  left:-14px;
  top:-14px;
  right:-14px;
  bottom:-14px;
  border:2px solid #cc3333;
}

.top_slider .slide1 .flex_caption2 .middle {
  display:table-cell;
  vertical-align:middle;
  text-transform:uppercase;
  text-align:center;
  font-weight:700;
  line-height:31px;
  font-size:26px;
  color:#fff;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
}
.top_slider .slide1 .flex_caption2:hover .middle {
  transform:scale(1.1);
  -o-transform:scale(1.1);
  -ms-transform:scale(1.1);
  -webkit-transform:scale(1.1);
}

.top_slider .slide1 .flex_caption2 span {
  display:block;
  font-weight:100;
  line-height:36px;
  font-size:34px;
}


.top_slider .slide1 .flex_caption3 {
  position:absolute;
  z-index:30;
  left:0;
  right:0;
  bottom:50px;
  margin:0 -15px;
}
a.slide_banner {
  position:relative;
  display:inline-block;
  margin:0 12px 0 15px;
  background-color:#000;
}
.slide1_banner1 {width:270px;}
.slide1_banner2 {width:270px;}
.slide1_banner3 {width:570px;}
a.slide_banner img {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.slide_banner_wrapper:hover a.slide_banner img {opacity:0.3;}
.slide_banner_wrapper a.slide_banner:hover img {opacity:1;}

a.slide_banner:before {
  content:'';
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  opacity:0;
  border:2px solid #333;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
}
a.slide_banner:hover:before {
  left:-7px;
  top:-7px;
  right:-7px;
  bottom:-7px;
  opacity:1;
}





/* Slide2 */
.top_slider .slide2 .flex_caption1 {
  position:absolute;
  z-index:30;
  left:0;
  top:31%;
  width:550px;
  text-transform:uppercase;
  color:#333;
}
.top_slider .slide2 .flex_caption1 .title1 {
  margin:0;
  font-weight:100;
  line-height:100px;
  font-size:100px;
}
.top_slider .slide2 .flex_caption1 .title2 {
  margin:0;
  padding-left:5px;
  font-weight:300;
  line-height:40px;
  font-size:40px;
}


.top_slider .slide2 .flex_caption2 {
  position:absolute;
  z-index:30;
  right:0;
  top:28%;
  display:table;
  width:177px;
  height:177px;
  border-radius:50%;
  background-color:#242424;
}
.top_slider .slide2 .flex_caption2:hover {background-color:#cc3333;}
.top_slider .slide2 .flex_caption2:before {
  content:'';
  position:absolute;
  left:-10px;
  top:-10px;
  right:-10px;
  bottom:-10px;
  border:4px solid #242424;
  border-radius:50%;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
}
.top_slider .slide2 .flex_caption2:hover:before {
  left:-14px;
  top:-14px;
  right:-14px;
  bottom:-14px;
  border:2px solid #cc3333;
}

.top_slider .slide2 .flex_caption2 .middle {
  display:table-cell;
  vertical-align:middle;
  text-transform:uppercase;
  text-align:center;
  font-weight:700;
  line-height:31px;
  font-size:26px;
  color:#fff;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
}
.top_slider .slide2 .flex_caption2:hover .middle {
  transform:scale(1.1);
  -o-transform:scale(1.1);
  -ms-transform:scale(1.1);
  -webkit-transform:scale(1.1);
}

.top_slider .slide2 .flex_caption2 span {
  display:block;
  font-weight:100;
  line-height:36px;
  font-size:34px;
}


.top_slider .slide2 .flex_caption3 {
  position:absolute;
  z-index:30;
  left:0;
  right:0;
  bottom:50px;
  margin:0 -15px;
}
.top_slider .slide2 .flex_caption3 a {
  display:inline-block;
  margin:0 12px 0 15px;
}





/* Slide3 */
.top_slider .slide3 .flex_caption1 {
  position:absolute;
  z-index:30;
  left:0;
  top:31%;
  width:550px;
  text-transform:uppercase;
  color:#333;
}
.top_slider .slide3 .flex_caption1 .title1 {
  margin:0;
  font-weight:100;
  line-height:100px;
  font-size:100px;
}
.top_slider .slide3 .flex_caption1 .title2 {
  margin:0;
  padding-left:5px;
  font-weight:300;
  line-height:40px;
  font-size:40px;
}


.top_slider .slide3 .flex_caption2 {
  position:absolute;
  z-index:30;
  right:0;
  top:28%;
  display:table;
  width:177px;
  height:177px;
  border-radius:50%;
  background-color:#242424;
}
.top_slider .slide3 .flex_caption2:hover {background-color:#cc3333;}
.top_slider .slide3 .flex_caption2:before {
  content:'';
  position:absolute;
  left:-10px;
  top:-10px;
  right:-10px;
  bottom:-10px;
  border:4px solid #242424;
  border-radius:50%;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
}
.top_slider .slide3 .flex_caption2:hover:before {
  left:-14px;
  top:-14px;
  right:-14px;
  bottom:-14px;
  border:2px solid #cc3333;
}

.top_slider .slide3 .flex_caption2 .middle {
  display:table-cell;
  vertical-align:middle;
  text-transform:uppercase;
  text-align:center;
  font-weight:700;
  line-height:31px;
  font-size:26px;
  color:#fff;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
}
.top_slider .slide3 .flex_caption2:hover .middle {
  transform:scale(1.1);
  -o-transform:scale(1.1);
  -ms-transform:scale(1.1);
  -webkit-transform:scale(1.1);
}

.top_slider .slide3 .flex_caption2 span {
  display:block;
  font-weight:100;
  line-height:36px;
  font-size:34px;
}


.top_slider .slide3 .flex_caption3 {
  position:absolute;
  z-index:30;
  left:0;
  right:0;
  bottom:50px;
  margin:0 -15px;
}
.top_slider .slide3 .flex_caption3 a {
  display:inline-block;
  margin:0 12px 0 15px;
}










/* __________ Sale Page Slider __________ */
.flexslider.top_slider.sale_page .slide1 {
  width:100%;
  background-image:url(../images/slider/sale_bg1.jpg);
  background-size:cover;
}
.flexslider.top_slider.sale_page .slide2 {
  width:100%;
  background-color:#0b8e79;
  background-image:url(../images/slider/sale_bg2.jpg);
  background-size:cover;
}



/* Slide Caption */
.sale_caption1 {
  position:absolute;
  z-index:30;
  left:0;
  top:50%;
  width:550px;
  text-transform:uppercase;
  color:#333;
  transform:translateY(-50%);
  -o-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}
.slide2 .sale_caption1 {color:#fff;}
.sale_caption1 .title1 {
  margin:0;
  font-weight:100;
  line-height:100px;
  font-size:100px;
}
.sale_caption1 .title2 {
  margin:0 0 54px;
  padding-left:5px;
  font-weight:300;
  line-height:40px;
  font-size:40px;
}
.sale_caption1 .flex_btn {
  display:inline-block;
  margin-left:8px;
  padding:13px 37px 14px;
  text-transform:uppercase;
  font-weight:900;
  font-size:14px;
}

.slide2 .sale_caption1 .flex_btn {border-color:#fff;}
.slide2 .sale_caption1 .flex_btn:hover {background-color:#fff; color:#cc3333;}




/* __________ Article Slider __________ */
.flexslider.article_slider {
  float:left;
  width:600px;
  margin:0 48px 40px 0;
}



/* Flex Caption Effect */
.FadeIn, .FromTop, .FromRight, .FromBottom, .FromLeft {opacity: 0; transition: all 0.7s ease-in-out; -webkit-transition: all 0.7s ease-in-out;}
.captionDelay1 {transition-delay: 0.1s; -webkit-transition-delay: 0.1s;}
.captionDelay2 {transition-delay: 0.2s; -webkit-transition-delay: 0.2s;}
.captionDelay3 {transition-delay: 0.3s; -webkit-transition-delay: 0.3s;}
.captionDelay4 {transition-delay: 0.4s; -webkit-transition-delay: 0.4s;}
.captionDelay5 {transition-delay: 0.5s; -webkit-transition-delay: 0.5s;}
.captionDelay6 {transition-delay: 0.6s; -webkit-transition-delay: 0.6s;}
.captionDelay7 {transition-delay: 0.7s; -webkit-transition-delay: 0.7s;}
.captionDelay8 {transition-delay: 0.8s; -webkit-transition-delay: 0.8s;}
.captionDelay9 {transition-delay: 0.9s; -webkit-transition-delay: 0.9s;}
.captionDelay10 {transition-delay: 1s; -webkit-transition-delay: 1s;}
.captionDelay11{transition-delay: 1.1s; -webkit-transition-delay: 1.1s;}
.captionDelay12 {transition-delay: 1.2s; -webkit-transition-delay: 1.2s;}

.flexslider li.flex-active-slide .FadeIn {opacity: 1;}
.flexslider li .FromTop {transform: translateY(-100%); -o-transform: translateY(-100%); -ms-transform: translateY(-100%); -webkit-transform: translateY(-100%);}
.flexslider li.flex-active-slide .FromTop {opacity: 1; transform: translateY(0); -o-transform: translateY(0%); -ms-transform: translateY(0); -webkit-transform: translateY(0);}
.flexslider li .FromBottom {transform: translateY(100%); -o-transform: translateY(100%); -ms-transform: translateY(100%); -webkit-transform: translateY(100%);}
.flexslider li.flex-active-slide .FromBottom {opacity: 1; transform: translateY(0); -o-transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0);}
.flexslider li .FromLeft {transform: translateX(-100%); -o-transform: translateX(-100%); -ms-transform: translateX(-100%); -webkit-transform: translateX(-100%);}
.flexslider li.flex-active-slide .FromLeft {opacity: 1; transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); -webkit-transform: translateX(0);}
.flexslider li .FromRight {transform: translateX(100%); -o-transform: translateX(100%); -ms-transform: translateX(100%); -webkit-transform: translateX(100%);}
.flexslider li.flex-active-slide .FromRight {opacity: 1; transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); -webkit-transform: translateX(0);}








/* Responsive Styles */
@media (min-width: 992px) and (max-width: 1199px) {

  /* __________ Top Slider __________ */
  .flexslider.top_slider .slides li {height:520px;}

  .slide1_banner1, .slide1_banner2 {width:220px;}
  .slide1_banner3 {width:470px;}
  .top_slider .slide1 .flex_caption3, .top_slider .slide2 .flex_caption3, .top_slider .slide3 .flex_caption3 {bottom:30px;}



}

@media (min-width: 768px) and (max-width: 991px) {
  /* __________ Top Slider __________ */
  .flexslider.top_slider .slides li {height:400px;}

  .slide1_banner1, .slide1_banner2 {width:168px;}
  .slide1_banner3 {width:356px;}
  .top_slider .slide1 .flex_caption3, .top_slider .slide2 .flex_caption3, .top_slider .slide3 .flex_caption3 {bottom:30px;}


  .top_slider .slide1 .flex_caption1 .title1, .top_slider .slide2 .flex_caption1 .title1, .top_slider .slide3 .flex_caption1 .title1 {font-size:60px; line-height:60px;}
  .top_slider .slide1 .flex_caption1 .title2, .top_slider .slide2 .flex_caption1 .title2, .top_slider .slide3 .flex_caption1 .title2 {font-size:24px; line-height:28px;}


  .top_slider .slide1 .flex_caption2, .top_slider .slide2 .flex_caption2, .top_slider .slide3 .flex_caption2 {top:30%; right:10px; height:100px; width:100px;}
  .top_slider .slide1 .flex_caption2 .middle, .top_slider .slide2 .flex_caption2 .middle, .top_slider .slide3 .flex_caption2 .middle {font-size:14px; line-height:17px;}
  .top_slider .slide1 .flex_caption2 span, .top_slider .slide2 .flex_caption2 span, .top_slider .slide3 .flex_caption2 span {font-size:20px; line-height:22px;}


}

@media (max-width: 767px) {
  /* __________ Top Slider __________ */
  .flexslider.top_slider .slides li {height:350px;}

  .top_slider .flex_caption3 {left:15px !Important; text-align:center !important;}
  .slide1_banner1, .slide1_banner2 {width:102px; margin:0 2px 0 5px !important;}
  .slide1_banner3 {width:215px;  margin:0 2px 0 5px !important;}
  .top_slider .slide1 .flex_caption3, .top_slider .slide2 .flex_caption3, .top_slider .slide3 .flex_caption3 {bottom:30px;}

  .top_slider .flex_caption1 {top:40% !important; left:15px !Important;}

  .top_slider .flex_caption2 {top:40% !important; right:25px !important;}


  .top_slider .slide1 .flex_caption1 .title1, .top_slider .slide2 .flex_caption1 .title1, .top_slider .slide3 .flex_caption1 .title1 {font-size:60px; line-height:60px;}
  .top_slider .slide1 .flex_caption1 .title2, .top_slider .slide2 .flex_caption1 .title2, .top_slider .slide3 .flex_caption1 .title2 {font-size:24px; line-height:28px;}


  .top_slider .slide1 .flex_caption2, .top_slider .slide2 .flex_caption2, .top_slider .slide3 .flex_caption2 {top:30%; right:10px; height:100px; width:100px;}
  .top_slider .slide1 .flex_caption2 .middle, .top_slider .slide2 .flex_caption2 .middle, .top_slider .slide3 .flex_caption2 .middle {font-size:14px; line-height:17px;}
  .top_slider .slide1 .flex_caption2 span, .top_slider .slide2 .flex_caption2 span, .top_slider .slide3 .flex_caption2 span {font-size:20px; line-height:22px;}

}

@media (max-width: 479px) {
  .top_slider .slide1 .flex_caption3, .top_slider .slide2 .flex_caption3, .top_slider .slide3 .flex_caption3 {display:none;}


  .flexslider.top_slider .slides li {height:260px;}


  .top_slider .flex_caption1 {top:50% !important;}
  .top_slider .flex_caption1 .title1 {font-size:30px !important; line-height:30px !important;}
  .top_slider .flex_caption1 .title2 {font-size:16px !important; line-height:20px !important; padding-left:0 !important;}
  .top_slider .slide1 .flex_caption2, .top_slider .slide2 .flex_caption2, .top_slider .slide3 .flex_caption2 {top:50% !important;}


}


































/**
 * rawCSS
 *
 * A simple CSS structure document
 *
 * @package     rawCSS
 * @author      Matt Lantz
 * @copyright   Copyright (c) 2014 Matt Lantz
 * @license     http://ottacon.co/rawcss/license.html
 * @link        http://ottacon.co/rawcss
 * @since       Version 1.0
 *
 */

.raw-color-000000{color:#000000;}.raw-color-080808{color:#080808;}.raw-color-101010{color:#101010;}.raw-color-181818{color:#181818;}.raw-color-202020{color:#202020;}.raw-color-282828{color:#282828;}.raw-color-303030{color:#303030;}.raw-color-383838{color:#383838;}.raw-color-404040{color:#404040;}.raw-color-484848{color:#484848;}.raw-color-505050{color:#505050;}.raw-color-585858{color:#585858;}.raw-color-606060{color:#606060;}.raw-color-686868{color:#686868;}.raw-color-707070{color:#707070;}.raw-color-787878{color:#787878;}.raw-color-808080{color:#808080;}.raw-color-888888{color:#888888;}.raw-color-909090{color:#909090;}.raw-color-989898{color:#989898;}.raw-color-A0A0A0{color:#A0A0A0;}.raw-color-A8A8A8{color:#A8A8A8;}.raw-color-B0B0B0{color:#B0B0B0;}.raw-color-B8B8B8{color:#B8B8B8;}.raw-color-C0C0C0{color:#C0C0C0;}.raw-color-C8C8C8{color:#C8C8C8;}.raw-color-D0D0D0{color:#D0D0D0;}.raw-color-D8D8D8{color:#D8D8D8;}.raw-color-E0E0E0{color:#E0E0E0;}.raw-color-E8E8E8{color:#E8E8E8;}.raw-color-F0F0F0{color:#F0F0F0;}.raw-color-F8F8F8{color:#F8F8F8;}.raw-color-FFFFFF{color:#FFFFFF;}.raw-bg-000000{background-color:#000000;}.raw-bg-080808{background-color:#080808;}.raw-bg-101010{background-color:#101010;}.raw-bg-181818{background-color:#181818;}.raw-bg-202020{background-color:#202020;}.raw-bg-282828{background-color:#282828;}.raw-bg-303030{background-color:#303030;}.raw-bg-383838{background-color:#383838;}.raw-bg-404040{background-color:#404040;}.raw-bg-484848{background-color:#484848;}.raw-bg-505050{background-color:#505050;}.raw-bg-585858{background-color:#585858;}.raw-bg-606060{background-color:#606060;}.raw-bg-686868{background-color:#686868;}.raw-bg-707070{background-color:#707070;}.raw-bg-787878{background-color:#787878;}.raw-bg-808080{background-color:#808080;}.raw-bg-888888{background-color:#888888;}.raw-bg-909090{background-color:#909090;}.raw-bg-989898{background-color:#989898;}.raw-bg-A0A0A0{background-color:#A0A0A0;}.raw-bg-A8A8A8{background-color:#A8A8A8;}.raw-bg-B0B0B0{background-color:#B0B0B0;}.raw-bg-B8B8B8{background-color:#B8B8B8;}.raw-bg-C0C0C0{background-color:#C0C0C0;}.raw-bg-C8C8C8{background-color:#C8C8C8;}.raw-bg-D0D0D0{background-color:#D0D0D0;}.raw-bg-D8D8D8{background-color:#D8D8D8;}.raw-bg-E0E0E0{background-color:#E0E0E0;}.raw-bg-E8E8E8{background-color:#E8E8E8;}.raw-bg-F0F0F0{background-color:#F0F0F0;}.raw-bg-F8F8F8{background-color:#F8F8F8;}.raw-bg-FFFFFF{background-color:#FFFFFF;}.raw-bg-000000{background:#000000;}.raw-bg-000033{background:#000033;}.raw-bg-000066{background:#000066;}.raw-bg-000099{background:#000099;}.raw-bg-0000CC{background:#0000CC;}.raw-bg-0000FF{background:#0000FF;}.raw-bg-003300{background:#003300;}.raw-bg-003333{background:#003333;}.raw-bg-003366{background:#003366;}.raw-bg-003399{background:#003399;}.raw-bg-0033CC{background:#0033CC;}.raw-bg-0033FF{background:#0033FF;}.raw-bg-006600{background:#006600;}.raw-bg-006633{background:#006633;}.raw-bg-006666{background:#006666;}.raw-bg-006699{background:#006699;}.raw-bg-0066CC{background:#0066CC;}.raw-bg-0066FF{background:#0066FF;}.raw-bg-009900{background:#009900;}.raw-bg-009933{background:#009933;}.raw-bg-009966{background:#009966;}.raw-bg-009999{background:#009999;}.raw-bg-0099CC{background:#0099CC;}.raw-bg-0099FF{background:#0099FF;}.raw-bg-00CC00{background:#00CC00;}.raw-bg-00CC33{background:#00CC33;}.raw-bg-00CC66{background:#00CC66;}.raw-bg-00CC99{background:#00CC99;}.raw-bg-00CCCC{background:#00CCCC;}.raw-bg-00CCFF{background:#00CCFF;}.raw-bg-00FF00{background:#00FF00;}.raw-bg-00FF33{background:#00FF33;}.raw-bg-00FF66{background:#00FF66;}.raw-bg-00FF99{background:#00FF99;}.raw-bg-00FFCC{background:#00FFCC;}.raw-bg-00FFFF{background:#00FFFF;}.raw-bg-330000{background:#330000;}.raw-bg-330033{background:#330033;}.raw-bg-330066{background:#330066;}.raw-bg-330099{background:#330099;}.raw-bg-3300CC{background:#3300CC;}.raw-bg-3300FF{background:#3300FF;}.raw-bg-333300{background:#333300;}.raw-bg-333333{background:#333333;}.raw-bg-333366{background:#333366;}.raw-bg-333399{background:#333399;}.raw-bg-3333CC{background:#3333CC;}.raw-bg-3333FF{background:#3333FF;}.raw-bg-336600{background:#336600;}.raw-bg-336633{background:#336633;}.raw-bg-336666{background:#336666;}.raw-bg-336699{background:#336699;}.raw-bg-3366CC{background:#3366CC;}.raw-bg-3366FF{background:#3366FF;}.raw-bg-339900{background:#339900;}.raw-bg-339933{background:#339933;}.raw-bg-339966{background:#339966;}.raw-bg-339999{background:#339999;}.raw-bg-3399CC{background:#3399CC;}.raw-bg-3399FF{background:#3399FF;}.raw-bg-33CC00{background:#33CC00;}.raw-bg-33CC33{background:#33CC33;}.raw-bg-33CC66{background:#33CC66;}.raw-bg-33CC99{background:#33CC99;}.raw-bg-33CCCC{background:#33CCCC;}.raw-bg-33CCFF{background:#33CCFF;}.raw-bg-33FF00{background:#33FF00;}.raw-bg-33FF33{background:#33FF33;}.raw-bg-33FF66{background:#33FF66;}.raw-bg-33FF99{background:#33FF99;}.raw-bg-33FFCC{background:#33FFCC;}.raw-bg-33FFFF{background:#33FFFF;}.raw-bg-660000{background:#660000;}.raw-bg-660033{background:#660033;}.raw-bg-660066{background:#660066;}.raw-bg-660099{background:#660099;}.raw-bg-6600CC{background:#6600CC;}.raw-bg-6600FF{background:#6600FF;}.raw-bg-663300{background:#663300;}.raw-bg-663333{background:#663333;}.raw-bg-663366{background:#663366;}.raw-bg-663399{background:#663399;}.raw-bg-6633CC{background:#6633CC;}.raw-bg-6633FF{background:#6633FF;}.raw-bg-666600{background:#666600;}.raw-bg-666633{background:#666633;}.raw-bg-666666{background:#666666;}.raw-bg-666699{background:#666699;}.raw-bg-6666CC{background:#6666CC;}.raw-bg-6666FF{background:#6666FF;}.raw-bg-669900{background:#669900;}.raw-bg-669933{background:#669933;}.raw-bg-669966{background:#669966;}.raw-bg-669999{background:#669999;}.raw-bg-6699CC{background:#6699CC;}.raw-bg-6699FF{background:#6699FF;}.raw-bg-66CC00{background:#66CC00;}.raw-bg-66CC33{background:#66CC33;}.raw-bg-66CC66{background:#66CC66;}.raw-bg-66CC99{background:#66CC99;}.raw-bg-66CCCC{background:#66CCCC;}.raw-bg-66CCFF{background:#66CCFF;}.raw-bg-66FF00{background:#66FF00;}.raw-bg-66FF33{background:#66FF33;}.raw-bg-66FF66{background:#66FF66;}.raw-bg-66FF99{background:#66FF99;}.raw-bg-66FFCC{background:#66FFCC;}.raw-bg-66FFFF{background:#66FFFF;}.raw-bg-990000{background:#990000;}.raw-bg-990033{background:#990033;}.raw-bg-990066{background:#990066;}.raw-bg-990099{background:#990099;}.raw-bg-9900CC{background:#9900CC;}.raw-bg-9900FF{background:#9900FF;}.raw-bg-993300{background:#993300;}.raw-bg-993333{background:#993333;}.raw-bg-993366{background:#993366;}.raw-bg-993399{background:#993399;}.raw-bg-9933CC{background:#9933CC;}.raw-bg-9933FF{background:#9933FF;}.raw-bg-996600{background:#996600;}.raw-bg-996633{background:#996633;}.raw-bg-996666{background:#996666;}.raw-bg-996699{background:#996699;}.raw-bg-9966CC{background:#9966CC;}.raw-bg-9966FF{background:#9966FF;}.raw-bg-999900{background:#999900;}.raw-bg-999933{background:#999933;}.raw-bg-999966{background:#999966;}.raw-bg-999999{background:#999999;}.raw-bg-9999CC{background:#9999CC;}.raw-bg-9999FF{background:#9999FF;}.raw-bg-99CC00{background:#99CC00;}.raw-bg-99CC33{background:#99CC33;}.raw-bg-99CC66{background:#99CC66;}.raw-bg-99CC99{background:#99CC99;}.raw-bg-99CCCC{background:#99CCCC;}.raw-bg-99CCFF{background:#99CCFF;}.raw-bg-99FF00{background:#99FF00;}.raw-bg-99FF33{background:#99FF33;}.raw-bg-99FF66{background:#99FF66;}.raw-bg-99FF99{background:#99FF99;}.raw-bg-99FFCC{background:#99FFCC;}.raw-bg-99FFFF{background:#99FFFF;}.raw-bg-CC0000{background:#CC0000;}.raw-bg-CC0033{background:#CC0033;}.raw-bg-CC0066{background:#CC0066;}.raw-bg-CC0099{background:#CC0099;}.raw-bg-CC00CC{background:#CC00CC;}.raw-bg-CC00FF{background:#CC00FF;}.raw-bg-CC3300{background:#CC3300;}.raw-bg-CC3333{background:#CC3333;}.raw-bg-CC3366{background:#CC3366;}.raw-bg-CC3399{background:#CC3399;}.raw-bg-CC33CC{background:#CC33CC;}.raw-bg-CC33FF{background:#CC33FF;}.raw-bg-CC6600{background:#CC6600;}.raw-bg-CC6633{background:#CC6633;}.raw-bg-CC6666{background:#CC6666;}.raw-bg-CC6699{background:#CC6699;}.raw-bg-CC66CC{background:#CC66CC;}.raw-bg-CC66FF{background:#CC66FF;}.raw-bg-CC9900{background:#CC9900;}.raw-bg-CC9933{background:#CC9933;}.raw-bg-CC9966{background:#CC9966;}.raw-bg-CC9999{background:#CC9999;}.raw-bg-CC99CC{background:#CC99CC;}.raw-bg-CC99FF{background:#CC99FF;}.raw-bg-CCCC00{background:#CCCC00;}.raw-bg-CCCC33{background:#CCCC33;}.raw-bg-CCCC66{background:#CCCC66;}.raw-bg-CCCC99{background:#CCCC99;}.raw-bg-CCCCCC{background:#CCCCCC;}.raw-bg-CCCCFF{background:#CCCCFF;}.raw-bg-CCFF00{background:#CCFF00;}.raw-bg-CCFF33{background:#CCFF33;}.raw-bg-CCFF66{background:#CCFF66;}.raw-bg-CCFF99{background:#CCFF99;}.raw-bg-CCFFCC{background:#CCFFCC;}.raw-bg-CCFFFF{background:#CCFFFF;}.raw-bg-FF0000{background:#FF0000;}.raw-bg-FF0033{background:#FF0033;}.raw-bg-FF0066{background:#FF0066;}.raw-bg-FF0099{background:#FF0099;}.raw-bg-FF00CC{background:#FF00CC;}.raw-bg-FF00FF{background:#FF00FF;}.raw-bg-FF3300{background:#FF3300;}.raw-bg-FF3333{background:#FF3333;}.raw-bg-FF3366{background:#FF3366;}.raw-bg-FF3399{background:#FF3399;}.raw-bg-FF33CC{background:#FF33CC;}.raw-bg-FF33FF{background:#FF33FF;}.raw-bg-FF6600{background:#FF6600;}.raw-bg-FF6633{background:#FF6633;}.raw-bg-FF6666{background:#FF6666;}.raw-bg-FF6699{background:#FF6699;}.raw-bg-FF66CC{background:#FF66CC;}.raw-bg-FF66FF{background:#FF66FF;}.raw-bg-FF9900{background:#FF9900;}.raw-bg-FF9933{background:#FF9933;}.raw-bg-FF9966{background:#FF9966;}.raw-bg-FF9999{background:#FF9999;}.raw-bg-FF99CC{background:#FF99CC;}.raw-bg-FF99FF{background:#FF99FF;}.raw-bg-FFCC00{background:#FFCC00;}.raw-bg-FFCC33{background:#FFCC33;}.raw-bg-FFCC66{background:#FFCC66;}.raw-bg-FFCC99{background:#FFCC99;}.raw-bg-FFCCCC{background:#FFCCCC;}.raw-bg-FFCCFF{background:#FFCCFF;}.raw-bg-FFFF00{background:#FFFF00;}.raw-bg-FFFF33{background:#FFFF33;}.raw-bg-FFFF66{background:#FFFF66;}.raw-bg-FFFF99{background:#FFFF99;}.raw-bg-FFFFCC{background:#FFFFCC;}.raw-bg-FFFFFF{background:#FFFFFF;}.raw-block-1{height:1px;}.raw-block-2{height:2px;}.raw-block-3{height:3px;}.raw-block-4{height:4px;}.raw-block-5{height:5px;}.raw-block-10{height:10px;}.raw-block-15{height:15px;}.raw-block-20{height:20px;}.raw-block-25{height:25px;}.raw-block-30{height:30px;}.raw-block-35{height:35px;}.raw-block-40{height:40px;}.raw-block-45{height:45px;}.raw-block-50{height:50px;}.raw-block-55{height:55px;}.raw-block-60{height:60px;}.raw-block-65{height:65px;}.raw-block-70{height:70px;}.raw-block-75{height:75px;}.raw-block-80{height:80px;}.raw-block-85{height:85px;}.raw-block-90{height:90px;}.raw-block-95{height:95px;}.raw-block-100{height:100px;}.raw-block-150{height:150px;}.raw-block-200{height:200px;}.raw-block-250{height:250px;}.raw-block-300{height:300px;}.raw-block-350{height:350px;}.raw-block-400{height:400px;}.raw-block-450{height:450px;}.raw-block-500{height:500px;}.raw-block-550{height:550px;}.raw-block-600{height:600px;}.raw-block-650{height:650px;}.raw-block-700{height:700px;}.raw-block-750{height:750px;}.raw-block-800{height:800px;}.raw-block-850{height:850px;}.raw-block-900{height:900px;}.raw-block-950{height:950px;}.raw-block-1000{height:1000px;}.raw-color-000000{color:#000000;}.raw-color-000033{color:#000033;}.raw-color-000066{color:#000066;}.raw-color-000099{color:#000099;}.raw-color-0000CC{color:#0000CC;}.raw-color-0000FF{color:#0000FF;}.raw-color-003300{color:#003300;}.raw-color-003333{color:#003333;}.raw-color-003366{color:#003366;}.raw-color-003399{color:#003399;}.raw-color-0033CC{color:#0033CC;}.raw-color-0033FF{color:#0033FF;}.raw-color-006600{color:#006600;}.raw-color-006633{color:#006633;}.raw-color-006666{color:#006666;}.raw-color-006699{color:#006699;}.raw-color-0066CC{color:#0066CC;}.raw-color-0066FF{color:#0066FF;}.raw-color-009900{color:#009900;}.raw-color-009933{color:#009933;}.raw-color-009966{color:#009966;}.raw-color-009999{color:#009999;}.raw-color-0099CC{color:#0099CC;}.raw-color-0099FF{color:#0099FF;}.raw-color-00CC00{color:#00CC00;}.raw-color-00CC33{color:#00CC33;}.raw-color-00CC66{color:#00CC66;}.raw-color-00CC99{color:#00CC99;}.raw-color-00CCCC{color:#00CCCC;}.raw-color-00CCFF{color:#00CCFF;}.raw-color-00FF00{color:#00FF00;}.raw-color-00FF33{color:#00FF33;}.raw-color-00FF66{color:#00FF66;}.raw-color-00FF99{color:#00FF99;}.raw-color-00FFCC{color:#00FFCC;}.raw-color-00FFFF{color:#00FFFF;}.raw-color-330000{color:#330000;}.raw-color-330033{color:#330033;}.raw-color-330066{color:#330066;}.raw-color-330099{color:#330099;}.raw-color-3300CC{color:#3300CC;}.raw-color-3300FF{color:#3300FF;}.raw-color-333300{color:#333300;}.raw-color-333333{color:#333333;}.raw-color-333366{color:#333366;}.raw-color-333399{color:#333399;}.raw-color-3333CC{color:#3333CC;}.raw-color-3333FF{color:#3333FF;}.raw-color-336600{color:#336600;}.raw-color-336633{color:#336633;}.raw-color-336666{color:#336666;}.raw-color-336699{color:#336699;}.raw-color-3366CC{color:#3366CC;}.raw-color-3366FF{color:#3366FF;}.raw-color-339900{color:#339900;}.raw-color-339933{color:#339933;}.raw-color-339966{color:#339966;}.raw-color-339999{color:#339999;}.raw-color-3399CC{color:#3399CC;}.raw-color-3399FF{color:#3399FF;}.raw-color-33CC00{color:#33CC00;}.raw-color-33CC33{color:#33CC33;}.raw-color-33CC66{color:#33CC66;}.raw-color-33CC99{color:#33CC99;}.raw-color-33CCCC{color:#33CCCC;}.raw-color-33CCFF{color:#33CCFF;}.raw-color-33FF00{color:#33FF00;}.raw-color-33FF33{color:#33FF33;}.raw-color-33FF66{color:#33FF66;}.raw-color-33FF99{color:#33FF99;}.raw-color-33FFCC{color:#33FFCC;}.raw-color-33FFFF{color:#33FFFF;}.raw-color-660000{color:#660000;}.raw-color-660033{color:#660033;}.raw-color-660066{color:#660066;}.raw-color-660099{color:#660099;}.raw-color-6600CC{color:#6600CC;}.raw-color-6600FF{color:#6600FF;}.raw-color-663300{color:#663300;}.raw-color-663333{color:#663333;}.raw-color-663366{color:#663366;}.raw-color-663399{color:#663399;}.raw-color-6633CC{color:#6633CC;}.raw-color-6633FF{color:#6633FF;}.raw-color-666600{color:#666600;}.raw-color-666633{color:#666633;}.raw-color-666666{color:#666666;}.raw-color-666699{color:#666699;}.raw-color-6666CC{color:#6666CC;}.raw-color-6666FF{color:#6666FF;}.raw-color-669900{color:#669900;}.raw-color-669933{color:#669933;}.raw-color-669966{color:#669966;}.raw-color-669999{color:#669999;}.raw-color-6699CC{color:#6699CC;}.raw-color-6699FF{color:#6699FF;}.raw-color-66CC00{color:#66CC00;}.raw-color-66CC33{color:#66CC33;}.raw-color-66CC66{color:#66CC66;}.raw-color-66CC99{color:#66CC99;}.raw-color-66CCCC{color:#66CCCC;}.raw-color-66CCFF{color:#66CCFF;}.raw-color-66FF00{color:#66FF00;}.raw-color-66FF33{color:#66FF33;}.raw-color-66FF66{color:#66FF66;}.raw-color-66FF99{color:#66FF99;}.raw-color-66FFCC{color:#66FFCC;}.raw-color-66FFFF{color:#66FFFF;}.raw-color-990000{color:#990000;}.raw-color-990033{color:#990033;}.raw-color-990066{color:#990066;}.raw-color-990099{color:#990099;}.raw-color-9900CC{color:#9900CC;}.raw-color-9900FF{color:#9900FF;}.raw-color-993300{color:#993300;}.raw-color-993333{color:#993333;}.raw-color-993366{color:#993366;}.raw-color-993399{color:#993399;}.raw-color-9933CC{color:#9933CC;}.raw-color-9933FF{color:#9933FF;}.raw-color-996600{color:#996600;}.raw-color-996633{color:#996633;}.raw-color-996666{color:#996666;}.raw-color-996699{color:#996699;}.raw-color-9966CC{color:#9966CC;}.raw-color-9966FF{color:#9966FF;}.raw-color-999900{color:#999900;}.raw-color-999933{color:#999933;}.raw-color-999966{color:#999966;}.raw-color-999999{color:#999999;}.raw-color-9999CC{color:#9999CC;}.raw-color-9999FF{color:#9999FF;}.raw-color-99CC00{color:#99CC00;}.raw-color-99CC33{color:#99CC33;}.raw-color-99CC66{color:#99CC66;}.raw-color-99CC99{color:#99CC99;}.raw-color-99CCCC{color:#99CCCC;}.raw-color-99CCFF{color:#99CCFF;}.raw-color-99FF00{color:#99FF00;}.raw-color-99FF33{color:#99FF33;}.raw-color-99FF66{color:#99FF66;}.raw-color-99FF99{color:#99FF99;}.raw-color-99FFCC{color:#99FFCC;}.raw-color-99FFFF{color:#99FFFF;}.raw-color-CC0000{color:#CC0000;}.raw-color-CC0033{color:#CC0033;}.raw-color-CC0066{color:#CC0066;}.raw-color-CC0099{color:#CC0099;}.raw-color-CC00CC{color:#CC00CC;}.raw-color-CC00FF{color:#CC00FF;}.raw-color-CC3300{color:#CC3300;}.raw-color-CC3333{color:#CC3333;}.raw-color-CC3366{color:#CC3366;}.raw-color-CC3399{color:#CC3399;}.raw-color-CC33CC{color:#CC33CC;}.raw-color-CC33FF{color:#CC33FF;}.raw-color-CC6600{color:#CC6600;}.raw-color-CC6633{color:#CC6633;}.raw-color-CC6666{color:#CC6666;}.raw-color-CC6699{color:#CC6699;}.raw-color-CC66CC{color:#CC66CC;}.raw-color-CC66FF{color:#CC66FF;}.raw-color-CC9900{color:#CC9900;}.raw-color-CC9933{color:#CC9933;}.raw-color-CC9966{color:#CC9966;}.raw-color-CC9999{color:#CC9999;}.raw-color-CC99CC{color:#CC99CC;}.raw-color-CC99FF{color:#CC99FF;}.raw-color-CCCC00{color:#CCCC00;}.raw-color-CCCC33{color:#CCCC33;}.raw-color-CCCC66{color:#CCCC66;}.raw-color-CCCC99{color:#CCCC99;}.raw-color-CCCCCC{color:#CCCCCC;}.raw-color-CCCCFF{color:#CCCCFF;}.raw-color-CCFF00{color:#CCFF00;}.raw-color-CCFF33{color:#CCFF33;}.raw-color-CCFF66{color:#CCFF66;}.raw-color-CCFF99{color:#CCFF99;}.raw-color-CCFFCC{color:#CCFFCC;}.raw-color-CCFFFF{color:#CCFFFF;}.raw-color-FF0000{color:#FF0000;}.raw-color-FF0033{color:#FF0033;}.raw-color-FF0066{color:#FF0066;}.raw-color-FF0099{color:#FF0099;}.raw-color-FF00CC{color:#FF00CC;}.raw-color-FF00FF{color:#FF00FF;}.raw-color-FF3300{color:#FF3300;}.raw-color-FF3333{color:#FF3333;}.raw-color-FF3366{color:#FF3366;}.raw-color-FF3399{color:#FF3399;}.raw-color-FF33CC{color:#FF33CC;}.raw-color-FF33FF{color:#FF33FF;}.raw-color-FF6600{color:#FF6600;}.raw-color-FF6633{color:#FF6633;}.raw-color-FF6666{color:#FF6666;}.raw-color-FF6699{color:#FF6699;}.raw-color-FF66CC{color:#FF66CC;}.raw-color-FF66FF{color:#FF66FF;}.raw-color-FF9900{color:#FF9900;}.raw-color-FF9933{color:#FF9933;}.raw-color-FF9966{color:#FF9966;}.raw-color-FF9999{color:#FF9999;}.raw-color-FF99CC{color:#FF99CC;}.raw-color-FF99FF{color:#FF99FF;}.raw-color-FFCC00{color:#FFCC00;}.raw-color-FFCC33{color:#FFCC33;}.raw-color-FFCC66{color:#FFCC66;}.raw-color-FFCC99{color:#FFCC99;}.raw-color-FFCCCC{color:#FFCCCC;}.raw-color-FFCCFF{color:#FFCCFF;}.raw-color-FFFF00{color:#FFFF00;}.raw-color-FFFF33{color:#FFFF33;}.raw-color-FFFF66{color:#FFFF66;}.raw-color-FFFF99{color:#FFFF99;}.raw-color-FFFFCC{color:#FFFFCC;}.raw-color-FFFFFF{color:#FFFFFF;}.raw-height-1{height:1%;}.raw-height-2{height:2%;}.raw-height-3{height:3%;}.raw-height-4{height:4%;}.raw-height-5{height:5%;}.raw-height-6{height:6%;}.raw-height-7{height:7%;}.raw-height-8{height:8%;}.raw-height-9{height:9%;}.raw-height-10{height:10%;}.raw-height-11{height:11%;}.raw-height-12{height:12%;}.raw-height-13{height:13%;}.raw-height-14{height:14%;}.raw-height-15{height:15%;}.raw-height-16{height:16%;}.raw-height-17{height:17%;}.raw-height-18{height:18%;}.raw-height-19{height:19%;}.raw-height-20{height:20%;}.raw-height-21{height:21%;}.raw-height-22{height:22%;}.raw-height-23{height:23%;}.raw-height-24{height:24%;}.raw-height-25{height:25%;}.raw-height-26{height:26%;}.raw-height-27{height:27%;}.raw-height-28{height:28%;}.raw-height-29{height:29%;}.raw-height-30{height:30%;}.raw-height-31{height:31%;}.raw-height-32{height:32%;}.raw-height-33{height:33%;}.raw-height-34{height:34%;}.raw-height-35{height:35%;}.raw-height-36{height:36%;}.raw-height-37{height:37%;}.raw-height-38{height:38%;}.raw-height-39{height:39%;}.raw-height-40{height:40%;}.raw-height-41{height:41%;}.raw-height-42{height:42%;}.raw-height-43{height:43%;}.raw-height-44{height:44%;}.raw-height-45{height:45%;}.raw-height-46{height:46%;}.raw-height-47{height:47%;}.raw-height-48{height:48%;}.raw-height-49{height:49%;}.raw-height-50{height:50%;}.raw-height-51{height:51%;}.raw-height-52{height:52%;}.raw-height-53{height:53%;}.raw-height-54{height:54%;}.raw-height-55{height:55%;}.raw-height-56{height:56%;}.raw-height-57{height:57%;}.raw-height-58{height:58%;}.raw-height-59{height:59%;}.raw-height-60{height:60%;}.raw-height-61{height:61%;}.raw-height-62{height:62%;}.raw-height-63{height:63%;}.raw-height-64{height:64%;}.raw-height-65{height:65%;}.raw-height-66{height:66%;}.raw-height-67{height:67%;}.raw-height-68{height:68%;}.raw-height-69{height:69%;}.raw-height-70{height:70%;}.raw-height-71{height:71%;}.raw-height-72{height:72%;}.raw-height-73{height:73%;}.raw-height-74{height:74%;}.raw-height-75{height:75%;}.raw-height-76{height:76%;}.raw-height-77{height:77%;}.raw-height-78{height:78%;}.raw-height-79{height:79%;}.raw-height-80{height:80%;}.raw-height-81{height:81%;}.raw-height-82{height:82%;}.raw-height-83{height:83%;}.raw-height-84{height:84%;}.raw-height-85{height:85%;}.raw-height-86{height:86%;}.raw-height-87{height:87%;}.raw-height-88{height:88%;}.raw-height-89{height:89%;}.raw-height-90{height:90%;}.raw-height-91{height:91%;}.raw-height-92{height:92%;}.raw-height-93{height:93%;}.raw-height-94{height:94%;}.raw-height-95{height:95%;}.raw-height-96{height:96%;}.raw-height-97{height:97%;}.raw-height-98{height:98%;}.raw-height-99{height:99%;}.raw-height-100{height:100%;}.raw-margin-top-4{margin-top:4px;}.raw-margin-top-8{margin-top:8px;}.raw-margin-top-12{margin-top:12px;}.raw-margin-top-16{margin-top:16px;}.raw-margin-top-20{margin-top:20px;}.raw-margin-top-24{margin-top:24px;}.raw-margin-top-28{margin-top:28px;}.raw-margin-top-32{margin-top:32px;}.raw-margin-top-36{margin-top:36px;}.raw-margin-top-40{margin-top:40px;}.raw-margin-top-44{margin-top:44px;}.raw-margin-top-48{margin-top:48px;}.raw-margin-top-52{margin-top:52px;}.raw-margin-top-56{margin-top:56px;}.raw-margin-top-60{margin-top:60px;}.raw-margin-top-64{margin-top:64px;}.raw-margin-top-68{margin-top:68px;}.raw-margin-top-72{margin-top:72px;}.raw-margin-top-76{margin-top:76px;}.raw-margin-top-80{margin-top:80px;}.raw-margin-top-84{margin-top:84px;}.raw-margin-top-88{margin-top:88px;}.raw-margin-top-92{margin-top:92px;}.raw-margin-top-96{margin-top:96px;}.raw-margin-top-100{margin-top:100px;}.raw-margin-top-104{margin-top:104px;}.raw-margin-top-108{margin-top:108px;}.raw-margin-top-112{margin-top:112px;}.raw-margin-top-116{margin-top:116px;}.raw-margin-top-120{margin-top:120px;}.raw-margin-top-124{margin-top:124px;}.raw-margin-top-128{margin-top:128px;}.raw-margin-top-132{margin-top:132px;}.raw-margin-top-136{margin-top:136px;}.raw-margin-top-140{margin-top:140px;}.raw-margin-top-144{margin-top:144px;}.raw-margin-top-148{margin-top:148px;}.raw-margin-top-152{margin-top:152px;}.raw-margin-top-156{margin-top:156px;}.raw-margin-top-160{margin-top:160px;}.raw-margin-top-164{margin-top:164px;}.raw-margin-top-168{margin-top:168px;}.raw-margin-top-172{margin-top:172px;}.raw-margin-top-176{margin-top:176px;}.raw-margin-top-180{margin-top:180px;}.raw-margin-top-184{margin-top:184px;}.raw-margin-top-188{margin-top:188px;}.raw-margin-top-192{margin-top:192px;}.raw-margin-top-196{margin-top:196px;}.raw-margin-top-200{margin-top:200px;}.raw-margin-top-204{margin-top:204px;}.raw-margin-top-208{margin-top:208px;}.raw-margin-top-212{margin-top:212px;}.raw-margin-top-216{margin-top:216px;}.raw-margin-top-220{margin-top:220px;}.raw-margin-top-224{margin-top:224px;}.raw-margin-top-228{margin-top:228px;}.raw-margin-top-232{margin-top:232px;}.raw-margin-top-236{margin-top:236px;}.raw-margin-top-240{margin-top:240px;}.raw-margin-top-244{margin-top:244px;}.raw-margin-top-248{margin-top:248px;}.raw-margin-top-252{margin-top:252px;}.raw-margin-top-256{margin-top:256px;}.raw-margin-top-260{margin-top:260px;}.raw-margin-top-264{margin-top:264px;}.raw-margin-top-268{margin-top:268px;}.raw-margin-top-272{margin-top:272px;}.raw-margin-top-276{margin-top:276px;}.raw-margin-top-280{margin-top:280px;}.raw-margin-top-284{margin-top:284px;}.raw-margin-top-288{margin-top:288px;}.raw-margin-top-292{margin-top:292px;}.raw-margin-top-296{margin-top:296px;}.raw-margin-top-300{margin-top:300px;}.raw-margin-top-304{margin-top:304px;}.raw-margin-top-308{margin-top:308px;}.raw-margin-top-312{margin-top:312px;}.raw-margin-top-316{margin-top:316px;}.raw-margin-top-320{margin-top:320px;}.raw-margin-top-324{margin-top:324px;}.raw-margin-top-328{margin-top:328px;}.raw-margin-top-332{margin-top:332px;}.raw-margin-top-336{margin-top:336px;}.raw-margin-top-340{margin-top:340px;}.raw-margin-top-344{margin-top:344px;}.raw-margin-top-348{margin-top:348px;}.raw-margin-top-352{margin-top:352px;}.raw-margin-top-356{margin-top:356px;}.raw-margin-top-360{margin-top:360px;}.raw-margin-top-364{margin-top:364px;}.raw-margin-top-368{margin-top:368px;}.raw-margin-top-372{margin-top:372px;}.raw-margin-top-376{margin-top:376px;}.raw-margin-top-380{margin-top:380px;}.raw-margin-top-384{margin-top:384px;}.raw-margin-top-388{margin-top:388px;}.raw-margin-top-392{margin-top:392px;}.raw-margin-top-396{margin-top:396px;}.raw-margin-top-400{margin-top:400px;}.raw-margin-left-4{margin-left:4px;}.raw-margin-left-8{margin-left:8px;}.raw-margin-left-12{margin-left:12px;}.raw-margin-left-16{margin-left:16px;}.raw-margin-left-20{margin-left:20px;}.raw-margin-left-24{margin-left:24px;}.raw-margin-left-28{margin-left:28px;}.raw-margin-left-32{margin-left:32px;}.raw-margin-left-36{margin-left:36px;}.raw-margin-left-40{margin-left:40px;}.raw-margin-left-44{margin-left:44px;}.raw-margin-left-48{margin-left:48px;}.raw-margin-left-52{margin-left:52px;}.raw-margin-left-56{margin-left:56px;}.raw-margin-left-60{margin-left:60px;}.raw-margin-left-64{margin-left:64px;}.raw-margin-left-68{margin-left:68px;}.raw-margin-left-72{margin-left:72px;}.raw-margin-left-76{margin-left:76px;}.raw-margin-left-80{margin-left:80px;}.raw-margin-left-84{margin-left:84px;}.raw-margin-left-88{margin-left:88px;}.raw-margin-left-92{margin-left:92px;}.raw-margin-left-96{margin-left:96px;}.raw-margin-left-100{margin-left:100px;}.raw-margin-left-104{margin-left:104px;}.raw-margin-left-108{margin-left:108px;}.raw-margin-left-112{margin-left:112px;}.raw-margin-left-116{margin-left:116px;}.raw-margin-left-120{margin-left:120px;}.raw-margin-left-124{margin-left:124px;}.raw-margin-left-128{margin-left:128px;}.raw-margin-left-132{margin-left:132px;}.raw-margin-left-136{margin-left:136px;}.raw-margin-left-140{margin-left:140px;}.raw-margin-left-144{margin-left:144px;}.raw-margin-left-148{margin-left:148px;}.raw-margin-left-152{margin-left:152px;}.raw-margin-left-156{margin-left:156px;}.raw-margin-left-160{margin-left:160px;}.raw-margin-left-164{margin-left:164px;}.raw-margin-left-168{margin-left:168px;}.raw-margin-left-172{margin-left:172px;}.raw-margin-left-176{margin-left:176px;}.raw-margin-left-180{margin-left:180px;}.raw-margin-left-184{margin-left:184px;}.raw-margin-left-188{margin-left:188px;}.raw-margin-left-192{margin-left:192px;}.raw-margin-left-196{margin-left:196px;}.raw-margin-left-200{margin-left:200px;}.raw-margin-left-204{margin-left:204px;}.raw-margin-left-208{margin-left:208px;}.raw-margin-left-212{margin-left:212px;}.raw-margin-left-216{margin-left:216px;}.raw-margin-left-220{margin-left:220px;}.raw-margin-left-224{margin-left:224px;}.raw-margin-left-228{margin-left:228px;}.raw-margin-left-232{margin-left:232px;}.raw-margin-left-236{margin-left:236px;}.raw-margin-left-240{margin-left:240px;}.raw-margin-left-244{margin-left:244px;}.raw-margin-left-248{margin-left:248px;}.raw-margin-left-252{margin-left:252px;}.raw-margin-left-256{margin-left:256px;}.raw-margin-left-260{margin-left:260px;}.raw-margin-left-264{margin-left:264px;}.raw-margin-left-268{margin-left:268px;}.raw-margin-left-272{margin-left:272px;}.raw-margin-left-276{margin-left:276px;}.raw-margin-left-280{margin-left:280px;}.raw-margin-left-284{margin-left:284px;}.raw-margin-left-288{margin-left:288px;}.raw-margin-left-292{margin-left:292px;}.raw-margin-left-296{margin-left:296px;}.raw-margin-left-300{margin-left:300px;}.raw-margin-left-304{margin-left:304px;}.raw-margin-left-308{margin-left:308px;}.raw-margin-left-312{margin-left:312px;}.raw-margin-left-316{margin-left:316px;}.raw-margin-left-320{margin-left:320px;}.raw-margin-left-324{margin-left:324px;}.raw-margin-left-328{margin-left:328px;}.raw-margin-left-332{margin-left:332px;}.raw-margin-left-336{margin-left:336px;}.raw-margin-left-340{margin-left:340px;}.raw-margin-left-344{margin-left:344px;}.raw-margin-left-348{margin-left:348px;}.raw-margin-left-352{margin-left:352px;}.raw-margin-left-356{margin-left:356px;}.raw-margin-left-360{margin-left:360px;}.raw-margin-left-364{margin-left:364px;}.raw-margin-left-368{margin-left:368px;}.raw-margin-left-372{margin-left:372px;}.raw-margin-left-376{margin-left:376px;}.raw-margin-left-380{margin-left:380px;}.raw-margin-left-384{margin-left:384px;}.raw-margin-left-388{margin-left:388px;}.raw-margin-left-392{margin-left:392px;}.raw-margin-left-396{margin-left:396px;}.raw-margin-left-400{margin-left:400px;}.raw-margin-right-4{margin-right:4px;}.raw-margin-right-8{margin-right:8px;}.raw-margin-right-12{margin-right:12px;}.raw-margin-right-16{margin-right:16px;}.raw-margin-right-20{margin-right:20px;}.raw-margin-right-24{margin-right:24px;}.raw-margin-right-28{margin-right:28px;}.raw-margin-right-32{margin-right:32px;}.raw-margin-right-36{margin-right:36px;}.raw-margin-right-40{margin-right:40px;}.raw-margin-right-44{margin-right:44px;}.raw-margin-right-48{margin-right:48px;}.raw-margin-right-52{margin-right:52px;}.raw-margin-right-56{margin-right:56px;}.raw-margin-right-60{margin-right:60px;}.raw-margin-right-64{margin-right:64px;}.raw-margin-right-68{margin-right:68px;}.raw-margin-right-72{margin-right:72px;}.raw-margin-right-76{margin-right:76px;}.raw-margin-right-80{margin-right:80px;}.raw-margin-right-84{margin-right:84px;}.raw-margin-right-88{margin-right:88px;}.raw-margin-right-92{margin-right:92px;}.raw-margin-right-96{margin-right:96px;}.raw-margin-right-100{margin-right:100px;}.raw-margin-right-104{margin-right:104px;}.raw-margin-right-108{margin-right:108px;}.raw-margin-right-112{margin-right:112px;}.raw-margin-right-116{margin-right:116px;}.raw-margin-right-120{margin-right:120px;}.raw-margin-right-124{margin-right:124px;}.raw-margin-right-128{margin-right:128px;}.raw-margin-right-132{margin-right:132px;}.raw-margin-right-136{margin-right:136px;}.raw-margin-right-140{margin-right:140px;}.raw-margin-right-144{margin-right:144px;}.raw-margin-right-148{margin-right:148px;}.raw-margin-right-152{margin-right:152px;}.raw-margin-right-156{margin-right:156px;}.raw-margin-right-160{margin-right:160px;}.raw-margin-right-164{margin-right:164px;}.raw-margin-right-168{margin-right:168px;}.raw-margin-right-172{margin-right:172px;}.raw-margin-right-176{margin-right:176px;}.raw-margin-right-180{margin-right:180px;}.raw-margin-right-184{margin-right:184px;}.raw-margin-right-188{margin-right:188px;}.raw-margin-right-192{margin-right:192px;}.raw-margin-right-196{margin-right:196px;}.raw-margin-right-200{margin-right:200px;}.raw-margin-right-204{margin-right:204px;}.raw-margin-right-208{margin-right:208px;}.raw-margin-right-212{margin-right:212px;}.raw-margin-right-216{margin-right:216px;}.raw-margin-right-220{margin-right:220px;}.raw-margin-right-224{margin-right:224px;}.raw-margin-right-228{margin-right:228px;}.raw-margin-right-232{margin-right:232px;}.raw-margin-right-236{margin-right:236px;}.raw-margin-right-240{margin-right:240px;}.raw-margin-right-244{margin-right:244px;}.raw-margin-right-248{margin-right:248px;}.raw-margin-right-252{margin-right:252px;}.raw-margin-right-256{margin-right:256px;}.raw-margin-right-260{margin-right:260px;}.raw-margin-right-264{margin-right:264px;}.raw-margin-right-268{margin-right:268px;}.raw-margin-right-272{margin-right:272px;}.raw-margin-right-276{margin-right:276px;}.raw-margin-right-280{margin-right:280px;}.raw-margin-right-284{margin-right:284px;}.raw-margin-right-288{margin-right:288px;}.raw-margin-right-292{margin-right:292px;}.raw-margin-right-296{margin-right:296px;}.raw-margin-right-300{margin-right:300px;}.raw-margin-right-304{margin-right:304px;}.raw-margin-right-308{margin-right:308px;}.raw-margin-right-312{margin-right:312px;}.raw-margin-right-316{margin-right:316px;}.raw-margin-right-320{margin-right:320px;}.raw-margin-right-324{margin-right:324px;}.raw-margin-right-328{margin-right:328px;}.raw-margin-right-332{margin-right:332px;}.raw-margin-right-336{margin-right:336px;}.raw-margin-right-340{margin-right:340px;}.raw-margin-right-344{margin-right:344px;}.raw-margin-right-348{margin-right:348px;}.raw-margin-right-352{margin-right:352px;}.raw-margin-right-356{margin-right:356px;}.raw-margin-right-360{margin-right:360px;}.raw-margin-right-364{margin-right:364px;}.raw-margin-right-368{margin-right:368px;}.raw-margin-right-372{margin-right:372px;}.raw-margin-right-376{margin-right:376px;}.raw-margin-right-380{margin-right:380px;}.raw-margin-right-384{margin-right:384px;}.raw-margin-right-388{margin-right:388px;}.raw-margin-right-392{margin-right:392px;}.raw-margin-right-396{margin-right:396px;}.raw-margin-right-400{margin-right:400px;}.raw-margin-bottom-4{margin-bottom:4px;}.raw-margin-bottom-8{margin-bottom:8px;}.raw-margin-bottom-12{margin-bottom:12px;}.raw-margin-bottom-16{margin-bottom:16px;}.raw-margin-bottom-20{margin-bottom:20px;}.raw-margin-bottom-24{margin-bottom:24px;}.raw-margin-bottom-28{margin-bottom:28px;}.raw-margin-bottom-32{margin-bottom:32px;}.raw-margin-bottom-36{margin-bottom:36px;}.raw-margin-bottom-40{margin-bottom:40px;}.raw-margin-bottom-44{margin-bottom:44px;}.raw-margin-bottom-48{margin-bottom:48px;}.raw-margin-bottom-52{margin-bottom:52px;}.raw-margin-bottom-56{margin-bottom:56px;}.raw-margin-bottom-60{margin-bottom:60px;}.raw-margin-bottom-64{margin-bottom:64px;}.raw-margin-bottom-68{margin-bottom:68px;}.raw-margin-bottom-72{margin-bottom:72px;}.raw-margin-bottom-76{margin-bottom:76px;}.raw-margin-bottom-80{margin-bottom:80px;}.raw-margin-bottom-84{margin-bottom:84px;}.raw-margin-bottom-88{margin-bottom:88px;}.raw-margin-bottom-92{margin-bottom:92px;}.raw-margin-bottom-96{margin-bottom:96px;}.raw-margin-bottom-100{margin-bottom:100px;}.raw-margin-bottom-104{margin-bottom:104px;}.raw-margin-bottom-108{margin-bottom:108px;}.raw-margin-bottom-112{margin-bottom:112px;}.raw-margin-bottom-116{margin-bottom:116px;}.raw-margin-bottom-120{margin-bottom:120px;}.raw-margin-bottom-124{margin-bottom:124px;}.raw-margin-bottom-128{margin-bottom:128px;}.raw-margin-bottom-132{margin-bottom:132px;}.raw-margin-bottom-136{margin-bottom:136px;}.raw-margin-bottom-140{margin-bottom:140px;}.raw-margin-bottom-144{margin-bottom:144px;}.raw-margin-bottom-148{margin-bottom:148px;}.raw-margin-bottom-152{margin-bottom:152px;}.raw-margin-bottom-156{margin-bottom:156px;}.raw-margin-bottom-160{margin-bottom:160px;}.raw-margin-bottom-164{margin-bottom:164px;}.raw-margin-bottom-168{margin-bottom:168px;}.raw-margin-bottom-172{margin-bottom:172px;}.raw-margin-bottom-176{margin-bottom:176px;}.raw-margin-bottom-180{margin-bottom:180px;}.raw-margin-bottom-184{margin-bottom:184px;}.raw-margin-bottom-188{margin-bottom:188px;}.raw-margin-bottom-192{margin-bottom:192px;}.raw-margin-bottom-196{margin-bottom:196px;}.raw-margin-bottom-200{margin-bottom:200px;}.raw-margin-bottom-204{margin-bottom:204px;}.raw-margin-bottom-208{margin-bottom:208px;}.raw-margin-bottom-212{margin-bottom:212px;}.raw-margin-bottom-216{margin-bottom:216px;}.raw-margin-bottom-220{margin-bottom:220px;}.raw-margin-bottom-224{margin-bottom:224px;}.raw-margin-bottom-228{margin-bottom:228px;}.raw-margin-bottom-232{margin-bottom:232px;}.raw-margin-bottom-236{margin-bottom:236px;}.raw-margin-bottom-240{margin-bottom:240px;}.raw-margin-bottom-244{margin-bottom:244px;}.raw-margin-bottom-248{margin-bottom:248px;}.raw-margin-bottom-252{margin-bottom:252px;}.raw-margin-bottom-256{margin-bottom:256px;}.raw-margin-bottom-260{margin-bottom:260px;}.raw-margin-bottom-264{margin-bottom:264px;}.raw-margin-bottom-268{margin-bottom:268px;}.raw-margin-bottom-272{margin-bottom:272px;}.raw-margin-bottom-276{margin-bottom:276px;}.raw-margin-bottom-280{margin-bottom:280px;}.raw-margin-bottom-284{margin-bottom:284px;}.raw-margin-bottom-288{margin-bottom:288px;}.raw-margin-bottom-292{margin-bottom:292px;}.raw-margin-bottom-296{margin-bottom:296px;}.raw-margin-bottom-300{margin-bottom:300px;}.raw-margin-bottom-304{margin-bottom:304px;}.raw-margin-bottom-308{margin-bottom:308px;}.raw-margin-bottom-312{margin-bottom:312px;}.raw-margin-bottom-316{margin-bottom:316px;}.raw-margin-bottom-320{margin-bottom:320px;}.raw-margin-bottom-324{margin-bottom:324px;}.raw-margin-bottom-328{margin-bottom:328px;}.raw-margin-bottom-332{margin-bottom:332px;}.raw-margin-bottom-336{margin-bottom:336px;}.raw-margin-bottom-340{margin-bottom:340px;}.raw-margin-bottom-344{margin-bottom:344px;}.raw-margin-bottom-348{margin-bottom:348px;}.raw-margin-bottom-352{margin-bottom:352px;}.raw-margin-bottom-356{margin-bottom:356px;}.raw-margin-bottom-360{margin-bottom:360px;}.raw-margin-bottom-364{margin-bottom:364px;}.raw-margin-bottom-368{margin-bottom:368px;}.raw-margin-bottom-372{margin-bottom:372px;}.raw-margin-bottom-376{margin-bottom:376px;}.raw-margin-bottom-380{margin-bottom:380px;}.raw-margin-bottom-384{margin-bottom:384px;}.raw-margin-bottom-388{margin-bottom:388px;}.raw-margin-bottom-392{margin-bottom:392px;}.raw-margin-bottom-396{margin-bottom:396px;}.raw-margin-bottom-400{margin-bottom:400px;}.raw-margin-4{margin:4px;}.raw-margin-8{margin:8px;}.raw-margin-12{margin:12px;}.raw-margin-16{margin:16px;}.raw-margin-20{margin:20px;}.raw-margin-24{margin:24px;}.raw-margin-28{margin:28px;}.raw-margin-32{margin:32px;}.raw-margin-36{margin:36px;}.raw-margin-40{margin:40px;}.raw-margin-44{margin:44px;}.raw-margin-48{margin:48px;}.raw-margin-52{margin:52px;}.raw-margin-56{margin:56px;}.raw-margin-60{margin:60px;}.raw-margin-64{margin:64px;}.raw-margin-68{margin:68px;}.raw-margin-72{margin:72px;}.raw-margin-76{margin:76px;}.raw-margin-80{margin:80px;}.raw-margin-84{margin:84px;}.raw-margin-88{margin:88px;}.raw-margin-92{margin:92px;}.raw-margin-96{margin:96px;}.raw-margin-100{margin:100px;}.raw-margin-104{margin:104px;}.raw-margin-108{margin:108px;}.raw-margin-112{margin:112px;}.raw-margin-116{margin:116px;}.raw-margin-120{margin:120px;}.raw-margin-124{margin:124px;}.raw-margin-128{margin:128px;}.raw-margin-132{margin:132px;}.raw-margin-136{margin:136px;}.raw-margin-140{margin:140px;}.raw-margin-144{margin:144px;}.raw-margin-148{margin:148px;}.raw-margin-152{margin:152px;}.raw-margin-156{margin:156px;}.raw-margin-160{margin:160px;}.raw-margin-164{margin:164px;}.raw-margin-168{margin:168px;}.raw-margin-172{margin:172px;}.raw-margin-176{margin:176px;}.raw-margin-180{margin:180px;}.raw-margin-184{margin:184px;}.raw-margin-188{margin:188px;}.raw-margin-192{margin:192px;}.raw-margin-196{margin:196px;}.raw-margin-200{margin:200px;}.raw-margin-204{margin:204px;}.raw-margin-208{margin:208px;}.raw-margin-212{margin:212px;}.raw-margin-216{margin:216px;}.raw-margin-220{margin:220px;}.raw-margin-224{margin:224px;}.raw-margin-228{margin:228px;}.raw-margin-232{margin:232px;}.raw-margin-236{margin:236px;}.raw-margin-240{margin:240px;}.raw-margin-244{margin:244px;}.raw-margin-248{margin:248px;}.raw-margin-252{margin:252px;}.raw-margin-256{margin:256px;}.raw-margin-260{margin:260px;}.raw-margin-264{margin:264px;}.raw-margin-268{margin:268px;}.raw-margin-272{margin:272px;}.raw-margin-276{margin:276px;}.raw-margin-280{margin:280px;}.raw-margin-284{margin:284px;}.raw-margin-288{margin:288px;}.raw-margin-292{margin:292px;}.raw-margin-296{margin:296px;}.raw-margin-300{margin:300px;}.raw-margin-304{margin:304px;}.raw-margin-308{margin:308px;}.raw-margin-312{margin:312px;}.raw-margin-316{margin:316px;}.raw-margin-320{margin:320px;}.raw-margin-324{margin:324px;}.raw-margin-328{margin:328px;}.raw-margin-332{margin:332px;}.raw-margin-336{margin:336px;}.raw-margin-340{margin:340px;}.raw-margin-344{margin:344px;}.raw-margin-348{margin:348px;}.raw-margin-352{margin:352px;}.raw-margin-356{margin:356px;}.raw-margin-360{margin:360px;}.raw-margin-364{margin:364px;}.raw-margin-368{margin:368px;}.raw-margin-372{margin:372px;}.raw-margin-376{margin:376px;}.raw-margin-380{margin:380px;}.raw-margin-384{margin:384px;}.raw-margin-388{margin:388px;}.raw-margin-392{margin:392px;}.raw-margin-396{margin:396px;}.raw-margin-400{margin:400px;}.raw-margin-auto{margin:0 auto;}.raw-margin-top-0{margin-top:0;}.raw-margin-top-5{margin-top:5px;}.raw-margin-top-10{margin-top:10px;}.raw-margin-top-15{margin-top:15px;}.raw-margin-top-20{margin-top:20px;}.raw-margin-top-25{margin-top:25px;}.raw-margin-top-30{margin-top:30px;}.raw-margin-top-35{margin-top:35px;}.raw-margin-top-40{margin-top:40px;}.raw-margin-top-45{margin-top:45px;}.raw-margin-top-50{margin-top:50px;}.raw-margin-top-55{margin-top:55px;}.raw-margin-top-60{margin-top:60px;}.raw-margin-top-65{margin-top:65px;}.raw-margin-top-70{margin-top:70px;}.raw-margin-top-75{margin-top:75px;}.raw-margin-top-80{margin-top:80px;}.raw-margin-top-85{margin-top:85px;}.raw-margin-top-90{margin-top:90px;}.raw-margin-top-95{margin-top:95px;}.raw-margin-top-100{margin-top:100px;}.raw-margin-top-105{margin-top:105px;}.raw-margin-top-110{margin-top:110px;}.raw-margin-top-115{margin-top:115px;}.raw-margin-top-120{margin-top:120px;}.raw-margin-top-125{margin-top:125px;}.raw-margin-top-130{margin-top:130px;}.raw-margin-top-135{margin-top:135px;}.raw-margin-top-140{margin-top:140px;}.raw-margin-top-145{margin-top:145px;}.raw-margin-top-150{margin-top:150px;}.raw-margin-top-155{margin-top:155px;}.raw-margin-top-160{margin-top:160px;}.raw-margin-top-165{margin-top:165px;}.raw-margin-top-170{margin-top:170px;}.raw-margin-top-175{margin-top:175px;}.raw-margin-top-180{margin-top:180px;}.raw-margin-top-185{margin-top:185px;}.raw-margin-top-190{margin-top:190px;}.raw-margin-top-195{margin-top:195px;}.raw-margin-top-200{margin-top:200px;}.raw-margin-right-0{margin-right:0;}.raw-margin-right-5{margin-right:5px;}.raw-margin-right-10{margin-right:10px;}.raw-margin-right-15{margin-right:15px;}.raw-margin-right-20{margin-right:20px;}.raw-margin-right-25{margin-right:25px;}.raw-margin-right-30{margin-right:30px;}.raw-margin-right-35{margin-right:35px;}.raw-margin-right-40{margin-right:40px;}.raw-margin-right-45{margin-right:45px;}.raw-margin-right-50{margin-right:50px;}.raw-margin-right-55{margin-right:55px;}.raw-margin-right-60{margin-right:60px;}.raw-margin-right-65{margin-right:65px;}.raw-margin-right-70{margin-right:70px;}.raw-margin-right-75{margin-right:75px;}.raw-margin-right-80{margin-right:80px;}.raw-margin-right-85{margin-right:85px;}.raw-margin-right-90{margin-right:90px;}.raw-margin-right-95{margin-right:95px;}.raw-margin-right-100{margin-right:100px;}.raw-margin-right-105{margin-right:105px;}.raw-margin-right-110{margin-right:110px;}.raw-margin-right-115{margin-right:115px;}.raw-margin-right-120{margin-right:120px;}.raw-margin-right-125{margin-right:125px;}.raw-margin-right-130{margin-right:130px;}.raw-margin-right-135{margin-right:135px;}.raw-margin-right-140{margin-right:140px;}.raw-margin-right-145{margin-right:145px;}.raw-margin-right-150{margin-right:150px;}.raw-margin-right-155{margin-right:155px;}.raw-margin-right-160{margin-right:160px;}.raw-margin-right-165{margin-right:165px;}.raw-margin-right-170{margin-right:170px;}.raw-margin-right-175{margin-right:175px;}.raw-margin-right-180{margin-right:180px;}.raw-margin-right-185{margin-right:185px;}.raw-margin-right-190{margin-right:190px;}.raw-margin-right-195{margin-right:195px;}.raw-margin-right-200{margin-right:200px;}.raw-margin-bottom-0{margin-bottom:0;}.raw-margin-bottom-5{margin-bottom:5px;}.raw-margin-bottom-10{margin-bottom:10px;}.raw-margin-bottom-15{margin-bottom:15px;}.raw-margin-bottom-20{margin-bottom:20px;}.raw-margin-bottom-25{margin-bottom:25px;}.raw-margin-bottom-30{margin-bottom:30px;}.raw-margin-bottom-35{margin-bottom:35px;}.raw-margin-bottom-40{margin-bottom:40px;}.raw-margin-bottom-45{margin-bottom:45px;}.raw-margin-bottom-50{margin-bottom:50px;}.raw-margin-bottom-55{margin-bottom:55px;}.raw-margin-bottom-60{margin-bottom:60px;}.raw-margin-bottom-65{margin-bottom:65px;}.raw-margin-bottom-70{margin-bottom:70px;}.raw-margin-bottom-75{margin-bottom:75px;}.raw-margin-bottom-80{margin-bottom:80px;}.raw-margin-bottom-85{margin-bottom:85px;}.raw-margin-bottom-90{margin-bottom:90px;}.raw-margin-bottom-95{margin-bottom:95px;}.raw-margin-bottom-100{margin-bottom:100px;}.raw-margin-bottom-105{margin-bottom:105px;}.raw-margin-bottom-110{margin-bottom:110px;}.raw-margin-bottom-115{margin-bottom:115px;}.raw-margin-bottom-120{margin-bottom:120px;}.raw-margin-bottom-125{margin-bottom:125px;}.raw-margin-bottom-130{margin-bottom:130px;}.raw-margin-bottom-135{margin-bottom:135px;}.raw-margin-bottom-140{margin-bottom:140px;}.raw-margin-bottom-145{margin-bottom:145px;}.raw-margin-bottom-150{margin-bottom:150px;}.raw-margin-bottom-155{margin-bottom:155px;}.raw-margin-bottom-160{margin-bottom:160px;}.raw-margin-bottom-165{margin-bottom:165px;}.raw-margin-bottom-170{margin-bottom:170px;}.raw-margin-bottom-175{margin-bottom:175px;}.raw-margin-bottom-180{margin-bottom:180px;}.raw-margin-bottom-185{margin-bottom:185px;}.raw-margin-bottom-190{margin-bottom:190px;}.raw-margin-bottom-195{margin-bottom:195px;}.raw-margin-bottom-200{margin-bottom:200px;}.raw-margin-left-0{margin-left:0;}.raw-margin-left-5{margin-left:5px;}.raw-margin-left-10{margin-left:10px;}.raw-margin-left-15{margin-left:15px;}.raw-margin-left-20{margin-left:20px;}.raw-margin-left-25{margin-left:25px;}.raw-margin-left-30{margin-left:30px;}.raw-margin-left-35{margin-left:35px;}.raw-margin-left-40{margin-left:40px;}.raw-margin-left-45{margin-left:45px;}.raw-margin-left-50{margin-left:50px;}.raw-margin-left-55{margin-left:55px;}.raw-margin-left-60{margin-left:60px;}.raw-margin-left-65{margin-left:65px;}.raw-margin-left-70{margin-left:70px;}.raw-margin-left-75{margin-left:75px;}.raw-margin-left-80{margin-left:80px;}.raw-margin-left-85{margin-left:85px;}.raw-margin-left-90{margin-left:90px;}.raw-margin-left-95{margin-left:95px;}.raw-margin-left-100{margin-left:100px;}.raw-margin-left-105{margin-left:105px;}.raw-margin-left-110{margin-left:110px;}.raw-margin-left-115{margin-left:115px;}.raw-margin-left-120{margin-left:120px;}.raw-margin-left-125{margin-left:125px;}.raw-margin-left-130{margin-left:130px;}.raw-margin-left-135{margin-left:135px;}.raw-margin-left-140{margin-left:140px;}.raw-margin-left-145{margin-left:145px;}.raw-margin-left-150{margin-left:150px;}.raw-margin-left-155{margin-left:155px;}.raw-margin-left-160{margin-left:160px;}.raw-margin-left-165{margin-left:165px;}.raw-margin-left-170{margin-left:170px;}.raw-margin-left-175{margin-left:175px;}.raw-margin-left-180{margin-left:180px;}.raw-margin-left-185{margin-left:185px;}.raw-margin-left-190{margin-left:190px;}.raw-margin-left-195{margin-left:195px;}.raw-margin-left-200{margin-left:200px;}.raw-margin-0{margin:0;}.raw-margin-5{margin:5px;}.raw-margin-10{margin:10px;}.raw-margin-15{margin:15px;}.raw-margin-20{margin:20px;}.raw-margin-25{margin:25px;}.raw-margin-30{margin:30px;}.raw-margin-35{margin:35px;}.raw-margin-40{margin:40px;}.raw-margin-45{margin:45px;}.raw-margin-50{margin:50px;}.raw-margin-55{margin:55px;}.raw-margin-60{margin:60px;}.raw-margin-65{margin:65px;}.raw-margin-70{margin:70px;}.raw-margin-75{margin:75px;}.raw-margin-80{margin:80px;}.raw-margin-85{margin:85px;}.raw-margin-90{margin:90px;}.raw-margin-95{margin:95px;}.raw-margin-100{margin:100px;}.raw-margin-105{margin:105px;}.raw-margin-110{margin:110px;}.raw-margin-115{margin:115px;}.raw-margin-120{margin:120px;}.raw-margin-125{margin:125px;}.raw-margin-130{margin:130px;}.raw-margin-135{margin:135px;}.raw-margin-140{margin:140px;}.raw-margin-145{margin:145px;}.raw-margin-150{margin:150px;}.raw-margin-155{margin:155px;}.raw-margin-160{margin:160px;}.raw-margin-165{margin:165px;}.raw-margin-170{margin:170px;}.raw-margin-175{margin:175px;}.raw-margin-180{margin:180px;}.raw-margin-185{margin:185px;}.raw-margin-190{margin:190px;}.raw-margin-195{margin:195px;}.raw-margin-200{margin:200px;}.raw-margin-auto{margin:0 auto;}.raw-padding-top-4{padding-top:4px;}.raw-padding-top-8{padding-top:8px;}.raw-padding-top-12{padding-top:12px;}.raw-padding-top-16{padding-top:16px;}.raw-padding-top-20{padding-top:20px;}.raw-padding-top-24{padding-top:24px;}.raw-padding-top-28{padding-top:28px;}.raw-padding-top-32{padding-top:32px;}.raw-padding-top-36{padding-top:36px;}.raw-padding-top-40{padding-top:40px;}.raw-padding-top-44{padding-top:44px;}.raw-padding-top-48{padding-top:48px;}.raw-padding-top-52{padding-top:52px;}.raw-padding-top-56{padding-top:56px;}.raw-padding-top-60{padding-top:60px;}.raw-padding-top-64{padding-top:64px;}.raw-padding-top-68{padding-top:68px;}.raw-padding-top-72{padding-top:72px;}.raw-padding-top-76{padding-top:76px;}.raw-padding-top-80{padding-top:80px;}.raw-padding-top-84{padding-top:84px;}.raw-padding-top-88{padding-top:88px;}.raw-padding-top-92{padding-top:92px;}.raw-padding-top-96{padding-top:96px;}.raw-padding-top-100{padding-top:100px;}.raw-padding-top-104{padding-top:104px;}.raw-padding-top-108{padding-top:108px;}.raw-padding-top-112{padding-top:112px;}.raw-padding-top-116{padding-top:116px;}.raw-padding-top-120{padding-top:120px;}.raw-padding-top-124{padding-top:124px;}.raw-padding-top-128{padding-top:128px;}.raw-padding-top-132{padding-top:132px;}.raw-padding-top-136{padding-top:136px;}.raw-padding-top-140{padding-top:140px;}.raw-padding-top-144{padding-top:144px;}.raw-padding-top-148{padding-top:148px;}.raw-padding-top-152{padding-top:152px;}.raw-padding-top-156{padding-top:156px;}.raw-padding-top-160{padding-top:160px;}.raw-padding-top-164{padding-top:164px;}.raw-padding-top-168{padding-top:168px;}.raw-padding-top-172{padding-top:172px;}.raw-padding-top-176{padding-top:176px;}.raw-padding-top-180{padding-top:180px;}.raw-padding-top-184{padding-top:184px;}.raw-padding-top-188{padding-top:188px;}.raw-padding-top-192{padding-top:192px;}.raw-padding-top-196{padding-top:196px;}.raw-padding-top-200{padding-top:200px;}.raw-padding-top-204{padding-top:204px;}.raw-padding-top-208{padding-top:208px;}.raw-padding-top-212{padding-top:212px;}.raw-padding-top-216{padding-top:216px;}.raw-padding-top-220{padding-top:220px;}.raw-padding-top-224{padding-top:224px;}.raw-padding-top-228{padding-top:228px;}.raw-padding-top-232{padding-top:232px;}.raw-padding-top-236{padding-top:236px;}.raw-padding-top-240{padding-top:240px;}.raw-padding-top-244{padding-top:244px;}.raw-padding-top-248{padding-top:248px;}.raw-padding-top-252{padding-top:252px;}.raw-padding-top-256{padding-top:256px;}.raw-padding-top-260{padding-top:260px;}.raw-padding-top-264{padding-top:264px;}.raw-padding-top-268{padding-top:268px;}.raw-padding-top-272{padding-top:272px;}.raw-padding-top-276{padding-top:276px;}.raw-padding-top-280{padding-top:280px;}.raw-padding-top-284{padding-top:284px;}.raw-padding-top-288{padding-top:288px;}.raw-padding-top-292{padding-top:292px;}.raw-padding-top-296{padding-top:296px;}.raw-padding-top-300{padding-top:300px;}.raw-padding-top-304{padding-top:304px;}.raw-padding-top-308{padding-top:308px;}.raw-padding-top-312{padding-top:312px;}.raw-padding-top-316{padding-top:316px;}.raw-padding-top-320{padding-top:320px;}.raw-padding-top-324{padding-top:324px;}.raw-padding-top-328{padding-top:328px;}.raw-padding-top-332{padding-top:332px;}.raw-padding-top-336{padding-top:336px;}.raw-padding-top-340{padding-top:340px;}.raw-padding-top-344{padding-top:344px;}.raw-padding-top-348{padding-top:348px;}.raw-padding-top-352{padding-top:352px;}.raw-padding-top-356{padding-top:356px;}.raw-padding-top-360{padding-top:360px;}.raw-padding-top-364{padding-top:364px;}.raw-padding-top-368{padding-top:368px;}.raw-padding-top-372{padding-top:372px;}.raw-padding-top-376{padding-top:376px;}.raw-padding-top-380{padding-top:380px;}.raw-padding-top-384{padding-top:384px;}.raw-padding-top-388{padding-top:388px;}.raw-padding-top-392{padding-top:392px;}.raw-padding-top-396{padding-top:396px;}.raw-padding-top-400{padding-top:400px;}.raw-padding-left-4{padding-left:4px;}.raw-padding-left-8{padding-left:8px;}.raw-padding-left-12{padding-left:12px;}.raw-padding-left-16{padding-left:16px;}.raw-padding-left-20{padding-left:20px;}.raw-padding-left-24{padding-left:24px;}.raw-padding-left-28{padding-left:28px;}.raw-padding-left-32{padding-left:32px;}.raw-padding-left-36{padding-left:36px;}.raw-padding-left-40{padding-left:40px;}.raw-padding-left-44{padding-left:44px;}.raw-padding-left-48{padding-left:48px;}.raw-padding-left-52{padding-left:52px;}.raw-padding-left-56{padding-left:56px;}.raw-padding-left-60{padding-left:60px;}.raw-padding-left-64{padding-left:64px;}.raw-padding-left-68{padding-left:68px;}.raw-padding-left-72{padding-left:72px;}.raw-padding-left-76{padding-left:76px;}.raw-padding-left-80{padding-left:80px;}.raw-padding-left-84{padding-left:84px;}.raw-padding-left-88{padding-left:88px;}.raw-padding-left-92{padding-left:92px;}.raw-padding-left-96{padding-left:96px;}.raw-padding-left-100{padding-left:100px;}.raw-padding-left-104{padding-left:104px;}.raw-padding-left-108{padding-left:108px;}.raw-padding-left-112{padding-left:112px;}.raw-padding-left-116{padding-left:116px;}.raw-padding-left-120{padding-left:120px;}.raw-padding-left-124{padding-left:124px;}.raw-padding-left-128{padding-left:128px;}.raw-padding-left-132{padding-left:132px;}.raw-padding-left-136{padding-left:136px;}.raw-padding-left-140{padding-left:140px;}.raw-padding-left-144{padding-left:144px;}.raw-padding-left-148{padding-left:148px;}.raw-padding-left-152{padding-left:152px;}.raw-padding-left-156{padding-left:156px;}.raw-padding-left-160{padding-left:160px;}.raw-padding-left-164{padding-left:164px;}.raw-padding-left-168{padding-left:168px;}.raw-padding-left-172{padding-left:172px;}.raw-padding-left-176{padding-left:176px;}.raw-padding-left-180{padding-left:180px;}.raw-padding-left-184{padding-left:184px;}.raw-padding-left-188{padding-left:188px;}.raw-padding-left-192{padding-left:192px;}.raw-padding-left-196{padding-left:196px;}.raw-padding-left-200{padding-left:200px;}.raw-padding-left-204{padding-left:204px;}.raw-padding-left-208{padding-left:208px;}.raw-padding-left-212{padding-left:212px;}.raw-padding-left-216{padding-left:216px;}.raw-padding-left-220{padding-left:220px;}.raw-padding-left-224{padding-left:224px;}.raw-padding-left-228{padding-left:228px;}.raw-padding-left-232{padding-left:232px;}.raw-padding-left-236{padding-left:236px;}.raw-padding-left-240{padding-left:240px;}.raw-padding-left-244{padding-left:244px;}.raw-padding-left-248{padding-left:248px;}.raw-padding-left-252{padding-left:252px;}.raw-padding-left-256{padding-left:256px;}.raw-padding-left-260{padding-left:260px;}.raw-padding-left-264{padding-left:264px;}.raw-padding-left-268{padding-left:268px;}.raw-padding-left-272{padding-left:272px;}.raw-padding-left-276{padding-left:276px;}.raw-padding-left-280{padding-left:280px;}.raw-padding-left-284{padding-left:284px;}.raw-padding-left-288{padding-left:288px;}.raw-padding-left-292{padding-left:292px;}.raw-padding-left-296{padding-left:296px;}.raw-padding-left-300{padding-left:300px;}.raw-padding-left-304{padding-left:304px;}.raw-padding-left-308{padding-left:308px;}.raw-padding-left-312{padding-left:312px;}.raw-padding-left-316{padding-left:316px;}.raw-padding-left-320{padding-left:320px;}.raw-padding-left-324{padding-left:324px;}.raw-padding-left-328{padding-left:328px;}.raw-padding-left-332{padding-left:332px;}.raw-padding-left-336{padding-left:336px;}.raw-padding-left-340{padding-left:340px;}.raw-padding-left-344{padding-left:344px;}.raw-padding-left-348{padding-left:348px;}.raw-padding-left-352{padding-left:352px;}.raw-padding-left-356{padding-left:356px;}.raw-padding-left-360{padding-left:360px;}.raw-padding-left-364{padding-left:364px;}.raw-padding-left-368{padding-left:368px;}.raw-padding-left-372{padding-left:372px;}.raw-padding-left-376{padding-left:376px;}.raw-padding-left-380{padding-left:380px;}.raw-padding-left-384{padding-left:384px;}.raw-padding-left-388{padding-left:388px;}.raw-padding-left-392{padding-left:392px;}.raw-padding-left-396{padding-left:396px;}.raw-padding-left-400{padding-left:400px;}.raw-padding-right-4{padding-right:4px;}.raw-padding-right-8{padding-right:8px;}.raw-padding-right-12{padding-right:12px;}.raw-padding-right-16{padding-right:16px;}.raw-padding-right-20{padding-right:20px;}.raw-padding-right-24{padding-right:24px;}.raw-padding-right-28{padding-right:28px;}.raw-padding-right-32{padding-right:32px;}.raw-padding-right-36{padding-right:36px;}.raw-padding-right-40{padding-right:40px;}.raw-padding-right-44{padding-right:44px;}.raw-padding-right-48{padding-right:48px;}.raw-padding-right-52{padding-right:52px;}.raw-padding-right-56{padding-right:56px;}.raw-padding-right-60{padding-right:60px;}.raw-padding-right-64{padding-right:64px;}.raw-padding-right-68{padding-right:68px;}.raw-padding-right-72{padding-right:72px;}.raw-padding-right-76{padding-right:76px;}.raw-padding-right-80{padding-right:80px;}.raw-padding-right-84{padding-right:84px;}.raw-padding-right-88{padding-right:88px;}.raw-padding-right-92{padding-right:92px;}.raw-padding-right-96{padding-right:96px;}.raw-padding-right-100{padding-right:100px;}.raw-padding-right-104{padding-right:104px;}.raw-padding-right-108{padding-right:108px;}.raw-padding-right-112{padding-right:112px;}.raw-padding-right-116{padding-right:116px;}.raw-padding-right-120{padding-right:120px;}.raw-padding-right-124{padding-right:124px;}.raw-padding-right-128{padding-right:128px;}.raw-padding-right-132{padding-right:132px;}.raw-padding-right-136{padding-right:136px;}.raw-padding-right-140{padding-right:140px;}.raw-padding-right-144{padding-right:144px;}.raw-padding-right-148{padding-right:148px;}.raw-padding-right-152{padding-right:152px;}.raw-padding-right-156{padding-right:156px;}.raw-padding-right-160{padding-right:160px;}.raw-padding-right-164{padding-right:164px;}.raw-padding-right-168{padding-right:168px;}.raw-padding-right-172{padding-right:172px;}.raw-padding-right-176{padding-right:176px;}.raw-padding-right-180{padding-right:180px;}.raw-padding-right-184{padding-right:184px;}.raw-padding-right-188{padding-right:188px;}.raw-padding-right-192{padding-right:192px;}.raw-padding-right-196{padding-right:196px;}.raw-padding-right-200{padding-right:200px;}.raw-padding-right-204{padding-right:204px;}.raw-padding-right-208{padding-right:208px;}.raw-padding-right-212{padding-right:212px;}.raw-padding-right-216{padding-right:216px;}.raw-padding-right-220{padding-right:220px;}.raw-padding-right-224{padding-right:224px;}.raw-padding-right-228{padding-right:228px;}.raw-padding-right-232{padding-right:232px;}.raw-padding-right-236{padding-right:236px;}.raw-padding-right-240{padding-right:240px;}.raw-padding-right-244{padding-right:244px;}.raw-padding-right-248{padding-right:248px;}.raw-padding-right-252{padding-right:252px;}.raw-padding-right-256{padding-right:256px;}.raw-padding-right-260{padding-right:260px;}.raw-padding-right-264{padding-right:264px;}.raw-padding-right-268{padding-right:268px;}.raw-padding-right-272{padding-right:272px;}.raw-padding-right-276{padding-right:276px;}.raw-padding-right-280{padding-right:280px;}.raw-padding-right-284{padding-right:284px;}.raw-padding-right-288{padding-right:288px;}.raw-padding-right-292{padding-right:292px;}.raw-padding-right-296{padding-right:296px;}.raw-padding-right-300{padding-right:300px;}.raw-padding-right-304{padding-right:304px;}.raw-padding-right-308{padding-right:308px;}.raw-padding-right-312{padding-right:312px;}.raw-padding-right-316{padding-right:316px;}.raw-padding-right-320{padding-right:320px;}.raw-padding-right-324{padding-right:324px;}.raw-padding-right-328{padding-right:328px;}.raw-padding-right-332{padding-right:332px;}.raw-padding-right-336{padding-right:336px;}.raw-padding-right-340{padding-right:340px;}.raw-padding-right-344{padding-right:344px;}.raw-padding-right-348{padding-right:348px;}.raw-padding-right-352{padding-right:352px;}.raw-padding-right-356{padding-right:356px;}.raw-padding-right-360{padding-right:360px;}.raw-padding-right-364{padding-right:364px;}.raw-padding-right-368{padding-right:368px;}.raw-padding-right-372{padding-right:372px;}.raw-padding-right-376{padding-right:376px;}.raw-padding-right-380{padding-right:380px;}.raw-padding-right-384{padding-right:384px;}.raw-padding-right-388{padding-right:388px;}.raw-padding-right-392{padding-right:392px;}.raw-padding-right-396{padding-right:396px;}.raw-padding-right-400{padding-right:400px;}.raw-padding-bottom-4{padding-bottom:4px;}.raw-padding-bottom-8{padding-bottom:8px;}.raw-padding-bottom-12{padding-bottom:12px;}.raw-padding-bottom-16{padding-bottom:16px;}.raw-padding-bottom-20{padding-bottom:20px;}.raw-padding-bottom-24{padding-bottom:24px;}.raw-padding-bottom-28{padding-bottom:28px;}.raw-padding-bottom-32{padding-bottom:32px;}.raw-padding-bottom-36{padding-bottom:36px;}.raw-padding-bottom-40{padding-bottom:40px;}.raw-padding-bottom-44{padding-bottom:44px;}.raw-padding-bottom-48{padding-bottom:48px;}.raw-padding-bottom-52{padding-bottom:52px;}.raw-padding-bottom-56{padding-bottom:56px;}.raw-padding-bottom-60{padding-bottom:60px;}.raw-padding-bottom-64{padding-bottom:64px;}.raw-padding-bottom-68{padding-bottom:68px;}.raw-padding-bottom-72{padding-bottom:72px;}.raw-padding-bottom-76{padding-bottom:76px;}.raw-padding-bottom-80{padding-bottom:80px;}.raw-padding-bottom-84{padding-bottom:84px;}.raw-padding-bottom-88{padding-bottom:88px;}.raw-padding-bottom-92{padding-bottom:92px;}.raw-padding-bottom-96{padding-bottom:96px;}.raw-padding-bottom-100{padding-bottom:100px;}.raw-padding-bottom-104{padding-bottom:104px;}.raw-padding-bottom-108{padding-bottom:108px;}.raw-padding-bottom-112{padding-bottom:112px;}.raw-padding-bottom-116{padding-bottom:116px;}.raw-padding-bottom-120{padding-bottom:120px;}.raw-padding-bottom-124{padding-bottom:124px;}.raw-padding-bottom-128{padding-bottom:128px;}.raw-padding-bottom-132{padding-bottom:132px;}.raw-padding-bottom-136{padding-bottom:136px;}.raw-padding-bottom-140{padding-bottom:140px;}.raw-padding-bottom-144{padding-bottom:144px;}.raw-padding-bottom-148{padding-bottom:148px;}.raw-padding-bottom-152{padding-bottom:152px;}.raw-padding-bottom-156{padding-bottom:156px;}.raw-padding-bottom-160{padding-bottom:160px;}.raw-padding-bottom-164{padding-bottom:164px;}.raw-padding-bottom-168{padding-bottom:168px;}.raw-padding-bottom-172{padding-bottom:172px;}.raw-padding-bottom-176{padding-bottom:176px;}.raw-padding-bottom-180{padding-bottom:180px;}.raw-padding-bottom-184{padding-bottom:184px;}.raw-padding-bottom-188{padding-bottom:188px;}.raw-padding-bottom-192{padding-bottom:192px;}.raw-padding-bottom-196{padding-bottom:196px;}.raw-padding-bottom-200{padding-bottom:200px;}.raw-padding-bottom-204{padding-bottom:204px;}.raw-padding-bottom-208{padding-bottom:208px;}.raw-padding-bottom-212{padding-bottom:212px;}.raw-padding-bottom-216{padding-bottom:216px;}.raw-padding-bottom-220{padding-bottom:220px;}.raw-padding-bottom-224{padding-bottom:224px;}.raw-padding-bottom-228{padding-bottom:228px;}.raw-padding-bottom-232{padding-bottom:232px;}.raw-padding-bottom-236{padding-bottom:236px;}.raw-padding-bottom-240{padding-bottom:240px;}.raw-padding-bottom-244{padding-bottom:244px;}.raw-padding-bottom-248{padding-bottom:248px;}.raw-padding-bottom-252{padding-bottom:252px;}.raw-padding-bottom-256{padding-bottom:256px;}.raw-padding-bottom-260{padding-bottom:260px;}.raw-padding-bottom-264{padding-bottom:264px;}.raw-padding-bottom-268{padding-bottom:268px;}.raw-padding-bottom-272{padding-bottom:272px;}.raw-padding-bottom-276{padding-bottom:276px;}.raw-padding-bottom-280{padding-bottom:280px;}.raw-padding-bottom-284{padding-bottom:284px;}.raw-padding-bottom-288{padding-bottom:288px;}.raw-padding-bottom-292{padding-bottom:292px;}.raw-padding-bottom-296{padding-bottom:296px;}.raw-padding-bottom-300{padding-bottom:300px;}.raw-padding-bottom-304{padding-bottom:304px;}.raw-padding-bottom-308{padding-bottom:308px;}.raw-padding-bottom-312{padding-bottom:312px;}.raw-padding-bottom-316{padding-bottom:316px;}.raw-padding-bottom-320{padding-bottom:320px;}.raw-padding-bottom-324{padding-bottom:324px;}.raw-padding-bottom-328{padding-bottom:328px;}.raw-padding-bottom-332{padding-bottom:332px;}.raw-padding-bottom-336{padding-bottom:336px;}.raw-padding-bottom-340{padding-bottom:340px;}.raw-padding-bottom-344{padding-bottom:344px;}.raw-padding-bottom-348{padding-bottom:348px;}.raw-padding-bottom-352{padding-bottom:352px;}.raw-padding-bottom-356{padding-bottom:356px;}.raw-padding-bottom-360{padding-bottom:360px;}.raw-padding-bottom-364{padding-bottom:364px;}.raw-padding-bottom-368{padding-bottom:368px;}.raw-padding-bottom-372{padding-bottom:372px;}.raw-padding-bottom-376{padding-bottom:376px;}.raw-padding-bottom-380{padding-bottom:380px;}.raw-padding-bottom-384{padding-bottom:384px;}.raw-padding-bottom-388{padding-bottom:388px;}.raw-padding-bottom-392{padding-bottom:392px;}.raw-padding-bottom-396{padding-bottom:396px;}.raw-padding-bottom-400{padding-bottom:400px;}.raw-padding-4{padding:4px;}.raw-padding-8{padding:8px;}.raw-padding-12{padding:12px;}.raw-padding-16{padding:16px;}.raw-padding-20{padding:20px;}.raw-padding-24{padding:24px;}.raw-padding-28{padding:28px;}.raw-padding-32{padding:32px;}.raw-padding-36{padding:36px;}.raw-padding-40{padding:40px;}.raw-padding-44{padding:44px;}.raw-padding-48{padding:48px;}.raw-padding-52{padding:52px;}.raw-padding-56{padding:56px;}.raw-padding-60{padding:60px;}.raw-padding-64{padding:64px;}.raw-padding-68{padding:68px;}.raw-padding-72{padding:72px;}.raw-padding-76{padding:76px;}.raw-padding-80{padding:80px;}.raw-padding-84{padding:84px;}.raw-padding-88{padding:88px;}.raw-padding-92{padding:92px;}.raw-padding-96{padding:96px;}.raw-padding-100{padding:100px;}.raw-padding-104{padding:104px;}.raw-padding-108{padding:108px;}.raw-padding-112{padding:112px;}.raw-padding-116{padding:116px;}.raw-padding-120{padding:120px;}.raw-padding-124{padding:124px;}.raw-padding-128{padding:128px;}.raw-padding-132{padding:132px;}.raw-padding-136{padding:136px;}.raw-padding-140{padding:140px;}.raw-padding-144{padding:144px;}.raw-padding-148{padding:148px;}.raw-padding-152{padding:152px;}.raw-padding-156{padding:156px;}.raw-padding-160{padding:160px;}.raw-padding-164{padding:164px;}.raw-padding-168{padding:168px;}.raw-padding-172{padding:172px;}.raw-padding-176{padding:176px;}.raw-padding-180{padding:180px;}.raw-padding-184{padding:184px;}.raw-padding-188{padding:188px;}.raw-padding-192{padding:192px;}.raw-padding-196{padding:196px;}.raw-padding-200{padding:200px;}.raw-padding-204{padding:204px;}.raw-padding-208{padding:208px;}.raw-padding-212{padding:212px;}.raw-padding-216{padding:216px;}.raw-padding-220{padding:220px;}.raw-padding-224{padding:224px;}.raw-padding-228{padding:228px;}.raw-padding-232{padding:232px;}.raw-padding-236{padding:236px;}.raw-padding-240{padding:240px;}.raw-padding-244{padding:244px;}.raw-padding-248{padding:248px;}.raw-padding-252{padding:252px;}.raw-padding-256{padding:256px;}.raw-padding-260{padding:260px;}.raw-padding-264{padding:264px;}.raw-padding-268{padding:268px;}.raw-padding-272{padding:272px;}.raw-padding-276{padding:276px;}.raw-padding-280{padding:280px;}.raw-padding-284{padding:284px;}.raw-padding-288{padding:288px;}.raw-padding-292{padding:292px;}.raw-padding-296{padding:296px;}.raw-padding-300{padding:300px;}.raw-padding-304{padding:304px;}.raw-padding-308{padding:308px;}.raw-padding-312{padding:312px;}.raw-padding-316{padding:316px;}.raw-padding-320{padding:320px;}.raw-padding-324{padding:324px;}.raw-padding-328{padding:328px;}.raw-padding-332{padding:332px;}.raw-padding-336{padding:336px;}.raw-padding-340{padding:340px;}.raw-padding-344{padding:344px;}.raw-padding-348{padding:348px;}.raw-padding-352{padding:352px;}.raw-padding-356{padding:356px;}.raw-padding-360{padding:360px;}.raw-padding-364{padding:364px;}.raw-padding-368{padding:368px;}.raw-padding-372{padding:372px;}.raw-padding-376{padding:376px;}.raw-padding-380{padding:380px;}.raw-padding-384{padding:384px;}.raw-padding-388{padding:388px;}.raw-padding-392{padding:392px;}.raw-padding-396{padding:396px;}.raw-padding-400{padding:400px;}.raw-padding-auto{margin:0 auto;}.raw-padding-top-0{padding-top:0;}.raw-padding-top-5{padding-top:5px;}.raw-padding-top-10{padding-top:10px;}.raw-padding-top-15{padding-top:15px;}.raw-padding-top-20{padding-top:20px;}.raw-padding-top-25{padding-top:25px;}.raw-padding-top-30{padding-top:30px;}.raw-padding-top-35{padding-top:35px;}.raw-padding-top-40{padding-top:40px;}.raw-padding-top-45{padding-top:45px;}.raw-padding-top-50{padding-top:50px;}.raw-padding-top-55{padding-top:55px;}.raw-padding-top-60{padding-top:60px;}.raw-padding-top-65{padding-top:65px;}.raw-padding-top-70{padding-top:70px;}.raw-padding-top-75{padding-top:75px;}.raw-padding-top-80{padding-top:80px;}.raw-padding-top-85{padding-top:85px;}.raw-padding-top-90{padding-top:90px;}.raw-padding-top-95{padding-top:95px;}.raw-padding-top-100{padding-top:100px;}.raw-padding-top-105{padding-top:105px;}.raw-padding-top-110{padding-top:110px;}.raw-padding-top-115{padding-top:115px;}.raw-padding-top-120{padding-top:120px;}.raw-padding-top-125{padding-top:125px;}.raw-padding-top-130{padding-top:130px;}.raw-padding-top-135{padding-top:135px;}.raw-padding-top-140{padding-top:140px;}.raw-padding-top-145{padding-top:145px;}.raw-padding-top-150{padding-top:150px;}.raw-padding-top-155{padding-top:155px;}.raw-padding-top-160{padding-top:160px;}.raw-padding-top-165{padding-top:165px;}.raw-padding-top-170{padding-top:170px;}.raw-padding-top-175{padding-top:175px;}.raw-padding-top-180{padding-top:180px;}.raw-padding-top-185{padding-top:185px;}.raw-padding-top-190{padding-top:190px;}.raw-padding-top-195{padding-top:195px;}.raw-padding-top-200{padding-top:200px;}.raw-padding-right-0{padding-right:0;}.raw-padding-right-5{padding-right:5px;}.raw-padding-right-10{padding-right:10px;}.raw-padding-right-15{padding-right:15px;}.raw-padding-right-20{padding-right:20px;}.raw-padding-right-25{padding-right:25px;}.raw-padding-right-30{padding-right:30px;}.raw-padding-right-35{padding-right:35px;}.raw-padding-right-40{padding-right:40px;}.raw-padding-right-45{padding-right:45px;}.raw-padding-right-50{padding-right:50px;}.raw-padding-right-55{padding-right:55px;}.raw-padding-right-60{padding-right:60px;}.raw-padding-right-65{padding-right:65px;}.raw-padding-right-70{padding-right:70px;}.raw-padding-right-75{padding-right:75px;}.raw-padding-right-80{padding-right:80px;}.raw-padding-right-85{padding-right:85px;}.raw-padding-right-90{padding-right:90px;}.raw-padding-right-95{padding-right:95px;}.raw-padding-right-100{padding-right:100px;}.raw-padding-right-105{padding-right:105px;}.raw-padding-right-110{padding-right:110px;}.raw-padding-right-115{padding-right:115px;}.raw-padding-right-120{padding-right:120px;}.raw-padding-right-125{padding-right:125px;}.raw-padding-right-130{padding-right:130px;}.raw-padding-right-135{padding-right:135px;}.raw-padding-right-140{padding-right:140px;}.raw-padding-right-145{padding-right:145px;}.raw-padding-right-150{padding-right:150px;}.raw-padding-right-155{padding-right:155px;}.raw-padding-right-160{padding-right:160px;}.raw-padding-right-165{padding-right:165px;}.raw-padding-right-170{padding-right:170px;}.raw-padding-right-175{padding-right:175px;}.raw-padding-right-180{padding-right:180px;}.raw-padding-right-185{padding-right:185px;}.raw-padding-right-190{padding-right:190px;}.raw-padding-right-195{padding-right:195px;}.raw-padding-right-200{padding-right:200px;}.raw-padding-bottom-0{padding-bottom:0;}.raw-padding-bottom-5{padding-bottom:5px;}.raw-padding-bottom-10{padding-bottom:10px;}.raw-padding-bottom-15{padding-bottom:15px;}.raw-padding-bottom-20{padding-bottom:20px;}.raw-padding-bottom-25{padding-bottom:25px;}.raw-padding-bottom-30{padding-bottom:30px;}.raw-padding-bottom-35{padding-bottom:35px;}.raw-padding-bottom-40{padding-bottom:40px;}.raw-padding-bottom-45{padding-bottom:45px;}.raw-padding-bottom-50{padding-bottom:50px;}.raw-padding-bottom-55{padding-bottom:55px;}.raw-padding-bottom-60{padding-bottom:60px;}.raw-padding-bottom-65{padding-bottom:65px;}.raw-padding-bottom-70{padding-bottom:70px;}.raw-padding-bottom-75{padding-bottom:75px;}.raw-padding-bottom-80{padding-bottom:80px;}.raw-padding-bottom-85{padding-bottom:85px;}.raw-padding-bottom-90{padding-bottom:90px;}.raw-padding-bottom-95{padding-bottom:95px;}.raw-padding-bottom-100{padding-bottom:100px;}.raw-padding-bottom-105{padding-bottom:105px;}.raw-padding-bottom-110{padding-bottom:110px;}.raw-padding-bottom-115{padding-bottom:115px;}.raw-padding-bottom-120{padding-bottom:120px;}.raw-padding-bottom-125{padding-bottom:125px;}.raw-padding-bottom-130{padding-bottom:130px;}.raw-padding-bottom-135{padding-bottom:135px;}.raw-padding-bottom-140{padding-bottom:140px;}.raw-padding-bottom-145{padding-bottom:145px;}.raw-padding-bottom-150{padding-bottom:150px;}.raw-padding-bottom-155{padding-bottom:155px;}.raw-padding-bottom-160{padding-bottom:160px;}.raw-padding-bottom-165{padding-bottom:165px;}.raw-padding-bottom-170{padding-bottom:170px;}.raw-padding-bottom-175{padding-bottom:175px;}.raw-padding-bottom-180{padding-bottom:180px;}.raw-padding-bottom-185{padding-bottom:185px;}.raw-padding-bottom-190{padding-bottom:190px;}.raw-padding-bottom-195{padding-bottom:195px;}.raw-padding-bottom-200{padding-bottom:200px;}.raw-padding-left-0{padding-left:0;}.raw-padding-left-5{padding-left:5px;}.raw-padding-left-10{padding-left:10px;}.raw-padding-left-15{padding-left:15px;}.raw-padding-left-20{padding-left:20px;}.raw-padding-left-25{padding-left:25px;}.raw-padding-left-30{padding-left:30px;}.raw-padding-left-35{padding-left:35px;}.raw-padding-left-40{padding-left:40px;}.raw-padding-left-45{padding-left:45px;}.raw-padding-left-50{padding-left:50px;}.raw-padding-left-55{padding-left:55px;}.raw-padding-left-60{padding-left:60px;}.raw-padding-left-65{padding-left:65px;}.raw-padding-left-70{padding-left:70px;}.raw-padding-left-75{padding-left:75px;}.raw-padding-left-80{padding-left:80px;}.raw-padding-left-85{padding-left:85px;}.raw-padding-left-90{padding-left:90px;}.raw-padding-left-95{padding-left:95px;}.raw-padding-left-100{padding-left:100px;}.raw-padding-left-105{padding-left:105px;}.raw-padding-left-110{padding-left:110px;}.raw-padding-left-115{padding-left:115px;}.raw-padding-left-120{padding-left:120px;}.raw-padding-left-125{padding-left:125px;}.raw-padding-left-130{padding-left:130px;}.raw-padding-left-135{padding-left:135px;}.raw-padding-left-140{padding-left:140px;}.raw-padding-left-145{padding-left:145px;}.raw-padding-left-150{padding-left:150px;}.raw-padding-left-155{padding-left:155px;}.raw-padding-left-160{padding-left:160px;}.raw-padding-left-165{padding-left:165px;}.raw-padding-left-170{padding-left:170px;}.raw-padding-left-175{padding-left:175px;}.raw-padding-left-180{padding-left:180px;}.raw-padding-left-185{padding-left:185px;}.raw-padding-left-190{padding-left:190px;}.raw-padding-left-195{padding-left:195px;}.raw-padding-left-200{padding-left:200px;}.raw-padding-0{padding:0;}.raw-padding-5{padding:5px;}.raw-padding-10{padding:10px;}.raw-padding-15{padding:15px;}.raw-padding-20{padding:20px;}.raw-padding-25{padding:25px;}.raw-padding-30{padding:30px;}.raw-padding-35{padding:35px;}.raw-padding-40{padding:40px;}.raw-padding-45{padding:45px;}.raw-padding-50{padding:50px;}.raw-padding-55{padding:55px;}.raw-padding-60{padding:60px;}.raw-padding-65{padding:65px;}.raw-padding-70{padding:70px;}.raw-padding-75{padding:75px;}.raw-padding-80{padding:80px;}.raw-padding-85{padding:85px;}.raw-padding-90{padding:90px;}.raw-padding-95{padding:95px;}.raw-padding-100{padding:100px;}.raw-padding-105{padding:105px;}.raw-padding-110{padding:110px;}.raw-padding-115{padding:115px;}.raw-padding-120{padding:120px;}.raw-padding-125{padding:125px;}.raw-padding-130{padding:130px;}.raw-padding-135{padding:135px;}.raw-padding-140{padding:140px;}.raw-padding-145{padding:145px;}.raw-padding-150{padding:150px;}.raw-padding-155{padding:155px;}.raw-padding-160{padding:160px;}.raw-padding-165{padding:165px;}.raw-padding-170{padding:170px;}.raw-padding-175{padding:175px;}.raw-padding-180{padding:180px;}.raw-padding-185{padding:185px;}.raw-padding-190{padding:190px;}.raw-padding-195{padding:195px;}.raw-padding-200{padding:200px;}.raw-left{float:left;}.raw-right{float:right;}.raw-none{float:none;}.raw-pos-relative{position:relative;}.raw-pos-absolute{position:absolute;}.raw1{width:1%;}.raw2{width:2%;}.raw3{width:3%;}.raw4{width:4%;}.raw5{width:5%;}.raw6{width:6%;}.raw7{width:7%;}.raw8{width:8%;}.raw9{width:9%;}.raw10{width:10%;}.raw11{width:11%;}.raw12{width:12%;}.raw13{width:13%;}.raw14{width:14%;}.raw15{width:15%;}.raw16{width:16%;}.raw17{width:17%;}.raw18{width:18%;}.raw19{width:19%;}.raw20{width:20%;}.raw21{width:21%;}.raw22{width:22%;}.raw23{width:23%;}.raw24{width:24%;}.raw25{width:25%;}.raw26{width:26%;}.raw27{width:27%;}.raw28{width:28%;}.raw29{width:29%;}.raw30{width:30%;}.raw31{width:31%;}.raw32{width:32%;}.raw33{width:33%;}.raw34{width:34%;}.raw35{width:35%;}.raw36{width:36%;}.raw37{width:37%;}.raw38{width:38%;}.raw39{width:39%;}.raw40{width:40%;}.raw41{width:41%;}.raw42{width:42%;}.raw43{width:43%;}.raw44{width:44%;}.raw45{width:45%;}.raw46{width:46%;}.raw47{width:47%;}.raw48{width:48%;}.raw49{width:49%;}.raw50{width:50%;}.raw51{width:51%;}.raw52{width:52%;}.raw53{width:53%;}.raw54{width:54%;}.raw55{width:55%;}.raw56{width:56%;}.raw57{width:57%;}.raw58{width:58%;}.raw59{width:59%;}.raw60{width:60%;}.raw61{width:61%;}.raw62{width:62%;}.raw63{width:63%;}.raw64{width:64%;}.raw65{width:65%;}.raw66{width:66%;}.raw67{width:67%;}.raw68{width:68%;}.raw69{width:69%;}.raw70{width:70%;}.raw71{width:71%;}.raw72{width:72%;}.raw73{width:73%;}.raw74{width:74%;}.raw75{width:75%;}.raw76{width:76%;}.raw77{width:77%;}.raw78{width:78%;}.raw79{width:79%;}.raw80{width:80%;}.raw81{width:81%;}.raw82{width:82%;}.raw83{width:83%;}.raw84{width:84%;}.raw85{width:85%;}.raw86{width:86%;}.raw87{width:87%;}.raw88{width:88%;}.raw89{width:89%;}.raw90{width:90%;}.raw91{width:91%;}.raw92{width:92%;}.raw93{width:93%;}.raw94{width:94%;}.raw95{width:95%;}.raw96{width:96%;}.raw97{width:97%;}.raw98{width:98%;}.raw99{width:99%;}.raw100{width:100%;}

div.fancy-select {
	position: relative;
	display:inline-block;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 14px;
	color: #666;
}

div.fancy-select.disabled {
	opacity: 0.5;
}

div.fancy-select div.trigger {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 13px 30px 13px 8px;
	background: none;
	color: #666;
	width: 90px;
	height:50px;
	border:2px solid #ccc;
	transition: all 240ms ease-out;
	-webkit-transition: all 240ms ease-out;
}

div.fancy-select div.trigger:after {
	content: "\f107";
	position: absolute;
	top: 14px;
	right: 0;
	display: block;
	width:30px;
	height:20px;
	font-family:FontAwesome;
	text-align:center;
	line-height:20px;
	font-size:13px;
	color:#999;
	border-left:1px dashed #999;
}
div.fancy-select div.trigger.open:after {
	color:#333;
	border-color:#333;
}

div.fancy-select div.trigger.open {
	border: 2px solid #333;
	color: #333;
}


div.fancy-select ul.options {
	overflow: auto;
	visibility: hidden;
	position: absolute;
	z-index: 50;
	top: 40px;
	left: 0;
	margin: 5px 0 0;
	opacity: 0;
	max-height: 300px;
	background: #333;
	min-width: 150px;
	transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.open {
	visibility: visible;
	top: 100%;
	opacity: 1;

	/* have to use a non-visibility transition to prevent this iOS issue (bug?): */
	/*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
	transition: opacity 300ms ease-out, top 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, top 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, top 300ms ease-out;
	-o-transition: opacity 300ms ease-out, top 300ms ease-out;
}

div.fancy-select ul.options.overflowing {
	top: auto;
	bottom: 40px;

	transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.overflowing.open {
	top: auto;
	bottom: 50px;

	transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
}

div.fancy-select ul.options li {
	padding: 8px 12px;
	color: #fff;
	cursor: pointer;
	white-space: nowrap;

	transition: all 150ms ease-out;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
}

div.fancy-select ul.options li.selected {background-color:#242424;}

div.fancy-select ul.options li.hover {
	color: #333;
	background-color:#fff;
}

/* Shop Sorting */
.product_sort .fancy-select {
	position:relative;
	vertical-align:top;
	text-transform:none;
	font-weight:300;
	text-align:left;
	font-weight:300;
	font-size:14px;
	color:#666;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.product_sort div.fancy-select ul.options li.selected {
	background:#fff;
	color:#333;
}
.product_sort div.fancy-select div.trigger:after {display:none;}
.product_sort div.fancy-select div.trigger {
	padding:0;
	height:20px;
	text-transform:none;
	font-weight:300;
	font-size:14px;
	color:#666;
	border:0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.product_sort div.fancy-select div.trigger:hover {color:#333;}
.product_sort .fancy-select:before {
	content: "\f107";
	position:absolute;
	z-index:3;
	right:0;
	top:3px;
	width:15px;
	height:16px;
	font-family:FontAwesome;
	font-weight:900;
	text-align:center;
	line-height:15px;
	font-size:12px;
	color:#333;
	border:1px solid #ccc;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.product_sort .fancy-select:hover:before {border-color:#333;}

.product_sort div.fancy-select ul.options {
	
}



























/*!
 * Bootstrap-select v1.13.18 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */

@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
       -o-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
          animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0';
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/*# sourceMappingURL=bootstrap-select.css.map */
.animated {
opacity: 0;

-webkit-animation-duration: 1s;
   -moz-animation-duration: 1s;
     -o-animation-duration: 1s;
        animation-duration: 1s;

-webkit-animation-fill-mode: both;
   -moz-animation-fill-mode: both;
     -o-animation-fill-mode: both;
        animation-fill-mode: both;

}

.animated.hinge {
-webkit-animation-duration: 5s;
   -moz-animation-duration: 5s;
     -o-animation-duration: 5s;
        animation-duration: 5s;
}

/*===================================================================================*/
/*  pulse                                                                            */
/*===================================================================================*/

    @-webkit-keyframes pulse {
        0%   {-webkit-transform: scale(1);}
        50%  {-webkit-transform: scale(1.1);}
        100% {-webkit-transform: scale(1);}
    }
    @-moz-keyframes pulse {
        0%   {-moz-transform: scale(1);}
        50%  {-moz-transform: scale(1.1);}
        100% {-moz-transform: scale(1);}
    }
    @-o-keyframes pulse {
        0%   {-o-transform: scale(1);}
        50%  {-o-transform: scale(1.1);}
        100% {-o-transform: scale(1);}
    }
    @keyframes pulse {
        0%   { transform: scale(1);}
        50%  { transform: scale(1.1);}
        100% { transform: scale(1);}
    }

    .animated.pulse {
        opacity: 1;

        -webkit-animation-name: pulse;
           -moz-animation-name: pulse;
             -o-animation-name: pulse;
                animation-name: pulse;
    }



/*===================================================================================*/
/*  flipInX                                                                          */
/*===================================================================================*/

    @-webkit-keyframes flipInX {
        0% {
            -webkit-transform: perspective(400px) rotateX(90deg);
            opacity: 0;
        }

        40% {
            -webkit-transform: perspective(400px) rotateX(-10deg);
        }

        70% {
            -webkit-transform: perspective(400px) rotateX(10deg);
        }

        100% {
            -webkit-transform: perspective(400px) rotateX(0deg);
            opacity: 1;
        }
    }
    @-moz-keyframes flipInX {
        0% {
            -moz-transform: perspective(400px) rotateX(90deg);
            opacity: 0;
        }

        40% {
            -moz-transform: perspective(400px) rotateX(-10deg);
        }

        70% {
            -moz-transform: perspective(400px) rotateX(10deg);
        }

        100% {
            -moz-transform: perspective(400px) rotateX(0deg);
            opacity: 1;
        }
    }
    @-o-keyframes flipInX {
        0% {
            -o-transform: perspective(400px) rotateX(90deg);
            opacity: 0;
        }

        40% {
            -o-transform: perspective(400px) rotateX(-10deg);
        }

        70% {
            -o-transform: perspective(400px) rotateX(10deg);
        }

        100% {
            -o-transform: perspective(400px) rotateX(0deg);
            opacity: 1;
        }
    }
    @keyframes flipInX {
        0% {
            transform: perspective(400px) rotateX(90deg);
            opacity: 0;
        }

        40% {
            transform: perspective(400px) rotateX(-10deg);
        }

        70% {
            transform: perspective(400px) rotateX(10deg);
        }

        100% {
            transform: perspective(400px) rotateX(0deg);
            opacity: 1;
        }
    }

    .animated.flipInX {
        opacity: 1;

        -webkit-backface-visibility: visible !important;
           -moz-backface-visibility: visible !important;
             -o-backface-visibility: visible !important;
                backface-visibility: visible !important;

        -webkit-animation-name: flipInX;
           -moz-animation-name: flipInX;
             -o-animation-name: flipInX;
                animation-name: flipInX;
    }



/*===================================================================================*/
/*  fadeIn                                                                           */
/*===================================================================================*/

    @-webkit-keyframes fadeIn {
        0% {opacity: 0;}
        100% {opacity: 1;}
    }

    @-moz-keyframes fadeIn {
        0% {opacity: 0;}
        100% {opacity: 1;}
    }

    @-o-keyframes fadeIn {
        0% {opacity: 0;}
        100% {opacity: 1;}
    }

    @keyframes fadeIn {
        0% {opacity: 0;}
        100% {opacity: 1;}
    }

    .animated.fadeIn {
        opacity: 1;

        -webkit-animation-name: fadeIn;
           -moz-animation-name: fadeIn;
             -o-animation-name: fadeIn;
                animation-name: fadeIn;
    }



/*===================================================================================*/
/*  fadeInUp                                                                         */
/*===================================================================================*/

    @-webkit-keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translateY(20px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
    }

    @-moz-keyframes fadeInUp {
        0% {
            opacity: 0;
            -moz-transform: translateY(20px);
        }

        100% {
            opacity: 1;
            -moz-transform: translateY(0);
        }
    }

    @-o-keyframes fadeInUp {
        0% {
            opacity: 0;
            -o-transform: translateY(20px);
        }

        100% {
            opacity: 1;
            -o-transform: translateY(0);
        }
    }

    @keyframes fadeInUp {
        0% {
            opacity: 0;
            transform: translateY(20px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .animated.fadeInUp {
        opacity: 1;

        -webkit-animation-name: fadeInUp;
           -moz-animation-name: fadeInUp;
             -o-animation-name: fadeInUp;
                animation-name: fadeInUp;
    }



/*===================================================================================*/
/* fadeInDown                                                                        */
/*===================================================================================*/

    @-webkit-keyframes fadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-20px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
    }

    @-moz-keyframes fadeInDown {
        0% {
            opacity: 0;
            -moz-transform: translateY(-20px);
        }

        100% {
            opacity: 1;
            -moz-transform: translateY(0);
        }
    }

    @-o-keyframes fadeInDown {
        0% {
            opacity: 0;
            -o-transform: translateY(-20px);
        }

        100% {
            opacity: 1;
            -o-transform: translateY(0);
        }
    }

    @keyframes fadeInDown {
        0% {
            opacity: 0;
            transform: translateY(-20px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .animated.fadeInDown {
        opacity: 1;

        -webkit-animation-name: fadeInDown;
           -moz-animation-name: fadeInDown;
             -o-animation-name: fadeInDown;
                animation-name: fadeInDown;
    }



/*===================================================================================*/
/*  fadeInLeft                                                                       */
/*===================================================================================*/

    @-webkit-keyframes fadeInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-100px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
        }
    }

    @-moz-keyframes fadeInLeft {
        0% {
            opacity: 0;
            -moz-transform: translateX(-100px);
        }

        100% {
            opacity: 1;
            -moz-transform: translateX(0);
        }
    }

    @-o-keyframes fadeInLeft {
        0% {
            opacity: 0;
            -o-transform: translateX(-100px);
        }

        100% {
            opacity: 1;
            -o-transform: translateX(0);
        }
    }

    @keyframes fadeInLeft {
        0% {
            opacity: 0;
            transform: translateX(-100px);
        }

        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .animated.fadeInLeft {
        opacity: 1;

        -webkit-animation-name: fadeInLeft;
           -moz-animation-name: fadeInLeft;
             -o-animation-name: fadeInLeft;
                animation-name: fadeInLeft;
    }



/*===================================================================================*/
/*  fadeInRight                                                                      */
/*===================================================================================*/

    @-webkit-keyframes fadeInRight {
        0% {
            opacity: 0;
            -webkit-transform: translateX(100px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
        }
    }

    @-moz-keyframes fadeInRight {
        0% {
            opacity: 0;
            -moz-transform: translateX(100px);
        }

        100% {
            opacity: 1;
            -moz-transform: translateX(0);
        }
    }

    @-o-keyframes fadeInRight {
        0% {
            opacity: 0;
            -o-transform: translateX(100px);
        }

        100% {
            opacity: 1;
            -o-transform: translateX(0);
        }
    }

    @keyframes fadeInRight {
        0% {
            opacity: 0;
            transform: translateX(100px);
        }

        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .animated.fadeInRight {
        opacity: 1;

        -webkit-animation-name: fadeInRight;
           -moz-animation-name: fadeInRight;
             -o-animation-name: fadeInRight;
                animation-name: fadeInRight;
    }



/*===================================================================================*/
/*  fadeInUpBig                                                                      */
/*===================================================================================*/

    @-webkit-keyframes fadeInUpBig {
        0% {
            opacity: 0;
            -webkit-transform: translateY(2000px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
    }

    @-moz-keyframes fadeInUpBig {
        0% {
            opacity: 0;
            -moz-transform: translateY(2000px);
        }

        100% {
            opacity: 1;
            -moz-transform: translateY(0);
        }
    }

    @-o-keyframes fadeInUpBig {
        0% {
            opacity: 0;
            -o-transform: translateY(2000px);
        }

        100% {
            opacity: 1;
            -o-transform: translateY(0);
        }
    }

    @keyframes fadeInUpBig {
        0% {
            opacity: 0;
            transform: translateY(2000px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .animated.fadeInUpBig {
        opacity: 1;

        -webkit-animation-name: fadeInUpBig;
           -moz-animation-name: fadeInUpBig;
             -o-animation-name: fadeInUpBig;
                animation-name: fadeInUpBig;
    }



/*===================================================================================*/
/*  fadeInDownBig                                                                    */
/*===================================================================================*/

    @-webkit-keyframes fadeInDownBig {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-2000px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
    }

    @-moz-keyframes fadeInDownBig {
        0% {
            opacity: 0;
            -moz-transform: translateY(-2000px);
        }

        100% {
            opacity: 1;
            -moz-transform: translateY(0);
        }
    }

    @-o-keyframes fadeInDownBig {
        0% {
            opacity: 0;
            -o-transform: translateY(-2000px);
        }

        100% {
            opacity: 1;
            -o-transform: translateY(0);
        }
    }

    @keyframes fadeInDownBig {
        0% {
            opacity: 0;
            transform: translateY(-2000px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .animated.fadeInDownBig {
        opacity: 1;

        -webkit-animation-name: fadeInDownBig;
           -moz-animation-name: fadeInDownBig;
             -o-animation-name: fadeInDownBig;
                animation-name: fadeInDownBig;
    }



/*===================================================================================*/
/*  fadeInLeftBig                                                                    */
/*===================================================================================*/

    @-webkit-keyframes fadeInLeftBig {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-2000px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
        }
    }
    @-moz-keyframes fadeInLeftBig {
        0% {
            opacity: 0;
            -moz-transform: translateX(-2000px);
        }

        100% {
            opacity: 1;
            -moz-transform: translateX(0);
        }
    }
    @-o-keyframes fadeInLeftBig {
        0% {
            opacity: 0;
            -o-transform: translateX(-2000px);
        }

        100% {
            opacity: 1;
            -o-transform: translateX(0);
        }
    }
    @keyframes fadeInLeftBig {
        0% {
            opacity: 0;
            transform: translateX(-2000px);
        }

        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .animated.fadeInLeftBig {
        opacity: 1;

        -webkit-animation-name: fadeInLeftBig;
           -moz-animation-name: fadeInLeftBig;
             -o-animation-name: fadeInLeftBig;
                animation-name: fadeInLeftBig;
    }



/*===================================================================================*/
/*  fadeInRightBig                                                                   */
/*===================================================================================*/

    @-webkit-keyframes fadeInRightBig {
        0% {
            opacity: 0;
            -webkit-transform: translateX(2000px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
        }
    }

    @-moz-keyframes fadeInRightBig {
        0% {
            opacity: 0;
            -moz-transform: translateX(2000px);
        }

        100% {
            opacity: 1;
            -moz-transform: translateX(0);
        }
    }

    @-o-keyframes fadeInRightBig {
        0% {
            opacity: 0;
            -o-transform: translateX(2000px);
        }

        100% {
            opacity: 1;
            -o-transform: translateX(0);
        }
    }

    @keyframes fadeInRightBig {
        0% {
            opacity: 0;
            transform: translateX(2000px);
        }

        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .animated.fadeInRightBig {
        opacity: 1;

        -webkit-animation-name: fadeInRightBig;
           -moz-animation-name: fadeInRightBig;
             -o-animation-name: fadeInRightBig;
                animation-name: fadeInRightBig;
    }



/*===================================================================================*/
/*  bounceIn                                                                         */  
/*===================================================================================*/

    @-webkit-keyframes bounceIn {
        0% {
            opacity: 0;
            -webkit-transform: scale(.3);
        }

        50% {
            opacity: 1;
            -webkit-transform: scale(1.05);
        }

        70% {
            -webkit-transform: scale(.9);
        }

        100% {
            -webkit-transform: scale(1);
        }
    }

    @-moz-keyframes bounceIn {
        0% {
            opacity: 0;
            -moz-transform: scale(.3);
        }

        50% {
            opacity: 1;
            -moz-transform: scale(1.05);
        }

        70% {
            -moz-transform: scale(.9);
        }

        100% {
            -moz-transform: scale(1);
        }
    }

    @-o-keyframes bounceIn {
        0% {
            opacity: 0;
            -o-transform: scale(.3);
        }

        50% {
            opacity: 1;
            -o-transform: scale(1.05);
        }

        70% {
            -o-transform: scale(.9);
        }

        100% {
            -o-transform: scale(1);
        }
    }

    @keyframes bounceIn {
        0% {
            opacity: 0;
            transform: scale(.3);
        }

        50% {
            opacity: 1;
            transform: scale(1.05);
        }

        70% {
            transform: scale(.9);
        }

        100% {
            transform: scale(1);
        }
    }

    .animated.bounceIn {
        opacity: 1;

        -webkit-animation-name: bounceIn;
           -moz-animation-name: bounceIn;
             -o-animation-name: bounceIn;
                animation-name: bounceIn;
    }



/*===================================================================================*/
/*  bounceInUp                                                                       */
/*===================================================================================*/

    @-webkit-keyframes bounceInUp {
        0% {
            opacity: 0;
            -webkit-transform: translateY(2000px);
        }

        60% {
            opacity: 1;
            -webkit-transform: translateY(-30px);
        }

        80% {
            -webkit-transform: translateY(10px);
        }

        100% {
            -webkit-transform: translateY(0);
        }
    }
    @-moz-keyframes bounceInUp {
        0% {
            opacity: 0;
            -moz-transform: translateY(2000px);
        }

        60% {
            opacity: 1;
            -moz-transform: translateY(-30px);
        }

        80% {
            -moz-transform: translateY(10px);
        }

        100% {
            -moz-transform: translateY(0);
        }
    }

    @-o-keyframes bounceInUp {
        0% {
            opacity: 0;
            -o-transform: translateY(2000px);
        }

        60% {
            opacity: 1;
            -o-transform: translateY(-30px);
        }

        80% {
            -o-transform: translateY(10px);
        }

        100% {
            -o-transform: translateY(0);
        }
    }

    @-ms-keyframes bounceInUp {
        0% {
            opacity: 0;
            -ms-transform: translateY(2000px);
        }

        60% {
            opacity: 1;
            -ms-transform: translateY(-30px);
        }

        80% {
            -ms-transform: translateY(10px);
        }

        100% {
            -ms-transform: translateY(0);
        }
    }

    @keyframes bounceInUp {
        0% {
            opacity: 0;
            transform: translateY(2000px);
        }

        60% {
            opacity: 1;
            transform: translateY(-30px);
        }

        80% {
            transform: translateY(10px);
        }

        100% {
            transform: translateY(0);
        }
    }

    .animated.bounceInUp {
        opacity: 1;

        -webkit-animation-name: bounceInUp;
           -moz-animation-name: bounceInUp;
             -o-animation-name: bounceInUp;
                animation-name: bounceInUp;
    }



/*===================================================================================*/
/*  bounceInDown                                                                     */
/*===================================================================================*/

    @-webkit-keyframes bounceInDown {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-2000px);
        }

        60% {
            opacity: 1;
            -webkit-transform: translateY(30px);
        }

        80% {
            -webkit-transform: translateY(-10px);
        }

        100% {
            -webkit-transform: translateY(0);
        }
    }

    @-moz-keyframes bounceInDown {
        0% {
            opacity: 0;
            -moz-transform: translateY(-2000px);
        }

        60% {
            opacity: 1;
            -moz-transform: translateY(30px);
        }

        80% {
            -moz-transform: translateY(-10px);
        }

        100% {
            -moz-transform: translateY(0);
        }
    }

    @-o-keyframes bounceInDown {
        0% {
            opacity: 0;
            -o-transform: translateY(-2000px);
        }

        60% {
            opacity: 1;
            -o-transform: translateY(30px);
        }

        80% {
            -o-transform: translateY(-10px);
        }

        100% {
            -o-transform: translateY(0);
        }
    }

    @keyframes bounceInDown {
        0% {
            opacity: 0;
            transform: translateY(-2000px);
        }

        60% {
            opacity: 1;
            transform: translateY(30px);
        }

        80% {
            transform: translateY(-10px);
        }

        100% {
            transform: translateY(0);
        }
    }

    .animated.bounceInDown {
        opacity: 1;

        -webkit-animation-name: bounceInDown;
           -moz-animation-name: bounceInDown;
             -o-animation-name: bounceInDown;
                animation-name: bounceInDown;
    }



/*===================================================================================*/
/*  bounceInLeft                                                                     */
/*===================================================================================*/

    @-webkit-keyframes bounceInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-2000px);
        }

        60% {
            opacity: 1;
            -webkit-transform: translateX(30px);
        }

        80% {
            -webkit-transform: translateX(-10px);
        }

        100% {
            -webkit-transform: translateX(0);
        }
    }

    @-moz-keyframes bounceInLeft {
        0% {
            opacity: 0;
            -moz-transform: translateX(-2000px);
        }

        60% {
            opacity: 1;
            -moz-transform: translateX(30px);
        }

        80% {
            -moz-transform: translateX(-10px);
        }

        100% {
            -moz-transform: translateX(0);
        }
    }

    @-o-keyframes bounceInLeft {
        0% {
            opacity: 0;
            -o-transform: translateX(-2000px);
        }

        60% {
            opacity: 1;
            -o-transform: translateX(30px);
        }

        80% {
            -o-transform: translateX(-10px);
        }

        100% {
            -o-transform: translateX(0);
        }
    }

    @keyframes bounceInLeft {
        0% {
            opacity: 0;
            transform: translateX(-2000px);
        }

        60% {
            opacity: 1;
            transform: translateX(30px);
        }

        80% {
            transform: translateX(-10px);
        }

        100% {
            transform: translateX(0);
        }
    }

    .animated.bounceInLeft {
        opacity: 1;

        -webkit-animation-name: bounceInLeft;
           -moz-animation-name: bounceInLeft;
             -o-animation-name: bounceInLeft;
                animation-name: bounceInLeft;
    }



/*===================================================================================*/
/*  bounceInRight                                                                    */
/*===================================================================================*/

    @-webkit-keyframes bounceInRight {
        0% {
            opacity: 0;
            -webkit-transform: translateX(2000px);
        }

        60% {
            opacity: 1;
            -webkit-transform: translateX(-30px);
        }

        80% {
            -webkit-transform: translateX(10px);
        }

        100% {
            -webkit-transform: translateX(0);
        }
    }

    @-moz-keyframes bounceInRight {
        0% {
            opacity: 0;
            -moz-transform: translateX(2000px);
        }

        60% {
            opacity: 1;
            -moz-transform: translateX(-30px);
        }

        80% {
            -moz-transform: translateX(10px);
        }

        100% {
            -moz-transform: translateX(0);
        }
    }

    @-o-keyframes bounceInRight {
        0% {
            opacity: 0;
            -o-transform: translateX(2000px);
        }

        60% {
            opacity: 1;
            -o-transform: translateX(-30px);
        }

        80% {
            -o-transform: translateX(10px);
        }

        100% {
            -o-transform: translateX(0);
        }
    }

    @keyframes bounceInRight {
        0% {
            opacity: 0;
            transform: translateX(2000px);
        }

        60% {
            opacity: 1;
            transform: translateX(-30px);
        }

        80% {
            transform: translateX(10px);
        }

        100% {
            transform: translateX(0);
        }
    }

    .animated.bounceInRight {
        opacity: 1;

        -webkit-animation-name: bounceInRight;
           -moz-animation-name: bounceInRight;
             -o-animation-name: bounceInRight;
                animation-name: bounceInRight;
    }



/*===================================================================================*/
/* rotateInUpLeft                                                                    */
/*===================================================================================*/

    @-webkit-keyframes rotateInUpLeft {
        0% {
            -webkit-transform-origin: left bottom;
            -webkit-transform: rotate(90deg);
            opacity: 0;
        }

        100% {
            -webkit-transform-origin: left bottom;
            -webkit-transform: rotate(0);
            opacity: 1;
        }
    }

    @-moz-keyframes rotateInUpLeft {
        0% {
            -moz-transform-origin: left bottom;
            -moz-transform: rotate(90deg);
            opacity: 0;
        }

        100% {
            -moz-transform-origin: left bottom;
            -moz-transform: rotate(0);
            opacity: 1;
        }
    }

    @-o-keyframes rotateInUpLeft {
        0% {
            -o-transform-origin: left bottom;
            -o-transform: rotate(90deg);
            opacity: 0;
        }

        100% {
            -o-transform-origin: left bottom;
            -o-transform: rotate(0);
            opacity: 1;
        }
    }

    @keyframes rotateInUpLeft {
        0% {
            transform-origin: left bottom;
            transform: rotate(90deg);
            opacity: 0;
        }

        100% {
            transform-origin: left bottom;
            transform: rotate(0);
            opacity: 1;
        }
    }

    .animated.rotateInUpLeft {
        opacity: 1;

        -webkit-animation-name: rotateInUpLeft;
           -moz-animation-name: rotateInUpLeft;
             -o-animation-name: rotateInUpLeft;
                animation-name: rotateInUpLeft;
    }



/*===================================================================================*/
/*  rotateInDownLeft                                                                  */
/*===================================================================================*/

    @-webkit-keyframes rotateInDownLeft {
        0% {
            -webkit-transform-origin: left bottom;
            -webkit-transform: rotate(-90deg);
            opacity: 0;
        }

        100% {
            -webkit-transform-origin: left bottom;
            -webkit-transform: rotate(0);
            opacity: 1;
        }
    }

    @-moz-keyframes rotateInDownLeft {
        0% {
            -moz-transform-origin: left bottom;
            -moz-transform: rotate(-90deg);
            opacity: 0;
        }

        100% {
            -moz-transform-origin: left bottom;
            -moz-transform: rotate(0);
            opacity: 1;
        }
    }

    @-o-keyframes rotateInDownLeft {
        0% {
            -o-transform-origin: left bottom;
            -o-transform: rotate(-90deg);
            opacity: 0;
        }

        100% {
            -o-transform-origin: left bottom;
            -o-transform: rotate(0);
            opacity: 1;
        }
    }

    @keyframes rotateInDownLeft {
        0% {
            transform-origin: left bottom;
            transform: rotate(-90deg);
            opacity: 0;
        }

        100% {
            transform-origin: left bottom;
            transform: rotate(0);
            opacity: 1;
        }
    }

    .animated.rotateInDownLeft {
        opacity: 1;

        -webkit-animation-name: rotateInDownLeft;
           -moz-animation-name: rotateInDownLeft;
             -o-animation-name: rotateInDownLeft;
                animation-name: rotateInDownLeft;
    }



/*===================================================================================*/
/*  rotateInUpRight                                                                  */  
/*===================================================================================*/

    @-webkit-keyframes rotateInUpRight {
        0% {
            -webkit-transform-origin: right bottom;
            -webkit-transform: rotate(-90deg);
            opacity: 0;
        }

        100% {
            -webkit-transform-origin: right bottom;
            -webkit-transform: rotate(0);
            opacity: 1;
        }
    }

    @-moz-keyframes rotateInUpRight {
        0% {
            -moz-transform-origin: right bottom;
            -moz-transform: rotate(-90deg);
            opacity: 0;
        }

        100% {
            -moz-transform-origin: right bottom;
            -moz-transform: rotate(0);
            opacity: 1;
        }
    }

    @-o-keyframes rotateInUpRight {
        0% {
            -o-transform-origin: right bottom;
            -o-transform: rotate(-90deg);
            opacity: 0;
        }

        100% {
            -o-transform-origin: right bottom;
            -o-transform: rotate(0);
            opacity: 1;
        }
    }

    @keyframes rotateInUpRight {
        0% {
            transform-origin: right bottom;
            transform: rotate(-90deg);
            opacity: 0;
        }

        100% {
            transform-origin: right bottom;
            transform: rotate(0);
            opacity: 1;
        }
    }

    .animated.rotateInUpRight {
        opacity: 1;

        -webkit-animation-name: rotateInUpRight;
           -moz-animation-name: rotateInUpRight;
             -o-animation-name: rotateInUpRight;
                animation-name: rotateInUpRight;
    }



/*===================================================================================*/
/*  rotateInDownRight                                                                */
/*===================================================================================*/

    @-webkit-keyframes rotateInDownRight {
        0% {
            -webkit-transform-origin: right bottom;
            -webkit-transform: rotate(90deg);
            opacity: 0;
        }

        100% {
            -webkit-transform-origin: right bottom;
            -webkit-transform: rotate(0);
            opacity: 1;
        }
    }

    @-moz-keyframes rotateInDownRight {
        0% {
            -moz-transform-origin: right bottom;
            -moz-transform: rotate(90deg);
            opacity: 0;
        }

        100% {
            -moz-transform-origin: right bottom;
            -moz-transform: rotate(0);
            opacity: 1;
        }
    }

    @-o-keyframes rotateInDownRight {
        0% {
            -o-transform-origin: right bottom;
            -o-transform: rotate(90deg);
            opacity: 0;
        }

        100% {
            -o-transform-origin: right bottom;
            -o-transform: rotate(0);
            opacity: 1;
        }
    }

    @keyframes rotateInDownRight {
        0% {
            transform-origin: right bottom;
            transform: rotate(90deg);
            opacity: 0;
        }

        100% {
            transform-origin: right bottom;
            transform: rotate(0);
            opacity: 1;
        }
    }

    .animated.rotateInDownRight {
        opacity: 1;

        -webkit-animation-name: rotateInDownRight;
           -moz-animation-name: rotateInDownRight;
             -o-animation-name: rotateInDownRight;
                animation-name: rotateInDownRight;
    }



/*===================================================================================*/
/*  lightSpeedRight                                                                  */
/*===================================================================================*/

    @-webkit-keyframes lightSpeedRight {
        0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
        60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 1; }
        80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; }
        100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
    }

    @-moz-keyframes lightSpeedRight {
        0% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
        60% { -moz-transform: translateX(-20%) skewX(30deg); opacity: 1; }
        80% { -moz-transform: translateX(0%) skewX(-15deg); opacity: 1; }
        100% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
    }

    @-o-keyframes lightSpeedRight {
        0% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
        60% { -o-transform: translateX(-20%) skewX(30deg); opacity: 1; }
        80% { -o-transform: translateX(0%) skewX(-15deg); opacity: 1; }
        100% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
    }

    @keyframes lightSpeedRight {
        0% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
        60% { transform: translateX(-20%) skewX(30deg); opacity: 1; }
        80% { transform: translateX(0%) skewX(-15deg); opacity: 1; }
        100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
    }

    .animated.lightSpeedRight {
        opacity: 1;

        -webkit-animation-name: lightSpeedRight;
           -moz-animation-name: lightSpeedRight;
             -o-animation-name: lightSpeedRight;
                animation-name: lightSpeedRight;

        -webkit-animation-timing-function: ease-out;
           -moz-animation-timing-function: ease-out;
             -o-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }

    .animated.lightSpeedRight {
        opacity: 1;

        -webkit-animation-duration: 0.5s;
           -moz-animation-duration: 0.5s;
             -o-animation-duration: 0.5s;
                animation-duration: 0.5s;
    }



/*===================================================================================*/
/*  lightSpeedLeft                                                                  */
/*===================================================================================*/

    @-webkit-keyframes lightSpeedLeft {
        0% { -webkit-transform: translateX(-100%) skewX(-30deg); opacity: 0; }
        60% { -webkit-transform: translateX(20%) skewX(30deg); opacity: 1; }
        80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; }
        100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
    }

    @-moz-keyframes lightSpeedLeft {
        0% { -moz-transform: translateX(-100%) skewX(-30deg); opacity: 0; }
        60% { -moz-transform: translateX(20%) skewX(30deg); opacity: 1; }
        80% { -moz-transform: translateX(0%) skewX(-15deg); opacity: 1; }
        100% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
    }

    @-o-keyframes lightSpeedLeft {
        0% { -o-transform: translateX(-100%) skewX(-30deg); opacity: 0; }
        60% { -o-transform: translateX(20%) skewX(30deg); opacity: 1; }
        80% { -o-transform: translateX(0%) skewX(-15deg); opacity: 1; }
        100% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
    }

    @keyframes lightSpeedLeft {
        0% { transform: translateX(-100%) skewX(-30deg); opacity: 0; }
        60% { transform: translateX(20%) skewX(30deg); opacity: 1; }
        80% { transform: translateX(0%) skewX(-15deg); opacity: 1; }
        100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
    }

    .animated.lightSpeedLeft {
        opacity: 1;

        -webkit-animation-name: lightSpeedLeft;
           -moz-animation-name: lightSpeedLeft;
             -o-animation-name: lightSpeedLeft;
                animation-name: lightSpeedLeft;

        -webkit-animation-timing-function: ease-out;
           -moz-animation-timing-function: ease-out;
             -o-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }

    .animated.lightSpeedLeft {
        opacity: 1;

        -webkit-animation-duration: 0.5s;
           -moz-animation-duration: 0.5s;
             -o-animation-duration: 0.5s;
                animation-duration: 0.5s;
    }



/*===================================================================================*/
/*  rollin                                                                          */
/*===================================================================================*/

    @-webkit-keyframes rollIn {
        0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); }
        100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
    }

    @-moz-keyframes rollIn {
        0% { opacity: 0; -moz-transform: translateX(-100%) rotate(-120deg); }
        100% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); }
    }

    @-o-keyframes rollIn {
        0% { opacity: 0; -o-transform: translateX(-100%) rotate(-120deg); }
        100% { opacity: 1; -o-transform: translateX(0px) rotate(0deg); }
    }

    @keyframes rollIn {
        0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); }
        100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
    }

    .animated.rollIn {
        opacity: 1;

        -webkit-animation-name: rollIn;
           -moz-animation-name: rollIn;
             -o-animation-name: rollIn;
                animation-name: rollIn;
    }


.op0 {
    opacity: 0.01;
}

/* Remove lazy for mobile devices */
@media only screen and (max-width: 1024px) {
    .op0 {
        opacity: 1;
    }
}
/*-----------------------------------------------------------------------------------*/
/*	GENERAL STYLING
/*-----------------------------------------------------------------------------------*/
body {
	overflow-x:hidden;
	position:relative;
	margin: 0;
	padding:0;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.2px;
	color: #666;
	background-color:#2c2c2c;
}

iframe {
	width:100% !important;
	margin:0 !important;
	padding:0 !important;
	border:0 !important;
	max-width:100% !important;
	overflow-y: hidden !important;
}

.preloader_hide {opacity:0;}
#preloader {background-color:#fff; position:fixed; left:0; top:0; width:100%; height:100%;}
#preloader img {position:fixed; left:50%; top:50%; width:32px; height:32px; margin:-16px 0 0 -16px; display:block;}


#page {background-color:#fff;}

.parallax {
	background-size:cover;
	background-repeat:no-repeat;
}

.container {padding-left:0; padding-right:0;}

a, input, select, textarea {
	vertical-align:top;
	outline:none !important;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

select:-moz-focusring {
    color: transparent;
	outline:none !important;
    text-shadow: 0 0 0 #000 !important;
	border:0 !important;
}

textarea {resize: none;}

img {
	outline:0;
	vertical-align:top;
	border:0;
	max-width:100.1%;
	height:auto;
}

a {color:#333; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}
a:hover, a:focus {text-decoration:none; color:#242424;}

.clear {
	clear:both;
	height:0;
	font-size:0;
}


.margbot0 {margin-bottom:0 !important;}
.margbot5 {margin-bottom:5px !important;}
.margbot10 {margin-bottom:10px !important;}
.margbot15 {margin-bottom:15px;}
.margbot20 {margin-bottom:20px;}
.margbot25 {margin-bottom:25px;}
.margbot30 {margin-bottom:30px !important;}
.margbot35 {margin-bottom:35px !important;}
.margbot40 {margin-bottom:40px;}
.margbot50 {margin-bottom:50px;}
.margbot60 {margin-bottom:60px;}
.margbot70 {margin-bottom:70px;}
.margbot80 {margin-bottom:80px;}
.margbot90 {margin-bottom:90px;}
.margbot100 {margin-bottom:100px;}

.pad0 {padding:0 !important;}
.padbot0 {padding-bottom:0 !important;}
.padbot10 {padding-bottom:10px !important;}
.padbot20 {padding-bottom:20px !important;}
.padbot30 {padding-bottom:30px !important;}
.padbot40 {padding-bottom:40px !important;}
.padbot50 {padding-bottom:50px !important;}
.padbot60 {padding-bottom:60px !important;}
.padbot70 {padding-bottom:70px !important;}
.padbot80 {padding-bottom:80px !important;}
.padbot90 {padding-bottom:90px !important;}
.padbot100 {padding-bottom:100px !important;}
.padtop0 {padding-top:0 !important;}

.border0 {border:0 !important;}





/*-----------------------------------------------------------------------------------*/
/*	TYPOGRAPHY
/*-----------------------------------------------------------------------------------*/
hr {
	margin:33px 0;
	border:0;
	border-top:2px solid #e6e6e6;
}

ul, ol {padding:0; margin:0;}
li {padding:0; margin:0; list-style:none;}

h1, h2, h3, h4, h5, h6 {
	margin-top:0;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-weight:400;
	color:#333;
}
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {font-weight:900;}
h1 {margin:0 0 28px; line-height:30px; font-size:26px;}
h2 {margin:0 0 25px; line-height:24px; font-size:20px;}		/*used*/
h3 {margin:0 0 21px; line-height:20px; font-size:15px;}		/*used*/
h4 {margin:0 0 18px; line-height:20px; font-size:13px;}		/*used*/
h5 {margin:0 0 15px; line-height:17px; font-size:12px;}		/*used*/
h6 {margin:0 0 15px; line-height:15px; font-size:10px;}

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

.color_text {color:#30a67c;}
.color_red {color:#cc3333;}

.title {
	margin-bottom:27px;
	padding-bottom:6px;
	border-bottom:1px solid #e9e9e9;
}
.title h3 {
	margin:0 0 9px;
	font-weight:900;
}
.title p {font-size:14px;}


.title2 {margin-bottom:9px;}
.title2 h2 {
	margin:0 0 25px;
	text-transform:none;
	font-weight:400;
	line-height:28px;
	font-size:24px;
	color:#242424;
}
.title2 p {line-height:24px; font-size:14px;}



/* __________ Columns __________ */
.column_item p {
	margin:0 0 11px;
	font-weight:500;
	font-size:16px;
	color:#333;
}
.column_item p i {
	display:inline-block;
	vertical-align:middle;
	padding-right:18px;
	font-size:32px;
}



/* __________ Text in a frame __________ */
.text_iframe {
	position:relative;
	padding:19px;
	border:1px solid #efefef;
}
.text_iframe.angle:before {
	content:'';
	position:absolute;
	right:-1px;
	top:-1px;
	width:19px;
	height:19px;
	background-image:url(/images/website/frame_angle.jpg);
	background-repeat:no-repeat;
	background-size:100% auto;
	-webkit-background-size:100% auto;
}

.text_iframe p {
	margin:0 0 11px;
	font-weight:500;
	font-size:16px;
	color:#333;
}














/*-----------------------------------------------------------------------------------*/
/*	SHORTCODES
/*-----------------------------------------------------------------------------------*/
/* __________ Buttons __________ */
.btn {
	display:inline-block;
	margin: 0;
	padding: 13px 30px;
	border:2px solid #333;
	border-radius: 0;
	box-shadow: none;
	text-transform:uppercase;
	font-weight: 900;
	line-height: 20px;
	font-size: 14px;
	color:#333;
	text-shadow: none;
	background:none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.btn:focus, .btn:hover {color:#fff; background-color:#242424;}

.btn.inactive {color:#666; background:none; border-color:#ccc;}
.btn.inactive:hover {color:#333; background:none; border-color:#333;}

.btn.active {color:#fff; background:#333; border-color:#333;}
.btn.active:hover {color:#fff; background:#242424; border-color:#242424;}

.btn.btn-white {color:#fff; background:none; border-color:#fff;}
.btn.btn-white:hover {color:#333; background:#fff; border-color:#fff;}


.btn-sm {padding: 11px 20px 9px; font-size:13px;}

.btn_icon {
	width:50px;
	height:50px;
	padding:0;
	font-size:16px;
	line-height:46px;
	text-align:center;
}


.shortcodes_buttons .btn {margin-left:10px; margin-right:7px;}





/* __________ Blockquote __________ */
blockquote {
	position:relative;
	margin:0 0 24px 70px;
	padding:4px 0 7px 25px;
	border-left:1px solid #ccc;
}
blockquote:before {
	content: "\f10d";
	position:absolute;
	left:-70px;
	top:10px;
	width:40px;
	height:40px;
	font-family:FontAwesome;
	line-height:40px;
	font-size:40px;
	color:#333;
}



/* __________ Alerts __________ */
.alert {
	position:relative;
	margin-bottom:30px;
	padding:10px 43px 8px 17px;
	font-size:12px;
	color:#333;
	border-radius:0;
	border-width:2px;
	border-style:solid;
}
.alert strong {
	display:block;
	text-transform:uppercase;
	font-weight:900;
	line-height:18px;
	font-size:14px;
}
.alert .close {
	position:absolute;
	top:50%;
	right:17px;
	float:none;
	display:block;
	width:9px;
	height:9px;
	margin-top:-5px;
	line-height:9px;
	font-size:18px;
	opacity:1;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.alert .close:hover {opacity:0.5;}

.alert-danger {background-color:#ffeded; border-color:#cc3333;}
.alert-danger strong, .alert-danger .close {color:#cc3333;}

.alert-success {background-color:#e3ffde; border-color:#339933;}
.alert-success strong, .alert-success .close {color:#339933;}

.alert-info {background-color:#e8f8ff; border-color:#3399cc;}
.alert-info strong, .alert-info .close {color:#3399cc;}

.alert-warning {background-color:#fff6db; border-color:#cc9933;}
.alert-warning strong, .alert-warning .close {color:#cc9933;}



/* __________ List Styles __________ */
.list1 li {position:relative; padding:0 0 10px 15px;}
.list1 li:before {
	content:'';
	position:absolute;
	left:0;
	top:7px;
	width:6px;
	height:6px;
	border:2px solid #333;
	border-radius:50%;
}

.list2 li {position:relative; padding:0 0 10px 15px;}
.list2 li:before {
	content: "\f054";
	position:absolute;
	left:0;
	top:1px;
	font-family:FontAwesome;
	line-height:20px;
	font-size:8px;
	color:#333;
}

.list3 li {position:relative; padding:0 0 10px 15px;}
.list3 li:before {
	content: "\f00c";
	position:absolute;
	left:0;
	top:0;
	font-family:FontAwesome;
	line-height:20px;
	font-size:10px;
	color:#333;
}

.list4 {padding-left:20px;}
.list4 li {
	padding:0 0 10px;
	list-style:decimal;
	font-weight:900;
	color:#333;
}
.list4 li span {
	font-weight:400;
	color:#666;
}


/* __________ Table type1 __________ */
.table.type1 {
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	border-left:1px solid #e0e0e0;
}
.table.type1 thead {
	font-weight:900;
	color:#333;
	background-color:#f5f5f5;
}

.table.type1 thead tr th {border-bottom:0;}
.table.type1 thead tr th,
.table.type1 tbody tr th,
.table.type1 tfoot tr th,
.table.type1 thead tr td,
.table.type1 tbody tr td,
.table.type1 tfoot tr td {
	padding:14px 0;
	text-align:center;
	line-height:20px;
	font-size:12px;
	color:#666;
	border-top:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
}

.table.type1 tbody tr th {width:68px;}



/* __________ Table type1 __________ */
.table.type2thead {
	font-weight:900;
	color:#333;
}

.table.type2 thead tr th {border-bottom:0;}
.table.type2 thead tr th,
.table.type2 tbody tr th,
.table.type2 tfoot tr th,
.table.type2 thead tr td,
.table.type2 tbody tr td,
.table.type2 tfoot tr td {
	padding:14px 0;
	text-align:center;
	line-height:20px;
	font-size:12px;
	color:#666;
	border-top:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
}
.table.type2 thead tr th:last-child,
.table.type2 tbody tr th:last-child,
.table.type2 tfoot tr th:last-child,
.table.type2 thead tr td:last-child,
.table.type2 tbody tr td:last-child,
.table.type2 tfoot tr td:last-child {
	border-right:0;
}
.table.type2 tbody tr th {width:68px;}





/* __________ Prices Block __________ */
.price_item {
	padding:24px 0 20px;
	border:1px solid #e9e9e9;
	transition: border-color 0.3s ease-in-out;
	-webkit-transition: border-color 0.3s ease-in-out;
}
.price_item.best_price, .price_item.free_price {position:relative;}
.price_item.best_price:before,
.price_item.free_price:before {
	content:'';
	position:absolute;
	left:-4px;
	top:-5px;
	width:76px;
	height:75px;
	background-image:url(/images/website/best_price.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
}
.price_item.free_price:before {background-image:url(/images/website/free_price.png); left:-3px; top:-4px;}
.price_item_title {
	padding-bottom:25px;
	text-transform:uppercase;
	font-weight:900;
	font-size:16px;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.price_item_cost {
	width:170px;
	height:170px;
	margin:0 auto 30px;
	padding:45px 0 40px;
	font-weight:900;
	line-height:67px;
	font-size:80px;
	color:#fff;
	border-radius:50%;
	background-color:#666;
	transition: background-color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out;
}
.price_item_cost span {
	display:block;
	line-height:18px;
	font-size:14px;
}
.price_item_text {
	padding:15px 5px 14px;
	border-top:1px solid #e9e9e9;
	background-color:#f5f5f5;
	transition: background-color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out;
}
.price_item_text.last {border-bottom:1px solid #e9e9e9;}
.price_item_text b {font-weight:900; color:#333;}
.price_item .btn {
	width:210px;
	margin:19px 0 0;
}

.price_item.price_active {padding:22px 0 18px; border:3px solid #333;}
.price_item.price_active.best_price:before {left:-6px; top:-7px;}
.price_item.price_active.free_price:before {left:-5px; top:-6px;}
.price_item.price_active .price_item_title {color:#333;}
.price_item.price_active .price_item_cost {background-color:#333;}
.price_item.price_active .price_item_text {background-color:transparent;}


/* Type2 */
.price_item.type2 {padding-top:0;}
.price_item.type2 .price_item_title {
	padding:25px 0 21px;
	line-height:24px;
	font-size:21px;
	color:#fff;
	background-color:#666;
}
.price_item.type2 .price_item_cost {
	position:relative;
	height:auto;
	margin-bottom:0;
	padding:35px 0 38px;
	color:#333;
	background-color:transparent;
}
.price_item.type2 .price_item_cost:before {
	content:'$';
	position:absolute;
	top:35px;
	left:50%;
	margin-left:-65px;
	font-weight:900;
	line-height:35px;
	font-size:26px;
	color:#333;
}
.price_item.type2.free_price .price_item_cost:before {margin-left:-40px;}
.price_item.type2 .price_item_text {background-color:transparent;}


.price_item.type2.price_active .price_item_title {padding-top:23px; background-color:#333;}



/* __________ Accordion __________ */
#accordion {padding-top:11px;}
#accordion h4.accordion_title {
	position:relative;
	margin:0;
	padding:16px 0 17px 50px;
	text-transform:none;
	line-height:26px;
	font-size:24px;
	color:#666;
	border-top:1px solid #e9e9e9;
	cursor:pointer;
	transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
}
#accordion h4.accordion_title:hover {color:#242424;}
#accordion h4.accordion_title.active {border-top:2px solid #333;}
#accordion h4.accordion_title:before {
	content: "\f105";
	position:absolute;
	left:2px;
	top:12px;
	width:35px;
	height:35px;
	font-family:FontAwesome;
	font-weight:bold;
	text-indent:2px;
	line-height:30px;
	text-align:center;
	font-size:20px;
	color:#ccc;
	border:2px solid #ccc;
	border-radius:50%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#accordion h4.accordion_title:hover:before {
	color:#333;
	border-color:#333;
}
#accordion h4.accordion_title.active:before {
	color:#fff;
	border-color:#333;
	background-color:#333;
	transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}

#accordion .accordion_content {
	display:none;
	padding:13px 0 3px 50px;
	line-height:24px;
	font-size:14px;
}
#accordion .accordion_content p {margin-bottom:24px;}














/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/
header {
	position:absolute;
	z-index:9999;
	left:0;
	top:0;
	width:100%;
	height:60px;
}


/* __________ Top Info __________ */
.top_info {
	padding:10px 0;
	background-color:rgba(255,255,255,0.65);
}

.phone_top {
	float:right;
	text-transform:uppercase;
	font-size:11px;
	color:#333;
}
.phone_top a {
	display:inline-block;
	padding-left:6px;
	font-weight:900;
	font-size:14px;
	color:#333 !important;
}

.live_chat {
	float:right;
	margin-left:12px;
}
.live_chat a {
	position:relative;
	display:block;
	text-transform:uppercase;
	font-size:11px;
	color:#333;
}
.live_chat a:hover {color:#999;}
.live_chat a:before {
	content:'';
	position:absolute;
	left:0;
	top:7px;
	height:9px;
	border-left:1px dotted #999;
}
.live_chat a i {
	top:0;
	display:inline-block;
	padding:0 1px 0 12px;
	font-size:16px;
	color:#666;
}



/* __________ Logo __________ */
.logo {float:left; width:115px;}
.logo a {display:block;}





/* __________ Menu __________ */
.menu_block {
	height:60px;
	background-color:#fff;
}
.is-sticky .menu_block {
	z-index:9000;
	left:0;
	width:100%;
	box-shadow:0 1px 0 #e9e9e9;
}

.menu_toggler {display:none;}

.navmenu {float:right;}
.navmenu li {
	position:relative;
	display:inline-block;
	margin:0 0 0 -3px;
}
.navmenu li.sub-menu:hover {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(90%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f0f0f0 0%,#ffffff 90%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f0f0f0 0%,#ffffff 90%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f0f0f0 0%,#ffffff 90%); /* IE10+ */
	background: linear-gradient(to bottom, #f0f0f0 0%,#ffffff 90%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.navmenu li.sub-menu:hover:before {
	content:'';
	position:absolute;
	z-index:9999;
	left:0;
	right:0;
	bottom:-2px;
	height:3px;
	background-color:#fff;
}

.navmenu li a {
	position:relative;
	display:block;
	margin:0;
	/*text-transform:uppercase;*/
	font-weight:900;
	line-height:20px;
	font-size:15px;
	color:#333;
	transition: none;
	-webkit-transition: none;
}
.navmenu li.sale_menu a {
	color:#cc3333;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.navmenu li.sale_menu a:before, .navmenu li.sale_menu a:after {display:none;}

.navmenu li:hover a,
.navmenu li.active a {
	margin-left:-1px;
	margin-right:-1px;
	border-left:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
}
.navmenu li:hover a:before,
.navmenu li.active a:before,
.navmenu li:hover a:after,
.navmenu li.active a:after {
	content:'';
	position:absolute;
	left:-1px;
	right:-1px;
	top:-2px;
	height:2px;
	background-color:#333;
}
.navmenu li:hover a:after, .navmenu li.active a:after {top:auto; bottom:-2px;}

.navmenu li.sale_menu:hover a,
.navmenu li.sale_menu.active a {
	margin:0;
	border:0;
	color:#fff;
	background-color:#cc3333;
}


/* __________ Submenu __________ */

.navmenu li.sub-menu ul {
	visibility:hidden;
	display: none;
	opacity:0;
	position: absolute;
	z-index: 9990;
	left: -1px;
	top: 100%;
	padding: 8px 0 3px;
	margin: 0;
	background:#fff;
	border-radius:0;
	border:1px solid #e9e9e9;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.navmenu li.sub-menu:hover ul {
	visibility:visible;
	opacity:1;
	display: block;
}
.navmenu li.sub-menu.last ul {right:0; left:auto;}
.navmenu li.sub-menu ul li  {
	display: block;
	margin:0;
	padding:0;
	text-align:left;
	border-top: 0;
}
.navmenu li.sub-menu ul li a {
	display: block;
	position:relative;
	margin: 0;
	padding: 0 0 10px 11px;
	line-height:20px;
	font-size:11px;
	color:#666;
	border:0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.navmenu li.sub-menu ul li a:before {
	content:'°';
	position:absolute;
	left:0;
	top:3px;
	font-size:14px;
	color:#ccc;
	background:none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.navmenu li.sub-menu ul li a:after {background:none;}

.navmenu li.sub-menu ul li.active a,
.navmenu li.sub-menu ul li a:hover {
	color:#333;
	background-color: #e9e9e9;
}
.navmenu li.sub-menu ul li.active a:before,
.navmenu li.sub-menu ul li a:hover:before {
	color:#333;
}
.navmenu li.sub-menu ul li a span{
	position:absolute;
	top:-3px;
	left:100%;
	margin-left:10px;
	font-size:8px;
	color:#cc3333;
}


/* __________ Mega Menu ________ */
.navmenu li.sub-menu ul.megamenu_col1 {width:160px;}
.navmenu li.sub-menu ul.megamenu_col2 {width:265px;}
.navmenu li.sub-menu ul.megamenu_col3 {width:420px;}

.navmenu li ul.mega_menu li.col {
	float:left;
	width:130px;
	margin:0;
	padding-left:15px;
}
.navmenu li ul.mega_menu li ol {padding-left:0;}
.navmenu li ul.mega_menu li ol li {
	float:none;
	display:block;
}
.navmenu li ul.mega_menu li ol li a {
	border:0;
}

/* _________ //Mega Menu _______ */





/* Secondary */
.secondary_menu {float:left;}
.secondary_menu li {
	position:relative;
	display:inline-block;
	margin-right:11px;
	padding-right:12px;
}
.secondary_menu li:before {
	content:'';
	position:absolute;
	right:0;
	top:6px;
	height:9px;
	border-right:1px dotted #999;
}
.secondary_menu li:last-child:before {display:none;}
.secondary_menu li a {
	display:block;
	text-transform:uppercase;
	font-size:11px;
	color:#333;
}
.secondary_menu li a:hover {color:#242424;}




/* __________ Shopping Bag __________ */
/*.shopping_bag {*/
	/*float:right;*/
	/*position:relative;*/
/*}*/
.shopping_bag .shopping_bag_btn {
	position:relative;
	display:block;
	margin:0;
	padding: 13px 19px 20px 20px;
	text-transform:uppercase;
	font-weight:900;
	line-height:20px;
	font-size:13px;
	color:#333;
	border-left:1px solid #e9e9e9;
	transition: none;
	-webkit-transition: none;
}
.shopping_bag.cart_active .shopping_bag_btn {
	/*margin:-1px 0 0;*/
	/*border-top:1px solid #333;*/
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(90%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f0f0f0 0%,#ffffff 90%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f0f0f0 0%,#ffffff 90%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f0f0f0 0%,#ffffff 90%); /* IE10+ */
	background: linear-gradient(to bottom, #f0f0f0 0%,#ffffff 90%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

/*.shopping_bag .shopping_bag_btn:hover:before,*/
/*.shopping_bag .shopping_bag_btn:hover:after {*/
	/*content:'';*/
	/*position:absolute;*/
	/*left:-1px;*/
	/*right:-1px;*/
	/*top:-2px;*/
	/*height:2px;*/
	/*background-color:#333;*/
/*}*/
/*.shopping_bag .shopping_bag_btn:hover:before {top:auto; bottom:-2px;}*/
.shopping_bag.cart_active .shopping_bag_btn:before {
	content:'';
	position:absolute;
	z-index:9999;
	left:0;
	right:0;
	bottom:-2px;
	height:3px;
	background-color:#fff;
}
/*.shopping_bag.cart_active .shopping_bag_btn:before {*/
	/*content:'';*/
	/*position:absolute;*/
	/*z-index:9999;*/
	/*left:0;*/
	/*right:0;*/
	/*bottom:-2px;*/
	/*height:3px;*/
	/*background-color:#fff;*/
/*}*/

.shopping_bag .shopping_bag_btn p {
	display:inline-block;
	margin:0;
}
/*.shopping_bag .shopping_bag_btn i {*/
	/*padding-right:5px;*/
/*}*/
.shopping_bag .shopping_bag_btn span {
	display:inline-block;
	margin-left:5px;
	padding:0 6px;
	font-weight:900;
	font-size:13px;
	color:#fff;
	background-color:#cc3333;
}
/*.shopping_bag.cart_active .shopping_bag_btn span {background-color:#333;}*/



/* __________ Cart __________ */
.cart {
	overflow:hidden;
	position:absolute;
	right:0;
	top:100%;
	width:235px;
	border:1px solid #e9e9e9;
	background-color:#fff;
}

.cart li {
	padding:16px 19px 20px;
	border-bottom:1px solid #e9e9e9;
}
.cart .cart_item_product {
	float:left;
	margin-right:20px;
	width:60px;
}
.cart_item_title {
	display:block;
	text-transform:uppercase;
	line-height:14px;
	font-size:11px;
	color:#666;
}
.cart_item_title:hover {color:#333;}
.cart_item_price {
	display:block;
	text-transform:uppercase;
	font-weight:900;
	line-height:24px;
	font-size:14px;
	color:#666;
}
.cart_total {padding:15px 19px 19px;}
.cart_total .clearfix {padding-bottom:14px;}
.cart_total .cart_subtotal {
	text-transform:uppercase;
	line-height:20px;
	font-size:11px;
	color:#666;
}
.cart_total .cart_subtotal b {
	float:right;
	display:inline-block;
	line-height:20px;
	font-size:16px;
	color:#333;
}
.cart_total .btn {width:100%;}



/* __________ Love List __________ */
.love_list {
	float:right;
	position:relative;
}
.love_list .love_list_btn {
	position:relative;
	display:block;
	margin:0;
	padding:20px 19px 20px 20px;
	text-transform:uppercase;
	font-weight:900;
	line-height:20px;
	font-size:13px;
	color:#333;
	border-left:1px solid #e9e9e9;
	transition: none;
	-webkit-transition: none;
}
.love_list.cart_active .love_list_btn {
	margin:-2px 0 0;
	border-top:2px solid #333;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(90%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f0f0f0 0%,#ffffff 90%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f0f0f0 0%,#ffffff 90%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f0f0f0 0%,#ffffff 90%); /* IE10+ */
	background: linear-gradient(to bottom, #f0f0f0 0%,#ffffff 90%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.love_list .love_list_btn:hover:before,
.love_list .love_list_btn:hover:after {
	content:'';
	position:absolute;
	left:-1px;
	right:-1px;
	top:-2px;
	height:2px;
	background-color:#333;
}
.love_list .love_list_btn:hover:before {top:auto; bottom:-2px;}
.love_list.cart_active .love_list_btn:before {
	content:'';
	position:absolute;
	z-index:9999;
	left:0;
	right:0;
	bottom:-2px;
	height:3px;
	background-color:#fff;
}

.love_list .love_list_btn p {
	display:inline-block;
	margin:0;
}
.love_list .love_list_btn i {
	padding-right:5px;
}
.love_list .love_list_btn span {
	display:inline-block;
	margin-left:5px;
	padding:0 6px;
	font-weight:900;
	font-size:13px;
	color:#fff;
	background-color:#cc3333;
}
.love_list.cart_active .love_list_btn span {background-color:#333;}





/*	Search Form */
/*.top_search_form {*/
	/*float:right;*/
	/*position:relative;*/
/*}*/
.top_search_btn {
	/*position:relative;*/
	display:block;
	/*margin: 0;*/
	padding:13px 22px 20px 20px;
	/*font-size:16px;*/
	/*color:#333;*/
	border-left:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
	/*transition: none;*/
	/*-webkit-transition: none;*/
}
.top_search_form.form_active .top_search_btn {
	/*margin:-1px 0 0;*/
	/*border-top:1px solid #333;*/
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(90%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f0f0f0 0%,#ffffff 90%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f0f0f0 0%,#ffffff 90%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f0f0f0 0%,#ffffff 90%); /* IE10+ */
	background: linear-gradient(to bottom, #f0f0f0 0%,#ffffff 90%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.top_search_form .top_search_btn:hover:before,
.top_search_form .top_search_btn:hover:after {
	content:'';
	position:absolute;
	left:-1px;
	right:-1px;
	top:-2px;
	height:2px;
	background-color:#333;
}
.top_search_form .top_search_btn:hover:before {top:auto; bottom:-2px;}
.top_search_form.form_active .top_search_btn:before {
	content:'';
	position:absolute;
	z-index:9999;
	left:0;
	right:0;
	bottom:-2px;
	height:3px;
	background-color:#fff;
}

.top_search_form form {
	position:absolute;
	top:100%;
	right:0;
	width:235px;
	border:1px solid #e9e9e9;
	background-color:#fff;
}
.top_search_form input[type="text"] {
	margin:0;
	border:0;
	height:50px;
	width:100%;
}












/*-----------------------------------------------------------------------------------*/
/*	HOME
/*-----------------------------------------------------------------------------------*/
#home {position:relative; padding:0;}









/*-----------------------------------------------------------------------------------*/
/*	TOVAR SECTION
/*-----------------------------------------------------------------------------------*/
.tovar_section {padding-top:26px;}









/*-----------------------------------------------------------------------------------*/
/*	TOVAR ITEM
/*-----------------------------------------------------------------------------------*/
.tovar_img {
	overflow:hidden;
	position:relative;
	text-align:center;
}
.tovar_img_wrapper img {
	position:absolute !Important;
	left:0;
	top:0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.tovar_item_btns {
	position:absolute;
	left:0;
	right:0;
	bottom:-10px;
	margin:0 -5px;
	opacity:0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.tovar_item:hover .tovar_item_btns {opacity:1; bottom:20px;}
.tovar_item_btns a {
	display:inline-block;
	margin:0 3px 0 5px;
}
.tovar_item_btns a:hover {
	background-color:#333;
	color:#fff;
}
a.add_lovelist:hover {
	color:#cc3333;
	border-color:#cc3333;
	background-color:inherit;
}
.open-project-link {display:inline-block;}
.tovar_view {
	padding:13px 32px;
	text-transform:uppercase;
	font-weight:900;
	font-size:14px;
	color:#333;
	border:2px solid #333;
}
.add_bag, .add_lovelist {
	display:inline-block;
	width:50px;
	height:50px;
	text-align:center;
	line-height:46px;
	font-size:16px;
	color:#333;
	border:2px solid #333;
}
.tovar_description {
	padding:18px 0 0;
}
.tovar_title {
	float:left;
	width:80%;
	display:block;
	text-transform:uppercase;
	font-weight:900;
	line-height:16px;
	font-size:14px;
	color:#333;
}
.tovar_title:hover {color:#232323;}
.tovar_price {
	float:right;
	display:block;
	font-weight:900;
	line-height:16px;
	font-size:14px;
	color:#666666;
}









/*-----------------------------------------------------------------------------------*/
/*	BANNER
/*-----------------------------------------------------------------------------------*/
.banner {
	position:relative;
	display:block;
}
.banner:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	border-width:2px;
	border-style:solid;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
}
.banner.type1:before {border-color:#b9957d;}
.banner.type2:before {border-color:#333;}
.banner.type3:before {border-color:#e79d79;}
.banner.type4:before {border-color:#d24d4d;}

.banner.nobord:before {border:0;}

.banner:hover:before {border-width:6px;}


/* Top Sale */
.top_sale_banners a.banner img {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.top_sale_banners a.banner {background-color:#000;}
.top_sale_banners:hover a.banner img {opacity:0.5;}
.top_sale_banners a.banner:hover img {opacity:1;}

.banner.white_bord:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	opacity:0;
	border:2px solid #fff;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
}
.banner.white_bord:hover:before {
	left:-7px;
	top:-7px;
	right:-7px;
	bottom:-7px;
	opacity:1;
}



/* Banner Widget */
.widget_banners {padding:20px 0;}

.blog .widget_banners {padding:0;}

.widget_banners img {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.widget_banners a {display:block; background-color:#000;}
.widget_banners:hover img {opacity:0.5;}
.widget_banners a:hover img {opacity:1;}



/* Shop Banner */
.banner_block a img {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.banner_block a {display:block; background-color:#000;}
.banner_block:hover img {opacity:0.5;}











/*-----------------------------------------------------------------------------------*/
/*	NEW ARRIVALS
/*-----------------------------------------------------------------------------------*/
.new_arrivals .jcarousel li {
	width:170px;
	margin-right:30px;
}



/* Tovar Item */
.tovar_img {
	overflow:hidden;
	position:relative;
	text-align:center;
}
.tovar_img img {
	position:static;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.tovar_item_new:hover .tovar_img img {opacity:0.25;}

.tovar_item_new .tovar_view {
	position:absolute;
	left:0;
	right:0;
	bottom:-10px;
	display:block;
	width:110px;
	margin:0 auto;
	padding:9px 13px 8px;
	text-transform:uppercase;
	font-weight:900;
	line-height:20px;
	font-size:12px;
	color:#333;
	opacity:0;
}
.tovar_item_new:hover .tovar_view {opacity:1; bottom:10px;}
.tovar_item_new .tovar_view:hover {color:#fff; background-color:#333;}

.tovar_item_new .tovar_title {
	float:none;
	width:100%;
	min-height:46px;
	padding-bottom:14px;
}
.tovar_item_new .tovar_price {float:none;}

.tovar_sale {position:relative;}
.tovar_sale:before {
	content:'sale';
	position:absolute;
	z-index:2;
	right:0;
	top:0;
	padding:5px 10px 4px;
	text-transform:uppercase;
	font-weight:900;
	font-size:12px;
	color:#fff;
	background-color:#cc3333;
}
.variable-sizes .tovar_sale:before {
	left:0;
	right:auto;
}













/*-----------------------------------------------------------------------------------*/
/*	TOVAR VIEW MODAL
/*-----------------------------------------------------------------------------------*/
#modal-body {
	position:fixed;
	z-index:10002;
	left:0;
	top:0;
	right:0;
	width:100% !important;
	height:100% !important;
	display:none;
	opacity:0;
	background-color:rgba(255,255,255,0.75);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
#modal-body.modal-active {
	display:block;
	opacity:1;
}
.close_block {
	position:absolute;
	z-index:10005;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

#tovar_content {
	position:absolute;
	z-index:10006;
	left:50%;
	top:50%;
	width:930px;
	padding:25px 30px;
	background-color:#fff;
	border:1px solid #e9e9e9;
	box-shadow:0 0 35px rgba(0,0,0,0.20);
	transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
}
.tover_view_header {
	margin-bottom:29px;
	padding-bottom:5px;
	border-bottom:1px solid #e9e9e9;
}
.tover_view_header p {
	float:left;
	text-transform:uppercase;
	font-weight:900;
	font-size:15px;
	color:#333;
}
#tover_view_page_close {
	float:right;
	display:block;
	font-weight:300;
	line-height:24px;
	color:#666;
}
#tover_view_page_close:hover {color:#333;}
#tover_view_page_close i {
	display:inline-block;
	vertical-align:top;
	margin-left:10px;
	width:24px;
	height:24px;
	line-height:20px;
	font-style:normal;
	text-align:center;
	font-size:9px;
	color:#999;
	border:2px solid #ccc;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#tover_view_page_close:hover i {color:#333; border-color:#333;}



/* Tovar Carousel */
.tovar_view_fotos {
	position:relative;
	float:left;
	width:468px;
	margin-right:30px;
	margin-top:9px;
	padding:0;
}
#slider1, #slider2 {float:left; padding-right:98px;}
#carousel1,
#carousel2 {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	width:80px;
}
#carousel1 .slides li,
#carousel2 .slides li {
	overflow:hidden;
	float:none !important;
	margin-bottom:10px;
	width:80px;
	height:100px;
}
#carousel1 .slides li img, #carousel2 .slides li img {margin-bottom:10px;}
#carousel1 .flex-viewport,
#carousel2 .flex-viewport {
	height:484px !important;
}
#carousel2 .flex-active-slide, #carousel1 .flex-active-slide {position:relative;}
#carousel1 .flex-active-slide:before,
#carousel2 .flex-active-slide:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	border:1px solid #e9e9e9;
}
#carousel1 .slides li img,
#carousel2 .slides li img {
	opacity:0.5;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#carousel2 .slides .flex-active-slide img,
#carousel2 .slides li img:hover,
#carousel1 .slides .flex-active-slide img,
#carousel1 .slides  li img:hover {
	opacity:1;
}





/* Tovar Description */
.tovar_view_description {
	float:right;
	width:369px;
}
.tovar_view_title {
	font-weight:300;
	line-height:41px;
	font-size:34px;
	color:#333;
}
.tovar_article {
	padding-bottom:17px;
	line-height:14px;
	font-size:11px;
	color:#999;
}
.tovar_brend_price {
	margin-bottom:15px;
	padding-bottom:24px;
	border-bottom:1px solid #e9e9e9;
}
.tovar_brend {
	font-weight:300;
	line-height:30px;
	font-size:24px;
	color:#333;
}
.tovar_view_price {
	margin-top:-5px;
	font-weight:900;
	line-height:24px;
	font-size:22px;
	color:#333;
}
.tovar_view_price span {
	display:block;
	text-decoration:line-through;
	line-height:17px;
	font-size:13px;
	color:#666666;
}

.tovar_color_select {padding-bottom:19px;}
.tovar_color_select p {
	margin-bottom:13px;
	text-transform:uppercase;
	font-weight:900;
	font-size:12px;
	color:#333;
}
/*.tovar_color_select a {*/
	/*position:relative;*/
	/*display:inline-block;*/
	/*margin-right:10px;*/
	/*width:32px;*/
	/*height:22px;*/
/*}*/
/*.tovar_color_select a.color1 {background-color:#7d97b0;}*/
/*.tovar_color_select a.color2 {background-color:#d6c4b5;}*/
/*.tovar_color_select a.color3 {background-color:#779574;}*/
/*.tovar_color_select a.color4 {background-color:#bf9bcb;}*/
/*.tovar_color_select a:before {*/
	/*content:'';*/
	/*position:absolute;*/
	/*left:-4px;*/
	/*top:-4px;*/
	/*right:-4px;*/
	/*bottom:-4px;*/
	/*border:1px solid #e9e9e9;*/
	/*transition: all 0.1s ease-in-out; */
	/*-webkit-transition: all 0.1s ease-in-out;*/
/*}*/
/*.tovar_color_select a:hover:before,*/
/*.tovar_color_select a.active:before {*/
	/*border:2px solid #333;*/
/*}*/

.tovar_size_select {padding-bottom:25px;}
.tovar_size_select p {
	margin-bottom:9px;
	text-transform:uppercase;
	font-weight:900;
	font-size:12px;
	color:#333;
}
.tovar_size_select span {
	float:right;
	display:block;
	line-height:18px;
	font-size:12px;
	color:#666;
}
.tovar_size_select a {
	display:inline-block;
	width:40px;
	height:30px;
	margin:0 1px 5px;
	text-align:center;
	line-height:28px;
	font-size:11px;
	color:#666;
	border:1px solid #e9e9e9;
	transition: color 0.3s ease-in-out, border-color 0.2s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out, border-color 0.2s ease-in-out;
}
.tovar_size_select a:hover,
.tovar_size_select a.active {
	line-height:26px;
	color:#333;
	border:2px solid #333;
}

.tovar_view_btn {
	margin-bottom:10px;
	padding:0 0 17px;
	border-bottom:1px solid #e9e9e9;
}
.tovar_view_btn .fancy-select {margin-right:7px;}

.tovar_view_btn .add_bag {
	display:inline-block;
	margin-right:7px;
	padding:13px 42px;
	width:auto;
	text-transform:uppercase;
	font-weight:900;
	line-height:20px;
	font-size:14px;
	color:#fff;
	background-color:#333;
}
.tovar_view_btn .add_bag:hover {
	color:#fff;
	background-color:#232323;
}
.tovar_view_btn .add_bag i {padding-right:15px;}

.tovar_shared p {
	float:left;
	margin-bottom:9px;
	padding-top:5px;
	text-transform:uppercase;
	font-weight:900;
	font-size:12px;
	color:#333;
}
.tovar_shared ul {float:right;}
.tovar_shared ul li {
	display:inline-block;
	width:28px;
	height:28px;
	margin-left:10px;
	text-align:center;
	line-height:26px;
	font-size:20px;
}
.tovar_shared ul li a {color:#ccc;}
.tovar_shared ul li a:hover {color:#333;}







/*-----------------------------------------------------------------------------------*/
/*	TOVAR DETAILS
/*-----------------------------------------------------------------------------------*/

/* Sidebar Tovar details */
.sidebar_tovar_details h3 {
	margin:0;
	padding-bottom:25px;
	border-bottom:1px solid #e9e9e9;
}
.tovar_items_small {padding-top:35px;}
.tovar_items_small li {
	padding:0 0 27px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.tovar_items_small:hover li {opacity:0.3;}
.tovar_items_small li:hover {opacity:1;}
.tovar_item_small_img {
	float:left;
	margin-right:20px;
	width:100px;
}
.tovar_item_small_title {
	display:block;
	margin-bottom:10px;
	text-transform:uppercase;
	font-weight:900;
	line-height:16px;
	font-size:14px;
	color:#333;
}
.tovar_item_small_title:hover {color:#242424;}
.tovar_item_small_price {
	display:block;
	text-transform:uppercase;
	font-weight:900;
	line-height:24px;
	font-size:14px;
	color:#666;
}




/* Tovar Details Header */
.tovar_details_header {
	border-bottom:1px solid #ededed;
}
.tovar_details_header h3 {margin-bottom:25px;}

.tovar_details_pagination a {
	display:inline-block;
	width:24px;
	height:24px;
	text-align:center;
	line-height:19px;
	font-size:17px;
	color:#999;
	border:2px solid #ccc;
}
.tovar_details_pagination a:hover {
	color:#333;
	border-color:#333;
}
.tovar_details_pagination span {
	display:inline-block;
	vertical-align:top;
	padding:0 10px;
	font-weight:300;
	line-height:24px;
	color:#666;
}





/* Tovar information */
.tovar_information .box {display: none;}
.tovar_information .box.visible {display: block;}

.tovar_information .tabs li {
	position:relative;
	float:left;
	margin:0 -1px 0 0;
	padding:14px 35px;
	text-transform:uppercase;
	font-weight:900;
	font-size:14px;
	color:#666;
	border:1px solid #e9e9e9;
	cursor:pointer;
	transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
}
.tovar_information .tabs li:hover {color:#333;}
.tovar_information .tabs li.current {
	margin-top:-2px;
	color:#333;
	border-top:3px solid #333;
	border-bottom:1px solid #fff;
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 60%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(60%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f0f0f0 0%,#ffffff 60%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f0f0f0 0%,#ffffff 60%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f0f0f0 0%,#ffffff 60%); /* IE10+ */
	background: linear-gradient(to bottom, #f0f0f0 0%,#ffffff 60%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.tovar_information .box {
	margin-top:-1px;
	padding:16px 19px 18px;
	line-height:18px;
	font-size:12px;
	color:#666;
	border:1px solid #e9e9e9;
}


/* Reviews */
ul.comments li{
	position:relative;	
	margin-bottom:30px;
	margin-left:0;
}

ul.comments li p{margin:0;}
ul.comments li .date{
	float:left;
	padding-left:20px;
	color:#7a8188;
}
ul.comments li .fa + p{margin-top:10px;}

ul.comments li ul li{
	background:#f7f7f7;
	padding:15px 20px;
	margin:20px 0 20px 20px;	
}

.rating-box {padding:5px 0;}
.rating-box .fa {
	float:left;
	width:16px;
	height:16px;
	margin:0;
	padding:0;
	line-height:16px;
	font-size:16px;
	color:#ffdd00;
	text-align:left;
}
.rating-box .fa.fa-star-o, .rating-box .fa.fa-star-o:hover {color:#666;}
.rating-box .fa:hover {color:#ffdd00;}

.rating-box-label {
	display:inline-block;
	margin:4px 10px 0 0;
}








/*-----------------------------------------------------------------------------------*/
/*	BRANDS
/*-----------------------------------------------------------------------------------*/
.brands_carousel .jcarousel-wrapper {padding-bottom:32px;}


/* jCarousel */
.brands_carousel .jcarousel-control-prev {right:auto; left:0;}
.brands_carousel .jCarousel_pagination a {top:35px;}

.brands_carousel .jcarousel {left:44px; width:1082px;}
.brands_carousel .jcarousel li {width:200px; margin-right:20px;}
.brands_carousel .jcarousel li a {display:block; opacity:0.35;}
.brands_carousel .jcarousel li a:hover {opacity:1;}











/*-----------------------------------------------------------------------------------*/
/*	SERVICES SECTION
/*-----------------------------------------------------------------------------------*/
.services_section {padding-top:47px;}

.services_section_description p {
	margin-top:-7px;
	margin-bottom:27px;
	padding-right:40px;
	font-weight:300;
	line-height:38px;
	font-size:30px;
	color:#242424;
}
.services_section_description span {
	display:block;
	line-height:22px;
	font-size:13px;
	color:#666;
}


.service_item i {
	float:left;
	top:0;
	display:block;
	width:32px;
	height:32px;
	margin-right:13px;
	text-align:center;
	line-height:34px;
	font-size:38px;
	color:#333;
}
.service_item p {
	margin:0;
	padding:4px 0 15px;
	line-height:24px;
	font-size:20px;
	color:#333;
}
.service_item span {
	display:block;
	line-height:20px;
	font-size:12px;
	color:#666;
}



/* __________ Type 2 __________ */
.service_item.type2 {text-align:center;}
.service_item.type2 i {
	float:none;
	width:90px;
	height:90px;
	margin:0 auto 27px;
	border-radius:50%;
	line-height:88px;
	color:#fff;
	background-color:#333;
}
.service_item.type2 p {
	padding:0 0 12px;
	line-height:26px;
	font-size:24px;
}
.service_item.type2 span {padding:0 60px;}











/*-----------------------------------------------------------------------------------*/
/*	POSTS
/*-----------------------------------------------------------------------------------*/

/* __________ Recent Posts __________ */
.recent_post_item {
	position:relative;
} 
.recent_post_date {
	position:absolute;
	z-index:10;
	left:0;
	top:5px;
	width:60px;
	height:60px;
	padding-top:14px;
	text-align:center;
	font-weight:300;
	line-height:20px;
	font-size:22px;
	color:#fff;
	background-color:#333;
}
.recent_post_date span {
	display:block;
	text-transform:uppercase;
	font-weight:900;
	line-height:15px;
	font-size:12px;
}
.recent_post_img {
	position:relative;
	float:left;
	display:block;
	margin:5px 30px 10px 0;
}
.recent_post_img:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	opacity:0;
	background-color:#fff;
	transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
}
.recent_post_item:hover .recent_post_img:before {opacity:0.65;}
.recent_post_title {
	display:block;
	margin-bottom:18px;
	line-height:25px;
	font-size:20px;
}
.recent_post_content {padding-bottom:20px;}

.post_meta {
	padding-bottom:24px;
	width:auto !important;
}
.post_meta li {
	float:none !important;
	display:inline-block;
	width:auto !important;
	padding-right:20px;
	margin-right:0 !important;
	text-transform:uppercase;
	font-size:11px;
	color:#333;
}
.post_meta li i {
	top:0;
	padding-right:7px;
	color:#ccc;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.post_meta li .sep {
	display:inline-block;
	padding:0 3px;
	color:#ccc;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.post_meta li:hover i, .post_meta li:hover .sep {color:#333;}












/*-----------------------------------------------------------------------------------*/
/*	TOP SALE
/*-----------------------------------------------------------------------------------*/
.top_sale {
	min-height:970px;
}

.top_sale_description {padding:221px 0 110px;}
.top_sale_description p {
	margin:0;
	text-transform:uppercase;
	font-weight:100;
	line-height:90px;
	font-size:100px;
	color:#fff;
}
.top_sale_description span {
	text-transform:uppercase;
	font-weight:300;
	line-height:49px;
	font-size:40px;
	color:#fff;
}








/*-----------------------------------------------------------------------------------*/
/*	FASHION WEEK
/*-----------------------------------------------------------------------------------*/
.fashion_week {
	min-height:950px;
	background-image:url(/images/website/fashion_week.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
.fashion_week_description {
	padding:175px 0 50px;
	text-align:center;
}
.fashion_week_description p {
	margin:0;
	text-transform:uppercase;
	font-weight:100;
	line-height:101px;
	font-size:100px;
	color:#333;
}
.fashion_week_description p b {font-weight:900;}
.fashion_week_description span {
	text-transform:uppercase;
	font-weight:300;
	line-height:59px;
	font-size:40px;
	color:#333;
}


/* __________ Video Block __________ */
.video_wrapper {
	position:relative;
	width:970px;
	height:480px;
	margin:0 auto;
	box-shadow:0 0 30px rgba(0,0,0,0.75);
}
.video_wrapper img {width:100%;}
.video_wrapper iframe {height:480px;}
.video_wrapper .fa {
	position:absolute;
	left:50%;
	top:50%;
	display:block;
	width:130px;
	height:130px;
	margin:-65px 0 0 -65px;
	font-family: 'FontAwesome';
	text-align:center;
	line-height:120px;
	font-size:50px;
	color:#fff;
	text-indent:6px;
	border:5px solid #fff;
	border-radius:50%;
	background-color: rgba(0,0,0,0.25);
	cursor:pointer;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.video_wrapper .fa:hover {background-color: rgba(0,0,0,0.5);}








/*-----------------------------------------------------------------------------------*/
/*	SHOES
/*-----------------------------------------------------------------------------------*/
.shoes_page {
	min-height:960px;
	background-image:url(/images/website/shoes_page.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
.shoes_page_description {
	padding:287px 0 98px;
	text-align:left;
}
.shoes_page_description p {
	margin:0;
	text-transform:uppercase;
	font-weight:100;
	line-height:78px;
	font-size:100px;
	color:#fff;
}
.shoes_page_description p b {
	font-weight:900;
	line-height:95px;
	font-size:120px;
}
.shoes_page_description span {
	display:block;
	padding-bottom:59px;
	text-transform:uppercase;
	font-weight:300;
	line-height:63px;
	font-size:71px;
	color:#fff;
}
.shoes_page_description .btn {padding-left:47px; padding-right:47px;}








/*-----------------------------------------------------------------------------------*/
/*	SCHOOL SALE
/*-----------------------------------------------------------------------------------*/
.school_sale {
	min-height:700px;
	background-image:url(/images/website/school_sale.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

.school_sale_description {padding:277px 0 223px; width:760px;}
.school_sale_description p {
	margin:0 0 10px;
	text-transform:uppercase;
	font-weight:100;
	line-height:78px;
	font-size:100px;
	color:#fff;
}
.school_sale_description span {
	text-transform:uppercase;
	font-weight:900;
	line-height:34px;
	font-size:30px;
	color:#fff;
}








/*-----------------------------------------------------------------------------------*/
/*	BREADCRUMBS
/*-----------------------------------------------------------------------------------*/
.breadcrumb {
	margin:0;
	padding:0;
	min-height:140px;
	border-radius:0;
	border-bottom:70px solid rgba(255,255,255,0.65);
	background-color:inherit;
	background-repeat:no-repeat;
	background-size:cover;
	background-image:url(/images/website/breadcrumb_bg2.jpg);
}


.breadcrumb.women,
.breadcrumb.men {
	margin:0;
	padding:179px 0 81px;
	border-radius:0;
	border:0;
	background-color:inherit;
	background-repeat:no-repeat;
	background-size:cover;
}
.breadcrumb.women {background-image:url(/images/website/breadcrumb_bg1.jpg);}
.breadcrumb.men {background-image:url(/images/website/breadcrumb_bg2.jpg);}

.breadcrumb h2 {
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-weight:100;
	text-align:center;
	line-height:100px;
	font-size:100px;
	color:#fff;
	text-shadow:1px 1px 0 rgba(0,0,0,0.35);
}



/* Page Header */
.page_header .container {
	margin-bottom:21px;
	padding-bottom:4px;
	border-bottom:1px solid #e9e9e9;
}

.page_header a {
	display:block;
	font-weight:300;
	font-size:13px;
	color:#666;
}
.page_header a:hover {color:#333;}
.page_header a i {
	margin-left:10px;
	display:inline-block;
	width:24px;
	height:24px;
	text-align:center;
	line-height:19px;
	font-size:17px;
	color:#999;
	border:2px solid #ccc;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.page_header a:hover i {
	color:#333;
	border-color:#333;
}









/*-----------------------------------------------------------------------------------*/
/*	SIDEBAR
/*-----------------------------------------------------------------------------------*/
/*#sidebar h3 {*/
	/*margin:0 0 15px;*/
	/*font-weight:900;*/
/*}*/

.sidepanel {
	margin:0 0 10px;
	padding:14px 18px 7px;
	border:2px solid #ccc;
}
.blog .sidepanel {margin-bottom:20px;}


/* __________ Widget Search __________ */
.widget_search {
	margin-bottom:27px;
	padding:20px;
	border:0;
	background-color:#f5f5f5;
}

.widget_search .search_form {position:relative;}
.widget_search .search_form:before {
	content: "\f002";
	position:absolute;
	top:8px;
	right:0;
	width:28px;
	height:11px;
	font-family:FontAwesome;
	text-align:center;
	line-height:11px;
	font-size:10px;
	color:#666;
	border-left:1px dotted #999;
}
.search_form input[type="text"] {
	display:block;
	padding:0 35px 0 8px;
	width:100%;
	height:30px;
	line-height:30px;
	font-size:11px;
	color:#666;
	border:2px solid #e9e9e9;
	background-color:#fff;
}
.search_form input[type="text"]:focus {border-color:#ccc;}





/* __________ Categories __________ */
.widget_categories li {
	position:relative;
	padding:5px 0 4px 15px;
	border-top:1px solid #e9e9e9;
}
.widget_categories li:before {
	content:'°';
	position:absolute;
	left:0;
	top:9px;
	font-size:16px;
	color:#ccc;
}
.widget_categories li a {
	display:block;
	text-transform:uppercase;
	line-height:20px;
	font-size:11px;
	color:#666;
}
.widget_categories li a:hover {
	font-weight:900;
	color:#333;
}





/* __________ Price Filter __________ */
#price-range input {
	display:inline-block;
	vertical-align:top;
	margin:0;
	padding:0;
	width:auto;
	height:auto;
	font-weight:400;
	line-height:14px;
	font-size:11px;
	color:#666;
	border: 0;
	box-shadow: none;
}
#price-range label {
	display:inline-block;
	vertical-align:top;
	margin:0 0 16px;
	text-transform:uppercase;
	font-weight:400;
	line-height:14px;
	font-size:11px;
	color:#666;
}

.padding-range {padding: 0 8px;}
#price-range .ui-widget-content {
	position: relative;
	margin:0 0 15px;
	height:5px;
	background-image: url(/images/website/slider-range.jpg);
	background-repeat:repeat;
}
#price-range .ui-state-default {
	position: absolute;
	z-index: 2;
	width: 11px;
	height: 15px;
	margin:-3px 0 0 -7px;
	background-image: url(/images/website/slider-handle.jpg);
	background-repeat:no-repeat;
	cursor: w-resize;
	transition: none !important;
	-webkit-transition: none!important;
}
#price-range .ui-slider-horizontal .ui-slider-range {
	position: absolute;
	z-index: 1;
	top: 0;
	height: 100%;
	display: block;
	border: 0;
	background-color: #333;
}


/* __________ SHOP BY SIZE __________ */
/*.widget_sized ul {padding-bottom:13px;}*/
.widget_sized li {
	display:inline-block;
	vertical-align:top;
	width:40px;
	height:30px;
	margin:0 2px 5px 0;
	border:1px solid #e9e9e9;
	transition: border-color 0.3s ease-in-out;
	-webkit-transition: border-color 0.3s ease-in-out;
}
.widget_sized li:hover, .widget_sized li.active {border:2px solid #333;}
.widget_sized li a {
	display:block;
	text-transform:uppercase;
	text-align:center;
	line-height:28px;
	font-size:11px;
	color:#666;
	transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
}
.widget_sized li.active a,
.widget_sized li:hover a {
	line-height:26px;
	color:#333;
}



/* __________ SHOP BY COLOR __________ */
/*.widget_color ul {padding-bottom:13px;}*/
/*.widget_color li {*/
	/*display:inline-block;*/
	/*vertical-align:top;*/
	/*width:40px;*/
	/*height:30px;*/
	/*margin:0 2px 5px 0;*/
	/*padding:3px;*/
	/*border:1px solid #e9e9e9;*/
	/*cursor:pointer;*/
	/*transition: border-color 0.3s ease-in-out;*/
	/*-webkit-transition: border-color 0.3s ease-in-out;*/
/*}*/
/*.widget_color li.active,*/
/*.widget_color li:hover {*/
	/*padding:2px;*/
	/*border:2px solid #333;*/
/*}*/
/*.widget_color li a {*/
	/*display:block;*/
	/*width:32px;*/
	/*height:22px;*/
	/*transition: none;*/
	/*-webkit-transition: none;*/
/*}*/
/*.widget_color li a.color1 {background-color:#dc4343;}*/
/*.widget_color li a.color2 {background-color:#61acf2;}*/
/*.widget_color li a.color3 {background-color:#63c85b;}*/
/*.widget_color li a.color4 {background-color:#ddc332;}*/
/*.widget_color li a.color5 {background-color:#c98d4c;}*/
/*.widget_color li a.color6 {background-color:#b771db;}*/
/*.widget_color li a.color7 {background-color:#d3d3d3;}*/
/*.widget_color li a.color8 {*/
	/*background: #e40d3f; !* Old browsers *!*/
	/*background: -moz-linear-gradient(left, #e40d3f 0%, #d70de4 20%, #440de4 40%, #0daae4 60%, #0de444 80%, #e1ec2b 100%); !* FF3.6+ *!*/
	/*background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e40d3f), color-stop(20%,#d70de4), color-stop(40%,#440de4), color-stop(60%,#0daae4), color-stop(80%,#0de444), color-stop(100%,#e1ec2b)); !* Chrome,Safari4+ *!*/
	/*background: -webkit-linear-gradient(left, #e40d3f 0%,#d70de4 20%,#440de4 40%,#0daae4 60%,#0de444 80%,#e1ec2b 100%); !* Chrome10+,Safari5.1+ *!*/
	/*background: -o-linear-gradient(left, #e40d3f 0%,#d70de4 20%,#440de4 40%,#0daae4 60%,#0de444 80%,#e1ec2b 100%); !* Opera 11.10+ *!*/
	/*background: -ms-linear-gradient(left, #e40d3f 0%,#d70de4 20%,#440de4 40%,#0daae4 60%,#0de444 80%,#e1ec2b 100%); !* IE10+ *!*/
	/*background: linear-gradient(to right, #e40d3f 0%,#d70de4 20%,#440de4 40%,#0daae4 60%,#0de444 80%,#e1ec2b 100%); !* W3C *!*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e40d3f', endColorstr='#e1ec2b',GradientType=1 ); !* IE6-9 *!*/
/*}*/



/* __________ SHOP BY BRANDS __________ */
input[type="checkbox"]{display:none;}

input[type="checkbox"]+label {
	position: relative;
	display: block;
	padding:5px 0 4px 19px;
	text-transform:uppercase;
	font-weight:400;
	line-height:20px;
	font-size:11px;
	color:#666;
	border-top:1px solid #e9e9e9;
	cursor:pointer;
	transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
}
input[type="checkbox"]:checked + label,
input[type="checkbox"]+label:hover {
	color:#333;
}
input[type="checkbox"]+label:before{
	content: "\f096";
	position:absolute;
	left:0;
	top:6px;
	font-family:FontAwesome;
	line-height:20px;
	font-size:15px;
	color:#ccc;
	transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
}
input[type="checkbox"]:checked + label:before{
	content: "\f046";
	color:#333;
}

input[type="checkbox"]+label span {
	color:#999;
	transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
}
input[type="checkbox"]+label:hover span {color:#333;}



/* __________ Widget Popular Posts __________ */
.widget_popular_post_item {
	margin-bottom:19px;
	padding-bottom:10px;
	border-bottom:1px solid #e9e9e9;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.widget_popular_posts li:last-child {
	border-bottom:0;
	padding-bottom:0;
	margin-bottom:3px;
}
.widget_popular_posts:hover li {opacity:0.35;}
.widget_popular_posts li:hover {opacity:1;}
.widget_popular_post_img {
	float:left;
	display:block;
	margin:0 20px 10px 0;
}
.widget_popular_post_title {
	margin:-2px 0 8px;
	display:block;
	text-transform:uppercase;
	line-height:14px;
	font-size:11px;
	color:#333;
}
.widget_popular_post_title:hover {color:#242424;}
.widget_popular_post_date {
	display:block;
	padding-bottom:10px;
	line-height:12px;
	font-size:11px;
	color:#999;
}



/* __________ Widget Popular Tags __________ */
.widget_tags {padding-bottom:16px;}
.widget_tags a,
.post_tags a {
	display:inline-block;
	margin:0 2px 5px 0;
	padding:0 10px;
	text-transform:uppercase;
	line-height:30px;
	font-size:11px;
	color:#999;
	border-radius:3px;
	background-color:#efefef;
}
.widget_tags a:hover,
.post_tags a:hover {
	color:#fff;
	background-color:#333;
}



/* __________ Widget Best Sellers __________ */
.widget_best_sellers {
	padding:10px 0 0;
	border:0;
}
.widget_best_sellers h3 {
	margin-bottom:35px;
	padding-bottom:25px;
	border-bottom:1px solid #e9e9e9;
}
.widget_best_sellers .tovar_items_small {padding:0;}




/* __________ Registration Form __________ */
.widget_register_form {margin-bottom:18px;}
.registration_form p {
	margin:0 0 16px;
	font-size:12px;
}
.registration_form input[type="text"] {
	text-transform:uppercase;
	font-size:11px;
}
.registration_form .forgot_pass {
	display:block;
	padding-bottom:9px;
	text-align:center;
	font-size:12px;
	color:#999;
}
.registration_form .forgot_pass:hover {color:#333;}
.registration_form input[type="submit"] {
	float:none;
	width:100%;
	margin-bottom:12px;
}



/* __________ Create New Account __________ */
.widget_new_account p {
	margin:0 0 14px;
	font-size:12px;
}
.widget_new_account .create_acc {
	display:block;
	width:100%;
	padding:15px 10px;
	text-transform:uppercase;
	text-align:center;
	font-weight:900;
	line-height:20px;
	font-size:14px;
	color:#fff;
	background-color:#333;
}
.widget_new_account .create_acc:hover {background-color:#242424;}



/* __________ Widget Bag Totals __________ */
.bag_total {width:100%; padding-bottom:3px;}
.bag_total tr {
	display:block;
	width:100%;
	padding:10px 0 9px;
	text-transform:uppercase;
	line-height:20px;
	font-size:11px;
	border-top:1px solid #e9e9e9;
}
.bag_total tr th {float:left;}
.bag_total tr td {float:right;}
.bag_total tr.cart-subtotal td {
	font-weight:900;
	font-size:14px;
	color:#666;
}
.bag_total tr.shipping td {
	font-weight:900;
	font-size:14px;
	color:#cc3333;
}
.bag_total tr.total td {
	font-weight:900;
	font-size:18px;
	color:#333;
}

.coupon_form {
	position:relative;
	margin:0 -18px 20px;
	padding:20px 18px;
	background-color:#f5f5f5;
}
.coupon_form input[type="text"] {
	height:30px;
	margin:0;
	padding:0 80px 0 10px;
	text-transform:uppercase;
}
.coupon_form input[type="submit"] {
	position:absolute;
	top:20px;
	right:18px;
	width:70px;
	height:30px;
	padding:0;
	line-height:30px;
	font-size:12px;
}

.widget_bag_totals .btn {width:100%; margin-bottom:10px;}








/*-----------------------------------------------------------------------------------*/
/*	SHOP BLOCK
/*-----------------------------------------------------------------------------------*/


/* SORTING TOVAR PANEL */
.sorting_options {
	padding:0 0 15px;
	border-bottom:1px solid #e9e9e9;
}
.sorting_options p {
	position:relative;
	display:inline-block;
	margin:0 9px 0 0;
	padding-right:9px;
	text-transform:uppercase;
	font-weight:900;
	font-size:15px;
	color:#333;
}
.sorting_options p:before {
	content:'';
	position:absolute;
	right:0;
	top:4px;
	width:1px;
	height:13px;
	border-right:1px dotted #999;
}

.count_tovar_items {
	display:inline-block;
	vertical-align:top;
}



.show_all_tovar {
	float:right;
	display:inline-block;
	padding:0 17px;
	text-transform:uppercase;
	font-weight:400;
	line-height:38px;
	font-size:11px;
	color:#666;
	border:1px solid #e9e9e9;
	transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-webkit-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.show_all_tovar:hover {
	padding:0 16px;
	font-weight:900;
	line-height:36px;
	color:#333;
	background:none;
	border:2px solid #333;
}



/* Tovar Sorting */
.product_sort {
	display:inline-block;
	width:67%;
	vertical-align:top;
	text-align:center;
}






/* Tovar Sizes */
#toggle-sizes {
	float:right;
}
#toggle-sizes a {
	display:inline-block;
	margin-left:6px;
	line-height:20px;
	font-size:18px;
	color:#ccc;
}
#toggle-sizes a.active, #toggle-sizes a:hover {color:#333;}




/* __________ Shop Section Sizes __________ */
.shop_block {padding-top:40px;}

.tovar_content {display:none;}
.variable-sizes .tovar_content {display:block;}

.variable-sizes .tovar_img_wrapper {height:275px !Important;}

.shop_block.variable-sizes .tovar_wrapper {
	position:relative;
	width:450px;
}

.shop_block.variable-sizes .tovar_item {height:100%;}

.shop_block.variable-sizes .tovar_img {
	overflow:visible;
	float:left;
	width:200px;
}

.shop_block.variable-sizes .tovar_description {
	float:right;
	width:220px;
	margin:0 0 15px;
	padding:6px 0 16px;
	border-bottom:1px solid #e9e9e9;
}
.shop_block.variable-sizes .tovar_description .tovar_title {
	float:none;
	padding-bottom:15px;
}
.shop_block.variable-sizes .tovar_description .tovar_price {
	float:none;
}

.shop_block.variable-sizes .tovar_item_btns {
	left:100%;
	bottom:0;
	width:100%;
	opacity:1;
}
.shop_block.variable-sizes .tovar_item_btns .tovar_view {
	padding-left:15px;
	padding-right:15px;
}
.shop_block.variable-sizes .tovar_item_btns .tovar_view span {display:none;}



/* Pagination */
.pagination {margin:0;}
.pagination li {
	display:inline-block;
	vertical-align:top;
	margin:0 7px 0 0;
}
.pagination li a {
	display:block;
	width:40px;
	height:40px;
	padding:0;
	font-weight:400;
	text-align:center;
	line-height:38px;
	font-size:11px;
	color:#666;
	border:1px solid #e9e9e9;
	border-radius:0 !important;
	transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-webkit-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.pagination li a:hover,
.pagination li.active a {
	font-weight:900;
	line-height:36px;
	font-size:16px;
	color:#333;
	background:none;
	border:2px solid #333;
}
.pagination li.active a:hover {
	color:#fff;
	border-color:#333;
	background-color:#333;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	color:#fff;
	border-color:#333;
	background-color:#333;
}









/*-----------------------------------------------------------------------------------*/
/*	BLOG
/*-----------------------------------------------------------------------------------*/
.post .post_image,
.post .post_large_image {
	position:relative;
	display:block;
	margin:0 30px 20px 0;
	padding-top:5px;
}
.post .post_image:before,
.post .post_large_image:before {
	content:'';
	position:absolute;
	left:0;
	top:5px;
	right:-1px;
	bottom:0;
	opacity:0;
	background-color:#fff;
	transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
}
article.post:hover .post_image:before, article.post:hover .post_large_image:before {opacity:0.65;}
article.post.blog_post:hover .post_image:before, article.post.blog_post:hover .post_large_image:before {opacity:0;}

.post .post_title {
	display:block;
	padding-bottom:18px;
	line-height:36px;
	font-size:26px;
	color:#333;
}
.post a.post_title:hover {color:#242424;}
.post.large_image .post_title {
	padding-bottom:4px;
	line-height:48px;
	font-size:40px;
}
.post .post_content {padding-bottom:18px;}



/* __________ Blog Post __________ */
.blog_post_content {
	padding:31px 0 0;
	line-height:24px;
	font-size:14px;
}
.blog_post_content p {
	margin:0 0 24px;
	line-height:24px;
	font-size:14px;
}

.blog_post_content h2 {
	margin-bottom:34px;
	text-transform:none;
	line-height:33px;
	font-size:24px;
}
.blog_post_content h3 {
	margin-bottom:34px;
	text-transform:none;
	line-height:33px;
	font-size:20px;
}
.blog_post_content blockquote {margin-top:-8px; margin-bottom:38px;}


.shared_tags_block {
	margin-bottom:22px;
	padding-bottom:50px;
	border-bottom:1px solid #e9e9e9;
}









/*-----------------------------------------------------------------------------------*/
/*	ARTICLES
/*-----------------------------------------------------------------------------------*/
.articles_block {padding-top:9px;}

.article_image {position:relative;}

.article_large .article_image {
	float:left;
	margin:0 30px 20px 0;
}
.article_image:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	right:-1px;
	bottom:0;
	opacity:0;
	background-color:#fff;
	transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;

}
.article_item:hover .article_image:before {opacity:0.65;}
.article_date {
	position:absolute;
	left:0;
	top:0;
	width:60px;
	height:60px;
	padding-top:14px;
	text-align:center;
	font-weight:300;
	line-height:20px;
	font-size:22px;
	color:#fff;
	background-color:#333;
}
.article_date span {
	display:block;
	text-transform:uppercase;
	font-weight:900;
	line-height:15px;
	font-size:12px;
}
.article_image {
	display:block;
	margin:0 0 23px;
}
.article_title {
	display:block;
	margin-bottom:18px;
	line-height:36px;
	font-size:30px;
}

.article_large .article_title {font-size:34px;}
.article_small .article_title {
	line-height:30px;
	font-size:24px;
}
.article_item .post_meta li i {padding-right:3px;}



/* __________ Article Single __________ */
.article_single .article_image {
	float:left;
	margin-bottom:40px;
	padding-left:30px;
}
.article_single .article_date {top:30px;}
.article_single_caption {
	position:relative;
	z-index:2;
	float:right;
	display:table;
	margin:30px 0 0 -30px;
	padding:0 28px;
	width:400px;
	height:360px;
	background-color:#333;
}
.article_single_caption p {
	display:table-cell;
	vertical-align:middle;
	line-height:44px;
	font-size:36px;
	color:#fff;
}

.article_single_content h3 {
	float:left;
	width:775px;
	margin-bottom:34px;
	padding-left:30px;
	text-transform:none;
	line-height:33px;
	font-size:20px;
}
.article_single_content blockquote {
	float:left;
	width:300px;
}

.article_single_content p {
	margin-bottom:24px;
	line-height:24px;
	font-size:14px;
}

.article_single_content .post_meta {padding-bottom:44px;}

.article_single_content .shared_tags_block {padding-bottom:29px; margin:0; border:0;}










/*-----------------------------------------------------------------------------------*/
/*	BLOG COMMENTS
/*-----------------------------------------------------------------------------------*/
#comments {padding-bottom:13px;}
#comments h2 {
	margin-bottom:23px;
	text-transform:none;
	line-height:33px;
	font-size:24px;
}

#comments li {padding:0 0 20px 0;}
#comments .avatar {
	float:left;
	display:block;
	margin-right:20px;
	width:70px;
	height:70px;
}
.comment_right {
	position:relative;
	display:table;
	padding:14px 19px 17px 29px;
	font-size:12px;
	color:#666;
	border:1px solid #efefef;
}
.comment_right:before {
	content: '';
	position:absolute;
	left:-10px;
	top:26px;
	width:11px;
	height:20px;
	background-image:url(/images/website/comment_right_b.jpg);
	background-repeat:no-repeat;
	background-size:100% auto;
	-webkit-background-size:100% auto;
}
.comment_info {padding-bottom:11px;}
.comment_author {
	text-transform:uppercase;
	font-weight:900;
	font-size:12px;
	color:#333;
}
.comment_reply {
	float:right;
	text-transform:uppercase;
	font-weight:900;
	font-size:12px;
	color:#999;
}
.comment_reply:hover {color:#333;}
.comment_date {
	line-height:16px;
	font-size:11px;
	color:#999;
}

#comments ol li ul li {padding:20px 0 0 100px;}

.leave_comment input[type="text"] {width:32.8%;
}
.leave_comment textarea {
	width:99.5%;
	min-height: 130px;
}







/*-----------------------------------------------------------------------------------*/
/*	LOVE LIST / SHOPPING BAG
/*-----------------------------------------------------------------------------------*/
.love_list_block {padding-top:9px;}

table.shop_table {
	margin: 0;
	width: 100%;
}
table.shop_table thead {background-color:#f5f5f5;}
table.shop_table th {
	padding:4px 0 6px;
	text-transform:uppercase;
	line-height:20px;
	font-size:11px;
}
table tr.cart_item td {
	padding:6px 20px 20px 0;
	border-bottom:1px solid #e9e9e9;
}
table tr.cart_item:last-child td {border:0;}
table tr.cart_item td.product-thumbnail {width:120px;}
table tr.cart_item td.product-thumbnail a {display:block;}
table tr.cart_item td.product-thumbnail a img {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
table.shop_table tbody:hover .product-thumbnail img {opacity:0.35;}
table.shop_table tbody .cart_item:hover .product-thumbnail img {opacity:1;}

table tr.cart_item td.product-name {
	vertical-align:middle;
	width:310px;
}
table tr.cart_item td.product-name a {
	text-transform:uppercase;
	font-weight:900;
	font-size:14px;
}
table tr.cart_item td.product-name li {
	position:relative;
	display:inline-block;
	margin-right:8px;
	padding-right:11px;
	font-size:11px;
	color:#333;
}
table tr.cart_item td.product-name li:last-child {margin-right:0; padding-right:0;}
table tr.cart_item td.product-name li:before {
	content:'|';
	position:absolute;
	right:-1px;
	top:0;
	color:#ccc;
}
table tr.cart_item td.product-name li:last-child:before {display:none;}

table tr.cart_item td.product-price {
	width:100px;
	font-weight:900;
	font-size:14px;
	color:#666;
}
table tr.cart_item td.product-add-bag {
	padding-right:0;
	width:210px;
}
table tr.cart_item td.product-add-bag .add_bag {
	display:block;
	width:100%;
	border:0;
	text-transform:uppercase;
	font-weight:900;
	line-height:50px;
	font-size:14px;
	color:#fff;
	background-color:#333;
}
table tr.cart_item td.product-add-bag .add_bag:hover {background-color:#242424;}
table tr.cart_item td.product-add-bag .add_bag i {
	display:inline-block;
	padding-right:17px;
}
table tr.cart_item td.product-remove {
	padding-right:0;
	text-align:right;
}
table tr.cart_item td.product-remove a {
	font-weight:300;
	font-size:13px;
	color:#666;
}
table tr.cart_item td.product-remove a:hover {color:#cc3333;}
table tr.cart_item td.product-remove i {
	display:inline-block;
	vertical-align:top;
	margin-left:10px;
	margin-top:-2px;
	width:24px;
	height:24px;
	line-height:20px;
	font-style:normal;
	text-align:center;
	font-size:9px;
	color:#999;
	border:2px solid #ccc;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
table tr.cart_item td.product-remove a:hover i {color:#cc3333; border-color:#cc3333;}

table tr.cart_item td.product-quantity {width:120px;}
table tr.cart_item td.product-quantity .fancy-select .trigger {width:74px;}
table div.fancy-select ul.options {min-width:74px;}

table tr.cart_item td.product-subtotal {
	width:100px;
	font-weight:900;
	font-size:14px;
	color:#666;
}









/*-----------------------------------------------------------------------------------*/
/*	PAGE 404
/*-----------------------------------------------------------------------------------*/
.page404 {background-image:url(/images/website/404_bg.jpg);}

.wrapper404 {
	float:right;
	width:570px;
	padding-right:30px;
	padding-left:30px;
	text-align:center;
	color:#fff;
}
.wrapper404 h1 {
	margin:0;
	padding-top:10px;
	font-weight:900;
	line-height:136px;
	font-size:130px;
	color:#fff;
}
.wrapper404 h2 {
	position:relative;
	margin-bottom:24px;
	padding-bottom:23px;
	font-weight:300;
	line-height:40px;
	font-size:40px;
	color:#fff;
}
.wrapper404 h2:before {
	content:'';
	position:absolute;
	left:50%;
	bottom:0;
	width:50px;
	height:2px;
	margin-left:-25px;
	background-color:#fff;
}
.wrapper404 p {
	margin:0 0 44px;
	text-transform:uppercase;
	line-height:24px;
	font-size:20px;
}
.wrapper404 .btn {margin-bottom:10px;}







/*-----------------------------------------------------------------------------------*/
/*	MY ACCOUNT
/*-----------------------------------------------------------------------------------*/
.my_account {
	padding-top:250px;
	background-image:url(/images/website/my_account_bg.jpg);
}

.my_account_block {background-color:#fff; margin-bottom:54px;}
.my_account_block h2 {
	margin:0 0 39px;
	font-weight:900;
	font-size:24px;
}

.my_account_block .login {
	float:left;
	width:50%;
	padding:30px 28px;
	border-right:1px solid #ccc;
}
.login_form input[type="text"] {
	height:50px;
	margin-bottom:20px;
	text-transform:uppercase;
}
.login_form input[type="text"].last {margin-bottom:9px;}
.login_form input[type="checkbox"] + label {
	text-transform:none;
	font-size:12px;
	border:0;
}
.login_form .forgot_pass {
	display:block;
	padding-top:5px;
	color:#999;
}
.login_form .forgot_pass:hover {color:#333;}
.login_form input[type="submit"] {
	float:none;
	display:inline-block;
	width:230px;
	height:50px;
	margin:27px 0 0;
	background-color:#333;
}

.my_account_block .new_customers {
	float:left;
	width:50%;
	padding:30px 28px;
}
.my_account_block .new_customers p {color:#333;}
.my_account_block .new_customers li {line-height:22px;}
.my_account_block .new_customers .btn {
	display:inline-block;
	width:230px;
	margin:40px auto 0;
}

.my_account_note {
	padding-bottom:63px;
	text-transform:uppercase;
	font-weight:300;
	line-height:46px;
	font-size:40px;
	color:#fff;
}
.my_account_note b {
	display:inline-block;
	padding-left:30px;
	font-weight:900;
}









/*-----------------------------------------------------------------------------------*/
/*	PRODUCT CATALOG LIST
/*-----------------------------------------------------------------------------------*/
.product_catalog_block .container {
	margin-bottom:24px;
	padding-bottom:20px;
	border-bottom:1px solid #e9e9e9;
}
.product_catalog_block.last .container {border-bottom:0;}

.product_catalog_item img {
	float:left;
	margin:9px 30px 10px 0;
}
.product_catalog_title {
	margin:0 0 5px;
	text-transform:uppercase;
	font-weight:300;
	line-height:47px;
	font-size:40px;
	color:#333;
}
.product_catalog_list {padding-left:90px;}
.product_catalog_list li {
	position:relative;
	padding:10px 5px 0 12px;
}
.product_catalog_list li:before {
	content:'°';
	position:absolute;
	left:0;
	top:14px;
	font-size:16px;
	color:#ccc;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.product_catalog_list li:hover:before {color:#333;}
.product_catalog_list li a {
	text-transform:uppercase;
	font-size:11px;
	color:#666;
}
.product_catalog_list li a:hover {color:#333;}

.product_catalog_item .product_catalog_list {padding-left:300px;}



/* __________ Brands List __________ */
.brand_letter {
	float:left;
	width:70px;
	margin-right:30px;
	text-transform:uppercase;
	font-weight:300;
	line-height:111px;
	font-size:100px;
	color:#333;
}










/*-----------------------------------------------------------------------------------*/
/*	UPDATE PAGE
/*-----------------------------------------------------------------------------------*/
.update_page {background-image:url(/images/website/update_bg.jpg);}

.update_wrapper {
	width:680px;
	margin:0 auto;
	padding:191px 0 150px;
	text-align:center;
	color:#fff;
}
.update_wrapper h1 {
	margin:0;
	padding-top:10px;
	font-weight:900;
	line-height:136px;
	font-size:130px;
	color:#fff;
}
.update_wrapper h2 {
	position:relative;
	margin-bottom:24px;
	padding-bottom:23px;
	font-weight:300;
	line-height:40px;
	font-size:40px;
	color:#fff;
}
.update_wrapper h2:before {
	content:'';
	position:absolute;
	left:50%;
	bottom:0;
	width:50px;
	height:2px;
	margin-left:-25px;
	background-color:#fff;
}
.update_wrapper p {
	margin:0 0 44px;
	text-transform:uppercase;
	line-height:24px;
	font-size:20px;
}










/*-----------------------------------------------------------------------------------*/
/*	ABOUT US PAGE
/*-----------------------------------------------------------------------------------*/
.about_us_info {padding-top:9px;}

.about_us_description p {
	margin-top:-7px;
	margin-bottom:27px;
	padding-right:40px;
	font-weight:300;
	line-height:38px;
	font-size:30px;
	color:#242424;
}
.about_us_description span {
	display:block;
	margin-bottom:22px;
	line-height:22px;
	font-size:13px;
	color:#666;
}



/* __________ Our Team __________ */
.team_item {
	padding:39px 10px 24px;
	border:1px solid #e9e9e9;
	transition: border-color 0.3s ease-in-out;
	-webkit-transition: border-color 0.3s ease-in-out;
}
.team_item:hover {
	padding:37px 10px 22px;
	border:3px solid #333;
}
.team_item .team_foto {
	margin:0 auto 25px;
	width:170px;
	height:170px;
	border-radius:50%;
}
.team_item p {
	margin:0 0 2px;
	text-transform:uppercase;
	font-weight:900;
	font-size:16px;
	color:#333;
}
.team_item .team_social {padding:17px 0 0;}
.team_item .team_social a {
	display:inline-block;
	width:32px;
	height:32px;
	margin:0 1px 0 5px;
	font-size:20px;
	color:#ccc;
}
.team_item .team_social a:hover {color:#333;}









/*-----------------------------------------------------------------------------------*/
/*	CONTACTS PAGE
/*-----------------------------------------------------------------------------------*/
.contacts_block {padding-top:9px;}


/* __________ Contact Info __________ */
.contact_info_block {
	min-height:490px;
	padding:14px 18px;
	border:2px solid #ccc;
}
.contact_info_block li {
	margin-bottom:17px;
	padding-bottom:14px;
	border-bottom:1px solid #e9e9e9;
}
.contact_info_block li:last-child {border:0;}
.contact_info_block h3 {
	margin-bottom:12px;
}
.contact_info_block h3 i {
	display:inline-block;
	padding-right:12px;
	line-height:20px;
	color:#ccc;
}
.contact_info_block p {
	margin:0;
	font-weight:700;
	color:#333;
}
.contact_info_block p.phone {font-weight:900;}
.contact_info_block a {
	display:inline-block;
	margin-bottom:23px;
	line-height:18px;
}


/* __________ Contact Form __________ */
.contact_form {
	min-height:490px;
	padding:14px 18px 19px;
	border:2px solid #ccc;
}
.contact_form h3 {margin-bottom:11px;}
.contact_form p {
	margin:0 0 14px;
}

#ajax-contact-form label {
	display:none;
	margin:0;
	text-transform:uppercase;
	font-size:11px;
	color:#666;
}
#ajax-contact-form textarea,
#ajax-contact-form input[type="text"] {
	margin-bottom:10px;
	text-transform:uppercase;
	font-size:11px;
	color:#666;
}
#ajax-contact-form textarea {min-height:189px;}
#ajax-contact-form input[type="submit"] {
	float:none;
	width:100%;
}

.notification_error {
	margin-bottom:10px;
	padding:5px 10px;
	line-height:15px;
	font-size:11px;
	color:#cc3333;
	border:2px solid #cc3333;
	background-color:#ffeded;
}
.notification_ok {
	margin-bottom:10px;
	padding:5px 10px;
	line-height:15px;
	font-size:11px;
	color:#3399cc;
	border:2px solid #3399cc;
	background-color:#e8f8ff;
}


.ie #ajax-contact-form label {display:block;}
.ie #ajax-contact-form textarea {min-height:120px;}







/*-----------------------------------------------------------------------------------*/
/*	CHECKOUT
/*-----------------------------------------------------------------------------------*/
.checkout_nav {margin-bottom:30px;}
.checkout_nav li {
	position:relative;
	display:inline-block;
	width:25%;
	margin-right:-4px;
	padding:10px 0 12px;
	font-weight:300;
	text-align:center;
	line-height:26px;
	font-size:22px;
	color:#999;
	border:2px solid #ccc;
	border-right:0;
}
.checkout_nav li:before {
	content:'';
	position:absolute;
	z-index:1;
	right:-22px;
	top:0;
	bottom:0;
	width:26px;
	background-image:url(/images/website/checkout_arrow.jpg);
	background-repeat:no-repeat;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
}
.checkout_nav li.active_step {
	font-weight:400;
	color:#333;
	border-right:0;
	background-color:#f4f4f4;
}
.checkout_nav li.active_step:before {background-image:url(/images/website/active_step.jpg);}
.checkout_nav li.done_step,
.checkout_nav li.done_step2 {
	font-weight:400;
	color:#333;
	border-color: #6d9f3b;
	border-right:0;
	background-color:#e4ffd1;
}
.checkout_nav li.done_step:before {background-image:url(/images/website/done_step.jpg);}
.checkout_nav li.done_step2:before {background-image:url(/images/website/done_step2.jpg);}
.checkout_nav li.last {border-right:2px solid #ccc;}
.checkout_nav li.last:before {display:none;}



/* __________ Checkout Form __________ */
.checkout_form {
	margin-bottom:32px;
	padding:22px 28px 31px 28px;
	border:2px solid #ccc;
}
.checkout_form label {
	display:block;
	margin-bottom:4px;
	text-transform:uppercase;
	line-height:20px;
	font-size:11px;
	color:#666;
}
.checkout_form hr {
	margin-top:24px;
	margin-bottom:21px;
	border:0;
	border-top:1px solid #e9e9e9;
}
p.checkout_title {
	margin:0 0 22px;
	text-transform:uppercase;
	font-size:11px;
	color:#666;
}

.checkout_form .country .fancy-select .trigger {
	width:260px;
	height:40px;
	padding-top:8px;
	padding-bottom:8px;
	font-weight:400;
	color:#999;
	border-color:#e9e9e9;
}
.checkout_form .country .fancy-select .trigger:after {top:8px;}
.checkout_form .country .fancy-select ul.options {width:260px;}

.checkout_form_input {
	float:left;
	width:260px;
	margin-bottom:4px;
	margin-right:23px;
}
.checkout_form_input2 {
	float:left;
	width:543px;
	margin-bottom:14px;
	margin-right:23px;
}
.checkout_form_input.last, .checkout_form_input2.last {margin-right:0;}

.checkout_form_note {
	float:left;
	padding-top:30px;
	padding-bottom:17px;
	font-weight:300;
}

.checkout_block_btn {
	width:230px;
	margin-top:17px;
}


/* __________ Checkout Delivery __________ */
.checkout_block input[type="radio"] {display:none;}
.checkout_block input[type="radio"] + label {
	position:relative;
	padding-left:30px;
	font-weight:400;
	line-height:20px;
	font-size:14px;
	color:#333;
	cursor:pointer;
}
.checkout_block input[type="radio"] + label b {
	display:block;
	margin-bottom:18px;
	font-weight:900;
}
.checkout_block input[type="radio"] + label img {
	margin:0 auto;
}
.checkout_block input[type="radio"] + label:before {
    content: "\f10c";
	position:absolute;
	left:0;
	top:0;
    display: block;
    height: 20px;
    width: 20px;
    font-family:FontAwesome;
	font-weight:400;
    line-height:20px;
	font-size:23px;
	color:#ccc;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.checkout_block input[type="radio"] + label:hover:before {color:#333;}
.checkout_block input[type="radio"]:checked + label:before {content: "\f192"; color:#333;}




.checkout_delivery {
	margin-bottom:32px;
	padding:22px 28px 31px 28px;
	border:2px solid #ccc;
}
.checkout_delivery ul {padding-bottom:22px;}
.checkout_delivery li {
	display:inline-block;
	vertical-align:top;
	margin-right:50px;
	width:20.2%;
}
.checkout_delivery_note {
	padding:10px;
	line-height:30px;
	font-size:14px;
	color:#333;
	background-color:#ffe9ed;
}
.checkout_delivery_note i {
	display:inline-block;
	vertical-align:top;
	width:30px;
	height:30px;
	margin-right:16px;
	line-height:35px;
	font-size:30px;
	color:#dc3554;
}


/* __________ Payment Method __________ */
.checkout_payment {
	margin-bottom:32px;
	padding:22px 28px 31px 28px;
	border:2px solid #ccc;
}
.payment_method {
	float:left;
	width:840px;
}
.credit_card_number {
	float:right;
	width:240px;
}
.payment_method li {
	display:inline-block;
	width:165px;
}
.payment_method label img {margin-top:19px !important;}

.credit_card_number_form .margrightminus20 {margin-right:-20px;}
.credit_card_number_form .fancy-select {float:left;}
.credit_card_number_form div.fancy-select div.trigger {
	width:110px;
	height:40px;
	margin-right:20px;
	margin-bottom:18px;
	padding-top:8px;
	padding-bottom:8px;
	font-weight:400;
	color:#999;
	border-color:#e9e9e9;
}
.credit_card_number_form div.fancy-select div.trigger:after {top:8px;}
.credit_card_number_form ul.options {width:110px; min-width:110px !important;}

.credit_card_number_form input[type="text"] {
	margin:0 0 18px;
	text-transform:uppercase;
	color:#999;
}


/* __________ Confirm Orded __________ */
.checkout_confirm_orded {
	padding:22px 28px 31px 28px;
	border:2px solid #ccc;
}
.billing_information {
	float:left;
	width:200px;
	margin-right:40px;
}
.billing_information_content span {
	display:block;
	font-size:13px;
	color:#333;
}
.payment_delivery {
	float:left;
	width:199px;
}
.checkout_confirm_orded_bordright {
	float:left;
	border-right:1px solid #e9e9e9;
}


/* _________ Products __________ */
.checkout_confirm_orded_products {
	float:left;
	width:338px;
	margin-left:30px;
}
.checkout_confirm_orded_products li {margin-bottom:10px;}
.checkout_confirm_orded_products .cart_item_product {
	float:left;
	margin-right:20px;
	width:60px;
}
.checkout_confirm_orded_products .cart_item_title {
	display:block;
	text-transform:uppercase;
	font-weight:900;
	line-height:20px;
	font-size:14px;
	color:#333;
}
.checkout_confirm_orded_products .cart_item_title:hover {color:#242424;}

.widget_bag_totals.your_order_block {
	margin-bottom:0;
	min-height:397px;
}
.widget_bag_totals.your_order_block .bag_total tbody {
	display:block;
	padding-bottom:82px;
}










/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
footer {
	position:relative;
	padding:34px 0 0;
	line-height:20px;
	font-size:11px;
	color:#999;
	background-color:#333;
}
footer h4 {font-weight:900; color:#fff;}

footer a {color:#999;}
footer a:hover {color:#fff;}

.foot_address {
	margin-bottom:11px;
	padding-bottom:13px;
	border-bottom:1px solid #3e3e3e;
}
.foot_address span {
	display:block;
	text-transform:uppercase;
}


.foot_phone a {
	font-weight:900;
	line-height:26px;
	font-size:16px;
	color:#ccc !important;
}


.foot_mail a {
	display:inline-block;
	line-height:20px;
	color:#999;
}
.foot_mail a:hover {color:#fff;}


.foot_live_chat a {
	display:inline-block;
	text-transform:uppercase;
	line-height:26px;
	font-size:11px;
	color:#999;
}
.foot_live_chat a:hover {color:#fff;}
.foot_live_chat a i {
	display:inline-block;
	padding-right:3px;
	font-size:15px;
	color:#666;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.foot_live_chat a:hover i {color:#fff;}


/* __________ Foot Menu __________ */
.foot_menu li {padding-bottom:4px;}
.foot_menu li a {text-transform:uppercase;}







/*-----------------------------------------------------------------------------------*/
/*	SOCIAL
/*-----------------------------------------------------------------------------------*/
.social a {
	display:inline-block;
	width:40px;
	height:40px;
	margin:0 7px 10px 0;
	text-align:center;
	border:2px solid #434343;
}
.social a:hover {border-color:#fff;}
.social a i {
	line-height:36px;
	font-size:20px;
	color:#434343;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.social a:hover i {color:#fff;}








/*-----------------------------------------------------------------------------------*/
/*	NEWSLETTER
/*-----------------------------------------------------------------------------------*/
footer .newsletter_form {padding-bottom:16px; padding-top:7px;}
footer .newsletter_form input[type="text"] {
	width:240px;
	margin:0 8px 10px 0;
	padding:10px 10px 11px;
	font-size:11px;
	color:#666;
	background-color:#333;
	border:2px solid #434343;
}
footer .newsletter_form input[type="text"]:focus {
	color:#fff;
	border-color:#fff;
}
footer .newsletter_btn {
	padding:11px 10px 10px !important;
	width:118px;
	background-color:#434343;
}


/* Newsletter From */
/*.widget_newsletter {*/
	/*padding:2px;*/
	/*background-image:url(/images/website/widget_newsletter.jpg);*/
	/*border:0;*/
/*}*/
/*.newsletter_wrapper {*/
	/*padding:14px 18px 7px;*/
	/*background-color:#fff;*/
/*}*/
/*.widget_newsletter input[type="text"] {*/
	/*width:100%;*/
	/*height:40px;*/
	/*margin-bottom:10px;*/
	/*padding:7px 10px;*/
	/*font-size:11px;*/
	/*color:#666;*/
	/*border:2px solid #e9e9e9;*/
/*}*/
/*.widget_newsletter input[type="text"]:focus {border-color:#ccc;}*/
/*.widget_newsletter input[type="submit"] {*/
	/*margin-bottom:13px;*/
	/*width:100%;*/
	/*padding:10px;*/
	/*background-color:#434343;*/
/*}*/
/*.widget_newsletter input[type="submit"]:hover {background-color:#cc3333;}*/








/*-----------------------------------------------------------------------------------*/
/*	COPYRIGHT
/*-----------------------------------------------------------------------------------*/
.copyright {
	background-color:#2c2c2c;
}

.copyright .back_top {
	display:inline-block;
	vertical-align:top;
	padding-left:8px;
	text-align:center;
	line-height:20px;
	font-size:11px;
	color:#666;
}
.copyright .back_top:hover {color:#fff;}
.copyright .back_top i {
	width:24px;
	height:24px;
	margin:-2px 0 0 10px;
	font-family:FontAwesome;
	line-height:18px;
	font-size:16px;
	color:#333;
	border:2px solid #333;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.copyright .back_top:hover i {border-color:#fff; color:#fff;}


.foot_logo {
	float:left;
	width:115px;
}


.copyright_inf {
	float:right;
	padding:18px 0 22px;
	color:#333;
}
.copyright_inf span {
	display:inline-block;
	padding:0 8px;
	color:#666;
}









/*-----------------------------------------------------------------------------------*/
/*	FORM
/*-----------------------------------------------------------------------------------*/
#contact {
	padding:0 100px;
}

textarea,
input[type="text"],
input[type="url"] {
	width:100%;
	height:40px;
	margin: 0 6px 10px 0;
	padding: 10px;
	text-transform:none;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	line-height:20px;
	font-size: 11px;
	color: #666;
	font-style:normal;
	border-radius: 0;	
	background: #fff;
	border: 2px solid #e9e9e9;
	box-shadow: none;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
input[type="text"].email {margin-right:0;}
textarea {
	overflow:hidden;
	width:100%;
	min-height:100px;
	margin-bottom:20px;
	resize: none;
}

textarea:focus,
input:focus {
	outline: 0;
	box-shadow: none;
	color:#666;
	border: 2px solid #e9e9e9;
}
input[type="submit"] {
	float:right;
	margin: 0;
	padding: 10px 52px;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-weight:900;
	font-style:normal;
	line-height:20px;
	font-size: 14px;
	color: #fff;
	border-radius: 0;	
	background: #434343;
	border: 0;
	box-shadow: none;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover {background-color:#242424;}




/* __________ Comment Form __________ */
#comment_form {margin-bottom:53px;}
#comment_form .comment_form_wrapper {
	padding:2px;
	background-image:url(/images/website/comment_bord.jpg);
}
#comment_form form {
	position:relative;
	margin:0;
	padding:28px;
	background-color:#fff;
}
#comment_form h2 {
	margin-bottom:22px;
	text-transform:none;
	line-height:33px;
	font-size:24px;
}
#comment_form input[type="text"] {width:49.4%;}
#comment_form .comment_note {
	padding:9px 0 11px;
	font-size:11px;
}














/*-----------------------------------------------------------------------------------*/
/*	JCAROUSEL STYLES
/*-----------------------------------------------------------------------------------*/
.jcarousel-wrapper {position: relative;}
.jcarousel {position: relative; overflow: hidden; width: 100%;}
.jcarousel ul {width: 20000em; position: relative;}
.jcarousel li {float: left; width:370px; margin-right:30px;}


.lcarousel-wrapper {position:relative;}
.jCarousel_pagination a {
	position:absolute;
	z-index:100;
	top:-50px;
	display:block;
	width:24px;
	height:24px;
	font-family:FontAwesome;
	text-align:center;
	line-height:19px;
	font-size:17px;
	color:#999;
	border:2px solid #ccc;
}
.jcarousel-control-prev {right:29px;}
.jcarousel-control-next {right:0;}
.jCarousel_pagination a:hover {color:#333; border-color:#333;}

.jCarousel_pagination a.inactive {cursor:default; color:#999 !important; border-color:#ccc !important;}


/* __________ Best Products __________ */
.best_products .jcarousel li {width:270px;}



/* __________ Best Products __________ */
.popular_articles .jcarousel li {width:370px;}












/*-----------------------------------------------------------------------------------*/
/*	RESPONSIVE STYLES
/*-----------------------------------------------------------------------------------*/

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	

}

@media (max-width: 1024px) {

	
}

@media (min-width: 992px) and (max-width: 1199px) {

	.respond_clear_1024 {clear:both; height:0; font-size:0;}
	

/*-----------------------------------------------------------------------------------*/
/*	HOME SLIDER
/*-----------------------------------------------------------------------------------*/

	/* __________ Menu __________ */
	.navmenu li a {padding-left:12px; padding-right:12px;}
	
	
	/* __________ Tovar Item __________ */
	.tovar_item_btns a {margin:0 0 0 2px;}
	.tovar_view {padding-left:12px; padding-right:12px; font-size:12px;}
	
	
	/* __________ Brands Carousel __________ */
	.brands_carousel .jcarousel {width:882px;}

	
	/* __________ Recent Posts __________ */
	.recent_post_img {width:200px; margin-right:15px;}
	.recent_post_title {font-size:18px; line-height:22px;}
	
	
	
/*-----------------------------------------------------------------------------------*/
/*	HOME MEN PROMO
/*-----------------------------------------------------------------------------------*/
	
	/* __________ Banners __________ */
	.top_sale {min-height:830px;}
	
	
	
/*-----------------------------------------------------------------------------------*/
/*	HOME KIDS
/*-----------------------------------------------------------------------------------*/
	.school_sale {min-height:520px;}
	.school_sale_description {padding:210px 0 120px;}
	
	
	
/*-----------------------------------------------------------------------------------*/
/*	HOME VIDEO
/*-----------------------------------------------------------------------------------*/
	.fashion_week {min-height:800px;}
	.video_wrapper {width:700px; height:346px;}
	.video_wrapper iframe {height:346px;}
	
	/* __________ Best Products Carousel __________ */
	.best_products .jcarousel li {width:220px;}
	
	
	
/*-----------------------------------------------------------------------------------*/
/*	HOME SHOES
/*-----------------------------------------------------------------------------------*/
	.shoes_page {min-height:740px;}
	.shoes_page_description {padding:150px 0 70px;}
	
	
	/* __________ Popular Articles carousel __________ */
	.popular_articles .jcarousel li {width:303px;}
	.article_title {font-size:24px; line-height:30px;}
	.post_meta li {font-size:10px; padding-right:10px;}
	
	
	
/*-----------------------------------------------------------------------------------*/
/*	SHOP
/*-----------------------------------------------------------------------------------*/
	.breadcrumb.women, .breadcrumb.men {padding:120px 0 40px;}
	.breadcrumb h2 {font-size:90px; line-height:90px;}
	
	
	/* __________ Tovar Item Sizes __________ */
	.shop_block.variable-sizes .tovar_wrapper {width:374px;}
	.shop_block.variable-sizes .tovar_img {width:150px;}
	.shop_block.variable-sizes .tovar_description {width:193px;}
	.shop_block.variable-sizes .tovar_item_btns {width:198px;}
	
	
	/* __________ Product Details __________ */
	.tovar_view_fotos {width:430px;}
	.tovar_view_description {width:255px;}
	.tovar_view_title {font-size:26px; line-height:28px;}
	.tovar_view_btn .add_bag {padding:13px 18px;}
	
	
	/* __________ Love List __________ */
	table tr.cart_item td.product-name {width:200px;}
	table tr.cart_item td.product-add-bag {width:160px;}
	
	
	/* __________ Shopping Bag __________ */
	.widget_bag_totals .btn {padding-left:5px; padding-right:5px;}
	
	
	/* __________ Product Catalog __________ */
	.product_catalog_item img {width:200px;}
	.product_catalog_item .product_catalog_list {padding-left:230px;}
	.product_catalog_list li {padding-top:3px;}
	.product_catalog_list li:before {top:7px;}
	
	
	/* __________ Brands List __________ */
	.brand_letter {font-size:80px; line-height:80px; margin-right:20px;}
	
	
	
/*-----------------------------------------------------------------------------------*/
/*	SITE UPDATE
/*-----------------------------------------------------------------------------------*/
	.update_wrapper {padding:130px 0 90px;}
	
	

/*-----------------------------------------------------------------------------------*/
/*	CONTACT PAGE
/*-----------------------------------------------------------------------------------*/
	#ajax-contact-form textarea {min-height:168px;}
	
	
	
/*-----------------------------------------------------------------------------------*/
/*	PAGE 404
/*-----------------------------------------------------------------------------------*/
	.page404 {min-height:500px;}
	.wrapper404 {padding-top:100px;}
	
	

/*-----------------------------------------------------------------------------------*/
/*	ARTICLES
/*-----------------------------------------------------------------------------------*/
	.article_large .article_image {width:580px;}
	.article_large .article_title {line-height:34px;}
	.article_small .article_title {font-size:18px; line-height:22px;}
	
	
	/* __________ Single Article __________ */
	.article_single .article_image {width:630px;}
	.article_single_caption {width:369px; height:283px;}
	.article_single_caption p {font-size:32px; line-height:36px;}
	.article_single_content h3 {width:630px; font-size:17px; line-height:26px;}
	.article_single_content blockquote {width:269px;}
	
	.flexslider.article_slider {width:500px;}
	
	

/*-----------------------------------------------------------------------------------*/
/*	CHECOUT
/*-----------------------------------------------------------------------------------*/
	.checkout_form_input {width:215px; margin-right:15px;}
	.checkout_form .country .fancy-select .trigger {width:215px;}
	.checkout_form_input2 {margin-right:15px; width:445px;}
	
	.checkout_delivery li {width:21%; margin-right:30px;}
	
	.payment_method {width:660px;}
	.payment_method li {width:125px;}
	.checkout_block input[type="radio"] + label img {width:100%;}
	
	.billing_information {width:150px;}
	.checkout_confirm_orded_products {width:240px; margin-left:20px;}
	
	
/*-----------------------------------------------------------------------------------*/
/*	BLOG
/*-----------------------------------------------------------------------------------*/
	.post.large_image .post_title {font-size:34px; line-height:40px;}
	.post .post_title {font-size:24px; line-height:30px;}
	
	#comment_form input[type="text"] {width:49%;}
	
	
	
/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
	footer .newsletter_btn {width:100px;}
	footer .newsletter_form input[type="text"] {width:194px;}

	
	
}

@media (min-width: 768px) and (max-width: 991px) {
	.respond_clear_768 {clear:both; height:0; font-size:0;}
	

/*-----------------------------------------------------------------------------------*/
/*	HOME SLIDER
/*-----------------------------------------------------------------------------------*/

	/* __________ Menu __________ */
	.navmenu li a {padding-left:11px; padding-right:11px;}
	
	.love_list .love_list_btn p, .shopping_bag .shopping_bag_btn p {display:none;}
	/*.shopping_bag .shopping_bag_btn, .love_list .love_list_btn {padding:20px 10px;}*/
	.cart {left:auto; right:0;}
	
	
	.navmenu li.sub-menu ul.megamenu_col3 {width:355px;}
	.navmenu li.sub-menu ul li a {font-size:10px; line-height:15px; padding-bottom:5px;}
	.navmenu li ul.mega_menu li.col {padding-left:10px; width:116px;}
	
	/* __________ Tovar Item __________ */
	.tovar_item_btns a {margin:0 0 0 2px;}
	.tovar_view {padding-left:12px; padding-right:12px; font-size:12px;}
	
	
	/* __________ Brands Carousel __________ */
	.brands_carousel .jcarousel {width:662px;}

	
	/* __________ Recent Posts __________ */
	.recent_post_img {width:200px; margin-right:15px;}
	.recent_post_title {font-size:18px; line-height:22px;}
	
	
	/* __________ Services __________ */
	.service_item i {width:28px; font-size:30px;}
	.service_item p {font-size:14px;}
	.service_item span {font-size:11px; line-height:17px;}
	
	.service_item.type2 p {font-size:20px; line-height:20px;}
	.service_item.type2 span {padding:0;}
	
	
	/* __________ Banners __________ */
	.tovar_wrapper .banner {display:inline-block;}
	
	
	
/*-----------------------------------------------------------------------------------*/
/*	HOME MEN PROMO
/*-----------------------------------------------------------------------------------*/
	
	/* __________ Banners __________ */
	.top_sale {min-height:600px;}
	
	.top_sale_description {padding:170px 0 50px;}
	.top_sale_description p {font-size:60px; line-height:60px;}
	.top_sale_description span {font-size:24px; line-height:28px;}
	
	
	
/*-----------------------------------------------------------------------------------*/
/*	HOME KIDS
/*-----------------------------------------------------------------------------------*/
	.school_sale {min-height:450px;}
	
	.school_sale_description {padding:170px 0 50px; width:450px;}
	.school_sale_description p {font-size:60px; line-height:60px;}
	.school_sale_description span {font-size:24px; line-height:28px;}
	
	
/*-----------------------------------------------------------------------------------*/
/*	HOME VIDEO
/*-----------------------------------------------------------------------------------*/
	.fashion_week {min-height:620px;}
	
	.fashion_week_description p {font-size:60px; line-height:60px;}
	.fashion_week_description span {font-size:24px; line-height:28px;}
	
	.video_wrapper {width:550px; height:272px;}
	.video_wrapper iframe {height:272px;}
	
	
	
	
	/* __________ Best Products Carousel __________ */
	.best_products .jcarousel li {width:220px;}
	
	
	
/*-----------------------------------------------------------------------------------*/
/*	HOME SALE
/*-----------------------------------------------------------------------------------*/
	.sale_caption1 .title1 {font-size:60px; line-height:60px;}
	.sale_caption1 .title2 {font-size:24px; line-height:28px; margin-bottom:25px;}
	
	
	
/*-----------------------------------------------------------------------------------*/
/*	HOME SHOES
/*-----------------------------------------------------------------------------------*/
	.shoes_page {min-height:460px;}
	.shoes_page_description {padding:140px 0 30px;}
	.shoes_page_description p {font-size:60px; line-height:60px;}
	.shoes_page_description p b {font-size:70px; line-height:70px;}
	.shoes_page_description span {font-size:40px; line-height:40px; padding-bottom:40px;}
	
	
	
	
	
	
	/* __________ Popular Articles carousel __________ */
	.popular_articles .jcarousel li {width:230px;}
	.article_title {font-size:18px; line-height:20px;}
	.post_meta li {font-size:10px; padding-right:10px;}
	
	
	
/*-----------------------------------------------------------------------------------*/
/*	SHOP
/*-----------------------------------------------------------------------------------*/
	.breadcrumb.women, .breadcrumb.men {padding:120px 0 40px;}
	.breadcrumb h2 {font-size:90px; line-height:90px;}
	
	
	/* __________ Sidebar __________ */
	#price-range input {width:50%;}
	
	.widget_newsletter input[type="text"] {font-size:8px;}
	.widget_newsletter input[type="submit"] {font-size:9px;}
	
	
	.tovar_title {font-size:12px; width:77%;}
	
	
	.widget_popular_post_img {width:100%; float:none; margin-right:0;}
	.widget_popular_post_img img {width:100%;}
	
	
	/* __________ New Arrivals __________ */
	.new_arrivals .jcarousel li {width:165px;}
	
	
	
	/* __________ Tovar Item Sizes __________ */
	.product_sort {width:60%;}
	
	.shop_block.variable-sizes .tovar_wrapper {width:100%; padding-right:0;}
	.shop_block.variable-sizes .tovar_img {width:200px;}
	.shop_block.variable-sizes .tovar_description {width:369px;}
	.shop_block.variable-sizes .tovar_item_btns {width:180px;}
	
	.tovar_description {min-height:60px;}
	
	
	.shop .top_sale_banners .banner {width:100%;}
	
	
	/* __________ Product Details __________ */
	.tovar_view_fotos {width:430px;}
	.tovar_view_description {width:289px;}
	#modal-body .tovar_view_description {width:227px;}
	.tovar_view_title {font-size:26px; line-height:28px;}
	.tovar_view_btn .add_bag {padding:13px 18px;}
	
	
	.tovar_items_small li {display:inline-block; width:49%; padding-right:40px;}
	#sidebar .tovar_items_small li {width:100%; float:none; padding-right:0;}
	
	
	/* __________ Modal __________ */
	#tovar_content {width:750px;}
	
	
	
	/* __________ Love List __________ */
	table tr.cart_item td.product-name {width:200px;}
	table tr.cart_item td.product-add-bag {width:160px;}
	
	
	/* __________ Shopping Bag __________ */
	.widget_bag_totals .btn {padding-left:5px; padding-right:5px;}
	
	
	/* __________ Product Catalog __________ */
	.product_catalog_item img {width:140px; margin-right:20px;}
	.product_catalog_item .product_catalog_list {padding-left:160px;}
	.product_catalog_list li {padding-top:3px;}
	.product_catalog_list li:before {top:7px;}
	
	
	/* __________ Brands List __________ */
	.brand_letter {font-size:60px; line-height:60px; margin-right:10px; width:55px;}
	.brands_list_block .product_catalog_list {padding-left:50px;}
	.brands_list_block .product_catalog_list li {padding-top:0;}
	.brands_list_block .product_catalog_list li:before {top:4px;}
	.brands_list_block .product_catalog_list li a {font-size:10px;}
	
	
	

/*-----------------------------------------------------------------------------------*/
/*	ABOUT PAGE
/*-----------------------------------------------------------------------------------*/
	.about_us_description p {font-size:18px; line-height:22px;}
	.about_us_description span {font-size:11px; line-height:17px; margin-bottom:10px;}
	
	
/*-----------------------------------------------------------------------------------*/
/*	SITE UPDATE
/*-----------------------------------------------------------------------------------*/
	.update_wrapper {padding:130px 0 90px;}
	
	

/*-----------------------------------------------------------------------------------*/
/*	CONTACT PAGE
/*-----------------------------------------------------------------------------------*/
	#ajax-contact-form textarea {min-height:168px;}
	
	
	
/*-----------------------------------------------------------------------------------*/
/*	PAGE 404
/*-----------------------------------------------------------------------------------*/
	.page404 {min-height:500px;}
	.wrapper404 {padding-top:100px;}
	
	

/*-----------------------------------------------------------------------------------*/
/*	ARTICLES
/*-----------------------------------------------------------------------------------*/
	.article_large .article_image {width:430px;}
	.article_large .article_title {line-height:22px; font-size:20px;}
	.article_small .article_title {font-size:18px; line-height:22px;}
	
	
	/* __________ Single Article __________ */
	.article_single .article_image {width:500px;}
	.article_single_caption {width:279px; height:209px;}
	.article_single_caption p {font-size:22px; line-height:26px;}
	.article_single_content h3 {width:500px; font-size:17px; line-height:22px;}
	.article_single_content blockquote {width:179px;}
	
	.flexslider.article_slider {width:370px; margin:0 20px 10px 0;}
	
	

/*-----------------------------------------------------------------------------------*/
/*	CHECOUT
/*-----------------------------------------------------------------------------------*/
	.checkout_nav li {font-size:16px;}
	
	.checkout_form_input {width:160px; margin-right:15px;}
	.checkout_form .country .fancy-select .trigger {width:160px;}
	.checkout_form_input2 {margin-right:15px; width:335px;}
	
	.checkout_delivery li {width:21%; margin-right:20px;}
	
	.payment_method {width:449px;}
	.payment_method li {width:125px; padding-bottom:20px;}
	.checkout_block input[type="radio"] + label img {width:100%;}
	
	.billing_information {width:150px;}
	.checkout_confirm_orded_products {width:240px; margin-left:20px;}
	
	
/*-----------------------------------------------------------------------------------*/
/*	BLOG
/*-----------------------------------------------------------------------------------*/
	.post.large_image .post_title {font-size:34px; line-height:40px;}
	.post .post_title {font-size:24px; line-height:30px;}
	
	#comment_form input[type="text"] {width:49%;}
	#comment_form .comment_note {display:inline-block; width:50%;}
	
	
	
/*-----------------------------------------------------------------------------------*/
/*	SHORTCODES
/*-----------------------------------------------------------------------------------*/
	
	
	
	
/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
	footer .newsletter_btn {width:20%;}
	footer .newsletter_form input[type="text"] {width:78%;}


}

@media (min-width: 767px) {
	
	.navmenu {display:block !important;}

}

@media (max-width: 767px) {
	.container {padding-left:15px; padding-right:15px;}
	
	
	.respond_clear_480 {clear:both; height:0; font-size:0;}
	
/*-----------------------------------------------------------------------------------*/
/*	MENU
/*-----------------------------------------------------------------------------------*/	
	.menu_block {height:auto;}
	
	.menu_toggler {float:right; display:block; width:60px; height:60px; line-height:60px; text-align:center; font-size:23px; color:#333; border-right:1px solid #e9e9e9;}
	.menu_toggler:hover {color:#242424;}
	
	
	.navmenu {display:none; float:none; position:absolute; left:0; top:101px; width:100%; background-color:#fff; margin:0; padding:20px 15px; border-top:1px solid #e9e9e9;}
	.navmenu li {display:block; margin:0; text-align:left;}
	.navmenu li.sub-menu:hover {background:none !important;}
	.navmenu li.sub-menu:before {display:none !important;}
	.navmenu li a {padding:10px 0 0 0; margin:0 !important;}
	.navmenu li:hover a, .navmenu li.active a {border:0 !important; color:#242424;}
	.navmenu li a:before, .navmenu li a:after {display:none !important;}
	
	.navmenu li.sale_menu:hover a, .navmenu li.sale_menu.active a {background:none; color:#333;}
	
	/* Submenu 1 lvl */
	.navmenu li.sub-menu ul {display:none; position:static; border:0; padding:5px 0;}
	.navmenu li.sub-menu:hover ul {display:block;}
	.navmenu li.sub-menu ul li a {padding-bottom:0;}
	.navmenu li.sub-menu ul li a:before {display:block !important;}
	
	/* MegaMenu */
	.navmenu li.sub-menu ul.megamenu_col1, .navmenu li.sub-menu ul.megamenu_col2, .navmenu li.sub-menu ul.megamenu_col3 {width:100%;}
	.navmenu li ul.mega_menu li.col {width:33%;}
	
	
	.love_list .love_list_btn p, .shopping_bag .shopping_bag_btn p {display:none;}
	.love_list .love_list_btn {padding:20px 10px;}
	.cart {left:auto; right:0;}
	
	
	/* __________ Top Info __________ */
	.secondary_menu li {padding-right:5px; margin-right:6px;}
	.secondary_menu li a {font-size:10px;}
	.live_chat {margin-left:8px;}
	.live_chat a {font-size:10px;}
	.phone_top {font-size:10px;}
	.phone_top a {font-size:12px;}
	
	

/*-----------------------------------------------------------------------------------*/
/*	HOME SLIDER
/*-----------------------------------------------------------------------------------*/
	
	/* __________ Tovar Item __________ */
	.tovar_item_btns a {margin:0 0 0 2px;}
	.tovar_view {padding-left:12px; padding-right:12px; font-size:12px;}
	
	
	/* __________ Brands Carousel __________ */
	.brands_carousel .jcarousel {width:362px;}
	.brands_carousel .jcarousel li {width:114px; margin-right:10px;}
	

	
	/* __________ Recent Posts __________ */
	.recent_post_img {width:200px; margin-right:15px;}
	.recent_post_title {font-size:18px; line-height:22px;}
	
	
	/* __________ Services __________ */
	.service_item i {width:28px; font-size:30px;}
	.service_item p {font-size:14px;}
	.service_item span {font-size:11px; line-height:17px;}
	
	.service_item.type2 p {font-size:20px; line-height:20px;}
	.service_item.type2 span {padding:0;}
	
	
	/* __________ Banners __________ */
	
	
	
	
/*-----------------------------------------------------------------------------------*/
/*	HOME MEN PROMO
/*-----------------------------------------------------------------------------------*/
	
	/* __________ Banners __________ */
	.top_sale {min-height:500px;}
	
	.top_sale_description {padding:170px 0 50px;}
	.top_sale_description p {font-size:60px; line-height:60px;}
	.top_sale_description span {font-size:24px; line-height:28px;}
	
	
	
/*-----------------------------------------------------------------------------------*/
/*	HOME KIDS
/*-----------------------------------------------------------------------------------*/
	.school_sale {min-height:300px;}
	
	.school_sale_description {padding:140px 0 50px; width:300px;}
	.school_sale_description p {font-size:40px; line-height:40px;}
	.school_sale_description span {font-size:14px; line-height:20px;}
	
	
/*-----------------------------------------------------------------------------------*/
/*	HOME VIDEO
/*-----------------------------------------------------------------------------------*/
	.fashion_week {min-height:450px;}
	
	.fashion_week_description p {font-size:40px; line-height:40px;}
	.fashion_week_description span {font-size:14px; line-height:20px;}
	
	.fashion_week_description {padding:140px 0 30px;}
	.video_wrapper {width:400px; height:196px;}
	.video_wrapper iframe {height:272px;}
	
	
	
	
	/* __________ Best Products Carousel __________ */
	.best_products .jcarousel li {width:220px;}
	
	
	
/*-----------------------------------------------------------------------------------*/
/*	HOME SALE
/*-----------------------------------------------------------------------------------*/
	.sale_caption1 .title1 {font-size:60px; line-height:60px;}
	.sale_caption1 .title2 {font-size:24px; line-height:28px; margin-bottom:25px;}
	
	
	
/*-----------------------------------------------------------------------------------*/
/*	HOME SHOES
/*-----------------------------------------------------------------------------------*/
	.shoes_page {min-height:460px;}
	.shoes_page_description {padding:140px 0 30px;}
	.shoes_page_description p {font-size:40px; line-height:40px;}
	.shoes_page_description p b {font-size:45px; line-height:40px;}
	.shoes_page_description span {font-size:24px; line-height:24px; padding-bottom:30px;}
	
	
	
	
	
	
	/* __________ Popular Articles carousel __________ */
	.popular_articles .jcarousel li {width:217px; margin-right:15px;}
	.article_title {font-size:18px; line-height:20px;}
	.post_meta li {font-size:10px; padding-right:10px;}
	
	
	
/*-----------------------------------------------------------------------------------*/
/*	SHOP
/*-----------------------------------------------------------------------------------*/
	.breadcrumb.women, .breadcrumb.men {padding:120px 0 40px;}
	.breadcrumb h2 {font-size:90px; line-height:90px;}
	
	
	/* __________ Sidebar __________ */
	#price-range input {width:50%;}
	
	
	.tovar_title {font-size:12px; width:73%;}
	
	
	.widget_banners a {display:inline-block; width:143px; margin-right:5px;}
	.widget_banners a:last-child {margin-right:0;}
	
	
	
	/* __________ New Arrivals __________ */
	.new_arrivals .jcarousel li {width:130px;}
	
	
	
	/* __________ Tovar Item Sizes __________ */
	.product_sort {width:53%;}
	
	.shop_block.variable-sizes .tovar_wrapper {width:100%; padding-right:0;}
	.shop_block.variable-sizes .tovar_img {width:160px; text-align:left;}
	.shop_block.variable-sizes .tovar_title {width:100%;}
	.shop_block.variable-sizes .tovar_description {width:304px;}
	.shop_block.variable-sizes .tovar_item_btns {width:180px;}
	.variable-sizes .tovar_img_wrapper {height:240px !important;}
	
	.tovar_description {min-height:80px;}
	
	
	.shop .top_sale_banners .banner {width:100%;}
	
	
	/* __________ Product Details __________ */
	.open-project-link {display:none !important;}
	
	
	.tovar_view_fotos {float:none; width:450px; margin:0 auto 30px;}
	.tovar_view_description {float:none; width:100%;}
	
	
	
	/* __________ Modal __________ */
	#tovar_content {width:750px;}
	
	
	
	/* __________ Love List __________ */
	table tr.cart_item td.product-thumbnail {width:70px;}
	table tr.cart_item td.product-thumbnail a img {width:60px;}
	table tr.cart_item td.product-name a {display:block; font-size:11px; line-height:15px;}
	table tr.cart_item td.product-price {width:80px;}
	table tr.cart_item td.product-add-bag .add_bag span {display:none;}
	table tr.cart_item td.product-add-bag .add_bag i {padding-right:0;}
	table tr.cart_item td {padding-right:10px;}
	table tr.cart_item td.product-name {width:200px;}
	table tr.cart_item td.product-add-bag {width:50px;}
	table tr.cart_item td.product-remove span {display:none;}
	
	
	/* __________ Shopping Bag __________ */
	.widget_bag_totals .btn {padding-left:5px; padding-right:5px;}
	
	
	/* __________ Product Catalog __________ */
	.product_catalog_item img {width:100px; margin-right:10px;}
	.product_catalog_title {font-size:20px; line-height:22px;}
	.product_catalog_item .product_catalog_list {padding-left:100px;}
	.product_catalog_list li {padding-top:0;}
	.product_catalog_list li:before {top:1px;}
	.product_catalog_list li a {display:block; font-size:9px; line-height:15px;}
	
	
	/* __________ Brands List __________ */
	.brand_letter {font-size:60px; line-height:60px; margin-right:10px; width:55px;}
	.brands_list_block .product_catalog_list {padding-left:50px;}
	.brands_list_block .product_catalog_list li {padding-top:0;}
	.brands_list_block .product_catalog_list li:before {top:4px;}
	.brands_list_block .product_catalog_list li a {font-size:10px;}
	
	
	

/*-----------------------------------------------------------------------------------*/
/*	ABOUT PAGE
/*-----------------------------------------------------------------------------------*/
	.about_us_description p {font-size:18px; line-height:22px;}
	.about_us_description span {font-size:11px; line-height:17px; margin-bottom:10px;}
	
	
	
	/* __________ Breadcrumbs __________ */
	.breadcrumb {min-height:110px; border-bottom-width:30px;}
	
	
	
/*-----------------------------------------------------------------------------------*/
/*	SITE UPDATE
/*-----------------------------------------------------------------------------------*/
	.update_wrapper {width:290px; padding:130px 0 90px;}
	.update_wrapper h1 {font-size:70px; line-height:70px;}
	.update_wrapper h2 {font-size:24px; line-height:26px; margin-bottom:10px; padding-bottom:10px;}
	.update_wrapper p {font-size:13px; line-height:20px; margin-bottom:20px;}
	
	
	/* __________ Clock __________ */
	.flip-clock-wrapper ul {width:30px; height:61px;}
	.flip-clock-wrapper ul li a div.up:after {top:30px;}
	.flip-clock-divider {width:10px; height:61px;}
	.flip-clock-dot {width:4px; height:4px; left:4px;}
	.flip-clock-dot.top {top:18px;}
	.flip-clock-dot.bottom {bottom:18px;}
	.flip-clock-wrapper ul {margin:0 0 0 2px;}
	.flip-clock-wrapper ul li a div div.inn {font-size:40px; line-height:61px;}
	.flip-clock-divider .flip-clock-label {font-size:12px; line-height:20px;}
	.flip-clock-divider .flip-clock-label {bottom:-25px;}
	.flip-clock-divider.days .flip-clock-label {right:-50px;}
	.flip-clock-divider.hours .flip-clock-label {right:-54px;}
	.flip-clock-divider.minutes .flip-clock-label {right:-60px;}
	.flip-clock-divider.seconds .flip-clock-label {right:-61px;}
	
	
	

/*-----------------------------------------------------------------------------------*/
/*	CONTACT PAGE
/*-----------------------------------------------------------------------------------*/
	#ajax-contact-form textarea {min-height:168px;}
	
	#map iframe {height:300px;}
	
	
	
/*-----------------------------------------------------------------------------------*/
/*	PAGE 404
/*-----------------------------------------------------------------------------------*/
	.page404 {min-height:400px;}
	.wrapper404 {width:290px; padding:130px 0 40px;}
	.wrapper404 h1 {font-size:70px; line-height:70px;}
	.wrapper404 h2 {font-size:24px; line-height:26px; margin-bottom:10px; padding-bottom:10px;}
	.wrapper404 p {font-size:13px; line-height:20px; margin-bottom:20px;}
	
	

/*-----------------------------------------------------------------------------------*/
/*	ARTICLES
/*-----------------------------------------------------------------------------------*/
	.article_large .article_image {width:280px; margin:0 10px 5px 0;}
	.article_large .article_title {line-height:20px; font-size:16px;}
	.article_small .article_title {font-size:14px; line-height:20px;}
	
	
	/* __________ Single Article __________ */
	.article_single .article_image {width:370px; padding-left:10px;}
	.article_single_caption {width:109px; height:146px; padding:0 8px;}
	.article_single_caption p {font-size:12px; line-height:17px;}
	.article_single_content h3 {float:none; width:100%; font-size:17px; line-height:22px;}
	.article_single_content blockquote {width:74%; float:none;}
	
	.flexslider.article_slider {width:280px; margin:0 20px 10px 0;}
	
	

/*-----------------------------------------------------------------------------------*/
/*	CHECOUT
/*-----------------------------------------------------------------------------------*/
	.checkout_nav li {font-size:12px; line-height:17px; padding-left:20px; min-height:60px; vertical-align:top;}
	
	.checkout_form_input {width:180px; margin-right:15px;}
	.checkout_form .country .fancy-select .trigger {width:180px;}
	.checkout_form_input2 {margin-right:15px; width:180px;}
	
	.checkout_delivery li {width:43%; margin-right:20px;}
	
	.credit_card_number {width:111px;}
	.payment_method {width:275px;}
	.payment_method li {width:125px; padding-bottom:20px;}
	.checkout_block input[type="radio"] + label img {width:100%;}
	
	.checkout_confirm_orded_bordright {float:none; border-right:0; border-bottom:1px solid #e9e9e9; margin-bottom:20px;}
	.billing_information {width:150px;}
	.checkout_confirm_orded_products {float:none; margin:0; width:100%;}
	
	
/*-----------------------------------------------------------------------------------*/
/*	BLOG
/*-----------------------------------------------------------------------------------*/
	.post.large_image .post_title {font-size:24px; line-height:28px;}
	.post .post_title {font-size:16px; line-height:20px;}
	
	.post .post_image {width:200px; margin-right:20px;}
	
	#comment_form input[type="text"] {width:48.5%;}
	#comment_form .comment_note {display:inline-block; width:45%; padding:0;}
	
	
	
/*-----------------------------------------------------------------------------------*/
/*	SHORTCODES
/*-----------------------------------------------------------------------------------*/
	.shortcodes_buttons .btn {margin-bottom:10px;}
	
	
	.price_item .btn {width:150px;}
	.price_item_text {padding:7px 5px 5px;}
	
	
	/* __________ My Accoont __________ */
	.my_account {padding-top:150px;}
	.my_account_block .login, .my_account_block .new_customers {padding:20px 15px;}
	.my_account_block h2 {font-size:14px; line-height:20px; margin-bottom:20px;}
	.login_form input[type="submit"], .my_account_block .new_customers .btn {width:190px; font-size:11px;}
	.my_account_block .new_customers p {line-height:18px; font-size:10px;}
	.my_account_block .new_customers li {line-height:20px;}
	.my_account_note {font-size:24px; line-height:26px;}
	
	
	
/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
	footer .newsletter_btn {width:20%;}
	footer .newsletter_form input[type="text"] {width:78%;}
	
	
	
}

@media (max-width: 479px) {
	.logo {width:89px;}
	
	
	.top_search_btn {padding:13px;}
	.shopping_bag .shopping_bag_btn, .love_list .love_list_btn, .top_search_form .top_search_btn { padding:13px 5px; }
	.love_list, .shopping_bag {position:static;}
	.menu_block {position:relative;}
	.cart {left:0; right:0; width:100%;}
	
	.menu_toggler {width:40px; height:46px; line-height:46px;}
	
	.navmenu {top:46px;}
	.navmenu li ul.mega_menu li.col {width:100%;}
	
	
	.services_section_description p {font-size:24px; line-height:26px;}
	
	
	.recent_post_img {width:160px;}
	
	
	.top_sale_description {padding:130px 0 30px;}
	.top_sale_description p {font-size:30px; line-height:30px;}
	.top_sale_description span {font-size:16px; line-height:20px;}
	
	
	.video_wrapper {width:290px; height:143px;}
	
	
	.best_products .jcarousel li {width:290px;}
	
	
	.sale_caption1 {top:70%;}
	.sale_caption1 .title1 {font-size:30px; line-height:30px;}
	.sale_caption1 .title2 {font-size:14px; line-height:20px;}
	
	
	.breadcrumb h2 {font-size:40px; line-height:40px;}
	
	
	.widget_banners a {width:91px;}
	
	
	.count_tovar_items, .product_sort {display:block; width:100%; text-align:left; padding-bottom:10px;}
	
	
	.pagination li {margin-bottom:10px;}
	
	
	.shop_block.variable-sizes .tovar_img {width:120px;}
	.shop_block.variable-sizes .tovar_description {width:184px;}
	.tovar_content {font-size:10px; line-height:13px;}
	
	
	.tovar_view_fotos {width:290px;}
	#slider1, #slider2 {padding-right:40px;}
	#carousel1, #carousel2 {width:50px;}
	#carousel1 .slides li, #carousel2 .slides li {width:50px; height:75px;}
	.tovar_view_title {font-size:24px; line-height:26px;}
	.tovar_information .tabs li {font-size:12px; padding-left:13px; padding-right:13px;}
	
	
	.my_account_block .login {float:none; width:100%; padding:10px 10px 20px; border-bottom:1px solid #ccc;}
	.new_customers {width:100% !important; float:none !Important; padding:10px;}
	
	
	.product_catalog_item {padding-bottom:20px;}
	
	
	.article_single .article_image {width:100%; float:none;}
	.article_single_caption {float:none; margin:0 0 20px; width:100%; height:90px;}
	.article_single_content h3 {padding-left:0;}
	.flexslider.article_slider {width:100%; margin-right:0; float:none;}
	
	
	.checkout_nav li {font-size:10px; line-height:13px; min-height:66px;}
	.checkout_delivery li {width:100%; margin:0 0 20px;}
	.credit_card_number {width:100%; float:none; padding-bottom:40px !important;}
	.payment_method {width:100%; float:none;}
	.credit_card_number_form div.fancy-select div.trigger {width:104px;}
	
	
	#accordion h4.accordion_title {font-size:16px; line-height:20px; padding:13px 0 13px 40px;}
	#accordion h4.accordion_title:before {width:25px; height:25px; font-size:16px; line-height:21px;}
	#accordion .accordion_content {font-size:11px; line-height:17px; padding-left:40px;}
	#accordion .accordion_content p {margin-bottom:15px;}
	
	
	.post .post_image {width:150px; margin:0 10px 5px 0;}
	.blog_post_content {padding-top:10px;}
	.blog_post_content h3 {font-size:14px; line-height:20px;}
	.blog_post_content h2 {font-size:17px; line-height:22px; margin-bottom:20px;}
	.blog_post_content p {font-size:11px; line-height:17px;}
	blockquote:before {font-size:30px; left:-50px;}
	blockquote {margin-left:50px; font-size:11px !important; line-height:17px !important;}
	#comments .avatar {width:50px; height:50px; margin-right:10px;}
	.comment_right {padding:10px; font-size:10px; line-height:15px;}
	#comments ol li ul li {padding-left:30px;}
	#comment_form input[type="text"] {width:100%;}
	#comment_form .comment_note {width:100%; display:block; padding-bottom:20px;}
	
	
	.brands_carousel .jcarousel {left:24px; width:242px;}
	
	
	footer .newsletter_form input[type="text"] {width:65%;}
	footer .newsletter_btn {width:31%;}
	
	
	.social a {width:36px; height:36px; line-height:32px;}
	


/* __________ Bootstrap Style __________ */
	.col-ss-1, .col-ss-2, .col-ss-3, .col-ss-4, .col-ss-5, .col-ss-6, .col-ss-7, .col-ss-8, .col-ss-9, .col-ss-10, .col-ss-11 {float: left;}
	.col-ss-12 {width: 100%;}
	.col-ss-11 {width: 91.66666666666666%;}
	.col-ss-10 {width: 83.33333333333334%;}
	.col-ss-9 {width: 75%;}
	.col-ss-8 {width: 66.66666666666666%;}
	.col-ss-7 {width: 58.333333333333336%;}
	.col-ss-6 {width: 50%;}
	.col-ss-5 {width: 41.66666666666667%;}
	.col-ss-4 {width: 33.33333333333333%;}
	.col-ss-3 {width: 25%;}
	.col-ss-2 {width: 16.666666666666664%;}
	.col-ss-1 {width: 8.333333333333332%;}

}



/*-----------------------------------------------------------------------------------*/
/*	Magnific Popup CSS
/*-----------------------------------------------------------------------------------*/
/*.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:99998;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:99999;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1;filter:alpha(opacity=100)}.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after,.mfp-arrow .mfp-a{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before,.mfp-arrow .mfp-b{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width: 900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}*/
@keyframes passing-through{0%{opacity:0;transform:translateY(40px)}30%,70%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-40px)}}@keyframes slide-in{0%{opacity:0;transform:translateY(40px)}30%{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}10%{transform:scale(1.1)}20%{transform:scale(1)}}.uploadzone,.uploadzone *{box-sizing:border-box}.uploadzone.dz-clickable{cursor:pointer}.uploadzone.dz-clickable *{cursor:default}.uploadzone.dz-clickable .dz-message,.uploadzone.dz-clickable .dz-message *{cursor:pointer}.uploadzone.dz-started .dz-message{display:none}.uploadzone.dz-drag-hover{border-style:solid}.uploadzone.dz-drag-hover .dz-message{opacity:.5}.uploadzone .dz-message{text-align:center;margin:2em 0}.uploadzone .dz-preview{position:relative;display:inline-block;vertical-align:top}.uploadzone .dz-preview:hover{z-index:1000}.uploadzone .dz-image>img{width:128px;height:128px}.uploadzone .dz-preview.dz-file-preview .dz-image{background:#999;background:linear-gradient(180deg,#eee,#ddd)}.uploadzone .dz-preview.dz-file-preview .dz-details{opacity:1}.uploadzone .dz-preview.dz-image-preview{background:#fff;float:left}.uploadzone .dz-preview.dz-image-preview .dz-details{transition:opacity .2s linear}.uploadzone .dz-preview .dz-remove{font-size:14px;text-align:center;display:block;cursor:pointer;border:none}.uploadzone .dz-preview .dz-remove:hover{text-decoration:underline}.uploadzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:rgba(0,0,0,.9);line-height:150%}.uploadzone .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px}.uploadzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.uploadzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.uploadzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.uploadzone .dz-preview .dz-details .dz-filename span,.uploadzone .dz-preview .dz-details .dz-size span{background-color:hsla(0,0%,100%,.4);padding:0 .4em;border-radius:3px}.uploadzone .dz-preview .dz-image{overflow:hidden;position:relative;display:block;z-index:10}.uploadzone .dz-preview .dz-image img{display:block}.uploadzone .dz-preview.dz-success .dz-success-mark{animation:passing-through 3s cubic-bezier(.77,0,.175,1)}.uploadzone .dz-preview.dz-error .dz-error-mark{opacity:1;animation:slide-in 3s cubic-bezier(.77,0,.175,1)}.uploadzone .dz-preview .dz-error-mark,.uploadzone .dz-preview .dz-success-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px}.uploadzone .dz-preview .dz-error-mark svg,.uploadzone .dz-preview .dz-success-mark svg{display:block;width:54px;height:54px}.uploadzone .dz-preview.dz-processing .dz-progress{opacity:1;transition:all .2s linear}.uploadzone .dz-preview.dz-complete .dz-progress{opacity:0;transition:opacity .4s ease-in}.uploadzone .dz-preview:not(.dz-processing) .dz-progress{animation:pulse 6s ease infinite}.uploadzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:16px;left:50%;top:50%;margin-top:-8px;width:80px;margin-left:-40px;background:hsla(0,0%,100%,.9);-webkit-transform:scale(1);border-radius:8px;overflow:hidden}.uploadzone .dz-preview .dz-progress .dz-upload{background:#333;background:linear-gradient(180deg,#666,#444);position:absolute;top:0;left:0;bottom:0;width:0;transition:width .3s ease-in-out}.uploadzone .dz-preview.dz-error .dz-error-message{display:block}.uploadzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.uploadzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;transition:opacity .3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#be2626;background:linear-gradient(180deg,#be2626,#a92222);padding:.5em 1.2em;color:#fff}.uploadzone .dz-preview .dz-error-message:after{content:"";position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #be2626}
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}
.flag-icon-ad {
  background-image: url(../flags/4x3/ad.svg);
}
.flag-icon-ad.flag-icon-squared {
  background-image: url(../flags/1x1/ad.svg);
}
.flag-icon-ae {
  background-image: url(../flags/4x3/ae.svg);
}
.flag-icon-ae.flag-icon-squared {
  background-image: url(../flags/1x1/ae.svg);
}
.flag-icon-af {
  background-image: url(../flags/4x3/af.svg);
}
.flag-icon-af.flag-icon-squared {
  background-image: url(../flags/1x1/af.svg);
}
.flag-icon-ag {
  background-image: url(../flags/4x3/ag.svg);
}
.flag-icon-ag.flag-icon-squared {
  background-image: url(../flags/1x1/ag.svg);
}
.flag-icon-ai {
  background-image: url(../flags/4x3/ai.svg);
}
.flag-icon-ai.flag-icon-squared {
  background-image: url(../flags/1x1/ai.svg);
}
.flag-icon-al {
  background-image: url(../flags/4x3/al.svg);
}
.flag-icon-al.flag-icon-squared {
  background-image: url(../flags/1x1/al.svg);
}
.flag-icon-am {
  background-image: url(../flags/4x3/am.svg);
}
.flag-icon-am.flag-icon-squared {
  background-image: url(../flags/1x1/am.svg);
}
.flag-icon-ao {
  background-image: url(../flags/4x3/ao.svg);
}
.flag-icon-ao.flag-icon-squared {
  background-image: url(../flags/1x1/ao.svg);
}
.flag-icon-aq {
  background-image: url(../flags/4x3/aq.svg);
}
.flag-icon-aq.flag-icon-squared {
  background-image: url(../flags/1x1/aq.svg);
}
.flag-icon-ar {
  background-image: url(../flags/4x3/ar.svg);
}
.flag-icon-ar.flag-icon-squared {
  background-image: url(../flags/1x1/ar.svg);
}
.flag-icon-as {
  background-image: url(../flags/4x3/as.svg);
}
.flag-icon-as.flag-icon-squared {
  background-image: url(../flags/1x1/as.svg);
}
.flag-icon-at {
  background-image: url(../flags/4x3/at.svg);
}
.flag-icon-at.flag-icon-squared {
  background-image: url(../flags/1x1/at.svg);
}
.flag-icon-au {
  background-image: url(../flags/4x3/au.svg);
}
.flag-icon-au.flag-icon-squared {
  background-image: url(../flags/1x1/au.svg);
}
.flag-icon-aw {
  background-image: url(../flags/4x3/aw.svg);
}
.flag-icon-aw.flag-icon-squared {
  background-image: url(../flags/1x1/aw.svg);
}
.flag-icon-ax {
  background-image: url(../flags/4x3/ax.svg);
}
.flag-icon-ax.flag-icon-squared {
  background-image: url(../flags/1x1/ax.svg);
}
.flag-icon-az {
  background-image: url(../flags/4x3/az.svg);
}
.flag-icon-az.flag-icon-squared {
  background-image: url(../flags/1x1/az.svg);
}
.flag-icon-ba {
  background-image: url(../flags/4x3/ba.svg);
}
.flag-icon-ba.flag-icon-squared {
  background-image: url(../flags/1x1/ba.svg);
}
.flag-icon-bb {
  background-image: url(../flags/4x3/bb.svg);
}
.flag-icon-bb.flag-icon-squared {
  background-image: url(../flags/1x1/bb.svg);
}
.flag-icon-bd {
  background-image: url(../flags/4x3/bd.svg);
}
.flag-icon-bd.flag-icon-squared {
  background-image: url(../flags/1x1/bd.svg);
}
.flag-icon-be {
  background-image: url(../flags/4x3/be.svg);
}
.flag-icon-be.flag-icon-squared {
  background-image: url(../flags/1x1/be.svg);
}
.flag-icon-bf {
  background-image: url(../flags/4x3/bf.svg);
}
.flag-icon-bf.flag-icon-squared {
  background-image: url(../flags/1x1/bf.svg);
}
.flag-icon-bg {
  background-image: url(../flags/4x3/bg.svg);
}
.flag-icon-bg.flag-icon-squared {
  background-image: url(../flags/1x1/bg.svg);
}
.flag-icon-bh {
  background-image: url(../flags/4x3/bh.svg);
}
.flag-icon-bh.flag-icon-squared {
  background-image: url(../flags/1x1/bh.svg);
}
.flag-icon-bi {
  background-image: url(../flags/4x3/bi.svg);
}
.flag-icon-bi.flag-icon-squared {
  background-image: url(../flags/1x1/bi.svg);
}
.flag-icon-bj {
  background-image: url(../flags/4x3/bj.svg);
}
.flag-icon-bj.flag-icon-squared {
  background-image: url(../flags/1x1/bj.svg);
}
.flag-icon-bl {
  background-image: url(../flags/4x3/bl.svg);
}
.flag-icon-bl.flag-icon-squared {
  background-image: url(../flags/1x1/bl.svg);
}
.flag-icon-bm {
  background-image: url(../flags/4x3/bm.svg);
}
.flag-icon-bm.flag-icon-squared {
  background-image: url(../flags/1x1/bm.svg);
}
.flag-icon-bn {
  background-image: url(../flags/4x3/bn.svg);
}
.flag-icon-bn.flag-icon-squared {
  background-image: url(../flags/1x1/bn.svg);
}
.flag-icon-bo {
  background-image: url(../flags/4x3/bo.svg);
}
.flag-icon-bo.flag-icon-squared {
  background-image: url(../flags/1x1/bo.svg);
}
.flag-icon-bq {
  background-image: url(../flags/4x3/bq.svg);
}
.flag-icon-bq.flag-icon-squared {
  background-image: url(../flags/1x1/bq.svg);
}
.flag-icon-br {
  background-image: url(../flags/4x3/br.svg);
}
.flag-icon-br.flag-icon-squared {
  background-image: url(../flags/1x1/br.svg);
}
.flag-icon-bs {
  background-image: url(../flags/4x3/bs.svg);
}
.flag-icon-bs.flag-icon-squared {
  background-image: url(../flags/1x1/bs.svg);
}
.flag-icon-bt {
  background-image: url(../flags/4x3/bt.svg);
}
.flag-icon-bt.flag-icon-squared {
  background-image: url(../flags/1x1/bt.svg);
}
.flag-icon-bv {
  background-image: url(../flags/4x3/bv.svg);
}
.flag-icon-bv.flag-icon-squared {
  background-image: url(../flags/1x1/bv.svg);
}
.flag-icon-bw {
  background-image: url(../flags/4x3/bw.svg);
}
.flag-icon-bw.flag-icon-squared {
  background-image: url(../flags/1x1/bw.svg);
}
.flag-icon-by {
  background-image: url(../flags/4x3/by.svg);
}
.flag-icon-by.flag-icon-squared {
  background-image: url(../flags/1x1/by.svg);
}
.flag-icon-bz {
  background-image: url(../flags/4x3/bz.svg);
}
.flag-icon-bz.flag-icon-squared {
  background-image: url(../flags/1x1/bz.svg);
}
.flag-icon-ca {
  background-image: url(../flags/4x3/ca.svg);
}
.flag-icon-ca.flag-icon-squared {
  background-image: url(../flags/1x1/ca.svg);
}
.flag-icon-cc {
  background-image: url(../flags/4x3/cc.svg);
}
.flag-icon-cc.flag-icon-squared {
  background-image: url(../flags/1x1/cc.svg);
}
.flag-icon-cd {
  background-image: url(../flags/4x3/cd.svg);
}
.flag-icon-cd.flag-icon-squared {
  background-image: url(../flags/1x1/cd.svg);
}
.flag-icon-cf {
  background-image: url(../flags/4x3/cf.svg);
}
.flag-icon-cf.flag-icon-squared {
  background-image: url(../flags/1x1/cf.svg);
}
.flag-icon-cg {
  background-image: url(../flags/4x3/cg.svg);
}
.flag-icon-cg.flag-icon-squared {
  background-image: url(../flags/1x1/cg.svg);
}
.flag-icon-ch {
  background-image: url(../flags/4x3/ch.svg);
}
.flag-icon-ch.flag-icon-squared {
  background-image: url(../flags/1x1/ch.svg);
}
.flag-icon-ci {
  background-image: url(../flags/4x3/ci.svg);
}
.flag-icon-ci.flag-icon-squared {
  background-image: url(../flags/1x1/ci.svg);
}
.flag-icon-ck {
  background-image: url(../flags/4x3/ck.svg);
}
.flag-icon-ck.flag-icon-squared {
  background-image: url(../flags/1x1/ck.svg);
}
.flag-icon-cl {
  background-image: url(../flags/4x3/cl.svg);
}
.flag-icon-cl.flag-icon-squared {
  background-image: url(../flags/1x1/cl.svg);
}
.flag-icon-cm {
  background-image: url(../flags/4x3/cm.svg);
}
.flag-icon-cm.flag-icon-squared {
  background-image: url(../flags/1x1/cm.svg);
}
.flag-icon-cn {
  background-image: url(../flags/4x3/cn.svg);
}
.flag-icon-cn.flag-icon-squared {
  background-image: url(../flags/1x1/cn.svg);
}
.flag-icon-co {
  background-image: url(../flags/4x3/co.svg);
}
.flag-icon-co.flag-icon-squared {
  background-image: url(../flags/1x1/co.svg);
}
.flag-icon-cr {
  background-image: url(../flags/4x3/cr.svg);
}
.flag-icon-cr.flag-icon-squared {
  background-image: url(../flags/1x1/cr.svg);
}
.flag-icon-cu {
  background-image: url(../flags/4x3/cu.svg);
}
.flag-icon-cu.flag-icon-squared {
  background-image: url(../flags/1x1/cu.svg);
}
.flag-icon-cv {
  background-image: url(../flags/4x3/cv.svg);
}
.flag-icon-cv.flag-icon-squared {
  background-image: url(../flags/1x1/cv.svg);
}
.flag-icon-cw {
  background-image: url(../flags/4x3/cw.svg);
}
.flag-icon-cw.flag-icon-squared {
  background-image: url(../flags/1x1/cw.svg);
}
.flag-icon-cx {
  background-image: url(../flags/4x3/cx.svg);
}
.flag-icon-cx.flag-icon-squared {
  background-image: url(../flags/1x1/cx.svg);
}
.flag-icon-cy {
  background-image: url(../flags/4x3/cy.svg);
}
.flag-icon-cy.flag-icon-squared {
  background-image: url(../flags/1x1/cy.svg);
}
.flag-icon-cz {
  background-image: url(../flags/4x3/cz.svg);
}
.flag-icon-cz.flag-icon-squared {
  background-image: url(../flags/1x1/cz.svg);
}
.flag-icon-de {
  background-image: url(../flags/4x3/de.svg);
}
.flag-icon-de.flag-icon-squared {
  background-image: url(../flags/1x1/de.svg);
}
.flag-icon-dj {
  background-image: url(../flags/4x3/dj.svg);
}
.flag-icon-dj.flag-icon-squared {
  background-image: url(../flags/1x1/dj.svg);
}
.flag-icon-dk {
  background-image: url(../flags/4x3/dk.svg);
}
.flag-icon-dk.flag-icon-squared {
  background-image: url(../flags/1x1/dk.svg);
}
.flag-icon-dm {
  background-image: url(../flags/4x3/dm.svg);
}
.flag-icon-dm.flag-icon-squared {
  background-image: url(../flags/1x1/dm.svg);
}
.flag-icon-do {
  background-image: url(../flags/4x3/do.svg);
}
.flag-icon-do.flag-icon-squared {
  background-image: url(../flags/1x1/do.svg);
}
.flag-icon-dz {
  background-image: url(../flags/4x3/dz.svg);
}
.flag-icon-dz.flag-icon-squared {
  background-image: url(../flags/1x1/dz.svg);
}
.flag-icon-ec {
  background-image: url(../flags/4x3/ec.svg);
}
.flag-icon-ec.flag-icon-squared {
  background-image: url(../flags/1x1/ec.svg);
}
.flag-icon-ee {
  background-image: url(../flags/4x3/ee.svg);
}
.flag-icon-ee.flag-icon-squared {
  background-image: url(../flags/1x1/ee.svg);
}
.flag-icon-eg {
  background-image: url(../flags/4x3/eg.svg);
}
.flag-icon-eg.flag-icon-squared {
  background-image: url(../flags/1x1/eg.svg);
}
.flag-icon-eh {
  background-image: url(../flags/4x3/eh.svg);
}
.flag-icon-eh.flag-icon-squared {
  background-image: url(../flags/1x1/eh.svg);
}
.flag-icon-er {
  background-image: url(../flags/4x3/er.svg);
}
.flag-icon-er.flag-icon-squared {
  background-image: url(../flags/1x1/er.svg);
}
.flag-icon-es {
  background-image: url(../flags/4x3/es.svg);
}
.flag-icon-es.flag-icon-squared {
  background-image: url(../flags/1x1/es.svg);
}
.flag-icon-et {
  background-image: url(../flags/4x3/et.svg);
}
.flag-icon-et.flag-icon-squared {
  background-image: url(../flags/1x1/et.svg);
}
.flag-icon-fi {
  background-image: url(../flags/4x3/fi.svg);
}
.flag-icon-fi.flag-icon-squared {
  background-image: url(../flags/1x1/fi.svg);
}
.flag-icon-fj {
  background-image: url(../flags/4x3/fj.svg);
}
.flag-icon-fj.flag-icon-squared {
  background-image: url(../flags/1x1/fj.svg);
}
.flag-icon-fk {
  background-image: url(../flags/4x3/fk.svg);
}
.flag-icon-fk.flag-icon-squared {
  background-image: url(../flags/1x1/fk.svg);
}
.flag-icon-fm {
  background-image: url(../flags/4x3/fm.svg);
}
.flag-icon-fm.flag-icon-squared {
  background-image: url(../flags/1x1/fm.svg);
}
.flag-icon-fo {
  background-image: url(../flags/4x3/fo.svg);
}
.flag-icon-fo.flag-icon-squared {
  background-image: url(../flags/1x1/fo.svg);
}
.flag-icon-fr {
  background-image: url(../flags/4x3/fr.svg);
}
.flag-icon-fr.flag-icon-squared {
  background-image: url(../flags/1x1/fr.svg);
}
.flag-icon-ga {
  background-image: url(../flags/4x3/ga.svg);
}
.flag-icon-ga.flag-icon-squared {
  background-image: url(../flags/1x1/ga.svg);
}
.flag-icon-gb {
  background-image: url(../flags/4x3/gb.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(../flags/1x1/gb.svg);
}
.flag-icon-gd {
  background-image: url(../flags/4x3/gd.svg);
}
.flag-icon-gd.flag-icon-squared {
  background-image: url(../flags/1x1/gd.svg);
}
.flag-icon-ge {
  background-image: url(../flags/4x3/ge.svg);
}
.flag-icon-ge.flag-icon-squared {
  background-image: url(../flags/1x1/ge.svg);
}
.flag-icon-gf {
  background-image: url(../flags/4x3/gf.svg);
}
.flag-icon-gf.flag-icon-squared {
  background-image: url(../flags/1x1/gf.svg);
}
.flag-icon-gg {
  background-image: url(../flags/4x3/gg.svg);
}
.flag-icon-gg.flag-icon-squared {
  background-image: url(../flags/1x1/gg.svg);
}
.flag-icon-gh {
  background-image: url(../flags/4x3/gh.svg);
}
.flag-icon-gh.flag-icon-squared {
  background-image: url(../flags/1x1/gh.svg);
}
.flag-icon-gi {
  background-image: url(../flags/4x3/gi.svg);
}
.flag-icon-gi.flag-icon-squared {
  background-image: url(../flags/1x1/gi.svg);
}
.flag-icon-gl {
  background-image: url(../flags/4x3/gl.svg);
}
.flag-icon-gl.flag-icon-squared {
  background-image: url(../flags/1x1/gl.svg);
}
.flag-icon-gm {
  background-image: url(../flags/4x3/gm.svg);
}
.flag-icon-gm.flag-icon-squared {
  background-image: url(../flags/1x1/gm.svg);
}
.flag-icon-gn {
  background-image: url(../flags/4x3/gn.svg);
}
.flag-icon-gn.flag-icon-squared {
  background-image: url(../flags/1x1/gn.svg);
}
.flag-icon-gp {
  background-image: url(../flags/4x3/gp.svg);
}
.flag-icon-gp.flag-icon-squared {
  background-image: url(../flags/1x1/gp.svg);
}
.flag-icon-gq {
  background-image: url(../flags/4x3/gq.svg);
}
.flag-icon-gq.flag-icon-squared {
  background-image: url(../flags/1x1/gq.svg);
}
.flag-icon-gr {
  background-image: url(../flags/4x3/gr.svg);
}
.flag-icon-gr.flag-icon-squared {
  background-image: url(../flags/1x1/gr.svg);
}
.flag-icon-gs {
  background-image: url(../flags/4x3/gs.svg);
}
.flag-icon-gs.flag-icon-squared {
  background-image: url(../flags/1x1/gs.svg);
}
.flag-icon-gt {
  background-image: url(../flags/4x3/gt.svg);
}
.flag-icon-gt.flag-icon-squared {
  background-image: url(../flags/1x1/gt.svg);
}
.flag-icon-gu {
  background-image: url(../flags/4x3/gu.svg);
}
.flag-icon-gu.flag-icon-squared {
  background-image: url(../flags/1x1/gu.svg);
}
.flag-icon-gw {
  background-image: url(../flags/4x3/gw.svg);
}
.flag-icon-gw.flag-icon-squared {
  background-image: url(../flags/1x1/gw.svg);
}
.flag-icon-gy {
  background-image: url(../flags/4x3/gy.svg);
}
.flag-icon-gy.flag-icon-squared {
  background-image: url(../flags/1x1/gy.svg);
}
.flag-icon-hk {
  background-image: url(../flags/4x3/hk.svg);
}
.flag-icon-hk.flag-icon-squared {
  background-image: url(../flags/1x1/hk.svg);
}
.flag-icon-hm {
  background-image: url(../flags/4x3/hm.svg);
}
.flag-icon-hm.flag-icon-squared {
  background-image: url(../flags/1x1/hm.svg);
}
.flag-icon-hn {
  background-image: url(../flags/4x3/hn.svg);
}
.flag-icon-hn.flag-icon-squared {
  background-image: url(../flags/1x1/hn.svg);
}
.flag-icon-hr {
  background-image: url(../flags/4x3/hr.svg);
}
.flag-icon-hr.flag-icon-squared {
  background-image: url(../flags/1x1/hr.svg);
}
.flag-icon-ht {
  background-image: url(../flags/4x3/ht.svg);
}
.flag-icon-ht.flag-icon-squared {
  background-image: url(../flags/1x1/ht.svg);
}
.flag-icon-hu {
  background-image: url(../flags/4x3/hu.svg);
}
.flag-icon-hu.flag-icon-squared {
  background-image: url(../flags/1x1/hu.svg);
}
.flag-icon-id {
  background-image: url(../flags/4x3/id.svg);
}
.flag-icon-id.flag-icon-squared {
  background-image: url(../flags/1x1/id.svg);
}
.flag-icon-ie {
  background-image: url(../flags/4x3/ie.svg);
}
.flag-icon-ie.flag-icon-squared {
  background-image: url(../flags/1x1/ie.svg);
}
.flag-icon-il {
  background-image: url(../flags/4x3/il.svg);
}
.flag-icon-il.flag-icon-squared {
  background-image: url(../flags/1x1/il.svg);
}
.flag-icon-im {
  background-image: url(../flags/4x3/im.svg);
}
.flag-icon-im.flag-icon-squared {
  background-image: url(../flags/1x1/im.svg);
}
.flag-icon-in {
  background-image: url(../flags/4x3/in.svg);
}
.flag-icon-in.flag-icon-squared {
  background-image: url(../flags/1x1/in.svg);
}
.flag-icon-io {
  background-image: url(../flags/4x3/io.svg);
}
.flag-icon-io.flag-icon-squared {
  background-image: url(../flags/1x1/io.svg);
}
.flag-icon-iq {
  background-image: url(../flags/4x3/iq.svg);
}
.flag-icon-iq.flag-icon-squared {
  background-image: url(../flags/1x1/iq.svg);
}
.flag-icon-ir {
  background-image: url(../flags/4x3/ir.svg);
}
.flag-icon-ir.flag-icon-squared {
  background-image: url(../flags/1x1/ir.svg);
}
.flag-icon-is {
  background-image: url(../flags/4x3/is.svg);
}
.flag-icon-is.flag-icon-squared {
  background-image: url(../flags/1x1/is.svg);
}
.flag-icon-it {
  background-image: url(../flags/4x3/it.svg);
}
.flag-icon-it.flag-icon-squared {
  background-image: url(../flags/1x1/it.svg);
}
.flag-icon-je {
  background-image: url(../flags/4x3/je.svg);
}
.flag-icon-je.flag-icon-squared {
  background-image: url(../flags/1x1/je.svg);
}
.flag-icon-jm {
  background-image: url(../flags/4x3/jm.svg);
}
.flag-icon-jm.flag-icon-squared {
  background-image: url(../flags/1x1/jm.svg);
}
.flag-icon-jo {
  background-image: url(../flags/4x3/jo.svg);
}
.flag-icon-jo.flag-icon-squared {
  background-image: url(../flags/1x1/jo.svg);
}
.flag-icon-jp {
  background-image: url(../flags/4x3/jp.svg);
}
.flag-icon-jp.flag-icon-squared {
  background-image: url(../flags/1x1/jp.svg);
}
.flag-icon-ke {
  background-image: url(../flags/4x3/ke.svg);
}
.flag-icon-ke.flag-icon-squared {
  background-image: url(../flags/1x1/ke.svg);
}
.flag-icon-kg {
  background-image: url(../flags/4x3/kg.svg);
}
.flag-icon-kg.flag-icon-squared {
  background-image: url(../flags/1x1/kg.svg);
}
.flag-icon-kh {
  background-image: url(../flags/4x3/kh.svg);
}
.flag-icon-kh.flag-icon-squared {
  background-image: url(../flags/1x1/kh.svg);
}
.flag-icon-ki {
  background-image: url(../flags/4x3/ki.svg);
}
.flag-icon-ki.flag-icon-squared {
  background-image: url(../flags/1x1/ki.svg);
}
.flag-icon-km {
  background-image: url(../flags/4x3/km.svg);
}
.flag-icon-km.flag-icon-squared {
  background-image: url(../flags/1x1/km.svg);
}
.flag-icon-kn {
  background-image: url(../flags/4x3/kn.svg);
}
.flag-icon-kn.flag-icon-squared {
  background-image: url(../flags/1x1/kn.svg);
}
.flag-icon-kp {
  background-image: url(../flags/4x3/kp.svg);
}
.flag-icon-kp.flag-icon-squared {
  background-image: url(../flags/1x1/kp.svg);
}
.flag-icon-kr {
  background-image: url(../flags/4x3/kr.svg);
}
.flag-icon-kr.flag-icon-squared {
  background-image: url(../flags/1x1/kr.svg);
}
.flag-icon-kw {
  background-image: url(../flags/4x3/kw.svg);
}
.flag-icon-kw.flag-icon-squared {
  background-image: url(../flags/1x1/kw.svg);
}
.flag-icon-ky {
  background-image: url(../flags/4x3/ky.svg);
}
.flag-icon-ky.flag-icon-squared {
  background-image: url(../flags/1x1/ky.svg);
}
.flag-icon-kz {
  background-image: url(../flags/4x3/kz.svg);
}
.flag-icon-kz.flag-icon-squared {
  background-image: url(../flags/1x1/kz.svg);
}
.flag-icon-la {
  background-image: url(../flags/4x3/la.svg);
}
.flag-icon-la.flag-icon-squared {
  background-image: url(../flags/1x1/la.svg);
}
.flag-icon-lb {
  background-image: url(../flags/4x3/lb.svg);
}
.flag-icon-lb.flag-icon-squared {
  background-image: url(../flags/1x1/lb.svg);
}
.flag-icon-lc {
  background-image: url(../flags/4x3/lc.svg);
}
.flag-icon-lc.flag-icon-squared {
  background-image: url(../flags/1x1/lc.svg);
}
.flag-icon-li {
  background-image: url(../flags/4x3/li.svg);
}
.flag-icon-li.flag-icon-squared {
  background-image: url(../flags/1x1/li.svg);
}
.flag-icon-lk {
  background-image: url(../flags/4x3/lk.svg);
}
.flag-icon-lk.flag-icon-squared {
  background-image: url(../flags/1x1/lk.svg);
}
.flag-icon-lr {
  background-image: url(../flags/4x3/lr.svg);
}
.flag-icon-lr.flag-icon-squared {
  background-image: url(../flags/1x1/lr.svg);
}
.flag-icon-ls {
  background-image: url(../flags/4x3/ls.svg);
}
.flag-icon-ls.flag-icon-squared {
  background-image: url(../flags/1x1/ls.svg);
}
.flag-icon-lt {
  background-image: url(../flags/4x3/lt.svg);
}
.flag-icon-lt.flag-icon-squared {
  background-image: url(../flags/1x1/lt.svg);
}
.flag-icon-lu {
  background-image: url(../flags/4x3/lu.svg);
}
.flag-icon-lu.flag-icon-squared {
  background-image: url(../flags/1x1/lu.svg);
}
.flag-icon-lv {
  background-image: url(../flags/4x3/lv.svg);
}
.flag-icon-lv.flag-icon-squared {
  background-image: url(../flags/1x1/lv.svg);
}
.flag-icon-ly {
  background-image: url(../flags/4x3/ly.svg);
}
.flag-icon-ly.flag-icon-squared {
  background-image: url(../flags/1x1/ly.svg);
}
.flag-icon-ma {
  background-image: url(../flags/4x3/ma.svg);
}
.flag-icon-ma.flag-icon-squared {
  background-image: url(../flags/1x1/ma.svg);
}
.flag-icon-mc {
  background-image: url(../flags/4x3/mc.svg);
}
.flag-icon-mc.flag-icon-squared {
  background-image: url(../flags/1x1/mc.svg);
}
.flag-icon-md {
  background-image: url(../flags/4x3/md.svg);
}
.flag-icon-md.flag-icon-squared {
  background-image: url(../flags/1x1/md.svg);
}
.flag-icon-me {
  background-image: url(../flags/4x3/me.svg);
}
.flag-icon-me.flag-icon-squared {
  background-image: url(../flags/1x1/me.svg);
}
.flag-icon-mf {
  background-image: url(../flags/4x3/mf.svg);
}
.flag-icon-mf.flag-icon-squared {
  background-image: url(../flags/1x1/mf.svg);
}
.flag-icon-mg {
  background-image: url(../flags/4x3/mg.svg);
}
.flag-icon-mg.flag-icon-squared {
  background-image: url(../flags/1x1/mg.svg);
}
.flag-icon-mh {
  background-image: url(../flags/4x3/mh.svg);
}
.flag-icon-mh.flag-icon-squared {
  background-image: url(../flags/1x1/mh.svg);
}
.flag-icon-mk {
  background-image: url(../flags/4x3/mk.svg);
}
.flag-icon-mk.flag-icon-squared {
  background-image: url(../flags/1x1/mk.svg);
}
.flag-icon-ml {
  background-image: url(../flags/4x3/ml.svg);
}
.flag-icon-ml.flag-icon-squared {
  background-image: url(../flags/1x1/ml.svg);
}
.flag-icon-mm {
  background-image: url(../flags/4x3/mm.svg);
}
.flag-icon-mm.flag-icon-squared {
  background-image: url(../flags/1x1/mm.svg);
}
.flag-icon-mn {
  background-image: url(../flags/4x3/mn.svg);
}
.flag-icon-mn.flag-icon-squared {
  background-image: url(../flags/1x1/mn.svg);
}
.flag-icon-mo {
  background-image: url(../flags/4x3/mo.svg);
}
.flag-icon-mo.flag-icon-squared {
  background-image: url(../flags/1x1/mo.svg);
}
.flag-icon-mp {
  background-image: url(../flags/4x3/mp.svg);
}
.flag-icon-mp.flag-icon-squared {
  background-image: url(../flags/1x1/mp.svg);
}
.flag-icon-mq {
  background-image: url(../flags/4x3/mq.svg);
}
.flag-icon-mq.flag-icon-squared {
  background-image: url(../flags/1x1/mq.svg);
}
.flag-icon-mr {
  background-image: url(../flags/4x3/mr.svg);
}
.flag-icon-mr.flag-icon-squared {
  background-image: url(../flags/1x1/mr.svg);
}
.flag-icon-ms {
  background-image: url(../flags/4x3/ms.svg);
}
.flag-icon-ms.flag-icon-squared {
  background-image: url(../flags/1x1/ms.svg);
}
.flag-icon-mt {
  background-image: url(../flags/4x3/mt.svg);
}
.flag-icon-mt.flag-icon-squared {
  background-image: url(../flags/1x1/mt.svg);
}
.flag-icon-mu {
  background-image: url(../flags/4x3/mu.svg);
}
.flag-icon-mu.flag-icon-squared {
  background-image: url(../flags/1x1/mu.svg);
}
.flag-icon-mv {
  background-image: url(../flags/4x3/mv.svg);
}
.flag-icon-mv.flag-icon-squared {
  background-image: url(../flags/1x1/mv.svg);
}
.flag-icon-mw {
  background-image: url(../flags/4x3/mw.svg);
}
.flag-icon-mw.flag-icon-squared {
  background-image: url(../flags/1x1/mw.svg);
}
.flag-icon-mx {
  background-image: url(../flags/4x3/mx.svg);
}
.flag-icon-mx.flag-icon-squared {
  background-image: url(../flags/1x1/mx.svg);
}
.flag-icon-my {
  background-image: url(../flags/4x3/my.svg);
}
.flag-icon-my.flag-icon-squared {
  background-image: url(../flags/1x1/my.svg);
}
.flag-icon-mz {
  background-image: url(../flags/4x3/mz.svg);
}
.flag-icon-mz.flag-icon-squared {
  background-image: url(../flags/1x1/mz.svg);
}
.flag-icon-na {
  background-image: url(../flags/4x3/na.svg);
}
.flag-icon-na.flag-icon-squared {
  background-image: url(../flags/1x1/na.svg);
}
.flag-icon-nc {
  background-image: url(../flags/4x3/nc.svg);
}
.flag-icon-nc.flag-icon-squared {
  background-image: url(../flags/1x1/nc.svg);
}
.flag-icon-ne {
  background-image: url(../flags/4x3/ne.svg);
}
.flag-icon-ne.flag-icon-squared {
  background-image: url(../flags/1x1/ne.svg);
}
.flag-icon-nf {
  background-image: url(../flags/4x3/nf.svg);
}
.flag-icon-nf.flag-icon-squared {
  background-image: url(../flags/1x1/nf.svg);
}
.flag-icon-ng {
  background-image: url(../flags/4x3/ng.svg);
}
.flag-icon-ng.flag-icon-squared {
  background-image: url(../flags/1x1/ng.svg);
}
.flag-icon-ni {
  background-image: url(../flags/4x3/ni.svg);
}
.flag-icon-ni.flag-icon-squared {
  background-image: url(../flags/1x1/ni.svg);
}
.flag-icon-nl {
  background-image: url(../flags/4x3/nl.svg);
}
.flag-icon-nl.flag-icon-squared {
  background-image: url(../flags/1x1/nl.svg);
}
.flag-icon-no {
  background-image: url(../flags/4x3/no.svg);
}
.flag-icon-no.flag-icon-squared {
  background-image: url(../flags/1x1/no.svg);
}
.flag-icon-np {
  background-image: url(../flags/4x3/np.svg);
}
.flag-icon-np.flag-icon-squared {
  background-image: url(../flags/1x1/np.svg);
}
.flag-icon-nr {
  background-image: url(../flags/4x3/nr.svg);
}
.flag-icon-nr.flag-icon-squared {
  background-image: url(../flags/1x1/nr.svg);
}
.flag-icon-nu {
  background-image: url(../flags/4x3/nu.svg);
}
.flag-icon-nu.flag-icon-squared {
  background-image: url(../flags/1x1/nu.svg);
}
.flag-icon-nz {
  background-image: url(../flags/4x3/nz.svg);
}
.flag-icon-nz.flag-icon-squared {
  background-image: url(../flags/1x1/nz.svg);
}
.flag-icon-om {
  background-image: url(../flags/4x3/om.svg);
}
.flag-icon-om.flag-icon-squared {
  background-image: url(../flags/1x1/om.svg);
}
.flag-icon-pa {
  background-image: url(../flags/4x3/pa.svg);
}
.flag-icon-pa.flag-icon-squared {
  background-image: url(../flags/1x1/pa.svg);
}
.flag-icon-pe {
  background-image: url(../flags/4x3/pe.svg);
}
.flag-icon-pe.flag-icon-squared {
  background-image: url(../flags/1x1/pe.svg);
}
.flag-icon-pf {
  background-image: url(../flags/4x3/pf.svg);
}
.flag-icon-pf.flag-icon-squared {
  background-image: url(../flags/1x1/pf.svg);
}
.flag-icon-pg {
  background-image: url(../flags/4x3/pg.svg);
}
.flag-icon-pg.flag-icon-squared {
  background-image: url(../flags/1x1/pg.svg);
}
.flag-icon-ph {
  background-image: url(../flags/4x3/ph.svg);
}
.flag-icon-ph.flag-icon-squared {
  background-image: url(../flags/1x1/ph.svg);
}
.flag-icon-pk {
  background-image: url(../flags/4x3/pk.svg);
}
.flag-icon-pk.flag-icon-squared {
  background-image: url(../flags/1x1/pk.svg);
}
.flag-icon-pl {
  background-image: url(../flags/4x3/pl.svg);
}
.flag-icon-pl.flag-icon-squared {
  background-image: url(../flags/1x1/pl.svg);
}
.flag-icon-pm {
  background-image: url(../flags/4x3/pm.svg);
}
.flag-icon-pm.flag-icon-squared {
  background-image: url(../flags/1x1/pm.svg);
}
.flag-icon-pn {
  background-image: url(../flags/4x3/pn.svg);
}
.flag-icon-pn.flag-icon-squared {
  background-image: url(../flags/1x1/pn.svg);
}
.flag-icon-pr {
  background-image: url(../flags/4x3/pr.svg);
}
.flag-icon-pr.flag-icon-squared {
  background-image: url(../flags/1x1/pr.svg);
}
.flag-icon-ps {
  background-image: url(../flags/4x3/ps.svg);
}
.flag-icon-ps.flag-icon-squared {
  background-image: url(../flags/1x1/ps.svg);
}
.flag-icon-pt {
  background-image: url(../flags/4x3/pt.svg);
}
.flag-icon-pt.flag-icon-squared {
  background-image: url(../flags/1x1/pt.svg);
}
.flag-icon-pw {
  background-image: url(../flags/4x3/pw.svg);
}
.flag-icon-pw.flag-icon-squared {
  background-image: url(../flags/1x1/pw.svg);
}
.flag-icon-py {
  background-image: url(../flags/4x3/py.svg);
}
.flag-icon-py.flag-icon-squared {
  background-image: url(../flags/1x1/py.svg);
}
.flag-icon-qa {
  background-image: url(../flags/4x3/qa.svg);
}
.flag-icon-qa.flag-icon-squared {
  background-image: url(../flags/1x1/qa.svg);
}
.flag-icon-re {
  background-image: url(../flags/4x3/re.svg);
}
.flag-icon-re.flag-icon-squared {
  background-image: url(../flags/1x1/re.svg);
}
.flag-icon-ro {
  background-image: url(../flags/4x3/ro.svg);
}
.flag-icon-ro.flag-icon-squared {
  background-image: url(../flags/1x1/ro.svg);
}
.flag-icon-rs {
  background-image: url(../flags/4x3/rs.svg);
}
.flag-icon-rs.flag-icon-squared {
  background-image: url(../flags/1x1/rs.svg);
}
.flag-icon-ru {
  background-image: url(../flags/4x3/ru.svg);
}
.flag-icon-ru.flag-icon-squared {
  background-image: url(../flags/1x1/ru.svg);
}
.flag-icon-rw {
  background-image: url(../flags/4x3/rw.svg);
}
.flag-icon-rw.flag-icon-squared {
  background-image: url(../flags/1x1/rw.svg);
}
.flag-icon-sa {
  background-image: url(../flags/4x3/sa.svg);
}
.flag-icon-sa.flag-icon-squared {
  background-image: url(../flags/1x1/sa.svg);
}
.flag-icon-sb {
  background-image: url(../flags/4x3/sb.svg);
}
.flag-icon-sb.flag-icon-squared {
  background-image: url(../flags/1x1/sb.svg);
}
.flag-icon-sc {
  background-image: url(../flags/4x3/sc.svg);
}
.flag-icon-sc.flag-icon-squared {
  background-image: url(../flags/1x1/sc.svg);
}
.flag-icon-sd {
  background-image: url(../flags/4x3/sd.svg);
}
.flag-icon-sd.flag-icon-squared {
  background-image: url(../flags/1x1/sd.svg);
}
.flag-icon-se {
  background-image: url(../flags/4x3/se.svg);
}
.flag-icon-se.flag-icon-squared {
  background-image: url(../flags/1x1/se.svg);
}
.flag-icon-sg {
  background-image: url(../flags/4x3/sg.svg);
}
.flag-icon-sg.flag-icon-squared {
  background-image: url(../flags/1x1/sg.svg);
}
.flag-icon-sh {
  background-image: url(../flags/4x3/sh.svg);
}
.flag-icon-sh.flag-icon-squared {
  background-image: url(../flags/1x1/sh.svg);
}
.flag-icon-si {
  background-image: url(../flags/4x3/si.svg);
}
.flag-icon-si.flag-icon-squared {
  background-image: url(../flags/1x1/si.svg);
}
.flag-icon-sj {
  background-image: url(../flags/4x3/sj.svg);
}
.flag-icon-sj.flag-icon-squared {
  background-image: url(../flags/1x1/sj.svg);
}
.flag-icon-sk {
  background-image: url(../flags/4x3/sk.svg);
}
.flag-icon-sk.flag-icon-squared {
  background-image: url(../flags/1x1/sk.svg);
}
.flag-icon-sl {
  background-image: url(../flags/4x3/sl.svg);
}
.flag-icon-sl.flag-icon-squared {
  background-image: url(../flags/1x1/sl.svg);
}
.flag-icon-sm {
  background-image: url(../flags/4x3/sm.svg);
}
.flag-icon-sm.flag-icon-squared {
  background-image: url(../flags/1x1/sm.svg);
}
.flag-icon-sn {
  background-image: url(../flags/4x3/sn.svg);
}
.flag-icon-sn.flag-icon-squared {
  background-image: url(../flags/1x1/sn.svg);
}
.flag-icon-so {
  background-image: url(../flags/4x3/so.svg);
}
.flag-icon-so.flag-icon-squared {
  background-image: url(../flags/1x1/so.svg);
}
.flag-icon-sr {
  background-image: url(../flags/4x3/sr.svg);
}
.flag-icon-sr.flag-icon-squared {
  background-image: url(../flags/1x1/sr.svg);
}
.flag-icon-ss {
  background-image: url(../flags/4x3/ss.svg);
}
.flag-icon-ss.flag-icon-squared {
  background-image: url(../flags/1x1/ss.svg);
}
.flag-icon-st {
  background-image: url(../flags/4x3/st.svg);
}
.flag-icon-st.flag-icon-squared {
  background-image: url(../flags/1x1/st.svg);
}
.flag-icon-sv {
  background-image: url(../flags/4x3/sv.svg);
}
.flag-icon-sv.flag-icon-squared {
  background-image: url(../flags/1x1/sv.svg);
}
.flag-icon-sx {
  background-image: url(../flags/4x3/sx.svg);
}
.flag-icon-sx.flag-icon-squared {
  background-image: url(../flags/1x1/sx.svg);
}
.flag-icon-sy {
  background-image: url(../flags/4x3/sy.svg);
}
.flag-icon-sy.flag-icon-squared {
  background-image: url(../flags/1x1/sy.svg);
}
.flag-icon-sz {
  background-image: url(../flags/4x3/sz.svg);
}
.flag-icon-sz.flag-icon-squared {
  background-image: url(../flags/1x1/sz.svg);
}
.flag-icon-tc {
  background-image: url(../flags/4x3/tc.svg);
}
.flag-icon-tc.flag-icon-squared {
  background-image: url(../flags/1x1/tc.svg);
}
.flag-icon-td {
  background-image: url(../flags/4x3/td.svg);
}
.flag-icon-td.flag-icon-squared {
  background-image: url(../flags/1x1/td.svg);
}
.flag-icon-tf {
  background-image: url(../flags/4x3/tf.svg);
}
.flag-icon-tf.flag-icon-squared {
  background-image: url(../flags/1x1/tf.svg);
}
.flag-icon-tg {
  background-image: url(../flags/4x3/tg.svg);
}
.flag-icon-tg.flag-icon-squared {
  background-image: url(../flags/1x1/tg.svg);
}
.flag-icon-th {
  background-image: url(../flags/4x3/th.svg);
}
.flag-icon-th.flag-icon-squared {
  background-image: url(../flags/1x1/th.svg);
}
.flag-icon-tj {
  background-image: url(../flags/4x3/tj.svg);
}
.flag-icon-tj.flag-icon-squared {
  background-image: url(../flags/1x1/tj.svg);
}
.flag-icon-tk {
  background-image: url(../flags/4x3/tk.svg);
}
.flag-icon-tk.flag-icon-squared {
  background-image: url(../flags/1x1/tk.svg);
}
.flag-icon-tl {
  background-image: url(../flags/4x3/tl.svg);
}
.flag-icon-tl.flag-icon-squared {
  background-image: url(../flags/1x1/tl.svg);
}
.flag-icon-tm {
  background-image: url(../flags/4x3/tm.svg);
}
.flag-icon-tm.flag-icon-squared {
  background-image: url(../flags/1x1/tm.svg);
}
.flag-icon-tn {
  background-image: url(../flags/4x3/tn.svg);
}
.flag-icon-tn.flag-icon-squared {
  background-image: url(../flags/1x1/tn.svg);
}
.flag-icon-to {
  background-image: url(../flags/4x3/to.svg);
}
.flag-icon-to.flag-icon-squared {
  background-image: url(../flags/1x1/to.svg);
}
.flag-icon-tr {
  background-image: url(../flags/4x3/tr.svg);
}
.flag-icon-tr.flag-icon-squared {
  background-image: url(../flags/1x1/tr.svg);
}
.flag-icon-tt {
  background-image: url(../flags/4x3/tt.svg);
}
.flag-icon-tt.flag-icon-squared {
  background-image: url(../flags/1x1/tt.svg);
}
.flag-icon-tv {
  background-image: url(../flags/4x3/tv.svg);
}
.flag-icon-tv.flag-icon-squared {
  background-image: url(../flags/1x1/tv.svg);
}
.flag-icon-tw {
  background-image: url(../flags/4x3/tw.svg);
}
.flag-icon-tw.flag-icon-squared {
  background-image: url(../flags/1x1/tw.svg);
}
.flag-icon-tz {
  background-image: url(../flags/4x3/tz.svg);
}
.flag-icon-tz.flag-icon-squared {
  background-image: url(../flags/1x1/tz.svg);
}
.flag-icon-ua {
  background-image: url(../flags/4x3/ua.svg);
}
.flag-icon-ua.flag-icon-squared {
  background-image: url(../flags/1x1/ua.svg);
}
.flag-icon-ug {
  background-image: url(../flags/4x3/ug.svg);
}
.flag-icon-ug.flag-icon-squared {
  background-image: url(../flags/1x1/ug.svg);
}
.flag-icon-um {
  background-image: url(../flags/4x3/um.svg);
}
.flag-icon-um.flag-icon-squared {
  background-image: url(../flags/1x1/um.svg);
}
.flag-icon-us {
  background-image: url(../flags/4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(../flags/1x1/us.svg);
}
.flag-icon-uy {
  background-image: url(../flags/4x3/uy.svg);
}
.flag-icon-uy.flag-icon-squared {
  background-image: url(../flags/1x1/uy.svg);
}
.flag-icon-uz {
  background-image: url(../flags/4x3/uz.svg);
}
.flag-icon-uz.flag-icon-squared {
  background-image: url(../flags/1x1/uz.svg);
}
.flag-icon-va {
  background-image: url(../flags/4x3/va.svg);
}
.flag-icon-va.flag-icon-squared {
  background-image: url(../flags/1x1/va.svg);
}
.flag-icon-vc {
  background-image: url(../flags/4x3/vc.svg);
}
.flag-icon-vc.flag-icon-squared {
  background-image: url(../flags/1x1/vc.svg);
}
.flag-icon-ve {
  background-image: url(../flags/4x3/ve.svg);
}
.flag-icon-ve.flag-icon-squared {
  background-image: url(../flags/1x1/ve.svg);
}
.flag-icon-vg {
  background-image: url(../flags/4x3/vg.svg);
}
.flag-icon-vg.flag-icon-squared {
  background-image: url(../flags/1x1/vg.svg);
}
.flag-icon-vi {
  background-image: url(../flags/4x3/vi.svg);
}
.flag-icon-vi.flag-icon-squared {
  background-image: url(../flags/1x1/vi.svg);
}
.flag-icon-vn {
  background-image: url(../flags/4x3/vn.svg);
}
.flag-icon-vn.flag-icon-squared {
  background-image: url(../flags/1x1/vn.svg);
}
.flag-icon-vu {
  background-image: url(../flags/4x3/vu.svg);
}
.flag-icon-vu.flag-icon-squared {
  background-image: url(../flags/1x1/vu.svg);
}
.flag-icon-wf {
  background-image: url(../flags/4x3/wf.svg);
}
.flag-icon-wf.flag-icon-squared {
  background-image: url(../flags/1x1/wf.svg);
}
.flag-icon-ws {
  background-image: url(../flags/4x3/ws.svg);
}
.flag-icon-ws.flag-icon-squared {
  background-image: url(../flags/1x1/ws.svg);
}
.flag-icon-ye {
  background-image: url(../flags/4x3/ye.svg);
}
.flag-icon-ye.flag-icon-squared {
  background-image: url(../flags/1x1/ye.svg);
}
.flag-icon-yt {
  background-image: url(../flags/4x3/yt.svg);
}
.flag-icon-yt.flag-icon-squared {
  background-image: url(../flags/1x1/yt.svg);
}
.flag-icon-za {
  background-image: url(../flags/4x3/za.svg);
}
.flag-icon-za.flag-icon-squared {
  background-image: url(../flags/1x1/za.svg);
}
.flag-icon-zm {
  background-image: url(../flags/4x3/zm.svg);
}
.flag-icon-zm.flag-icon-squared {
  background-image: url(../flags/1x1/zm.svg);
}
.flag-icon-zw {
  background-image: url(../flags/4x3/zw.svg);
}
.flag-icon-zw.flag-icon-squared {
  background-image: url(../flags/1x1/zw.svg);
}
.flag-icon-es-ca {
  background-image: url(../flags/4x3/es-ca.svg);
}
.flag-icon-es-ca.flag-icon-squared {
  background-image: url(../flags/1x1/es-ca.svg);
}
.flag-icon-es-ga {
  background-image: url(../flags/4x3/es-ga.svg);
}
.flag-icon-es-ga.flag-icon-squared {
  background-image: url(../flags/1x1/es-ga.svg);
}
.flag-icon-eu {
  background-image: url(../flags/4x3/eu.svg);
}
.flag-icon-eu.flag-icon-squared {
  background-image: url(../flags/1x1/eu.svg);
}
.flag-icon-gb-eng {
  background-image: url(../flags/4x3/gb-eng.svg);
}
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(../flags/1x1/gb-eng.svg);
}
.flag-icon-gb-nir {
  background-image: url(../flags/4x3/gb-nir.svg);
}
.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(../flags/1x1/gb-nir.svg);
}
.flag-icon-gb-sct {
  background-image: url(../flags/4x3/gb-sct.svg);
}
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(../flags/1x1/gb-sct.svg);
}
.flag-icon-gb-wls {
  background-image: url(../flags/4x3/gb-wls.svg);
}
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(../flags/1x1/gb-wls.svg);
}
.flag-icon-un {
  background-image: url(../flags/4x3/un.svg);
}
.flag-icon-un.flag-icon-squared {
  background-image: url(../flags/1x1/un.svg);
}
.flag-icon-xk {
  background-image: url(../flags/4x3/xk.svg);
}
.flag-icon-xk.flag-icon-squared {
  background-image: url(../flags/1x1/xk.svg);
}
