/*** RESET STYLES (NORMALIZE) ***/
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-size: 100%; font: inherit; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, div, input, textarea, select, button { display: block; -o-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

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

[role="button"], input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-box-sizing: content-box; box-sizing: content-box; }

/* Reset `button` and button-style `input` default styles */
input[type="submit"], input[type="reset"], input[type="button"], button { background: none; border: 0; color: inherit; /* cursor: default; */ font: inherit; line-height: normal; overflow: visible; padding: 0; -webkit-appearance: button; /* for input */ -webkit-user-select: none; /* for button */ -moz-user-select: none; -ms-user-select: none; }

button, input[type="submit"] { padding: 0; margin: 0; border: none; cursor: pointer; }

/*** END RESET STYLES ***/
/* GENERAL */
a { text-decoration: none; color: #000; }

html { position: relative; min-height: 100%; }

body { font: 14px/1.2 "Roboto", sans-serif; font-weight: 400; background: #c3c3c3; color: #000; min-width: 320px; position: relative;}

img { display: block; max-width: 100%; }

.wrapper { width: 100%; display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
} 

.container { max-width: 1670px; margin: 0 auto; padding: 0 10px; }

@media only screen and (max-width: 768px) { .container { padding: 0 5px; } }

.svg-icon { width: 1em; height: 1em; display: block; fill: currentColor; }

.icon_holder { display: inline-block; vertical-align: middle; }

*, *:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box; }

/* end GENERAL */
/* Buttons etc */
.btn, .textfield, input[type="submit"], .submit { display: inline-block; vertical-align: top; padding: 12px 20px; -webkit-border-radius: 10px; border-radius: 10px; border: 1px solid #232323; color: #232323; font-weight: 500; font-size: 12px; text-transform: uppercase; outline: none; }

/* EOF Buttons etc */
/* Inputs */
.input,
.textarea,
.textfield {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  outline: none;
  font-size: 14px;
  padding: 12px 15px;
  background-color: #fff;
  resize: none;
}

.textarea { resize: vertical; overflow: hidden; }

input, textarea, select, button { font-family: "Roboto", sans-serif; font-weight: 400; }

/* EOF Inputs */
/* HEADER */
.header { padding: 16px 0; -webkit-box-shadow: 0 1px 7px 1px rgba(0, 0, 0, 0.34); box-shadow: 0 1px 7px 1px rgba(0, 0, 0, 0.34); background-color: #232323; margin-bottom: 7px; }

.header .container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; position: relative; }

.header .sorting .btn { position: relative; color: #909090; border-color: #909090; text-align: center; -webkit-transition: color 0.3s, border-color 0.3s; transition: color 0.3s, border-color 0.3s; }

.header .sorting .btn.active { color: #ffce00; border-color: #ffce00; }

@media only screen and (min-width: 768px) { .header .sorting .btn:hover { color: #ffce00; border-color: #ffce00; } }

@media only screen and (max-width: 960px) { .header .sorting .btn { padding: 6px; } }

@media only screen and (max-width: 460px) { .header .sorting .btn { padding: 6px 2px; font-size: 10px; } }

.header .logo .svg-icon { font-size: 217px; height: 58px; }

@media only screen and (max-width: 960px) { .header .logo .svg-icon { width: 170px; height: 45px; } }

@media only screen and (max-width: 460px) { .header .logo { margin-right: 5px; }
  .header .logo .svg-icon { width: 110px; height: 30px; } }

@media only screen and (max-width: 960px) { .header { padding: 10px 0; } }

.logo { margin-right: 28px; }

.header-holder { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.header-holder:last-child { width: 48%; }

@media only screen and (max-width: 960px) { .header-holder:last-child { width: auto; } }

@media only screen and (max-width: 960px) { .header-holder .header-search { opacity: 0; visibility: hidden; position: absolute; width: 100%; top: 100%; left: 50%; margin-top: 30px; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-border-radius: 0; border-radius: 0; -webkit-transition: opacity 0.3s, visibility 0.3s; transition: opacity 0.3s, visibility 0.3s; }
  .header-holder .header-search .input { -webkit-border-radius: 0; border-radius: 0; }
  .header-holder .header-search .header-search__btn { display: none; } }

.header-holder .search-mob { display: none; position: static; -webkit-transform: none; -ms-transform: none; transform: none; }

.header-holder .search-mob .svg-icon { font-size: 18px; color: #fff; }

@media only screen and (max-width: 960px) { .header-holder .search-mob { display: block; }
  .header-holder .search-mob.header-search__btn .svg-icon { color: #fff; } }

.header-search { position: relative; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; }

.header-search__btn { position: absolute; top: 50%; right: 10px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); outline: none; }

.header-search__btn .svg-icon { font-size: 24px; color: #777; -webkit-transition: color 0.3s; transition: color 0.3s; }

.header-search__btn:hover .svg-icon { color: #000; }

.header-search__btn.active .svg-icon { color: #fff; }

.search-open .header-holder .header-search { opacity: 1; visibility: visible; }

.sorting { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }


.sorting .btn:first-child { margin: 0; }

.sorting .btn:last-child { margin: 0 0 0 3px; }

.content__block .sorting .btn {margin: 0 0 0 3px;}

.content__block .sorting .btn:first-child {margin: 0;}

.language { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; min-height: 18px; margin-left: 25px; position: relative; }

.language__name { font-size: 12px; margin-right: 5px; }

@media only screen and (max-width: 960px) { .language__name { display: none; } }

.language__link { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; color: #fff; padding-left: 28px; background-position: 0; -webkit-transition: color 0.3s; transition: color 0.3s; cursor: pointer; }

.language__link.gb { background: url(../images/flags/flags_big/British-Indian-Ocean-Territory.png) no-repeat; background-position-y: -3px; }

.language__link.ru { background: url(../images/flags/flags_big/Russia.png) no-repeat; background-position-y: -3px; }

.language__link.fr { background: url(../images/flags/flags_big/France.png) no-repeat; background-position-y: -3px; }

.language__link.de { background: url(../images/flags/flags_big/Germany.png) no-repeat; background-position-y: -3px; }

.language__link.es { background: url(../images/flags/flags_big/Spain.png) no-repeat; background-position-y: -3px; }

.language__link.nl { background: url(../images/flags/flags_big/Netherlands.png) no-repeat; background-position-y: -3px; }

@media only screen and (min-width: 768px) { .language__link:hover { color: #ffce00; } }

.language__ico { -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; }

.language__ico .svg-icon { font-size: 9px; }

.language.open .language__link { color: #ffce00; }

.language.open .language__ico { -webkit-transform: rotateZ(-180deg); transform: rotateZ(-180deg); }

@media only screen and (max-width: 960px) { .language { margin-left: 15px; } }

.mini-drop { position: absolute; top: 100%; right: 10px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.42); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.42); background-color: #232323; -webkit-border-radius: 10px; border-radius: 10px; padding: 10px 0 0 10px; margin: 42px -10px -10px 0; z-index: 200; display: none; }

.mini-drop::before { content: ''; position: absolute; bottom: 100%; right: 18px; width: 0; height: 0; border-style: solid; border-width: 0 4px 6px 4px; border-color: transparent transparent #232323 transparent; }

.mini-drop__item { margin: 0 6px 10px 0; }

.mini-drop__link { display: block; width: 24px; height: 17px; padding: 0; }

@media only screen and (max-width: 960px) { .mini-drop { margin: 30px -10px -10px 0; } }

.open .mini-drop { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.headline { padding: 20px 0 18px; }

.headline__title { font-size: 20px; font-weight: 700; text-transform: uppercase; letter-spacing: -0.5px; }

@media only screen and (max-width: 960px) { .headline__title { text-align: center; } }

@media only screen and (max-width: 960px) { .headline { padding: 10px 0 10px; } }

.thumbs { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 0 -10px; }

.thumbs__item { width: -webkit-calc(20% - 10px); width: calc(20% - 10px); margin: 0 0 10px 10px; position: relative; overflow: hidden; -webkit-box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.1); box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.1); -webkit-border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px; }

@media only screen and (min-width: 768px) { .thumbs__item:hover .thumbs__info_hover { background-color: #ffce00; } }

@media only screen and (max-width: 1200px) { .thumbs__item { width: -webkit-calc(25% - 10px); width: calc(25% - 10px); } }

@media only screen and (max-width: 1024px) { .thumbs__item { width: -webkit-calc(33.333% - 10px); width: calc(33.333% - 10px); } }

@media only screen and (max-width: 768px) { .thumbs__item { width: -webkit-calc(50% - 10px); width: calc(50% - 10px); } }

@media only screen and (max-width: 460px) { .thumbs__item { width: 100%; margin: 0 0 10px 0; } }

.thumbs__img-holder { display: block; position: relative; padding-bottom: 56%; }

.thumbs__img-holder img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }

.thumbs__info { padding: 10px; text-align: center; background-color: #fff; -webkit-transition: background-color 0.3s; transition: background-color 0.3s; }

.thumbs-videos .thumbs__info {
  height: 57px;
  overflow: hidden;
}

.thumbs__title { max-height: 19px; overflow: hidden; font-size: 16px; font-weight: 700; text-transform: uppercase; }

.thumbs__top { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 5px; }

.thumbs__bage { position: absolute; bottom: 10px; padding: 5px 8px; -webkit-border-radius: 7px; border-radius: 7px; font-size: 12px; background-color: rgba(255, 255, 255, 0.8); }

.thumbs__bage_left { left: 10px; }

.thumbs__bage_right { right: 10px; }

.thumbs__bage_ico .svg-icon { color: #000; -webkit-transition: color 0.3s; transition: color 0.3s; }

.thumbs__bage_btn { display: block; z-index: 99; cursor: pointer; }

@media only screen and (min-width: 768px) { .thumbs__bage_btn:hover .svg-icon { color: #ff9c00; } }

@media only screen and (max-width: 460px) { .thumbs { margin: 0; } }

.thumbs-box { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; color: #777; white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.thumbs-box:first-child { margin-right: 10px; }

.thumbs-box:last-child { margin-right: 0; }

.thumbs-box__ico { margin-right: 5px; }

.thumbs-box__link, .thumbs-box__text { color: #777; -webkit-transition: color 0.3s; transition: color 0.3s; white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

@media only screen and (min-width: 768px) { .thumbs-box__link:hover { color: #ff9c00; } }

.thumbs-videos .thumbs__item { -webkit-transition: -webkit-box-shadow 0.3s; transition: box-shadow 0.3s; }

@media only screen and (min-width: 768px) { .thumbs-videos .thumbs__item:hover { -webkit-box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.42); box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.42); } }

.tags { text-align: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.tags__link { margin-right: 3px; -webkit-transition: color 0.3s; transition: color 0.3s; }

.tags__link:after { content: ','; color: #000; }

.tags__link:last-child { margin-right: 0; }

.tags__link:last-child:after { display: none; }

@media only screen and (min-width: 768px) { .tags__link:hover { color: #ff9c00; }
  .tags__link:hover:after { color: #000; } }

.list-holder { padding: 10px 20px 20px 20px; -webkit-box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.1); box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.1); -webkit-border-radius: 10px; border-radius: 10px; background-color: #fff;}

.list-holder .list-box__title,
.list-holder .list {
  display: inline-block;
  width: 100%;
}

.list-holder .list .list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content__block .list-holder {
  column-count: 5;
  -moz-column-count: 5;
  -webkit-column-count: 5;
}

@media only screen and (max-width: 1024px) {
  .content__block .list-holder {
    column-count: 4;
    -moz-column-count: 4;
    -webkit-column-count: 4;
  }
}

@media only screen and (max-width: 768px) {
  .content__block .list-holder {
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
  }
}

@media only screen and (max-width: 640px) {
  .content__block .list-holder {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
  }
}

.list-holder__col { width: 18.7%; margin-right: 20px; }

@media only screen and (max-width: 1100px) { .list-holder__col { width: 100%; margin-right: 0; } }

@media only screen and (max-width: 1100px) { .list-holder { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 10px 20px 20px 20px; } }

@media only screen and (max-width: 1024px) { .list-holder { padding: 10px; } }

@media only screen and (max-width: 460px) { .list-holder { padding: 5px; } }

.list-box__title { padding: 9px 20px; -webkit-border-radius: 10px; border-radius: 10px; border: 1px solid #c3c3c3; margin: 10px 0 5px; }

.list__item { width: 100%;
  display: inline-block;  padding: 10px 20px; -webkit-border-radius: 10px; border-radius: 10px; -webkit-transition: background-color 0.3s; transition: background-color 0.3s; }

@media only screen and (min-width: 768px) { .list__item:hover { background-color: #ffce00; }
  .list__item:hover .list__text_numb { color: #232323; } }

.list__text { color: #232323; letter-spacing: -0.3px; }

.list__text_numb { font-size: 12px; color: #a3a3a3; -webkit-transition: color 0.3s; transition: color 0.3s; }

@media only screen and (max-width: 1100px) { .list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

.list-sites { counter-reset: number; }

.list-sites .list__item {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  padding: 10px 20px 10px 33px;
}

.list-sites .list__item:before {
  position: absolute;
  left: 18px;
  top: 10px;
  width: 20px;
  counter-increment: number;
  content: counter(number) ".";
}

@media only screen and (max-width: 1100px) {
  .list-sites .list__item {
    width: 20%;
  }
}

@media only screen and (max-width: 1024px) {
  .list-sites .list__item {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) {
  .list-sites .list__item {
    width: 33%;
  }
}

@media only screen and (max-width: 640px) {
  .list-sites .list__item {
    width: 50%;
  }
}

.list-sites .list__text { font-size: 14px; color: #333; margin-left: 5px; }

.list-sites .list__text_numb { margin-right: 5px; font-weight: 700; }

@media only screen and (max-width: 460px) {
  .list-sites {
    padding: 0;
  }
  .list-sites .list__text {
    margin-left: 15px;
  }
}

.content__block_spots { margin: 30px 0; }

.content__block_spots .list-holder { padding: 30px; }

@media only screen and (max-width: 1024px) { .content__block_spots .list-holder { padding: 10px; } }

.spot-list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; }

.spot { margin: 15px; }

@media only screen and (max-width: 1400px) { .spot { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 5px; } }

.footer { padding: 20px 0; -webkit-box-shadow: 0 1px 7px 1px rgba(0, 0, 0, 0.34); box-shadow: 0 1px 7px 1px rgba(0, 0, 0, 0.34); background-color: #232323; color: #fff; }

.footer .container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

@media only screen and (max-width: 500px) { .footer .container { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

.footer .logo .svg-icon { font-size: 165px; height: 44px; }

@media only screen and (max-width: 500px) { .footer .logo { margin: 0 auto 10px; } }

@media only screen and (max-width: 500px) { .footer { padding: 10px 0; } }

.footer-info { width: 44%; font-size: 12px; }

.footer-info__row { margin-bottom: 7px; }

.footer-info__row:last-child { margin-bottom: 0; }

@media only screen and (max-width: 500px) { .footer-info__row:last-child { text-align: center; } }

.footer-info__text { color: #7d7d7d; margin-top: -3px; }

@media only screen and (max-width: 340px) { .footer-info__text { text-align: center; } }

.footer-info__link { color: #ffce00; cursor: pointer; }

@media only screen and (min-width: 768px) { .footer-info__link:hover { text-decoration: underline; } }

@media only screen and (max-width: 768px) { .footer-info { width: 75%; } }

@media only screen and (max-width: 500px) { .footer-info { width: 100%; } }

.nav { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 10px; }

.nav__box { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.nav .btn.active { background-color: #ffce00; border-color: #ffce00; }

@media only screen and (max-width: 960px) { .nav .btn { padding: 6px 20px; } }

@media only screen and (max-width: 460px) { .nav .btn { padding: 6px 15px; } }

.nav a.btn,
.nav span.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}

@media only screen and (min-width: 768px) { .nav a.btn:hover { background-color: #ffce00; border-color: #ffce00; } }

.nav .sorting:last-child { margin: 0 0 0 10px; }

@media only screen and (max-width: 960px) { .nav { margin-top: 5px; } }

@media only screen and (max-width: 960px) { .nav-top.nav .nav__box { width: 100%; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .nav-top.nav .nav__box .pagination { display: none; } }

@media only screen and (max-width: 960px) { .nav-bottom.nav .nav__box:first-child { display: none; } }

@media only screen and (max-width: 960px) { .nav-bottom.nav .nav__box { width: 100%; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } }

.pagination { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.pagination__link { margin-right: 3px; }

.pagination__link:last-child { margin-right: 0; }

@media only screen and (max-width: 960px) { .pagination__link { margin: 0 3px 3px 0; } }

.pagination__ico .svg-icon { font-size: 10px; }

@media only screen and (max-width: 960px) { .pagination { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } }

.content-search { width: 40%; margin: 30px auto 12px; }

@media only screen and (max-width: 960px) { .content-search { width: 100%; margin: 15px auto 12px; } }

.thumbs__img-holder .no-thumb {
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.fancybox-inner {
  overflow: hidden !important;
}

.fancybox-outer .popup-title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    color: #ffce00;
    margin-bottom: 15px;
}

.fancybox-outer .row {
    margin-bottom: 15px;
}

.fancybox-outer .row .field-label,
.fancybox-outer .bottom label {
  display: block;
  margin-bottom: 15px;
  color: #fff;
}

.fancybox-outer .prompt {
  margin-bottom: 10px;
  color: #fff;
}

.fancybox-outer .bottom {
  margin-bottom: 15px;
}

.fancybox-outer .bottom:last-child {
  margin-bottom: 0;
}

.fancybox-outer .captcha-control .image img {
  margin: 0 0 15px;
}

.fancybox-outer .success {
  color: #fff;
  font-size: 25px;
  padding: 15px 0 35px;
}

.fancybox-outer .submit { color: #fff; border-color: #fff; margin-top: 15px; }

.fancybox-outer .field-error {
    color: #fb3c3c;
    margin: 5px;
}

.radio-holder {
	font-size: 16px;
	color: #444;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.radio-holder input {
	display: none;
}

.radio-holder input:checked + .state:after {
	content: "";
	background: #ffce00;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.radio-holder .state {
	border: 2px solid #fff;
	width: 19px;
	height: 19px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	position: relative;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.radio-holder .text {
	color: #fff;
	margin: 0 0 0 9px;
}

.report-img {
  width: 300px;
}

.report-img img {
  margin: 0 auto 15px;
}

.empty-content {
  background-color: #fff;
  width: 100%;
  height: 100px;
  padding: 20px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 18px;
}

#list_videos_videos_list_search_result .sorting {display: none;}


