@charset "CP852";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

html {
  -webkit-text-size-adjust: 100%;
}

html, body {
  background-color: #1c1c1c;
  font: 300 12px/18px "Roboto";
  color: #1c1c1c;
}

strong {
  font-weight: 700;
}

a {
  color: #ffc907;
  text-decoration: none;
  -webkit-transition: color 0.4s, 0.4s;
  -moz-transition: color 0.4s, 0.4s;
  -o-transition: color 0.4s, 0.4s;
  transition: color 0.4s, 0.4s;
}
a:hover {
  color: #b99100;
}

.page-wrap {
  overflow: hidden;
}

input:not([type="checkbox"]):not([type="radio"]), textarea, button {
  -webkit-appearance: none;
}

input:not([type="checkbox"]):not([type="radio"]), textarea, button, .mb-select-wrap, select, .ff-widget {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  display: block;
  width: 100%;
  border: 1px solid #e1e1e1;
  line-height: 20px;
  padding: 6px 12px;
  font-family: "Roboto", sans-serif;
  color: #202020;
  font-size: 14px;
  height: 32px;
  margin: 10px 0;
  outline: none;
  -webkit-transition:  0.4s ;
  -moz-transition:  0.4s ;
  -o-transition:  0.4s ;
  transition:  0.4s ;
  font-weight: 300;
}
input:not([type="checkbox"]):not([type="radio"]):focus, textarea:focus, button:focus, .mb-select-wrap:focus, select:focus, .ff-widget:focus {
  -webkit-box-shadow: 0 0 4px 1px #ffcf00, 10%;
  -moz-box-shadow: 0 0 4px 1px #ffcf00, 10%;
  box-shadow: 0 0 4px 1px #ffcf00, 10%;
}

.captcha {
  margin: 10px 0;
  *zoom: 1;
}
.captcha:after {
  content: "";
  display: table;
  clear: both;
}
.captcha img {
  float: left;
  height: 32px;
  width: auto;
}
.captcha input {
  width: 122px !important;
  margin: 0 0 0 10px !important;
  float: left !important;
}
.captcha label {
  margin-bottom: 2px !important;
}

.form-item:not(.form-checkbox) label {
  display: block;
  margin: 10px 0 -8px;
}

.form-item.form-image-preview label {
  margin-bottom: 2px;
}
.form-item .description, .form-item .ff-destroy {
  display: block;
  margin: -8px 0 10px;
  font-weight: 500;
  font-size: 10px;
}
.form-item .ff-destroy {
  cursor: pointer;
}
.form-item.form-upload .ff-widget {
  margin-top: -40px;
  cursor: pointer;
}
.form-item.form-upload input {
  visibility: hidden;
}

textarea {
  height: 120px;
  resize: none;
}

button, input[type="submit"], input[type="reset"], .small-btn {
  width: auto;
  cursor: pointer;
  background-color: #e3b304;
  color: white;
  font-size: 14px;
  text-align: center;
  -webkit-transition:  0.4s ;
  -moz-transition:  0.4s ;
  -o-transition:  0.4s ;
  transition:  0.4s ;
  min-width: 95px;
  border: none;
  display: inline-block;
}
button .fa, input[type="submit"] .fa, input[type="reset"] .fa, .small-btn .fa {
  font-size: 14px;
}
button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, .small-btn:hover, .small-btn:focus {
  color: white;
  background-color: #b18b03;
}

.small-btn {
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
  min-width: 0;
}

.mb-select-wrap {
  position: relative;
}
.mb-select-wrap:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -2px;
  border-width: 5px 4px 0;
  border-style: solid;
  border-color: #2b2929 transparent;
}
.mb-select-wrap .mb-value {
  position: relative;
  top: 1px;
}
.mb-select-wrap select {
  z-index: 1;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
  margin: 0 !important;
  border: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container, .messages {
  width: 1200px;
  margin: 0 auto;
}

.page-wrap {
  background-color: white;
}

.rating {
  position: relative;
  display: inline-block;
  width: 69px;
  height: 14px;
  background: url('../images/star-s-off-36844.png') repeat-x left;
}
.rating.size-l, .rating.big {
  background: url('../images/star-l-off-18739.png') repeat-x left;
  height: 18px;
  width: 112px;
}
.rating.size-l .stars-on, .rating.big .stars-on {
  background: url('../images/star-l-on-61433.png') repeat-x left;
}
.rating .bars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rating .stars-on {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: url('../images/star-s-on-53435.png') repeat-x left;
}
.rating .message {
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
  padding: 3px 5px;
  background-color: rgba(255, 201, 7, 0.9);
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 7px;
  z-index: 10;
  display: none;
}

.section-header {
  *zoom: 1;
  padding: 15px 0;
  position: relative;
  background-color: #f3f3f3;
}
.section-header:after {
  content: "";
  display: table;
  clear: both;
}
.section-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 50%;
  background-color: #1c1c1c;
}
.index .section-header {
  z-index: 2;
}
.index .section-header:before {
  width: 99999px;
}

.section-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  float: left;
  padding: 0 25px;
  text-align: right;
}

.heading {
  line-height: 28px;
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 3px;
  padding: 17px 0 5px;
  margin: 0 0 15px;
  color: #202020;
  border-bottom: 10px solid #ececec;
  clear: both;
}
.heading .small-btn {
  float: right;
  margin-top: 4px;
}
.heading .fa {
  font-size: 16px;
  vertical-align: middle;
  margin: 0 8px 0 12px;
  color: #62a6cd;
}

.coments-list {
  margin: 15px 0 15px;
  font-weight: 300;
  clear: both;
}
.coments-list li {
  margin-bottom: 15px;
  *zoom: 1;
}
.coments-list li:after {
  content: "";
  display: table;
  clear: both;
}
.coments-list .c-thumb {
  float: left;
  width: 50px;
  padding: 4px;
  border: 1px solid #bebebe;
}
.coments-list .c-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.coments-list .c-description {
  margin-left: 75px;
  color: #1c1c1c;
  font-size: 12px;
  line-height: 18px;
}
.coments-list .c-author {
  font-weight: 500;
}
.coments-list .c-comment {
  font-weight: 300;
  color: #7f7f7f;
}
.coments-list .c-links {
  font-size: 0.8em;
  font-weight: 700;
  margin-top: 4px;
}

.form-comment-wrap {
  padding-top: 8px;
  border-top: 1px solid #e1e1e1;
  margin-bottom: 20px;
}
.form-comment-wrap .form-comment {
  margin-left: 75px;
  position: relative;
}
.form-comment-wrap .form-comment:before, .form-comment-wrap .form-comment:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 100%;
  top: 25px;
  border-width: 6px 8px 6px 0;
  border-style: solid;
  border-color: transparent white;
  margin-right: -1px;
}
.form-comment-wrap .form-comment:before {
  border-color: transparent #e1e1e1;
  margin-right: 1px;
}
.form-comment-wrap > a.c-thumb {
  float: left;
  width: 50px;
  height: auto;
  padding: 4px;
  border: 1px solid #bebebe;
}
.form-comment-wrap > a.c-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.form-comment-wrap [type="submit"] {
  float: right;
  margin-top: -40px;
}

.pagination {
  font-size: 0;
  text-align: center;
  clear: both;
}
.pagination .container {
  padding: 15px 0;
  background-color: #f3f3f3;
}
.pagination a, .pagination span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  line-height: 30px;
  min-width: 30px;
  text-align: center;
  padding: 0 6px;
  margin: 0 1px;
  -webkit-transition: background-color 0.4s ;
  -moz-transition: background-color 0.4s ;
  -o-transition: background-color 0.4s ;
  transition: background-color 0.4s ;
  font-weight: 400;
  font-size: 14px;
  background-color: white;
  text-transform: uppercase;
  color: #1c1c1c;
}
.pagination span, .pagination a:hover, .pagination .prev, .pagination .next {
  background-color: #ffc907;
}
.pagination .prev, .pagination .next {
  min-width: 70px;
}
.pagination .prev:hover, .pagination .next:hover {
  background-color: white;
}

.bottom-promo {
  text-align: center;
  font-size: 0;
  line-height: 0;
  margin-top: 25px;
}
.bottom-promo img, .bottom-promo iframe {
  margin: 0 5px;
}

.messages {
  margin-top: 15px;
  margin-bottom: 15px;
}
.messages:empty {
  margin: 0;
}

.notification {
  background-color: #f3f3f3;
  border: 1px solid #cccccc;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0;
  clear: both;
}
.notification a {
  color: inherit !important;
  text-decoration: underline !important;
  font-weight: 500 !important;
}
.notification.info {
  background: #fdfbf8;
  border-color: #dddbd8;
}
.notification.alert {
  background: #f6ede6;
  border-color: #ede8e4;
}
.notification.error {
  background: #fdd2d0;
  border-color: #ff2736;
  color: #ff2736;
}
.notification.success {
  background: #dfecdd;
  border-color: #c1d779;
}

.ui-datepicker {
  background-color: white;
  padding: 10px;
  border: 1px solid #cccccc;
}

.ui-datepicker-calendar th {
  font-weight: 500;
  padding: 3px;
  text-align: center;
}
.ui-datepicker-calendar td {
  padding: 3px;
  min-width: 10px;
  text-align: center;
}

.ui-datepicker-title select {
  height: 20px;
  padding: 0 5px;
  width: 48%;
  float: left;
}
.ui-datepicker-title select:first-child {
  margin-right: 2px;
}
.ui-datepicker-title select:last-child {
  margin-left: 2%;
}

.ui-datepicker-next, .ui-datepicker-prev {
  cursor: pointer;
}

.ui-datepicker-next {
  float: right;
}

.pills {
  *zoom: 1;
  padding: 10px 0;
}
.pills:after {
  content: "";
  display: table;
  clear: both;
}
.pills li {
  float: left;
  margin-right: 10px;
}
.pills a {
  display: block;
  font-size: 12px;
  line-height: 20px;
  padding: 0 5px;
  color: white;
  background-color: #ffc907;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-transition:  0.4s ;
  -moz-transition:  0.4s ;
  -o-transition:  0.4s ;
  transition:  0.4s ;
}
.pills a:hover {
  background-color: #cca600;
}
.pills.big a {
  font-size: 16px;
  line-height: 24px;
  padding: 0 10px;
}

.gallery-area {
  width: 936px;
  margin: 0 auto;
  position: relative;
}

.gallery-area * {
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.gallery-thumbs {
  width: 936px;
  margin: 0 auto;
}

.gallery-thumbs ul li {
  list-style-type: none;
  list-style-image: none;
  float: left;
  width: 117px;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.gallery-thumbs ul li img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.gallery-thumbs ul li.current img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.gallery-thumbs .pager {
  background-color: #ff2736;
  float: left;
  width: 117px;
  height: 117px;
  position: relative;
  font-size: 18px;
}

.gallery-thumbs .pager > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.gallery-thumbs .pager span a {
  color: white;
  text-decoration: none;
  width: auto;
}

.gallery-thumbs .pager span.info {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10%;
  margin-left: -25px;
  text-align: center;
}

.gallery-thumbs .pager .page_link {
  margin-top: 50%;
  display: inline-block;
  position: relative;
  opacity: 0.5;
  padding: 0 3px;
  position: relative;
  top: -10px;
}

.gallery-thumbs .pager .page_link.active_page {
  opacity: 1;
}

.gallery-thumbs .pager .previous_link,
.gallery-thumbs .pager .next_link {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 5%;
  float: left;
}

.gallery-thumbs .pager .next_link {
  left: auto;
  right: 5%;
  float: right;
}

.gallery-thumbs .pager .previous_link:before,
.gallery-thumbs .pager .next_link:before {
  display: block;
  content: "←";
  font-size: 24px;
  color: white;
}

.gallery-thumbs .pager .next_link:before {
  content: "→";
}

.loader {
  font-size: 8px;
  font-size: 0.5rem;
  width: 1em;
  height: 1em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 0px;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  opacity: 0;
}

.loader.show {
  opacity: 1;
}

@-webkit-keyframes load5 {
  0%,
  100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #2370ee, 1.8em -1.8em 0 0em rgba(35, 112, 238, 0.1), 2.5em 0em 0 0em rgba(35, 112, 238, 0.1), 1.75em 1.75em 0 0em rgba(35, 112, 238, 0.1), 0em 2.5em 0 0em rgba(35, 112, 238, 0.1), -1.8em 1.8em 0 0em rgba(35, 112, 238, 0.1), -2.6em 0em 0 0em rgba(35, 112, 238, 0.5), -1.8em -1.8em 0 0em rgba(35, 112, 238, 0.7);
  }

  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(35, 112, 238, 0.7), 1.8em -1.8em 0 0em #2370ee, 2.5em 0em 0 0em rgba(35, 112, 238, 0.1), 1.75em 1.75em 0 0em rgba(35, 112, 238, 0.1), 0em 2.5em 0 0em rgba(35, 112, 238, 0.1), -1.8em 1.8em 0 0em rgba(35, 112, 238, 0.1), -2.6em 0em 0 0em rgba(35, 112, 238, 0.1), -1.8em -1.8em 0 0em rgba(35, 112, 238, 0.5);
  }

  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(35, 112, 238, 0.5), 1.8em -1.8em 0 0em rgba(35, 112, 238, 0.7), 2.5em 0em 0 0em #2370ee, 1.75em 1.75em 0 0em rgba(35, 112, 238, 0.1), 0em 2.5em 0 0em rgba(35, 112, 238, 0.1), -1.8em 1.8em 0 0em rgba(35, 112, 238, 0.1), -2.6em 0em 0 0em rgba(35, 112, 238, 0.1), -1.8em -1.8em 0 0em rgba(35, 112, 238, 0.1);
  }

  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(35, 112, 238, 0.1), 1.8em -1.8em 0 0em rgba(35, 112, 238, 0.5), 2.5em 0em 0 0em rgba(35, 112, 238, 0.7), 1.75em 1.75em 0 0em rgba(35, 112, 238, 0.1), 0em 2.5em 0 0em rgba(35, 112, 238, 0.1), -1.8em 1.8em 0 0em rgba(35, 112, 238, 0.1), -2.6em 0em 0 0em rgba(35, 112, 238, 0.1), -1.8em -1.8em 0 0em rgba(35, 112, 238, 0.1);
  }

  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(35, 112, 238, 0.1), 1.8em -1.8em 0 0em rgba(35, 112, 238, 0.1), 2.5em 0em 0 0em rgba(35, 112, 238, 0.5), 1.75em 1.75em 0 0em rgba(35, 112, 238, 0.7), 0em 2.5em 0 0em #2370ee, -1.8em 1.8em 0 0em rgba(35, 112, 238, 0.1), -2.6em 0em 0 0em rgba(35, 112, 238, 0.1), -1.8em -1.8em 0 0em rgba(35, 112, 238, 0.1);
  }

  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(35, 112, 238, 0.1), 1.8em -1.8em 0 0em rgba(35, 112, 238, 0.1), 2.5em 0em 0 0em rgba(35, 112, 238, 0.1), 1.75em 1.75em 0 0em rgba(35, 112, 238, 0.5), 0em 2.5em 0 0em rgba(35, 112, 238, 0.7), -1.8em 1.8em 0 0em #2370ee, -2.6em 0em 0 0em rgba(35, 112, 238, 0.1), -1.8em -1.8em 0 0em rgba(35, 112, 238, 0.1);
  }

  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(35, 112, 238, 0.1), 1.8em -1.8em 0 0em rgba(35, 112, 238, 0.1), 2.5em 0em 0 0em rgba(35, 112, 238, 0.1), 1.75em 1.75em 0 0em rgba(35, 112, 238, 0.1), 0em 2.5em 0 0em rgba(35, 112, 238, 0.5), -1.8em 1.8em 0 0em rgba(35, 112, 238, 0.7), -2.6em 0em 0 0em #2370ee, -1.8em -1.8em 0 0em rgba(35, 112, 238, 0.1);
  }

  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(35, 112, 238, 0.1), 1.8em -1.8em 0 0em rgba(35, 112, 238, 0.1), 2.5em 0em 0 0em rgba(35, 112, 238, 0.1), 1.75em 1.75em 0 0em rgba(35, 112, 238, 0.1), 0em 2.5em 0 0em rgba(35, 112, 238, 0.1), -1.8em 1.8em 0 0em rgba(35, 112, 238, 0.5), -2.6em 0em 0 0em rgba(35, 112, 238, 0.7), -1.8em -1.8em 0 0em #2370ee;
  }
}

@-moz-keyframes load5 {
  0%,
  100% {
    -moz-box-shadow: 0em -2.6em 0em 0em #2370ee, 1.8em -1.8em 0 0em rgba(35, 112, 238, 0.1), 2.5em 0em 0 0em rgba(35, 112, 238, 0.1), 1.75em 1.75em 0 0em rgba(35, 112, 238, 0.1), 0em 2.5em 0 0em rgba(35, 112, 238, 0.1), -1.8em 1.8em 0 0em rgba(35, 112, 238, 0.1), -2.6em 0em 0 0em rgba(35, 112, 238, 0.5), -1.8em -1.8em 0 0em rgba(35, 112, 238, 0.7);
  }

  12.5% {
    -moz-box-shadow: 0em -2.6em 0em 0em rgba(35, 112, 238, 0.7), 1.8em -1.8em 0 0em #2370ee, 2.5em 0em 0 0em rgba(35, 112, 238, 0.1), 1.75em 1.75em 0 0em rgba(35, 112, 238, 0.1), 0em 2.5em 0 0em rgba(35, 112, 238, 0.1), -1.8em 1.8em 0 0em rgba(35, 112, 238, 0.1), -2.6em 0em 0 0em rgba(35, 112, 238, 0.1), -1.8em -1.8em 0 0em rgba(35, 112, 238, 0.5);
  }

  25% {
    -moz-box-shadow: 0em -2.6em 0em 0em rgba(35, 112, 238, 0.5), 1.8em -1.8em 0 0em rgba(35, 112, 238, 0.7), 2.5em 0em 0 0em #2370ee, 1.75em 1.75em 0 0em rgba(35, 112, 238, 0.1), 0em 2.5em 0 0em rgba(35, 112, 238, 0.1), -1.8em 1.8em 0 0em rgba(35, 112, 238, 0.1), -2.6em 0em 0 0em rgba(35, 112, 238, 0.1), -1.8em -1.8em 0 0em rgba(35, 112, 238, 0.1);
  }

  37.5% {
    -moz-box-shadow: 0em -2.6em 0em 0em rgba(35, 112, 238, 0.1), 1.8em -1.8em 0 0em rgba(35, 112, 238, 0.5), 2.5em 0em 0 0em rgba(35, 112, 238, 0.7), 1.75em 1.75em 0 0em rgba(35, 112, 238, 0.1), 0em 2.5em 0 0em rgba(35, 112, 238, 0.1), -1.8em 1.8em 0 0em rgba(35, 112, 238, 0.1), -2.6em 0em 0 0em rgba(35, 112, 238, 0.1), -1.8em -1.8em 0 0em rgba(35, 112, 238, 0.1);
  }

  50% {
    -moz-box-shadow: 0em -2.6em 0em 0em rgba(35, 112, 238, 0.1), 1.8em -1.8em 0 0em rgba(35, 112, 238, 0.1), 2.5em 0em 0 0em rgba(35, 112, 238, 0.5), 1.75em 1.75em 0 0em rgba(35, 112, 238, 0.7), 0em 2.5em 0 0em #2370ee, -1.8em 1.8em 0 0em rgba(35, 112, 238, 0.1), -2.6em 0em 0 0em rgba(35, 112, 238, 0.1), -1.8em -1.8em 0 0em rgba(35, 112, 238, 0.1);
  }

  62.5% {
    -moz-box-shadow: 0em -2.6em 0em 0em rgba(35, 112, 238, 0.1), 1.8em -1.8em 0 0em rgba(35, 112, 238, 0.1), 2.5em 0em 0 0em rgba(35, 112, 238, 0.1), 1.75em 1.75em 0 0em rgba(35, 112, 238, 0.5), 0em 2.5em 0 0em rgba(35, 112, 238, 0.7), -1.8em 1.8em 0 0em #2370ee, -2.6em 0em 0 0em rgba(35, 112, 238, 0.1), -1.8em -1.8em 0 0em rgba(35, 112, 238, 0.1);
  }

  75% {
    -moz-box-shadow: 0em -2.6em 0em 0em rgba(35, 112, 238, 0.1), 1.8em -1.8em 0 0em rgba(35, 112, 238, 0.1), 2.5em 0em 0 0em rgba(35, 112, 238, 0.1), 1.75em 1.75em 0 0em rgba(35, 112, 238, 0.1), 0em 2.5em 0 0em rgba(35, 112, 238, 0.5), -1.8em 1.8em 0 0em rgba(35, 112, 238, 0.7), -2.6em 0em 0 0em #2370ee, -1.8em -1.8em 0 0em rgba(35, 112, 238, 0.1);
  }

  87.5% {
    -moz-box-shadow: 0em -2.6em 0em 0em rgba(35, 112, 238, 0.1), 1.8em -1.8em 0 0em rgba(35, 112, 238, 0.1), 2.5em 0em 0 0em rgba(35, 112, 238, 0.1), 1.75em 1.75em 0 0em rgba(35, 112, 238, 0.1), 0em 2.5em 0 0em rgba(35, 112, 238, 0.1), -1.8em 1.8em 0 0em rgba(35, 112, 238, 0.5), -2.6em 0em 0 0em rgba(35, 112, 238, 0.7), -1.8em -1.8em 0 0em #2370ee;
  }
}

@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #2370ee, 1.8em -1.8em 0 0em rgba(35, 112, 238, 0.1), 2.5em 0em 0 0em rgba(35, 112, 238, 0.1), 1.75em 1.75em 0 0em rgba(35, 112, 238, 0.1), 0em 2.5em 0 0em rgba(35, 112, 238, 0.1), -1.8em 1.8em 0 0em rgba(35, 112, 238, 0.1), -2.6em 0em 0 0em rgba(35, 112, 238, 0.5), -1.8em -1.8em 0 0em rgba(35, 112, 238, 0.7);
  }

  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(35, 112, 238, 0.7), 1.8em -1.8em 0 0em #2370ee, 2.5em 0em 0 0em rgba(35, 112, 238, 0.1), 1.75em 1.75em 0 0em rgba(35, 112, 238, 0.1), 0em 2.5em 0 0em rgba(35, 112, 238, 0.1), -1.8em 1.8em 0 0em rgba(35, 112, 238, 0.1), -2.6em 0em 0 0em rgba(35, 112, 238, 0.1), -1.8em -1.8em 0 0em rgba(35, 112, 238, 0.5);
  }

  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(35, 112, 238, 0.5), 1.8em -1.8em 0 0em rgba(35, 112, 238, 0.7), 2.5em 0em 0 0em #2370ee, 1.75em 1.75em 0 0em rgba(35, 112, 238, 0.1), 0em 2.5em 0 0em rgba(35, 112, 238, 0.1), -1.8em 1.8em 0 0em rgba(35, 112, 238, 0.1), -2.6em 0em 0 0em rgba(35, 112, 238, 0.1), -1.8em -1.8em 0 0em rgba(35, 112, 238, 0.1);
  }

  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(35, 112, 238, 0.1), 1.8em -1.8em 0 0em rgba(35, 112, 238, 0.5), 2.5em 0em 0 0em rgba(35, 112, 238, 0.7), 1.75em 1.75em 0 0em rgba(35, 112, 238, 0.1), 0em 2.5em 0 0em rgba(35, 112, 238, 0.1), -1.8em 1.8em 0 0em rgba(35, 112, 238, 0.1), -2.6em 0em 0 0em rgba(35, 112, 238, 0.1), -1.8em -1.8em 0 0em rgba(35, 112, 238, 0.1);
  }

  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(35, 112, 238, 0.1), 1.8em -1.8em 0 0em rgba(35, 112, 238, 0.1), 2.5em 0em 0 0em rgba(35, 112, 238, 0.5), 1.75em 1.75em 0 0em rgba(35, 112, 238, 0.7), 0em 2.5em 0 0em #2370ee, -1.8em 1.8em 0 0em rgba(35, 112, 238, 0.1), -2.6em 0em 0 0em rgba(35, 112, 238, 0.1), -1.8em -1.8em 0 0em rgba(35, 112, 238, 0.1);
  }

  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(35, 112, 238, 0.1), 1.8em -1.8em 0 0em rgba(35, 112, 238, 0.1), 2.5em 0em 0 0em rgba(35, 112, 238, 0.1), 1.75em 1.75em 0 0em rgba(35, 112, 238, 0.5), 0em 2.5em 0 0em rgba(35, 112, 238, 0.7), -1.8em 1.8em 0 0em #2370ee, -2.6em 0em 0 0em rgba(35, 112, 238, 0.1), -1.8em -1.8em 0 0em rgba(35, 112, 238, 0.1);
  }

  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(35, 112, 238, 0.1), 1.8em -1.8em 0 0em rgba(35, 112, 238, 0.1), 2.5em 0em 0 0em rgba(35, 112, 238, 0.1), 1.75em 1.75em 0 0em rgba(35, 112, 238, 0.1), 0em 2.5em 0 0em rgba(35, 112, 238, 0.5), -1.8em 1.8em 0 0em rgba(35, 112, 238, 0.7), -2.6em 0em 0 0em #2370ee, -1.8em -1.8em 0 0em rgba(35, 112, 238, 0.1);
  }

  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(35, 112, 238, 0.1), 1.8em -1.8em 0 0em rgba(35, 112, 238, 0.1), 2.5em 0em 0 0em rgba(35, 112, 238, 0.1), 1.75em 1.75em 0 0em rgba(35, 112, 238, 0.1), 0em 2.5em 0 0em rgba(35, 112, 238, 0.1), -1.8em 1.8em 0 0em rgba(35, 112, 238, 0.5), -2.6em 0em 0 0em rgba(35, 112, 238, 0.7), -1.8em -1.8em 0 0em #2370ee;
  }
}

.row {
  *zoom: 1;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

[class*="col-"] {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

.pull-xs-1 {
  left: -4.16667%;
}

.push-xs-1 {
  left: 4.16667%;
}

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

.pull-xs-2 {
  left: -8.33333%;
}

.push-xs-2 {
  left: 8.33333%;
}

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

.pull-xs-3 {
  left: -12.5%;
}

.push-xs-3 {
  left: 12.5%;
}

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

.pull-xs-4 {
  left: -16.66667%;
}

.push-xs-4 {
  left: 16.66667%;
}

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

.pull-xs-5 {
  left: -20.83333%;
}

.push-xs-5 {
  left: 20.83333%;
}

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

.pull-xs-6 {
  left: -25%;
}

.push-xs-6 {
  left: 25%;
}

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

.pull-xs-7 {
  left: -29.16667%;
}

.push-xs-7 {
  left: 29.16667%;
}

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

.pull-xs-8 {
  left: -33.33333%;
}

.push-xs-8 {
  left: 33.33333%;
}

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

.pull-xs-9 {
  left: -37.5%;
}

.push-xs-9 {
  left: 37.5%;
}

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

.pull-xs-10 {
  left: -41.66667%;
}

.push-xs-10 {
  left: 41.66667%;
}

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

.pull-xs-11 {
  left: -45.83333%;
}

.push-xs-11 {
  left: 45.83333%;
}

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

.pull-xs-12 {
  left: -50%;
}

.push-xs-12 {
  left: 50%;
}

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

.pull-xs-13 {
  left: -54.16667%;
}

.push-xs-13 {
  left: 54.16667%;
}

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

.pull-xs-14 {
  left: -58.33333%;
}

.push-xs-14 {
  left: 58.33333%;
}

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

.pull-xs-15 {
  left: -62.5%;
}

.push-xs-15 {
  left: 62.5%;
}

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

.pull-xs-16 {
  left: -66.66667%;
}

.push-xs-16 {
  left: 66.66667%;
}

.col-xs-17 {
  width: 70.83333%;
}

.pull-xs-17 {
  left: -70.83333%;
}

.push-xs-17 {
  left: 70.83333%;
}

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

.pull-xs-18 {
  left: -75%;
}

.push-xs-18 {
  left: 75%;
}

.col-xs-19 {
  width: 79.16667%;
}

.pull-xs-19 {
  left: -79.16667%;
}

.push-xs-19 {
  left: 79.16667%;
}

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

.pull-xs-20 {
  left: -83.33333%;
}

.push-xs-20 {
  left: 83.33333%;
}

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

.pull-xs-21 {
  left: -87.5%;
}

.push-xs-21 {
  left: 87.5%;
}

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

.pull-xs-22 {
  left: -91.66667%;
}

.push-xs-22 {
  left: 91.66667%;
}

.col-xs-23 {
  width: 95.83333%;
}

.pull-xs-23 {
  left: -95.83333%;
}

.push-xs-23 {
  left: 95.83333%;
}

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

.pull-xs-24 {
  left: -100%;
}

.push-xs-24 {
  left: 100%;
}

@media (min-width: 480px) {
  .col-sm-1 {
    width: 4.16667%;
  }

  .pull-sm-1 {
    left: -4.16667%;
  }

  .push-sm-1 {
    left: 4.16667%;
  }

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

  .pull-sm-2 {
    left: -8.33333%;
  }

  .push-sm-2 {
    left: 8.33333%;
  }

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

  .pull-sm-3 {
    left: -12.5%;
  }

  .push-sm-3 {
    left: 12.5%;
  }

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

  .pull-sm-4 {
    left: -16.66667%;
  }

  .push-sm-4 {
    left: 16.66667%;
  }

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

  .pull-sm-5 {
    left: -20.83333%;
  }

  .push-sm-5 {
    left: 20.83333%;
  }

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

  .pull-sm-6 {
    left: -25%;
  }

  .push-sm-6 {
    left: 25%;
  }

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

  .pull-sm-7 {
    left: -29.16667%;
  }

  .push-sm-7 {
    left: 29.16667%;
  }

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

  .pull-sm-8 {
    left: -33.33333%;
  }

  .push-sm-8 {
    left: 33.33333%;
  }

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

  .pull-sm-9 {
    left: -37.5%;
  }

  .push-sm-9 {
    left: 37.5%;
  }

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

  .pull-sm-10 {
    left: -41.66667%;
  }

  .push-sm-10 {
    left: 41.66667%;
  }

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

  .pull-sm-11 {
    left: -45.83333%;
  }

  .push-sm-11 {
    left: 45.83333%;
  }

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

  .pull-sm-12 {
    left: -50%;
  }

  .push-sm-12 {
    left: 50%;
  }

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

  .pull-sm-13 {
    left: -54.16667%;
  }

  .push-sm-13 {
    left: 54.16667%;
  }

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

  .pull-sm-14 {
    left: -58.33333%;
  }

  .push-sm-14 {
    left: 58.33333%;
  }

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

  .pull-sm-15 {
    left: -62.5%;
  }

  .push-sm-15 {
    left: 62.5%;
  }

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

  .pull-sm-16 {
    left: -66.66667%;
  }

  .push-sm-16 {
    left: 66.66667%;
  }

  .col-sm-17 {
    width: 70.83333%;
  }

  .pull-sm-17 {
    left: -70.83333%;
  }

  .push-sm-17 {
    left: 70.83333%;
  }

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

  .pull-sm-18 {
    left: -75%;
  }

  .push-sm-18 {
    left: 75%;
  }

  .col-sm-19 {
    width: 79.16667%;
  }

  .pull-sm-19 {
    left: -79.16667%;
  }

  .push-sm-19 {
    left: 79.16667%;
  }

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

  .pull-sm-20 {
    left: -83.33333%;
  }

  .push-sm-20 {
    left: 83.33333%;
  }

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

  .pull-sm-21 {
    left: -87.5%;
  }

  .push-sm-21 {
    left: 87.5%;
  }

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

  .pull-sm-22 {
    left: -91.66667%;
  }

  .push-sm-22 {
    left: 91.66667%;
  }

  .col-sm-23 {
    width: 95.83333%;
  }

  .pull-sm-23 {
    left: -95.83333%;
  }

  .push-sm-23 {
    left: 95.83333%;
  }

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

  .pull-sm-24 {
    left: -100%;
  }

  .push-sm-24 {
    left: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    width: 4.16667%;
  }

  .pull-md-1 {
    left: -4.16667%;
  }

  .push-md-1 {
    left: 4.16667%;
  }

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

  .pull-md-2 {
    left: -8.33333%;
  }

  .push-md-2 {
    left: 8.33333%;
  }

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

  .pull-md-3 {
    left: -12.5%;
  }

  .push-md-3 {
    left: 12.5%;
  }

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

  .pull-md-4 {
    left: -16.66667%;
  }

  .push-md-4 {
    left: 16.66667%;
  }

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

  .pull-md-5 {
    left: -20.83333%;
  }

  .push-md-5 {
    left: 20.83333%;
  }

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

  .pull-md-6 {
    left: -25%;
  }

  .push-md-6 {
    left: 25%;
  }

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

  .pull-md-7 {
    left: -29.16667%;
  }

  .push-md-7 {
    left: 29.16667%;
  }

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

  .pull-md-8 {
    left: -33.33333%;
  }

  .push-md-8 {
    left: 33.33333%;
  }

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

  .pull-md-9 {
    left: -37.5%;
  }

  .push-md-9 {
    left: 37.5%;
  }

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

  .pull-md-10 {
    left: -41.66667%;
  }

  .push-md-10 {
    left: 41.66667%;
  }

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

  .pull-md-11 {
    left: -45.83333%;
  }

  .push-md-11 {
    left: 45.83333%;
  }

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

  .pull-md-12 {
    left: -50%;
  }

  .push-md-12 {
    left: 50%;
  }

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

  .pull-md-13 {
    left: -54.16667%;
  }

  .push-md-13 {
    left: 54.16667%;
  }

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

  .pull-md-14 {
    left: -58.33333%;
  }

  .push-md-14 {
    left: 58.33333%;
  }

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

  .pull-md-15 {
    left: -62.5%;
  }

  .push-md-15 {
    left: 62.5%;
  }

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

  .pull-md-16 {
    left: -66.66667%;
  }

  .push-md-16 {
    left: 66.66667%;
  }

  .col-md-17 {
    width: 70.83333%;
  }

  .pull-md-17 {
    left: -70.83333%;
  }

  .push-md-17 {
    left: 70.83333%;
  }

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

  .pull-md-18 {
    left: -75%;
  }

  .push-md-18 {
    left: 75%;
  }

  .col-md-19 {
    width: 79.16667%;
  }

  .pull-md-19 {
    left: -79.16667%;
  }

  .push-md-19 {
    left: 79.16667%;
  }

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

  .pull-md-20 {
    left: -83.33333%;
  }

  .push-md-20 {
    left: 83.33333%;
  }

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

  .pull-md-21 {
    left: -87.5%;
  }

  .push-md-21 {
    left: 87.5%;
  }

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

  .pull-md-22 {
    left: -91.66667%;
  }

  .push-md-22 {
    left: 91.66667%;
  }

  .col-md-23 {
    width: 95.83333%;
  }

  .pull-md-23 {
    left: -95.83333%;
  }

  .push-md-23 {
    left: 95.83333%;
  }

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

  .pull-md-24 {
    left: -100%;
  }

  .push-md-24 {
    left: 100%;
  }
}
@media (min-width: 1024px) {
  .col-lg-1 {
    width: 4.16667%;
  }

  .pull-lg-1 {
    left: -4.16667%;
  }

  .push-lg-1 {
    left: 4.16667%;
  }

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

  .pull-lg-2 {
    left: -8.33333%;
  }

  .push-lg-2 {
    left: 8.33333%;
  }

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

  .pull-lg-3 {
    left: -12.5%;
  }

  .push-lg-3 {
    left: 12.5%;
  }

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

  .pull-lg-4 {
    left: -16.66667%;
  }

  .push-lg-4 {
    left: 16.66667%;
  }

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

  .pull-lg-5 {
    left: -20.83333%;
  }

  .push-lg-5 {
    left: 20.83333%;
  }

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

  .pull-lg-6 {
    left: -25%;
  }

  .push-lg-6 {
    left: 25%;
  }

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

  .pull-lg-7 {
    left: -29.16667%;
  }

  .push-lg-7 {
    left: 29.16667%;
  }

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

  .pull-lg-8 {
    left: -33.33333%;
  }

  .push-lg-8 {
    left: 33.33333%;
  }

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

  .pull-lg-9 {
    left: -37.5%;
  }

  .push-lg-9 {
    left: 37.5%;
  }

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

  .pull-lg-10 {
    left: -41.66667%;
  }

  .push-lg-10 {
    left: 41.66667%;
  }

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

  .pull-lg-11 {
    left: -45.83333%;
  }

  .push-lg-11 {
    left: 45.83333%;
  }

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

  .pull-lg-12 {
    left: -50%;
  }

  .push-lg-12 {
    left: 50%;
  }

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

  .pull-lg-13 {
    left: -54.16667%;
  }

  .push-lg-13 {
    left: 54.16667%;
  }

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

  .pull-lg-14 {
    left: -58.33333%;
  }

  .push-lg-14 {
    left: 58.33333%;
  }

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

  .pull-lg-15 {
    left: -62.5%;
  }

  .push-lg-15 {
    left: 62.5%;
  }

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

  .pull-lg-16 {
    left: -66.66667%;
  }

  .push-lg-16 {
    left: 66.66667%;
  }

  .col-lg-17 {
    width: 70.83333%;
  }

  .pull-lg-17 {
    left: -70.83333%;
  }

  .push-lg-17 {
    left: 70.83333%;
  }

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

  .pull-lg-18 {
    left: -75%;
  }

  .push-lg-18 {
    left: 75%;
  }

  .col-lg-19 {
    width: 79.16667%;
  }

  .pull-lg-19 {
    left: -79.16667%;
  }

  .push-lg-19 {
    left: 79.16667%;
  }

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

  .pull-lg-20 {
    left: -83.33333%;
  }

  .push-lg-20 {
    left: 83.33333%;
  }

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

  .pull-lg-21 {
    left: -87.5%;
  }

  .push-lg-21 {
    left: 87.5%;
  }

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

  .pull-lg-22 {
    left: -91.66667%;
  }

  .push-lg-22 {
    left: 91.66667%;
  }

  .col-lg-23 {
    width: 95.83333%;
  }

  .pull-lg-23 {
    left: -95.83333%;
  }

  .push-lg-23 {
    left: 95.83333%;
  }

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

  .pull-lg-24 {
    left: -100%;
  }

  .push-lg-24 {
    left: 100%;
  }
}
@media (min-width: 1280px) {
  .col-xl-1 {
    width: 4.16667%;
  }

  .pull-xl-1 {
    left: -4.16667%;
  }

  .push-xl-1 {
    left: 4.16667%;
  }

  .col-xl-2 {
    width: 8.33333%;
  }

  .pull-xl-2 {
    left: -8.33333%;
  }

  .push-xl-2 {
    left: 8.33333%;
  }

  .col-xl-3 {
    width: 12.5%;
  }

  .pull-xl-3 {
    left: -12.5%;
  }

  .push-xl-3 {
    left: 12.5%;
  }

  .col-xl-4 {
    width: 16.66667%;
  }

  .pull-xl-4 {
    left: -16.66667%;
  }

  .push-xl-4 {
    left: 16.66667%;
  }

  .col-xl-5 {
    width: 20.83333%;
  }

  .pull-xl-5 {
    left: -20.83333%;
  }

  .push-xl-5 {
    left: 20.83333%;
  }

  .col-xl-6 {
    width: 25%;
  }

  .pull-xl-6 {
    left: -25%;
  }

  .push-xl-6 {
    left: 25%;
  }

  .col-xl-7 {
    width: 29.16667%;
  }

  .pull-xl-7 {
    left: -29.16667%;
  }

  .push-xl-7 {
    left: 29.16667%;
  }

  .col-xl-8 {
    width: 33.33333%;
  }

  .pull-xl-8 {
    left: -33.33333%;
  }

  .push-xl-8 {
    left: 33.33333%;
  }

  .col-xl-9 {
    width: 37.5%;
  }

  .pull-xl-9 {
    left: -37.5%;
  }

  .push-xl-9 {
    left: 37.5%;
  }

  .col-xl-10 {
    width: 41.66667%;
  }

  .pull-xl-10 {
    left: -41.66667%;
  }

  .push-xl-10 {
    left: 41.66667%;
  }

  .col-xl-11 {
    width: 45.83333%;
  }

  .pull-xl-11 {
    left: -45.83333%;
  }

  .push-xl-11 {
    left: 45.83333%;
  }

  .col-xl-12 {
    width: 50%;
  }

  .pull-xl-12 {
    left: -50%;
  }

  .push-xl-12 {
    left: 50%;
  }

  .col-xl-13 {
    width: 54.16667%;
  }

  .pull-xl-13 {
    left: -54.16667%;
  }

  .push-xl-13 {
    left: 54.16667%;
  }

  .col-xl-14 {
    width: 58.33333%;
  }

  .pull-xl-14 {
    left: -58.33333%;
  }

  .push-xl-14 {
    left: 58.33333%;
  }

  .col-xl-15 {
    width: 62.5%;
  }

  .pull-xl-15 {
    left: -62.5%;
  }

  .push-xl-15 {
    left: 62.5%;
  }

  .col-xl-16 {
    width: 66.66667%;
  }

  .pull-xl-16 {
    left: -66.66667%;
  }

  .push-xl-16 {
    left: 66.66667%;
  }

  .col-xl-17 {
    width: 70.83333%;
  }

  .pull-xl-17 {
    left: -70.83333%;
  }

  .push-xl-17 {
    left: 70.83333%;
  }

  .col-xl-18 {
    width: 75%;
  }

  .pull-xl-18 {
    left: -75%;
  }

  .push-xl-18 {
    left: 75%;
  }

  .col-xl-19 {
    width: 79.16667%;
  }

  .pull-xl-19 {
    left: -79.16667%;
  }

  .push-xl-19 {
    left: 79.16667%;
  }

  .col-xl-20 {
    width: 83.33333%;
  }

  .pull-xl-20 {
    left: -83.33333%;
  }

  .push-xl-20 {
    left: 83.33333%;
  }

  .col-xl-21 {
    width: 87.5%;
  }

  .pull-xl-21 {
    left: -87.5%;
  }

  .push-xl-21 {
    left: 87.5%;
  }

  .col-xl-22 {
    width: 91.66667%;
  }

  .pull-xl-22 {
    left: -91.66667%;
  }

  .push-xl-22 {
    left: 91.66667%;
  }

  .col-xl-23 {
    width: 95.83333%;
  }

  .pull-xl-23 {
    left: -95.83333%;
  }

  .push-xl-23 {
    left: 95.83333%;
  }

  .col-xl-24 {
    width: 100%;
  }

  .pull-xl-24 {
    left: -100%;
  }

  .push-xl-24 {
    left: 100%;
  }
}
@media (min-width: 1920px) {
  .col-xxl-1 {
    width: 4.16667%;
  }

  .pull-xxl-1 {
    left: -4.16667%;
  }

  .push-xxl-1 {
    left: 4.16667%;
  }

  .col-xxl-2 {
    width: 8.33333%;
  }

  .pull-xxl-2 {
    left: -8.33333%;
  }

  .push-xxl-2 {
    left: 8.33333%;
  }

  .col-xxl-3 {
    width: 12.5%;
  }

  .pull-xxl-3 {
    left: -12.5%;
  }

  .push-xxl-3 {
    left: 12.5%;
  }

  .col-xxl-4 {
    width: 16.66667%;
  }

  .pull-xxl-4 {
    left: -16.66667%;
  }

  .push-xxl-4 {
    left: 16.66667%;
  }

  .col-xxl-5 {
    width: 20.83333%;
  }

  .pull-xxl-5 {
    left: -20.83333%;
  }

  .push-xxl-5 {
    left: 20.83333%;
  }

  .col-xxl-6 {
    width: 25%;
  }

  .pull-xxl-6 {
    left: -25%;
  }

  .push-xxl-6 {
    left: 25%;
  }

  .col-xxl-7 {
    width: 29.16667%;
  }

  .pull-xxl-7 {
    left: -29.16667%;
  }

  .push-xxl-7 {
    left: 29.16667%;
  }

  .col-xxl-8 {
    width: 33.33333%;
  }

  .pull-xxl-8 {
    left: -33.33333%;
  }

  .push-xxl-8 {
    left: 33.33333%;
  }

  .col-xxl-9 {
    width: 37.5%;
  }

  .pull-xxl-9 {
    left: -37.5%;
  }

  .push-xxl-9 {
    left: 37.5%;
  }

  .col-xxl-10 {
    width: 41.66667%;
  }

  .pull-xxl-10 {
    left: -41.66667%;
  }

  .push-xxl-10 {
    left: 41.66667%;
  }

  .col-xxl-11 {
    width: 45.83333%;
  }

  .pull-xxl-11 {
    left: -45.83333%;
  }

  .push-xxl-11 {
    left: 45.83333%;
  }

  .col-xxl-12 {
    width: 50%;
  }

  .pull-xxl-12 {
    left: -50%;
  }

  .push-xxl-12 {
    left: 50%;
  }

  .col-xxl-13 {
    width: 54.16667%;
  }

  .pull-xxl-13 {
    left: -54.16667%;
  }

  .push-xxl-13 {
    left: 54.16667%;
  }

  .col-xxl-14 {
    width: 58.33333%;
  }

  .pull-xxl-14 {
    left: -58.33333%;
  }

  .push-xxl-14 {
    left: 58.33333%;
  }

  .col-xxl-15 {
    width: 62.5%;
  }

  .pull-xxl-15 {
    left: -62.5%;
  }

  .push-xxl-15 {
    left: 62.5%;
  }

  .col-xxl-16 {
    width: 66.66667%;
  }

  .pull-xxl-16 {
    left: -66.66667%;
  }

  .push-xxl-16 {
    left: 66.66667%;
  }

  .col-xxl-17 {
    width: 70.83333%;
  }

  .pull-xxl-17 {
    left: -70.83333%;
  }

  .push-xxl-17 {
    left: 70.83333%;
  }

  .col-xxl-18 {
    width: 75%;
  }

  .pull-xxl-18 {
    left: -75%;
  }

  .push-xxl-18 {
    left: 75%;
  }

  .col-xxl-19 {
    width: 79.16667%;
  }

  .pull-xxl-19 {
    left: -79.16667%;
  }

  .push-xxl-19 {
    left: 79.16667%;
  }

  .col-xxl-20 {
    width: 83.33333%;
  }

  .pull-xxl-20 {
    left: -83.33333%;
  }

  .push-xxl-20 {
    left: 83.33333%;
  }

  .col-xxl-21 {
    width: 87.5%;
  }

  .pull-xxl-21 {
    left: -87.5%;
  }

  .push-xxl-21 {
    left: 87.5%;
  }

  .col-xxl-22 {
    width: 91.66667%;
  }

  .pull-xxl-22 {
    left: -91.66667%;
  }

  .push-xxl-22 {
    left: 91.66667%;
  }

  .col-xxl-23 {
    width: 95.83333%;
  }

  .pull-xxl-23 {
    left: -95.83333%;
  }

  .push-xxl-23 {
    left: 95.83333%;
  }

  .col-xxl-24 {
    width: 100%;
  }

  .pull-xxl-24 {
    left: -100%;
  }

  .push-xxl-24 {
    left: 100%;
  }
}
.user-menu {
  position: absolute;
  top: 80px;
  right: 0;
  background-color: #f3f3f3;
  padding: 5px 0;
  min-width: 160px;
  z-index: 10000;
  display: none;
}
.user-menu a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 15px;
  color: #1c1c1c;
}
.user-menu a:hover {
  color: #ffc907;
  background-color: #3b3b3b;
}

.show-user .user-menu {
  display: block;
}

.page-header {
  *zoom: 1;
  position: relative;
}
.page-header:after {
  content: "";
  display: table;
  clear: both;
}
.page-header .container {
  position: relative;
}
.page-header:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  height: 100%;
  background-color: #1c1c1c;
}
.page-header .logo {
  float: right;
  height: 80px;
  font-size: 0;
  line-height: 0;
  margin-right: 40px;
}
.page-header .logo img {
  max-height: 100%;
  width: auto;
  vertical-align: middle;
}
.page-header .logo:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.page-header .search {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding-right: 70px;
  position: relative;
}
.page-header .search input[type="text"] {
  padding: 25px 180px 25px 20px;
  margin: 0;
  height: 80px;
  line-height: 30px;
  float: left;
  background: #1c1c1c;
  color: #5e5e5e;
  font-weight: 300;
  border: none;
}
.page-header .search button[type="submit"] {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: absolute;
  right: 70px;
  top: 0;
  width: 68px;
  min-width: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
  color: #ffc907;
  background-color: #1c1c1c;
}
.page-header .search button[type="submit"]:before {
  content: "";
  right: 100%;
  width: 1px;
  height: 60px;
  top: 10px;
  position: absolute;
  background-color: #4f4f4f;
}
.page-header .search button[type="submit"]:hover {
  color: #d3a500;
  background-color: #030303;
}
.page-header .search .mb-select-wrap {
  position: absolute;
  top: 0;
  right: 138px;
  width: 92px;
  height: 80px;
  line-height: 80px;
  margin: 0;
  background: none;
  border: none;
  padding: 0 26px 0 16px;
  font-size: 12px;
  color: #6f6f6f;
}
.page-header .search .mb-select-wrap:before {
  border-color: #4f4f4f transparent;
  right: 18px;
}
.page-header .search .mb-select-wrap:after {
  content: "";
  right: 100%;
  width: 1px;
  height: 30px;
  top: 25px;
  position: absolute;
  background-color: #4f4f4f;
}
.page-header .user-trigger, .page-header .menu-trigger {
  width: 70px;
  height: 80px;
  line-height: 80px;
  float: left;
  margin: 0 0 0 -70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffc907;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #1c1c1c;
  font-size: 18px;
  padding: 0;
  min-width: 0;
  position: relative;
  text-align: center;
}
.page-header .user-trigger:hover, .page-header .menu-trigger:hover {
  background-color: #d3a500;
  color: #030303;
}
.page-header .menu-trigger {
  display: none;
  background-color: #ecb900;
}
.page-header .menu-trigger:hover {
  background-color: #b99100;
  color: #030303;
}

.page-nav {
  *zoom: 1;
  position: relative;
}
.page-nav:after {
  content: "";
  display: table;
  clear: both;
}
.page-nav .container {
  position: relative;
}
.page-nav .container:before {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  width: 75%;
  background-color: #f3f3f3;
}
.page-nav .menu {
  *zoom: 1;
  position: relative;
}
.page-nav .menu:after {
  content: "";
  display: table;
  clear: both;
}
.page-nav li {
  float: left;
  line-height: 60px;
}
.page-nav a {
  display: block;
  color: #1c1c1c;
  font-size: 14px;
  padding: 0 15px;
  -webkit-transition:  0.4s ;
  -moz-transition:  0.4s ;
  -o-transition:  0.4s ;
  transition:  0.4s ;
}
.page-nav li.active a, .page-nav a:hover {
  color: #ffc907;
  background-color: #3b3b3b;
}

.bottom-external-links {
  text-align: center;
  font-size: 0;
  padding: 30px 0 13px;
  border-top: 1px solid #e5e5e5;
}
.bottom-external-links img, .bottom-external-links iframe {
  margin: 0 5px;
}

.page-footer {
  margin-top: 20px;
  font-size: 12px;
  line-height: 20px;
  background-color: #1c1c1c;
  text-align: center;
  padding: 24px 0 40px;
  font-family: "Roboto Condensed";
  color: white;
}
.page-footer .item {
  display: inline-block;
  margin: 0 8px;
}
.page-footer .item a {
  color: inherit;
  text-decoration: underline;
}
.page-footer .item a:hover {
  text-decoration: none;
}

.shadow-wrap {
  *zoom: 1;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background-color: #f3f3f3;
}
.shadow-wrap:after {
  content: "";
  display: table;
  clear: both;
}

.contents {
  position: relative;
  z-index: 1;
}

.index .contents:before, .index .contents:after {
  position: absolute;
  width: 99999px;
  height: 140px;
  padding: 50% 0 0;
  z-index: -1;
  background-color: #1c1c1c;
  display: none;
  content: "";
}
.index .contents.plus-8:before {
  top: 0;
  left: 50%;
  display: block;
}
.index .contents.plus-16:after {
  top: 140px;
  margin-top: 50%;
  right: 50%;
  display: block;
}

.item-list li {
  position: relative;
}
.item-list li > .content {
  width: 100% !important;
}
.item-list li > .buttons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 14px;
  padding: 3px;
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  z-index: 30;
}

.content {
  position: relative;
  background-color: #1c1c1c;
  overflow: hidden;
}
.content .photo {
  width: 100%;
  height: 0;
  padding: 100% 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition:  0.4s ;
  -moz-transition:  0.4s ;
  -o-transition:  0.4s ;
  transition:  0.4s ;
}
.content .photo img {
  width: 0;
  height: 0;
  opacity: 0;
}
.content .overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.content .info {
  position: relative;
  z-index: 5;
  background-color: white;
  padding: 0 20px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.19);
  -webkit-transition: background-color 0.4s ;
  -moz-transition: background-color 0.4s ;
  -o-transition: background-color 0.4s ;
  transition: background-color 0.4s ;
}
.content .info:after {
  content: "";
  display: table;
  clear: both;
}
.content .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #e8e8e8;
}
.content .title a {
  color: inherit;
}
.content .details {
  padding: 5px 0 8px;
  line-height: 20px;
  height: 20px;
}
.content .details .rating {
  float: left;
  margin-top: 2px;
  margin-right: 8px;
}
.content .details .item {
  float: left;
  padding-left: 9px;
  border-left: 1px solid #e8e8e8;
  font-size: 11px;
}
.content .details .item .fa {
  padding-right: 9px;
  font-size: 12px;
  float: left;
  color: #bbbbbb;
  line-height: 20px;
}
.content:hover .photo {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.content:hover .info {
  background-color: #f1f1f1;
}

.top-slider {
  *zoom: 1;
  overflow: hidden;
  background-color: #1c1c1c;
}
.top-slider:after {
  content: "";
  display: table;
  clear: both;
}
.top-slider .fake-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
}
.top-slider .fake-body .container {
  position: relative;
  height: 100%;
}
.top-slider .owl-item.active-1 {
  z-index: 20;
}
.top-slider .owl-item.active-1 .info {
  left: 50%;
}
.top-slider .owl-item.active-1 .photo:after {
  opacity: 0;
}
.top-slider .slider:not(.owl-carousel) > div {
  display: none;
}
.top-slider .slider:not(.owl-carousel) > div:first-child {
  display: block;
}
.top-slider .owl-controls {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.top-slider .owl-dots {
  position: absolute;
  bottom: 100%;
  width: 25%;
  left: 50%;
  height: 75px;
  padding: 0 21px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.1);
  line-height: 0;
  font-size: 0;
}
.top-slider .owl-dots:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.top-slider .owl-dot {
  display: inline-block;
  margin: 0 4px;
  height: 21px;
  width: 21px;
  background-color: white;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  vertical-align: middle;
  position: relative;
}
.top-slider .owl-dot span {
  position: absolute;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: #1c1c1c;
  top: 6px;
  left: 6px;
  -webkit-transition: opacity 0.4s ;
  -moz-transition: opacity 0.4s ;
  -o-transition: opacity 0.4s ;
  transition: opacity 0.4s ;
  opacity: 0;
}
.top-slider .owl-dot.active span {
  opacity: 1;
}
.top-slider .inner {
  position: relative;
  width: 100%;
  height: 0;
  padding: 57.292% 0 0;
  background-color: #1c1c1c;
}
.top-slider .photo {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
}
.top-slider .photo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1c1c1c;
  opacity: 0.86;
  -webkit-transition: opacity 0.4s ;
  -moz-transition: opacity 0.4s ;
  -o-transition: opacity 0.4s ;
  transition: opacity 0.4s ;
}
.top-slider .photo img {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}

.top-slider .info, .main-photo .info {
  position: absolute;
  top: 0;
  left: 25%;
  width: 25%;
  background-color: #ffc907;
  z-index: 5;
  height: 100%;
  -webkit-transition: left 0.4s ;
  -moz-transition: left 0.4s ;
  -o-transition: left 0.4s ;
  transition: left 0.4s ;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 75px;
  font-size: 0;
  line-height: 0;
}
.top-slider .info:before, .main-photo .info:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.top-slider .info .info-wrap, .main-photo .info .info-wrap {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 14px;
}
.top-slider .info .info-header, .main-photo .info .info-header {
  padding-bottom: 13px;
  position: relative;
}
.top-slider .info .info-header:after, .main-photo .info .info-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 115px;
  height: 7px;
  background-color: white;
}
.top-slider .info .info-header .label, .main-photo .info .info-header .label {
  font-size: 12px;
  line-height: 24px;
  padding: 0 12px;
  display: inline-block;
  background-color: #1c1c1c;
  color: #ffc907;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-left: 2px;
}
.top-slider .info .info-header .title, .main-photo .info .info-header .title {
  font-weight: 500;
  font-size: 36px;
  line-height: 40px;
}
.top-slider .info .info-header .title a, .main-photo .info .info-header .title a {
  color: inherit;
  text-decoration: none;
}
.top-slider .info .info-header .rating, .main-photo .info .info-header .rating {
  margin: 5px 0;
}
.top-slider .info .info-body .added, .main-photo .info .info-body .added {
  display: block;
  margin: 12px 0 8px;
}
.top-slider .info .info-body a, .main-photo .info .info-body a {
  color: inherit;
  text-decoration: none;
}
.top-slider .info .info-body a:hover, .main-photo .info .info-body a:hover {
  text-decoration: underline;
}
.top-slider .info .info-body .gallery-info, .main-photo .info .info-body .gallery-info {
  font-size: 10px;
  *zoom: 1;
}
.top-slider .info .info-body .gallery-info:after, .main-photo .info .info-body .gallery-info:after {
  content: "";
  display: table;
  clear: both;
}
.top-slider .info .info-body .gallery-info .item, .main-photo .info .info-body .gallery-info .item {
  float: left;
  margin-left: 9px;
  line-height: 14px;
}
.top-slider .info .info-body .gallery-info .item:first-child, .main-photo .info .info-body .gallery-info .item:first-child {
  margin-left: 0;
}
.top-slider .info .info-body .gallery-info .fa, .main-photo .info .info-body .gallery-info .fa {
  font-size: 13px;
  line-height: 14px;
  float: left;
  margin-right: 3px;
}

.gallery-browser .container {
  *zoom: 1;
}
.gallery-browser .container:after {
  content: "";
  display: table;
  clear: both;
}

.main-photo {
  position: relative;
  *zoom: 1;
}
.main-photo:after {
  content: "";
  display: table;
  clear: both;
}
.main-photo .info {
  width: 25%;
  left: 75%;
}
.main-photo .info .info-wrap {
  vertical-align: top;
  padding-top: 27px;
}
.main-photo .info .bottom-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  line-height: 16px;
  padding: 17px 10px;
  color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main-photo .info .bottom-controls a {
  color: inherit;
}
.main-photo .info .bottom-controls a:after {
  content: " | ";
  margin: 0 0.5em;
}
.main-photo .info .bottom-controls a:last-child:after {
  display: none;
}
.main-photo .info .bottom-controls a:hover {
  text-decoration: none;
}

.photo-wrapper {
  width: 100%;
  height: 0;
  padding: 60% 0 0;
  position: relative;
  background-color: #363636;
  *zoom: 1;
}
.photo-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.photo-wrapper .spinner {
  position: absolute;
  top: 50%;
  right: 50%;
}
.photo-wrapper .photo-stage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.photo-wrapper .photo-stage:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.photo-wrapper .photo-stage img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  vertical-align: middle;
}
.photo-wrapper .controls {
  opacity: 0;
  -webkit-transition: opacity 0.4s ;
  -moz-transition: opacity 0.4s ;
  -o-transition: opacity 0.4s ;
  transition: opacity 0.4s ;
}
.photo-wrapper:hover .controls {
  opacity: 1;
}
.photo-wrapper .prev, .photo-wrapper .next {
  position: absolute;
  top: 50%;
  padding: 10px;
  text-align: center;
  -webkit-transition: opacity 0.4s ;
  -moz-transition: opacity 0.4s ;
  -o-transition: opacity 0.4s ;
  transition: opacity 0.4s ;
  margin-top: -15px;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(54, 54, 54, 0.5);
  display: block;
}
.photo-wrapper .prev:before, .photo-wrapper .next:before {
  font-family: FontAwesome;
  color: #ffc907;
  font-size: 30px;
  display: block;
}
.photo-wrapper .prev {
  left: 20px;
}
.photo-wrapper .prev:before {
  content: "\f104";
}
.photo-wrapper .next {
  right: 20px;
}
.photo-wrapper .next:before {
  content: "\f105";
}

.thumbnails {
  margin: 2px 0 0;
  position: relative;
}
.thumbnails .previous_link, .thumbnails .next_link {
  width: 80px;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #1c1c1c;
  text-align: center;
  -webkit-transition: opacity 0.4s ;
  -moz-transition: opacity 0.4s ;
  -o-transition: opacity 0.4s ;
  transition: opacity 0.4s ;
}
.thumbnails .previous_link:after, .thumbnails .next_link:after {
  font-family: FontAwesome;
  color: #ffc907;
  font-size: 30px;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
}
.thumbnails .previous_link.no_more, .thumbnails .next_link.no_more {
  opacity: 0.8;
}
.thumbnails .ellipse, .thumbnails .page_link {
  display: none !important;
}
.thumbnails .previous_link {
  left: 0;
}
.thumbnails .previous_link:after {
  content: "\f104";
}
.thumbnails .next_link {
  right: 0;
}
.thumbnails .next_link:after {
  content: "\f105";
}
.thumbnails ul {
  *zoom: 1;
  margin: 0 80px;
  background-color: #363636;
}
.thumbnails ul:after {
  content: "";
  display: table;
  clear: both;
}
.thumbnails li {
  float: left;
  width: 12.5%;
}
.thumbnails li a {
  display: block;
  height: 0;
  width: 100%;
  padding: 100% 0 0;
  position: relative;
}
.thumbnails li:hover .hover, .thumbnails li.current .hover {
  opacity: 1;
}
.thumbnails li .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 201, 7, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.4s ;
  -moz-transition: opacity 0.4s ;
  -o-transition: opacity 0.4s ;
  transition: opacity 0.4s ;
}
.thumbnails li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content-listing {
  clear: both;
}

.user-info {
  padding-top: 20px;
}
.user-info .user-image {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.user-info .rating-wrap {
  background-color: #ffc907;
  padding: 10px 5px;
  text-align: center;
  font-size: 0;
  line-height: 0;
  margin-top: -10px;
  margin-bottom: 10px;
}
.user-info .item-list {
  position: relative;
  line-height: 14px;
  padding: 3px;
  display: block;
  margin-bottom: -20px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
.user-info .additional-information {
  padding: 0 20px;
  line-height: 1.4;
}
.user-info .additional-information label {
  font-weight: 500;
  margin-right: 0.5em;
}

.message-box table {
  width: 100%;
}
.message-box th, .message-box td {
  padding: 5px;
}
.message-box th {
  font-weight: 500;
  background-color: #f3f3f3;
}
.message-box td {
  background-color: #f7f7f7;
  border-top: 1px solid #cccccc;
}

#colorbox .content {
  background-color: white;
}
#colorbox .row {
  margin-left: -10px;
  margin-right: -10px;
}
#colorbox [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 1279px) {
  .container, .top-slider .owl-controls {
    width: 960px;
  }

  .thumbnails .previous_link, .thumbnails .next_link {
    width: 60px;
  }

  .thumbnails ul {
    margin: 0 60px;
  }

  .top-slider .inner {
    padding-top: 45%;
  }
  .top-slider .info, .top-slider .owl-item.active-1 .info {
    z-index: 20;
    left: 75%;
    background-color: rgba(255, 201, 7, 0.8);
    -webkit-transition: none 0.4s ;
    -moz-transition: none 0.4s ;
    -o-transition: none 0.4s ;
    transition: none 0.4s ;
  }
  .top-slider .owl-dots {
    left: 75%;
  }
  .top-slider .photo:after {
    display: none;
  }
  .top-slider .fake-body {
    width: 100%;
  }
  .top-slider .owl-dots {
    height: 55px;
    padding: 0 13px;
  }
}
@media screen and (max-width: 1023px) {
  .container, .top-slider .owl-controls, .messages {
    width: 720px;
  }

  .bottom-promo {
    margin-bottom: -10px;
  }
  .bottom-promo img, .bottom-promo iframe {
    margin-bottom: 10px;
  }

  .section-header:before {
    left: 66.66667%;
    width: 33.33333%;
  }

  .page-nav .container:before {
    width: 100%;
  }

  .index .contents:before, .index .contents:after {
    padding-top: 66.66667%;
  }
  .index .contents:after {
    margin-top: 66.66667%;
  }

  .top-slider .info, .top-slider .owl-item.active-1 .info {
    z-index: 20;
    left: 66.66667%;
    width: 33.33333%;
  }
  .top-slider .owl-dots {
    left: 66.66667%;
    width: 33.33333%;
  }

  .top-slider .info .info-header .title, .main-photo .info .info-header .title {
    font-size: 28px;
    line-height: 32px;
  }

  .main-photo .info {
    position: static;
    padding: 20px;
    width: 100%;
    border-top: 2px solid white;
    clear: both;
  }
  .main-photo .info .info-wrap {
    width: 100%;
  }
  .main-photo .info .bottom-controls {
    position: static;
    margin: 20px -20px -20px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .container, .messages {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }

  .page-header:before {
    display: none;
  }
  .page-header .logo {
    float: left;
  }
  .page-header .user-trigger {
    margin-top: -80px;
  }
  .page-header .search {
    padding-right: 0;
  }
  .page-header .search input[type="text"] {
    padding-right: 120px;
  }
  .page-header .search button[type="submit"] {
    right: 0;
  }
  .page-header .search .mb-select-wrap {
    right: 68px;
  }

  .section-header:before {
    display: none;
  }

  .index .contents:before, .index .contents:after {
    display: none;
  }

  .main-photo .info .info-wrap {
    padding-top: 0;
  }

  .thumbnails .previous_link, .thumbnails .next_link {
    width: 30px;
  }
  .thumbnails ul {
    margin-left: 30px;
    margin-right: 30px;
  }
  .thumbnails li {
    width: 25%;
  }

  .photo-wrapper .controls {
    display: none;
  }

  .page-nav {
    position: absolute;
    top: 80px;
    z-index: 1000;
    width: 100%;
  }
  .page-nav .container {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
  }
  .page-nav li {
    width: 50%;
  }

  .page-header .logo {
    margin-left: 15px;
  }
  .page-header .container {
    margin-left: 0;
    margin-right: 0;
  }
  .page-header .menu-trigger {
    display: block;
    position: absolute;
    top: -80px;
    right: 70px;
  }

  .page-nav {
    display: none;
  }

  .show-menu .page-nav {
    display: block;
  }

  .top-slider .owl-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .top-slider .owl-controls .owl-dots {
    bottom: auto;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
  }
  .top-slider .inner {
    height: auto;
    padding-top: 0;
  }
  .top-slider .photo {
    height: 0;
    padding-top: 50%;
    position: static;
  }
  .top-slider .fake-body {
    position: static;
    height: auto;
  }
  .top-slider .fake-body .container {
    margin: 0;
  }

  .top-slider .info, .top-slider .owl-item.active-1 .info {
    position: static;
    width: 100%;
    padding: 20px;
    background-color: #ffc907;
  }
}
@media screen and (max-width: 479px) {
  .page-header .search {
    padding-right: 0;
  }
  .page-header .search input[type="text"] {
    padding-right: 80px;
  }
  .page-header .search button[type="submit"] {
    width: 70px;
  }
  .page-header .search .mb-select-wrap {
    display: none;
  }

  .bottom-promo .container {
    margin: 0;
  }

  .photo-wrapper {
    padding-top: 100%;
  }

  .gallery-browser .container {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Localized */