/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 62.5%;
}
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: normal;
  color: #000;
  background: #ffffff url("../images/layout/bg-main.jpg") left bottom fixed repeat;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: 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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0 10px 0 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #4c0052;
  text-decoration: none;
  font-weight: bold;
}
a:hover,
a:focus {
  color: #4c0052;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 2px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  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;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.models {
  height: 880px;
  width: 100%;
}
@media (max-width: 1024px) {
  .models {
    height: 1180px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1192px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 51.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 48.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 992px) {
  .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.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s 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: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  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: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.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.428571429;
  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: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.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: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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: 3px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 3px 3px 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: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 3px;
}
.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: #ffffff;
  background-color: #428bca;
}
.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: 3px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 7px;
  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: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: 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-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: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 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;
}
@media (min-width: 992px) {
  .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: 3px;
}
.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: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
font-weight: normal;
}
@media (max-width: 991px) {
  .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: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-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: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.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: #555555;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.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: #cccccc;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  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;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse: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;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-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;
  }
}
@font-face {
  font-family: Lobster;
  src: url(Lobster.otf);
}
@font-face {
  font-family: AvantGarde;
  src: url(AvantGarde.ttf);
}
@font-face {
  font-family: Bebas;
  src: url(BEBAS_.TTF);
}
@font-face {
  font-family: OldSansBlack;
  src: url(OldSansBlack.ttf);
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
a {
  color: #4c0052;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
*/
p {
  text-align: justify;
}
.container {
  padding: 0;
}
h1,
h2,
h3,
h2,
h4 {
  color: #333333;
}
h1 {
  font-size: 38px;
  font-size: 3.8rem;
}
h2 {
  font-size: 24px;
  font-size: 2.4rem;
}
h3 {
  font-size: 20px;
  font-size: 2rem;
}
h4 {
  font-size: 18px;
  font-size: 1.8rem;
}
.apply {
  margin: 25px 0 0 25%;
  text-align: left;
}
@media (min-width: 992px) {
  .apply {
    margin: 20px 0 0 13%;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .apply {
    margin: 20px 30px 30px 30px;
    text-align: center;
  }
}
.button {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  outline: none;
  min-width: 175px;
  text-align: left;
  padding: 7px 0 8px 20px;
/*
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
*/
  text-decoration: none;
}
.button:hover,
.button:focus {
  color: #FFF;
  outline: none;
  text-decoration: none;
}
.bstyle1 {
  position: relative;
  color: #FFF;
  text-decoration: none;
  font-family: Bebas;
  text-shadow: 0 0 1px #000;
  outline: 0;
  background: #ab05ad;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiMDVhZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iI2E3MDVhOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM5JSIgc3RvcC1jb2xvcj0iIzljMDRhMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk3JSIgc3RvcC1jb2xvcj0iIzc2MDI3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NDA5NmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ab05ad 0%, #a705a9 16%, #9c04a0 39%, #76027f 97%, #64096b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ab05ad), color-stop(16%, #a705a9), color-stop(39%, #9c04a0), color-stop(97%, #76027f), color-stop(100%, #64096b));
  background: -webkit-linear-gradient(top, #ab05ad 0%, #a705a9 16%, #9c04a0 39%, #76027f 97%, #64096b 100%);
  background: -o-linear-gradient(top, #ab05ad 0%, #a705a9 16%, #9c04a0 39%, #76027f 97%, #64096b 100%);
  background: -ms-linear-gradient(top, #ab05ad 0%, #a705a9 16%, #9c04a0 39%, #76027f 97%, #64096b 100%);
  background: linear-gradient(to bottom, #ab05ad 0%, #a705a9 16%, #9c04a0 39%, #76027f 97%, #64096b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab05ad', endColorstr='#64096b', GradientType=0);
}
.bstyle1:hover,
.bstyle1:active {
  background: #cc08ce;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjMDhjZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI5JSIgc3RvcC1jb2xvcj0iI2MyMDdjNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2FkMDViNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk3JSIgc3RvcC1jb2xvcj0iIzk3MDNhMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YjA0OTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #cc08ce 0%, #c207c6 29%, #ad05b5 65%, #9703a3 97%, #8b0497 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc08ce), color-stop(29%, #c207c6), color-stop(65%, #ad05b5), color-stop(97%, #9703a3), color-stop(100%, #8b0497));
  background: -webkit-linear-gradient(top, #cc08ce 0%, #c207c6 29%, #ad05b5 65%, #9703a3 97%, #8b0497 100%);
  background: -o-linear-gradient(top, #cc08ce 0%, #c207c6 29%, #ad05b5 65%, #9703a3 97%, #8b0497 100%);
  background: -ms-linear-gradient(top, #cc08ce 0%, #c207c6 29%, #ad05b5 65%, #9703a3 97%, #8b0497 100%);
  background: linear-gradient(to bottom, #cc08ce 0%, #c207c6 29%, #ad05b5 65%, #9703a3 97%, #8b0497 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc08ce', endColorstr='#8b0497', GradientType=0);
  text-decoration: none;
}
.bstyle1:active {
  box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.9);
}
.bstyle2 {
  position: relative;
  color: #FFF;
  text-shadow: 0 0 1px #000;
  text-decoration: none;
  font-family: Bebas;
  padding-right: 10px;
  outline: 0;
  background: #0987c2;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA5ODdjMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk3JSIgc3RvcC1jb2xvcj0iIzAyNjE4ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwODU0NzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #0987c2 0%, #02618e 97%, #085477 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0987c2), color-stop(97%, #02618e), color-stop(100%, #085477));
  background: -webkit-linear-gradient(top, #0987c2 0%, #02618e 97%, #085477 100%);
  background: -o-linear-gradient(top, #0987c2 0%, #02618e 97%, #085477 100%);
  background: -ms-linear-gradient(top, #0987c2 0%, #02618e 97%, #085477 100%);
  background: linear-gradient(to bottom, #0987c2 0%, #02618e 97%, #085477 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0987c2', endColorstr='#085477', GradientType=0);
}
.bstyle2:hover,
.bstyle2:active {
  background: #0d9ddf;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBkOWRkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk3JSIgc3RvcC1jb2xvcj0iIzAyNzJhNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMzZiOWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #0d9ddf 0%, #0272a7 97%, #036b9c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0d9ddf), color-stop(97%, #0272a7), color-stop(100%, #036b9c));
  background: -webkit-linear-gradient(top, #0d9ddf 0%, #0272a7 97%, #036b9c 100%);
  background: -o-linear-gradient(top, #0d9ddf 0%, #0272a7 97%, #036b9c 100%);
  background: -ms-linear-gradient(top, #0d9ddf 0%, #0272a7 97%, #036b9c 100%);
  background: linear-gradient(to bottom, #0d9ddf 0%, #0272a7 97%, #036b9c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d9ddf', endColorstr='#036b9c', GradientType=0);
  text-decoration: none;
}
.bstyle2:active {
  box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.9);
}
.bstyle3,
a.bstyle3 {
  position: relative;
  padding: 0 10px;
  font-family: OldSansBlack, Arial, sans-serif;
  font-size: 22px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  text-shadow: 0 0 1px #000000;
  text-decoration: none;
  outline: 0;
  background: #00aa26;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYWEyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTg4MTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #00aa26 0%, #018812 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00aa26), color-stop(100%, #018812));
  background: -webkit-linear-gradient(top, #00aa26 0%, #018812 100%);
  background: -o-linear-gradient(top, #00aa26 0%, #018812 100%);
  background: -ms-linear-gradient(top, #00aa26 0%, #018812 100%);
  background: linear-gradient(to bottom, #00aa26 0%, #018812 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aa26', endColorstr='#018812', GradientType=0);
/*
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
*/
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
}
.bstyle3:hover,
a.bstyle3:hover,
.bstyle3:active,
a.bstyle3:active {
  background: #00d12f;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwZDEyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGE0MTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #00d12f 0%, #00a416 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00d12f), color-stop(100%, #00a416));
  background: -webkit-linear-gradient(top, #00d12f 0%, #00a416 100%);
  background: -o-linear-gradient(top, #00d12f 0%, #00a416 100%);
  background: -ms-linear-gradient(top, #00d12f 0%, #00a416 100%);
  background: linear-gradient(to bottom, #00d12f 0%, #00a416 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d12f', endColorstr='#00a416', GradientType=0);
  text-decoration: none;
}
.bstyle3:active,
a.bstyle3:active {
  box-shadow: inset 6px 7px 8px rgba(0, 0, 0, 0.4);
}
.bstyle4,
a.bstyle4 {
  position: relative;
  padding: 0 10px;
  font-family: OldSansBlack, Arial, sans-serif;
  font-size: 22px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  text-shadow: 0 0 1px #000000;
  text-decoration: none;
  outline: 0;
  background: #a8a8a8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a8a8a8 0%, #808080 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a8a8a8), color-stop(100%, #808080));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a8a8a8 0%, #808080 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a8a8a8 0%, #808080 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a8a8a8 0%, #808080 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #a8a8a8 0%, #808080 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8a8a8', endColorstr='#808080', GradientType=0);
  /* IE6-9 */
/*
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
*/
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
}
.bstyle4:hover,
a.bstyle4:hover,
.bstyle4:active,
a.bstyle4:active {
  background: #c4c4c4;
  background: -moz-linear-gradient(top, #c4c4c4 0%, #959595 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c4c4c4), color-stop(100%, #959595));
  background: -webkit-linear-gradient(top, #c4c4c4 0%, #959595 100%);
  background: -o-linear-gradient(top, #c4c4c4 0%, #959595 100%);
  background: -ms-linear-gradient(top, #c4c4c4 0%, #959595 100%);
  background: linear-gradient(to bottom, #c4c4c4 0%, #959595 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4c4c4', endColorstr='#959595', GradientType=0);
  text-decoration: none;
}
.bstyle4:active,
a.bstyle4:active {
  box-shadow: inset 6px 7px 8px rgba(0, 0, 0, 0.4);
}
.panel {
  border: 1px solid #eedebe;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fcf8e3;
  padding: 11px 16px 16px 16px;
}
.panel.pstyle1 {
  background: #FFF;
  border: 1px solid #d9d9d9;
}
.hidden {
  display: none;
}
.cloud {
  position: absolute;
  text-transform: uppercase;
  text-align: center;
  font-family: Bebas;
  color: #FFF;
  display: none;
}
@media (min-width: 992px) {
  .cloud {
    display: block;
  }
}
.cloud.cstyle1 {
  top: 4px;
  width: 278px;
  height: 266px;
  background: url("../images/layout/cloud1.png") 0 0 no-repeat;
  margin: 0 20% 0 45%;
  font-size: 26px;
  padding: 60px 60px 0 60px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
}
.cloud.cstyle1 strong {
  color: #adedff;
  font-weight: normal;
}
.cloud.cstyle2 {
  top: 0;
  width: 213px;
  height: 207px;
  background: url("../images/layout/cloud2.png") 0 0 no-repeat;
  margin: 0 20% 0 35.5%;
  font-size: 22px;
  padding: 51px 40px 0 40px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
}
.cloud.cstyle2 strong {
  display: block;
  color: #f7ff1f;
  font-weight: normal;
}
.text-content {
  padding: 0 31px 40px 50px;
}
@media (max-width: 480px) {
  .text-content {
    padding: 0 20px;
  }
}
.text-content.tstyle1 {
  background-color: rgba(154,4,158,0.97);
  padding: 0 50px 40px 50px;
}
.text-content.tstyle1 h2 {
  color: #fffac5;
  font-weight: normal;
  font-size: 34px;
  font-size: 3.4rem;
  text-align: center;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.9);
}
.text-content.tstyle1 p,
.text-content.tstyle1 ul {
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
}
.text-content.tstyle1 ul {
  margin: 0;
  padding-left: 15px;
}
.text-content.tstyle1 a {
  color: #fffac5;
}
.text-content.tstyle2 {
  background-color: rgba(2,101,146,0.97);
}
.text-content.tstyle2 h3 {
  color: #FFF;
  text-align: center;
  font-weight: normal;
  font-size: 30px;
  font-size: 3rem;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.9);
}
.text-content.tstyle2 h3 strong,
.text-content.tstyle2 h3 em {
  color: #f332ec;
  font-weight: normal;
  font-style: normal;
}
.text-content.tstyle2 p {
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
}
/*
.text-content.tstyle3 {
  background-color: rgba(253,253,253,0.97);
}
*/
.text-content.tstyle3 h3 {
  color: #000;
  text-align: center;
  font-weight: normal;
  font-size: 30px;
  font-size: 3rem;
}
.text-content.tstyle3 h3 strong,
.text-content.tstyle3 h3 em {
  color: #026592;
  font-style: normal;
  font-weight: normal;
}
.text-content.tstyle3 p {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
}
.text-content.tstyle4 {
  background-color: rgba(0,0,0,0.97);
  color: #FFF;
}
.text-content.tstyle4 h2 {
  color: #FFF;
  text-align: center;
  font-weight: normal;
  font-size: 34px;
  font-size: 3.4rem;
}
.text-content.tstyle4 p {
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
}
.text-content.tstyle4 a {
  color: #ffffff;
}
.text-content.tstyle4 .join-text p {
  margin: 10px 30px 30px 0;
  line-height: 21px;
  color: #FFF;
}
@media (max-width: 480px) {
  .text-content.tstyle4 .join-text p {
    margin: 10px 0 20px 0;
  }
}
#jar_content,
#jar_content_admin {
  padding: 40px 40px 20px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
}
@media (max-width: 990px) {
  #jar_content,
  #jar_content_admin {
    padding-left: 40px;
  }
}
#jar_content p,
#jar_content_admin p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
}
#jar_content h2,
#jar_content_admin h2 {
  font-size: 1.6em;
  /*font-size: 3rem;*/
  color: #026592;
  margin: 0;
  padding: 0 0 17px 0;
  border-bottom: 2px solid #9a049e;
}
#jar_content h3,
#jar_content_admin h3 {
  margin: 20px 0 10px 0;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
}
#jar_content ul {
  margin-top:0;
}
#jar_content a,
#jar_content_admin a {
  color: #4c0052;
}
#jar_content a.bstyle3,
#jar_content_admin a.bstyle3 {
  color: #FFF;
}
input[type="text"],
input[type="password"],
textarea {
  font-size: 14px;
  height: 33px;
  padding: 2px 0 2px 10px;
  outline: none;
  box-sizing: border-box;
  background: #f3f3f3;
  border: 1px solid #e0e0e0;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #003300;
}
input[type="text"]#s_embed,
input[type="password"]#s_embed,
textarea#s_embed {
  height: 100px;
}
select {
  font-size: 14px;
  height: 33px;
  padding: 2px 0 2px 8px;
  outline: none;
  box-sizing: border-box;
  background: #f3f3f3;
  border: 1px solid #e0e0e0;
}
select:focus {
  border-color: #003300;
}
.opt-text {
  color: #989898;
}
.next {
  font-size: 1px;
  color: #FFF;
}
.next a {
  font-size: 14px;
}
.next a:last-child {
  float: right;
}
#banners textarea {
  height: 100px;
}
header {
  display: block;
  background: #f2f2f2;
  min-height: 98px;
}
@media (max-width: 660px) {
  header .logo {
    width: 100% !important;
  }
}
header .logo:after {
  display: block;
  content: "";
  clear: both;
}
header .logo h2 {
  margin: 8px 0 5px 25px;
  padding: 0;
  float: left;
  width: 147px;
}
@media (max-width: 660px) {
  header .logo h2 {
    display: block;
    float: none;
    margin: 10px auto;
  }
}
header .logo h2 strong {
  height: 0;
  font-size: 5px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
header .slogan {
  margin: 57px 0 12px 0;
  float: left;
  display: none;
}
@media (min-width: 992px) {
  header .slogan {
    display: block;
  }
}
header .slogan strong {
  position: relative;
  display: inline;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: Lobster;
  color: #538ba5;
  font-weight: normal;
  margin: 0 0 0 57px;
}
header .slogan strong:before,
header .slogan strong:after {
  position: absolute;
  display: block;
  content: "";
  background: url(../images/layout/sprite.png);
  background-repeat: no-repeat;
  width: 25px;
  height: 18px;
}
header .slogan strong:before {
  background-position: 0 -19px;
  top: -7px;
  left: -30px;
}
header .slogan strong:after {
  background-position: 0 0;
  top: 18px;
  right: -33px;
}
@media (max-width: 660px) {
  header .contact {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
header .contact nav {
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 10px 20px 0 0;
}
@media (max-width: 660px) {
  header .contact nav {
    text-align: center;
  }
}
header .contact .call-us {
  margin: 38px 10px 0 0;
  text-align: right;
}
@media (max-width: 660px) {
  header .contact .call-us {
    text-align: center;
    margin: 15px;
    padding-right: 15px;
  }
}
.navbar-toggle {
  float: left;
  margin-left: 40px;
  background: #e2e2e2;
}
.navbar-toggle .icon-bar {
  background: #222;
}
.navbar-header,
.navbar-collapse {
  float: left;
}
.navbar-collapse {
  position: absolute;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition-: none;
}
.navbar {
  background: #232323;
  min-height: 53px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  z-index: 100;
}
.navbar .container {
  position: relative;
}
.navbar ul {
  float: left;
  margin: 0 0 0 -7px;
}
.navbar ul li {
  padding: 1px 0;
}
.navbar ul li a {
  font-family: Bebas;
  font-size: 18px;
  color: #FFF;
  line-height: 18px;
  background: #232323;
  padding: 17px 19px 16px 19px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .navbar ul li a {
    padding: 17px 15px 16px 15px;
  }
}
@media (min-width: 1200px) {
  .navbar ul li a {
    padding: 17px 19px 16px 19px;
  }
}
.navbar ul li a:hover {
  color: #232323;
  background: #e2e2e2;
}
.navbar ul li.active a {
  font-family: Bebas;
  font-size: 18px;
  color: #232323;
  line-height: 18px;
  background: #e2e2e2;
  padding: 17px 19px 16px 19px;
}
.navbar .in {
  position: absolute;
  margin-top: 53px;
  left: 15px;
  background: #232323;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}
.navbar .in ul {
  margin: 41px 0 20px 0;
}
@media (min-width: 480px) {
  .navbar .in ul {
    margin: 20px 0;
  }
}
.navbar .buttons-panel {
  float: right;
  text-align: right;
  padding: 11px 0 10px 0;
  margin: 0 20px 0 0;
  width: auto;
}
@media (min-width: 808px) {
  .navbar .buttons-panel {
    margin: 0;
    width: auto;
  }
}
@media (max-width: 480px) {
  .navbar .buttons-panel {
    margin: 0 20px 0 0;
    width: 175px;
  }
}
.navbar .buttons-panel .bstyle1 {
  padding-left: 41px;
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  .navbar .buttons-panel .bstyle1 {
    margin-bottom: 0;
  }
}
.navbar .buttons-panel .bstyle1:before {
  content: "";
  display: block;
  width: 18px;
  height: 22px;
  background: url(../images/layout/sprite.png) 0 -49px no-repeat;
  position: absolute;
  left: 10px;
  top: 6px;
}
.navbar .buttons-panel .bstyle2 {
  padding-left: 41px;
}
.navbar .buttons-panel .bstyle2:before {
  content: "";
  display: block;
  width: 18px;
  height: 22px;
  background: url(../images/layout/sprite.png) 0 -78px no-repeat;
  position: absolute;
  left: 10px;
  top: 6px;
}
#main {
  background-color: rgba(253,253,253,0.97);
}
.video-info {
  margin: 20px 25px 0 25px;
  background: #f8f8f8;
  border: 1px solid #eeeeee;
  padding: 10px 20px;
}
.video-info ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.video-info ul:after {
  content: "";
  display: block;
  clear: both;
}
.video-info ul li {
  float: right;
  padding: 0 0 0 19px;
  margin: 0 0 0 35px;
}
/*
.video-info ul li#recordVideos {
  background: url("../images/layout/sprite.png") 0 -440px no-repeat;
}
.video-info ul li#sellYourVideos {
  background: url("../images/layout/sprite.png") 0 -384px no-repeat;
}
*/
.video-info ul li em {
  font-size: 13px;
  font-size: 1.3rem;
  color: #7d7d7d;
  font-style: normal;
}
.video-info ul li strong {
  font-size: 13px;
  font-size: 1.3rem;
  color: #2f2f2f;
}
.video-info ul li a em {
  font-size: 13px;
  font-size: 1.3rem;
  color: #7d7d7d;
  list-style: none;
  font-style: normal;
}
.video-info ul li a strong {
  font-size: 13px;
  font-size: 1.3rem;
  color: #2f2f2f;
}
#log {
  display: none;
}
.top {
  position: relative;
}
.top h1 {
  padding: 29px 0 0 37px;
  font-size: 30px;
  color: #000;
  font-weight: normal;
}
.top h1 strong {
  display: block;
  font-size: 45px;
  color: #9a049e;
  font-weight: normal;
  line-height: 46px;
  padding: 4px 0 2px 0;
}
.top h1 span {
  font-size: 55px;
  text-transform: uppercase;
}
.top p {
  font-size: 16px;
  color: #000;
  padding: 0 0 0 36px;
  margin: 0 50% 0 0;
  text-align: justify;
}
@media (max-width: 992px) {
  .top p {
    margin: 0 37px 0 0;
  }
}
.top ul {
  margin: 27px 37px 0 36px;
  padding: 0;
  list-style-type: none;
}
.top ul li {
  text-align: justify;
  padding: 0 0 5px 18px;
  background: url(../images/layout/sprite.png) -94px 7px no-repeat;
}
.top ul li strong {
  color: #026592;
  font-weight: normal;
}
.top ul li em {
  color: #2a6496;
  font-style: normal;
}
.top.top-girl {
  min-height: 477px;
  background: url(../images/layout/girl.jpg) top right no-repeat;
  background-size: contain;
  margin: -20px 0 0 10px;
}
@media (max-width: 808px) {
  .top.top-girl {
    background: none;
  }
}
.top .button {
  margin: 0 0 20px 0;
  min-width: 258px;
}
@media (max-width: 480px) {
   .top .button,
   .bstyle3,
   a.bstyle3 {
	margin: 0 0 0 0;
	display: block;
	min-width: 0px;
	width: 97%;
  }
}
.twitter_widget {
  border: 1px solid #848484;
  padding: 15px 20px 12px 12px;
  margin: 15px 0 0 0;
}
.twitter_widget:after {
  display: block;
  clear: both;
  content: "";
}
.twitter_widget .twitter_title {
  font-size: 24px;
  color: #f332ec;
  text-transform: uppercase;
  font-family: Bebas, Arial, Helvetica, sans-serif;
  background: url(../images/layout/sprite.png) 0 -213px no-repeat;
  padding: 0 0 0 38px;
}
.twitter_widget .tweet-text {
  margin: 0;
}
.twitter_widget .tweet {
  color: #FFF;
  padding: 18px 20px 10px 12px;
}
.twitter_widget .tweet p {
  font-size: 14px;
  margin: 0 0 4px 0;
}
.twitter_widget .tweet .tweet_posted {
  color: #a3a3a3;
  font-size: 12px;
  text-align: left;
}
.twitter_widget .tweet a {
  clear: both;
  color: #fffac5;
  display: block;
  font-weight: normal;
}
.twitter_widget .twitter_more a {
  color: #f332ec;
  font-size: 14px;
  float: right;
  font-weight: normal;
}
/*
.twitter_widget .twitter_more a:after {
  content: ">";
  color: #f332ec;
  font-size: 14px;
}
*/
.text-content.tstyle5 {
  color: #000;
}
.text-content.tstyle5 h3 {
  color: #000;
  text-align: center;
  font-weight: normal;
  font-size: 34px;
  font-size: 3.4rem;
  margin: 0;
  padding-top: 30px;
}
.text-content.tstyle5 p {
  font-size: 16px;
  font-size: 1.6rem;
}
.video-box {
  text-align: center;
  width: 100%;
  margin: 40px auto 0 auto;
}
.video-box iframe {
  width: 1px;
  min-width: 100%;
  *width: 100%;
  max-width: 100%;
}
/*
@media (max-width: 480px) {
  .video-box {
    display: none;
  }
}
*/
.side-vid iframe {
  width: 1px;
  min-width: 303px;
  *width: 100%;
  max-width: 303px;
}
.side-vid {
  text-align: center;
  width: 303px;
  margin: 20px auto 0 auto;
}
/*
@media (max-width: 480px) {
  .side-vid {
    display: none;
  }
}
*/
.plus-box {
  padding: 20px 0 0 0;
  text-align: center;
}
.model-stats #continueButtons .button {
  margin: 40px 0 0 10%;
}
.bonus-tbl {
  width: 80%;
}
@media (max-width: 1200px) {
  .bonus-tbl {
    width: 100%;
  }
}
.bonus-tbl th,
.bonus-tbl td {
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  padding: 12px 16px;
}
.bonus-tbl th:last-child,
.bonus-tbl td:last-child {
  border-right: 1px solid #e0e0e0;
}
.bonus-tbl tr:last-child td {
  border-bottom: 1px solid #e0e0e0;
}
.simple-lst {
  list-style: none;
  margin: 0 0 0 24px;
  padding: 0;
}
#form_register.contact-us dl {
  margin: 0;
}
#form_register.contact-us dl dt {
  width: 210px;
}
@media (max-width: 1200px) {
  #form_register.contact-us dl dt {
    text-align: left;
  }
}
#form_register fieldset {
  border: 1px solid #e0e0e0;
  padding: 23px 27px;
  margin: 30px 0 0 0;
}
#form_register fieldset h4 {
  display: block;
  font-size: 16px;
  padding: 0 0 12px 0;
  margin: 0 0 19px 0;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
}
#form_register dl {
  margin: 0;
}
#form_register dl dt {
  width: 167px;
  padding: 0 12px 0 0;
  float: left;
  text-align: right;
}
@media (max-width: 1200px) {
  #form_register dl dt {
    float: none;
    text-align: left;
  }
}
#form_register dl dt label {
  padding: 5px 0 0 0;
  display: inline-block;
}
#form_register dl dd {
  margin: 0 0 5px 0;
}
#form_register dl dd input[type="text"],
#form_register dl dd input[type="password"],
#form_register dl dd textarea {
  width: 266px;
}
@media (max-width: 1200px) {
  #form_register dl dd input[type="text"],
  #form_register dl dd input[type="password"],
  #form_register dl dd textarea {
    width: 100%;
  }
}
#form_register dl dd #country {
  width: 346px;
}
@media (max-width: 1200px) {
  #form_register dl dd #country {
    width: 100%;
  }
}
#form_register dl dd.short-input input[type="text"],
#form_register dl dd.short-input input[type="password"] {
  width: 182px;
}
@media (max-width: 1200px) {
  #form_register dl dd.short-input input[type="text"],
  #form_register dl dd.short-input input[type="password"] {
    width: 100%;
  }
}
#form_register dl.question dt {
  width: 337px;
}
@media (max-width: 1200px) {
  #form_register dl.question dt {
    width: 100%;
  }
}
#form_register dl.question dd input[type="text"],
#form_register dl.question dd select,
#form_register dl.question dd textarea {
  width: 260px;
}
@media (max-width: 1200px) {
  #form_register dl.question dd input[type="text"],
  #form_register dl.question dd select,
  #form_register dl.question dd textarea {
    width: 100%;
  }
}
#form_register dl.question dd textarea {
  height: 110px;
}
#form_register .login dl dt {
  width: 227px;
}
/*#form_register #dobm {
  width: 145px;
}*/
#form_register #add-info select {
  width: 266px;
}
@media (max-width: 1200px) {
  #form_register #add-info select {
    width: 100%;
  }
}
.radio-set {
  padding: 5px 0 0 13px;
}
.radio-set label {
  padding: 0 15px 0 0;
  white-space: nowrap;
}
.lcaption {
  font-size: 12px;
  line-height: 16px;
  padding: 0 0 26px 0;
  color: #FF0000;
}
#continueButtons .button {
  margin: 40px auto 0 auto;
  width: 260px;
  font-size: 22px;
  text-transform: none;
  display: block;
}
#finalButtons {
  margin: 40px auto 0 auto;
  width: 545px;
}
@media (max-width: 550px) {
  #finalButtons {
    width: 100%;
  }
}
#finalButtons .button {
  width: 260px;
  margin: 0 10px 0 0;
  font-size: 24px;
  text-transform: none;
}
#facebookingDiv {
  margin: 40px auto;
  text-align: center;
}
#modelF #caption p:first-child {
  text-align: center;
}
.register_tab {
  list-style: none;
}
.register_tab:after {
  display: block;
  content: "";
  clear: both;
}
.register_tab li {
  float: left;
  width: 50%;
}
@media (max-width: 550px) {
  .register_tab li {
    width: 100%;
  }
}
.register_tab li strong {
  display: block;
}
.agreement-box {
  width: 100%;
  height: 450px;
  overflow: auto;
}
#step1Spacer {
  height: 40px;
}
.smallSpacer {
  height: 12px;
}
#c_popup {
  width: 775px;
  display: none;
}
#File2Div {
  padding-top: 1px;
}
#File3Div {
  padding-top: 1px;
}
#File4Div {
  padding-top: 1px;
}
#File1Div {
  padding-top: 1px;
}
#taxForm {
  display: none;
  position: relative;
}
.underText {
  font-size: 11px;
  text-align: left;
}
.tableCell {
  position: relative;
  width: 520px;
  margin-left: 50px;
}
.overMore {
  margin-left: 133px;
}
.inputdefault {
  width: 245px;
  height: 25px;
}
.inputSmall {
  width: 100px;
  height: 25px;
}
.inputButton {
  height: 28px;
}
.nextStep {
  color: #f140a9;
  line-height: 30px;
}
.paragraphSize {
  width: 525px;
}
aside {
  padding: 40px 0 20px 0;
}
aside .pros {
  border: 1px solid #e0e0e0;
  padding: 17px 0 30px 10px;
  margin: 0 auto 20px auto;
  max-width: 303px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 992px) {
  aside .pros {
    margin: 0 auto;
  }
}
aside .pros h2 {
  color: #810288;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  font-family: Bebas, Arial, Helvetica, sans-serif;
  margin: 0 5px 20px 0;
}
aside .pros ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
aside .pros ul li {
  margin: 10px 0 0 0;
  background: url("/images/layout/sprite.png") 0 -510px no-repeat;
  padding: 0 10px 0 28px;
  color: #036796;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
aside .pros ul li a {
  font-family: Bebas, Arial, Helvetica, sans-serif;
  color: #036796;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}
aside .pros ul li a.active {
  color: #810288;
  pointer-events: none;
}
aside .pros ol {
  margin: 0;
  padding: 0;
}
aside .pros ol li {
  margin: 10px 0 0 22px;
  padding: 0 10px 0 0px;
  font-size: 16px;
  font-size: 1.6rem;
}
aside .pros ol li a {
  font-family: Bebas, Arial, Helvetica, sans-serif;
  color: #036796;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}
aside .pros ol li a.active {
  color: #810288;
  pointer-events: none;
}
#agentLogin aside .pros ul li,
#modelimport aside .pros ul li,
#modelLogin aside .pros ul li,
#stats aside .pros ul li,
#modelProfile aside .pros ul li,
#earnings aside .pros ul li,
#modelF aside .pros ul li,
#banners aside .pros ul li {
  background: url("/images/layout/sprite.png") 0 -305px no-repeat;
}
footer {
  box-shadow: 0 -3px 11px rgba(0, 0, 0, 0.5);
  background: #232323;
  padding: 22px 0 60px 0;
  color: #909090;
}
footer h4 {
  font-family: Bebas;
  color: #a32caa;
  font-size: 18px;
  font-weight: normal;
  margin: -2px 0 18px 10px;
  text-shadow: -1px 0 1px #000000;
}
footer .flogo {
  margin: 0 0 39px 30px;
}
@media (max-width: 480px) {
  footer .flogo {
    margin: 0 auto;
    text-align: center;
  }
}
footer p {
  padding: 0 100px 0 30px;
  font-size: 14px;
}
@media (max-width: 992px) {
  footer p {
    padding: 30px 30px 0 30px;
  }
}
@media (min-width: 992px) {
  footer .col-md-6 {
    width: 52%;
  }
  footer .col-md-2 {
    width: 14%;
  }
}
footer .flink {
  color: #909090;
}
footer .fmenu {
  list-style-type: none;
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
footer .fmenu li {
  padding: 4px 0 2px 0;
}
footer .fmenu li a {
  color: #d3d3d3;
  font-weight: normal;
}
footer .fmenu li a:hover {
  color: #e9e9e9;
}
footer .fmenu li.facebook a {
  background: url(../images/layout/sprite.png) 0 -117px no-repeat;
  padding-left: 21px;
}
footer .fmenu li.twitter a {
  background: url(../images/layout/sprite.png) 0 -154px no-repeat;
  padding-left: 21px;
}
footer .fmenu li.google a {
  background: url(../images/layout/google.png) no-repeat;
  padding-left: 21px;
}
footer .fmenu li.pinterest a {
  background: url(../images/layout/pinterest.png) no-repeat;
  padding-left: 21px;
}
footer .fmenu li.instagram a {
  background: url(../images/layout/instagram.png) no-repeat;
  padding-left: 21px;
}
footer .fmenu li.vimeo a {
  background: url(../images/layout/vimeo.png) no-repeat;
  padding-left: 21px;
}
footer .fmenu li.youtube a {
  background: url(../images/layout/youtube.png) no-repeat;
  padding-left: 21px;
}
footer .smap {
  text-align: center;
  margin-top: 30px;
}
#caption_d2 {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 0px;
}
.fb-like iframe {
  width: auto !important;
}

@media (max-width: 410px) {
  #jar_content h2,
  #jar_content_admin h2 {
	font-size: 1.3em;
  }
}

