/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.grabbing {
  cursor: url(../images/grabbing.png) 8 8, move;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  position: absolute;
  top: 50%;
  zoom: 1;
  padding: 3px 10px;
  font-size: 12px;
  background: #000;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  text-indent: -9999px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  opacity: 0.8;
  text-decoration: none;
}

.owl-theme .owl-controls.clickable .owl-buttons .owl-prev {
  left: 0;
  background-image: url(../images/icon-arrow-left-b.png);
}

.owl-theme .owl-controls.clickable .owl-buttons .owl-next {
  right: 0;
  background-image: url(../images/icon-arrow-right-b.png);
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 5px 7px;
  border-radius: 20px;
  border: 1px solid #404040;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  border-color: #fff;
  background: #fff;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../images/AjaxLoader.gif) no-repeat center center;
}

#owl-demo .owl-item div {
  padding: 5px;
}

#owl-demo .owl-item img {
  isplay: block;
  idth: 100%;
  eight: auto;
  webkit-border-radius: 3px;
  moz-border-radius: 3px;
  order-radius: 3px;
}

/*
Version: @@ver@@ Timestamp: @@timestamp@@
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  /* webkit */
  /* firefox */
  box-sizing: border-box;
}

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("../images/select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 30px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: url(../images/bg-select-arrow-down.png) no-repeat 0 50%;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
}

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 4px 4px 0 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  background: #fff url("../images/select2.png") no-repeat 100% -22px;
  background: url("../images/select2.png") no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url("../images/select2.png") no-repeat -37px -22px;
  background: url("../images/select2.png") no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-search input.select2-active {
  background: #fff url("../images/select2-spinner.gif") no-repeat 100%;
  background: url("../images/select2-spinner.gif") no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/*
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}
*/
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  -webkit-filter: none;
  filter: none;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background: url(../images/bg-select-arrow-up.png) no-repeat 0 50%;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent;
}

html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}

.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}

.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}

.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}

.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}

.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}

.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
  display: none;
}

.select2-more-results.select2-active {
  background: #f4f4f4 url("select2-spinner.gif") no-repeat 100%;
}

.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
  min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  box-shadow: none;
  background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100% !important;
}

.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url("select2.png") right top no-repeat;
}

html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* iCheck plugin skin
----------------------------------- */
.icheckbox,
.iradio {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  /*	background: url(square.png) no-repeat;*/
  background: url(../images/icheck.png) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox {
  background-position: 0 0;
}

.icheckbox.hover {
  background-position: -24px 0;
}

.icheckbox.checked {
  background-position: -48px 0;
}

.icheckbox.disabled {
  background-position: -72px 0;
  cursor: default;
}

.icheckbox.checked.disabled {
  background-position: -96px 0;
}

.iradio {
  background-position: -120px 0;
}

.iradio.hover {
  background-position: -144px 0;
}

.iradio.checked {
  background-position: -168px 0;
}

.iradio.disabled {
  background-position: -192px 0;
  cursor: default;
}

.iradio.checked.disabled {
  background-position: -216px 0;
}

.icheckbox:hover + label {
  color: #ff1926;
}

/* HiDPI support */
/*
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
	.icheckbox,
	.iradio {
		background-image: url(square@2x.png);
		background-size: 240px 24px;
	}
}*/
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  position: relative;
  margin: 0;
  min-height: 100%;
  width: 100%;
  background: #000 url(../images/bg.jpg) 50% 0 no-repeat;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  min-width: 320px;
}

.container {
  max-width: 1260px;
  max-width: 1540px;
  padding: 0 10px;
  margin: auto;
}
.container:after, .container:before {
  display: table;
  clear: both;
  content: '';
}

@media screen and (max-width: 1560px) {
  .container {
    width: 1260px;
  }
}
@media screen and (max-width: 1280px) {
  .container {
    width: 100%;
  }
}
/*.header {
  background: #1b0326 url(../images/bg-header.jpg) 50% 0 no-repeat;
  background-size: cover;
  padding: 20px 0;
}*/
.header .btn-members {
  color: #888888;
  border: 1px solid #3f67bf;
  border-color: rgba(255, 255, 255, 0.2);
  background: url(../images/icon-user.png) 18px 50% no-repeat;
}
@media screen and (max-width: 600px) {
  .header .btn-members {
    background-position: 14px 50%;
  }
}
.header .description {
  color: #fff;
}
.header:after, .header:before {
  display: table;
  clear: both;
  content: '';
}
/*.header .logo {
  margin: 0;
  float: left;
  display: block;
  max-width: 50%;
}*/
.header .logo a {
  display: block;
}
.header .logo img {
  max-width: 100%;
  height: auto;
}
.header .powerby {
  margin-top: 14px;
  float: right;
  max-width: 36%;
}
.header .powerby img {
  max-width: 100%;
  height: auto;
}
.header .right {
  float: right;
}
.header .btn-members {
  padding: 12px 15px 11px 49px;
  display: inline-block;
  font-size: 15px;
  width: 135px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .header .btn-members {
    font-size: 14px;
  }
}
@media screen and (max-width: 580px) {
  .header .btn-members {
    text-indent: -9999px;
    width: 40px;
    padding-right: 0;
    padding-left: 0;
    background-position: 50%;
  }
}
.header .btn-join {
  margin-left: 26px;
}
.header .description {
  margin-top: 22px;
  width: 360px;
  margin-left: 30px;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.36);
}
@media (max-width: 1260px) {
  .header .description {
    display: none;
  }
}

.gallery-page .header {
  border-bottom: 1px solid #070202;
}
.gallery-page .header {
  background: #000 url(../images/bg-header-gallery.jpg) 50% 0 no-repeat;
}
.gallery-page .two-col {
  margin-top: 20px;
  position: relative;
}
.gallery-page .two-col .main-gallery {
  margin-top: 0;
}
.gallery-page .two-col .col-left {
  padding-right: 320px;
}
.gallery-page .two-col .col-right {
  width: 312px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
}
.gallery-page .two-col .block {
  overflow: hidden;
  text-align: center;
  padding: 5px;
}
.gallery-page .two-col .holder + .holder {
  margin-top: 10px;
}
@media (max-width: 1240px) {
  .gallery-page .two-col .col-left {
    padding-right: 0;
  }
  .gallery-page .two-col .col-right {
    display: none;
  }
}

.btn-join {
  border: 1px solid #2d3541;
  background-color: #3d9a38;
  color: #fff;
  text-shadow: none;
  font-size: 21px;
  font-weight: bold;
  padding: 17px 12px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-size: 21px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .btn-join {
    font-size: 18px;
    padding: 14px 10px;
  }
}
.btn-join.mobile {
  display: none;
  float: none;
  text-align: center;
  display: none;
  left: 9px;
  right: 9px;
  top: 0;
  z-index: 10;
  position: fixed;
}
.btn-join.mobile.fixed {
  display: block;
}

.main-nav {
  background: #050008;
  border-top: 1px solid #2b2632;
  border-bottom: 1px solid #2b2632;
  color: #fff;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.36);
  font-size: 16px;
  font-weight: bold;
}
.main-nav ul li {
  border-right: 1px solid #1d212a;
}
.main-nav ul li:hover, .main-nav ul li.active {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE0OSA1OSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTcxNjE2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxNDkiIGhlaWdodD0iNTkiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
  background-image: linear-gradient(bottom, #000 0%, #171616 100%);
}
.main-nav ul li:hover > a, .main-nav ul li.active > a {
  border-bottom: 3px solid #bd1b1f;
}
.main-nav ul li:first-child {
  border-left: 1px solid #1d212a;
}
.main-nav a {
  color: #fff;
}
.main-nav .home {
  background: url(../images/icon-home.png) no-repeat 30px 50%;
}
.main-nav .mobile-nav-trigger .icon-bar {
  background-color: #f5f5f5;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.main-nav .mobile-nav ul {
  background: #050008;
}
.main-nav .dropdown:hover button {
  border-bottom: 3px solid #bd1b1f;
}
.main-nav .dropdown button .arrow {
  background: url(../images/arrow-thummbs-view.png) no-repeat 0 50%;
}
.main-nav .dropdown-menu {
  background: #050008;
  border: 1px solid #1d212a;
}
.main-nav:after {
  display: table;
  clear: both;
  content: '';
}
.main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav ul:after {
  display: table;
  clear: both;
  content: '';
}
.main-nav ul li {
  float: left;
}
.main-nav ul li:hover,
.main-nav ul li a {
  display: block;
}
.main-nav a {
  display: inline-block;
  height: 59px;
  line-height: 59px;
  padding: 0 30px;
  text-transform: uppercase;
  text-decoration: none;
}
.main-nav .home {
  padding-left: 72px;
}
.main-nav .left-nav {
  float: left;
}
.main-nav .right-nav {
  float: right;
}
.main-nav .dropdown li {
  float: none;
}
.main-nav .mobile-nav-trigger {
  float: left;
  padding: 8px 0px;
}
.main-nav .mobile-nav-trigger .icon-bar + .icon-bar {
  margin-top: 5px;
}
.main-nav .mobile-nav-trigger .icon-bar {
  display: block;
  width: 48px;
  height: 11px;
}
.main-nav .mobile-nav {
  display: none;
  position: relative;
}
.main-nav .mobile-nav:after {
  /*display: table;*/
  clear: both;
  content: '';
}
.main-nav .mobile-nav ul {
  z-index: 100;
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
}
.main-nav .mobile-nav ul li {
  float: none;
}
.main-nav .mobile-nav ul.open {
  display: block;
}
.main-nav .mobile-nav .btn-join {
  float: right;
}
@media screen and (max-width: 980px) {
  .main-nav .desktop-nav {
    display: none;
  }
  .main-nav .mobile-nav {
    display: block;
  }
}
.main-nav .dropdown {
  position: relative;
}
.main-nav .dropdown button {
  cursor: pointer;
  outline: none;
  border: none;
  background: none;
  height: 59px;
  line-height: 59px;
  padding: 0 70px 0 30px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.main-nav .dropdown button .arrow {
  right: 0;
  top: 0;
  position: absolute;
  width: 52px;
  height: 100%;
}
.main-nav .dropdown.open .dropdown-menu {
  display: block;
}
.main-nav .dropdown-menu {
  display: none;
  z-index: 10;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.main-nav .dropdown-menu li:first-child,
.main-nav .dropdown-menu li {
  border: none;
}
.main-nav .dropdown-menu a {
  font-size: 14px;
}

.main {
  overflow: hidden;
}
.main .container {
  border-bottom: 1px solid #1f1f1f;
}
.main:after, .main:before {
  display: table;
  clear: both;
  content: '';
}
.main .container {
  padding-bottom: 10px;
}

.thumbs-list {
  font-size: 0;
    /*margin: 28px -7px 0;*/
  margin: 14px -7px 0;

}
.thumbs-list a:before {
  border: 4px solid #2a2727;
}
.thumbs-list .play {
  background: url(../images/icon-play.png) no-repeat 50% 50%;
}
.thumbs-list .description {
  background: url(../images/bg-thumb-hover.png) 0 0 repeat-x;
}
.thumbs-list .description p {
  color: #b2b2b2;
  text-shadow: 1px 2px 0 #020202;
}
.thumbs-list .description .title {
  color: #fff;
  border-top: 1px solid #0f0f0f;
  box-shadow: 0 -2px 1px -1px #676767;
}
.thumbs-list .thumb {
  font-size: 12px;
  vertical-align: top;
  display: inline-block;
  width: 25%;
  /*padding: 5px 7px;*/
  padding: 7px 7px;
  position: relative;
}
.thumbs-list .thumb:hover a:before, .thumbs-list .thumb:hover .description, .thumbs-list .thumb:hover .play {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 1280px) {
  .thumbs-list .thumb {
    width: 33.333%;
  }
}
@media screen and (max-width: 980px) {
  .thumbs-list .thumb {
    width: 50%;
  }
}
@media screen and (max-width: 620px) {
  .thumbs-list .thumb {
    width: 100%;
  }
  .thumbs-list .thumb .description {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .thumbs-list .thumb .play {
    display: none;
  }
}
.thumbs-list a {
  text-decoration: none;
  display: block;
  position: relative;
  min-height: 34px;
}
.thumbs-list a:before {
  position: absolute;
  z-index: 2;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  box-sizing: border-box;
}
.thumbs-list img {
  width: 100%;
  height: auto;
  display: block;
}
.thumbs-list .play {
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  height: 65px;
  z-index: 5;
  text-indent: -9999px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.25s;
}
.thumbs-list .description {
  display: block;
  /*position: absolute;*/
  position: static;
  padding-top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
/*opacity: 0;
  filter: alpha(opacity=0);*/
  transition: opacity 0.25s;
}
@media screen and (max-width: 620px) {
  .thumbs-list .description {
    position: static;
  }
}
.thumbs-list .description:before {
  position: absolute;
}
.thumbs-list .description p {
  line-height: normal;
  padding: 0 10px;
  margin: 8px 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 620px) {
  .thumbs-list .description p {
    margin-top: 6px;
  }
}
.thumbs-list .description .title {
  padding-top: 12px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 620px) {
  .thumbs-list .description .title {
    padding-top: 6px;
  }
}

.info {
  border-top: 1px solid #0f0f0f;
  color: #fff;
  margin-top: 10px;
  display: table;
  width: 100%;
}
.info .col {
  border-top: 1px solid #676767;
}
.info .col + .col {
  border-left: 1px solid #465161;
  border-left-color: rgba(70, 81, 97, 0.6);
}
.info .like {
  background: url(../images/icon-likes.png) no-repeat 0 50%;
}
.info .dislike {
  background: url(../images/icon-dislikes.png) no-repeat 0 50%;
}
.info .eye {
  background: url(../images/icon-eye.png) no-repeat 0 50%;
}
.info .share {
  background: url(../images/icon-share.png) no-repeat 0 50%;
}
.info .comments {
  background: url(../images/icon-comments.png) no-repeat 0 50%;
}
.info .col {
  text-align: center;
  display: table-cell;
  height: 44px;
  vertical-align: middle;
}
.info .col span {
  display: inline-block;
  padding-left: 30px;
  height: 20px;
  line-height: 20px;
}

.rowline {
  margin-top: 20px;
}
.rowline h1 {
  color: #fff;
  text-shadow: 1px 2px 0 #020202;
}
.rowline h1 {
  float: left;
  line-height: 30px;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 1px 2px 0 #020202;
}
.rowline h1 span {
  font-weight: normal;
}
@media screen and (max-width: 479px) {
  .rowline h1 {
    float: none;
  }
}
.rowline:after {
  display: table;
  clear: both;
  content: '';
}

.loadmore {
  color: #fff;
  background: #151719;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  display: block;
  float: left;
}
.loadmore .arrow {
  background: url(../images/icon-arrow-down-m.png) 50% 50% no-repeat;
}
.loadmore:hover {
  background-color: #2d3541;
}
.loadmore .arrow {
  width: 16px;
  height: 10px;
  margin-right: 10px;
  display: inline-block;
}
.loadmore.center {
  width: 340px;
  height: 60px;
  line-height: 60px;
  max-width: 100%;
  margin: 20px auto 0;
  float: none;
  text-align: center;
  z-index: 20;
}

.pagination {
  color: #fff;
  font-size: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  cursor: default;
}
.pagination a {
  background-color: #151719;
}
.pagination a:hover {
  background-color: #2d3541;
}
.pagination .active a {
  background-color: #bd1b1f;
}
.pagination .next a {
  background-image: url(../images/icon-arrow-right-s.png);
}
.pagination .prev a {
  background-image: url(../images/icon-arrow-left-s.png);
}
@media screen and (max-width: 900px) {
  .pagination {
    margin-top: 20px;
    float: none;
    text-align: center;
  }
}
.pagination li {
  display: inline-block;
  text-align: center;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
}
.pagination a {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
  color: inherit;
  text-decoration: none;
}
.pagination .next a {
  text-indent: -9999px;
}
.pagination .prev a {
  text-indent: -9999px;
}

.footer {
  background: #131313;
  color: #747474;
  font-size: 11px;
}
.footer a {
  color: #787878;
}
.footer a:hover {
  color: #fff;
}
.footer .container {
  border-top: 1px solid #1f1f1f;
}
.footer .footer-nav {
  color: #fff;
}
.footer .footer-nav .btn-join {
  color: #bd1b1f;
}
.footer:after {
  display: table;
  clear: both;
  content: '';
}
.footer a {
  text-decoration: none;
  padding: 6px;
  display: inline-block;
}
.footer a:hover {
  text-decoration: underline;
}
.footer p {
  margin: 18px 0 0;
  line-height: normal;
}
.footer p a:first-child {
  padding-left: 0;
}
.footer .container {
  padding-top: 28px;
  padding-bottom: 28px;
}
.footer .logo {
  float: right;
  display: inline-block;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .footer .logo {
    float: none;
    margin-bottom: 10px;
  }
}
.footer .footer-nav {
  font-size: 15px;
}
.footer .footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-nav li {
  display: inline-block;
}
.footer .footer-nav li:first-child a {
  padding-left: 0;
}
.footer .footer-nav li + li {
  margin-left: 6px;
}
.footer .footer-nav li + li:before {
  content: "/";
  margin-right: 10px;
}
.footer .footer-nav a {
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
}
.footer .footer-nav a:hover {
  text-decoration: underline;
}
.footer .footer-nav .btn-join {
  background: none;
  border: none;
  font-size: inherit;
  font-weight: inherit;
}

.gallery {
  background: #131313;
  margin-top: 10px;
}
.gallery a {
  background: #242424;
}
.gallery a:hover {
  background: #bd1b1f;
}
.gallery .title {
  color: #878e9b;
}
.gallery .title span {
  color: #d7d7d7;
}
.gallery .owl-pagination .owl-page:hover span, .gallery .owl-pagination .owl-page.active span {
  border-color: #fff;
  background: #fff;
}
.gallery .owl-pagination .owl-page span {
  border: 1px solid #404040;
}
.gallery .container {
  padding-top: 16px;
  padding-bottom: 16px;
}
.gallery .owl-item {
  padding: 0 10px;
  text-align: center;
}
.gallery a {
  text-decoration: none;
  display: inline-block;
  width: 300px;
  max-width: 100%;
  padding-bottom: 2px;
}
.gallery img {
  display: block;
  width: 100%;
  height: auto;
}
.gallery .title {
  text-align: right;
  height: 59px;
  line-height: 59px;
  padding: 0 10px;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gallery .title span {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  float: left;
  padding-right: 8px;
}
@media screen and (min-width: 1400px) {
  .gallery .owl-carousel {
    padding: 0 72px;
  }
}
@media screen and (max-width: 1024px) {
  .gallery .owl-carousel {
    padding: 0 50px;
  }
  .gallery .owl-carousel .owl-controls .owl-buttons div {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .gallery .owl-carousel {
    padding: 0;
  }
  .gallery .owl-carousel .owl-buttons {
    display: none;
  }
}

.timeline {
  position: relative;
  margin-top: 32px;
  overflow: hidden;
}
.timeline:before {
  background: #c3c1c1;
}
.timeline:after {
  background: #c3c1c1;
}
.timeline .timeline-time {
  font-family: "Open Sans", sans-serif;
  text-shadow: 1px 2px 0 #020202;
  color: #fff;
}
.timeline .timeline-time:after {
  background: #c3c1c1;
}
.timeline .info-line-holder {
  border-top: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
  background: #010101;
}
.timeline .info-line-holder a.read-more {
  color: #fff;
  background-color: #212121;
}
.timeline .info-line-holder a.read-more:hover {
  background: #ab181c;
}
@media screen and (max-width: 600px) {
  .timeline .info-line-holder .info {
    border-bottom: 1px solid #3d3d3d;
  }
}
.timeline .entry-meta {
  background: #050505;
  text-align: right;
  color: #b2b2b2;
  text-shadow: 1px 1px 0 #020202;
}
.timeline .entry-meta a {
  color: #efefef;
}
.timeline .entry-meta a:hover {
  color: #c80404;
}
.timeline .timeline-thumb-holder .timeline-thumb-circle-left:before,
.timeline .timeline-thumb-holder .timeline-thumb-circle-right:before {
  border: 4px solid #bd1b1f;
  background-color: #000;
  box-shadow: 0 0 0 4px #000;
}
.timeline .timeline-thumb-holder .timeline-thumb-circle-left:after,
.timeline .timeline-thumb-holder .timeline-thumb-circle-right:after {
  background-color: #c3c1c1;
}
.timeline .timeline-thumb {
  border: 4px solid #292727;
  background-color: #1b1b1b;
}
.timeline .timeline-thumb .title {
  color: #fff;
  text-shadow: 1px 2px 0 #020202;
}
.timeline .timeline-thumb .title:hover {
  color: #fa666a;
}
.timeline .timeline-thumb p {
  color: #b2b2b2;
  text-shadow: 1px 1px 0 #020202;
}
.timeline .timeline-thumb img {
  border: 1px solid #000;
}
.timeline:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 4px;
  bottom: 4px;
  width: 4px;
  margin-left: -2px;
}
.timeline:after {
  display: table;
  clear: both;
  content: '';
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 2px;
  margin-left: -5px;
}
@media screen and (max-width: 1023px) {
  .timeline:after {
    left: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .timeline:before {
    left: 10px;
  }
}
.timeline .timeline-row {
  margin: 40px -46px;
}
@media screen and (max-width: 1023px) {
  .timeline .timeline-row {
    margin-left: 10px;
  }
}
.timeline .timeline-row:first-child {
  margin-top: 0;
}
.timeline .timeline-row:first-child .timeline-time {
  margin-top: 0;
  position: relative;
}
.timeline .timeline-row:before, .timeline .timeline-row:after {
  display: table;
  clear: both;
  content: '';
}
.timeline .timeline-time {
  position: relative;
  text-align: center;
  font-size: 16px;
}
.timeline .timeline-time:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  margin: -5px;
}
.timeline .timeline-time div {
  margin-left: -24px;
  display: inline-block;
}
.timeline .timeline-time strong {
  font-weight: bold;
  margin-right: 25px;
}
.timeline .timeline-time span {
  color: #fff;
  font-weight: 300;
}
@media screen and (max-width: 1023px) {
  .timeline .timeline-time {
    background-position: 0;
    margin-left: -8px;
    text-align: left;
    padding-left: 26px;
  }
  .timeline .timeline-time:after {
    left: 8px;
  }
  .timeline .timeline-time div {
    margin-left: 0;
  }
  .timeline .timeline-time strong {
    margin-right: 4px;
  }
}
.timeline .info-line-holder {
  margin: 0 -15px;
  position: relative;
  padding: 2px 156px 2px 15px;
}
.timeline .info-line-holder:after {
  display: table;
  clear: both;
  content: '';
}
@media screen and (max-width: 1280px) {
  .timeline .info-line-holder {
    padding-right: 140px;
  }
}
@media screen and (max-width: 600px) {
  .timeline .info-line-holder {
    padding-right: 15px;
  }
}
.timeline .info-line-holder a.read-more {
  position: absolute;
  display: block;
  right: 15px;
  top: 4px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  width: 132px;
  height: 40px;
  line-height: 40px;
}
@media screen and (max-width: 1280px) {
  .timeline .info-line-holder a.read-more {
    font-size: 14px;
    width: 120px;
  }
}
@media screen and (max-width: 600px) {
  .timeline .info-line-holder a.read-more {
    position: static;
    float: right;
    margin-top: 2px;
  }
}
.timeline .info-line-holder .info {
  margin: 0;
  border-top: none;
}
.timeline .info-line-holder .info .col {
  border-top: none;
}
@media screen and (max-width: 600px) {
  .timeline .info-line-holder .info .col {
    height: 30px;
  }
  .timeline .info-line-holder .info .col span {
    display: inline-block;
    padding-left: 20px;
    background-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .timeline .info-line-holder .info {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .timeline .info-line-holder .info {
    font-size: 10px;
  }
}
.timeline .entry-meta {
  padding: 10px 16px;
  margin: 0 -16px;
  text-align: right;
  font-size: 12px;
}
.timeline .entry-meta a {
  color: #efefef;
  font-weight: 600;
  text-decoration: none;
}
.timeline .timeline-thumb-holder {
  margin-top: 28px;
  width: 50%;
  float: left;
  position: relative;
  padding-right: 46px;
  padding-left: 46px;
  padding-top: 10px;
}
.timeline .timeline-thumb-holder .timeline-thumb-circle-left,
.timeline .timeline-thumb-holder .timeline-thumb-circle-right {
  position: absolute;
  top: -2px;
  width: 37px;
  height: 29px;
  background-repeat: no-repeat;
}
.timeline .timeline-thumb-holder .timeline-thumb-circle-left:before, .timeline .timeline-thumb-holder .timeline-thumb-circle-left:after,
.timeline .timeline-thumb-holder .timeline-thumb-circle-right:before,
.timeline .timeline-thumb-holder .timeline-thumb-circle-right:after {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  content: '';
}
.timeline .timeline-thumb-holder .timeline-thumb-circle-left:before,
.timeline .timeline-thumb-holder .timeline-thumb-circle-right:before {
  margin-top: -11px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
}
.timeline .timeline-thumb-holder .timeline-thumb-circle-left:after,
.timeline .timeline-thumb-holder .timeline-thumb-circle-right:after {
  width: 4px;
  height: 4px;
  margin-top: -3px;
}
@media (max-width: 600px) {
  .timeline .timeline-thumb-holder .timeline-thumb-circle-left,
  .timeline .timeline-thumb-holder .timeline-thumb-circle-right {
    width: 28px;
  }
  .timeline .timeline-thumb-holder .timeline-thumb-circle-left:before,
  .timeline .timeline-thumb-holder .timeline-thumb-circle-right:before {
    width: 16px;
    height: 16px;
    border-width: 3px;
    margin-top: -8px;
  }
}
.timeline .timeline-thumb-holder .timeline-thumb-circle-right {
  right: -11px;
}
@media (max-width: 600px) {
  .timeline .timeline-thumb-holder .timeline-thumb-circle-right {
    right: -9px;
  }
}
.timeline .timeline-thumb-holder .timeline-thumb-circle-right:before {
  right: 1px;
}
.timeline .timeline-thumb-holder .timeline-thumb-circle-right:after {
  left: 0;
}
.timeline .timeline-thumb-holder .timeline-thumb-circle-left {
  left: -11px;
}
@media (max-width: 600px) {
  .timeline .timeline-thumb-holder .timeline-thumb-circle-left {
    left: -9px;
  }
}
.timeline .timeline-thumb-holder .timeline-thumb-circle-left:before {
  left: 1px;
}
.timeline .timeline-thumb-holder .timeline-thumb-circle-left:after {
  right: 0;
}
@media screen and (max-width: 1023px) {
  .timeline .timeline-thumb-holder {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .timeline .timeline-thumb-holder {
    padding-left: 26px;
  }
  .timeline .timeline-thumb-holder:before {
    left: -9px;
    background-size: 100%;
    width: 30px;
  }
  .timeline .timeline-thumb-holder:after {
    display: none;
  }
}
.timeline .timeline-thumb {
  position: relative;
  overflow: hidden;
  padding: 12px 15px 0;
}
.timeline .timeline-thumb .description {
  display: block;
}
.timeline .timeline-thumb .title {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
}
.timeline .timeline-thumb p {
  white-space: normal;
  margin-top: 6px;
  line-height: normal;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.timeline .timeline-thumb .rel {
  position: relative;
}
.timeline .timeline-thumb img {
  margin-top: 8px;
  width: 100%;
  height: auto;
}

.exclusive-members-block {
  border: 4px solid #292727;
  background-color: #1b1b1b;
  margin-top: 12px;
  padding: 14px 16px;
}
.exclusive-members-block .title a {
  color: #fa666a;
  text-shadow: 1px 2px 0 #020202;
}
.exclusive-members-block .title p {
  color: #777;
  text-shadow: 1px 2px 0 #020202;
}
.exclusive-members-block .thumb .rel {
  border: 1px solid #000;
}
.exclusive-members-block .thumb .rel .views,
.exclusive-members-block .thumb .rel .like {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-shadow: 1px 2px 0 #020202;
  background-repeat: no-repeat;
}
.exclusive-members-block .thumb .rel .views {
  background-image: url(../images/icon-eye.png);
}
.exclusive-members-block .thumb .rel .like {
  background-image: url(../images/icon-likes.png);
}
.exclusive-members-block .thumb .rel .play {
  background: rgba(0, 0, 0, 0.6) url(../images/icon-play.png) 50% 50% no-repeat;
}
.exclusive-members-block .msg {
  color: #fff;
  text-shadow: 1px 2px 0 #020202;
  border-top: 1px solid rgba(254, 254, 254, 0.15);
  border-bottom: 1px solid rgba(254, 254, 254, 0.15);
  background-color: rgba(0, 0, 0, 0.8);
}
.exclusive-members-block .getnow {
  background-color: #ad1b1f;
  color: #fff;
}
.exclusive-members-block .title a {
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
  text-decoration: none;
}
.exclusive-members-block .title p {
  margin: 4px 0 0;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
}
.exclusive-members-block .thumbs-list {
  margin: 0 -8px;
  font-size: 0;
  text-align: center;
}
.exclusive-members-block .thumb {
  display: inline-block;
  width: 25%;
  padding: 9px 8px;
  font-size: 13px;
}
@media screen and (max-width: 980px) {
  .exclusive-members-block .thumb {
    font-size: 12px;
  }
}
@media screen and (max-width: 980px) {
  .exclusive-members-block .thumb {
    width: 33.333%;
  }
}
@media screen and (max-width: 767px) {
  .exclusive-members-block .thumb {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .exclusive-members-block .thumb {
    width: 100%;
  }
}
.exclusive-members-block .thumb .rel {
  display: block;
  position: relative;
}
.exclusive-members-block .thumb .rel a, .exclusive-members-block .thumb .rel img {
  display: block;
}
.exclusive-members-block .thumb .rel img {
  width: 100%;
  height: auto;
}
.exclusive-members-block .thumb .rel .views,
.exclusive-members-block .thumb .rel .like {
  z-index: 2;
  padding: 0 12px 0 36px;
  position: absolute;
  bottom: 0;
  height: 34px;
  line-height: 34px;
  background-position: 9px 50%;
  background-repeat: no-repeat;
}
.exclusive-members-block .thumb .rel .views {
  right: 0;
}
.exclusive-members-block .thumb .rel .like {
  left: 0;
}
.exclusive-members-block .thumb .rel .play {
  z-index: 1;
  margin: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  width: 100%;
}
.exclusive-members-block .msg {
  margin: 12px -16px 0;
  font-size: 33px;
  font-weight: 300;
  padding: 12px 10px;
  text-align: center;
  text-transform: uppercase;
}
.exclusive-members-block .msg strong {
  font-weight: 600;
}
@media screen and (max-width: 980px) {
  .exclusive-members-block .msg {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .exclusive-members-block .msg {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .exclusive-members-block .msg {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .exclusive-members-block .msg {
    font-size: 14px;
  }
}
@media screen and (max-width: 379px) {
  .exclusive-members-block .msg {
    font-size: 12px;
  }
}
.exclusive-members-block .getnow {
  margin-top: 20px;
  display: block;
  padding: 16px 5px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 980px) {
  .exclusive-members-block .getnow {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .exclusive-members-block .getnow {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .exclusive-members-block .getnow {
    font-size: 24px;
  }
}
@media screen and (max-width: 479px) {
  .exclusive-members-block .getnow {
    font-size: 18px;
  }
}
@media screen and (max-width: 379px) {
  .exclusive-members-block .getnow {
    font-size: 16px;
  }
}

.main-gallery {
  margin-top: 20px;
}
.main-gallery .description .title {
  background-color: #bd1b1f;
  color: #fff;
  text-shadow: 1px 2px 0 #020202;
}
.main-gallery .description p {
  background: #000;
  color: #d8d8d8;
  text-shadow: 1px 2px 0 #020202;
}
.main-gallery .owl-item {
  position: relative;
}
.main-gallery .owl-item img {
  width: 100%;
  height: auto;
  display: block;
}
.main-gallery .description {
  max-width: 520px;
  position: absolute;
  left: 10px;
  top: 52%;
  text-align: left;
}
@media screen and (max-width: 980px) {
  .main-gallery .description {
    top: 46%;
  }
}
@media screen and (max-width: 600px) {
  .main-gallery .description {
    top: 40%;
  }
}
@media screen and (max-width: 479px) {
  .main-gallery .description {
    top: auto;
    position: static;
  }
}
.main-gallery .description .title {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: #bd1b1f;
  margin: 0;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  text-shadow: 1px 2px 0 #020202;
  padding: 6px 10px;
}
@media screen and (max-width: 980px) {
  .main-gallery .description .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .main-gallery .description .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .main-gallery .description .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 479px) {
  .main-gallery .description .title {
    font-size: 20px;
  }
}
.main-gallery .description p {
  padding: 4px 10px;
  line-height: normal;
  margin-top: 12px;
  background: #000;
  color: #d8d8d8;
  font-size: 18px;
  text-shadow: 1px 2px 0 #020202;
}
@media screen and (max-width: 980px) {
  .main-gallery .description p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .main-gallery .description p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .main-gallery .description p {
    font-size: 13px;
  }
}
@media screen and (max-width: 479px) {
  .main-gallery .description p {
    font-size: 12px;
    margin-top: 0;
  }
}

.thumb-gallery {
  border: 1px solid #0a0a0a;
  border-top-color: #3a3a3a;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEyNjAgMTU3IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwZjBmMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNzI3MjciIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEyNjAiIGhlaWdodD0iMTU3IiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
  background-image: linear-gradient(bottom, #0f0f0f 0%, #272727 100%);
  padding: 12px;
}
.thumb-gallery .owl-item .play {
  background: rgba(0, 0, 0, 0.6) url(../images/icon-play-m.png) no-repeat 50% 50%;
}
.thumb-gallery .owl-theme .owl-controls.clickable .owl-buttons .owl-prev {
  background-image: url(../images/icon-arrow-left-sm.png);
}
.thumb-gallery .owl-theme .owl-controls.clickable .owl-buttons .owl-next {
  background-image: url(../images/icon-arrow-right-sm.png);
}
.thumb-gallery .owl-theme .owl-controls {
  margin: 0;
}
.thumb-gallery .owl-item {
  position: relative;
  padding: 0 5px;
}
.thumb-gallery .owl-item a {
  display: block;
  position: relative;
}
.thumb-gallery .owl-item img {
  display: block;
  width: 100%;
  height: auto;
}
.thumb-gallery .owl-item .play {
  opacity: 0;
  transition: opacity 0.2s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.thumb-gallery .owl-item:hover .play {
  opacity: 1;
  display: block;
}
.thumb-gallery .owl-theme .owl-controls .owl-buttons div {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.thumb-gallery .owl-theme .owl-controls.clickable .owl-buttons .owl-prev {
  left: -12px;
}
.thumb-gallery .owl-theme .owl-controls.clickable .owl-buttons .owl-next {
  right: -12px;
}

.form-wrapper {
  background: url(../images/bg-prejoin.jpg) no-repeat;
  background-size: cover;
  padding: 150px 0;
  position: relative;
}
.form-wrapper:before {
  content: '';
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.prejoin-form {
  background-color: #1d1d1d;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.98);
  position: relative;
  z-index: 20;
  margin: auto;
  border-radius: 2px;
  background-clip: padding-box;
  max-width: 100%;
}
.prejoin-form .title {
  color: #fff;
  text-shadow: 1px 2px 0 #020202;
}
.prejoin-form .prejoin-header {
  background: url(../images/bg-prejoin-header.png);
}
.prejoin-form .prejoin-header .img {
  background-color: rgba(0, 0, 0, 0.3);
}
.prejoin-form .block {
  padding: 20px;
}
.prejoin-form .block.block-right {
  background-color: #181717;
}
.prejoin-form .block.block-right .title {
  color: #fff;
}
.prejoin-form .block.block-right label {
  color: #bbb;
  text-shadow: 1px 2px 0 #020202;
}
.prejoin-form .block.block-right label a {
  color: #a16915;
}
.prejoin-form .block.block-right p {
  color: #bbb;
  text-shadow: 1px 2px 0 #020202;
}
.prejoin-form .block.block-right p.info {
  color: #a16915;
}
.prejoin-form .step-list {
  color: #6e6e6e;
}
.prejoin-form .step-list .number {
  background: #161616;
  box-shadow: 0 0 3px rgba(0, 1, 1, 0.5);
}
.prejoin-form .step-list .number:after {
  background: #1d1d1d;
}
.prejoin-form .step-list .successful .number div {
  background-image: url(../images/icon-completed.png);
}
.prejoin-form .step-list .text {
  padding-left: 25px;
  text-align: center;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  padding-right: 16px;
  background: #161616;
  box-shadow: 0 0 3px rgba(0, 1, 1, 0.5);
}
.prejoin-form .step-list .active {
  color: #e8e8e8;
}
.prejoin-form .step-list .active .text, .prejoin-form .step-list .active .number div {
  background: #3c3c3c;
  background: linear-gradient(to bottom, #3c3c3c 0%, #313131 43%, #222222 84%, #202020 100%);
  box-shadow: 0 0 3px rgba(0, 1, 1, 0.5);
}
.prejoin-form .field-group {
  background-color: #292929;
}
.prejoin-form .field-group .title {
  background: url(../images/img-secure.png) no-repeat 0 0;
  color: #fff;
}
.prejoin-form label {
  color: #fff;
}
.prejoin-form .col-right small {
  color: #ababab;
}
.prejoin-form input {
  background-color: #757575;
  color: #fff;
}
.prejoin-form ::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-weight: normal;
}
.prejoin-form ::-webkit-input-placeholder {
  color: #fff;
  font-weight: normal;
}
.prejoin-form :-ms-input-placeholder {
  color: #fff;
  font-weight: normal;
}
.prejoin-form ::placeholder {
  color: #fff;
  font-weight: normal;
}
.prejoin-form :focus::-moz-placeholder {
  color: transparent;
}
.prejoin-form :focus::-webkit-input-placeholder {
  color: transparent;
}
.prejoin-form :focus:-ms-input-placeholder {
  color: transparent;
}
.prejoin-form :focus::placeholder {
  color: transparent;
}
.prejoin-form .adduser {
  background-image: url(../images/icon-adduser.png);
}
.prejoin-form .pass {
  background-image: url(../images/icon-lock.png);
}
.prejoin-form .email {
  background-image: url(../images/icon-email.png);
}
.prejoin-form .select.country {
  width: 100%;
}
.prejoin-form .select.country .select2-choice {
  background-image: url(../images/icon-flag.png);
}
.prejoin-form .select .select2-choice {
  background-color: #757575;
  color: #fff;
}
.prejoin-form p.secure-info {
  background: url(../images/icon-secure.png) 0 4px no-repeat;
  color: #bbb;
  text-shadow: 1px 2px 0 #020202;
}
.prejoin-form p.private-info {
  color: #fff;
  text-shadow: 1px 2px 0 #020202;
  background: url(../images/icon-private.png) 0 6px no-repeat;
}
.prejoin-form .submit {
  color: #fff;
  background-color: #67971a;
}
.prejoin-form .submit i {
  background: #79CE5F url(../images/bg-submit.png) no-repeat;
  border-radius: 32px;
}
.prejoin-form .dropdown {
  color: #fff;
}
.prejoin-form .dropdown button {
  padding: 2px 24px 2px 10px;
}
.prejoin-form .dropdown button .arrow {
  background: url(../images/bg-select-arrow-down.png) no-repeat 50% 50%;
}
.prejoin-form .dropdown.open button .arrow {
  background-image: url(../images/bg-select-arrow-up.png);
}
.prejoin-form .dropdown .dropdown-menu {
  background-color: #292929;
}
.prejoin-form.step-1 {
  width: 560px;
}
.prejoin-form.step-2 {
  width: 918px;
}
.prejoin-form.step-2 .block {
  max-width: 616px;
}
.prejoin-form.step-2 .step-list {
  max-width: 616px;
}
@media screen and (max-width: 900px) {
  .prejoin-form.step-2 .block {
    max-width: none;
  }
  .prejoin-form.step-2 .block.block-left {
    float: none;
  }
  .prejoin-form.step-2 .block.block-right {
    margin: 0 20px;
  }
  .prejoin-form.step-2 .step-list {
    max-width: none;
  }
}
.prejoin-form .title {
  padding: 20px 15px;
  font-size: 18px;
  font-weight: bold;
}
.prejoin-form .title:after {
  display: table;
  clear: both;
  content: '';
}
.prejoin-form .title h2 {
  float: left;
}
@media screen and (max-width: 600px) {
  .prejoin-form .title h2 {
    float: none;
  }
}
.prejoin-form .title span {
  font-size: 16px;
  font-weight: 100;
}
.prejoin-form .prejoin-header {
  margin-top: 14px;
  padding: 10px;
}
.prejoin-form .prejoin-header .img {
  margin: 10px;
  vertical-align: top;
  display: inline-block;
  height: 77px;
  line-height: 77px;
  padding: 0 10px;
}
.prejoin-form .prejoin-header .img img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.prejoin-form .prejoin-header .img:before {
  content: '';
  display: inline-block;
  height: 77px;
  vertical-align: middle;
}
.prejoin-form .block {
  padding: 20px;
}
.prejoin-form .block.block-left {
  float: left;
}
.prejoin-form .block.block-right {
  margin-top: 20px;
  margin-left: -8px;
  margin-right: 12px;
  overflow: hidden;
  border-radius: 5px;
  background-clip: padding-box;
}
.prejoin-form .block.block-right .title {
  font-size: 15px;
  font-weight: bold;
  padding: 0;
}
.prejoin-form .block.block-right label {
  position: relative;
  font-size: 12px;
  line-height: normal;
  padding-left: 28px;
}
.prejoin-form .block.block-right p {
  line-height: normal;
  margin-top: 13px;
  font-size: 12px;
}
.prejoin-form .block.block-right p.info {
  border-top: none;
}
.prejoin-form .block .icheckbox {
  margin-top: -4px;
  left: 0;
  top: 0;
  position: absolute !important;
}
.prejoin-form .row:before, .prejoin-form .row:after {
  display: table;
  clear: both;
  content: '';
}
.prejoin-form .step-list {
  padding: 0 0 0 14px;
  font-size: 0;
}
.prejoin-form .step-list .step {
  position: relative;
  display: inline-block;
  width: 50%;
  font-size: 18px;
  padding-left: 25px;
}
.prejoin-form .step-list .step + .step {
  margin-left: -14px;
}
.prejoin-form .step-list .step:last-child .text {
  border-radius: 0 25px 25px 0;
}
@media screen and (max-width: 560px) {
  .prejoin-form .step-list .step {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .prejoin-form .step-list .step {
    font-size: 14px;
  }
}
.prejoin-form .step-list .number {
  left: 0;
  top: 0;
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
}
.prejoin-form .step-list .number div {
  position: relative;
  z-index: 1;
  border-radius: 25px;
}
.prejoin-form .step-list .number:after {
  border-radius: 30px;
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  left: -5px;
  top: -5px;
}
@media screen and (max-width: 479px) {
  .prejoin-form .step-list .number {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .prejoin-form .step-list .number:after {
    width: 50px;
    height: 50px;
  }
}
.prejoin-form .step-list .successful .number div {
  text-indent: -9999px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.prejoin-form .step-list .text {
  padding-left: 25px;
  text-align: center;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  padding-right: 16px;
}
@media screen and (max-width: 479px) {
  .prejoin-form .step-list .text {
    padding-left: 15px;
    height: 40px;
    line-height: 40px;
  }
}
.prejoin-form .field-group {
  padding: 16px;
  border-radius: 5px;
  background-clip: padding-box;
}
.prejoin-form .field-group .row + .row {
  margin-top: 20px;
}
@media screen and (max-width: 479px) {
  .prejoin-form .field-group .row + .row {
    margin-top: 10px;
  }
}
.prejoin-form .field-group .title {
  padding: 8px 0 8px 50px;
  min-height: 46px;
  margin-bottom: 28px;
  font-size: 13px;
  font-weight: normal;
}
.prejoin-form .field-group .title strong {
  font-size: 16px;
  display: block;
}
.prejoin-form label {
  margin-top: 16px;
  font-size: 15px;
  display: inline-block;
}
@media screen and (max-width: 479px) {
  .prejoin-form label {
    margin-top: 12px;
  }
}
.prejoin-form .col-left {
  float: left;
  width: 106px;
}
@media screen and (max-width: 479px) {
  .prejoin-form .col-left {
    float: none;
    margin-bottom: 10px;
  }
}
.prejoin-form .col-right {
  overflow: hidden;
}
.prejoin-form .col-right small {
  font-size: 12px;
  color: #ababab;
  margin-left: 10px;
}
.prejoin-form .col-right span.sep {
  margin: 0 10px 10px;
}
.prejoin-form .col-right img {
  margin-bottom: 10px;
  vertical-align: middle;
}
.prejoin-form input {
  margin-bottom: 10px;
  max-width: 100%;
  width: 100%;
  height: 48px;
  font-size: 15px;
  border-radius: 2px;
  background-clip: padding-box;
  border-width: 0;
  padding-left: 15px;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: 15px 50%;
}
@media screen and (max-width: 479px) {
  .prejoin-form input {
    height: 38px;
  }
}
.prejoin-form input[type="radio"],
.prejoin-form input[type="checkbox"] {
  width: 22px;
  height: 22px;
}
.prejoin-form .adduser {
  background-image: url(../images/icon-adduser.png);
  padding-left: 50px;
}
.prejoin-form .pass {
  background-image: url(../images/icon-lock.png);
  padding-left: 50px;
}
.prejoin-form .email {
  background-image: url(../images/icon-email.png);
  background-position: 13px 50%;
  padding-left: 50px;
}
.prejoin-form .securitycode {
  width: 82px;
}
.prejoin-form .cardnumber {
  margin-right: 6px;
  width: 209px;
  vertical-align: middle;
}
.prejoin-form .select {
  margin-bottom: 10px;
  max-width: 100%;
}
.prejoin-form .select.country {
  width: 100%;
}
.prejoin-form .select.country .select2-choice {
  padding-left: 50px;
}
.prejoin-form .select.cardtype {
  width: 330px;
}
.prejoin-form .select .select2-choice {
  background-position: 15px 50%;
  height: 48px;
  border-radius: 2px;
  background-clip: padding-box;
  border-width: 0;
  padding-left: 20px;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 15px 50%;
  font-size: 15px;
}
@media screen and (max-width: 479px) {
  .prejoin-form .select .select2-choice {
    height: 38px;
  }
}
.prejoin-form .select .select2-chosen {
  line-height: 48px;
}
@media screen and (max-width: 479px) {
  .prejoin-form .select .select2-chosen {
    line-height: 38px;
  }
}
.prejoin-form p.secure-info {
  margin-top: 16px;
  padding-left: 38px;
  font-size: 12px;
  line-height: normal;
}
.prejoin-form p.secure-info strong {
  display: block;
  font-weight: bold;
}
.prejoin-form p.private-info {
  line-height: normal;
  font-size: 12px;
  margin-top: 16px;
  padding-left: 38px;
}
.prejoin-form p.private-info strong {
  display: block;
  font-weight: bold;
}
.prejoin-form .submit {
  cursor: pointer;
  margin-top: 28px;
  float: right;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  width: 214px;
  height: 48px;
  padding-left: 50px;
  border-radius: 2px;
  background-clip: padding-box;
  position: relative;
}
.prejoin-form .submit i {
  left: -25px;
  top: -8px;
  position: absolute;
  display: block;
  width: 64px;
  height: 64px;
}
.prejoin-form .dropdown {
  float: right;
  display: inline-block;
  position: relative;
  font-size: 15px;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .prejoin-form .dropdown {
    display: block;
    margin-top: 15px;
    margin-left: -10px;
    float: none;
  }
}
.prejoin-form .dropdown button {
  padding: 2px 24px 2px 10px;
  color: inherit;
  border: none;
  cursor: pointer;
  background: none;
  position: relative;
}
.prejoin-form .dropdown button .arrow {
  position: absolute;
  width: 24px;
  top: 0;
  right: 0;
  height: 100%;
}
.prejoin-form .dropdown img {
  vertical-align: middle;
}
.prejoin-form .dropdown .dropdown-menu {
  display: none;
  padding: 6px 0;
  position: absolute;
  top: 100%;
  left: 0;
  border-top: none;
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 10;
  top: 100%;
}
.prejoin-form .dropdown .dropdown-menu.right {
  left: auto;
  right: 0;
}
.prejoin-form .dropdown.open .dropdown-menu {
  display: block;
}
.prejoin-form .dropdown a {
  font-weight: normal;
  display: block;
  padding: 4px 10px;
  color: inherit;
  text-decoration: none;
}

.splash-block {
  overflow: hidden;
  position: relative;
}
.splash-block .container {
  position: relative;
}
.splash-block img {
  display: block;
}
.splash-block > img {
  width: 100%;
  height: auto;
}
.splash-block a.btn {
  text-decoration: none;
  padding: 26px 44px;
  background-color: #1da7b3;
  color: #fff;
  position: absolute;
  bottom: 40px;
  right: 10px;
  color: #fff;
  font-size: 38px;
}
.splash-block a.btn strong {
  font-weight: bold;
}
@media (max-width: 1280px) {
  .splash-block a.btn {
    padding: 20px 38px;
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  .splash-block a.btn {
    padding: 18px 30px;
    font-size: 32px;
    bottom: 30px;
  }
}
@media (max-width: 980px) {
  .splash-block a.btn {
    padding: 14px 22px;
    font-size: 26px;
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .splash-block a.btn {
    padding: 10px 20px;
    font-size: 18px;
    bottom: 10px;
  }
}
@media (max-width: 560px) {
  .splash-block a.btn {
    padding: 8px 16px;
    font-size: 16px;
  }
}

.customize-block {
  width: 330px;
  max-width: 100%;
  margin-right: 10px;
  float: right;
  font-size: 15px;
}
@media (max-width: 480px) {
  .customize-block {
    font-size: 14px;
    margin-right: 0;
  }
}
.customize-block button {
  outline: none;
  padding: 9px 10px;
  margin: 1px 1px 0 0;
  border: 1px solid #494949;
  background-color: #000;
  transition: background 0.2s;
  color: #c7c7c7;
  color: #c3c3c3;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  float: left;
}
@media (max-width: 480px) {
  .customize-block button {
    padding: 6px 8px;
  }
}
.customize-block button:hover {
  background-color: #393939;
}
.customize-block button i.icon-customize {
  background: url(../images/icon-customize.png) 0 0 no-repeat;
  background-size: contain;
  width: 28px;
  height: 29px;
  display: block;
  margin: 0 auto 7px;
}
@media (max-width: 480px) {
  .customize-block button i.icon-customize {
    height: 24px;
    width: 22px;
    margin-bottom: 6px;
  }
}

.fade {
  opacity: 0;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  background-color: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  min-height: 16.42857143px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
}

.modal-footer {
  text-align: right;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 993px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 993px) {
  .modal-lg {
    width: 900px;
  }
}
.customize-popup {
  width: 776px;
  max-width: 100%;
}
@media (min-width: 810px) {
  .customize-popup.modal-dialog {
    margin: 30px auto;
  }
}
.customize-popup .modal-content {
  padding: 18px 20px;
  border: 3px solid #474747;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #2e2e2e;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
}
.customize-popup .title {
  margin: 0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}
.customize-popup .subtitle {
  margin: 6px 0 0;
  color: #b1b1b1;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
}
.customize-popup .row {
  margin-top: 18px;
}
.customize-popup .row:before, .customize-popup .row:after {
  display: table;
  clear: both;
  content: '';
}
.customize-popup .row > .col {
  width: 50%;
  float: left;
  min-height: 1px;
}
@media (max-width: 810px) {
  .customize-popup .row > .col {
    float: none;
    width: auto;
  }
}
.customize-popup .img-legend {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}
.customize-popup .legend {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: item;
}
.customize-popup .legend li {
  margin-top: 16px;
  position: relative;
  padding-left: 38px;
  font-size: 14px;
  padding-top: 2px;
  min-height: 20px;
  color: #fff;
}
.customize-popup .legend li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #258ba1;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
}
.customize-popup .legend span {
  color: #9da4b5;
  font-size: 13px;
}

.customize-form {
  margin: 0 -20px -18px 20px;
  background-color: #101010;
  padding: 20px;
  color: #a5adbd;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 810px) {
  .customize-form {
    margin-left: -20px;
    margin-top: 20px;
  }
}
.customize-form .form-group {
  min-height: 48px;
  border-radius: 2px;
  background-clip: padding-box;
  background-color: #252933;
}
.customize-form .form-group + .form-group {
  margin-top: 10px;
}
.customize-form .form-group.background-group {
  margin-top: 30px;
}
.customize-form .form-group label {
  display: inline-block;
  margin: 16px 0 0 20px;
}
.customize-form .progress {
  height: 2px;
  background: #262933;
  position: relative;
  margin-top: 14px;
  margin-bottom: 14px;
}
.customize-form .progress:before, .customize-form .progress:after {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  content: '';
  position: absolute;
  top: -3px;
}
.customize-form .progress:before {
  left: 0;
  background-color: #55c35f;
}
.customize-form .progress:after {
  right: 0;
  background-color: #262933;
}
.customize-form .progress-bar {
  display: block;
  height: 2px;
  background: #55c45f;
}
.customize-form textarea {
  padding: 18px 20px;
  color: #a5adbd;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  height: 88px;
  font-weight: bold;
  width: 100%;
  resize: none;
  background: none;
  border: none;
  outline: none;
}
.customize-form textarea::-webkit-input-placeholder {
  color: #a5adbd;
}
.customize-form textarea:-moz-placeholder {
  color: #a5adbd;
  opacity: 1;
}
.customize-form textarea::-moz-placeholder {
  color: #a5adbd;
  opacity: 1;
}
.customize-form textarea:-ms-input-placeholder {
  color: #a5adbd;
}
.customize-form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.customize-form textarea:focus:-moz-placeholder {
  color: transparent;
}
.customize-form textarea:focus::-moz-placeholder {
  color: transparent;
}
.customize-form textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.customize-form .file {
  overflow: hidden;
  width: 54px;
  height: 48px;
  float: right;
  background: url(../images/icon-upload.png) no-repeat 50% 50%;
}
.customize-form .file:hover {
  opacity: 0.8;
}
.customize-form .file.ok {
  background-image: url(../images/icon-ok.png);
}
.customize-form .file.ok input {
  cursor: default;
}
.customize-form .file input {
  font-size: 1000%;
  float: right;
  cursor: pointer;
  opacity: 0;
}
.customize-form .btn-save,
.customize-form .btn-preview,
.customize-form .btn-cancel {
  margin-top: 2px;
  height: 48px;
  border-radius: 2px;
  background-clip: padding-box;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  border: none;
  cursor: pointer;
}
.customize-form .btn-save:hover,
.customize-form .btn-preview:hover,
.customize-form .btn-cancel:hover {
  opacity: 0.8;
}
.customize-form .btn-save {
  width: 144px;
  background-color: #55c45f;
}
.customize-form .btn-preview {
  width: 103px;
  background-color: #258ba1;
}
.customize-form .btn-cancel {
  opacity: .5;
  background: none;
}
#logopic{
    background: url('/templates/6/phfiles/images/logo.png');
}
.headtxt{
    float: left; 
    margin-top: 20px;
    margin-left: 10px; 
    width:470px;
    color: white;
}
    .thumbs-list .description h2 {
      line-height: normal;
      padding: 0 10px;
      margin: 8px 0 0;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      color: #b2b2b2;
      text-shadow: 1px 2px 0 #020202; }
      @media screen and (max-width: 620px) {
        .thumbs-list .description p {
          margin-top: 6px; } }
/*# sourceMappingURL=style.css.map */

/* new styles */

.form-wrapper{background: none !important;}

.form-wrapper:before {
  content: "";
  z-index: -1;
  
  display: block;
  background: url('<?=$pic?>')  no-repeat scroll 0% 0% / cover transparent !important;;

  
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  filter: url("data:image/svg+xml;utf9,<svg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'><filter%20id='blur'><feGaussianBlur%20stdDeviation='5'%20/></filter></svg>#blur");
  filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
  
}
.footer {background: #172420}

.cats a{
    height: 29px; 
    line-height: 29px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffcc00;        
}

.myi {
    width: 30%;
    height: 30px;
    font-size: 15px;
    border-radius: 2px;
    background-clip: padding-box;
    border-width: 0;
    padding-left: 15px;
    padding-right: 15px;
    background-repeat: no-repeat;
    background-position: 15px 50%;
}

.myb{
    outline: none;
    /* padding: 9px 10px; */
    background-color: #3B5B19;
    transition: background 0.2s;
    color: #c7c7c7;
    color: #ffcc00;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    border: none;
    border-radius: 2px;
    height: 30px;
}

.plshk{
    width: 84%;
    float: right;
    background-color: #4F7A13;
    color: #FFCC10;
    font-weight: bold;
    line-height: 32px;
    padding-left: 10px;
    text-shadow: 1px 2px 0 #020202;
    box-shadow: 0 -16px 20px -10px #000;
}

.r85{
    width: 85%;
    float: right;
}

.hide_desk
{
    display: none;
}        
@media (max-width: 900px){
    .hide_mobile {
        display: none;
    }
    .thumbs-list.masonry{
        float: none;
        width: 100%;
    }
    
    .hide_desk
    {
        margin: auto;
        display: inherit;
    }
    
    .main-nav .container{
        padding-right: 0;
    }
    
    .main-nav ul li
    {
        height: 52px;
    }

    #srchi{
        /*width: 80%;*/
        width: -moz-calc(100% - 82px);
        width: -webkit-calc(100% - 82px);
        width: calc(100% - 82px);
    }
    
    #srchb{
        width: 72px;
        float: right;
    }    
}

.mobile-nav ul li
{
    height: 52px;
}


.main-nav ul li.hi, .main-nav.hi ul li.hi a{
    background-image: -webkit-linear-gradient(bottom, #13211d 0%, #3b5b19 99.49%, #3b5b19 100%);
}
.main-nav ul li.cat{
    padding-left: 12px;
    border-bottom: 1px solid #13211d;
    font-weight: normal;
}
